.heading-menu, #customers, #allFea,.btmBar {
  display: none;
}
#scroll{
   padding: 0;
}
:root {
    --cta-color: #DE2236;
    --link-color: #5C99FF;
    --text-light: #ffffff;
    --text-grey: #d4d4d4;
    --text-dark: #000000;
    --swiper-theme-color: #63ccf0;
    --h1-font: 50px;
    --h2-font: 36px;
    --h3-font: 22px;
    --h4-font: 18px;
    --p-font: 16px;
    --s-font: 12px;
    --m-font: 14px;
    --l-font: 32px;
    --xl-font: 48px;
    --xs-wgt: 200;
    --s-wgt: 300;
    --m-wgt: 400;
    --l-wgt: 500;
    --xl-wgt: 600;
    --n-gap: 24px;
}

.ngav-page h1 {
    font-size: var(--h1-font);
    line-height: 50px;
    font-weight: var(--l-wgt);
    margin: 0 0 20px;
    color: var(--text-light) !important;
}

.ngav-page h2 {
    font-size: var(--h2-font);
    line-height: 40px;
    font-weight: var(--l-wgt);
    margin: 0 0 8px;
    text-align: center;
    color: var(--text-light) !important;
}

.ngav-page h3 {
    font-size: var(--h3-font);
    line-height: normal;
    font-weight: var(--m-wgt);
    margin: 0 0 8px !important;
    color: var(--text-light) !important;
}

.ngav-page h4 {
    font-size: var(--h4-font);
    margin: 0 !important;
    line-height: normal;
    color: var(--text-light) !important;
}

.ngav-page p {
    font-size: var(--p-font);
    line-height: 30px;
    font-weight: var(--s-wgt);
    margin: 0 0 40px;
    color: var(--text-grey) !important;
}
.ngav-page {
    padding: 100px 20px;
    background-color: #01193a;
    padding-bottom:0px;
}
.ngav-page .ngav-page-wrapper{
    padding-bottom: 75px;
}
.ngav-page .flex {
    position: relative;
    display: flex;
    max-width: 1200px;
    justify-content: center;
    align-items: center;
    margin: auto;
    grid-gap: var(--n-gap);
    flex-wrap: wrap;
}

.ngav-page .cta-grp {
    grid-gap: 20px;
    justify-content: center;
}

.ngav-page .cta {
    font-size: var(--p-font);
    line-height: 22px;
    font-weight: var(--l-wgt);
    text-transform: uppercase;
    min-width: 150px;
    min-height: 44px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    color: var(--text-light);
    text-decoration: none;
    border: 1px solid var(--text-light);
    padding: 0 20px;
}

.ngav-page .cta.red {
    background-color: var(--cta-color);
    border: 1px solid var(--cta-color);
}

.ngav-page .cta.blue {
    background-color: #4c92df;
    border: 1px solid #4c92df;
}
.ngav-page .banner-content {
    text-align: center;
    position: relative;
    padding-bottom: 115px;
}
.banner-content.ngav-page-wrapper:before {
    content: "";
    display: none;
    position: absolute;
    background-image: url(../images/clip/ngav-banner-clip-1.png);
    top: 0px;
    right: 0px;
    bottom: -100%;
    left: 0px;
    background-size: 950px;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: 0;
    transition: all ease 350ms;
}
.banner-content.ngav-page-wrapper.active:before{
    bottom: 0px;
}
.ngav-page .banner-content .ngav-content-list .tag {
    padding: 0px 28px 0px 4px;
    display: inline-flex;
    line-height: normal;
    color: var(--text-light);
    position: relative;
    border-radius: 3px;
    font-weight: 300;
    justify-content: center;
    align-items: center;
}

.ngav-page .banner-content .ngav-content-list .tag::before {
    content: "";
    background-image: url(../../../ems/images/icon/thumb_up.svg);
    width: 30px;
    display: inline-block;
    height: 30px;
    object-fit: contain;
    background-repeat: no-repeat;
}

.ngav-page .banner-content .ngav-content-list .tag.computer::before {
    background-image: url(../../../ems/images/icon/thumb_up.svg);
}

.ngav-page .sky-blue {
    color: #63ccf0 !important;
}
.ngav-page .ngav-description{
    position: relative;
}
.ngav-page .ngav-description h2 {
    text-align: left;
}
.ngav-page .ngav-description .flex-wrapper {
    justify-content: center;
    align-items: center;
    align-content: center;
    border-radius: 25px;
    padding: 60px;
    background-color: #012148;
    background-image: linear-gradient(to bottom, #002653, #012148);
    grid-gap: 20px;
}

.ngav-page .ngav-description .flex .image {
    opacity: 0;
    transition: all ease 350ms;
    transform: translate(0px, 100px);
}

.ngav-page .ngav-description .flex .image img {
    object-fit: contain;
    max-height: 380px;
}

.ngav-page .ngav-description .flex .desc-content {
    max-width: calc(100% - 600px);
    width: 600px;
    opacity: 0;
    transition: all ease 350ms;
    transform: translate(0px, 100px);
}

.ngav-page .ngav-description .flex .desc-box {
    margin: 0px !important;
}

.ngav-page .box.active {
    transform: translate(0px, 0px) !important;
    opacity: 1 !important;
}

.ngav-page .ngav-description .flex .box.active p {
    margin: 0px !important;
}

.ngav-page .ngav-benefits {
    opacity: 0;
    transition: all ease 350ms;
    transform: translate(0px, 100px);
}

.ngav-page .ngav-benefits .flex {
    grid-gap: 20px;
    margin-top: 40px;
    align-items: center;
}

.ngav-page .ngav-benefits .flex .benefits-list {
    width: 500px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    transform: translate(0px, 100px);
    opacity: 0;
    transition: all ease 750ms;
    padding: 20px;
    max-width: 100%;
}

.ngav-page .ngav-benefits .flex .benefits-list .image img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.ngav-page .ngav-benefits .flex .benefits-list .content {
    margin-left: 20px;
}
.ngav-page .ngav-benefits .flex .benefits-list .content p {
    margin: 0;
}
.ngav-page .ngav-why {
    opacity: 0;
    transition: all ease 350ms;
    transform: translate(0px, 100px);
}
.ngav-page .ngav-why h2 {
    text-align: left;
}
.ngav-page .ngav-faq .box {
    max-width: 800px;
    margin: auto;
    transform: translate(0px, 100px);
    opacity: 0;
    transition: all ease 750ms;
    text-align: center;
    margin: 0 0 20px;
}

.ngav-page .ngav-faq .box h2 {
    margin-bottom: 50px !important;
}

.ngav-page .ngav-faq .box p {
    margin: 0px;
    text-align: left;
}

.ngav-page .ngav-faq .box h3 {
    margin: 0 0 15px;
    text-align: left;
}

.ngav-page .ngav-faq .box .swiper-slide {
    border: 1px solid skyblue;
    padding: 40px;
    border-radius: 8px;
    max-width: 900px;
}

.ngav-page .ngav-faq .box .swiper-pagination .swiper-pagination-bullet {
    width: 11px !important;
    height: 11px !important;
    background: var(--text-light) !important;
}

.ngav-page .ngav-faq .box .swiper-pagination .swiper-pagination-bullet-active {
    background: var(--swiper-theme-color) !important;
}

.ngav-page .ngav-why .flex .main-caption {
    max-width: 600px;
}

.ngav-page .ngav-why .flex {
    justify-content: space-between;
    align-items: center;
    align-content: center;
    border-radius: 25px;
    padding: 60px;
    background-color: #012148;
    overflow: hidden;
}

.ngav-page .ngav-why .flex .aside-clip {
    position: relative;
    width: 42%;
}

.ngav-page .ngav-why .flex .main-caption .mobile-ngav-why {
    display: none;
}

.ngav-page .ngav-why .flex .main-caption .mobile-ngav-why li {
    display: flex;
    align-items: center;
    grid-gap: 12px;
    margin: 0 0 20px;
}

.ngav-page .ngav-why .flex .main-caption .mobile-ngav-why li img {
    width: 32px;
}

.ngav-page .ngav-why .flex .main-caption .swiper-cover {
    position: relative;
    overflow: hidden;
    min-height: 350px;
}

.ngav-page .ngav-why .flex .main-caption .swiper-cover .swiper {
    height: 125px;
    max-width: 670px;
    margin: 100px 0 0;
    overflow: visible;
    padding: 0px 0px 25px 0px;
}

.ngav-page .ngav-why .flex .main-caption .swiper-cover:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 150px;
    background: linear-gradient(to top, #022148 10%, transparent);
    z-index: 1;
}

.ngav-page .ngav-why .flex .main-caption .swiper-cover .swiper .swiper-pagination {
    position: absolute;
    display: flex;
    grid-gap: 10px;
    transform: none;
    top: -120px;
    left: 0;
    z-index: 9;
    padding: 50px 0 30px 0px;
    background-color: #012148;
}

.ngav-page .ngav-why .flex .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #123991;
    color: var(--text-light);
    pointer-events: none;
}

.ngav-page .ngav-why .flex .swiper-pagination-bullet {
    position: relative;
    overflow: hidden;
    text-align: center;
    width: fit-content;
    height: auto;
    border-radius: 20px;
    color: var(--text-dark);
    opacity: 1;
    background-color: #fff;
    padding: 8px 20px;
    font-size: var(--p-font);
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ngav-page .ngav-why .flex .main-caption .swiper-cover .swiper .swiper-wrapper {
    margin: 30px 0 0;
}

.ngav-page .ngav-why .flex .main-caption .swiper-cover .swiper .swiper-wrapper .box {
    display: flex;
    grid-gap: 24px;
    align-items: flex-start;
}

.ngav-page .ngav-why .flex .main-caption .swiper-cover .swiper .swiper-wrapper .box .clip {
    border-radius: 50%;
    height: 48px;
    width: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ngav-page .ngav-why .flex .main-caption .swiper-cover .swiper .swiper-wrapper .box .caption {
    width: calc(100% - 100px);
}

.ngav-page .ngav-why .flex .main-caption .swiper-cover .swiper .swiper-wrapper .box .clip img {
    max-width: 32px;
}

.ngav-page .ngav-why p {
    margin: 0 0 16px;
}

.ngav-page .ngav-why .flex .aside-clip img {
    position: relative;
    max-width: 100%;
    z-index: 0;
    max-height: 400px;
    transform: translate(150px, 0px) scale(1.5);
}

.ngav-page .ngav-why .flex .aside-clip[data-why] [data-clip] {
    color: transparent;
    width: 0;
    height: 0;
    overflow: hidden;
    display: block;
}

.ngav-page .ngav-why .flex .aside-clip[data-why] [data-clip]::before {
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    opacity: 0;
    transition: all ease 1000ms;
    z-index: 1;
}

.ngav-page .ngav-why .flex .main-caption .swiper-cover .swiper .swiper-wrapper .box .caption p a {
    text-decoration: none;
    color: var(--text-light) !important;
}

.ngav-page .ngav-why .flex .main-caption .mobile-ngav-why li a {
    color: var(--text-light) !important;
}

.ngav-page .ngav-functionality {
    opacity: 0;
    transition: all ease 350ms;
    transform: translate(0px, 100px);
}

.ngav-page .ngav-functionality .flex {
    justify-content: center;
    align-items: center;
    align-content: center;
    border-radius: 25px;
    padding: 60px;
    background-color: #012148;
}

.ngav-page .ngav-functionality .flex .swiper {
    width: 100%;
    height: 400px;
    overflow: hidden;
    align-items: flex-start;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    padding-top: 30px;
    grid-gap: 20px;
}

.ngav-page .ngav-functionality .flex .swiper .sticky-aside {
    width: calc(100% - 800px);
    max-width: 100%;
}

.ngav-page .ngav-functionality .flex .swiper .sticky-aside .swiper-pagination {
    position: static;
    background-color: #01152e;
    border-radius: 8px;
    transform: none;
    overflow: hidden;
}

.ngav-page .ngav-functionality .flex .swiper .sticky-aside .swiper-pagination .swiper-pagination-bullet {
    text-align: left;
    width: auto;
    height: auto;
    color: var(--text-light);
    opacity: 1;
    background-color: transparent;
    padding: 20px 20px 20px 30px;
    font-size: var(--h4-font);
    margin: 0;
    border-radius: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ngav-page .ngav-functionality .flex .swiper .sticky-aside .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #123991;
}

.ngav-page .ngav-functionality .flex .swiper .sticky-aside .swiper-pagination .swiper-pagination-bullet-active:after {
    content: '';
    width: 20px;
    height: 16px;
    display: inline-block;
    background-image: url(../../../ems/images/icon/arrow-icon-1.svg);
    background-size: contain;
}

.ngav-page .ngav-functionality .flex .swiper .main-caption {
    width: 700px;
    grid-gap: 0px;
}

.ngav-page .ngav-functionality .flex .swiper .main-caption .swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ngav-page .ngav-functionality .flex .swiper .main-caption .slide-box .clipgrp {
    width: 700px;
    height: 400px;
    position: relative;
}

.ngav-page .ngav-functionality .flex .swiper .main-caption .slide-box .clipgrp .clipcover {
    width: 100%;
    height: 400px;
}

.ngav-page .ngav-functionality .flex .swiper .main-caption .slide-box.swiper-slide-active .clipgrp img {
    opacity: 1;
    transform: translate(0px, 0px);
}

.ngav-page .ngav-functionality .flex .swiper .main-caption .slide-box .clipgrp img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: all ease 350ms;
    transform: translate(0px, 100px);
}

.ngav-page .ngav-functionality .flex .swiper.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ngav-page .ngav-security .flex {
    padding: 80px 30px;
    margin: auto;
    max-width: 850px;
}

.ngav-page .ngav-content {
    opacity: 0;
    transition: all ease 350ms;
    transform: translate(0px, 100px);
}

.ngav-page .ngav-content .flex-wrapper {
    padding-top: 50px;
    /*grid-gap:100px;*/
}

.ngav-page .ngav-content .flex-wrapper ul li {
    position: relative;
    overflow: hidden;
    text-align: center;
    width: fit-content;
    height: auto;
    border-radius: 20px;
    color: var(--text-dark);
    opacity: 1;
    background-color: #fff;
    padding: 8px 20px;
    font-size: var(--p-font);
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.ngav-page .ngav-content .flex-wrapper ul li.active {
    background-color: #123991;
    color: var(--text-light);
    pointer-events: none;
}

.ngav-page .ngav-content .flex .content-box .image {
    max-width: 500px;
}

.ngav-page .ngav-content .flex .content-box {
    opacity: 0;
    transition: all ease 350ms;
    transform: translate(0px, 100px);
    grid-gap: 50px;
    padding-top: 50px;
    align-items: flex-start;
}

.ngav-page .ngav-content .flex .content-box .image img {
    width: 450px;
    height: 300px;
    object-fit: contain;
}

.ngav-page .ngav-content .flex .content-box .content {
    max-width: calc(100% - 550px);
    width: 620px;
}

@media (max-width: 1250px) {
    .ngav-page .ngav-why .flex .main-caption .mobile-ngav-why {
        display: block;
    }

    .ngav-page .ngav-why .flex .main-caption .swiper-cover {
        display: none;
    }

    .ngav-page .ngav-why .flex .aside-clip {
        display: none;
    }
}

@media (max-width: 765px) {
:root {
    --h1-font: 32px;
    --h2-font: 28px;
}
.ngav-page h1{
    line-height:normal;
}
.ngav-page h2 {
    margin: 0 0 20px;
}
.ngav-page p:last-child {
    margin: 0;
}
    .ngav-page {
        padding: 0;
    }
.ngav-page .ngav-page-wrapper{
    padding: 0;
}
    .ngav-page .banner-content {
        padding: 40px;
    padding-bottom: 163px !important;
}
.ngav-page .ngav-description .flex-wrapper {
    border-radius: 0;
    padding: 40px;
}
.ngav-page .ngav-content {
    padding: 40px;
}
.ngav-page .ngav-content .flex-wrapper ul li {
    width: 90px;
    line-height: normal;
}

.ngav-page .ngav-content .flex .content-box {
    padding: 0;
    grid-gap: 20px;
}
.ngav-page .ngav-benefits {
    padding: 40px;
    background: linear-gradient(to bottom, #01224a, transparent);
}
.ngav-page .ngav-benefits .flex .benefits-list {
    padding: 0;
}
.ngav-page .ngav-benefits .flex {
    grid-gap: 40px;
}
.ngav-page .ngav-why .flex {
    padding: 40px;
    border-radius: 0;
}
    .ngav-page .ngav-why .flex .main-caption .mobile-ngav-why {
        display: block;
    }

    .ngav-page .ngav-why .flex .main-caption .swiper-cover {
        display: none;
    }

    .ngav-page .ngav-why .flex .aside-clip {
        display: none;
    }
    .ngav-page .ngav-functionality {
        display: none;
    }

    .ngav-page .ngav-description .flex .desc-content {
        max-width: 100% !important;
    }

    .ngav-page .ngav-content .flex .content-box .content {
        max-width: none;
        width: auto;
    }

    .ngav-page .ngav-content .flex .content-box .image img {
        width: 300px !important;
    }

    .ngav-page .ngav-description .flex .image img {
        width: 300px;
    }
    .ngav-page .ngav-faq .box .swiper-slide{
        width: fit-content !important;
    }
.banner-content.ngav-page-wrapper:before {
    background-size: contain;
}
.ngav-page .ngav-faq {
    padding: 40px;
}

.ngav-page .ngav-faq .box h3 {
    font-size: 20px;
    line-height: 30px;
}

.ngav-page .ngav-faq .box p {
    font-size: 14px;
    line-height: 25px;
}

.ngav-page .ngav-faq .box .swiper-slide {
    padding: 0;
    border: 0;
}
}