:root {
    /* color */
    --Primary: #94F3B4;
    --Secondary: #154040;
    --font-main2: "Red Hat Display", sans-serif;
    --font-main3: "Manrope", sans-serif;
    --font-main4: "Rethink Sans", sans-serif;
    --font-main5: "IBM Plex Sans", sans-serif;
    --font-main6: "Urbanist", sans-serif;
}

.font-2 {
    font-family: var(--font-main2);
}

.font-3 {
    font-family: var(--font-main3);
}

.font-4 {
    font-family: var(--font-main4);
}

.font-5 {
    font-family: var(--font-main5);
}

.font-6 {
    font-family: var(--font-main6);
}

.main-menu .navigation > li:hover::after {
    color: var(--Secondary);
}

.tf-box-icon.style-2 {
    border-top: 1px solid var(--Line);
}



/* =========================================================
   DISCLOSURE HERO SECTION
   ========================================================= */

.disclosure-hero {
    width: 100%;
    background: #FFFFFF;
    padding-top: 48px;
    padding-bottom: 86px;
}

.disclosure-hero-content {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    text-align: center;
}


/* -----------------------------------------
   DISCLOSURES
   ----------------------------------------- */

.disclosure-label {
    margin: 0 0 30px;

    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    font-style: normal !important;
    line-height: 21.33px !important;
    letter-spacing: 1.33px !important;

    text-transform: uppercase;
    text-align: center;

    color: #0A0A0A !important;
}


/* -----------------------------------------
   MAIN TITLE
   ----------------------------------------- */

.disclosure-title {
    margin: 0 0 18px;
    padding: 0;

    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-size: 52px !important;
    font-weight: 500 !important;
    font-style: normal !important;
    line-height: 1.12 !important;
    letter-spacing: -1.5px !important;

    text-align: center;

    color: #0A0A0A !important;
}

.disclosure-title span {
    display: block;

    width: fit-content;
    margin-left: auto;
    margin-right: auto;

    color: #0A0A0A !important;

    text-decoration-line: underline;
    text-decoration-color: #008FE8;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}


/* -----------------------------------------
   DESCRIPTION
   ----------------------------------------- */

.disclosure-description {
    width: 100%;
    max-width: 850px;

    margin: 0 auto;
    padding: 0;

    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    font-style: normal !important;
    line-height: 24px !important;
    letter-spacing: 0 !important;

    text-align: center;

    color: #0A0A0A !important;
}


/* =========================================================
   LARGE DESKTOP
   ========================================================= */

@media (min-width: 1440px) {

    .disclosure-hero {
        padding-top: 48px;
        padding-bottom: 88px;
    }

    .disclosure-hero-content {
        max-width: 1000px;
    }

    .disclosure-title {
        font-size: 52px !important;
    }

    .disclosure-description {
        max-width: 850px;
        font-size: 16px !important;
        line-height: 24px !important;
    }
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

    .disclosure-hero {
        padding-top: 40px;
        padding-bottom: 65px;
    }

    .disclosure-hero-content {
        max-width: 90%;
    }

    .disclosure-label {
        font-size: 14px !important;
        line-height: 20px !important;
        margin-bottom: 25px;
    }

    .disclosure-title {
        font-size: 42px !important;
        line-height: 1.12 !important;
    }

    .disclosure-description {
        font-size: 15px !important;
        line-height: 23px !important;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .disclosure-hero {
        padding: 35px 20px 55px;
    }

    .disclosure-hero-content {
        max-width: 100%;
    }

    .disclosure-label {
        font-size: 12px !important;
        line-height: 18px !important;
        letter-spacing: 1px !important;
        margin-bottom: 20px;
    }

    .disclosure-title {
        font-size: 32px !important;
        line-height: 1.12 !important;
        letter-spacing: -0.6px !important;
        margin-bottom: 16px;
    }

    .disclosure-description {
        font-size: 14px !important;
        line-height: 22px !important;
    }
}
/* =========================================
   TAA HEADER - HOME PAGE
========================================= */

/* Home: transparent at top */
body.home .header.style-19.header-fixed {
    background: transparent !important;
    background-color: transparent !important;
    transition: background-color 0.35s ease !important;
}

/* Home: blue after scrolling */
body.home .header.style-19.header-fixed.taa-scrolled {
    background: #082066 !important;
    background-color: #082066 !important;
}

/* All other pages: always blue */
body:not(.home) .header.style-19.header-fixed {
    background: #082066 !important;
    background-color: #082066 !important;
}


.section-about-16 .heading-section-6,
.section-about-16 .heading-section-6 *,
.section-about-16 .heading-section-6 .tag-line {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    filter: none !important;
}

.section-about-16 .heading-section-6 {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
}







/* ===== Banner Full Width + Fully Responsive + Flag Top Visible ===== */
.thumbs-main {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    margin-bottom: 30px !important;
    overflow: hidden !important;
}

.thumbs-main img {
    width: 100% !important;
    height: clamp(220px, 40vw, 720px) !important;
    object-fit: cover !important;
    object-position: center top !important;
    display: block !important;
}

body {
    overflow-x: hidden !important;
}

