* {
    box-sizing: border-box;
}

*:focus {
    outline: 0 !important;
    outline-offset: 0 !important;
}

@media screen, handheld, print, projection {

    body, button, input, select, textarea {
        font-family: Montserrat, Montserrat-fallback, Arial, Helvetica, sans-serif;
    }

    body {
        background-color: #fff;
        margin: 0;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        color: #3E3E3E;
    }

    p {
        line-height: 1.7em;
    }

    #header {
        width: 100%;
        background-image: url(/global/images/images_header-bg.webp);
        background-repeat: repeat-x;
        background-size: cover;
        height: 72px;
        contain: content;
        justify-content: center;
        display: none;
    }

    #header img {
        display: block;
        margin: 6px auto;
        border: 0;
        height: 60px;
    }

    #container {
        width: 100%;
        background-color: #fff;
        padding: 0 0 20px 0;
    }

    #headline img {
        float: left !important;
        margin: 0 10px 0 0 !important;
    }

    #content {
        min-width: 0;
        background-color: #fff;
        max-width: 100%;
        width: 100%;
    }

    #content img {
        display: block;
        margin: 5px auto 5px auto;
        float: none;
    }

    #grouping {
        width: 100%;
        margin: 0;
        background-color: #fff;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    a {
        color: #1438D7;
        font-weight: 500;
    }

    a:link,
    a:visited {
        text-decoration: none;
    }

    a:hover {
        color: #214DC4;
    }

    a:hover,
    a:active {
        text-decoration: underline;
        text-decoration-thickness: 1px;
        text-underline-offset: 2px;
    }

    a:focus-visible {
        outline: 3px solid rgba(26,64,234,0.18);
        outline-offset: 3px;
        text-decoration: underline;
    }

    table, td, th {
        padding: 0;
    }

    .table-responsive {
        clear: both;
        overflow-x: auto;
        background-image:
                -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ffffff), color-stop(100%, rgba(255,255,255,0))),
                -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #ffffff), color-stop(100%, rgba(255,255,255,0))),
                -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #c3c3c5), color-stop(100%, rgba(195,195,197,0))),
                -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #c3c3c5), color-stop(100%, rgba(195,195,197,0)));
        background-image:
                -webkit-linear-gradient(to right, #ffffff, rgba(255,255,255,0)),
                -webkit-linear-gradient(to left,  #ffffff, rgba(255,255,255,0)),
                -webkit-linear-gradient(to right, #c3c3c5, rgba(195,195,197,0)),
                -webkit-linear-gradient(to left,  #c3c3c5, rgba(195,195,197,0));
        background-image:
                linear-gradient(to right, #ffffff, rgba(255,255,255,0)),
                linear-gradient(to left,  #ffffff, rgba(255,255,255,0)),
                linear-gradient(to right, #c3c3c5, rgba(195,195,197,0)),
                linear-gradient(to left,  #c3c3c5, rgba(195,195,197,0));
        background-position: 0 0, 100% 0, 0 0, 100% 0;
        background-repeat: no-repeat;
        background-color: white;
        background-size: 4em 100%, 4em 100%, 1em 100%, 1em 100%;
        background-attachment: local, local, scroll, scroll;
    }

    .highlight {
        font-size: 0.9em;
        width: 95%;
        background-color: #F4F4F4;
        border: 1px solid #CCC;
        border-radius: 15px;
        padding: 10px;
    }

    .highlight img {
        margin: 0 10px 0 0 !important;
        float: left !important;
    }

    .news {
        width: 100%;
        background-color: #F4F4F4;
        border: 1px solid #CCC;
        margin: 5px auto 15px auto;
        padding: 8px;
    }

    .news h3, .news h2 {
        background-color: #8585FF;
        padding: 10px 15px 6px 15px;
        margin: 0;
        color: #FFF;
        line-height: normal;
        font-style: italic;
    }

    .news h3 a, .news h2 a {
        color: #0B1E75;
    }

    .news-full {
        width: 90%;
        background-color: #F4F4F4;
        border: 1px solid #CCC;
        margin: 5px auto 20px auto;
        padding: 10px;
    }

    .news-full h3 {
        background-color: #9595FF;
        padding: 10px 0 6px 15px;
        margin: 0;
        color: #FFF;
    }

    .content-block {
        width: 100%;
        clear: both;
    }

    .thirds {
        width: 90%;
        background-color: #fff;
        border: 1px solid #CCC;
        padding: 10px;
    }

    .thirds h3 {
        background-color: #9595FF;
        padding: 10px 0 6px 30px;
        margin: 0;
        color: #FFF;
    }

    .column-2,
    .column-3 {
        width: 100%;
    }

    .captioned {
        border: 1px solid #CCC;
        background-color: #F4F4F4;
        margin: 5px auto 15px auto;
        text-align: center;
        font-style: italic;
        color: #666;
        font-size: 0.85em;
    }

    .captioned img {
        margin: 0 auto !important;
        float: none !important;
    }

    .captioned-half {
        border: 0;
        width: 360px;
        margin: 30px auto;
        text-align: center;
        font-style: italic;
        font-size: 0.9em;
    }

    .captioned-half img {
        width: 360px;
        margin: 0 !important;
    }

    #terms {
        padding: 10px;
        background-color: #CEDAE0;
        margin: 40px 0 40px 0;
        font-size: smaller;
    }

    .thirds img {
        margin: 0 auto !important;
        float: none !important;
    }

    #right-column h3 {
        background-color: #C4C4C4;
        padding: 10px 0 6px 10px;
        margin: 0;
        color: #FFF;
    }

    #right-column {
        width: 180px;
        margin: 0 auto;
    }

    ul, ol {
        padding-left: 1em;
    }

    ul {
        list-style-type: square;
    }

    li {
        line-height: 1.4em;
        margin: 0.8em 0;
    }

    textarea {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
    }

    #pollblock {
        display: block;
        clear: both;
        margin: 0 auto 15px auto;
        padding-bottom: 30px;
        border-top-width: thin;
        border-bottom-width: thin;
        border-top-style: solid;
        border-bottom-style: dotted;
        border-top-color: #066;
        border-bottom-color: #066;
    }

    #pollblock img {
        margin: 0;
        height: 0;
    }

    #footer-ad {
        clear: both;
        width: 100%;
        text-align: center;
        background: #93939C;
        padding: 10px 0;
        border-bottom: 2px solid #eee;
    }

    #footer {
        --footer-bg: #055E37;
        --footer-accent: #ACC9BC;
        --footer-rule: #FFFFFF;
        --footer-btt-bg: #2F7958;
        --footer-btt-bg-hover: #1F5841;
        width: 100%;
        box-sizing: border-box;
        background-color: var(--footer-bg);
        margin-top: 0;
        padding: 40px 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #FFFFFF;
        font-family: Inter, 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
        text-align: center;
        content-visibility: auto;
        contain-intrinsic-height: 720px;
    }

    #footer .umbrella-widget > div,
    #footer .umbrella-widget > p,
    #footer .umbrella-widget > img {
        margin: 0;
        padding: 0 !important;
    }

    #footer .umbrella-widget > div {
        gap: 20px !important;
        display: flex;
        flex-direction: column;
    }

    #footer .umbrella-widget .logo-block {
        flex-direction: row;
        gap: 30px;
    }

    #footer .umbrella-widget .logo-block img {
        display: flex;
        align-items: center;
    }

    #footer > .footer-container {
        max-width: 1052px;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    #footer > .footer-container > .footer-top {
        margin-bottom: 35px;
    }

    #footer > .footer-container > .footer-top + .footer-rule {
        margin-bottom: 35px;
    }

    #footer > .footer-container > .footer-gambling {
        margin-bottom: 35px;
    }

    #footer > .footer-container > .footer-gambling + .footer-rule {
        margin-bottom: 50px;
    }

    #footer > .footer-container > .footer-links {
        margin-bottom: 50px;
    }

    #footer > .footer-container > .footer-links + .footer-rule {
        margin-bottom: 31px;
    }

    #footer > .footer-container > script {
        margin: 0;
    }

    #footer .footer-top {
        width: 100%;
    }

    #footer .footer-brand {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
        width: 100%;
    }

    #footer .footer-logo {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #footer .footer-logo img {
        display: block;
        width: 250px;
        max-width: 100%;
        height: auto;
    }

    #footer .footer-brand-text {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 35px;
        width: 100%;
        max-width: 688px;
        margin: 0 auto;
        text-align: center;
    }

    #footer .footer-description {
        margin: 0;
        width: 100%;
        font-size: 12px;
        line-height: 18px;
        font-weight: 400;
        color: #FFFFFF;
    }

    #footer .footer-brand-text > *:not(.footer-social) {
        display: block;
        width: 100%;
    }

    #footer .footer-social {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        width: 100%;
    }

    #footer .footer-social-label {
        font-size: 14px;
        line-height: 21px;
        font-weight: 700;
        color: #FFFFFF;
        margin: 0;
    }

    #footer .footer-social-links {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 32px;
    }

    #footer .footer-social-links a {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        line-height: 0;
        text-decoration: none;
        width: 30px;
        height: 30px;
    }

    #footer .footer-social-links a:link,
    #footer .footer-social-links a:visited {
        text-decoration: none;
    }

    #footer .footer-social-links a:focus-visible {
        outline: 2px solid var(--footer-yellow);
        outline-offset: 3px;
    }

    #footer .footer-social-links a img {
        display: block;
        width: 100%;
        height: auto;
        transition: none;
    }

    @media (max-width: 768px) {
        #footer .footer-logo img {
            width: 250px;
            height: 66.09px;
            max-width: 100%;
            object-fit: contain;
        }

        #footer .footer-social-links a[href*="youtube"] {
            width: 30px;
            height: 24px;
        }
    }

    #footer .footer-rule {
        width: 100%;
        height: 1px;
        border: 0;
        margin: 0;
        padding: 0;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0.48%, var(--footer-rule) 50%, rgba(255, 255, 255, 0) 100%);
        flex-shrink: 0;
    }

    #footer .footer-gambling {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 30px;
        width: 100%;
    }

    #footer .footer-gambling-link {
        display: flex;
        align-items: center;
        line-height: 0;
    }

    #footer .footer-gambling-link img {
        display: block;
        max-width: 100%;
        height: auto;
    }

    #footer .footer-links {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
        width: 100%;
        text-align: left;
    }

    #footer .footer-box {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        min-width: 0;
    }

    #footer .footer-box-title {
        margin: 0;
        font-family: Inter, 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
        font-size: 18px;
        line-height: 27px;
        font-weight: 500;
        font-style: normal;
        letter-spacing: 0;
        color: #FFFFFF;
    }

    #footer .footer-box-links {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        width: 100%;
    }

    #footer .footer-link {
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        color: #FFFFFF;
        text-decoration: none;
    }

    #footer .footer-link:link,
    #footer .footer-link:visited {
        color: #FFFFFF;
        text-decoration: none;
    }

    #footer .footer-link--secondary {
        color: #FFFFFF;
    }

    #footer .footer-link:hover {
        color: var(--footer-accent);
        text-decoration: none;
    }

    #footer .footer-link--accent,
    #footer .footer-link:active,
    #footer .footer-link.active {
        color: var(--footer-accent);
        font-weight: 700;
        text-decoration: underline;
    }

    #footer .footer-link:focus-visible {
        color: var(--footer-accent);
        text-decoration: none;
    }

    #footer .footer-bottom {
        display: block;
        width: 100%;
    }

    #footer .footer-bottom-copy {
        text-align: left;
    }

    #footer .footer-copyright {
        margin: 0;
    }

    #footer .footer-copyright-main {
        display: block;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        color: #FFFFFF;
        text-transform: uppercase;
        letter-spacing: 0.02em;
    }

    #footer .footer-page-modified {
        margin: 8px 0 0;
        font-size: 12px;
        line-height: 18px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.75);
    }

    @media (min-width: 431px) {
        #footer {
            padding: 40px;
        }
    }

    @media (min-width: 769px) {
        #footer {
            padding: 49px 40px;
        }

        #footer .footer-brand {
            flex-direction: row;
            justify-content: center;
            align-items: center;
            gap: 100px;
        }

        #footer .footer-logo img {
            width: 200px;
            height: 52.87428665161133px;
        }

        #footer .footer-logo {
            justify-content: flex-start;
        }

        #footer .footer-brand-text {
            flex: 1;
            align-items: flex-start;
            text-align: left;
            max-width: 752px;
            margin: 0;
            gap: 35px;
        }

        #footer .footer-social {
            flex-direction: row;
            justify-content: flex-start;
            align-items: center;
            gap: 15px;
        }

        #footer .footer-social-links {
            justify-content: flex-start;
            gap: 32px;
        }

        #footer .footer-social-links a {
            width: 20px;
            height: 20px;
        }

        #footer .footer-social-links a[href*="youtube"] {
            width: 25px;
            height: 20px;
        }
    }

    @media (min-width: 1200px) {
        #footer {
            padding: 49px max(40px, calc((100% - 1052px) / 2));
        }
    }

    @media (min-width: 1728px) {
        #footer {
            padding: 49px 338px;
        }
    }

    @media (max-width: 430px) {
        #footer .footer-brand, #footer .footer-brand-text { gap: 50px; }
        #footer > .footer-container > .footer-top,
        #footer > .footer-container > .footer-top + .footer-rule,
        #footer > .footer-container > .footer-gambling { margin-bottom: 50px; }
        #footer > .footer-container > .footer-links + .footer-rule { margin-bottom: 31px; }
    }

    @media (max-width: 625px) {
        #footer .footer-links {
            grid-template-columns: 1fr 1fr;
            gap: 40px 24px;
        }

        #footer .footer-box:nth-child(1) {
            grid-column: 1;
            grid-row: 1;
        }

        #footer .footer-box:nth-child(2) {
            grid-column: 2;
            grid-row: 1;
        }

        #footer .footer-box:nth-child(3) {
            grid-column: 1 / -1;
            grid-row: 2;
        }

    }

    @media (max-width: 380px) {

        #footer .footer-links {
            grid-template-columns: 1fr;
        }

        #footer .footer-box:nth-child(1),
        #footer .footer-box:nth-child(2),
        #footer .footer-box:nth-child(3) {
            grid-column: 1;
            grid-row: auto;
        }

        #footer .footer-box {
            align-items: center;
            text-align: center;
        }

        #footer .footer-box-links {
            align-items: center;
        }

        #footer .footer-bottom-copy {
            text-align: center;
        }
    }

    #footer .footer-gambling a {
        color: inherit;
    }

    .center-div {
        margin: 0 auto;
    }

    .ad-inline {
        min-height: 10px;
        margin: 15px 0 25px 0;
    }

    .ad-medium-rectangle {
        margin: 5px auto 12px auto;
        height: 280px;
        width: 336px;
    }

    .ad-sidebar {
        margin: 20px auto 5px auto;
    }

    h1, h2, h3, h4 {
        font-family: inherit;
        line-height: 1.0em;
    }

    h1 {
        font-size: 2.0em;
        margin-top: 5px;
        letter-spacing: -1px;
        color: #4B2F63;
    }

    h1 img {
        padding-right: 10px;
        float: left;
    }

    h2, h3, h4 {
        color: #574666;
    }

    h2 {
        font-size: 36px;
        line-height: 50px;
    }

    h3 {
        font-size: 1.1em;
        font-style: italic;
    }

    h4 {
        font-size: 1.0em;
        font-style: italic;
        text-indent: 1.5em;
    }

    sup, sub {
        vertical-align: baseline;
        position: relative;
        font-size: 0.7em;
        top: -0.5em;
    }

    sub {
        top: 0.4em;
    }

    .breadcrumbs, .author {
        font-style: italic;
        margin: 3px 0 0 0;
        font-size: 0.8em;
        color: #545454
    }

    .breadcrumbs a {
        color: #00579E;
    }

    a img {
        border: none;
    }

    .surname {
        visibility: hidden;
    }

    .date {
        color: #707070;
        font-size: 0.8em;
    }

    .quote-words {
        font-weight: 700
    }

    .quote-author {
        font-style: italic;
        font-size: 0.8em;
        color: #666
    }

    .border {
        border: medium solid #693;
        margin-top: 15px;
        padding-bottom: 10px;
    }

    .clearfix {
        clear: both;
    }

    .list {
        width: 100%;
        border-collapse: collapse;
        text-align: left;
        font-size: 0.9em;
        line-height: 1.5em;
        margin-bottom: 30px;
        border-left: 1px solid #000000;
        border-right: 1px solid #000000;
        border-bottom: 3px solid #000000;
        border-top: 3px solid #000000;
        clear: both;
    }

    .list th {
        font-weight: bold;
        font-style: italic;
        color: #000000;
        background-color: #FFB962;
        padding: 5px 5px 1px 5px;
        vertical-align: top;
        border-bottom: 1px solid #000000;
    }

    .list td {
        border-bottom: 1px solid #ccc;
        color: #033;
        padding: 5px;
        vertical-align: top;
    }

    .list tbody tr:hover td {
        background-color: #F3F3F3;
    }

    table.list img {
        float: none !important;
    }

    .polltable table {
        border-collapse: collapse;
        table-layout: fixed;
    }

    .polltable td {
        border-collapse: collapse;
        word-wrap: break-word;
        margin: 0;
    }

    blockquote {
        margin-left: 5px;
    }

    #search {
        width: 100%;
        margin: 0 0 15px 0;
    }

    #search table.gsc-search-box td.gsc-input,
    #search .gsc-search-box {
        padding: 0;
        margin: 0;
    }

    .gsc-control-cse {
        padding: 0 !important;
    }

    .extra {
        width: 100%;
        margin: 0 0 15px 0;
        padding: 10px;
        background: #fff;
        box-shadow: 0 2px 6px 0 #00000040;
        font-size: 0.85em;
        border-radius: 6px;
    }

    .extra h2 {
        color: #4B2F63;
        font-size: 25px;
        line-height: 37px;
        margin-block: 5px 10px;
    }

    .extra img {
        float: right;
    }

    .extra ul {
        list-style: none;
        margin-left: 0;
        padding-left: 1.2em;
        text-indent: -1.2em;
    }

    .extra li {
        margin: 10px 2px;
        padding: 0;
    }

    .extra li:before {
        content: "";
        background: url(/global/images/images_tes-right-arrow.svg) no-repeat center;
        margin: -2.5px -24px;
        width: 24px;
        height: 24px;
        display: block;
        float: left;
        color: #027019;
    }

    .extra li a, .extra li strong {
        margin-left: 18px;
    }

    #citation {
        word-wrap: break-word;
        line-height: 1.2;
        font-style: italic;
        font-size: 0.8em;
        color: #595959;
        width: 90%;
        margin: 10px auto 10px auto;
    }

    #break-word {
        word-wrap: break-word;
        line-height: 1.2;
        font-style: italic;
        font-size: 0.8em;
        color: #666;
        width: 90%;
        margin: 10px auto;
        padding-right: 15px;
        padding-left: 15px;
    }

    .desktop-only {
        display: none;
    }

    hr.style {
        border: 0;
        height: 1px;
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    }

    .gsc-input-box {
        border-radius: 6px 0 0 6px;
        padding-top: 0 !important;
    }

    .gsc-search-button-v2 {
        margin: 0 !important;
        padding: 10.5px 10.5px !important;
        border-radius: 0 6px 6px 0 !important;
    }

    table.gsc-search-box td.gsc-input {
        padding-right: 0 !important;
    }
}

@media screen and (min-width: 400px) {
    #header {
        margin: 0 auto;
        text-align: left;
    }

    #container {
        margin: 0 auto;
    }

    .thirds {
        width: 180px;
    }

    .thirds {
        margin: 5px 0 10px 10px;
        float: left;
    }

    #right-column {
        float: right;
    }

    h1 {
        font-size: 2.5em;
    }

    h2 {
        font-size: 1.5em;
    }

    h3 {
        font-size: 1.2em;
    }

    ul, ol {
        padding-left: 2.0em;
        margin: 0;
    }

    .news {
        width: 90%;
    }
}

.banner-container:has(.umbrella-widget) {
    max-width: 1050px;
    margin: 20px auto 0 auto;
}

.banner-container:has(.umbrella-widget) > div {
    container-type: normal !important;
}

.banner-container:has(.umbrella-widget) > div > a {
    left: 0 !important;
    width: auto !important;
    margin: 0 !important;
}

.banner-container:has(.umbrella-widget) > div > a > img {
    left: 0 !important;
    max-width: 100% !important;
    height: auto !important;
    object-fit: fill !important;
    border-radius: 8px;
}

@media (max-width: 1024px) {
    #container, .banner-container:has(.umbrella-widget) {
        padding: 0 40px 0 40px;
    }
}

@media (max-width: 767px) {
    #container, .banner-container:has(.umbrella-widget) {
        padding: 0 20px 0 20px;
    }
}

@media (max-width: 500px) {
    #container, .banner-container:has(.umbrella-widget) {
        padding: 0 !important;
    }

    #content, #grouping {
        padding: 0 20px 0 20px;
    }

    .banner-container:has(.umbrella-widget) > div > a > img {
        border-radius: 0 !important;
    }
}

@media (max-width: 768px) {
    #container, .banner-container:has(.umbrella-widget) {
        padding: 0 20px 0 20px;
    }
}

@media (min-width: 1025px) and (max-width: 1090px) {
    .banner-container:has(.umbrella-widget) {
        padding: 0 10px 0 10px;
    }

    #container {
        margin-left: 20px;
        margin-right: 20px;
        gap: 20px;
    }
}

#container .clearfix {
    display: none;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

#container {
    max-width: 1050px;
    width: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    min-height: 100vh;
    align-items: flex-start;
    overflow: visible;
}

#grouping {
    max-width: 350px;
    top: 10px;
    flex: 0 0 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: visible;
    height: auto;
    z-index: 100;
}

@media (max-width: 1023px) {
  	#container {
		    flex-wrap: wrap;
		    flex-direction: column;
	  }

    #grouping {
        max-width: initial;
        flex: 1;
        margin: 20px 0 10px 0;
        position: -webkit-sticky;
        position: sticky;
        top: 10px;
        height: auto;
        z-index: 100;
    }
}

@media screen and (min-width: 768px), print, projection {
    .column-2 {
        width: 48%;
        float: left;
        margin-right: 1%;
        margin-left: 1%;
    }

    .column-3 {
        width: 33.3%;
        float: left;
    }

    #pollblock {
        width: 550px;
    }

    #right-column {
        float: left;
        padding: 15px 5px 5px 5px;
        margin-right: 0;
        border-left-width: 1px;
        border-left-style: solid;
        border-left-color: #ccc;
        border-right-width: 1px;
        border-right-style: solid;
        border-right-color: #ccc;
    }

    .captioned-half {
        width: 290px;
        height: 250px;
        margin: 10px;
        float: left !important;
    }

    .captioned-half img {
        width: 290px;
        margin: 0 auto !important;
    }

    .footer-wrap {
        width: 600px;
        margin: 0 auto;
    }

    .ad-medium-rectangle {
        height: 250px;
        width: 300px;
        margin: 5px 20px 12px 0;
        float: left;
    }

    .news {
        margin: 5px 0 15px 10px;
        float: right;
        width: 280px;
    }

    #content img {
        margin: 5px 0 15px 10px;
        float: right;
    }

    blockquote {
        margin-left: 30px;
    }
}

@media (width: 1024px) {
    #content {
        max-width: 566px !important;
    }
}

@media screen and (min-width: 1024px), print, projection {
    #content {
        max-width: 670px;
        float: left;
    }

    .ad-sidebar {
        margin: 20px 0 0 0;
    }

    #right-column {
        width: 180px;
        float: left;
        background-color: #FFF;
        margin: 5px 0 5px 0;
        border: none;
    }

    .desktop-only {
        display: block;
    }
}

/**** BW WIDGET ****/
#content {
    margin-top: 0;
    padding-top: 0;
}

#content > .umbrella-widget > a {
    margin-top: 0 !important;
}

#content > .umbrella-widget img {
    margin: 0 !important;
}

#footer > .umbrella-widget {
    padding-top: 1.5rem;
}

#footer .umbrella-widget {
    box-sizing: border-box;
    padding: 0px;
}

#footer .umbrella-widget.logo-block {
    gap: 30px;
    flex-direction: row;
}

#footer .umbrella-widget.disclaimer-text {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
}

#footer .umbrella-widget.disclaimer-text p {
    line-height: 18px;
    text-align: left;
}

#footer .umbrella-widget.logo-block a,
#footer .umbrella-widget.logo-block span {
    max-height: 25px;
}

@media (max-width: 768px) {
    h1 {
        font-size: 28px;
        line-height: 38px;
    }

    h2 {
        font-size: 25px;
        line-height: 37px;
    }

    h3 {
        font-size: 22px;
        line-height: 33px;
    }

    h4 {
        font-size: 20px;
        line-height: 30px;
    }

    h5 {
        font-size: 18px;
        line-height: 27px;
    }
}

@media (max-width: 700px) {
    #header {
        background-size: cover;
    }
}

@media (max-width: 657px) {
    #footer > .umbrella-widget {
        padding-top: 1.5rem;
    }
}

.disclosure-box {
    background-color: #fff;
    border-radius: 6px;
    border-left: 2px solid #3E3E3E;
    box-shadow: 0 2px 6px 0 #00000040;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.disclosure-header svg {
    width: 20px;
    height: 25px;
    flex: none;
    display: block;
}

.disclosure-box p {
    margin: 0 !important;
}

.disclosure-header {
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: left;
}

.disclosure-icon {
    color: #4B2F63;
    width: 20px;
    height: 25px;
    flex-shrink: 0;
}

.disclosure-title {
    color: #4B2F63;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
    margin: 0;
    font-style: normal;
    text-transform: capitalize;
}

.disclosure-content {
    color: #3E3E3E;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
}

@media (min-width: 321px) and (max-width: 768px) {
    .disclosure-box {
        margin-top: 5px;
    }
}

.sidebar_list li:first-child {
    display: none;
}

ul.sidebar_list {
    width: 100%;
    margin: 0 0 15px 0;
    background: #fff;
    box-shadow: 0 2px 6px 0 #00000040;
    border-radius: 6px;
    list-style: none;
    padding: 10px;
}

ul.sidebar_list > li {
    margin: 0.5em 0;
}

ul.sidebar_list ul.children {
    list-style: none;
    padding-left: 1.2em;
}

ul.sidebar_list > li > ul.children > li:before {
    content: "";
    background: url(/global/images/images_tes-right-arrow.svg) no-repeat center;
    margin: -2.5px -24px;
    width: 24px;
    height: 24px;
    display: block;
    float: left;
    color: #027019;
}

ul.sidebar_list > li > a {
    font-size: 25px;
    font-weight: bold;
    line-height: 37px;
    margin-block: 5px 10px;
}

.entry, .comment .reply {
    font-family: inherit;
}

nav a:visited {
    color: inherit;
}

.whitespace {
    margin: 0 0 2em 0 !important;
}

.gsc-search-button svg {
    width: 12px;
    height: 12px;
}

/* HEADER — shell = bandeau pleine largeur ; inner = rangée flex centrée (max 1400px) */
.site-header-shell {
    --header-bar: #055E37;
    --header-text: #FFFFFF;
    --header-accent: #2F7958;
    --header-border: rgba(233, 247, 241, 0.3);
    --site-header-shell-h: 64px;
    --header-pad-bottom: 0px;
    position: relative;
    z-index: 1300;
    width: 100%;
    box-sizing: border-box;
    background: var(--header-bar);
    padding-block: 15px;
    min-height: 64px;
    font-family: Inter, 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.site-header-inner {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    width: min(1400px, calc(100% - 40px));
    margin-inline: auto;
    box-sizing: border-box;
}

@media (min-width: 431px) {
    .site-header-inner {
        width: min(1400px, calc(100% - 80px));
    }
}

.site-header {
    z-index: 1;
    background: transparent;
    color: var(--header-text, #fff);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    min-width: 0;
    padding: 0;
    position: relative;
}

.site-header.header-bg {
    background: transparent;
    background-image: none;
}

.site-header-actions {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
}

.header-cta-vertical {
    display: none;
    box-sizing: border-box;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 15px;
    box-shadow: inset 0 0 0 1px #FFFFFF;
    border-radius: 15px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #FFFFFF;
    text-decoration: none;
    white-space: nowrap;
    letter-spacing: 0.482px;
}

.header-cta-vertical__bet-icon,
.header-cta-vertical__chevron {
    flex-shrink: 0;
    color: inherit;
}

.menu-toggle {
    border: 0;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    width: 32px;
    height: 30px;
    flex-shrink: 0;
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2232%22%20height%3D%2230%22%20viewBox%3D%220%200%2032%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%208.5C0%207.39543%200.895431%206.5%202%206.5H30C31.1046%206.5%2032%207.39543%2032%208.5C32%209.60457%2031.1046%2010.5%2030%2010.5H2C0.895431%2010.5%200%209.60457%200%208.5Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M0%2021.5C0%2020.3954%200.895431%2019.5%202%2019.5H30C31.1046%2019.5%2032%2020.3954%2032%2021.5C32%2022.6046%2031.1046%2023.5%2030%2023.5H2C0.895431%2023.5%200%2022.6046%200%2021.5Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E") no-repeat center / 32px 30px;
    opacity: 1;
}

.menu-search {
    border: 0;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    margin-left: auto;
    width: 30px;
    height: 30px;
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M29.4511%2026.8065L23.6447%2020.9976C27.9893%2015.1917%2026.8047%206.96293%2020.9987%202.61828C15.1928%20-1.72637%206.96402%20-0.541725%202.61937%205.26424C-1.72528%2011.0702%20-0.540636%2019.299%205.26533%2023.6436C9.92916%2027.1336%2016.3348%2027.1336%2020.9987%2023.6436L26.8076%2029.4525C27.5376%2030.1825%2028.7211%2030.1825%2029.4511%2029.4525C30.1811%2028.7225%2030.1811%2027.539%2029.4511%2026.809L29.4511%2026.8065ZM13.1804%2022.5224C8.02037%2022.5224%203.83736%2018.3394%203.83736%2013.1794C3.83736%208.01929%208.02037%203.83627%2013.1804%203.83627C18.3405%203.83627%2022.5235%208.01929%2022.5235%2013.1794C22.518%2018.3371%2018.3382%2022.517%2013.1804%2022.5224Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
    opacity: 1;
    transform: rotate(0deg) scale(1);
}

body.mobile-search-open .menu-search {
    width: 27px;
    height: 26px;
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.55245%203.89788L3.12919%205.2874C2.98527%205.4279%202.98251%205.65847%203.12301%205.80238L4.54628%204.41286C4.69019%204.27236%204.69295%204.04179%204.55245%203.89788Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M21.9657%204.32023C21.6743%204.02894%2021.2792%203.8653%2020.8672%203.8653C20.4552%203.8653%2020.06%204.02894%2019.7686%204.32023L12.6429%2011.4459L5.51724%204.32023C5.22586%204.02894%204.83072%203.8653%204.41871%203.8653C4.0067%203.8653%203.61156%204.02894%203.32018%204.32023C3.02889%204.61161%202.86525%205.00675%202.86525%205.41877C2.86525%205.83078%203.02889%206.22592%203.32018%206.5173L10.4459%2013.643L3.32018%2020.7687C3.02889%2021.0601%202.86525%2021.4552%202.86525%2021.8672C2.86525%2022.2792%203.02889%2022.6744%203.32018%2022.9658C3.61156%2023.257%204.0067%2023.4207%204.41871%2023.4207C4.83072%2023.4207%205.22586%2023.257%205.51724%2022.9658L12.6429%2015.8401L19.7686%2022.9658C20.06%2023.257%2020.4552%2023.4207%2020.8672%2023.4207C21.2792%2023.4207%2021.6743%2023.257%2021.9657%2022.9658C22.257%2022.6744%2022.4206%2022.2792%2022.4206%2021.8672C22.4206%2021.4552%2022.257%2021.0601%2021.9657%2020.7687L14.84%2013.643L21.9657%206.5173C22.257%206.22592%2022.4206%205.83078%2022.4206%205.41876C22.4206%205.00675%2022.257%204.61161%2021.9657%204.32023Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}


.site-logo {
    margin: 0 auto;
}

.site-logo img {
    display: block;
    width: 137px;
    height: 36px;
    max-width: 137px;
    max-height: 36px;
}

@media (min-width: 1280px) {
    .site-logo img {
        width: 167px;
        height: 44px;
        max-width: 167px;
        max-height: 44px;
    }
}

@media (min-width: 1280px) {
    .site-header-shell {
        --header-pad-bottom: 20px;
        padding-block: 20px;
        padding-bottom: var(--header-pad-bottom, 20px);
        min-height: 84px;
    }

    .site-header-inner {
        align-items: stretch;
        gap: clamp(24px, 10vw, 203px);
    }

    .site-header {
        flex: 0 0 auto;
        justify-content: flex-start;
        align-self: stretch;
    }

    .site-header-actions {
        align-self: stretch;
    }

    .header-cta-vertical {
        display: inline-flex;
        box-shadow: inset 0 0 0 1px #FFFFFF;
    }

    .header-cta-vertical:hover,
    .header-cta-vertical:focus-visible {
        color: #FFFFFF;
        background: #044E2E;
        text-decoration: none;
    }

    .header-cta-vertical:active {
        color: #FFFFFF;
        background: #033F25;
        text-decoration: none;
    }

    .menu-toggle {
        width: 26px;
        height: 26px;
        border-radius: 0;
        transform: none;
        background: url("data:image/svg+xml,%3Csvg%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20y%3D%224%22%20width%3D%2226%22%20height%3D%224%22%20fill%3D%22white%22%2F%3E%3Crect%20y%3D%2218%22%20width%3D%2226%22%20height%3D%224%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
    }

    .site-logo {
        margin: 0;
    }

    .site-logo img {
        max-width: 167px;
        max-height: 44px;
    }
}

.nav-main {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: min(400px, 100%);
    background: #fff;
    transform: translateX(-100%);
    transition: top 0.25s ease, height 0.25s ease, box-shadow 0.25s ease;
    z-index: 1350;
    display: flex;
    flex-direction: column;
}

@media (max-width: 1279px) {
    .nav-main {
        top: var(--site-header-shell-h, 64px);
        left: 0;
        height: auto;
        width: min(400px, 100%);
        background: #fff;
        box-shadow: 4px 0 24px rgba(0, 0, 0, 0.12);
        transition: top 0.25s ease, height 0.25s ease, box-shadow 0.25s ease;
    }

    .nav-main .nav-container {
        flex: 1;
        min-height: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        padding: 20px 20px 25px 40px;
        gap: 25px;
        box-sizing: border-box;
        width: 100%;
        overflow: hidden;
        background: #ffffff;
    }

    .nav-main .nav-list {
        flex: 1 1 auto;
        min-height: 0;
        padding: 0;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-y: contain;
        scrollbar-width: thin;
        scrollbar-color: rgba(12, 51, 19, 0.35) transparent;
    }

    .nav-main .nav-list::-webkit-scrollbar {
        width: 6px;
    }

    .nav-main .nav-list::-webkit-scrollbar-track {
        background: transparent;
    }

    .nav-main .nav-list::-webkit-scrollbar-thumb {
        background-color: rgba(12, 51, 19, 0.35);
        border-radius: 6px;
    }

    .nav-main .nav-list::-webkit-scrollbar-thumb:hover {
        background-color: rgba(12, 51, 19, 0.5);
    }

    .site-header .menu-close {
        display: none;
    }

    body.nav-open {
        overflow: hidden;
    }

    body.nav-open .site-header-shell {
        z-index: 1400;
    }

    body.nav-open .site-header {
        flex: 1;
        justify-content: space-between;
        width: 100%;
        min-width: 0;
    }

    body.nav-open .site-header .menu-toggle {
        display: none;
    }

    body.nav-open .site-header-actions {
        display: none;
    }

    body.nav-open .site-header .site-logo {
        margin: 0;
    }

    body.nav-open .site-header .menu-close {
        display: block;
    }

    .nav-main > .nav-container .nav-link {
        font-size: 18px;
        line-height: 27px;
        font-weight: 500;
        color: #0F172A;
        text-transform: none;
    }

    body.nav-open .nav-main {
        transform: translateX(0);
        transition: transform 0.3s ease, top 0.25s ease, height 0.25s ease, box-shadow 0.25s ease;
    }
}

@media (max-width: 430px) {
    .nav-main {
        width: min(380px, 100%);
    }

    .nav-main .nav-container {
        padding: 20px 20px 25px 20px;
    }
}

div#btt {
    box-sizing: border-box;
    position: fixed;
    right: 37px;
    bottom: 37px;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 0;
    border-radius: 5px;
    background-color: #2F7958;
    background-image: url('/global/images/images_arrow-up.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 15px;
    box-shadow: none;
    z-index: 1000000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease, background-color 0.2s ease;
    pointer-events: none;
    cursor: pointer;
}

div#btt:hover,
div#btt:focus-visible,
div#btt:active {
    background-color: #1F5841;
    background-image: url('/global/images/images_arrow-up.svg');
    filter: none;
}

div#btt:focus-visible {
    outline: 2px solid #FFFFFF;
    outline-offset: 2px;
}

#btt.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.menu-close {
    border: 0;
    cursor: pointer;
    width: 26px;
    height: 26px;
    flex-shrink: 0;
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.55245%203.89788L3.12919%205.2874C2.98527%205.4279%202.98251%205.65847%203.12301%205.80238L4.54628%204.41286C4.69019%204.27236%204.69295%204.04179%204.55245%203.89788Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M21.9657%204.32023C21.6743%204.02894%2021.2792%203.8653%2020.8672%203.8653C20.4552%203.8653%2020.06%204.02894%2019.7686%204.32023L12.6429%2011.4459L5.51724%204.32023C5.22586%204.02894%204.83072%203.8653%204.41871%203.8653C4.0067%203.8653%203.61156%204.02894%203.32018%204.32023C3.02889%204.61161%202.86525%205.00675%202.86525%205.41877C2.86525%205.83078%203.02889%206.22592%203.32018%206.5173L10.4459%2013.643L3.32018%2020.7687C3.02889%2021.0601%202.86525%2021.4552%202.86525%2021.8672C2.86525%2022.2792%203.02889%2022.6744%203.32018%2022.9658C3.61156%2023.257%204.0067%2023.4207%204.41871%2023.4207C4.83072%2023.4207%205.22586%2023.257%205.51724%2022.9658L12.6429%2015.8401L19.7686%2022.9658C20.06%2023.257%2020.4552%2023.4207%2020.8672%2023.4207C21.2792%2023.4207%2021.6743%2023.257%2021.9657%2022.9658C22.257%2022.6744%2022.4206%2022.2792%2022.4206%2021.8672C22.4206%2021.4552%2022.257%2021.0601%2021.9657%2020.7687L14.84%2013.643L21.9657%206.5173C22.257%206.22592%2022.4206%205.83078%2022.4206%205.41876C22.4206%205.00675%2022.257%204.61161%2021.9657%204.32023Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
    opacity: 1;
}

@media (min-width: 1280px) {
    .site-header .menu-close {
        display: none !important;
    }
}

.nav-container {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    align-items: stretch;
}

.nav-mobile-footer {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-shrink: 0;
    padding: 0;
    margin-top: auto;
    gap: 0;
}

.nav-mobile-sports-cta {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 15px 20px;
    width: 100%;
    min-height: 54px;
    box-shadow: inset 0 0 0 1px #1F1F1F;
    border-radius: 15px;
    background: #FFFFFF;
    font-family: 'Inter', 'Segoe UI', system-ui, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #1F1F1F;
    text-decoration: none;
}

.nav-mobile-sports-cta:hover {
    color: #1F1F1F;
    text-decoration: none;
    background: #FFFFFF;
    box-shadow: inset 0 0 0 1px #1F1F1F;
}

.nav-mobile-sports-cta:active {
    background: #BED4CB;
    box-shadow: inset 0 0 0 2px #1F1F1F;
    color: #1F1F1F;
}

.nav-mobile-sports-cta__icon,
.nav-mobile-sports-cta__chevron {
    flex-shrink: 0;
    color: inherit;
}

@media (max-width: 430px) {
    .nav-mobile-footer {
        padding: 0;
    }
}

.nav-list {
    list-style: none;
    margin: 0;
    overflow-y: auto;
    flex: 1;
    padding: 20px 40px;
}

.nav-item {
    position: relative;
    margin: 0;
}

.nav-link {
    display: block;
    width: 100%;
    text-align: left;
    border: 0;
    background: #fff;
    color: #3E3E3E;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    padding: 15px 20px;
    border-bottom: 1px solid #3E3E3E0D;
}

.nav-sub {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
}

.nav-sub .nav-link {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    max-width: 330px;
    padding: 12px 20px;
}

.nav-sub .nav-sub .nav-link {
    max-width: 290px;
}

.nav-sub .nav-link:hover {
    border-bottom: 1px solid #3E3E3E0D;
    background: #1A40EA1A;
    color: #1A40EA;
}

.nav-item.has-sub.open > a.nav-link {
    border-bottom: 1px solid #3E3E3E0D;
    background: #1A40EA1A;
    color: #1A40EA;
    text-decoration: none;
}

.nav-sub .nav-item.has-sub.open > a.nav-link {
    border-bottom: 1px solid #3E3E3E0D;
    background: #1A40EA1A;
    color: #1A40EA;
    text-decoration: none;
}

@media (max-width: 1279px) {
    .nav-main .nav-item.has-sub.open > a.nav-link,
    .nav-main .nav-sub .nav-item.has-sub.open > a.nav-link {
        background: #F3EFFE;
        color: #0F172A;
    }
}

.nav-sub .nav-item {
    max-width: 330px;
    margin-left: auto;
}

.nav-sub .nav-sub .nav-item {
    max-width: 290px;
}

.nav-item.open > .nav-sub {
    display: block;
}

.custom-search-wrapper {
    display: none;
}

@media (max-width: 1279px) {
    .nav-main .nav-list > .nav-item > a.nav-link {
        display: flex;
        align-items: center;
        min-height: 57px;
        padding: 15px 20px;
        box-sizing: border-box;
    }

    .nav-main .nav-sub > .nav-item > a.nav-link {
        display: flex;
        align-items: center;
        min-height: 44px;
        padding: 10px 20px;
        box-sizing: border-box;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
    }

    .nav-main .nav-sub .nav-sub > .nav-item > a.nav-link {
        min-height: 41px;
        padding: 10px 20px;
        font-size: 14px;
        line-height: 21px;
        font-weight: 500;
    }

    .nav-main .nav-sub .nav-item {
        margin-left: 0;
        max-width: none;
    }

    .nav-main .nav-list > .nav-item > .nav-sub {
        padding: 0 0 4px 24px;
    }

    .nav-main .nav-sub .nav-sub {
        padding: 4px 0 8px 20px;
    }

    .nav-main .nav-link {
        border-bottom: 0;
    }

    .nav-main .nav-link:hover {
        background: #F3EFFE;
        color: #0F172A;
        text-decoration: none;
    }

    .nav-item.has-sub > a.nav-link {
        position: relative;
        padding-right: 45px;
    }

    .nav-item.has-sub > a.nav-link::after {
        content: '' !important;
        position: absolute !important;
        right: 15px !important;
        top: 50% !important;
        width: 14px !important;
        height: 9px !important;
        background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%229%22%20viewBox%3D%220%200%2014%209%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M1%201l6%206%206-6%22%20stroke%3D%22%230F172A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain !important;
        transform: translateY(-50%) !important;
        transition: transform 0.25s ease !important;
        pointer-events: none !important;
    }

    .nav-item.has-sub.open > a.nav-link::after {
        transform: translateY(-50%) rotate(180deg) !important;
    }

    .nav-sub .nav-item.has-sub > a.nav-link {
        position: relative;
        padding-right: 45px;
    }

    .nav-sub .nav-item.has-sub > a.nav-link::after {
        content: '' !important;
        position: absolute !important;
        right: 15px !important;
        top: 50% !important;
        width: 14px !important;
        height: 9px !important;
        background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%229%22%20viewBox%3D%220%200%2014%209%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M1%201l6%206%206-6%22%20stroke%3D%22%230F172A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain !important;
        transform: translateY(-50%) !important;
        transition: transform 0.25s ease !important;
        pointer-events: none !important;
    }

    .nav-sub .nav-item.has-sub.open > a.nav-link::after {
        transform: translateY(-50%) rotate(180deg) !important;
    }
}

/* Backdrop */
.nav-backdrop {
    position: fixed;
    inset: 0;
    background: #000000CC;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, background 0.3s ease;
    z-index: 1280;
}

body.nav-open .nav-backdrop {
    opacity: 1;
    visibility: visible;
    background: rgba(12, 51, 19, 0.55);
}

.nav-main .gsc-search-box {
    display: none;
}

@media (max-width: 200px) {
    .site-header-shell {
        padding-block: 6px;
    }

    .site-header-inner {
        width: calc(100% - 16px);
    }

    .menu-toggle {
        width: 22px;
        height: 22px;
    }

    .nav-link,
    .nav-toggle-sub {
        padding: 8px 10px;
        font-size: 11px;
    }
}

@media (max-width: 431px) {
    .nav-main {
        max-width: 370px;
    }

    .nav-sub .nav-sub .nav-item, .nav-sub .nav-sub .nav-link {
        max-width: 290px;
    }

    .nav-sub .nav-item, .nav-sub .nav-link {
        max-width: 330px;
    }

    .custom-search-container--mobile .custom-search-wrapper,
    .custom-search-container--mobile .search-suggestions {
        max-width: 390px !important;
    }

    .custom-search-container--mobile .search-suggestion-item:last-child {
        box-shadow: none;
    }
}

@media (max-width: 320px) {
    .nav-sub .nav-sub .nav-item, .nav-sub .nav-sub .nav-link {
        max-width: 160px;
    }

    .nav-sub .nav-item, .nav-sub .nav-link {
        max-width: 200px;
    }

    .nav-link, .nav-item {
        max-width: 240px;
    }

    .nav-main {
        max-width: 280px;
    }

    .custom-search-container--mobile .custom-search-wrapper,
    .custom-search-container--mobile .search-suggestions {
        max-width: 280px !important;
    }
}

@media (min-width: 1280px) and (max-width: 1480px) {
    .nav-list {
        margin: 0 10px;
    }
}


/* DESKTOP */
@media (min-width: 1280px) {
    .menu-toggle {
        display: none;
    }

    .site-header-actions .menu-search {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header-bg {
        background-size: contain;
    }

    .nav-main {
        position: static;
        display: flex;
        flex-flow: column nowrap;
        align-items: center;
        align-self: stretch;
        justify-content: center;
        height: auto;
        width: auto;
        flex: 1;
        min-width: 0;
        max-height: none;
        margin: 0 auto;
        transform: none;
        background: transparent;
        box-shadow: none;
    }

    body.nav-open .nav-main {
        transform: none;
    }

    .nav-backdrop {
        display: none;
    }

    .nav-list {
        display: flex;
        justify-content: center;
        align-items: stretch;
        gap: 5px;
        overflow: visible;
        flex-wrap: nowrap;
        padding: 0;
        flex: 1 1 auto;
        min-height: 0;
        width: 100%;
    }

    .nav-list > .nav-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: stretch;
    }

    .nav-list > .nav-item.has-sub > a.nav-link {
        padding-right: 15px;
    }

    .nav-container {
        max-width: 1050px;
        width: 100%;
        display: flex;
        flex-direction: column;
        flex: 1 1 auto;
        min-height: 0;
        justify-content: center;
        align-items: center;
        padding: 0;
        gap: 0;
        overflow: visible;
        background: transparent;
    }

    .nav-mobile-footer {
        display: none;
    }

    .nav-main .nav-list > .nav-item.has-sub > a.nav-link::before {
        content: '';
        position: absolute;
        right: 0;
        top: 51%;
        width: 10px;
        height: 8px;
        background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDExIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwLjM2NDcgMC4zNDE5MTlMNS4zNjQ3NSA1LjY3NTI1TDAuMzY0NzQ2IDAuMzQxOTE5IiBzdHJva2U9IiNGRkZGRkYiLz48L3N2Zz4=") no-repeat center / contain;
        transform: translateY(-50%);
        transition: transform 0.3s ease, stroke 0.3s ease;
    }

    .nav-main .nav-list > .nav-item.has-sub:hover > a.nav-link::before,
    .nav-main .nav-list > .nav-item.has-sub.open > a.nav-link::before,
    .nav-main .nav-list > .nav-item.has-sub.open:hover > a.nav-link::before {
        transform: translateY(-50%) rotate(180deg);
        background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDExIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwLjM2NDcgMC4zNDE5MTlMNS4zNjQ3NSA1LjY3NTI1TDAuMzY0NzQ2IDAuMzQxOTE5IiBzdHJva2U9IiNGRkZGRkYiLz48L3N2Zz4=") no-repeat center / contain;
    }

    .nav-sub .nav-item.has-sub > a.nav-link::before {
        content: '';
        position: absolute;
        right: 20px;
        top: 51%;
        width: 10px;
        height: 8px;
        background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDExIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMC4zNjQ3IDAuMzQxOTE5TDUuMzY0NzUgNS42NzUyNUwwLjM2NDc0NiAwLjM0MTkxOSIgc3Ryb2tlPSIjM0UzRTNFIi8+Cjwvc3ZnPg==") no-repeat center / contain;
        transform: translateY(-50%);
        transition: transform 0.3s ease;
    }


    .nav-sub .nav-item.has-sub:hover > a.nav-link::before {
        transform: translateY(-50%) rotate(-90deg);
        background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDExIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMC4zNjQ3IDEuNUw1LjM2NDc1IDYuODMzMzNMMC4zNjQ3NDYgMS41IiBzdHJva2U9IiMxQTQwRUEiLz4KPC9zdmc+Cg==") no-repeat center / contain;
    }

    .nav-sub .nav-item.has-sub.open > a.nav-link::before {
        transform: translateY(-50%) rotate(-90deg);
        background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDExIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMC4zNjQ3IDEuNUw1LjM2NDc1IDYuODMzMzNMMC4zNjQ3NDYgMS41IiBzdHJva2U9IiMxQTQwRUEiLz4KPC9zdmc+Cg==") no-repeat center / contain;
    }

    .nav-sub .nav-item:last-child:hover > .nav-link:hover {
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    .nav-sub .nav-sub .nav-item:first-child:hover > .nav-link:hover {
        border-top-right-radius: 6px;
    }

    .nav-link {
        border: 0;
        background: transparent;
        text-align: center;
        text-transform: none;
        font-size: 16px;
        line-height: 24px;
        white-space: nowrap;
        font-weight: 500;
        color: #FFFFFF;
    }

    .nav-sub .nav-link {
        font-weight: 500;
    }

    .nav-main .nav-sub .nav-item {
        margin-left: 0;
        max-width: none;
    }

    .nav-main .nav-sub .nav-link {
        white-space: normal;
    }

    .nav-main .nav-list > .nav-item > a.nav-link {
        padding: 10px 15px;
        border-radius: 10px;
        transition: background-color 0.2s ease;
    }

    .nav-link:hover {
        background: none;
        text-decoration: none;
    }

    .nav-main .nav-list > .nav-item > a.nav-link:link,
    .nav-main .nav-list > .nav-item > a.nav-link:visited {
        color: #FFFFFF;
        text-decoration: none;
    }

    .nav-main .nav-list > .nav-item > a.nav-link:hover,
    .nav-main .nav-list > .nav-item.has-sub.open > a.nav-link,
    .nav-main .nav-list > .nav-item.has-sub.open > a.nav-link:hover,
    .nav-main .nav-list > .nav-item > a.nav-link:active,
    .nav-main .nav-list > .nav-item > a.nav-link.active {
        background: var(--header-accent, #2F7958);
        color: #FFFFFF;
        text-decoration: none;
    }

    .nav-main .nav-list > .nav-item > a.nav-link:focus-visible {
        color: #ADA900;
        text-decoration: none;
    }

    .nav-sub .nav-item.has-sub.open > a.nav-link {
        background: none;
        color: #1A40EA;
        text-decoration: none;
    }

    .nav-sub {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        padding: 0;
        background: #fff;
        min-width: 156px;
        display: none;
        box-shadow: 0 4px 10px 0 #00000040;
        border-bottom-right-radius: 6px;
        border-bottom-left-radius: 6px;
        z-index: 1100;
    }

    .nav-sub .nav-sub {
        border-radius: 6px;
        border-top-left-radius: 0;
    }

    .nav-list > .nav-item.has-sub > .nav-sub {
        top: calc(100% + var(--header-pad-bottom, 0px));
        left: calc(50% + 7.5px);
    }

    .nav-sub .nav-sub {
        top: 0;
        left: 100%;
        transform: none;
    }

    .nav-sub .nav-item a.nav-link {
        text-align: left;
        padding: 12px 16px;
        text-transform: none;
        border-bottom: 0;
    }

    .nav-item a.nav-link {
        position: relative;
        padding: 10px 15px;
        border-bottom: 0;
        height: auto;
    }

    .nav-item.has-sub:hover > .nav-sub,
    .nav-item.has-sub.open > .nav-sub {
        display: block;
    }

    .nav-sub:hover {
        display: block;
    }

    .nav-item.has-sub > .nav-sub::before {
        content: '';
        position: absolute;
        bottom: 100%;
        left: -20px;
        right: -20px;
        height: 10px;
    }

    .nav-list > .nav-item.has-sub > .nav-sub::before {
        height: calc(10px + var(--header-pad-bottom, 0px));
    }

    .nav-list > .nav-item.has-sub {
        padding: 0 5px;
        margin: 0 -5px;
    }

    .nav-main .gsc-search-box {
        display: flex;
    }

    .nav-main table.gsc-search-box td.gsc-input,
    .nav-main .gsc-search-box {
        padding: 0;
        margin: 0;
    }

    .nav-main td.gsc-input {
        border-right: none;
        width: 175px;
    }

    .nav-main div#gsc-iw-id1 {
        border-color: #3E3E3E;
        max-height: 32px;
        border-radius: 6px;
    }

    .nav-main .gsc-search-button-v2 {
        margin: 0 !important;
        padding: 10px 10.5px !important;
        border-radius: 0 6px 6px 0 !important;
        max-height: 32px;
        max-width: 32px;
    }

    .nav-main .gsc-search-button.gsc-search-button-v2 {
        background: transparent;
        border-left: none;
    }

    .nav-main .gsc-search-button-v2 svg {
        fill: #3E3E3E;
    }

    .nav-main .gsc-search-button-v2, .nav-main .gsc-search-button-v2:hover, .nav-main .gsc-search-button-v2:focus {
        border-color: #3E3E3E !important;
    }

    .nav-main a.gsst_a::after {
        background: none;
    }

    .nav-main a.gsst_a {
        padding: 0 !important;
    }

    .nav-main .gsc-search-button {
        display: none;
    }

    .search-suggestions {
        position: absolute;
        top: 100%;
        left: 0;
    }

    .nav-main .nav-item:has(.gcse-searchbox-only) {
        position: relative;
    }

    .custom-search-container {
        position: relative;
        margin-left: 10px;
        display: flex;
        flex: 0 1 209px;
    }

    .custom-search-wrapper {
        position: relative;
        display: flex;
        align-items: center;
        max-width: 209px;
        height: 32px;
        background: #fff;
        overflow: hidden;
        box-sizing: content-box;
    }

    .custom-search-input {
        flex: 1;
        outline: none;
        padding: 8px 8px 8px 10px;
        font-size: 13px;
        font-family: inherit;
        background: transparent;
        color: #3E3E3E;
        height: 32px;
        border: 1px solid #3E3E3E;
        border-radius: 6px;
    }

    .custom-search-input::placeholder {
        color: #999;
    }

    .custom-search-icon {
        position: absolute;
        right: 8px;
        top: 50%;
        transform: translateY(-50%);
        width: 16px;
        height: 16px;
        border: none;
        background: none;
        cursor: pointer;
        padding: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: opacity 0.2s ease;
        margin-right: -6px;
        box-sizing: content-box;
    }

    .custom-search-icon:hover {
        opacity: 0.7;
    }

    .custom-search-icon svg {
        width: 100%;
        height: 100%;
    }

    .clear-icon svg {
        width: 13px;
        height: 13px;
    }

    .hidden-google-search {
        position: absolute;
        left: -9999px;
        top: -9999px;
        visibility: hidden;
        pointer-events: none;
    }

    .custom-search-container .search-suggestions {
        position: absolute;
        top: 100%;
        left: 0;
        max-width: 209px;
        width: 100%;
    }

    .custom-search-container:has(.search-suggestions.show) .custom-search-input {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .nav-main .nav-list > .nav-item.custom-search-container {
        display: none;
    }
}

.mobile-search-overlay {
    position: fixed;
    inset: 0;
    z-index: 1500;
    display: none;
}

body.mobile-search-open .mobile-search-overlay {
    display: block;
}

body.mobile-search-open {
    overflow: hidden;
}

.mobile-search-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(12, 51, 19, .9);
    cursor: pointer;
}

.mobile-search-card {
    position: fixed;
    left: 0;
    right: 0;
    top: calc(var(--site-header-shell-h, 84px) + 12px);
    pointer-events: none;
    padding: 0 16px;
    box-sizing: border-box;
}

.custom-search-container--mobile {
    pointer-events: auto;
    max-width: 560px;
    margin: 0 auto;
}

.mobile-search-overlay .custom-search-container--mobile .custom-search-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    border: none;
    background: #ffffff;
    min-height: 48px;
    border-radius: 6px;
    padding: 8px 20px;
    max-width: 560px;
    margin: 0 auto;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.mobile-search-overlay .custom-search-container--mobile .custom-search-input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 16px;
    line-height: 24px;
    padding: 0;
    background: transparent;
    color: #0f172a;
    font-weight: 500;
}

.mobile-search-overlay .custom-search-container--mobile .custom-search-input::placeholder {
    color: #64748b;
}

.mobile-search-overlay .custom-search-container--mobile .custom-search-icon {
    position: static;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.mobile-search-overlay .custom-search-container--mobile:has(.search-suggestions.show) .custom-search-wrapper {
    border-radius: 6px 6px 0 0;
    border-bottom: 1px solid #e2e8f0;
}

.mobile-search-overlay .custom-search-container--mobile .search-suggestions {
    width: 100%;
    max-height: min(50vh, 320px);
    max-width: 560px;
    padding: 5px 15px 10.58px 15px;
    margin: 0 auto;
}

.mobile-search-overlay .custom-search-container--mobile .search-suggestion-item:last-child {
    height: 38.35px;
    padding-bottom: 12px;
}

@media (max-width: 1024px) {
    div#btt {
        right: 40px;
        bottom: 40px;
    }
}

/* Search Suggestions Dropdown */
.search-suggestions {
    width: 175px;
    background: #fff;
    border-top: none;
    border-radius: 0 0 11px 11px;
    box-shadow: 0 4px 10px 0 #3E3E3E40;
    z-index: 1200;
    display: none;
    overflow-y: auto;
}

.search-suggestions.show {
    display: block;
    padding-top: 5px;
}

.search-suggestion-item {
    display: flex;
    align-items: center;
    padding: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    gap: 10px;
    min-height: 36.35px;
    max-height: 52px;
    height: auto;
    box-shadow: inset 0 -1px 0 0 #F0F0F0;
}

.search-suggestion-item:hover {
    background: #1A40EA1A;
    color: #1A40EA;
}

.search-suggestion-icon {
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUuODUiIGhlaWdodD0iMTYuMzUiIHZpZXdCb3g9IjAgMCAxNS44NSAxNi4zNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iNyIgY3k9IjciIHI9IjQuNSIgc3Ryb2tlPSIjM0UzRTNFIi8+CjxwYXRoIGQ9Ik0xMCAxMEwxNCAxNCIgc3Ryb2tlPSIjM0UzRTNFIi8+Cjwvc3ZnPgo=") no-repeat center / contain;
    flex-shrink: 0;
    transform: scale(0.990625, 1.021875);
}

.search-suggestion-icon, .search-suggestion-arrow {
    align-self: self-start;
}

.search-suggestion-item:hover .search-suggestion-icon  {
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUuODUiIGhlaWdodD0iMTYuMzUiIHZpZXdCb3g9IjAgMCAxNS44NSAxNi4zNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iNyIgY3k9IjciIHI9IjQuNSIgc3Ryb2tlPSIjMUE0MEVBIi8+CjxwYXRoIGQ9Ik0xMCAxMEwxNCAxNCIgc3Ryb2tlPSIjMUE0MEVBIi8+Cjwvc3ZnPg==") no-repeat center / contain;
}

.search-suggestion-text {
    flex: 1;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    text-transform: none;
    color: #4A4A4A;
}

.search-suggestion-arrow {
    width: 16px;
    height: 16px;
    margin-left: 8px;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01Ljk5OTUxIDMuNVY0LjVIMTAuNzkyNUwzLjk4NTg0IDExLjMwNTdMNC42OTI4NyAxMi4wMTI3TDExLjQ5OTUgNS4yMDYwNVYxMEgxMi41MDA1VjMuNUg1Ljk5OTUxWiIgZmlsbD0iIzNFM0UzRSIvPgo8L3N2Zz4=") no-repeat center / contain;
    flex-shrink: 0;
}

.disclosure-box.mobile {
    flex-direction: row;
    padding: 12px 15px;
    gap: 5px;
    box-shadow: 0px 2px 4px 0px #0000001A;
    display: none;
    margin: 20px 20px 0 20px;
}

@media (max-width: 768px) {
    .disclosure-box.mobile {
        display: flex;
    }

    #grouping .disclosure-box {
        display: none;
    }

    #container {
        margin-top: 24px;
    }

    div#btt {
        right: 29px;
        bottom: 29px;
    }

    .menu-search {
        width: 24px;
        height: 24px;
    }
}

@media (max-width: 430px) {
    #container {
        margin-top: 20px;
    }
}

.disclosure-box.mobile .disclosure-title {
    display: inline-flex;
}

.disclosure-box.mobile  .disclosure-header {
    display: inline-flex;
    align-items: flex-start;
}

.disclosure-box.mobile .disclosure-header svg {
    width: 16px;
    height: 16px;
}
.disclosure-box.mobile .disclosure-icon {
    width: 12px !important;
}

.disclosure-box.mobile .disclosure-title {
    color: #4B2F63;
    font-weight: 600;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0;
}

.disclosure-box.mobile .disclosure-content {
    color: #3E3E3E;
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

.cc-compliance .cc-btn {
    background-color: #128718 !important;
}

style[data-styled], style[data-styled-version] { display: none !important; }