h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 38px;
    line-height: 44px;
    font-weight: bold;
}

img {
    display: inline-block;
    max-width: 100%;
}

.navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: #00a9e0/*#091c5a*/; /* #f7cd51;*/
}

.section {
    background-color: #00a9e0/*#091c5a*/; /*#f7cd51;*/
}

.column {
    position: relative;
    display: block;
    overflow: visible;
    height: auto;
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
}

.image {
    width: 150px;
    padding-top: 18px;
}

.navbar-logo-center {
    background-color: #34B233 /*#091c5a*/; /*#f7cd51;*/
}

.navbar-logo-center-container {
    z-index: 5;
    width: 1030px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 20px;
    background-color: transparent;
}

    .navbar-logo-center-container.shadow-three {
        z-index: 9999;
        width: 100%;
        max-width: 100%;
        padding-top: 40px;
        padding-bottom: 40px;
        /* background-color: #a4d7f4 #091c5a; #f6ce52; */
        background-color: #FFFFFF /*#091c5a*/; /* #f7cd51;*/
    }

.container {
    width: 100%;
    max-width: 1500px;
    margin-right: auto;
    margin-left: auto;
}

.navbar-wrapper-three {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-brand-three {
    position: absolute;
    z-index: 5;
}

.nav-menu-wrapper-three {
    width: 100%;
}

.nav-menu-three {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-menu-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-link {
    margin-right: 5px;
    margin-left: 5px;
    padding: 5px 10px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #1a1b1f;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 0.25px;
    text-decoration: none;
}

    .nav-link:hover {
        border-bottom: 3px solid #34B233; /*#f7cd53*/
        color: rgba(26, 27, 31, 0.75);
    }

    .nav-link:focus-visible {
        border-radius: 4px;
        outline-color: #0050bd;
        outline-offset: 0px;
        outline-style: solid;
        outline-width: 2px;
        color: #0050bd;
    }

    .nav-link[data-wf-focus-visible] {
        border-radius: 4px;
        outline-color: #0050bd;
        outline-offset: 0px;
        outline-style: solid;
        outline-width: 2px;
        color: #0050bd;
    }

.nav-dropdown {
    margin-right: 5px;
    margin-left: 5px;
}

.nav-dropdown-toggle {
    padding: 5px 30px 5px 10px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
}

    .nav-dropdown-toggle:hover {
        color: rgba(26, 27, 31, 0.75);
    }

    .nav-dropdown-toggle:focus-visible {
        border-radius: 5px;
        outline-color: #0050bd;
        outline-offset: 0px;
        outline-style: solid;
        outline-width: 2px;
        color: #0050bd;
    }

    .nav-dropdown-toggle[data-wf-focus-visible] {
        border-radius: 5px;
        outline-color: #0050bd;
        outline-offset: 0px;
        outline-style: solid;
        outline-width: 2px;
        color: #0050bd;
    }

.nav-dropdown-icon {
    margin-right: 10px;
    font-weight: 700;
}

.nav-dropdown-list {
    border-radius: 12px;
    background-color: #fff;
}

    .nav-dropdown-list.w--open {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
        left: -35px;
        width: 100px;
    }

.nav-dropdown-link {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    font-size: 14px;
}

    .nav-dropdown-link:focus-visible {
        border-radius: 5px;
        outline-color: #0050bd;
        outline-offset: 0px;
        outline-style: solid;
        outline-width: 2px;
        color: #0050bd;
    }

    .nav-dropdown-link[data-wf-focus-visible] {
        border-radius: 5px;
        outline-color: #0050bd;
        outline-offset: 0px;
        outline-style: solid;
        outline-width: 2px;
        color: #0050bd;
    }

.nav-link-accent {
    margin-right: 20px;
    margin-left: 5px;
    padding: 5px 10px;
    color: #1a1b1f;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 0.25px;
    text-decoration: none;
}

    .nav-link-accent:hover {
        color: rgba(26, 27, 31, 0.75);
    }

.button-primary {
    padding: 12px 25px;
    background-color: #1a1b1f;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

    .button-primary:hover {
        background-color: #32343a;
        color: #fff;
    }

    .button-primary:active {
        background-color: #43464d;
    }

.image-2 {
    max-width: 187px;
    margin-top: 0px;
    padding-top: 0px;
}

.navbar-no-shadow-container {
    z-index: 5;
    display: block;
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f7f7f7;
}

.container-regular {
    width: 100%;
    max-width: 1260px;
    min-height: 30px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 5px;
}

.navbar-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-button-wrapper {
    margin-left: 120px;
}

.text-block {
    font-weight: 700;
}

.hero-subscribe-left {
    position: relative;
    padding: 80px 30px;
    border-bottom: 1px solid #e4ebf3;
    background-color: #f5f7fa;
}

.hero-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero-split {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 46%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.margin-bottom-24px {
    margin-bottom: 24px;
}

.hero-form {
    margin-bottom: 12px;
}

.hero-form-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.hero-form-input {
    width: 240px;
    height: auto;
    margin-right: 9px;
    margin-bottom: 0px;
    padding: 5px 16px;
    border-style: solid;
    border-width: 1px;
    border-color: #d1d6db;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #1a1b1f;
    font-size: 14px;
    line-height: 20px;
}

    .hero-form-input:hover {
        border-color: #76879d;
    }

    .hero-form-input:focus {
        border-color: #76879d;
    }

    .hero-form-input::-webkit-input-placeholder {
        color: rgba(26, 27, 31, 0.8);
    }

    .hero-form-input:-ms-input-placeholder {
        color: rgba(26, 27, 31, 0.8);
    }

    .hero-form-input::-ms-input-placeholder {
        color: rgba(26, 27, 31, 0.8);
    }

    .hero-form-input::placeholder {
        color: rgba(26, 27, 31, 0.8);
    }

.text-link-arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1a1b1f;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
}

.arrow-embed {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 2px;
}

.shadow-two {
    box-shadow: 0 4px 24px 0 rgba(150, 163, 181, 0.08);
}

.h1 {
    display: block;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Lexend, sans-serif;
    color: #fff;
    font-size: 44px;
    line-height: 49px;
    font-weight: 600;
    text-align: left;
}

.text-block-2 {
    width: 100%;
    padding-top: 14px;
    font-family: Lexend, sans-serif;
    color: #fff;
    font-size: 22px;
    line-height: 22px;
    font-weight: 200;
    text-align: left;
}

.slide-3 {
    background-color: transparent;
    background-image: url('../images/f5be82_5dacf288920f4d2e800adf7ac50732e3_mv2-3.jpg');
    background-position: 50% 100%;
    background-size: cover;
    opacity: 1;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
}

.slide-1 {
    border: 1px none #000;
    background-image: url('../images/f5be82_5dacf288920f4d2e800adf7ac50732e3_mv2.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    outline-color: #555;
    outline-offset: 0px;
    outline-style: none;
    outline-width: 3px;
}

.mask {
    background-color: transparent;
}

.hero-banner-content {
    position: static;
    z-index: 9999;
    display: block;
    overflow: visible;
    height: 79vh;
    margin-right: auto;
    margin-left: auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: rgba(0, 0, 0, 0.47);
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
}

.columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 1;
}

.container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    height: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.column-2 {
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
    clear: none;
    background-color: transparent;
    text-align: left;
}

.body {
    background-color: hsla(0, 0%, 100%, 0.2);
}

.div-block-2 {
    max-width: 400px;
    margin-left: auto;
    padding: 20px;
    background-color: hsla(0, 0%, 100%, 0.82);
    text-align: left;
}

.heading {

    padding-left: 20px;
    margin-left: -25px;
    margin-bottom: 17px;
    font-family: Lexend, sans-serif;
    font-size: 27px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
}

.slider {
    height: 80vh;
}

.submit-button {
    width: 100%;
    height: 43px;
    margin-top: 9px;
    border-radius: 10px;
    background-color: #008542;
    font-family: Lexend, sans-serif;
    font-size: 13px;
    line-height: 26px;
}

    .submit-button:hover {
        /* background-color: #a4d7f4#091c5a; #f6ce52; */
        background-color: #34B233/*#091c5a*/; /* #f7cd51;*/
        color: #333232;
    }

.text-field {
    height: 43px;
    padding-left: 18px;
    border-radius: 6px;
    background-color: #f5f5f5;
    font-size: 12px;
}

.slide-2 {
    background-image: url('../images/f5be82_5dacf288920f4d2e800adf7ac50732e3_mv2-2.jpg');
    background-position: 0px 0px;
    background-size: cover;
}

.slide-nav {
    display: none;
    overflow: visible;
}

.right-arrow {
    display: none;
}

.left-arrow {
    display: none;
}

.h2-home {
    font-family: Lexend, sans-serif;
    font-size: 35px;
    font-weight: 500;
    text-align: center;
}

.container-3 {
    max-width: 851px;
    padding-top: 60px;
    padding-bottom: 60px;
}

.div-block-3 {
    height: 50vh;
    background-image: url('../images/f5be82_5dacf288920f4d2e800adf7ac50732e3_mv2.jpg');
    background-position: 0px 0px;
    background-size: cover;
    background-attachment: fixed;
}

.hero-banner-home {
    background-image: url('../images/back.gif');
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
}

.sub-text {
    display: block;
    max-width: 605px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 11px;
    padding-bottom: 7px;
    font-family: Lexend, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 200;
    text-align: center;
}

.bold-text {
    font-size: 11px;
    font-weight: 200;
}

.image-3 {
    position: static;
    display: block;
    width: 105px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}

.image-4 {
    display: block;
    width: 105px;
    margin-right: auto;
    margin-left: auto;
}

.image-5 {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.columns-2 {
    padding-top: 36px;
}

.blurb-h3 {
    padding-bottom: 17px;
    font-family: Lexend, sans-serif;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
}

.blurb-p {
    max-width: 216px;
    margin-right: auto;
    margin-left: auto;
    font-family: Lexend, sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 200;
    text-align: center;
}

.section-2 {
    background-color: #f3f3f3;
}

.text-span {
    font-weight: 400;
}

.bold-text-2 {
    font-weight: 400;
}

.text-block-4 {
    padding-bottom: 21px;
    font-family: Lexend, sans-serif;
    font-size: 21px;
    line-height: 27px;
    font-weight: 200;
}

.bold-text-3 {
    font-weight: 400;
}

.columns-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-block-5 {
    padding-bottom: 28px;
    font-family: Lexend, sans-serif;
    font-size: 28px;
    line-height: 47px;
    font-weight: 500;
}

.button {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    max-width: 300px;
    margin-top: 27px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 5px;
    background-color: #f6cf51;
    font-family: Lexend, sans-serif;
    color: #333;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
}

    .button:hover {
        background-color: #000;
        color: #ebebeb;
    }

.container-4 {
    padding-top: 60px;
    padding-bottom: 14px;
}

.heading-3 {
    text-align: center;
}

.text-span-2 {
    font-weight: 400;
}

.text-span-3 {
    font-weight: 400;
}

.text-block-3-copy {
    display: block;
    max-width: 736px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 23px;
    padding-bottom: 7px;
    font-family: Lexend, sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 200;
    text-align: center;
}

.brand-wheel {
    display: block;
}

.html-embed {
    padding-bottom: 60px;
}

.footer-light {
    position: relative;
    padding: 80px 30px 40px;
    border-bottom: 1px solid #e4ebf3;
    background-color: #F6F6F6;
}

.footer-wrapper-two {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer-block-two {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #fff;
}

.footer-title {
    padding-bottom: 0px;
    font-family: Lexend, sans-serif;
    color: #303030;
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
}

.footer-link-two {
    margin-top: 20px;
    font-family: Lexend, sans-serif;
    color: #303030;
    font-size: 15px;
    font-weight: 200;
    text-decoration: none;
}

    .footer-link-two:hover {
        color: #34B233;/*rgba(255, 255, 255, 0.75);*/
    }

.footer-form {
    width: 315px;
    max-width: 100%;
    margin-bottom: 0px;
}

.footer-form-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    padding-bottom: 17px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-form-field {
    height: 40px;
    margin-right: 8px;
    margin-bottom: 0px;
    padding: 6px 17px 6px 16px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #a6b1bf;
    border-radius: 7px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-size: 11px;
    line-height: 22px;
}

    .footer-form-field:hover {
        border-color: #76879d;
    }

    .footer-form-field:focus {
        border-color: #76879d;
    }

    .footer-form-field::-webkit-input-placeholder {
        color: rgba(26, 27, 31, 0.8);
        font-size: 14px;
        line-height: 22px;
    }

    .footer-form-field:-ms-input-placeholder {
        color: rgba(26, 27, 31, 0.8);
        font-size: 14px;
        line-height: 22px;
    }

    .footer-form-field::-ms-input-placeholder {
        color: rgba(26, 27, 31, 0.8);
        font-size: 14px;
        line-height: 22px;
    }

    .footer-form-field::placeholder {
        color: rgba(26, 27, 31, 0.8);
        font-size: 14px;
        line-height: 22px;
    }

.footer-form-submit {
    width: 132px;
    height: 40px;
    padding-top: 7px;
    padding-bottom: 7px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 10px;
    /* background-color: #a4d7f4#091c5a; #f6ce52; */
    background-color: #34B233/*#091c5a*/; /* #f7cd51;*/
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #030303;
    line-height: 20px;
}

    .footer-form-submit:hover {
        background-color: #008542;
        color: #fff;
    }

.footer-divider-two {
    width: 100%;
    height: 1px;
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: #303030;
}

.footer-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-copyright {
    font-family: Lexend, sans-serif;
    color: #303030;
    font-size: 12px;
    font-weight: 300;
}

.footer-copyright-text {
    font-family: Lexend, sans-serif;
    color: #303030;
    font-size: 12px;
    font-weight: 300;
  }

.footer-social-block-two {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-left: -12px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-social-link {
    margin-left: 12px;
}

.image-6 {
    width: 40px;
    margin-right: 7px;
    padding-right: 0px;
}

.text-span-4 {
    font-family: Lexend, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #303030;
}

.text-block-6 {
    font-family: Lexend, sans-serif;
}

.text-block-7 {
    margin-top: 18px;
    font-family: Lexend, sans-serif;
    font-size: 15px;
    font-weight: 200;
}

.text-span-5 {
    font-size: 16px;
    font-weight: 500;
}

.div-block-4 {
    position: fixed;
    left: auto;
    top: auto;
    right: 2%;
    bottom: 3%;
    z-index: 9999;
    display: block;
    overflow: visible;
    -webkit-transition: right 200ms ease;
    transition: right 200ms ease;
}

.list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.list-item-Lang1{
    background-color: #008542;
    border-radius: 50px;
    padding: 3px;
}

.list-item-Lang2{
    background-color: #f6f6f6;
    border-radius: 50px; 
    padding: 3px;
}

.form-block {
    display: block;
    margin-top: 0px;
    padding-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.div-block-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-field-2 {
    position: static;
    margin-top: 0px;
    margin-bottom: -12px;
    padding-top: 8px;
    border: 1px solid transparent;
    background-color: transparent;
}

    .text-field-2:hover {
        border-width: 0px;
        border-color: #000;
    }

    .text-field-2:focus {
        border-style: solid;
        border-width: 1px 1px 0px;
        border-color: transparent;
    }

.image-8 {
    position: relative;
    left: 0%;
    top: auto;
    right: auto;
    bottom: auto;
}

.form {
    position: static;
}

.columns-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid transparent;
}

    .columns-4:hover {
        border-bottom: 1px solid #000;
    }

    .columns-4:focus {
        border-bottom: 1px solid #000;
    }

.column-3 {
    padding-right: 0px;
}

.column-4 {
    padding-left: 0px;
}

.link-block {
    display: none;
}

.columns-6 {
    display: none;
}

.hero-banner-products {
    background-image: url('../images/f5be82_0d8deada7daf420fba5916f210db374a_mv2.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
}

.text-span-6 {
    font-weight: 400;
}

.text-span-7 {
    font-weight: 400;
}

.image-14 {
    max-width: 424px;
}

.heading-4 {
    margin-top: -2px;
    margin-bottom: 16px;
    font-family: Lexend, sans-serif;
    font-size: 35px;
    font-weight: 500;
}

.text-block-9 {
    max-width: 382px;
    font-family: Lexend, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 200;
}

.text-span-8 {
    font-weight: 400;
}

.text-span-9 {
    font-weight: 500;
}

.text-span-10 {
    font-weight: 400;
}

.columns-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 46px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.column-7 {
    padding-left: 19px;
}

.text-span-11 {
    font-weight: 500;
}

.text-span-12 {
    font-weight: 400;
}

.text-span-13 {
    font-weight: 400;
}

.columns-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 39px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-span-14 {
    font-weight: 400;
}

.text-span-15 {
    font-weight: 400;
}

.text-span-16 {
    font-weight: 400;
}

.section-3 {
    margin-bottom: 0px;
    padding: 60px 20px;
    background-color: #f3f3f3;
}

.container-5 {
    margin-top: 1px;
    background-color: #fff;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}

.columns-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero-banner-content-2 {
    position: static;
    z-index: 9999;
    display: block;
    overflow: visible;
    height: 79vh;
    margin-right: auto;
    margin-left: auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: rgba(0, 0, 0, 0.47);
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
}

.hero-banner-2 {
    background-image: url('../images/f5be82_0d8deada7daf420fba5916f210db374a_mv2.jpg');
    background-position: 50% 50%;
    background-size: cover;
}

.h1-copy {
    display: block;
    width: 100%;
    max-width: 600px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Lexend, sans-serif;
    color: #fff;
    font-size: 44px;
    line-height: 49px;
    font-weight: 600;
    text-align: left;
}

.columns-11 {
    margin-top: 0px;
    margin-bottom: 31px;
}

.column-8 {
    padding-right: 20px;
    padding-left: 20px;
}

.column-9 {
    padding-right: 20px;
    padding-left: 20px;
}

.container-6 {
    max-width: 500px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.heading-5 {
    font-family: Lexend, sans-serif;
    font-size: 19px;
    line-height: 21px;
    font-weight: 500;
    text-align: center;
}

.sub-text-copy {
    display: block;
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 11px;
    padding-bottom: 7px;
    font-family: Lexend, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 200;
    text-align: center;
}

.sub-text-3 {
    display: block;
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 11px;
    padding-bottom: 7px;
    font-family: Lexend, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 200;
    text-align: center;
    text-decoration: none;
}

.section-4 {
    margin-bottom: 0px;
    padding-bottom: 62px;
}

.hero-banner-3 {
    background-image: url('../images/f5be82_ed8ac72374a94748ae973c6e9fc3066e_mv2.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
}

.section-3-2 {
    margin-bottom: 0px;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #f3f3f3;
}

.columns-10-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-block-9-copy {
    max-width: 382px;
    font-family: Lexend, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 200;
}

.div-block-6 {
    padding: 11px 20px 20px;
    background-color: #fff;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.19);
}

.div-block-7 {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
}

.heading-5-copy {
    font-family: Lexend, sans-serif;
    font-size: 19px;
    line-height: 21px;
    font-weight: 500;
    text-align: center;
}

.heading-6 {
    margin-bottom: 0px;
    font-family: Lexend, sans-serif;
    font-size: 26px;
    font-weight: 400;
    text-align: center;
}

.text-span-17 {
    font-weight: 400;
    text-decoration: none;
}

.link {
    color: #313131;
    text-decoration: none;
}

.link-2 {
    color: #333;
    font-weight: 200;
    text-decoration: none;
}

.link-3 {
    color: #353434;
    font-weight: 400;
    text-decoration: none;
}

.columns-12 {
    padding-top: 27px;
}

.section-5 {
    padding-top: 60px;
    padding-bottom: 76px;
}

.text-float {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 11px;
    padding-bottom: 7px;
    font-family: Lexend, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 200;
    text-align: center;
    text-decoration: none;
}

.div-block-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 528px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 22px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: center;
}

.button-3 {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    max-width: 300px;
    margin-top: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 5px;
    background-color: #008542;
    font-family: Lexend, sans-serif;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
}

    .button-3:hover {
        /* background-color: #a4d7f4#091c5a; #f6ce52; */
        background-color: #34B233/*#091c5a*/; /* #f7cd51;*/
        color: #3d3d3d;
    }

.link-4 {
    color: #303030;
    font-weight: 400;
    text-decoration: none;
}

.image-16 {
    margin-top: 31px;
}

.image-17 {
    margin-left: 8px;
}

.image-16-2 {
    display: none;
    margin-top: 31px;
}

.hero-banner-content-faq {
    position: static;
    z-index: 9999;
    display: block;
    overflow: visible;
    height: 79vh;
    margin-right: auto;
    margin-left: auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: rgba(0, 0, 0, 0.47);
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
}

.hero-banner-faq {
    background-image: url('../images/f5be82_85e74973c80c4ac8848c1394b5c63370_mv2.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
}

.tabs {
    padding-top: 0px;
}

.heading-7 {
    font-family: Lexend, sans-serif;
    font-size: 29px;
    font-weight: 500;
}

.container-7 {
    padding: 27px 20px 60px;
}

.html-embed-2 {
    font-family: Lexend, sans-serif;
}

.tab-link-tab-2 {
    padding-left: 0px;
    background-color: #fff;
}

    .tab-link-tab-2.w--current {
        padding-left: 0px;
        background-color: #fff;
        /* color: #a4d7f4#091c5a;        #f6ce52; */
        color: #00a9e0/*#091c5a*/; /*        #f6ce52;*/
    }

.text-block-10 {
    font-family: Lexend, sans-serif;
}

.text-block-11 {
    font-family: Lexend, sans-serif;
}

.tab-link-tab-1 {
    padding-left: 0px;
    background-color: #fff;
}

    .tab-link-tab-1.w--current {
        background-color: #fff;
        color: #00a9e0; /*        #f6ce52;*/
    }

.html-embed-3 {
    font-family: Lexend, sans-serif;
}

.container-5-copy {
    max-width: 500px;
    margin-top: 0px;
    padding: 28px 20px 41px;
    background-color: #fff;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    text-align: center;
}

.paragraph {
    padding-bottom: 4px;
    font-family: Lexend, sans-serif;
    font-size: 14px;
    font-weight: 200;
}

.section-6 {
    padding-bottom: 37px;
}

.columns-12-copy {
    padding-top: 27px;
}

.section-3-3 {
    margin-bottom: 0px;
    padding-top: 48px;
    padding-bottom: 123px;
    background-color: #f3f3f3;
    background-image: url('../images/f5be82_cb1ff1b9bcd14199aa37f14c6b7f6d77_mv2.jpg');
    background-position: 50% 50%;
    background-size: 1514px;
}

.link-block-2 {
    width: 100%;
    color: #313131;
    text-decoration: none;
}

.link-block-3 {
    width: 100%;
    color: #313131;
    text-decoration: none;
}

.container-8 {
    max-width: 840px;
    padding: 60px 20px;
}

.text-field-3 {
    max-width: 400px;
    margin-bottom: 16px;
    padding: 24px 20px;
    border-radius: 4px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    font-family: Lexend, sans-serif;
    font-size: 13px;
    font-weight: 300;
}

.textarea {
    max-width: 400px;
    min-height: 100px;
    padding-top: 11px;
    padding-left: 20px;
    border-radius: 4px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    font-family: Lexend, sans-serif;
    font-size: 13px;
    font-weight: 300;
}

.button-3-copy {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    max-width: 300px;
    margin-top: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 5px;
    background-color: #000;
    font-family: Lexend, sans-serif;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
}

    .button-3-copy:hover {
        background-color: #f6cf51;
        color: #3d3d3d;
    }

.button-4 {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    margin-top: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
    background-color: #008542;
    font-family: Lexend, sans-serif;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
}

    .button-4:hover {
        background-color: #34B233; /*#f6cf51*/
        color: #3d3d3d;
    }

.form-2 {
    max-width: 400px;
}

.heading-6-copy {
    margin-bottom: 30px;
    font-family: Lexend, sans-serif;
    font-size: 26px;
    font-weight: 400;
    text-align: left;
}

.h4 {
    padding-bottom: 10px;
    font-family: Lexend, sans-serif;
    font-size: 20px;
    text-align: center;
}

.text-block-12 {
    font-family: Lexend, sans-serif;
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
    text-align: center;
}

.link-5 {
    color: #353434;
    font-weight: 400;
    text-decoration: none;
}

.link-6 {
    color: #353434;
    font-weight: 400;
    text-decoration: none;
}

.div-block-9 {
    max-width: 250px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 23px;
    padding-bottom: 18px;
    border-bottom: 1px solid #c2c2c2;
}

.link-7 {
    color: #2e2d2d;
    text-decoration: none;
}

.text-block-12-copy {
    font-family: Lexend, sans-serif;
    font-size: 15px;
    line-height: 22px;
    font-weight: 200;
    text-align: left;
}

.div-block-10 {
    max-width: 200px;
    margin-right: auto;
    margin-left: auto;
}

.columns-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.link-block-4 {
    width: 100%;
    color: #363535;
    text-decoration: none;
}

.container-9 {
    padding: 21px 20px 100px;
}

.heading-8 {
    font-family: Lexend, sans-serif;
    font-size: 34px;
    font-weight: 400;
}

.paragraph-2 {
    font-family: Lexend, sans-serif;
    font-size: 15px;
    line-height: 21px;
    font-weight: 200;
    white-space: normal;
}

.heading-8-copy {
    padding-bottom: 20px;
    font-family: Lexend, sans-serif;
    font-size: 23px;
    font-weight: 400;
}

.link-8 {
    color: #353434;
    text-decoration: none;
}

.link-9 {
    color: #333232;
    text-decoration: none;
}

.link-10 {
    color: #303030;
    text-decoration: none;
}

.link-11 {
    color: #303030;
    text-decoration: none;
}

.div-block-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.image-20 {
    width: 24px;
    height: 24px;
}

.blurb-p-copy {
    max-width: 247px;
    margin-right: auto;
    margin-left: auto;
    font-family: Lexend, sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 200;
    text-align: center;
}

.sub-text-copy {
    display: block;
    max-width: 740px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 11px;
    padding-bottom: 25px;
    font-family: Lexend, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 200;
    text-align: center;
}

.text-span-18 {
    font-weight: 400;
}

.text-span-19 {
    font-weight: 400;
}

.text-span-20 {
    font-weight: 400;
}

.sub-text-es {
    display: block;
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 11px;
    padding-bottom: 7px;
    font-family: Lexend, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 200;
    text-align: center;
}

.heading-4-es {
    margin-top: -2px;
    margin-bottom: 16px;
    font-family: Lexend, sans-serif;
    font-size: 30px;
    font-weight: 500;
}

.text-span-21 {
    font-weight: 400;
}

.text-span-22 {
    font-weight: 400;
}

.text-span-23 {
    font-weight: 400;
}

.text-span-24 {
    font-weight: 400;
}

.text-span-25 {
    font-weight: 400;
}

.text-span-26 {
    font-weight: 400;
}

.text-span-27 {
    font-weight: 400;
}

.text-span-28 {
    font-weight: 400;
}

.text-span-29 {
    font-weight: 400;
}

.sub-text-copy-escopy {
    display: block;
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 11px;
    padding-bottom: 7px;
    font-family: Lexend, sans-serif;
    font-size: 17px;
    line-height: 24px;
    font-weight: 200;
    text-align: center;
}

.heading-5-copy {
    font-family: Lexend, sans-serif;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    text-align: center;
}

.link-12 {
    color: #333232;
}

.link-13 {
    color: #303030;
}

.html-embed-4 {
    font-family: Lexend, sans-serif;
    font-size: 17px;
    text-align: center;
}

.html-embed-5 {
    font-family: Lexend, sans-serif;
    text-align: center;
}

@media screen and (max-width: 991px) {
    .container {
        max-width: 900px;
    }

    .navbar-wrapper-three {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .navbar-brand-three {
        position: relative;
    }

    .nav-menu-wrapper-three {
        left: auto;
        top: 70px;
        right: 20px;
        bottom: 0%;
        max-width: 400px;
        background-color: transparent;
    }

    .nav-menu-three {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 10px;
        padding: 20px 20px 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 20px;
        background-color: #fff;
        box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.05);
    }

    .nav-link {
        padding-right: 5px;
        padding-left: 5px;
    }

    .nav-dropdown-toggle {
        display: none;
    }

    .nav-dropdown-list.shadow-three.w--open {
        position: absolute;
    }

    .menu-button {
        padding: 12px;
    }

        .menu-button.w--open {
            background-color: transparent;
            /* background-color: #a6b1bf; */
            color: #fff;
        }

    .navbar-no-shadow-container {
        display: none;
        background-color: #fff;
    }

    .nav-menu-wrapper {
        background-color: transparent;
    }

    .nav-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-left: 0px;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #fff;
    }

    .nav-button-wrapper {
        width: 100%;
        margin-left: 0px;
    }

    .hero-wrapper {
        margin-bottom: -40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .hero-split {
        max-width: 100%;
        margin-bottom: 40px;
    }

    .container-2 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .container-3 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .container-4 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .footer-wrapper-two {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer-form {
        width: 100%;
        margin-top: 40px;
    }

    .footer-form-container {
        max-width: 350px;
    }

    .columns-4 {
        display: none;
    }

    .image-9 {
        display: none;
    }

    .link-block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        padding: 11px 12px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #ccc;
        font-family: Lexend, sans-serif;
        text-decoration: none;
    }

        .link-block:hover {
            /* background-color: #f7cd53; */
            background-color: #00a9e0;
        }

    .image-10 {
        margin-right: 14px;
    }

    .text-block-8 {
        color: #444;
        font-size: 18px;
    }

    .columns-6 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        padding-top: 10px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .column-5 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-top: 10px;
        padding-bottom: 10px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-right: 1px solid #ccc;
    }

    .image-11 {
        margin-right: 10px;
    }

    .column-6 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .image-12 {
        display: none;
    }

    .image-14 {
        width: 100%;
    }

    .sub-text-3 {
        font-size: 14px;
    }

    .heading-6 {
        font-size: 20px;
        line-height: 23px;
    }

    .link-block-5 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        color: #353434;
        text-decoration: none;
    }

    .link-block-6 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        color: #313131;
        text-decoration: none;
    }

    .link-block-7 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        color: #303030;
        text-decoration: none;
    }

    .link-block-8 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        color: #303030;
        text-decoration: none;
    }
}

@media screen and (max-width: 767px) {
    .navbar-brand-three {
        padding-left: 0px;
    }

    .nav-menu-wrapper-three {
        left: auto;
        top: 70px;
        right: 20px;
        bottom: 0%;
        max-width: 300px;
    }

    .nav-menu-three {
        padding-bottom: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        border-radius: 20px;
    }

    .nav-menu-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .nav-link {
        display: inline-block;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .nav-dropdown {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .nav-dropdown-toggle {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .nav-dropdown-list.shadow-three {
        box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.05);
    }

        .nav-dropdown-list.shadow-three.w--open {
            position: relative;
        }

        .nav-dropdown-list.shadow-three.mobile-shadow-hide {
            box-shadow: none;
        }

    .nav-link-accent {
        display: inline-block;
        margin-right: 5px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .mobile-margin-top-10 {
        margin-top: 10px;
    }

    .navbar-no-shadow-container {
        display: none;
    }

    .navbar-brand {
        padding-left: 0px;
    }

    .nav-menu {
        padding-bottom: 30px;
        padding-left: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .hero-subscribe-left {
        padding: 60px 15px;
    }

    .h1 {
        max-width: 472px;
        margin-right: auto;
        margin-left: auto;
        font-size: 37px;
        line-height: 43px;
        text-align: center;
    }

    .text-block-2 {
        display: block;
        max-width: 459px;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    .columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .container-2 {
        padding-right: 20px;
        padding-left: 20px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: left;
    }

    .column-2 {
        padding-top: 24px;
        text-align: center;
    }

    .div-block-2 {
        margin-right: auto;
        margin-left: auto;
    }

    .footer-light {
        padding-right: 20px;
        padding-left: 20px;
    }

    .footer-form-container {
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    .footer-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer-copyright {
        margin-right: auto;
        margin-left: auto;
        font-size: 14px;
        line-height: 20px;
        text-align: left;
    }

    .footer-social-block-two {
        margin-top: 20px;
    }

    .footer-social-link {
        margin-left: 20px;
    }

    .list-item {
        display: none;
    }

    .image-9 {
        display: none;
    }

    .link-block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        padding: 11px 12px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #ccc;
        font-family: Lexend, sans-serif;
        text-decoration: none;
    }

        .link-block:hover {
            /* background-color: #f7cd53; */
            background-color: #00a9e0;
        }

    .image-10 {
        margin-right: 14px;
        text-decoration: none;
    }

    .text-block-8 {
        color: #444;
        font-size: 18px;
        text-decoration: none;
    }

    .columns-6 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        padding-top: 10px;
    }

    .column-5 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-top: 10px;
        padding-bottom: 10px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-right: 1px solid #ccc;
    }

    .image-11 {
        margin-right: 10px;
    }

    .column-6 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .h1-copy {
        max-width: 472px;
        margin-right: auto;
        margin-left: auto;
        font-size: 37px;
        line-height: 43px;
        text-align: center;
    }

    .column-8 {
        text-align: center;
    }

    .column-9 {
        padding-top: 29px;
        text-align: center;
    }

    .heading-5 {
        max-width: 300px;
        margin-right: auto;
        margin-left: auto;
    }

    .sub-text-3 {
        max-width: 300px;
    }

    .div-block-6 {
        max-width: 400px;
        margin-right: auto;
        margin-bottom: 21px;
        margin-left: auto;
    }

    .div-block-8 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .image-18 {
        max-width: 300px;
    }

    .image-19 {
        max-width: 300px;
    }

    .heading-7 {
        font-size: 24px;
        text-align: center;
    }

    .form-2 {
        margin-right: auto;
        margin-left: auto;
    }

    .heading-6-copy {
        text-align: center;
    }

    .columns-13 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .heading-5-copy {
        max-width: 300px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (max-width: 479px) {
    .container {
        max-width: none;
    }

    .nav-menu-wrapper-three {
        right: 10px;
        max-width: 300px;
    }

    .nav-menu-three {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        border-radius: 9px;
    }

    .navbar-no-shadow-container {
        display: none;
    }

    .nav-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .nav-button-wrapper {
        width: auto;
    }

    .hero-form {
        margin-bottom: 15px;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    }

    .hero-form-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .hero-form-input {
        width: 100%;
        height: 48px;
        margin-bottom: 10px;
    }

    .h1 {
        margin-right: auto;
        margin-left: auto;
        font-size: 22px;
        line-height: 27px;
        text-align: center;
    }

    .text-block-2 {
        max-width: 228px;
        margin-right: auto;
        margin-left: auto;
        font-size: 15px;
        text-align: center;
    }

    .columns {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .container-2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        padding-right: 20px;
        padding-left: 20px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .div-block-2 {
        margin-top: 34px;
    }

    .h2-home {
        font-size: 20px;
        line-height: 26px;
    }

    .container-3 {
        padding-top: 40px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .sub-text {
        padding-bottom: 24px;
        font-size: 14px;
        line-height: 22px;
    }

    .bold-text {
        display: block;
        line-height: 16px;
    }

    .text-block-4 {
        font-size: 16px;
        line-height: 22px;
        text-align: center;
    }

    .columns-3 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .text-block-5 {
        font-size: 22px;
        line-height: 36px;
        text-align: center;
    }

    .container-4 {
        padding-top: 40px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .text-block-3-copy {
        font-size: 16px;
    }

    .footer-light {
        padding-top: 27px;
    }

    .footer-wrapper-two {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .footer-block-two {
        margin-top: 40px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .footer-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer-copyright {
        text-align: center;
    }

    .footer-social-block-two {
        margin-top: 20px;
    }

    .image-7 {
        margin-bottom: 25px;
    }

    .list-item {
        display: none;
    }

    .columns-4 {
        display: none;
    }

    .image-9 {
        display: none;
    }

    .link-block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        padding: 11px 12px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #ccc;
        text-decoration: none;
    }

        .link-block:hover {
            padding: 11px 12px;
            /* background-color: #f7cd53; */
            background-color: #00a9e0;
        }

    .columns-5 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .image-10 {
        margin-right: 14px;
        padding-right: 0px;
    }

    .text-block-8 {
        font-family: Lexend, sans-serif;
        color: #444;
        font-size: 18px;
        font-style: normal;
        text-decoration: none;
    }

    .columns-6 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        padding-top: 10px;
    }

    .column-5 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-top: 10px;
        padding-bottom: 10px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-right: 1px solid #ccc;
    }

    .image-11 {
        margin-right: 10px;
        padding-right: 0px;
    }

    .column-6 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .image-13 {
        border-radius: 50%;
    }

    .hero-banner-products {
        background-position: 70% 50%;
    }

    .image-14 {
        width: 100%;
        margin-top: 7px;
        margin-bottom: 20px;
    }

    .heading-4 {
        font-size: 19px;
        text-align: center;
    }

    .text-block-9 {
        font-size: 14px;
        text-align: center;
    }

    .columns-8 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .columns-9 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .columns-10 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .hero-banner-content-2 {
        height: 61vh;
        background-color: rgba(60, 60, 60, 0.59);
    }

    .hero-banner-2 {
        background-position: 70% 50%;
        background-size: 757px;
    }

    .image-15 {
        margin-top: 17px;
    }

    .h1-copy {
        margin-right: auto;
        margin-left: auto;
        font-size: 22px;
        line-height: 27px;
        text-align: center;
    }

    .sub-text-copy {
        padding-bottom: 24px;
        font-size: 14px;
        line-height: 22px;
    }

    .sub-text-3 {
        padding-bottom: 24px;
        font-size: 14px;
        line-height: 22px;
    }

    .hero-banner-3 {
        background-position: 40% 50%;
        background-size: 757px;
    }

    .columns-10-2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .text-block-9-copy {
        font-size: 14px;
        text-align: center;
    }

    .text-float {
        padding-bottom: 24px;
        font-size: 14px;
        line-height: 22px;
    }

    .button-3 {
        background-color: #000;
        color: #fff;
    }

        .button-3:hover {
            background-color: #f6cf51;
            color: #2e2e2e;
        }

    .image-16 {
        display: none;
    }

    .image-18 {
        width: 100%;
        max-width: 200px;
    }

    .image-19 {
        width: 100%;
        max-width: 200px;
    }

    .image-16-2 {
        display: block;
        padding-right: 20px;
        padding-left: 20px;
    }

    .hero-banner-content-faq {
        height: 61vh;
    }

    .hero-banner-faq {
        background-position: 31% 48%;
        background-size: 757px;
        background-attachment: scroll;
    }

    .heading-7 {
        font-size: 18px;
    }

    .paragraph {
        font-size: 12px;
    }

    .section-3-3 {
        padding-right: 10px;
        padding-left: 10px;
    }

    .button-3-copy {
        background-color: #000;
        color: #fff;
    }

        .button-3-copy:hover {
            background-color: #f6cf51;
            color: #2e2e2e;
        }

    .button-4 {
        background-color: #000;
        color: #fff;
    }

        .button-4:hover {
            background-color: #f6cf51;
            color: #2e2e2e;
        }

    .column-10 {
        padding-bottom: 33px;
    }

    .tabs-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .section-7 {
        padding-right: 10px;
        padding-left: 10px;
    }

    .sub-text-copy {
        padding-bottom: 24px;
        font-size: 14px;
        line-height: 22px;
    }

    .sub-text-es {
        padding-bottom: 24px;
        font-size: 14px;
        line-height: 22px;
    }

    .heading-4-es {
        font-size: 19px;
        text-align: center;
    }

    .sub-text-copy-escopy {
        padding-bottom: 24px;
        font-size: 14px;
        line-height: 22px;
    }

    .info-privacy-table {
        width: 100%;
        border-collapse: collapse;
        font-family: Arial, sans-serif;
    }
    
    .info-privacy-table th,
    .info-privacy-table td {
        border: 1px solid #ccc;
        padding: 10px;
        vertical-align: top;
    }
    
    .info-privacy-table th {
        background-color: #f2f2f2;
        text-align: center;
    }
    
    .info-privacy-table td.centered {
        text-align: center !important;
        vertical-align: middle !important;
    }
}

.footer-bottom-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 13px;
    color: #888;
}


        /* Language Dropdown Styles */
        .language-dropdown {
            position: relative;
            display: inline-block;
        }

        .language-selector {
            cursor: pointer;
            display: flex;
            align-items: center;
            padding: 10px 15px;
            border-radius: 5px;
            transition: background-color 0.2s;
        }

        .language-selector:hover {
            background-color: rgba(0, 0, 0, 0.05);
        }

        .dropdown-arrow {
            margin-left: 5px;
            font-size: 12px;
            transition: transform 0.2s;
        }

        .language-dropdown-menu {
            position: absolute;
            top: 100%;
            right: 0;
            background-color: white;
            border: 1px solid #ddd;
            border-radius: 5px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            list-style: none;
            margin: 0;
            padding: 0;
            min-width: 150px;
            z-index: 1000;
            display: none;
        }

        .language-dropdown-menu.show {
            display: block;
        }

        .language-option {
            padding: 10px 15px;
            cursor: pointer;
            display: flex;
            align-items: center;
            transition: background-color 0.2s;
        }

        .language-option:hover {
            background-color: #f5f5f5;
        }

        .language-option.selected {
            background-color: #e3f2fd;
            color: #1976d2;
        }

        .language-option.selected:hover {
            background-color: #e3f2fd;
        }

        /* Mobile Language Dropdown Styles */
        .language-dropdown-mobile {
            position: relative;
            display: inline-block;
        }

        .language-selector-mobile {
            cursor: pointer;
            display: flex;
            align-items: center;
            padding: 10px 15px;
            border-radius: 5px;
            transition: background-color 0.2s;
        }

        .language-selector-mobile:hover {
            background-color: rgba(0, 0, 0, 0.05);
        }

        .dropdown-arrow-mobile {
            margin-left: 5px;
            font-size: 12px;
            transition: transform 0.2s;
        }

        .language-dropdown-menu-mobile {
            position: absolute;
            top: 100%;
            left: 0;
            background-color: white;
            border: 1px solid #ddd;
            border-radius: 5px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            list-style: none;
            margin: 0;
            padding: 0;
            min-width: 150px;
            z-index: 1000;
            display: none;
        }

        .language-dropdown-menu-mobile.show {
            display: block;
        }

        .language-option-mobile {
            padding: 10px 15px;
            cursor: pointer;
            display: flex;
            align-items: center;
            transition: background-color 0.2s;
        }

        .language-option-mobile:hover {
            background-color: #f5f5f5;
        }

        .language-option-mobile.selected {
            background-color: #e3f2fd;
            color: #1976d2;
        }

        .language-option-mobile.selected:hover {
            background-color: #e3f2fd;
        }

        /* Header Language Dropdown Styles */
        .language-dropdown-header {
            position: relative;
            display: inline-block;
            margin-left: 15px;
        }

        .language-selector-header {
            cursor: pointer;
            display: flex;
            align-items: center;
            padding: 8px 12px;
            border-radius: 25px;
            background-color: #f8f9fa;
            border: 1px solid #e9ecef;
            transition: all 0.2s;
            font-size: 14px;
            font-weight: 500;
        }

        .language-selector-header:hover {
            background-color: #e9ecef;
            border-color: #dee2e6;
        }

        .dropdown-arrow-header {
            margin-left: 5px;
            font-size: 10px;
            transition: transform 0.2s;
        }

        .language-dropdown-menu-header {
            position: absolute;
            top: 100%;
            right: 0;
            background-color: white;
            border: 1px solid #ddd;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            list-style: none;
            margin: 5px 0 0 0;
            padding: 0;
            min-width: 120px;
            z-index: 1000;
            display: none;
        }

        .language-dropdown-menu-header.show {
            display: block;
        }

        .language-option-header {
            padding: 10px 15px;
            cursor: pointer;
            display: flex;
            align-items: center;
            transition: background-color 0.2s;
            font-size: 14px;
        }

        .language-option-header:hover {
            background-color: #f8f9fa;
        }

        .language-option-header.selected {
            background-color: #e3f2fd;
            color: #1976d2;
        }

        .language-option-header.selected:hover {
            background-color: #e3f2fd;
        }

        @media (max-width: 767px) {
            .language-dropdown-header {
                display: none !important;
            }
        }

        .header-login {
            display: flex;
            align-items: center;
            margin-left: 20px;
            height: 100%;
            background-color: #008542;
            border-radius: 50px;
            padding: 5px;
            transition: background 0.2s;
        }

        .header-login:hover {
            background-color: #005f2f;
        }

        .header-login img {
            display: block;
        }

        @media (max-width: 767px) {
            .header-login {
                display: none !important;
            }
        }
