
/* =========================ROOT========================== */

:root {
    --white: #ffffff;
    --dark-blue: #06304B;
    --blue: #005E98;
    --light-blue: #008AAF;
    --lighter-blue: #00ADD7;
    --green: #00B49E;
    --black: #000000;
    --purple: #80AECB;
    --light-purple: #AEADCF;


    --height: auto;


}

@media (max-width: 1025px) {
    :root {
        --height: auto;
    }

    /* sup {
        padding: 0;
    } */
}

.h-white {
    color: var(--white);
}

.h-dark-blue {
    color: var(--dark-blue);
}

.h-blue {
    color: var(--blue);
}

.h-light-blue {
    color: var(--light-blue);
}

.h-lighter-blue {
    color: var(--lighter-blue);
}

.h-green {
    color: var(--green);
}

.h-purple {
    color: var(--purple);
}

.h-gradient {
    background: linear-gradient(90deg, #00A490 0%, #008AAF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.h-text-nowrap {
    text-wrap: nowrap;
}

.h-bg-green {
    color: var(--white) !important;
    background-color: #34786c;
}

.h-bg-blue {
    color: var(--white) !important;
    background-color: #38809e;
}

.t-data--space {
    padding-left: 30px !important;
}

.h-w-medium {
    font-weight: 600;
}

@media(max-width: 1024px) {
    .h-m-hide {
        display: none;
    }
}

/* =========================ROOT ENDS========================== */



/* =========================ATOMS========================== */

.a-btn {
    min-height: 44px;
    border: none;
    outline: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
    color: var(--blue);
    transition: .3s ease;
    font-weight: 400;
    text-decoration: none;
    font-size: 14px;
    min-width: 44px;
    padding: 8px;
    border-radius: 65px;
    gap: 10px;
    transition: all .3s ease;
}

.a-btn.active {
    color: var(--white);
    background: linear-gradient(90deg, #005E98 0%, #002F4C 100%);
}

.a-btn--blue {
    background-color: var(--dark-blue);
    color: var(--white);
}

.a-btn--green {
    background-color: var(--green);
    color: var(--white);
}

.a-btn--gradient {
    background: linear-gradient(90deg, #00A490 0%, #008AAF 100%);
    color: var(--white);
    padding: 15px 20px;
    font-weight: 600;
}

.a-btn--full {
    width: 100%;
}

.a-btn--small {
    padding: 8px 16px !important;
    min-height: 40px;
}

.a-btn--icon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.a-btn--icon i {
    font-size: 12px;
    position: relative;
    top: -1px;

}

.a-btn--link {
    border: unset;
    background-color: unset;
    padding: 0;
    min-height: unset;
    font-weight: 600;
    font-size: 14px;
    color: var(--dark-blue);
    gap: 0;
}

.a-btn--border {
    padding: 12px 16px;
    min-height: 38px;
    border: 1px solid #002F4C;
    border-radius: 72px;
    background-color: transparent;
}

.a-btn--table,
.a-btn--table-2 {
    font-weight: 600;
    padding: 8px 15px;
}

.a-btn--table i,
.a-btn--table-2 i {
    padding: 1px;
    font-weight: 600;
    font-size: 14px;
}

.a-btn--table .a-icon--arrow,
.a-btn--table-2 .a-icon--arrow {
  display: none;
  font-size: 10px;
}


@media (min-width: 1025px) {
    .a-btn {
        min-height: 55px;
        min-width: 55px;
        padding: 12px;
        font-size: 0.729vw;
    }

    .a-btn--table,
    .a-btn--table-2 {
        min-height: unset;
    }

    .a-btn--gradient {
        min-width: 160px;
    }

    .a-btn--small {
        min-height: 40px;
    }

    .a-btn--link {
        padding: 0;
        min-height: unset;
    }

    .a-btn--border {
        padding: 12px 16px;
        min-height: 38px;
    }

}

.a-btn--link .a-icon {
    margin: 0 7px;
    position: relative;
    top: -2px;
}

.a-btn--link span {
    margin-left: 3px;
}

.a-icon {
    font-size: 20px;
    display: inline-block;
    transition: .3s ease;
}

.a-icon--s {
    font-size: 14px;
}

.a-icon--l {
    font-size: 22px;
}

.a-icon--xl {
    font-size: 32px;
}

.a-icon--xxl {
    font-size: 45px;
}

.a-icon--bg.a-icon--l {
    width: 45px;
    height: 45px;
}

.a-icon--bg.a-icon--xl {
    width: 50px;
    height: 50px;
}

.a-icon--bg.a-icon--xxl {
    width: 60px;
    height: 60px;
}

.a-icon--bg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: var(--white);
    border: 1px solid #D5DDE1;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    aspect-ratio: 1/1;
}

.a-icon--bg-blue {
    background-color: #005E98;
    color: var(--white);
    border: none;
    box-shadow: none;
}

.a-icon--bg-green {
    position: relative;
    background-color: var(--green);
    width: 32px;
    height: 32px;
    color: var(--white);
    border: none;
    padding: 0 !important;
}

.a-icon--bg-green::after {
    content: '';
    position: absolute;
    width: calc(100% + 24px);
    height: calc(100% + 24px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #00B49E40;
    border-radius: 50%;
    animation: size 1s ease-in-out infinite alternate;
    transform-origin: center center;
    z-index: 0;
}

.a-icon--linear {
    background: linear-gradient(to right, #00A490 30%, #008AAF 70%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.a-icon--border {
    width: 80px;
    height: 80px;
    border: 2px solid var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.a-icon--shadowless::after {
    display: none;
}

.a-icon--plus-click {
    cursor: pointer;
}

@media (min-width:1025px) {
    .a-icon--bg {
        width: 55px;
        height: 55px;
        padding: 16px;
    }

    .a-icon {
        font-size: 20px;
    }

    .a-icon--s {
        font-size: 16px;
    }

    .a-icon--l {
        font-size: 28px;
    }

    .a-icon--xl {
        font-size: 40px;
    }

    .a-icon--xxl {
        font-size: 60px;
    }

    .a-icon--bg.a-icon--l {
        width: 55px;
        height: 55px;
    }

    .a-icon--bg.a-icon--xl {
        width: 65px;
        height: 65px;
    }

    .a-icon--bg.a-icon--xxl {
        width: 80px;
        height: 80px;
    }

    .a-icon--border {
        width: 150px;
        height: 150px;
        border: 4px solid var(--white);
    }

    .a-icon--bg-green {
        width: 32px;
        height: 32px;
    }
}

.a-heading {
    line-height: 1.2;
    font-weight: 600;
}

.a-heading--h1 {
    letter-spacing: -0.0457em;
    font-size: 28px !important;
}

.a-heading--h2 {
    font-size: 18px !important;
    line-height: 1.0833;
}

.a-heading--h3 {
    font-size: 16px !important;
}

.a-heading--gradient {
    background: linear-gradient(90deg, #005E98 0%, #002F4C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    padding-right: 2px;
}

.a-heading .a-tooltip:not(.a-tooltip.a-tooltip--plus) {
    display: inline-block;
}

.a-text {
    font-size: 16px;
    line-height: 1.2;
}

.a-text--l {
    font-size: 14px;
}

.a-text--xl {
    font-size: 20px;
}

.a-text--2xl {
    font-size: 22px;
}

@media(min-width: 1025px) {
    .a-text--2xl {
        font-size: 26px;
    }
}

.a-text--m {
    letter-spacing: -0.04em;
    line-height: 1.2;
    font-size: 14px;
}

.a-text--s {
    letter-spacing: 0.04em;
    line-height: 1.5;
    font-size: 12px;
}

.a-text--bold {
    font-weight: 600;
}

.a-text sup {
    font-size: 12px;
}

.a-text .a-tooltip+i {
    margin-left: 15px;
}

@media (min-width: 1025px) and (max-width: 1600px) {
    .a-text sup {
        font-size: 0.65vw;
    }
}

@media (min-width:768px) {
    .a-heading--h1 {
        font-size: 35px !important;
    }

    .a-heading--h2 {
        font-size: 20px !important;
    }

    .a-heading--h3 {
        font-size: 18px !important;
    }
}

@media (min-width:1025px) {
    .a-heading--h1 {
        font-size: 2.188vw !important;
    }

    .a-heading--h2 {
        font-size: 1.1vw !important;
    }

    .a-heading--h3 {
        font-size: 1.042vw !important;
    }

    .a-text {
        font-size: 0.938vw;
    }

    .a-text--l {
        font-size: 0.833vw;
    }

    .a-text--xl {
        font-size: 1.2vw;
    }

    .a-text--2xl {
        font-size: 1.875vw;
    }

    .a-text--s {
        font-size: 12px;
    }

    .a-text--m {
        font-size: 14px;
    }
}

.a-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fancybox-video {
    height: 100%;
}

.a-tooltip {
    position: relative;
    cursor: pointer;
    display: inline-flex;
}

.tooltip-item {
    position: relative;
}

.a-tooltip:not(.a-tooltip--plus)::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translate(-100%, -50%);
    width: 1px;
    height: 10px;
    background-color: var(--blue);
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease;
}


#global-tooltip {
    position: absolute;
    padding: 24px;
    max-width: 300px;
    background: #EEFFFD;
    border: 1px solid #008AAF;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    transform: translate(-50%, 0);
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease, visibility .2s ease;
    font-size: 12px;
    min-width: 250px;
}


.tooltip-content {
    display: flex;
    gap: 5px;
    margin-bottom: 8px;
}

.tooltip-content:last-of-type {
    margin-bottom: 0;
}

.a-tooltip.active .tooltip-item {
    color: var(--light-purple);
}

#global-tooltip.tooltip--plus {
    padding: 24px;
    max-width: 500px;
    background: #E6F6F4;
    border-radius: 16px;
    border: none;
    transform: translate(0%, 10px) !important;
    font-size: 16px;
    box-shadow: unset;
    line-height: 1.5;
    color: #002F4C;
}

#global-tooltip.tooltip--plus.tooltip--grey {
    background: #E6EFF5;
    color: var(--blue);
}

.a-tooltip.a-tooltip--plus .tooltip-item::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: unset;
    transform: translate(-68%, 43%);
    width: 42px;
    height: 42px;
    background-color: #E6F6F4;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease, visibility .2s ease;
    border-radius: 0;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    z-index: 99999;
}

.a-tooltip.a-tooltip--plus.a-tooltip--grey .tooltip-item::after {
    background-color: #E6EFF5;
}

@media (min-width:1025px) {
    #global-tooltip.tooltip--plus {
        transform: translate(-50%, 20px) !important;
    }

    #global-tooltip.tooltip--plus-right {
        transform: translate(calc(-100% + 48px), 20px) !important;
    }

    #global-tooltip.tooltip--plus::after {
        content: '';
        position: absolute;
        left: 50%;
        top: 2px;
        transform: translate(-50%, -100%);
        width: 36px;
        height: 42px;
        background-color: #E6F6F4;
        border-radius: 0;
        clip-path: polygon(50% 40%, 0% 100%, 100% 100%);
        z-index: 99999;
    }

    #global-tooltip.tooltip--plus.tooltip--grey::after {
        background-color: #E6EFF5;
    }


    #global-tooltip::after {
        content: '';
        position: absolute;
        left: 50%;
        top: -6px;
        transform: translate(-100%, -50%);
        width: 1px;
        height: 10px;
        background-color: var(--blue);
    }



    #global-tooltip.tooltip--plus-right::after {
        left: unset;
        right: 30px;
        transform: translate(-0%, -100%);
    }

    .a-tooltip:not(.a-tooltip--plus)::after,
    .a-tooltip.a-tooltip--plus .tooltip-item::after {
        display: none;
    }
}



.a-tooltip.active::after {
    opacity: 1;
    visibility: visible;
}

.a-tooltip.active.a-tooltip--plus .tooltip-item::after {
    opacity: 1;
    visibility: visible;
}

@media(hover : hover) {
    .a-btn:hover {
        background: linear-gradient(90deg, #00A490 0%, #008AAF 100%);
        color: var(--white);
    }

    .a-btn:hover .a-icon {
        color: var(--white);
    }

    .a-btn--link:hover {
        background: transparent;
        color: var(--dark-blue);
    }
}

.a-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1;
    background: rgba(0, 46, 76, 0.55);
    backdrop-filter: blur(8px);
}

.a-modal__close {
    background: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    z-index: 3;
    transition: all .3s ease;
    width: 30px;
    height: 30px;
    aspect-ratio: 1/1;
    background: linear-gradient(90deg, #00A490 0%, #008AAF 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    font-size: 13px;
    min-height: 30px;
    border: 1px solid #00A490;
    transition: background .3s ease, color .3s ease;
}

.a-modal__close:hover {
    color: #00B49E;
    background: linear-gradient(90deg, #ffffff 0%, #fff 100%);
}

.a-mobile-only {
    font-size: 10px;
    line-height: 1.5;
    margin-top: 6px;
    text-align: center;
    transition: all .3s ease .5s;
}

@media (min-width: 1025px) {
    .a-mobile-only {
        position: absolute;
        bottom: -18px;
        left: 50%;
        transform: translate(-50%, 0);
        white-space: nowrap;
    }
}


.a-bullet {
    width: 20px;
    height: 20px;
    aspect-ratio: 1/1;
    background-color: #00ADD7;
    border-radius: 50%;
}

.a-bullet--green {
    background-color: #00A490;
}

/* =========================ATOMS ENDS========================== */










/* =========================MOLECULES========================== */

.m-sidebar__left {
    position: sticky;
    top: 80px;
    z-index: 10;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(25px);
    padding: 24px;
    max-width: unset;
    width: calc(100% - 30px);
    margin-left: 15px;
    border-radius: 32px;
    margin-top: 90px;
    transition: all .3s ease;
}


.m-sidebar__left--hide {
    transform: translateY(calc(-100% - 80px));
}

.m-sidebar__left::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 32px;
    padding: 1px;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 50.48%, #E6F6F4 100%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

.m-sidebar__left .a-btn i {
    position: relative;
    left: 4px;
}

.m-sidebar__left .a-btn span {
    margin-left: 10px;
}

@media(min-width: 1025px) {
    .m-sidebar__left.open .a-btn {
        max-width: auto;
        padding: 14px;
    }

    .m-sidebar__left.open .a-mobile-only {
        opacity: 0;
        visibility: hidden;
    }

    .m-sidebar__left.open .a-btn span {
        max-width: 200px;
        padding-left: 10px;
    }

    @media (hover : hover) {
        .m-sidebar__left:hover .a-mobile-only {
            opacity: 0;
            visibility: hidden;
            transition: 0s;
        }
    
        .m-sidebar__left:hover .a-btn span {
            max-width: 200px;
        }
    }
}

.m-sidebar__left .a-btn {
    gap: 0;
    width: max-content;
    font-size: 14px;
}

.m-sidebar__left .a-btn span {
    max-width: 0;
    overflow: hidden;
    transition: max-width .75s ease, padding .3s ease;
    white-space: nowrap;
}

.m-sidebar__left li {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.m-sidebar__right {
    z-index: 10;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 24px 15px;
    height: 80px;
    background: linear-gradient(90deg, rgba(239, 239, 245, 0.5) 0%, rgba(230, 239, 245, 0.75) 100%);
    backdrop-filter: blur(8px);
    border-radius: 32px 32px 0px 0px;
    transition: transform .3s ease;
}

@media(min-width: 1025px) {
    .m-sidebar__right {
        padding: 24px;
    }
}

.m-sidebar__right--hide {
    transform: translateY(100%);
}

.m-sidebar__left ul,
.m-sidebar__right ul {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    transition: .3s ease;
}

.m-sidebar__right ul li a {
    font-size: 10px;
    letter-spacing: -0.04em;
    line-height: 1.2;
    display: flex;
    align-items: center;
    gap: 5px;
    text-align: center;
    position: relative;
    cursor: pointer;
}


.m-sidebar__right li.active a .a-icon {
    color: var(--white);
    background: linear-gradient(90deg, #005E98 0%, #002F4C 100%);
    border: 0;
}

.m-sidebar__right li.active a::after {
    opacity: 1;
    visibility: visible;
}

.m-sidebar-submenu {
    position: absolute;
    right: -100%;
    height: 100%;
    width: 100%;
    background-color: #F6F6F6;
    z-index: 10;
    top: 0;
    overflow-x: clip;
    overflow-y: auto;
    padding: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: right .4s ease-in-out;
}

.m-sidebar-submenu ul {
    height: 100%;
}

.m-sidebar-submenu.active {
    right: 0;
}

.m-sidebar-submenu .a-heading {
    color: var(--light-blue);
    margin-bottom: 24px;
    width: 100%;
}

@media (min-width: 1025px) {
    .m-sidebar-submenu .a-heading {
        font-size: 20px !important;
    }
}

.m-sidebar-submenu--references {
    width: 100%;
    min-height: 100%;
    border-radius: 0px 32px 32px 0px;
    top: 50%;
    transform: translateY(-50%);
}

.m-sidebar-submenu--references li {
    list-style-type: decimal !important;
    font-size: 12px;
}

.m-sidebar-submenu--references ul {
    padding-left: 15px;
}

.m-sidebar-submenu .a-heading .a-icon {
    padding: 5px;
}


@media (min-width: 1025px) {
    .m-sidebar__left {
        position: absolute;
        left: 0px;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 0px 32px 32px 0px;
        width: auto;
        margin: 0;
    }

    .m-sidebar__left::before {
        border-radius: 0px 32px 32px 0px;
    }

    .m-sidebar__left ul,
    .m-sidebar__right ul {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .m-sidebar__left li {
        justify-content: center;
    }

    .m-sidebar__right li {
        padding-right: 28px;
        padding-left: 14px;
    }

    .m-sidebar__left .a-btn {
        gap: 0;
        width: auto;
    }

    .m-sidebar__right {
        position: absolute;
        width: 118px;
        right: 3px;
        top: 50%;
        transform: translateY(-50%);
        padding: 14px 14px 14px 0;
        left: unset;
        background: unset;
        backdrop-filter: unset;
        height: max-content;
    }

    .m-sidebar__right ul li a {
        flex-direction: column;
        justify-content: center;
        gap: 8px;
    }

    .m-sidebar__right ul li a::after {
        content: '';
        position: absolute;
        left: -50%;
        top: 45%;
        background-color: #F6F6F6;
        width: 27px;
        height: 27px;
        rotate: 45deg;
        transform: translate(-50%, -50%);
        opacity: 0;
        visibility: hidden;
        transition: .3s ease;
        clip-path: polygon(0 0, 100% 0, 100% 83%, 17% 0%);
    }

    .m-sidebar-submenu  {
        width: max-content;
    }
}

@media (min-width: 1700px) {
    .m-sidebar-submenu--references {
        height: auto;
    }
}

.m-main {
    overflow: hidden;
    display: block;
    height: 100%;
    background: linear-gradient(90deg, rgba(239, 239, 245, 0.5) 0%, rgba(230, 239, 245, 0.75) 100%);
    backdrop-filter: blur(8px);
    border-radius: 32px;
    margin-top: 35px;
}


.m-main::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 32px;
    padding: 1px;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 50.48%, #E6F6F4 100%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
    width: 100%;
}

@supports (-webkit-touch-callout: none) {
    .m-main::before {
        content: none !important;
        display: none !important;
    }
}

@media (min-width: 1025px) {
    .m-main {
        margin: 0 120px;
    }
}

.m-main-tab {
    max-height: 0;
    pointer-events: none;
    padding: 0 15px;
    display: none;
    min-height: 100%;
}

@media (max-height: 750px) {
    .m-main-tab {
        overflow-y: auto;
    }
  }


.m-main-tab.active {
    opacity: 1;
    max-height: 100%;
    visibility: visible;
    padding: 15px;
    pointer-events: all;
    display: flex;
    flex-direction: column;
}

.m-main-tab--5 .m-main-tab__inner {
    background: linear-gradient(90deg, #005E98 0%, #002F4C 100%);
}

@media (min-width:1025px) {
    .m-main-tab {
        padding: 0 24px;
    }

    .m-main-tab.active {
        padding: 24px;
    }
}

.m-main-tab__header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    gap: 15px 0;
}

.m-main-tab__header .a-heading {
    margin-bottom: 0;
}

.m-main-tab__header>div {
    display: flex;
    gap: 24px;
}

.m-main-tab__header-bg {
    background: linear-gradient(90deg, #005E98 0%, #06304B 100%);
    border-radius: 12px;
    color: var(--white);
    padding: 15px 45px 15px 15px;
    margin-bottom: 0;
    height: max-content;
    position: relative;
}

.m-main-tab__header-bg-white {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
    padding: 8px 24px;
    gap: 24px !important;
    min-height: 40px;
    background: linear-gradient(180deg, #FFFFFF 0%, #F5F9FB 100%);
    border: 1px solid #E6EFF5;
    border-radius: 16px;
}

.m-main-tab__header-bg-white > div {
    align-items: center;
    gap: 5px;
}


.m-main-tab__header-bg .a-heading {
    margin-bottom: 0;
}

.m-main-tab__header-bg .a-icon {
    position: absolute;
    right: 30px;
}

.m-main-tab--1 {
    display: none;
    flex-wrap: wrap;
    gap: 15px;
    height: 100%;
}

.m-main-tab--1.active {
    display: flex;
    flex-direction: row;
}

@media (min-width:1025px) {
    .m-main-tab__header {
        margin-bottom: 24px;
        gap: 0;
    }

    .m-main-tab__header-bg {
        margin-bottom: 0;
        padding: 24px 48px;
    }

    .m-main-tab__header-bg .a-icon {
        right: 48px;
    }

    .m-main-tab--1 {
        gap: 24px;
    }
}

.a-heading--h1 {
    display: flex;
    align-items: center;
    margin-bottom: 1.094vw;
    gap: 15px;
}

.m-objective-card {
    padding-top: 15px;
    /* height: var(--height); */
    min-height: calc(40% - 12px);
    overflow: hidden;
    width: 100%;
}

.m-objective-card .a-heading {
    margin-bottom: 15px;
}

.m-objective-card__inner {
    padding: 15px;
    background: var(--white);
    border: 1px solid #D5DDE1;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
}

@media(min-width: 1600px) {
    .m-objective-card__inner {
        padding: 24px;
    }
}


.m-objective-card__inner p {
    margin-bottom: 1.1vw;
}

.m-objective-highlight {
    padding: 15px;
    background: rgba(0, 180, 158, 0.1);
    border-radius: 12px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.m-objective-highlight p {
    margin-bottom: 0;
}

/* .m-objective-card__inner p:last-of-type {
        margin-bottom: 0;
        
    } */

.m-video {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    /* height: var(--height); */
    min-height: calc(40% - 12px);
    width: 100%;
}

.m-video::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(178, 230, 243, 0) 0%, rgba(0, 180, 158, 0.5) 50%, #005E98 100%);
    pointer-events: none;
}

.m-video .a-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    transition: .3s ease;
}

.m-video .a-icon.active {
    opacity: 0;
    visibility: hidden;
}


.m-key-finding {
    position: relative;
    padding: 15px;
    background: linear-gradient(90deg, #00A490 0%, #008AAF 100%);
    border-radius: 16px;
    min-height: calc(40% - 12px);
    width: 100%;
    color: var(--white);
}

.m-key-finding>img {
    position: absolute;
    right: 0;
    top: 0;
}

.m-key-finding>.a-heading {
    margin-bottom: 15px;
}

.m-key-finding>.a-text {
    margin-bottom: 1.1vw;
}

.m-key-finding__inner {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    position: relative;
    z-index: 1;
    margin-top: 15px;
}

.m-key-finding-card {
    background: linear-gradient(90deg, #005E98 0%, #002F4C 100%);
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    padding: 15px;
    color: var(--white);
    /* height: var(--height); */
    /* height: calc(50% - 12px); */
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    align-items: flex-start;
}

.m-key-finding-card img {
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
}

@media(min-width: 1025px) {
    .m-key-finding-card img {
        margin-bottom: 1vw;
    }
}

.m-main-tab--1>.m-key-finding-card {
    width: 100%;
}

.m-key-finding-card .a-heading {
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.m-key-finding-card .a-text {
    position: relative;
    z-index: 1;
}

.m-key-finding-card .a-btn {
    position: relative;
    z-index: 1;
    margin: 24px auto;
}

.m-key-finding-card--shape {
    position: relative;
    overflow: hidden;
    padding: 24px;
    height: auto;
}

.m-key-finding-card--shape::before {
    content: '';
    position: absolute;
    left: -16%;
    height: 435px;
    top: -25px;
    width: 160px;
    rotate: -30deg;
    background-color: #002F4C;
    min-height: 153%;
    min-width: 50%;
}

.m-key-finding-card--shape--circle {
    position: relative;
    background: linear-gradient(180deg, #FFFFFF 0%, #F5F9FB 100%);
    border: 1px solid #D5DDE1;
    border-radius: 10px;
    overflow: hidden;
    /* height: auto; */
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--dark-blue);
    text-align: center;
    min-height: 160px;
}

.m-key-finding-card--shape--circle img {
    object-fit: contain;
}

@media(max-width: 1024px) {
    .m-key-finding-card--shape--circle {
        padding: 24px 15px;
    }
}

.m-key-finding-card--shape--circle .a-text {
    line-height: 1.65;
}

.m-key-finding-card--shape--circle img {
    height: 5vh;
    min-height: 40px;
    /* object-fit: contain; */
}

@media (min-width:1700px) {
    .m-key-finding-card--shape--circle img {
        height: 10vh;
    }
}

.m-key-finding-card--shape--circle::before {
    content: '';
    position: absolute;
    width: 460px;
    height: 460px;
    left: 50%;
    top: 100px;
    transform: translate(-50%, -0%);
    background: linear-gradient(90deg, rgba(230, 239, 245, 0.5) 0%, #E6EFF5 100%);
    border-radius: 50%;
    min-width: 130%;
    min-height: 130%;
}

.m-key-finding-card--shape--circle--top::before {
    top: unset !important;
    bottom: 63%;
    background: linear-gradient(0deg, #B2E6F3 0%, rgba(191, 236, 231, 0.25) 30%);
}

.m-key-finding__inner .m-key-finding-card__inner {
    perspective: 1000px;
    position: relative;
    height: 100%;
    min-height: 225px;
}

@media(min-width: 1025px) and (max-width: 1699px) {
    .m-key-finding__inner .m-key-finding-card__inner { min-height: 190px; }
}

@media (hover: hover) {
    .m-key-finding__inner .m-key-card:hover .m-key-finding-card__inner {
        transform: rotateY(180deg);
    }
}

.m-key-finding__inner .m-key-card.active .m-key-finding-card__inner {
    transform: rotateY(180deg);
}

@media (min-width:1025px) {
    .m-key-finding__inner .m-key-card.open .m-key-finding-card__inner    {
        transform: rotateY(180deg);
    }
}

.m-key-finding__inner .m-key-card .m-key-finding-card__inner {
    transition: transform 0.45s ease-in-out;
    transform-style: preserve-3d;
}

.m-key-finding__inner .m-key-finding-card--shape {
    height: 100%;
}

.m-key-finding-card__flipped {
    position: absolute;
    inset: 0;
    background-color: var(--dark-blue);
    padding: 24px;
    transition: transform .60s ease-in-out;
    border-radius: 16px;
    transform: rotateY(180deg);
    z-index: 1;
    color: var(--white);
    height: 100%;
    backface-visibility: hidden;
    box-sizing: border-box;
}

.m-key-finding-card__flipped .a-text {
    margin-bottom: 15px;
    font-size: 14px;
}

@media(min-width: 1025px) and (max-width: 1699px) {
    .m-key-finding-card__flipped .a-text {
        margin-bottom: 5px;
    }
}

.m-key-finding-card__flipped ul {
    padding-left: 10px;
}

.m-key-finding-card__flipped ul li {
    list-style-type: disc;
}

.m-key-finding-card--white {
    background-color: var(--white);
    position: relative;
    overflow: hidden;
    padding: 0;
    padding-bottom: 1.1vw;
    background: linear-gradient(180deg, #00ADD7 0%, #FFFFFF 100%);
    border: 1px solid #FFFFFF;
}

.m-key-finding-card--white .a-btn {
    min-width: unset;
}

.m-key-finding-card--blue img {
    width: 40%;
}

@media(min-width: 1700px) {
    .m-key-finding-card--blue img {
        width: 75%;
    }
}



.m-key-finding-card--white .a-heading,
.m-key-finding-card--white .a-text,
.m-key-finding-card--white .a-btn {
    margin-left: 10px;
    margin-right: 10px;
}

.m-key-finding-card--white .a-text {
    color: var(--dark-blue);
    text-align: center;
    display: block;
    margin: auto;
}

.m-key-finding-card--linear {
    display: flex;
    gap: 0.9vw;
    color: var(--dark-blue);
    height: auto;
    align-items: center;
    background: #E6F6F4;
    border: 1px solid #E6EFF5;
    border-radius: 16px;
    box-shadow: unset;
    flex-direction: column;
    min-height: 170px;
    text-align: center;
    color: var(--blue);
    justify-content: start;
    min-height: 100%;
}



.m-key-finding-card--linear img {
    width: 40%;
    margin-bottom: 0;
}

@media(min-width: 1025px) {
    .m-key-finding-card--linear {
        flex-direction: row;
        text-align: left;
    }

    .m-key-finding-card--linear img {
        width: 3.5vw;
    }
}

@media(min-width: 1700px) {
    .m-key-finding-card--linear img {
        width: 5.5vw;
    }
}

.m-main-tab--1 .m-key-finding-card--white .a-btn {
    width: calc(100% - 20px);
}

.m-main-tab--1 .m-key-finding-card--white img {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto !important;
    object-fit: cover;
    max-height: 46vh;
    object-position: bottom;
}

@media(min-width: 1025px) {
    .m-main-tab--1 .m-key-finding-card--white img {
        max-height: 18vh;
    }
}

@media(min-width: 1700px) {
    .m-main-tab--1 .m-key-finding-card--white img {
        max-height: 21vh;
    }
}

.m-main-tab--1 .m-key-finding-card--white {
    width: 100% !important;
}

.m-main-tab--2 .m-main-tab__header {
    grid-column: span 2;
}

.m-main-tab--2 .m-main-tab__header-bg .a-heading {
    width: calc(100% - 50px);
}

.m-main-tab--2 .m-main-tab__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px
}

.m-main-tab__inner {
    opacity: 1;
    visibility: visible;
    transition: opacity .3s ease, visibility .3s ease;
}

.m-main-tab__inner.active {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.m-table,
.m-table-2 {
    opacity: 0;
    visibility: hidden;
    transition: .3s ease;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 24px;
    color: var(--black);
    overflow-x: auto;
    display: none;
}

.m-table.active,
.m-table-2.active {
    opacity: 1;
    visibility: visible;
    display: block;
}

.m-table img,
.m-table-2 img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
@media (min-width: 1025px) {
    .m-table .a-heading,
    .m-table-2 .a-heading{
        font-size: 1.4vw !important;
    }
}

.m-table .a-text,
.m-table-2 .a-text{
    margin-top: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #002F4C;
}

.m-footnotes {
    background: #FFFFFF;
    border: 1px solid #D5DDE1;
    border-radius: 12px;
    padding: 24px;
    transition: .3s ease;
    color: var(--dark-blue);
    margin-top: 24px;
    position: relative;
}

.m-footnotes__header {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.m-footnotes__header .m-faq__expand i {
    font-size: 8px;
    display: inline-block;
    rotate: 180deg;
    top: -1px;
    position: relative;
    transition: .45s ease;
    margin-left: 5px;
}

.m-footnotes.active .m-footnotes__header i {
    rotate: 0deg;
}

.m-footnotes__body {
    transition: .3s ease;
    max-height: 0;
    overflow: hidden;
    font-size: 18px;
    padding-top: 0;
}

.m-footnotes__body .a-text {
    margin-bottom: 15px;
}

.m-footnotes__body .a-text:last-of-type {
    margin-bottom: 0;
}

.m-footnotes__body ul li {
    margin-bottom: 14px;
}

.m-footnotes__body ul li:last-child {
    margin-bottom: 12px;
}

.m-footnotes--white {
    margin-top: 24px;
    display: flex;
    padding: 15px 24px;
    gap: 0.9vw;
    background: #ffffff;
    border: 1px solid #E6EFF5;
    border-radius: 12px;
    flex-direction: column;
}

.m-footnotes--nomargin {
    margin-top: 0;
    width: 100%;
}

@media (min-width: 1025px) {
    .m-footnotes--white {
         padding: 0.9vw 24px;
    }
}

.m-footnotes--glass {
    background: linear-gradient(90deg, rgba(239, 239, 245, 0.5) 0%, rgba(230, 239, 245, 0.75) 100%);
    border: 1px solid #E6EFF5;
}

.m-main-tab--4 .m-main-tab__inner .m-main-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: 10px 0;
}

.m-main-tab--4 .m-main-tab__inner .m-main-cards .m-key-finding-card--shape--circle::before {
    top: 45px;
}

.m-main-cards--row {
    position: relative;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    background-color: var(--white);
    padding: 24px;
    border: 1px solid #D5DDE1;
    border-radius: 10px;
    gap: 24px;
    align-items: center;
    overflow: hidden;
}

.m-main-cards--row::before {
    content: '';
    position: absolute;
    width: 460px;
    height: 460px;
    left: -300px;
    top: 50%;
    transform: translate(-0%, -50%);
    background: linear-gradient(180deg, #B2E6F3 0%, rgba(191, 236, 231, 0.25) 30%);
    border-radius: 50%;
}

.m-main-cards--row>.a-heading {
    text-align: center;
}

@media(min-width: 1025px) {
    .m-main-cards--row>.a-heading {
        text-align: left;
    }
}

.m-main-tab--5 .m-main-tab__inner {
    border-radius: 12px;
    color: var(--white);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.m-sparsentan-intro {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    padding: 24px;
}

.m-sparsentan-intro--shape--circle::before {
    content: '';
    position: absolute;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 1190px;
    height: 1190px;
    left: 50%;
    transform: translateX(-50%);
    top: calc(-1190px + 30vh);
    background: #BFE8E3;
    opacity: 0.25;
}

.m-sparsentan-intro .a-text,
.m-img-title.a-text {
    padding: 20px;
    font-weight: 600;
    text-align: center;
}

.m-sparsentan-intro .a-text sup {
    font-size: 16px;
}

.m-sparsentan-intro img {
    height: 22vh;
    z-index: 1;
}

.m-main-tab--3 .m-main-tab__inner {
    /* background: var(--white); */
    border-radius: 12px;
    color: var(--blue);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    justify-content: space-between;
    border-top-right-radius: 0;
    border-top-left-radius: 12px;
}

.m-main-tab--3 .m-main-tab__header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 0;
    align-items: start;
    flex-wrap: nowrap;
}

.m-efficacy-findings-container {
    overflow-y: auto;
    padding-right: 20px;
}

.m-efficacy-findings {
    position: relative;
}


.m-main-tab--3 .m-main-tab__inner>.m-efficacy-findings-container {
    width: 100%;
    overflow-y: auto;
    padding: 15px;
    padding-right: 14px;
    transition: .3s ease;
    background-color: var(--white);
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}

.m-main-tab--3 .m-main-tab__inner>.m-efficacy-findings-container.transition-0 {
    transition: 0s;
}

.m-main-tab--3 .m-main-tab__inner>.m-figures-list {
    padding: 24px 16px;
    border-left: 1px solid #E6EFF5;
    transition: .3s ease;
    background-color: var(--white);
    width: 100%;
    z-index: 2;
    overflow-y: auto;
    max-height: 165px;
    min-height: unset;
    order: -1;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    margin-bottom: 10px;
}

.m-main-tab--3 .m-main-tab__inner>.m-figures-list.transition-0 {
    transition: 0s;
}

.m-main-tab--3 .m-main-tab__inner>.m-figures-list.minimized {
    max-height: 0;
    padding: 0;
}

.m-findings-header,
.m-figures-header,
.m-list .m-list-item {
    display: inline-flex;
    width: 100%;
    padding-bottom: 20px;
}

.m-figures-header {
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    padding: 24px 16px;
    padding-right: 90px;
    background: #FFFFFF;
    border: 1px solid #E6EFF5;
    border-radius: 16px 16px 0px 0px;
    width: 100%;
}

.m-findings-header {
    padding-right: 45px;
}

.m-findings-header b {
    font-weight: 600 !important;
}

.m-main-tab--3 .m-main-tab__inner {
    position: relative;
}

.m-main-tab--3 .m-main-tab__inner>.a-icon {
    color: var(--dark-blue);
    width: 48px;
    height: 48px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E6EFF5;
    position: fixed;
    top: 90px;
    right: 45px;
    cursor: pointer;
    z-index: 3;
}

.m-findings-header {
    border-bottom: 1px solid #BFE8E3;
    gap: 20px;
}

.m-findings-gallery {
    position: relative;
    border: 1px solid #E6EFF5;
    border-radius: 16px;
    width: 100%;
    /* overflow: hidden; */
}

.m-findings-gallery .m-img {
    /* max-height: 75vh; */
    margin: 0 auto;
    width: max-content;
    display: block;
    max-width: 100%;
    border-radius: 15px;
    overflow: hidden;
}

.m-findings-gallery a {
    display: flex;
    justify-content: space-around;
}

.m-findings-gallery .icon2-search {
    position: absolute;
    bottom: 16px;
    right: 16px;
    z-index: 2;
    background: var(--dark-blue);
    display: block;
    width: 40px;
    height: 40px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    border-radius: 4px;
    cursor: pointer;
}

.m-list {
    height: 100%;
    overflow-y: auto;
}

.m-list .m-list-item {
    padding: 8px;
    margin-bottom: 8px;
    cursor: pointer;
    gap: 8px;
}

.m-list .m-list-item:last-of-type {
    margin-bottom: 0;
}

.m-list .m-list-item.active {
    background: #BFE8E3;
    border-radius: 8px;
}

.m-list .m-list-item .a-text--s {
    line-height: 1.25;
    margin-top: 2px;
}

.m-summary {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    padding: 15px;
    gap: 0.9vw;
    background: #E6F7FB;
    border-radius: 16px;
}

.m-summary ul {
    padding: 0 20px;
}

.m-summary ul li {
    list-style: disc;
    color: var(--dark-blue);
}

.m-img {
    position: relative;
}

.m-img .a-tooltip {
    position: absolute;
    transform: translate(-50%, -50%) scale(0.5);
}

@media(min-width: 1025px) {
    .m-img .a-tooltip {
        transform: translate(-50%, -50%) scale(1);
    }
}

.m-modal {
    position: relative;
    z-index: 2;
    margin: auto;
    padding: 24px;
    animation: modalFadeIn .25s cubic-bezier(.4, 0, .2, 1);
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    border: 1px solid #BFEAF5;
    border-radius: 16px;
    height: 100%;
    overflow-y: auto;
    width: 100%;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
}

.m-modal .m-img {
    border: 1px solid #E6EFF5;
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 24px;
}

.m-modal .m-img img {
    width: auto;
    height: auto;
    object-fit: contain;
    max-width: 80%;
    margin: 0 auto;
    max-height: 65vh;
}

.m-modal .a-text {
    width: 100%;
}

.o-modal--fixed .m-modal {
    padding: 48px;
    width: 80vw;
    height: unset;
    max-height: 84vh;
}

@media (max-width: 1025px) {
    .o-modal--fixed .m-modal {
        padding: 24px;
        width: calc(100vw - 48px);
    }
}

.m-modal>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: -1;
}

.m-modal__header {
    display: flex;
    align-items: center;
}

.m-modal__content {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.m-modal__content .a-heading {
    color: var(--purple);
    text-align: center;
}

.m-findings-content .m-modal .m-img {
    margin-bottom: 0;
    border: none;
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.m-info {
    position: relative;
    width: 100%;
    max-width: 550px;
    padding: 32px 0 32px 98px;
    margin-top: 10px;
    margin-bottom: 35px;
}

.m-info img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: auto;
}

.m-info .a-text {
    font-size: 16px;
    line-height: 1.2;
}

.m-modal__boxes {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    width: 100%;
    margin-bottom: 24px;
}

.m-modal__box {
    padding: 24px;
    background: linear-gradient(180deg, #FFFFFF 0%, #F5F9FB 100%);
    border: 1px solid #E6EFF5;
    border-radius: 16px;
    text-decoration: unset !important;
}

.m-modal__box i {
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 55px;
    background: var(--purple);
    border-radius: 50%;
    color: var(--white);
    margin: 0 auto 24px;
}

.m-findings-content {
    position: relative;
}

.m-findings-content--grid-2 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
}

.m-findings-content--grid-2 .m-findings-gallery .m-img {
    width: unset;
}

.m-findings-content--grid-2 .a-heading,
.m-findings-content .m-img-title.a-text {
    text-align: center;
    margin: 24px 0 15px;
    
}

@media (min-width: 1025px) {
    .m-findings-content--grid-2 .a-heading,
    .m-findings-content .m-img-title.a-text {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.m-findings-content--grid-2 .a-heading .a-tooltip:not(.a-tooltip.a-tooltip--plus),
.m-findings-content .m-img-title.a-text .a-tooltip:not(.a-tooltip.a-tooltip--plus) {
    top: -5px;
}

.m-findings-content--grid-2 .a-heading .a-icon,
.m-findings-content .m-img-title .icon3-plus {
    margin-left: 25px;
}


.m-figures-list {
    max-height: 300vh;
}

.m-row {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

@media(min-width: 1025px) {
    .m-row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
        flex: 1 1 auto;

        >div {
            height: 100%;
        }
    }

    .m-row-1-2 {
        grid-template-columns: 1fr 2fr;
    }
}



.m-faq__expand .a-icon {
    position: relative;
    top: 1px;
}

@media (min-width:576px) {

    .m-objective-card,
    .m-video {
        width: calc(50% - 8px);
    }

    .m-key-finding {
        width: calc(100% - 8px);
        order: 4;
    }

    .m-main-tab--1 .m-key-finding-card--white {
        width: calc(50% - 8px) !important;
    }

    .m-main-tab--1>.m-key-finding-card {
        width: calc(50% - 8px);
    }

    .m-key-finding__inner {
        grid-template-columns: repeat(2, 1fr);
    }

    .m-key-finding {
        order: 6;
    }

    .m-footnotes--white {
        flex-direction: row;
    }
}

@media (min-width: 768px) {
    .m-findings-content--grid-2 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25vw;
    }

    .m-main-tab--2 .m-main-tab__header {
        grid-column: span 4;
    }

    .m-main-tab--2 .m-main-tab__inner {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: max-content auto;
        gap: 24px;
    }

    .m-main-tab--4 .m-main-tab__inner .m-main-cards {
        grid-template-columns: repeat(4, 1fr);
    }

    .m-main-cards--row {
        grid-template-columns: repeat(2, 1fr);
    }

    .m-modal__boxes {
        grid-template-columns: repeat(2, 1fr);
    }

    .m-key-finding__inner {
        grid-template-columns: repeat(4, 1fr);
        gap: 1.1vw;
    }

    .m-table table,
    .m-table-2 table {
        width: 100%;
    }

    .m-box__white {
        padding: 32px;
    }
}

@media(max-width: 1024px) {
    .m-sidebar__left li {
        width: 20%;
    }
}

@media (min-width:1025px) {
    .m-main-tab--3 .m-main-tab__header {
        flex-direction: row;
    }

    .m-figures-header {
        width: max-content;
    }

    .m-main-tab--3 .m-main-tab__inner {
        flex-direction: row;
        background-color: var(--white);
    }

    .m-main-tab--3 .m-main-tab__inner>.a-icon {
        top: 45px;
    }

    .m-main-tab--3 .m-main-tab__inner>.m-figures-list {
        max-height: 100%;
        order: unset;
        width: 312px;
        border-radius: 0;
        margin-bottom: 0;
    }

    .m-main-tab--3 .m-main-tab__inner>.m-figures-list.minimized {
        padding: 0;
        width: 0;
    }

    .m-main-tab--3 .m-main-tab__inner>.m-efficacy-findings-container.minimized {
        width: 100%;
    }

    .m-objective-card {
        width: calc(34% - 16px);
    }

    .m-video {
        width: calc(35% - 16px);
    }

    .m-key-finding {
        width: calc(85% - 12px);
        order: 0;
        display: flex;
        flex-direction: column;
    }

    .m-key-finding__inner {
        flex-grow: 1;
        margin-top: 0;
    }

    .m-main-tab--1 .m-key-finding-card--white {
        width: calc(15% - 12px) !important;
    }

    .m-main-tab--1>.m-key-finding-card {
        width: calc(31% - 16px);
    }

    .m-key-finding-card--shape img {
        height: 4.5vw;
        object-fit: contain;
    }

    .m-key-finding-card .a-btn span {
        font-size: 14px;
    }

    .a-text-bottom {
        font-size: 12px;
    }

    .m-key-finding .a-heading,
    .m-main-tab--1>.m-key-finding-card .a-heading {
        font-size: 1.563vw !important;
    }

    .m-objective-card__inner p:last-of-type .m-main-cards--row,
    .m-key-finding,
    .m-key-finding-card {
        padding: 1.1vw;
    }

    .m-main-tab--3 .m-main-tab__inner>.m-efficacy-findings-container {
        padding: 1.25vw;
        max-height: calc(100vh - 200px);
    }

    .m-summary {
        margin-top: 1.1vw;
        padding: 0.9vw 24px;
    }

    .m-sidebar__left li {
        align-items: start;
    }

    .m-key-finding-card.m-key-finding-card--white {
        padding: 0;
    }

    .m-main-tab--4 .m-main-tab__inner .m-main-cards {
        grid-template-columns: repeat(7, 1fr);
        gap: 24px;
        margin: 24px 0;
    }

    .m-main-cards--row {
        grid-template-columns: 13vw repeat(3, 1fr);
        padding: 24px;
        gap: 24px;
    }

    .m-info .a-text {
        font-size: 1.25vw;
    }

    .m-modal__boxes {
        grid-template-columns: repeat(5, 1fr);
        gap: 1.1vw;
    }

    .m-table,
    .m-table-2 {
        height: calc(100vh - 205px);
        overflow-y: auto;
    }

    .m-table .a-text,
    .m-table-2 .a-text{
        font-size: 1.1vw;
    }

    .m-key-finding-card__flipped .a-text {
        font-size: 0.8vw;
    }

    .m-key-finding-card__flipped {
        padding: 24px;
        overflow-y: auto;
    }

    .m-main-tab--5 .m-main-tab__inner {
        height: calc(100vh - 200px);
    }

    .m-key-finding-card--shape--circle {
        /* height: calc(40vh - 80px); */
        height: 100%;
        justify-content: center;
    }
}

@media (min-width:1300px) {
    .m-main-tab--3 .m-main-tab__inner>.m-figures-list {
        overflow: unset;
    }

    .m-main-tab--3 .m-main-tab__inner>.m-efficacy-findings-container {
        width: calc(100% - (312px + 1.25vw));
    }

    .m-main-tab--3 .m-main-tab__inner>.m-figures-list {
        min-height: unset;
    }

    .m-figures-header .a-icon {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .m-figures-header {
        width: 312px;
    }
}

.m-key-finding-card-toggle {
    display: flex;
    justify-content: center;
    gap: 0 8px;
    position: relative;
    z-index: 1;
    width: 100%;
    margin-top: auto;
    padding-top: 24px;
}

.m-key-finding-card-toggle span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #406379;
}

.m-key-finding-card-toggle span.active {
    background: linear-gradient(90deg, #00A490 0%, #008AAF 100%);
}

.m-key-finding-card__flipped .m-key-finding-card-toggle {
    position: absolute;
    bottom: 24px;
    left: 0;
}

@media(min-width: 1025px) {
    .m-key-finding-card-toggle {
        gap: 0 4px;
    }

    .m-key-finding-card-toggle span {
        width: 8px;
        height: 8px;
    }

    .m-key-finding-card__flipped .m-key-finding-card-toggle { bottom: 15px; }
}

@media (min-width: 1200px) {
    .m-key-finding-card-toggle {
        position: absolute;
        bottom: 15px;
        left: 0;
    }
}
/* =========================MOLECULES ENDS========================== */





/* =========================ORGANISMS========================== */

.o-bento-box {
    position: relative;
    z-index: 1;
    color: var(--dark-blue);
    margin-top: -180px;
}

.o-bento-box::-webkit-scrollbar {
    width: 8px;
}

.o-bento-box::-webkit-scrollbar-thumb {
    background-color: #E6EFF5;
    border-radius: 4px;
}

.o-bento-box::-webkit-scrollbar-track {
    background: white;
}

.o-bento-box {
    scrollbar-color: #E6EFF5 white;
    scrollbar-width: thin;
}

.o-background {
    position: absolute;
    width: 100%;
    background: linear-gradient(180deg, #FFFFFF 0%, #00B49E 50%, #005E98 100%);
    height: 50%;
    left: 0;
    bottom: 0;
    z-index: -2;
}

.o-bento-box a {
    text-decoration: none;
    cursor: pointer;
}

.o-bento-box li {
    list-style: none;
    min-height: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
    position: relative;
}

.o-bento-box strong,
.o-bento-box b {
    font-weight: 600 !important;
}

.o-modal {
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 10000;
    width: 100%;
    height: calc(100% + 100px);
    left: 0;
    top: -100px;
}

.o-modal.active {
    display: flex;
}

.o-modal--bottom {
    bottom: -4px;
    top: unset;
}

.o-modal.o-modal--fixed {
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
}

@media (min-width: 1025px) {
    .o-modal.o-modal--fixed.active {
        display: flex;
    }
}

body .app-main {
    position: relative;
}


@media (min-width: 1025px) {
    .o-bento-box {
        height: calc(100vh - 95px);
    }
}

/* =========================ORGANISMS ENDS========================== */


@keyframes size {
    0% {
        transform: translate(-50%, -50%) scale(0.6);
    }

    25% {
        transform: translate(-50%, -50%) scale(0.6);
    }

    75% {
        transform: translate(-50%, -50%) scale(1);
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}


/**
* New Footer style
**/

.app-footer--bento-box {
    position: relative;
    z-index: -1;
}

.app-footer--bento-box .container {
    position: relative;
    z-index: 2;
}

.app-footer--bento-box .footer-middle p {
    letter-spacing: 0;
}

.app-footer--bento-box .footer-middle p:last-of-type {
    line-height: 1.5;
    font-weight: 400;
    font-size: 16px;
}

.app-footer--bento-box .footer-middle .btn {
    min-height: 55px;
    padding: 20px 32px;
    background: transparent;
    border: 1px solid var(--white);
    border-radius: 100px;
    font-weight: 600;
    letter-spacing: 0;
}


.app-footer--bento-box .footer-middle>div:nth-child(2) {
    background: #002F4C;
    border-radius: 16px;
    padding: 24px;
}

.app-footer--bento-box .footer-middle>div:nth-child(2) .btn {
    background: linear-gradient(90deg, #00A490 0%, #008AAF 100%);
    border: 0;
}

.app-footer--bento-box .footer-middle>div:nth-child(2) .has-heading-3-font-size {
    line-height: 1.2;
    background: linear-gradient(90deg, #00A490 0%, #008AAF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.app-footer--bento-box .footer-middle>div:nth-child(3),
.app-footer--bento-box .footer-middle>div:nth-child(1) {
    padding-left: 0;
    padding-right: 0;
}

.app-footer--bento-box .footer-middle a {
    text-decoration: none;
}

.app-footer--bento-box .footer-menu>ul {
    gap: 24px;
}

.app-footer--bento-box .footer-menu>ul>li {
    text-decoration: unset;
    font-size: 14px;
    font-weight: 400;
}

.app-footer--bento-box .footer-middle {
    align-items: center;
}

.app-footer--bento-box .footer-social .social-menu>ul {
    gap: 24px;
}

.app-footer--bento-box .footer-social .social-menu>ul>li>a {
    font-size: 25px;
}

.app-footer--bento-box .footer-bottom p,
.app-footer--bento-box .footer-top p {
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
}

.app-footer--bento-box .footer-top p {
    color: #E6EFF5;
}

.app-footer--bento-box::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #005E98 22.3%, #001F32 101.89%);
}

@media(min-width: 992px) {
    .app-footer--bento-box .footer-middle {
        grid-template-columns: minmax(0, 1fr) 580px minmax(0, 1fr);
        grid-gap: 24px;
    }
}


.caption--gallery-findings {
    text-align: center;
    width: 90vw;
    margin-left: 5vw;
    color: white;
    position: absolute;
    top: 15px;
    font-weight: 600;
}

#hj-survey-lbl-1 {
    font-size: 1rem !important
}

@media(max-width: 1025px) {
    .caption--gallery-findings {
        top: 60px;
    }

    .m-findings-content--grid-2 .a-heading,
    .m-findings-content .m-img-title.a-text {
        line-height: 1.4;
    }

    .m-findings-content--grid-2 .a-heading .a-icon, 
    .m-findings-content .m-img-title .icon3-plus {
        margin-left: 15px;
    }

    #hj-survey-lbl-1 {
        font-size: 18px !important
    }
    
}