* {
    box-sizing: border-box;
}

/* montserrat latin variable */
@font-face {
    font-family: Montserrat;
    font-weight: 400 700;
    font-display: swap;
    src: url('./fonts/montserrat-400-700.woff2') format('woff2');
}

@supports not font-tech(variations) {
    @font-face {
        font-family: Montserrat;
        font-weight: 400 700;
        font-display: swap;
        src: url('./fonts/montserrat-400-700.woff2') format('woff2 supports variations'),
        url('./fonts/montserrat-400-700.woff2') format("woff2-variations");
    }
}

@font-face {
    font-family: Montserrat-fallback;
    size-adjust: 113.29999999999998%;
    ascent-override: 83%;
    src: local("Arial");
}

@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(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%;
    }

    #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: #1A40EA;
    }

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

    a:hover {
        color: #466FDF;
    }

    a:hover,
    a:active {
        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 {
        background-color: #9595FF;
        padding: 10px 0 6px 15px;
        margin: 0;
        color: #FFF;
    }

    .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 {
        width: auto;
        background-color: #0C530C;
        margin-top: 0;
        padding: 49px;
        display: flex;
        flex-direction: column;
        color: #FFFFFF;
        align-items: center;
        justify-content: center;
        font-size: 0.9em;
        line-height: 1.4em;
        text-align: center;
        content-visibility: auto;
        contain-intrinsic-height: 560px;
    }

    #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: 1050px;
        display: flex;
        flex-direction: column;
        gap: 50px;
        width: 100%;
    }

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

    #footer .footer-links {
        gap: 30px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

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

    #footer .footer-links .footer-box a {
        line-height: 24px;
        font-weight: 700;
        font-size: 16px;
    }

    #footer .footer-links .footer-box a:hover,
    #footer .footer-links .footer-box a:active {
        color: #FFDE00;
        text-decoration: none;
    }

    #footer .footer-social {
        display: flex;
        gap: 20px;
        justify-content: start;
        align-items: center;
        font-size: 14px;
        line-height: 20px;
        font-weight: 700;
        flex-wrap: wrap;
    }

    #footer .footer-social .footer-social-links {
        display: flex;
        align-items: center;
        gap: 32px;
    }

    #footer .footer-social .footer-social-links a img {
        min-width: 15px;
        display: flex;
    }

    #footer .footer-copyright {
        display: flex;
        justify-content: start;
        align-items: center;
        margin: 0;
        font-size: 12px;
        line-height: 15px;
        font-weight: 400;
        gap: 5px;
    }

    #footer .footer-header {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    @media (max-width: 768px) {
        #footer {
            padding: 40px;
        }

        #footer .footer-links .footer-box {
            gap: 20px;
        }
    }

    @media (max-width: 700px) {
        #footer .footer-links {
            grid-template-columns: repeat(2, 1fr);
        }

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

        #footer .umbrella-widget > div > div:nth-child(2) {
            justify-content: center;
        }
    }

    @media (max-width: 430px) {
        #footer {
            padding: 40px 30px 40px 30px;
        }

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

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

        #footer .footer-social {
            justify-content: center;
        }

        #footer .umbrella-widget > div {
            gap: 50px !important;
        }

        #footer .footer-copyright {
            align-self: center;
        }

        #footer .footer-copyright {
            padding: 0 30px;
        }
    }

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

    #footer a {
        color: #fff;
    }

    .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: #585858
    }

    .breadcrumbs a {
        color: #005EAC
    }

    a img {
        border: none;
    }

    .surname {
        visibility: hidden;
    }

    .date {
        color: #ADADAD;
        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(/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: #666;
        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;
}

#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;
    row-gap: 15px;
}

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

@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(/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 */
.site-header {
    top: 0;
    z-index: 1300;
    background: #155411;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px 40px;
    position: relative;
    min-width: 277px;
}

.menu-toggle {
    border: 0;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    margin-right: auto;
    width: 26px;
    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%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;
    opacity: 1;
    transform: rotate(0deg) scale(1);
}

.menu-search {
    border: 0;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    margin-left: auto;
    width: 26px;
    height: 26px;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyNiAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iOC41IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjMiLz4KPHBhdGggZD0iTTIyLjQzOTMgMjQuNTYwN0wyMy41IDI1LjYyMTNMMjUuNjIxMyAyMy41TDI0LjU2MDcgMjIuNDM5M0wyMy41IDIzLjVMMjIuNDM5MyAyNC41NjA3Wk0xNiAxNkwxNC45MzkzIDE3LjA2MDdMMjIuNDM5MyAyNC41NjA3TDIzLjUgMjMuNUwyNC41NjA3IDIyLjQzOTNMMTcuMDYwNyAxNC45MzkzTDE2IDE2WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+") 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;base64,PHN2ZyB3aWR0aD0iMjciIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyNyAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMy4xNDE2NiIgd2lkdGg9IjMyLjYwMTIiIGhlaWdodD0iNC4xNiIgdHJhbnNmb3JtPSJyb3RhdGUoNDUgMy4xNDE2NiAwKSIgZmlsbD0id2hpdGUiLz4KPHJlY3Qgd2lkdGg9IjMyLjMwOTgiIGhlaWdodD0iNC4xNiIgdHJhbnNmb3JtPSJtYXRyaXgoLTAuNzE1NTM4IDAuNjk4NTc0IDAuNjk4NTc0IDAuNzE1NTM4IDIzLjExODkgMC4yMDExNzIpIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4=") no-repeat center / contain;
}


.site-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.site-logo img {
    max-height: 62px;
    width: auto;
    display: block;
}

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

body.nav-open .nav-main {
    transform: translateX(0);
}

.nav-panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 40px;
    gap: 30px;
}

.header-bg {
    width: 100%;
    background-image: url('images/header-bg.webp');
    background-repeat: repeat-x;
    background-size: cover;
    height: 72px;
    contain: content;
}

.menu-close {
    border: 0;
    cursor: pointer;
    width: 27px;
    height: 26px;
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2227%22%20height%3D%2226%22%20viewBox%3D%220%200%2027%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20x%3D%223.1416%22%20width%3D%2232.6012%22%20height%3D%224.16%22%20transform%3D%22rotate(45%203.1416%200)%22%20fill%3D%22white%22%2F%3E%3Crect%20width%3D%2232.3098%22%20height%3D%224.16%22%20transform%3D%22matrix(-0.715538%200.698574%200.698574%200.715538%2023.1189%200.201172)%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
    opacity: 1;
}

.nav-panel-header img {
    max-height: 46px;
    width: auto;
}

.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-link:hover {
    border-bottom: 1px solid #3E3E3E0D;
    background: #1A40EA1A;
    color: #1A40EA;
    text-decoration: none;
}

.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;
}

.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: 1023px) {
    .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: 10px !important;
        height: 8px !important;
        background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDExIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMC4zNjQ3IDAuMzQxOTE5TDUuMzY0NzUgNS42NzUyNUwwLjM2NDc0NiAwLjM0MTkxOSIgc3Ryb2tlPSIjM0UzRTNFIi8+Cjwvc3ZnPg==") no-repeat center / contain !important;
        transform: translateY(-50%) !important;
        transition: transform 0.3s ease !important;
        pointer-events: none !important;
    }

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

    .nav-sub .nav-item.has-sub > a.nav-link {
        position: relative;
        padding-right: 45px; /* Make room for chevron */
    }

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

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

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

body.nav-open .nav-backdrop {
    opacity: 1;
    visibility: visible;
}

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

@media (max-width: 200px) {
    .site-header,
    .nav-panel-header {
        padding: 6px 8px;
    }

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

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

@media (max-width: 431px) {
    .site-header {
        padding: 13px 20px;
    }

    .nav-list {
        padding: 20px;
    }

    .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;
    }

    .nav-panel-header {
        padding: 13px 20px;
    }

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

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


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

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

    .nav-main {
        position: static;
        height: auto;
        width: 100%;
        max-height: 50px;
        margin: 0 auto;
        transform: none;
        background: transparent;
        flex-direction: column;
        box-shadow: 0 2px 2px 0 #0000001A;
        display: flex;
        align-items: center;
    }

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

    .nav-panel-header {
        display: none;
    }

    .nav-backdrop {
        display: none;
    }

    .nav-list {
        display: flex;
        justify-content: end;
        align-items: center;
        gap: 36px;
        overflow: visible;
        flex-wrap: nowrap;
        padding: 0;
    }

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

    .nav-list > .nav-item.has-sub:hover > a.nav-link::after,
    .nav-list > .nav-item > a.nav-link::after {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 50%;
        width: 0;
        height: 2px;
        background: #1A40EA;
        transition: all 0.3s ease;
        transform: translateX(-50%);
    }

    .nav-container {
        max-width: 1050px;
        width: 100%;
    }

    .nav-item.has-sub:hover > a.nav-link:hover::after,
    .nav-item a.nav-link:hover::after {
        width: 100%;
    }

    .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+CjxwYXRoIGQ9Ik0xMC4zNjQ3IDAuMzQxOTE5TDUuMzY0NzUgNS42NzUyNUwwLjM2NDc0NiAwLjM0MTkxOSIgc3Ryb2tlPSIjM0UzRTNFIi8+Cjwvc3ZnPg==") no-repeat center / contain;
        transform: translateY(-50%);
        transition: transform 0.3s ease, stroke 0.3s ease;
    }

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

    .nav-item.has-sub.open > a.nav-link::before {
        transform: translateY(-50%) rotate(180deg);
        background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDExIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMC4zNjQ3IDEuNUw1LjM2NDc1IDYuODMzMzNMMC4zNjQ3NDYgMS41IiBzdHJva2U9IiMxQTQwRUEiLz4KPC9zdmc+Cg==") 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: uppercase;
        font-size: 12px;
        white-space: nowrap;
        font-weight: 500;
    }

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

    .nav-link:hover {
        background: none;
        color: #1A40EA;
        text-decoration: none;
    }

    .nav-item.has-sub.open > a.nav-link {
        background: none;
        color: #1A40EA;
        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 {
        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: 15px 0;
        border-bottom: 2px solid transparent;
        height: 50px;
    }

    .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 {
        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;
        flex: 0 1 209px;
        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: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: opacity 0.2s ease;
    }

    .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;
    }

    .mobile-search-overlay {
        display: none !important;
    }
}

.mobile-search-overlay {
    position: fixed;
    inset: 0;
    z-index: 1200;
    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: #000000CC;
}

.mobile-search-card {
    position: fixed;
    left: 0;
    right: 0;
    top: 92px;
    pointer-events: none;
    padding: 0 10px;
}

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

@media (max-width: 1024px) {
    .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: 500px;
        margin: 0 auto;
    }

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

    .custom-search-container--mobile .custom-search-input::placeholder {
        color: #3E3E3E80;
    }

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

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

    .custom-search-container--mobile .search-suggestions {
        width: 100%;
        max-height: 260px;
        max-width: 500px;
        padding: 5px 15px 10.58px 15px;
        margin: 0 auto;
    }

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

/* 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;
}
