/* Components */
.row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.crisis-banner {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 238, 238, 1) !important;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity, 1)) !important;
}
.crisis-banner {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}
.crisis-banner .row {
    margin: 0px;
}
.crisis-banner__link {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, 1) !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity, 1)) !important;
    text-decoration-line: none !important;
}
@media (min-width: 768px) {
    .crisis-banner__link {
        font-size: 1rem !important;
    }
}
@media (min-width: 1280px) {
    .crisis-banner__link {
        font-size: 1.125rem !important;
    }
}
.crisis-banner__link:focus-visible {
    box-shadow: 0 0 1px 5px #ffc72c;
    -webkit-box-shadow: 0 0 1px 5px #ffc72c;
    -moz-box-shadow: 0 0 1px 5px #ffc72c;
    outline: 2px solid #303031;
    outline-offset: 0.5px;
    border-radius: 9px;
}
.crisis-banner__link:focus-visible span {
    background: #ffc72c;
    border: none;
    outline: 0;
}
.crisis-banner img {
    margin-right: 5px;
}
@media (min-width: 640px) {
    .crisis-banner img {
        margin-right: 13px;
    }
}
.crisis-banner span {
    margin-left: 5px;
    font-size: 0.875rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgba(48, 48, 49, 1);
    color: rgba(48, 48, 49, var(--tw-text-opacity, 1));
    text-decoration-line: underline;
}
@media (min-width: 768px) {
    .crisis-banner span {
        font-size: 1rem;
    }
}
@media only screen and (max-width: 376px) {
    .crisis-banner span {
        margin-left: 0px;
    }
}
.crisis-banner p {
    margin: 0px;
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, 1);
    color: rgba(0, 0, 0, var(--tw-text-opacity, 1));
    text-decoration-line: none;
}
@media (min-width: 768px) {
    .crisis-banner p {
        font-size: 1rem;
    }
}
.header {
    position: sticky;
    top: -1px;
    background: #fff;
    padding-bottom: 30px;
    padding-top: 15px;
    z-index: 999;
    margin-right: auto;
    margin-left: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
@media (max-width: 620px) {
    .header {
        padding-top: 4px;
        padding-bottom: 15px;
    }
}
.header.header--compact {
    left: 0;
    right: 0;
    width: 100%;
    min-height: 100px;
    height: 100px;
    padding-top: 0;
}
@media (min-width: 992px) {
    .header.header--compact {
        height: 110px;
        padding-top: 25px;
    }
}
.header.header--static {
    position: relative;
}
@media (min-width: 993px) {
    .header.is-pinned .header__logo .img-fluid {
        max-width: 75%;
    }
    .header.is-pinned .header__buttons-group {
        margin-bottom: 0;
    }
}
.header__inside {
    max-width: 1200px;
}
.header .header__inside .header__inside-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header__logo {
    display: inline-block;
}
@media (max-width: 991.98px) {
    .header__logo {
        position: static;
        padding-top: 10px;
    }
}
.header__logo a:focus-visible {
    box-shadow: 0 0 1px 5px #ffc72c;
    -webkit-box-shadow: 0 0 1px 5px #ffc72c;
    -moz-box-shadow: 0 0 1px 5px #ffc72c;
    outline: none;
    outline-offset: 0.5px;
    border-radius: 9px;
    display: block;
}
@media (max-width: 620px) {
    .header__logo img {
        max-width: 160px;
    }
}
@media (max-width: 575.98px) {
    .header__logo img {
        width: 120px;
    }
}
@media (max-width: 350px) {
    .header__logo img {
        width: 110px;
    }
}
.header--compact .header__logo img {
    max-width: 180px;
}
.header__buttons-group {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
@media (max-width: 992px) {
    .header__buttons-group {
        margin-bottom: 0;
    }
}
.header--compact .header__buttons-group {
    align-items: center;
}
.header__menu-wrapper {
    margin-top: 20px;
    align-items: center;
    justify-content: flex-end;
    display: inline-flex;
}
@media (max-width: 992px) {
    .header__menu-wrapper {
        display: flex;
        justify-content: flex-end;
    }
}
@media (max-width: 620px) {
    .header__menu-wrapper {
        margin-bottom: 0px;
    }
}
.header__menu {
    display: none;
    justify-content: flex-end;
    padding-left: 0;
    list-style-type: none;
    margin: 0;
}
@media (max-width: 992px) {
    .header__menu {
        display: none;
    }
}
.header__menu.menu-open {
    display: flex;
    position: relative;
}
.header__menu.menu-open:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    left: -15px;
    background: #303031;
}
.header__menu--mobile .header__menu-item {
    text-align: left;
    position: relative;
    border-bottom: 1px solid #303031;
}
.header__menu--mobile img {
    display: inline;
}
@media (max-width: 992px) {
    .header--compact .languages-dropdown {
        display: none;
    }
}
.header--compact .header__menu {
    margin-top: 10px;
}
.header__menu-item {
    text-align: center;
    font-weight: 500;
    position: relative;
}
.header__menu-dropdown-arrow {
    transform: rotateX(180deg) translateY(-1px);
    padding: 5px;
    transition: 0.4s;
}
.header__menu--desktop .header__menu-dropdown-arrow {
    position: absolute;
    top: 34%;
    right: 0px;
}
/* .header__menu--desktop .menu-item-has-children:hover .header__menu-dropdown-arrow,
.header__menu--desktop .menu-item-has-children:focus-within .header__menu-dropdown-arrow {
   transform: translateY(0);
} 
*/
.header__menu-item.current-menu-item {
    font-weight: 600;
}
.header__menu-item.current-menu-item a {
    font-weight: 600;
}
.header__menu--desktop .header__menu-item.menu-item-has-children {
    position: relative;
}
.header__menu-dropdown {
    display: none;
    position: absolute;
    text-align: left;
    background-color: #fff;
    list-style-type: none;
    padding: 15px 0;
    border-radius: 6px;
    box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.16);
    top: 45px;
    left: -20px;
    width: 100%;
    min-width: 185px;
}
.header__menu-dropdown.dropdown-open {
    display: block;
}
/* @media (min-width: 991.9px) {
   .header__menu--desktop .menu-item-has-children.header__menu-item-link:focus-within .header__menu-dropdown {
      display: block;
   }
} 
*/
.header__menu-dropdown-item {
    margin-bottom: 15px;
}
.header__menu-dropdown-item:last-child {
    margin-bottom: 0;
}
.header__menu-item.menu-item-has-children .header__menu-dropdown-link {
    -webkit-text-decoration: none;
    text-decoration: none;
    font-family: "Lexend", sans-serif;
    font-style: normal;
    font-size: 1rem;
    font-weight: 400;
    color: #303031;
    padding: 5px 25px;
    display: block;
    width: 100%;
    line-height: 28px;
}
@media (max-width: 767.98px) {
    .header__menu-item.menu-item-has-children .header__menu-dropdown-link {
        font-size: 1.5625rem;
        padding-left: 0;
    }
}
.header__menu-item.menu-item-has-children .header__menu-dropdown-link:focus-visible {
    box-shadow: 0 0 1px 5px #ffc72c;
    -webkit-box-shadow: 0 0 1px 5px #ffc72c;
    -moz-box-shadow: 0 0 1px 5px #ffc72c;
    outline: 2px solid #303031;
    outline-offset: 0.5px;
    border-radius: 9px;
}
.header__menu-item.menu-item-has-children .current-menu-item .header__menu-dropdown-link {
    font-weight: 600;
}
.header__button {
    border: 2px solid #0634fe;
}
.header__button:not(:first-child) {
    margin-left: 15px;
}
@media (max-width: 575.98px) {
    .header__button:not(:first-child) {
        margin-left: 4px;
    }
}
.header__button:focus-visible {
    box-shadow: 0 0 1px 5px #ffc72c;
    -webkit-box-shadow: 0 0 1px 5px #ffc72c;
    -moz-box-shadow: 0 0 1px 5px #ffc72c;
    outline-offset: 0.5px;
}
.header__button--dark {
    background: none;
    text-transform: none;
    border: none;
    -webkit-text-decoration: underline;
    text-decoration: underline;
    font-family: "Lexend", sans-serif;
    font-style: normal;
    font-size: 1.25rem;
    font-weight: 700;
    color: #303031;
    padding: 10px 15px;
    border-radius: 7px;
}
@media (max-width: 767.98px) {
    .header__button--dark {
        font-size: 1.125rem;
        padding: 5px 10px;
        line-height: normal;
    }
}
@media (max-width: 350px) {
    .header__button--dark {
        padding: 5px 8px;
    }
}
.header__button--blue {
    background: none;
    border: 2px solid #0634fe;
    color: #0634fe;
    border-radius: 7px;
    font-family: "Lexend", sans-serif;
    font-style: normal;
    font-size: 1.25rem;
    font-weight: 700;
    padding: 10px 15px;
    text-transform: inherit;
}
@media (max-width: 767.98px) {
    .header__button--blue {
        font-size: 1.125rem;
        padding: 5px 10px;
    }
}
@media (max-width: 350px) {
    .header__button--blue {
        padding: 5px 8px;
    }
}
.navbar-desktop .header__menu-link {
    font-family: "Lexend", sans-serif;
    font-style: normal;
    font-size: 1rem;
    font-weight: 400;
    color: #303031;
    -webkit-text-decoration: none;
    text-decoration: none;
    display: block;
    padding: 14px 10px;
}
.navbar-desktop .header__menu-link:focus-visible {
    box-shadow: 0 0 1px 5px #ffc72c;
    -webkit-box-shadow: 0 0 1px 5px #ffc72c;
    -moz-box-shadow: 0 0 1px 5px #ffc72c;
    outline: 2px solid #303031;
    outline-offset: 0.5px;
    border-radius: 9px;
}
.navbar-desktop button.header__menu-link {
    border: none;
    background: none;
    padding-right: 25px;
    cursor: pointer;
}
.navbar-desktop .header__menu-item-link a.header__menu-link {
    border: none;
    background: none;
    padding-right: 25px;
    cursor: pointer;
}
.navbar-desktop {
    display: flex;
    align-items: center;
    margin-left: 36px;
}
@media (max-width: 1200px) {
    .navbar-desktop {
        display: none;
    }
    .navbar-mobile {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
    }
}
@media (max-width: 992px) {
    .header--compact .navbar {
        bottom: 35px;
    }
}
.header__menu--mobile .header__menu-link {
    font-family: "Lexend", sans-serif;
    font-style: normal;
    font-size: 1.5625rem;
    font-weight: 400;
    color: #303031;
    -webkit-text-decoration: none;
    text-decoration: none;
    display: block;
    padding: 14px 10px;
    width: 100%;
    text-align: left;
    line-height: 28px;
}
.header__menu--mobile .menu-item-has-children.dropdown-open .header__menu-dropdown {
    display: block;
    position: static;
    box-shadow: none;
    text-align: left;
    padding: 10px 11px;
    transform: none;
    width: 100%;
}
.header__menu--mobile .header__menu-item.menu-item-has-children {
    position: relative;
}
.header__menu--mobile button.header__menu-link {
    width: 100%;
    text-align: left;
    border: none;
    background: none;
    cursor: pointer;
}
.header__mobile-menu-wrapper {
    display: none;
}
@media (max-width: 1200px) {
    .header__mobile-menu-wrapper {
        height: 24px;
        width: 35px;
        margin-left: 20px;
        display: block;
    }
}
@media (max-width: 575.98px) {
    .header__mobile-menu-wrapper {
        margin-left: 5px;
    }
}
.header__mobile-menu-btn {
    width: 35px;
    height: 24px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 999;
    padding: 0;
    border: none;
    background: none;
}
.header__mobile-menu-btn span {
    display: block;
    background-color: #303031;
    width: 100%;
    height: 1px;
    position: relative;
    transition:
        transform 250ms linear, background-color 250ms linear;
}
.header__mobile-menu-btn.open span:nth-child(1) {
    transform: rotate(-45deg);
    top: 13px;
}
.header__mobile-menu-btn.open span:nth-child(2) {
    background-color: transparent;
}
.header__mobile-menu-btn.open span:nth-child(3) {
    transform: rotate(45deg);
    top: -10px;
}
.header__desktop-menu-wrapper.menu-open {
    order: 2;
    margin-left: 15px;
}
.header__desktop-menu-wrapper .header__desktop-menu-btn {
    width: 51px;
    height: 42px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 999;
    padding: 8px;
    border: none;
    background: none;
}
.header__desktop-menu-wrapper .header__desktop-menu-btn:focus-visible {
    box-shadow: 0 0 1px 5px #ffc72c;
    -webkit-box-shadow: 0 0 1px 5px #ffc72c;
    -moz-box-shadow: 0 0 1px 5px #ffc72c;
    outline: 2px solid #303031;
    outline-offset: 0.5px;
    border-radius: 9px;
}
.header__desktop-menu-wrapper .header__desktop-menu-btn span {
    display: block;
    background-color: #303031;
    width: 100%;
    height: 1px;
    position: relative;
    transition:
        transform 250ms linear, background-color 250ms linear;
}
.header__desktop-menu-wrapper .header__desktop-menu-btn.open span:nth-child(1) {
    transform: rotate(-45deg);
    top: 12px;
}
.header__desktop-menu-wrapper .header__desktop-menu-btn.open span:nth-child(2) {
    background-color: transparent;
}
.header__desktop-menu-wrapper .header__desktop-menu-btn.open span:nth-child(3) {
    transform: rotate(45deg);
    top: -13px;
}
/*
.menu-item-has-children.dropdown-open .header__menu-dropdown-arrow {
   transform: translateY(0);
}
*/
.header__mobile-menu-container {
    position: relative;
    position: sticky;
    top: 108px;
    z-index: 22;
}
@media (min-width: 1201px) {
    .header__mobile-menu-container {
        visibility: hidden;
    }
}
.header--static.header__mobile-menu-container {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}
.header__menu--mobile {
    display: none;
    overflow-y: scroll;
}
.header__menu--mobile.mobile-open {
    display: block;
    position: absolute;
    background: #fff;
    width: 100%;
    top: -4px;
    overflow-y: scroll;
    height: 88vh;
    padding: 0 20px;
}
@media (max-width: 767.98px) {
    .header__menu--mobile.mobile-open {
        top: -40px;
        padding: 60px 20px 30px;
        height: 91vh;
    }
}
.header__menu-dropdown-button {
    position: absolute;
    top: 6px;
    right: 0;
    border: none;
    background-color: transparent;
}
@media (max-width: 767.98px) {
    .header__menu-dropdown-button {
        top: 11px;
        right: 85px;
    }
}
.header__menu-dropdown-button .header__menu-dropdown-arrow {
    padding: 15px;
}
.header__mobile-wrapper {
    display: none;
}
@media (max-width: 992px) {
    .header__mobile-wrapper {
        display: none;
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        margin-left: 0;
    }
}
@media (max-width: 400px) {
    .header__mobile-wrapper {
        margin-left: 0;
    }
}
.header__mobile-wrapper-compact {
    display: none;
}
.js-menu-open .header__mobile-wrapper-compact {
    display: block;
    background: #fff;
    padding: 16px;
}
@media (max-width: 992px) {
    .header__mobile-buttons {
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding: 0;
    }
}
.header__mobile-buttons .header__button {
    width: 50%;
    text-align: center;
    margin-left: 0;
}
/* Top banner styles */
.crisis-banner {
    text-align: center;
    background-color: #e8f3f2;
    font-family: "Lexend", sans-serif;
    padding: 10px 0;
}
.crisis-banner .row {
    margin: 0;
}
.crisis-banner__link {
    -webkit-text-decoration: none;
    text-decoration: none;
    color: #303031;
    font-family: "Lexend", sans-serif;
    font-style: normal;
    font-size: 1rem;
    line-height: 28px;
    font-weight: 400;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
@media (max-width: 767.98px) {
    .crisis-banner__link {
        font-size: 0.875rem;
    }
}
.crisis-banner__link:focus-visible {
    box-shadow: 0 0 1px 5px #ffc72c;
    -webkit-box-shadow: 0 0 1px 5px #ffc72c;
    -moz-box-shadow: 0 0 1px 5px #ffc72c;
    outline: 2px solid #303031;
    outline-offset: 0.5px;
    border-radius: 9px;
}
.crisis-banner__link:focus-visible span {
    background: #ffc72c;
    border: none;
    outline: 0;
}
.crisis-banner img {
    margin-right: 13px;
    width: 1.25rem;
}
@media (min-width: 1024px) {
    .crisis-banner img {
        width: 25px;
    }
}
@media (max-width: 575.98px) {
    .crisis-banner img {
        margin-right: 5px;
    }
}
.crisis-banner span {
    -webkit-text-decoration: underline;
    text-decoration: underline;
    color: #303031;
    font-family: "Lexend", sans-serif;
    font-style: normal;
    font-size: 1rem;
    line-height: 28px;
    font-weight: 500;
    margin-left: 5px;
}
@media (max-width: 767.98px) {
    .crisis-banner span {
        font-size: 0.875rem;
    }
}
@media only screen and (max-width: 376px) {
    .crisis-banner span {
        margin-left: 0;
    }
}
.crisis-banner p {
    -webkit-text-decoration: none;
    text-decoration: none;
    color: #303031;
    font-family: "Lexend", sans-serif;
    font-style: normal;
    font-size: 1rem;
    line-height: 28px;
    font-weight: 400;
    margin: 0;
    display: flex;
    align-items: center;
}
@media (max-width: 767.98px) {
    .crisis-banner p {
        font-size: 0.875rem;
    }
}
.languages-dropdown-footer {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 0.8125rem;
    cursor: pointer;
    position: relative;
    padding-top: 25px;
}
.focus-wrap-for-language-selector {
    display: flex;
    justify-content: flex-end;
}
.languages-dropdown-footer__current {
    /* font-family: $font-paragraph; */
    font-style: normal;
    font-size: 1.125rem;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}
.languages-dropdown-footer__flag-container {
    width: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
}
.languages-dropdown-footer__flag-container:focus-within {
    box-shadow: 0px 0px 4px 4px #ffc72c;
    border-radius: 9px;
}
.languages-dropdown-footer__flag-container button {
    border: none;
    background: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    z-index: 20;
    position: relative;
}
.languages-dropdown-footer__flag-container button,
.languages-dropdown-footer__flag-container button:focus-visible {
    box-shadow: none !important;
    outline: none !important;
}
.languages-dropdown-footer__arrow {
    transform: rotateX(180deg) translateY(-1px);
    margin-left: 15px;
    z-index: 9;
    padding: 4px 4px 4px 0;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}
.languages-dropdown-footer__select-container {
    margin: 0px;
    padding: 0px;
    width: auto;
}
.languages-dropdown-footer__flag-img {
    border-radius: 6px;
    height: 25px;
    width: 25px;
    margin: 0 10px 0 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
#languages-dropdown-footer {
    background-color: transparent;
    font-size: 1.5rem;
    color: #000;
    border: 0px #fff;
    margin: 0 0px 0 0;
}
#languages-dropdown-footer > option {
    color: #000;
}
#languages-dropdown-footer:focus {
    outline: none;
}
.languages-dropdown-footer__list-container {
    background: #fff;
    border-radius: 8px;
    padding: 15px 15px;
    flex-direction: column;
    margin: 0;
    display: none;
    list-style-type: none;
    box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.2);
    min-width: 195px;
}
.languages-dropdown-footer__list-container.active {
    display: flex;
}
.languages-dropdown-footer__list-element {
    font-style: normal;
    font-size: 1.125rem;
    line-height: 20px;
    font-weight: 400;
    color: #303031;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: auto;
}
.languages-dropdown-footer__list-element.active a:before {
    content: "";
    border: solid 2px #3a5dae;
    position: absolute;
    width: 103%;
    left: -2px;
    top: 3px;
    border-radius: 7px;
    height: 90%;
}
.lang-select-footer-container a {
    /* font-family: $font-paragraph; */
    font-style: normal;
    font-size: 1.125rem;
    line-height: 20px;
    font-weight: 400;
    color: #303031;
    -webkit-text-decoration: none;
    text-decoration: none;
    display: flex;
    align-items: center;
    position: relative;
    padding: 15px 20px;
    width: 100%;
}
.lang-select-footer-container a:focus-visible {
    box-shadow: 0 0 1px 5px #ffc72c;
    -webkit-box-shadow: 0 0 1px 5px #ffc72c;
    -moz-box-shadow: 0 0 1px 5px #ffc72c;
    outline: 2px solid #303031;
    outline-offset: 0.5px;
    border-radius: 9px;
}
.lang-select-footer-container a:hover {
    color: blue;
}
.lang-select-footer-container {
    position: absolute;
    z-index: 3;
    top: 85px;
    left: -8px;
}
.warning-svg {
    padding-top: 5px;
}
.footer-logo {
    display: inline-block;
}
.social-button:focus-visible,
.footer-logo:focus-visible {
    box-shadow: 0 0 0 6px #ffc72c; /* blue with    opacity – adjust to match brand */
    outline: 2px solid black;
    outline-offset: 0;
    border: none;
}
.main-footer .menu-item a:focus-visible {
    box-shadow: 0 0 0 3px #ffc72c; /* blue with    opacity – adjust to match brand */
    outline: 0px solid black;
    outline-offset: 0;
    border: none;
}
html .editor-styles-wrapper :where(.wp-block) {
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-family: "Lexend", sans-serif;
}
.editor-visual-editor__post-title-wrapper h1 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 20px;
}
.editor-styles-wrapper .video-with-carousel {
    margin-top: 0px;
}
.editor-styles-wrapper .trusted-by-slider {
    display: flex;
    overflow: hidden;
}
.editor-styles-wrapper .trusted-by-slider .swiper-slide {
    height: auto;
    width: 25%;
    flex-shrink: 0;
}
.editor-styles-wrapper .quote-slider .swiper-wrapper {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    gap: 30px;
    overflow: hidden;
}
.editor-styles-wrapper .quote-slider .swiper-wrapper .swiper-slide {
    width: 25%;
    flex-shrink: 0;
}
.editor-styles-wrapper .download {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 7rem;
    padding-bottom: 12rem;
}
@media (min-width: 768px) {
    .editor-styles-wrapper .download {
        padding-bottom: 13rem;
    }
}
@media (min-width: 1024px) {
    .editor-styles-wrapper .download {
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 16rem;
    }
}
@media (min-width: 1280px) {
    .editor-styles-wrapper .download {
        padding-left: 100px;
        padding-right: 100px;
    }
}
@media (min-width: 1536px) {
    .editor-styles-wrapper .download {
        padding-left: 200px;
        padding-right: 200px;
    }
}
section.hero {
    /* Component styles here */
    background: linear-gradient(0deg, #00b2a8 -9.86%, rgba(255, 255, 255, 0) 44.79%);
}
section.hero .hero-bubble {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
    }
section.hero .profile-0 {
        left: 45%;
        bottom: 0%;
    }
@media (max-width: 1024px) {
section.hero .profile-0 {
            left: 30%;
            bottom: -23%;
            z-index: 2;
            display: none;
    }
        }
@media (max-width: 768px) {
section.hero .profile-0 {
            display: block;
    }
        }
section.hero .profile-1 {
        box-shadow: none !important;
    }
section.hero .profile-1 {
        right: 36%;
    }
@media (max-width: 1024px) {
section.hero .profile-1 {
            top: 49%;
            right: 68%;
            display: none;
    }
        }
section.hero .profile-2 {
        right: 38%;
        bottom: 25%;
    }
@media (max-width: 1024px) {
section.hero .profile-2 {
            right: 68%;
            bottom: 20%;
    }
        }
section.hero .profile-3 {
        right: 6%;
        bottom: 49%;
    }
@media (max-width: 1024px) {
section.hero .profile-3 {
            bottom: 28%;
    }
        }
section.hero .st0 {
        clip-path: url(#SVGID_00000155121498414275684770000006282517416641595020_);
    }
section.hero .st1 {
        fill: #00b2a8;
    }
.hero a.bg-button-blue {
    /* Your existing styles... */
    display: inline-block;
    transition: all 0.15s ease;
}
.hero a.bg-button-blue:focus-visible {
    outline: none;
    box-shadow: 0 0 0 6px #ffc72c; /* Blue ring, adjust opacity/color to match brand */
    outline: 2px solid black;
    outline-offset: 0;
    /* Alternative solid outline for reliability: */
    /* outline: 3px solid #3b82f6; outline-offset: 2px; */
}
/* Suppress mouse-only focus if desired (better click UX) */
.hero a:focus:not(:focus-visible) {
    box-shadow: none;
    outline: none;
}
section.video-with-carousel {
    /* Component styles here */
    position: relative;
}
section.video-with-carousel .portrait-0 {
        top: 33px;
    }
@media (max-width: 1024px) {
section.video-with-carousel .portrait-0 {
            top: 14%;
            right: -7%;
    }
        }
section.video-with-carousel .portrait-1 {
        right: 10%;
        top: 19%;
        z-index: 99;
    }
@media (max-width: 1024px) {
section.video-with-carousel .portrait-1 {
            right: 85%;
            top: 10%;
    }
        }
/* Ensure play button is focusable and has visible indicator */
section.video-with-carousel #playButton {
        transition: all 0.2s ease;
    }
/* Strong focus ring for keyboard navigation */
section.video-with-carousel #playButton:focus-visible {
        box-shadow: 0 0 0 6px #ffc72c; /* blue with    opacity – adjust to match brand */
        outline: 2px solid black;
        outline-offset: 0;
        border-radius: 9999px;
    }
/* Optional: subtle scale on focus/hover */
section.video-with-carousel #playButton:hover,
    section.video-with-carousel #playButton.keyboard-focus {
        transform: scale(1.08);
    }
/* Hide from screen readers when not needed (already aria-hidden on svg) */
section.video-with-carousel .sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
    }
section.video-with-carousel .video-container--youtube {
        position: relative;
        height: 0;
        padding-bottom: 56.25%;
        overflow: hidden;
        width: 100%;
    }
section.video-with-carousel .youtube-player {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: none;
    }
/* Component styles here */
section.video-with-carousel .swiper-pause-wrap {
        height: 50px !important;
        width: 70px !important;
    }
section.video-with-carousel .swiper-pause-wrap {
        position: absolute;
        bottom: 0;
        left: 50%;
        z-index: 2;
        --tw-translate-x: -50%;
        transform: translate(-50%, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
section.video-with-carousel .swiper-button-pause {
        position: relative !important;
        height: 50px !important;
        width: 70px !important;
    }
section.video-with-carousel .swiper-button-pause {
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        margin: 0;
        z-index: 2;
    }
section.video-with-carousel .swiper-button-pause.paused svg rect {
        fill: #0634fe;
    }
section.video-with-carousel .swiper-button-pause.paused::after {
        content: "Paused";
        position: absolute;
        font-size: 0.875rem;
        text-align: center;
        transform: translate(-50%, -100%);
        left: 50%;
        top: 0;
    }
section.video-with-carousel .swiper-button-pause:focus-visible {
        outline: none;
        box-shadow: 0 0 0 4px #0634fe; /* blue ring – match brand, e.g. button-blue */
        /* Alternative: outline: 3px solid #3b82f6; outline-offset: 2px; */
    }
section.video-with-carousel .swiper-button-pause:focus:not(:focus-visible) {
        outline: none;
        box-shadow: none; /* hide on mouse click */
    }
section.video-with-carousel .trusted-by-container {
        padding-bottom: 20px;
    }
@media all and (min-width: 768px) {
    .trusted-by-container .trusted-by-slider.swiper-wrapper:not(.paused) {
        transition-timing-function: linear;
    }
}
/* Component styles here */
section.cta a {
        /* Existing styles ... */
        transition: all 0.2s ease; /* optional smooth change */
    }
section.cta a:focus-visible {
        outline: none; /* remove default if needed */
        box-shadow: 0 0 0 6px #ffc72c; /* blue with    opacity – adjust to match brand */
        outline: 2px solid black;
        outline-offset: 0;
        /* OR more WCAG 2.2-friendly solid outline (meets ~2px perimeter equivalent) */
        /* outline: 3px solid #3b82f6; */
        /* outline-offset: 2px; */
    }
section.cta a:focus:not(:focus-visible) {
        /* Optional: minimal or no style on mouse focus (improves UX) */
        outline: none;
    }
section.cta .cta-content ul {
            list-style-type: disc;
            margin-left: 20px;
            display: flex;
            flex-direction: column;
            gap: 15px;
            margin-bottom: 20px;
        }
@media (max-width: 768px) {
section.cta .cta-content ul {
                list-style-type: none;
                margin-left: 0;
        }
            }
section.cta .cta-content ol {
            list-style-type: decimal;
            margin-left: 20px;
            display: flex;
            flex-direction: column;
            gap: 15px;
            margin-bottom: 20px;
        }
@media (max-width: 768px) {
section.cta .cta-content ol {
                list-style-type: none;
                margin-left: 0;
        }
            }
section.cta .cta-content li {
            margin-bottom: 0;
        }
section.cta .cta-content h3,
        section.cta .cta-content li {
            color: #037670;
            font-weight: 600;
            font-size: 19px;
        }
section.cta .cta-content p {
            margin-bottom: 20px;
        }
section.cta .cta-content h1,
        section.cta .cta-content h2,
        section.cta .cta-content h3,
        section.cta .cta-content h4,
        section.cta .cta-content h5 {
            margin-bottom: 20px;
        }
section.slider .swiper-controls {
        display: flex;
        justify-content: center;
        gap: 19px;
        height: 50px;
    }
/* Component styles here */
section.slider .swiper-button-prev,
    section.slider .swiper-button-next,
    section.slider .swiper-button-pause {

        position: relative !important;
        height: 50px !important;
        width: 70px !important;
    }
section.slider .swiper-button-prev,
    section.slider .swiper-button-next,
    section.slider .swiper-button-pause {
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        margin: 0;
        z-index: 2;
    }
section.slider .swiper-button-prev::after, section.slider .swiper-button-next::after, section.slider .swiper-button-pause::after {
            display: none;
        }
section.slider button.swiper-button-pause.paused::after {
        display: block;
        content: "Paused";
        position: absolute;
        font-size: 0.875rem;
        text-align: center;
        transform: translate(-50%, -100%);
        left: 50%;
        top: 0;
    }
section.slider .swiper-button-pause.paused svg rect {
        fill: #0634fe;
    }
section.slider .swiper-button-prev svg,
    section.slider .swiper-button-next svg {
        width: 100%;
        display: block;
        height: auto;
    }
.quote-slider .swiper-button-prev:focus-visible,
.quote-slider .swiper-button-next:focus-visible,
.quote-slider .swiper-button-pause:focus-visible {
    outline: none;
    box-shadow: 0 0 0 4px #0634fe; /* blue ring – match brand, e.g. button-blue */
    /* Alternative: outline: 3px solid #3b82f6; outline-offset: 2px; */
}
.quote-slider .swiper-button-prev:focus:not(:focus-visible),
.quote-slider .swiper-button-next:focus:not(:focus-visible),
.quote-slider .swiper-button-pause:focus:not(:focus-visible) {
    outline: none;
    box-shadow: none; /* hide on mouse click */
}
section.tabbed-content {
    /* Component styles here */

    background: linear-gradient(180deg, #037670 0%, #fff 100%);
}
section.tabbed-content .tab {
        background-color: #037670;
        padding-left: 46px;
        padding-right: 46px;
        padding-top: 35px;
        padding-bottom: 35px;
    }
@media (min-width: 768px) {
section.tabbed-content .tab {
            padding-left: 65px;
            padding-right: 65px;
    }
        }
@media (max-width: 767px) {
section.tabbed-content .tab {
            max-width: 100% !important;
    }
        }
.tab {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: clip;
}
.tab:focus-visible,
.tab-button:focus-visible {
    box-shadow: 0 0 0 6px #ffc72c; /* blue with    opacity – adjust to match brand */
    outline: 2px solid black;
    outline-offset: 0;
}
[aria-selected="true"] .icon rect:first-child {
    display: none;
}
button[aria-selected="false"]:hover::before,
button[aria-selected="false"]:focus-visible::before {
    content: "Click to expand";
    pointer-events: none;
    position: absolute;
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, 1);
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity, 1));
    padding: 7px;
    font-size: 0.875rem;
    line-height: 120%;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
    bottom: 0;
    right: 0;
    z-index: 2;
}
/* Component styles here */
section.stats .text-balance {
        text-wrap: balance;
    }
.stats a.bg-button-blue {
    /* Existing styles... */
    display: inline-block;
    transition: all 0.15s ease;
}
.stats a.bg-button-blue:focus-visible {
    box-shadow: 0 0 0 6px #ffc72c; /* blue with    opacity – adjust to match brand */
    outline: 2px solid black;
    outline-offset: 0;
}
.stats a:focus:not(:focus-visible) {
    box-shadow: 0 0 0 6px #ffc72c; /* blue with    opacity – adjust to match brand */
    outline: 2px solid black;
    outline-offset: 0;
}
section.download {
    /* Component styles here */
    background: linear-gradient(180deg, #008780 0%, #002554 100%);
}
/* Solid blue button (filled) */
.download a.bg-button-blue,
.download-links a.bg-button-blue {
    /* Your existing styles... */
    display: inline-block; /* Ensures proper sizing for focus */
    transition: all 0.15s ease;
}
.download a.bg-button-blue:focus-visible,
.download-links a.bg-button-blue:focus-visible {
    box-shadow: 0 0 0 6px #ffc72c; /* blue with    opacity – adjust to match brand */
    outline: 2px solid black;
    outline-offset: 0;
}
/* Outlined button (white bg, blue border/text) */
.download-links a.border-button-blue {
    /* Your existing styles... */
    display: inline-block;
}
.download-links a.border-button-blue:focus-visible {
    box-shadow: 0 0 0 6px #ffc72c; /* blue with    opacity – adjust to match brand */
    outline: 2px solid black;
    outline-offset: 0;
    /* Or: outline: 3px solid #3b82f6; outline-offset: 1px; */
}
/* Optional: Suppress mouse-only focus if you want cleaner UX */
.download a:focus:not(:focus-visible),
.download-links a:focus:not(:focus-visible) {
    box-shadow: none;
    outline: none;
}
section.yellow-cta {
    /* Component styles here */

    background: linear-gradient(0deg, #ffc72b 0%, #fff 75.96%);
}
.yellow-cta a.bg-button-blue {
    display: inline-block;
    transition: all 0.15s ease;
}
.yellow-cta a.bg-button-blue:focus-visible {
    box-shadow: 0 0 0 4px #000; /* blue with    opacity – adjust to match brand */
    outline: none;
}
.yellow-cta a:focus:not(:focus-visible) {
    outline: none;
    box-shadow: none; /* cleaner mouse click UX */
}
/* Component styles here */
section.form legend.gfield_label {
        display: none;
    }
section.form input {
        height: 70px;
        margin-bottom: 25px;
        width: 100%;
    }
section.form .gform_button {
        width: auto;
        height: auto;
        text-transform: uppercase;
        font-weight: semibold;
        color: #ffffff;
        font-size: 17px;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        border-radius: 1.5rem;
        background-color: #0634fe;
        margin-bottom: 0;
    }
section.form textarea {
        width: 100%;
        margin-bottom: 30px;
    }
@media (min-width: 767px) {
section.form textarea {
            margin-bottom: 60px;
    }
        }
section.form .gform-field-label,
    section.form .gfield_label {
        color: #ffffff;
        margin-bottom: 1rem;
        display: block;
    }
section.form .ginput_complex {
        display: flex;
        flex-direction: column;
    }
@media (min-width: 767px) {
section.form .ginput_complex {
            flex-direction: row;
            gap: 30px;
    }
        }
section.form span.gform-grid-col {
        display: flex;
        flex-direction: column;
        flex: 1;
    }
.ginput_container_consent,
.gchoice {
    display: flex;
    justify-content: flex-start;
    align-items: start;
    gap: 10px;
}
.gfield_checkbox,
.gfield_radio {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.ginput_container_consent label {
    margin: 0;
}
.ginput_container_consent a {
    -webkit-text-decoration: underline;
    text-decoration: underline;
}
/* Target Gravity Forms wrapper – adjust selector if needed (e.g. .form .gform_wrapper) */
.gform_wrapper input:focus-visible,
.gform_wrapper textarea:focus-visible,
.gform_wrapper select:focus-visible,
.gform_wrapper .gform_button:focus-visible,
.gform_wrapper .button:focus-visible,
.gform_wrapper .gform_next_button:focus-visible,
.gform_wrapper .gform_previous_button:focus-visible {
    outline: none; /* Remove default thin outline */
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.5); /* Blue ring – match your brand (e.g. button-blue) */
    /* Alternative solid + offset for better visibility/contrast: */
    /* outline: 3px solid #3b82f6; */
    /* outline-offset: 2px; */
    transition: box-shadow 0.15s ease;
}
.gform_wrapper input[type="checkbox"],
.gform_wrapper input[type="radio"] {
    width: 30px;
    height: 30px;
    border-radius: 0;
    border: none;
    margin: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    padding: 0;
}
.gform_wrapper input[type="radio"] {
    border-radius: 100%;
}
.gform_wrapper input[type="checkbox"]:checked,
.gform_wrapper input[type="radio"]:checked {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMCAwdjI0aDI0di0yNGgtMjR6bTExIDE3bC01LTUuMjk5IDEuMzk5LTEuNDMgMy41NzQgMy43MzYgNi41NzItNy4wMDcgMS40NTUgMS40MDMtOCA4LjU5N3oiLz48L3N2Zz4=);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/* Optional: Suppress mouse-only focus rings for cleaner click UX */
.gform_wrapper input:focus:not(:focus-visible),
.gform_wrapper textarea:focus:not(:focus-visible),
.gform_wrapper select:focus:not(:focus-visible),
.gform_wrapper button:focus:not(:focus-visible) {
    box-shadow: none;
    outline: none;
}
.gfield_required_text {
    font-style: normal !important;
    padding-left: 5px !important;
}
.gfield_required_text {
    display: inline-block;
}
/* Bonus: If submit button needs extra emphasis */
.gform_wrapper .gform_button:focus-visible {
    transform: scale(1.03); /* subtle grow effect */
}
section.form .gform_wrapper.gravity-theme .gfield_validation_message,
section.form .gform_wrapper.gravity-theme .validation_message,
section.form .gform_wrapper.gravity-theme .gform_validation_errors {
    background-color: #ffc72c;
    color: #000;
    border: none;
}
section.form .gform_wrapper.gravity-theme .gform_validation_errors li,
section.form .gform_wrapper.gravity-theme .gform_validation_errors a,
section.form .gform_wrapper.gravity-theme .gform_validation_errors h2 {
    color: #000 !important;
}
section.form .gform_wrapper.gravity-theme .gfield_error label,
section.form .gform_wrapper.gravity-theme .gfield_error legend,
section.form .gfield_required.gfield_required_text {
    color: #fff;
}
section.form .gform_wrapper.gravity-theme .gfield_error [aria-invalid="true"] {
    border-color: #ffc72c;
    border-width: 3px;
}
section.form .gform_wrapper input:focus-visible,
section.form .gform_wrapper textarea:focus-visible,
section.form .gform_wrapper select:focus-visible,
section.form .gform_wrapper .gform_button:focus-visible,
section.form .gform_wrapper .button:focus-visible,
section.form .gform_wrapper .gform_next_button:focus-visible,
section.form .gform_wrapper .gform_previous_button:focus-visible {
    box-shadow: #0634fe 0 0 0 4px;
}
.custom-spacer {
    height: 0;
    height: var(--mobHeight, 0);
}
@media all and (min-width: 1024px) {
    .custom-spacer {
        height: 0;
        height: var(--deskHeight, 0);
    }
}
*,
::before,
::after {
    --tw-ring-color: #0634fe !important;
}
.text-balance {
    text-wrap: balance;
}
body video {
    max-width: none;
    width: 100%;
}
.profile-pic {
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.19);
}
.calm-svg {
    width: 214px;
    bottom: 0px;
    right: -100px;
}
@media (min-width: 1024px) {
.calm-svg {
        width: 340px;
        bottom: 200px;
        right: -100px;
}
    }
.forward-svg {
    position: absolute;
    bottom: -70px;
    width: 360px;
    right: -200px;
}
@media (min-width: 1024px) {
.forward-svg {
        right: -100px;
}
    }
@media (max-width: 1024px) {
.mobile-spacer {
        height: 70px !important;
}
    }
@media (max-width: 767px) {
.warning-svg:nth-of-type(3n) {
        display: none;
}
    }

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.\!container {
  width: 100% !important;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.container {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 640px) {

  .\!container {
    max-width: 640px !important;
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .container {
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 768px) {

  .\!container {
    max-width: 768px !important;
  }

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .\!container {
    max-width: 1024px !important;
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .container {
    max-width: 1024px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media (min-width: 1280px) {

  .\!container {
    max-width: 1280px !important;
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .container {
    max-width: 1280px;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
@media (min-width: 1536px) {

  .\!container {
    max-width: 1536px !important;
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }

  .container {
    max-width: 1536px;
    padding-right: 14rem;
    padding-left: 14rem;
  }
}
@media (min-width: 1800px) {

  .\!container {
    max-width: 1800px !important;
  }

  .container {
    max-width: 1800px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.-bottom-12 {
  bottom: -3rem;
}
.-left-28 {
  left: -7rem;
}
.-top-5 {
  top: -1.25rem;
}
.-top-\[130px\] {
  top: -130px;
}
.bottom-24 {
  bottom: 6rem;
}
.bottom-7 {
  bottom: 1.75rem;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-\[2rem\] {
  left: 2rem;
}
.right-0 {
  right: 0px;
}
.right-\[15px\] {
  right: 15px;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-24 {
  top: 6rem;
}
.top-\[15px\] {
  top: 15px;
}
.top-\[2rem\] {
  top: 2rem;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-\[2\] {
  z-index: 2;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-start-5 {
  grid-column-start: 5;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.-mt-24 {
  margin-top: -6rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-24 {
  margin-bottom: 6rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[25px\] {
  margin-bottom: 25px;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-11 {
  margin-top: 2.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[63px\] {
  margin-top: 63px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.hidden {
  display: none;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.\!h-\[97\%\] {
  height: 97% !important;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-40 {
  height: 10rem;
}
.h-80 {
  height: 20rem;
}
.h-\[220px\] {
  height: 220px;
}
.h-\[237px\] {
  height: 237px;
}
.h-\[90px\] {
  height: 90px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.w-1\/2 {
  width: 50%;
}
.w-10\/12 {
  width: 83.333333%;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-8\/12 {
  width: 66.666667%;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[15px\] {
  width: 15px;
}
.w-\[230px\] {
  width: 230px;
}
.w-\[354px\] {
  width: 354px;
}
.w-\[41\.666\%\] {
  width: 41.666%;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[58\.333333\%\] {
  width: 58.333333%;
}
.w-\[90px\] {
  width: 90px;
}
.w-\[92\%\] {
  width: 92%;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-\[1200px\] {
  max-width: 1200px;
}
.max-w-\[1600px\] {
  max-width: 1600px;
}
.max-w-\[305px\] {
  max-width: 305px;
}
.max-w-\[450px\] {
  max-width: 450px;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[650px\] {
  max-width: 650px;
}
.max-w-sm {
  max-width: 24rem;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(-50%, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), -50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-1\/2 {
  --tw-translate-x: 50%;
  transform: translate(50%, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.columns-1 {
  -moz-columns: 1;
       columns: 1;
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[15px\] {
  gap: 15px;
}
.gap-\[35px\] {
  gap: 35px;
}
.gap-\[50px\] {
  gap: 50px;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * (1 - 0));
  margin-top: calc(0.5rem * (1 - var(--tw-space-y-reverse)));
  margin-top: calc(0.5rem * calc(1 - 0));
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * 0);
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.self-center {
  align-self: center;
}
.overflow-hidden {
  overflow: hidden;
}
.text-balance {
  text-wrap: balance;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-\[1px\] {
  border-width: 1px;
}
.border-y-\[1px\] {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-brand-light-grey {
  --tw-border-opacity: 1;
  border-color: rgba(187, 188, 188, 1);
  border-color: rgba(187, 188, 188, var(--tw-border-opacity, 1));
}
.border-button-blue {
  --tw-border-opacity: 1;
  border-color: rgba(6, 52, 254, 1);
  border-color: rgba(6, 52, 254, var(--tw-border-opacity, 1));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, var(--tw-border-opacity, 1));
}
.bg-\[\#037670\] {
  --tw-bg-opacity: 1;
  background-color: rgba(3, 118, 112, 1);
  background-color: rgba(3, 118, 112, var(--tw-bg-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, 1);
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity, 1));
}
.bg-brand-dark-blue {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 37, 84, 1);
  background-color: rgba(0, 37, 84, var(--tw-bg-opacity, 1));
}
.bg-brand-lightest-blue {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 236, 244, 1);
  background-color: rgba(233, 236, 244, var(--tw-bg-opacity, 1));
}
.bg-brand-red {
  --tw-bg-opacity: 1;
  background-color: rgba(231, 63, 66, 1);
  background-color: rgba(231, 63, 66, var(--tw-bg-opacity, 1));
}
.bg-brand-yellow {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 199, 43, 1);
  background-color: rgba(255, 199, 43, var(--tw-bg-opacity, 1));
}
.bg-button-blue {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 52, 254, 1);
  background-color: rgba(6, 52, 254, var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.p-9 {
  padding: 2.25rem;
}
.p-\[0\.675rem\] {
  padding: 0.675rem;
}
.p-\[5px\] {
  padding: 5px;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-\[1\.25rem\] {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}
.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-32 {
  padding-bottom: 8rem;
}
.pb-36 {
  padding-bottom: 9rem;
}
.pb-48 {
  padding-bottom: 12rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-80 {
  padding-bottom: 20rem;
}
.pb-9 {
  padding-bottom: 2.25rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-28 {
  padding-top: 7rem;
}
.pt-32 {
  padding-top: 8rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-\[50px\] {
  padding-top: 50px;
}
.text-center {
  text-align: center;
}
.font-body {
  font-family: Lexend, sans-serif;
}
.text-\[0\.875rem\] {
  font-size: 0.875rem;
}
.text-\[1\.125rem\] {
  font-size: 1.125rem;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[25px\] {
  font-size: 25px;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[34px\] {
  font-size: 34px;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.leading-\[115\%\] {
  line-height: 115%;
}
.leading-\[120\%\] {
  line-height: 120%;
}
.leading-\[34px\] {
  line-height: 34px;
}
.leading-\[42px\] {
  line-height: 42px;
}
.leading-none {
  line-height: 1;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, 1);
  color: rgba(0, 0, 0, var(--tw-text-opacity, 1));
}
.text-brand-dark-gray {
  --tw-text-opacity: 1;
  color: rgba(57, 53, 51, 1);
  color: rgba(57, 53, 51, var(--tw-text-opacity, 1));
}
.text-brand-dark-teal {
  --tw-text-opacity: 1;
  color: rgba(0, 135, 128, 1);
  color: rgba(0, 135, 128, var(--tw-text-opacity, 1));
}
.text-button-blue {
  --tw-text-opacity: 1;
  color: rgba(6, 52, 254, 1);
  color: rgba(6, 52, 254, var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.blur {
  --tw-blur: blur(8px);
  filter: blur(8px) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.focus-visible\:\!border-none:focus-visible {
  border-style: none !important;
}
.focus-visible\:ring-\[\#0634FE\]:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 52, 254, var(--tw-ring-opacity, 1));
}
.group:hover .group-hover\:visible {
  visibility: visible;
}
.group:focus-visible .group-focus-visible\:visible {
  visibility: visible;
}
.dark *.dark\:bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, 1);
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity, 1));
}
@media (min-width: 640px) {

  .sm\:w-\[33\.333\%\] {
    width: 33.333%;
  }

  .sm\:w-\[66\.66666667\%\] {
    width: 66.66666667%;
  }
}
@media (min-width: 768px) {

  .md\:right-\[65px\] {
    right: 65px;
  }

  .md\:top-40 {
    top: 10rem;
  }

  .md\:top-\[30px\] {
    top: 30px;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:-mt-\[288px\] {
    margin-top: -288px;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-24 {
    margin-top: 6rem;
  }

  .md\:grid {
    display: grid;
  }

  .md\:h-\[130px\] {
    height: 130px;
  }

  .md\:h-\[350px\] {
    height: 350px;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-\[130px\] {
    width: 130px;
  }

  .md\:w-\[140\%\] {
    width: 140%;
  }

  .md\:w-\[180px\] {
    width: 180px;
  }

  .md\:w-\[25\%\] {
    width: 25%;
  }

  .md\:w-\[305px\] {
    width: 305px;
  }

  .md\:w-\[30px\] {
    width: 30px;
  }

  .md\:w-\[440px\] {
    width: 440px;
  }

  .md\:columns-2 {
    -moz-columns: 2;
         columns: 2;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:items-end {
    align-items: flex-end;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:gap-12 {
    gap: 3rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:p-16 {
    padding: 4rem;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-\[70px\] {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .md\:pb-52 {
    padding-bottom: 13rem;
  }

  .md\:pb-56 {
    padding-bottom: 14rem;
  }

  .md\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pt-24 {
    padding-top: 6rem;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:text-\[17px\] {
    font-size: 17px;
  }

  .md\:text-\[22px\] {
    font-size: 22px;
  }

  .md\:text-\[26px\] {
    font-size: 26px;
  }

  .md\:text-\[30px\] {
    font-size: 30px;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1024px) {

  .lg\:absolute {
    position: absolute;
  }

  .lg\:bottom-0 {
    bottom: 0px;
  }

  .lg\:right-0 {
    right: 0px;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:mb-\[50px\] {
    margin-bottom: 50px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:aspect-square {
    aspect-ratio: 1 / 1;
  }

  .lg\:h-\[520px\] {
    height: 520px;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-4\/12 {
    width: 33.333333%;
  }

  .lg\:w-8\/12 {
    width: 66.666667%;
  }

  .lg\:w-\[16\.666666667\%\] {
    width: 16.666666667%;
  }

  .lg\:w-\[200px\] {
    width: 200px;
  }

  .lg\:w-\[55\%\] {
    width: 55%;
  }

  .lg\:w-\[83\.333333\%\] {
    width: 83.333333%;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:max-w-none {
    max-width: none;
  }

  .lg\:columns-3 {
    -moz-columns: 3;
         columns: 3;
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-32 {
    gap: 8rem;
  }

  .lg\:gap-40 {
    gap: 10rem;
  }

  .lg\:gap-\[60px\] {
    gap: 60px;
  }

  .lg\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:px-\[120px\] {
    padding-left: 120px;
    padding-right: 120px;
  }

  .lg\:px-\[50px\] {
    padding-left: 50px;
    padding-right: 50px;
  }

  .lg\:pb-64 {
    padding-bottom: 16rem;
  }

  .lg\:pr-12 {
    padding-right: 3rem;
  }

  .lg\:pr-6 {
    padding-right: 1.5rem;
  }

  .lg\:pt-44 {
    padding-top: 11rem;
  }

  .lg\:pt-6 {
    padding-top: 1.5rem;
  }

  .lg\:pt-\[0px\] {
    padding-top: 0px;
  }

  .lg\:pt-\[100px\] {
    padding-top: 100px;
  }

  .lg\:pt-\[60px\] {
    padding-top: 60px;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .lg\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

  .lg\:text-\[17px\] {
    font-size: 17px;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1280px) {

  .xl\:mb-\[50px\] {
    margin-bottom: 50px;
  }

  .xl\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xl\:px-\[200px\] {
    padding-left: 200px;
    padding-right: 200px;
  }

  .xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .xl\:text-\[27px\] {
    font-size: 27px;
  }

  .xl\:text-\[54px\] {
    font-size: 54px;
  }

  .xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .xl\:leading-\[70px\] {
    line-height: 70px;
  }
}

