.ast-flex {
    display: flex;
    flex-wrap: wrap;
}

.ast-relative {
    position: relative;
}

.ast-absolute {
    position: absolute;
}

.ast-container {
    max-width: 1440px;
    width: 100%;
    padding: 0px 20px;
    margin: auto;
}

.ast-desktop {
    display: flex;
}

.ast-mobile {
    display: none;
}

.ast-image {
    object-fit: cover;
    object-position: center;
}

.fa-btn {
    display: inline-flex;
    padding: 24px 32px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    color: #062B44;
    font-family: "Noto Sans", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 999px;
    background-color: #FFC65C;
    transition: all 0.3s ease-in-out;
    height: 59px;
}

.fa-btn.fa-trans {
    border: solid 1px #fff;
    background-color: transparent;
    color: #fff;
}

.fa-btn:hover {
    color: #fff;
    background-color: #2294E0;
}

.page-template-landing-page .fa-section-a h2 {
    color: #FFF;
    font-family: "Noto Sans", serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.page-template-landing-page .fa-section1 {
    width: 100%;
    padding: 80px 0px 100px;
    background-color: #062B44;
}

.page-template-landing-page .fa-section1 .ast-wrap {
    gap: 80px;
    align-items: center;
}

.page-template-landing-page .fa-section1 .ast-wrap>div {
    width: calc(50% - 40px);
}

.page-template-landing-page .fa-section1 .fa-desc {
    color: #FFF;
    font-family: "Noto Sans", serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    margin: 40px 0px;
}


.page-template-landing-page .fa-section1 .fa-s1-img>img {
    border-radius: 24px;
    background: #C4C4C4;
    width: 100%;
    max-height: 560px;
}

.page-template-landing-page .fa-section1 .fa-s1-img {
    bottom: 0px;
}

.page-template-landing-page .fa-section1 .fa-s1-img-info {
    gap: 16px;
    gap: 16px;
    bottom: -41px;
    width: 100%;
    justify-content: center;
}

.page-template-landing-page .fa-section1 .fa-s1-img-info>div {
    background-color: #fff;
    padding: 16px;
    border-radius: 16px;
    box-shadow: 0px 8px 15px 0px rgba(106, 106, 106, 0.12);
    gap: 16px;
}

.page-template-landing-page .fa-section1 .fa-s1-img-info>div>div {
    flex-direction: column;
    gap: 6px;
    justify-content: center;
    color: #000;
    font-family: "Noto Sans", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
}

.page-template-landing-page .fa-section1 .fa-s1-img-info>div>div span {
    color: #727272;
    font-size: 14px;
    font-weight: 400;

}

.page-template-landing-page .fa-section1 .fa-s1-img-info>div img {
    border-radius: 8px;
    background: #2294E0;
    padding: 9px;
    width: 50px;
    height: 50px;
}

.page-template-landing-page .fa-section1 .fa-btn {
    margin-right: 16px;
}

.page-template-landing-page .fa-section2 {
    padding: 64px 0px;
}

.page-template-landing-page .fa-section2 .ast-wrap {
    gap: 64px;
    justify-content: center;
    align-items: center;
}

.page-template-landing-page .fa-section2 .ast-wrap>div img {
    height: 102px;
}

.page-template-landing-page .fa-section2 h2 {
    color: #000;
    text-align: center;
    font-family: "Noto Sans", serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 56px;
}

.page-template-landing-page .fa-section3 {
    border-radius: 32px;
    background: #F1F8FE;
    padding: 56px;
    max-width: 1440px;
    margin: 64px auto 64px;
}

.page-template-landing-page .fa-section3 .ast-wrap {
    gap: 72px;
    justify-content: center;
    align-items: center;
}

.page-template-landing-page .fa-section3 .ast-wrap>div {
    width: calc(60% - 36px);
}

.page-template-landing-page .fa-section3 .ast-wrap>div:nth-child(1) {
    width: calc(40% - 36px);
}

.page-template-landing-page .fa-section3 .ast-wrap>div:nth-child(1) img {
    height: 477px;
    width: 100%;
    height: 477px;
    border-radius: 24px;
}

.page-template-landing-page .fa-section3 .ast-wrap>div:nth-child(2) {
    gap: 24px;
    color: #000;
    font-family: "Noto Sans", serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    /* 155.556% */
}

.page-template-landing-page .fa-section3 .ast-wrap>div:nth-child(2)>span {
    border-radius: 4px;
    background: #2294E0;
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 24px */
    text-transform: uppercase;
    padding: 8px;
}

.page-template-landing-page .fa-section3 h2 {
    color: #000;
    font-family: "Noto Sans", serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.page-template-landing-page .fa-section3 .fa-s3-list {
    flex-direction: column;
    margin-top: -6px;
    gap: 20px;
}

.page-template-landing-page .fa-section3 .fa-s3-list>div {
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 20px;
}

.page-template-landing-page .fa-section3 .fa-s3-list>div img {
    width: 20px;
    margin-top: 6px;
}

.page-template-landing-page .fa-section3 .fa-s3-list>div span {
    width: calc(100% - 40px);
}

.page-template-landing-page .fa-section3 .fa-btn {
    height: 59px;
}

.page-template-landing-page .fa-section4 {
    width: 100%;
    padding: 64px 0px;
    background: #062B44;
    font-family: "Noto Sans", serif;
}

.page-template-landing-page .fa-section4 .ast-wrap {
    gap: 120px;
}

.page-template-landing-page .fa-section4 .ast-wrap>div {
    width: calc(40% - 60px);
}

.page-template-landing-page .fa-section4 .ast-wrap>div:nth-child(1) {
    width: calc(60% - 60px);
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    /* 155.556% */
    flex-direction: column;
    justify-content: center;

}

.page-template-landing-page .fa-section4 .fa-s4-subtitle {
    color: #062B44;
    text-align: center;
    /* font-family: Inter; */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 24px */
    text-transform: uppercase;
    margin-bottom: 32px;
    border-radius: 4px;
    background: #F1F8FE;
    padding: 8px;
    height: 28px;
    display: flex;
    align-items: center;
    max-width: 179px;
}

.page-template-landing-page .fa-section4 .fa-btn {
    max-width: 339px;
}

.page-template-landing-page .fa-section4 h2 {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    max-width: 632px;
    margin-bottom: 20px;
}

.page-template-landing-page .fa-section4 .fa-s4-date {
    color: #FFF;
    /* Regular/Bold */
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 14px;
}

.page-template-landing-page .fa-section4 .fa-desc {
    margin-bottom: 40px;
    max-width: 630px;
}

.page-template-landing-page .fa-section4 .ast-wrap>div:nth-child(2) img {
    width: 100%;
    height: 500px;
    border-radius: 24px;
    max-width: 562px;
}

.page-template-landing-page .expertise {
    margin: 64px auto;
}

.page-template-landing-page .book .nlr {
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
}

.page-template-landing-page .fa-section5 {
    padding: 64px 0px;
    background: #062B44;
    font-family: "Noto Sans", serif;
}

.page-template-landing-page .fa-section5 .fa-s5-subtitle {
    border-radius: 4px;
    background: #F1F8FE;
    color: #062B44;
    text-align: center;
    /* font-family: Inter; */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 24px */
    text-transform: uppercase;
    margin-bottom: 16px;
    max-width: 140px;
    padding: 8px;
}

.page-template-landing-page .fa-section5 h2 {
    color: #FFF;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 40px;
}

.page-template-landing-page .fa-section5 .fa-btn {
    margin-bottom: 64px;
    max-width: 290px;
}

.page-template-landing-page .fa-section5 .fa-s5-head {
    flex-direction: column;
    align-items: center;
}

.page-template-landing-page .fa-section5 .ast-wrap {
    width: 100%;
    gap: 56px;
}

.page-template-landing-page .fa-section5 .ast-wrap>div {
    width: calc(50% - 28px);
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    flex-direction: column;
}

.page-template-landing-page .fa-section5 .ast-wrap>div .fa-s5-photo {
    width: 100%;
    margin-bottom: 24px;
    border-radius: 24px;
}

.page-template-landing-page .fa-section5 .ast-wrap>div .fa-s5-name {
    margin-bottom: 16px;
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    /* 141.667% */
}

.page-template-landing-page .fa-section5 .ast-wrap>div .fa-s5-pos {
    margin-bottom: 6px;
}

.page-template-landing-page .fa-section5 .ast-wrap>div .fa-s5-desc {
    margin-bottom: 24px;
}

.page-template-landing-page .fa-section6 {
    padding: 64px 0px;
    font-family: "Noto Sans", serif;
}

.page-template-landing-page .fa-section6 .fa-s6-logo {
    color: #2294E0;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    align-items: center;
    justify-content: center;
    margin: 0px auto 50px;
    gap: 16px;
}

.page-template-landing-page .fa-section6 .fa-s6-logo .fa-s6-logo-divider {
    height: 30px;
    width: 1px;
    background: #1170B8;
}

.page-template-landing-page .fa-section6 .fa-s6-logo img {
    max-height: 42px;
}

.page-template-landing-page .fa-section6 .ast-wrap {
    justify-content: center;
}

.page-template-landing-page .fa-section6 .fa-s6-desc {
    margin-bottom: 50px;
    color: #000;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 1312px;
}

.page-template-landing-page .fa-section6 .fa-s6-video {
    justify-content: center;
    width: 100%;
    height: 500px;
    max-width: 900px;
    border-radius: 24px;
    overflow: hidden;
}

.page-template-landing-page .fa-section6 .fa-s6-video iframe {
    height: 100%;
    width: 100%;
    margin: 0px auto;
    border-radius: 24px;
    transform: scale(1.2);
}

.page-template-landing-page .fa-section6 .fa-s6-video .fa-s6-vid-over {
    left: 0px;
    top: 0px;
    z-index: 2;
    border-radius: 24px;
    width: 100%;
    height: 100%;
    transform: scale(1.1);
}

.page-template-landing-page .fa-section6 .fa-s6-video .fa-s6-vid-play-holder {
    z-index: 3;
    gap: 24px;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    color: #FFF;
    text-align: center;

    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;

}

.page-template-landing-page .fa-section6 .fa-s6-video .fa-s6-vid-play-bg {
    background: #000;
    opacity: .3;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 24px;
}

.page-template-landing-page .fa-section6 .fa-s6-video .fa-s6-vid-play {
    cursor: pointer;
    z-index: 1;
}

.page-template-landing-page .fa-section6 h2 {
    color: #000;
}

.page-template-landing-page .mfp-iframe-holder .mfp-content {
    max-width: 1200px;
}

.page-template-landing-page .fa-section9 {
    padding: 80px 0px;
}

.page-template-landing-page .fa-section9 h2 {
    color: #000;
    text-align: center;
    margin-bottom: 36px;
}

.page-template-landing-page .fa-section9 .ast-wrap {
    flex-direction: column;
    color: #000;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 1312px;
}

@media only screen and (max-width: 992px) {

    .page-template-landing-page .fa-section1 .ast-wrap>div {
        width: 100%;
    }

}

@media only screen and (max-width: 780px) {
    .page-template-landing-page .fa-section1 {
        padding: 56px 0px 76px;
    }

    .page-template-landing-page .fa-section1 .ast-wrap {
        gap: 40px;
    }

    .page-template-landing-page .fa-section2 .ast-wrap {
        gap: 40px;
    }

    .page-template-landing-page .fa-section2 .ast-wrap>div img {
        height: 54px;
    }

    .page-template-landing-page .fa-section3 {
        padding: 32px 20px;
        margin: 0px 24px 64px;
        width: calc(100% - 48px) !important;
    }

    .page-template-landing-page .fa-section3 .ast-wrap>div:nth-child(1) {
        width: 100%;
        order: 2;
    }

    .page-template-landing-page .fa-section3 .ast-wrap>div:nth-child(2) {
        width: 100%;
        order: 1;
    }

    .page-template-landing-page .fa-section3 .ast-wrap>div:nth-child(2)>span {
        height: 28px;
        align-items: center;
        display: flex;
    }

    .page-template-landing-page .fa-section3 h2 {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .page-template-landing-page .fa-section3 .ast-wrap {
        gap: 56px;
    }

    .page-template-landing-page .fa-section3 .ast-wrap>div:nth-child(1) img {
        height: 400px;
    }
}

@media only screen and (max-width: 480px) {
    .page-template-landing-page .fa-section1 h2 {
        font-size: 36px;
    }

    .page-template-landing-page .fa-section1 .fa-btn {
        margin-right: 8px;
        margin-bottom: 16px;
        padding: 24px;
        font-size: 16px;
    }

    .page-template-landing-page .fa-section1 .fa-btn.fa-trans {
        margin-bottom: 0px;
        margin-right: 0px;
    }

    .page-template-landing-page .fa-section9 {
        padding: 0px;
    }

    .page-template-landing-page .fa-section1 .fa-s1-img>img {
        max-height: 300px;
    }

    .page-template-landing-page .fa-section1 .fa-s1-img-info>div>div {
        font-size: 16px;
    }

    .page-template-landing-page .fa-section1 .fa-s1-img-info {
        left: 1%;
        flex-wrap: nowrap;
        width: 98%;
        gap: 10px;
    }

    .page-template-landing-page .fa-section1 .fa-s1-img-info>div {
        flex-wrap: nowrap;
        gap: 10px;
        padding: 8px;
    }

    .page-template-landing-page .fa-section1 .fa-s1-img-info>div>div span {
        font-size: 11px;
    }

    .page-template-landing-page .fa-section2 {
        padding: 40px 0px;
    }

    .page-template-landing-page .fa-section2 h2 {
        font-size: 24px;
        margin-bottom: 40px;
    }

    .page-template-landing-page .fa-section2 .ast-wrap {
        gap: 22px;
    }



    .page-template-landing-page .fa-section4 .ast-wrap>div:nth-child(1) {
        width: 100%;
    }

    .page-template-landing-page .fa-section4 .ast-wrap>div:nth-child(2) {
        width: 100%;
    }

    .page-template-landing-page .fa-section4 h2 {
        font-size: 36px;
    }

    .page-template-landing-page .fa-section4 .ast-wrap {
        gap: 56px;
    }

    .page-template-landing-page .fa-section4 {
        margin-bottom: 64px;
    }

    .page-template-landing-page .fa-section5 {
        margin-top: 64px;
    }

    .page-template-landing-page .fa-section5 .fa-s5-subtitle {
        margin-bottom: 24px;
    }

    .page-template-landing-page .fa-section5 h2 {
        margin-bottom: 40px;
    }

    .page-template-landing-page .fa-section5 .ast-wrap>div {
        width: 100%;
    }

    .page-template-landing-page .fa-section5 .ast-wrap>div .fa-s5-photo {

        height: 340px;
        border-radius: 24px;
    }

    .page-template-landing-page #roles_at_expertise {
        padding: 40px 20px;
    }



    .page-template-landing-page .fa-section6 .fa-s6-logo {
        margin-bottom: 40px;
    }

    .page-template-landing-page .fa-section6 .fa-s6-desc {
        margin-bottom: 40px;
        max-width: 382px;
    }



    .page-template-landing-page .fa-section6 .fa-s6-desc p {
        font-size: 36px !important;

    }

    .page-template-landing-page .fa-section6 .fa-s6-video {
        height: 300px;
    }

    .page-template-landing-page .fa-section3 {
        padding: 32px 0px;
    }

    .page-template-landing-page .fa-section3 .fa-btn {
        font-size: 14px;
    }

    .page-template-landing-page .expertise_box a.global-btn-nw.btn-transparent {
        font-size: 14px !important;
    }

    .page-template-landing-page .fa-section6 .testimonial-container {
        margin: 10px 0px 0px;
    }

    .page-template-landing-page .fa-section6 {
        padding: 64px 0px 50px;
    }

    .page-template-landing-page .book .nlr {
        font-size: 13px;
    }

    .page-template-landing-page .book h6 {
        padding: 20px 0px;
    }

    .main-footer .socials {
        display: flex;
        gap: 8px;
        flex-wrap: wrap;
        margin-bottom: 48px;
        margin-top: 16px;
    }

    .main-footer .socials svg {
        width: 36px;
        height: 36px;
    }

    .main-footer .right .buttons {
        justify-content: center;
    }

    .main-footer .copyright-pt .left span {
        font-size: 13px;
    }

    footer.main-footer {
        padding: 68px 20px 50px 20px;
    }

    .page-template-landing-page .fa-section5 .ast-wrap>div .fa-s5-name {
        font-size: 22px;
    }

 
}

@media only screen and (max-width: 390px) {
    .page-template-landing-page .fa-section2 .ast-wrap>div img {
        height: 48px;
    }
}

@media only screen and (max-width: 376px) {
    .page-template-landing-page .fa-section2 .ast-wrap>div img {
        height: 42px;
    }

    .page-template-landing-page .fa-section1 .fa-btn {
        font-size: 14px;
    }

    .page-template-landing-page .fa-section4 .fa-btn {
        padding: 24px 25px;
    }

    .page-template-landing-page .fa-section4 .fa-btn {
        font-size: 15px;
    }
}