/* Behind The World's Biggest Ideas Section */
.section-behind {
    position: relative;
    z-index: 2;
    background-color: #ffffff;
    padding-block-start: 56px;
    padding-block-end: 93px;
}

.section-behind .container-content {
    max-width: 1192px;
    margin-inline-start: auto;
    margin-inline-end: auto;
    padding-inline-start: 20px;
    padding-inline-end: 20px;
}

.section-behind .behind-top {
    text-align: center;
    margin-block-end: 38px;
}

.section-behind .behind-title {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 44px;
    display: flex;
    justify-content: center;

}

@media (min-width: 768px) {
    .section-behind .behind-title {
        font-size: 77px;
    }
}

.section-behind .behind-title .text-gray {
    color: #60696A;
}

.section-behind .behind-title .text-blue {
    color: #184E83;
}

.behind-desc {
    max-width: 830px;
    margin-inline-start: auto;
    margin-inline-end: auto;
}

.behind-desc * {
    font-size: 16px;
    text-align: center;
}

.section-behind .behind-separator {
    margin-block-start: 38px;
    margin-block-end: 98px;
    margin-inline-start: auto;
    margin-inline-end: auto;
    height: 1px;
    background-color: #000000;
}

.section-behind .behind-bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-inline-start: auto;
    margin-inline-end: auto;
}

@media (min-width: 768px) {
    .section-behind .behind-bottom {
        flex-direction: row;
        justify-content: space-between;
    }
    .behind-desc * {
        font-size: 22px;
        line-height: 26px;
    }
}

.section-behind .behind-image {
    width: 100%;
}

@media (min-width: 768px) {
    .section-behind .behind-image {
        width: 45.747%;
        margin-block-start: 7px;
    }
}

@media (min-width: 1024px) {
    .section-behind .behind-image {
        margin-block-start: 10px;
    }
}

.section-behind .behind-image img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
}

.section-behind .behind-right {
    width: 100%;
    margin-top: 30px;
}

@media (min-width: 1200px) {
    .section-behind .behind-right {
        padding-left: 30px
    }
}
@media (min-width: 768px) {
    .section-behind .behind-right {
        width: 46.875%;
        margin-top: 0;
    }
}

.section-behind .behind-right-title {
    font-size: 22px;
    color: #184E83;
    margin-top: 0;
    margin-block-end: 28px;
}

.section-behind .behind-right-content * {
    font-size: 16px;    
    line-height: 19px;
    color: #525252;
}

.section-behind .behind-right-content p {
    margin-block-end: 20px;
}

.section-behind .behind-right-content p:last-child {
    margin-block-end: 0px;
}

/* Tab Banners Section */
.section-inno-scroll-banners {
    position: relative;
    padding-bottom: 50px;
}
.section-inno-scroll-banners .horizontal-scroll-section__content-wrapper {
    height: calc(100vh - 70px - 64px);
}

@media (min-width: 768px) {
    .section-inno-scroll-banners {
        padding-bottom: 80px;   
    }
    .section-inno-scroll-banners .horizontal-scroll-section__content-wrapper {
        height: calc(100vh - 170px - 77px);
    }
}
@media (min-width: 992px) {
    .section-inno-scroll-banners .horizontal-scroll-section__content-wrapper {
        height: calc(100vh - 170px - 80px);
    }
}

.section-inno-scroll-banners .container-fullwidth {
    display: flex;
    flex-direction: column;
}

.section-inno-scroll-banners .scroll-scene {
    position: relative;
    flex-grow: 1;
    width: 100%;
    /* height: 460px; */
}

.section-inno-scroll-banners .scene {
    display: flex;
    flex-direction: column;
}

.section-inno-scroll-banners .scroll-tabs {
    background-color: #00457C;
    padding-block-start: 20px;
    padding-block-end: 20px;
    text-align: center;
    z-index: 1;
    width: 100%;
    position: relative;
    flex-shrink: 0;
}

.section-inno-scroll-banners .scroll-tabs-inner {
    display: flex;
    justify-content: center;
    gap: 30px;
}

@media (min-width: 768px) {
    .section-inno-scroll-banners .scroll-tabs {
        padding-block-start: 30px;
        padding-block-end: 30px;
    }
    .section-inno-scroll-banners .scroll-tabs-inner {
        gap: 100px;
    }
}

@media (min-width: 1200px) {
    .section-inno-scroll-banners .scroll-tabs-inner {
        gap: 190px;
    }
}

.section-inno-scroll-banners .scroll-tab-item {
    font-size: 77px;
    color: transparent;
    cursor: pointer;
    font-weight: 700;
    line-height: 1.169;
    transition: all 0.3s ease;
    color: #ffffff;
    transition: .3s;
}

@media (min-width: 768px) {
    .section-inno-scroll-banners .scroll-tab-item {
        font-size: 110px;
        color: #184E83;
        text-shadow: 1px 0 0 #CACBCC, -1px 0 0 #CACBCC, 0 1px 0 #CACBCC, 0 -1px 0 #CACBCC, 1px 1px #CACBCC, -1px -1px 0 #CACBCC, 1px -1px 0 #CACBCC, -1px 1px 0 #CACBCC;
    }
}

.section-inno-scroll-banners .scroll-tab-item:hover,
.section-inno-scroll-banners .scroll-tab-item:focus,
.section-inno-scroll-banners .scroll-tab-item:focus-visible {
    color: #CACBCC;
}

.section-inno-scroll-banners .scroll-tab-item.active {
    color: #FFFFFF;
    text-shadow: none;
}

.section-inno-scroll-banners .scroll-banners-wrapper {
    position: relative;
}

.section-inno-scroll-banners .horizontal-scroll-section {
    min-height: 0;
}

.section-inno-scroll-banners .scroll-banner-item {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
    flex-shrink: 0;
}

.section-inno-scroll-banners .scroll-banner-item .banner-bg-img {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: cover;
    z-index: -1;
}

.section-inno-scroll-banners .scroll-banner-item.active {
    /* opacity: 1; */
    /* visibility: visible; */
    z-index: 2;
}

.section-inno-scroll-banners .banner-overlay {
    max-width: 1280px;
    margin-inline-start: auto;
    margin-inline-end: auto;
    padding-inline-start: 25px;
    padding-inline-end: 25px;
    width: 100%;
}

.section-inno-scroll-banners .banner-overlay-inner {
    max-width: 100%;
}

@media (min-width: 768px) {
    .section-inno-scroll-banners .banner-overlay-inner {
        max-width: 50%;
    }
}

.banner-description * {
    color: inherit;
}

.section-inno-scroll-banners .banner-title {
    font-size: 22px;
    line-height: 26px;
    margin-block-end: 0;
    margin-top: 0;
}

.section-inno-scroll-banners .banner-subtitle {
    font-size: 24px;
    margin-block-start: 16px;
    margin-block-end: 16px;
    font-weight: 700;
    line-height: 28px;
}

@media (min-width: 768px) {
    .section-inno-scroll-banners .banner-subtitle {
        font-size: 30px;
        line-height: 40px;
    }
    .banner-description {
        max-width: 500px;
    }
}

.section-inno-scroll-banners .banner-description p {
    font-size: 16px;
    line-height: 19px;
}

@media (max-width: 767px) {
    .section-inno-scroll-banners {
        overflow: visible;
    }

    .section-inno-scroll-banners .horizontal-scroll-section__content-wrapper {
        height: auto;
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .section-inno-scroll-banners .scroll-banner-item {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 250px;
        padding-block-start: 40px;
        padding-block-end: 39px;
    }

    .section-inno-scroll-banners .banner-overlay {
        max-width: 100%;
    }
    .section-behind {
        padding-block-start: 75px;
        padding-block-end: 78px;
    }
    .section-behind .behind-title {
        display: flex;
        flex-direction: column;
        justify-content: center;
        line-height: 1;
        margin: 0 0 27px;
    }
    .section-behind .behind-separator {
        margin-block-start: 74px;
        margin-block-end: 80px;
    }
    .section-behind .behind-right-title {
        margin-block-end: 22px;
    }
    .section-behind .behind-right-content p {
        margin-block-end: 15px;
        line-height: 28px;
    }
}