/*
 * Landing Page 2024
 */
header.page-header {
    padding-top: 10px;
    padding-bottom: 10px;
}

header.page-header .site-logo-container {
    position: relative;
}

header.page-header .site-logo {
    display: inline-block;
    max-width: 236px;
}

header.page-header .header-right {
    width: 100%;
    justify-content: center;
}

@media (max-width: 1199px) {
    .header-right .toggle-menu {
        position: absolute;
        top: 18px;
        right: 22px;
    }
}

@media (min-width: 1200px) {
    header.page-header {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    header.page-header .header-right {
        width: auto;
        position: absolute;
        top: 0;
        right: 0;
    }
    
}

/* Headings */
.page-template-tpl-landing-2024 h1,
.page-template-tpl-landing-2024 .h1,
.page-template-tpl-landing-2024 h2,
.page-template-tpl-landing-2024 .h2,
.page-template-tpl-landing-2024 h3,
.page-template-tpl-landing-2024 .h3,
.page-template-tpl-landing-2024 h4,
.page-template-tpl-landing-2024 .h4,
.page-template-tpl-landing-2024 h5,
.page-template-tpl-landing-2024 .h5,
.page-template-tpl-landing-2024 h6, 
.page-template-tpl-landing-2024 .h6 {
    margin-bottom: 16px;
}

.page-template-tpl-landing-2024 h6, 
.page-template-tpl-landing-2024 .h6 {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    text-align: left;
    color: #006ba1;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .page-template-tpl-landing-2024 h2, 
    .page-template-tpl-landing-2024 .h2 {
        margin-bottom: 5px;
    }
    .page-template-tpl-landing-2024 h6, 
    .page-template-tpl-landing-2024 .h6 {
        font-size: 20px;
        margin-bottom: 30px;
    }
}
@media (min-width: 1200px) {
    h1, .h1 {
        font-size: 60px !important;
        margin-bottom: 30px !important;
    }
}

/* Buttons */
a.btn-green {
    background-color: #4CE387;
    color: #1E1E1E !important;
    font-weight: bold;
}

a.btn-gradient {
    position: relative;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    color: #fff;
    min-width: 259px;
    background: linear-gradient(to right, #093b53, #006ba1);
    padding: 20px 46px;
    border: none;
}

a.btn-gradient::after {
    content: '';
    opacity: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: inherit;
    transition: opacity .3s;
    background: #04557e;
}

a.btn-gradient::before {
    content: none;
}

a.btn-gradient span {
    position: relative;
    display: inline-block;
    padding-right: 20px;
    z-index: 5;
}

a.btn-gradient span::before {
    content: '\e903';
    font-family: 'icomoon';
    position: absolute;
    font-size: 12px;
    right: 0;
    top: 50%;
    font-weight: 400;
    transform: translate(0, -50%);
}

@media (min-width: 1200px) {
    a.btn-green:hover {
        background-color: #d5f8fd;
        color: #1E1E1E !important;
    }
    a.btn-gradient:hover {
        color: #d5f8fd;
        background-size: auto;
    }
    a.btn-gradient:hover:after {
        opacity: 1;
    }
}

/* Menu */
ul#menu-landing-page-menu {
    display: flex;
    flex-direction: column;
    padding: 0;
}
ul#menu-landing-page-menu .menu-item {
    margin: 0 0 15px;
}
ul#menu-landing-page-menu .menu-item a {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    color: #093b53;
    padding: 17px 40px;
    background: #D5F8FD;
    border-radius: 30px;
    display: block;
    text-transform: uppercase;
}

ul#menu-landing-page-menu .menu-item__cta a {
    position: relative;
    padding-left: 107px;
    padding-right: 67px;
    background: linear-gradient(to right, #093b53, #006ba1);
    color: #fff;
}

ul#menu-landing-page-menu .menu-item a span {
    display: inline-block;
    position: relative;
    padding-right: 12px;
    z-index: 5;
}

ul#menu-landing-page-menu .menu-item a span::after {
    content: "";
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-right-style: solid;
    border-right-width: 2px;
    display: inline-block;
    height: 10px;
    width: 10px;
    transform: rotate(-44deg);
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
}

ul#menu-landing-page-menu .menu-item a::after {
    content: '';
    opacity: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: inherit;
    transition: opacity .3s;
    background: #04557e;
}

@media (max-width: 1199px) {
    nav.landing-page-navigation {
        width: 100%;
        background: #fff;
        margin-top: 20px;
        display: none;
    }
    
    ul#menu-landing-page-menu .menu-item {
        padding-right: 22px;
        padding-left: 22px;
    }
}

@media (min-width: 1200px) {
    nav.landing-page-navigation {
        display: block !important;
    }
    ul#menu-landing-page-menu {
        flex-direction: row;
    }
    ul#menu-landing-page-menu .menu-item {
        margin: 0;
        padding-left: 170px;
    }
    ul#menu-landing-page-menu .menu-item a {
        display: inline-block;
    }
    ul#menu-landing-page-menu .menu-item:not(.menu-item__cta) a:hover {
        background-color: #093b53;
        color: #d5f8fd;
    }
    ul#menu-landing-page-menu .menu-item__cta a {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    ul#menu-landing-page-menu .menu-item__cta a:hover {
        color: #d5f8fd;
        background-size: auto;
    }
    ul#menu-landing-page-menu .menu-item__cta a:hover:after {
        opacity: 1;
    }
}

/* Half Content + Form */
.section__half-content-form {
    background: linear-gradient(#006ba1 0%, #004665 47.78%, #093b53 100%);
    position: relative;
}

.__half-content-form__content,
.__half-content-form__content h1,
.__half-content-form__content h2,
.__half-content-form__content h3,
.__half-content-form__content h4,
.__half-content-form__content h5,
.__half-content-form__content h6 {
    color: #fff;
}

.__half-content-form__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: none;
    height: 100%;
    width: 100%;
    opacity: .1;
}

.section__half-content-form .container {
    position: relative;
    z-index: 3;
}

.__half-content-form__content {
    margin-bottom: var(--section-margins);
    font-weight: bold;
    font-size: 20px;
    text-align: left;
    color: #fff;
}

.__half-content-form__content a {
    color: #A0FAFE;
    background: none !important;
    text-decoration: underline !important;
}

.__half-content-form__form {
    padding: 50px;
    position: relative;
    margin-right: 22px;
}

.__half-content-form__form::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    background: #D5F8FD;
    top: 0;
    left: 0;
    border-radius: 43px;
}

.__half-content-form__form .wpcf7 {
    position: relative;
    z-index: 5;
}

.__half-content-form__form::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #093B53;
    position: absolute;
    z-index: 1;
    border-radius: 60px;
    left: 26px;
    bottom: -16px;
}

.__half-content-form__form h3 {
    margin-bottom: 11px;
}

.__half-content-form__form .form-row {
    margin-bottom: 18px;
}

.__half-content-form__form label {
    font-weight: bold;
    font-size: 17px;
    line-height: 23px;
    text-align: left;
    color: #000000;
}

.__half-content-form__form label span {
    color: #006ba1;
}

.__half-content-form__form [type="text"], 
.__half-content-form__form [type="date"], 
.__half-content-form__form [type="datetime"], 
.__half-content-form__form [type="datetime-local"], 
.__half-content-form__form [type="email"], 
.__half-content-form__form [type="month"], 
.__half-content-form__form [type="number"], 
.__half-content-form__form [type="password"], 
.__half-content-form__form [type="search"], 
.__half-content-form__form [type="tel"], 
.__half-content-form__form [type="url"], 
.__half-content-form__form [type="week"], 
.__half-content-form__form [type="date"],
.__half-content-form__form textarea {
    border-color: #ddd;
}

.__half-content-form__form .choices__inner, 
.__half-content-form__form .is-open .choices__inner, 
.__half-content-form__form .is-focused .choices__inner {
    border-color: #ddd;
}

.__half-content-form__form .form-col-bottom {
    justify-content: space-between;
}

.__half-content-form__form .form-col-bottom .check_box_area {
    margin-bottom: 15px;
}

.__half-content-form__form div.check_box_area [type="checkbox"] + .wpcf7-list-item-label {
    padding-left: 35px !important;
    font-family: Helvetica;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    text-align: left;
    color: #000;

}

.__half-content-form__form .check_box_area [type="checkbox"]:checked+.wpcf7-list-item-label:before, .__half-content-form__form .check_box_area [type="checkbox"]:not(:checked)+.wpcf7-list-item-label:before,
.__half-content-form__form .check_box_area [type="checkbox"]:checked+.wpcf7-list-item-label:after, .__half-content-form__form .check_box_area [type="checkbox"]:not(:checked)+.wpcf7-list-item-label:after {
    width: 19px;
    height: 19px;
}

.__half-content-form__form .btn {
    padding-left: 60px;
    padding-right: 60px;
}

.__half-content-form__form .btn::before {
    content: none;
}

.__half-content-form__form .btn span {
    display: inline-block;
    position: relative;
    padding-right: 20px;
}

.__half-content-form__form .btn span::after {
    content: '\e903';
    font-family: 'icomoon';
    position: absolute;
    font-size: 12px;
    right: 0;
    top: 50%;
    font-weight: 400;
    transform: translate(0, -50%);
}

.__half-content-form__form .wpcf7 form.invalid .wpcf7-response-output, 
.__half-content-form__form .wpcf7 form.unaccepted .wpcf7-response-output, 
.__half-content-form__form .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: var(--red);
}

@media (min-width: 768px) {
    .__half-content-form__form .form-col-button {
        max-width: 250px;
    }
}

@media (min-width: 1200px) {
    .__half-content-form__content {
        margin-bottom: 0;
    }
    .section__half-content-form .col-md-6 {
        display: flex;
        align-items: center;
    }
    .__half-content-form__form {
        margin-left: 36px;
        margin-right: 0;
    }
    .__half-content-form__form .form-col-bottom .check_box_area {
        max-width: 245px;
        margin-bottom: 0;
    }
    .__half-content-form__overlay {
        display: block;
    }
    .__half-content-form__content a:hover {
        color: #A0FAFE;
        text-decoration: none !important;
    }
    .section__half-content-form {
        padding-bottom: 180px !important;
    }
}

/* Half Content + Image */
.section__half-content-img {
    position: relative;
    overflow: hidden;
    background: rgb(213,248,253);
    background: linear-gradient(0deg, rgba(213,248,253,1) 0%, rgba(213,248,253,0) 100%);
}

.section__half-content-img .container-fluid {
    position: relative;
    z-index: 5;
}

.__half-content-img__content {
    margin-bottom: var(--section-margins);
}

.__half-content-img__img {
    height: 376px;
}

.__half-content-img__img img {
    border-radius: 84px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.__half-content-img__content .btn {
    width: 100%;
    max-width: 571px;
}

@media (min-width: 1200px) {
    .__half-content-img__content {
        max-width: 563px;
        margin-left: auto;
        margin-bottom: 0;
    }
    .__half-content-img__img {
        padding-left: 72px;
        padding-top: 55px;
        height: 576px;
    }
    .__half-content-img__img img {
        border-radius: 84px 0 0 84px;
    }
    .__half-content-img__right {
        padding-right: 0 !important;
    }
}

/* Accordion */
.section__accordion {
    position: relative;
    overflow: hidden;
}

.section__accordion::after {
    content: "";
    width: 50%;
    height: 90px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    border-radius: 0 25px 0 0;
    z-index: 1;
    display: none;
}

.section__accordion .container {
    position: relative;
    z-index: 10;
}

.__accordion__top-content {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    color: #006ba1;
    margin-bottom: 35px;
}

.__accordion__top-content p {
    text-transform: uppercase;
}

.__accordion__accordion {
    max-width: 1065px;
    margin: 0 auto;
}

.__accordion__accordion .fx-accordion__panel {
    margin-bottom: 30px;
}

.__accordion__accordion .fx-accordion__panel__toggle {
    border-radius: 26px;
    background: #004665;
    font-weight: bold;
    font-size: 24px;
    text-align: left;
    color: #fff;
    padding: 20px 50px 20px 30px;
}

.__accordion__accordion .fx-accordion__panel__toggle::after {
    border: none !important;
    width: 20px !important;
    height: 9px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31.506' height='14.411' viewBox='0 0 31.506 14.411'%3E%3Cpath id='Path_6' data-name='Path 6' d='M-15200.061-18530.633l10.416,13.082-10.416,14.219' transform='translate(-18501.234 15202.169) rotate(90)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='3'/%3E%3C/svg%3E%0A");
    background-size: cover;
    top: 50% !important;
    margin-top: -6px;
    right: 20px !important;
}

.__accordion__accordion .fxa-accordion__panel.is-expanded .fx-accordion__panel__toggle, 
.__accordion__accordion .fx-accordion__panel__toggle:focus {
    border-radius: 26px 26px;
    background: #006ba1;
    color: #fff;
}

.__accordion__accordion .fxa-accordion__panel.is-expanded .fx-accordion__panel__toggle {
    border-radius: 26px 26px 0px 0px;
}

.__accordion__accordion .fx-accordion__panel__toggle:hover {
    background: #006ba1;
    color: #fff;
}

.__accordion__accordion .fxa-accordion__panel.is-expanded .fxa-accordion__panel__toggle:after {
    transform: rotate(180deg);
}

.__accordion__accordion .fxa-accordion__panel__content {
    background: #fff;
    border-bottom-right-radius: 26px;
    border-bottom-left-radius: 26px;
    padding: 14px 30px 26px;
    font-weight: bold;
    font-size: 20px;
    text-align: left;
    color: #000;
}

.__half-content-img__overlay {
    clip-path: polygon(0 0, 75% 0, 100% 39%, 60% 100%, 0 100%, 0% 50%);
    background: #4CE387;
    width: 738px;
    height: 757px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    opacity: 0.13;
}

.__half-content-img__overlay2 {
    position: absolute;
    width: 50%;
    height: 90px;
    left: 50%;
    top: 0;
}

.__half-content-img__overlay,
.__half-content-img__overlay2 {
    display: none;
}

img.__half-content-img__overlay2-img {
    position: absolute;
    bottom: 0;
    left: 0;
}

.__accordion__badge {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    text-align: center;
    display: none;
    z-index: 6;
}

.section__accordion__cta {
    padding-top: 8px;
    text-align: center;
}



@media (min-width: 1200px) {
    .section__half-content-form + .section__accordion {
        margin-top: -90px;
        padding-top: 200px !important;
        z-index: 10;
    }
    .__half-content-img__overlay,
    .section__half-content-form + .section__accordion .__half-content-img__overlay2,
    .section__half-content-form + .section__accordion::after,
    .section__half-content-form + .section__accordion .__accordion__badge {
        display: block;
    }
    .__accordion__accordion .fx-accordion__panel__toggle {
        font-size: 30px;
        padding: 29px 80px 29px 30px;
    }
    .__accordion__accordion .fx-accordion__panel__toggle::after {
        width: 27px !important;
        height: 12px !important;
        right: 40px !important;
    }
}

/* Two Column Content */
.section__two-column-content {
    position: relative;
    background: linear-gradient(270deg, rgba(0, 107, 161, 1) 0%, rgba(9, 59, 83, 1) 100%);
}

.section__two-column-content .container {
    position: relative;
    z-index: 5;
}

.__two-column-content, 
.__two-column-content h2, 
.__two-column-content h3, 
.__two-column-content h4, 
.__two-column-content h5, 
.__two-column-content h6 {
    color: #fff;
}

.__two-column-content h2, 
.__two-column-content h3, 
.__two-column-content h4, 
.__two-column-content h5, 
.__two-column-content h6 {
    margin-bottom: 4px;
}

.__two-column-content p {
    font-size: 20px;
    text-align: left;
    color: #fff;
}

.__two-column-content--left {
    font-weight: bold;
}

.__two-column-content a {
    color: #4CE387;
}

.__two-column-content__overlay {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    transform: translate(0, -50%);
    display: none;
}

@media (min-width: 1200px) {
    .__two-column-content--left p {
        max-width: 452px;
    }
    .__two-column-content__overlay {
        display: block;
    }
    .__two-column-content a:hover {
        color: #4CE387;
        text-decoration: underline;
    }
}

/* CTA Bar */
.section__cta-bar {
    position: relative;
}

.section__cta-bar .container {
    position: relative;
    z-index: 5;
}

.__cta-bar__content {
    position: relative;
    max-width: 1320px;
    margin: 0 auto;
    padding: 40px;
}

.__cta-bar__content::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #093B53;
    position: absolute;
    z-index: 0;
    border-radius: 60px;
    left: 26px;
    bottom: -16px;
}

.__cta-bar__content,
.__cta-bar__content p,
.__cta-bar__content h2,
.__cta-bar__content h3,
.__cta-bar__content h4,
.__cta-bar__content h5,
.__cta-bar__content h6 {
    color: #fff;
}

.__cta-bar__content h6 {
    font-family: var(--primary-font);
    font-weight: bold;
    font-size: 20px;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 25px;
    background: #093B53;
    border-radius: 25px;
    margin-bottom: 15px;
}

.__cta-bar__content,
.__cta-bar__content p {
    font-weight: bold;
    font-size: 20px;
    text-align: left;
    color: #fff;
}

.__cta-bar__overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.__cta-bar__content__wrap {
    position: relative;
    z-index: 5;
}

.__cta-bar__content__bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 60px;
    overflow: hidden;
}

.__cta-bar__content__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #006ba1;
    opacity: 0.75;
}

.__cta-bar__content__link {
    position: relative;
    z-index: 3;
    margin-top: 30px;
}

.__cta-bar__content__wrap p {
    max-width: 797px;
}

@media (min-width: 1200px) {
    .__cta-bar__content {
        padding: 60px 50px 40px;
    }
    .__cta-bar__content__wrap {
        padding-right: 248px;
    }
    .__cta-bar__content__link {
        text-align: right;
        margin-top: 5px;
    }
}

/* Page Footer */
.page-footer {
    padding-top: var(--section-margins);
}

.page-footer .container {
    max-width: 970px;
}

.page-footer__logo {
    display: inline-block;
    width: 236px;
    margin-bottom: 23px;
}

.page-footer__logo {
    background: none !important;
}

.page-footer__info, .page-footer__info a {
    padding: 0;
    font-family: var(--primary-font);
    font-weight: normal;
    font-size: 17px;
    text-align: left;
    color: #000;
}

.page-footer__info li {
    padding-left: 23px;
}

.page-footer__info li::before {
    content: none;
}

.page-footer__info__icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    text-align: center;
}

h6.page-footer__heading {
    font-family: var(--primary-font);
    font-weight: normal;
    font-size: 17px;
    text-align: left;
    color: #006ba1;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.page-footer__right {
    margin-top: 20px;
}

.page-footer__right::before {
    content: "";
    height: 269px;
    width: 5px;
    background: #063d57;
    position: absolute;
    left: -18px;
    top: 0;
}

.page-footer__right h3 {
    font-family: var(--primary-font);
}

.page-footer__credits {
    margin-top: 25px;
}

.page-footer__credits ul {
    padding: 19px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.page-footer__credits ul li {
    margin: 0;
    padding: 0 12px;
}

.page-footer__credits ul li::before {
    content: none;
}

.page-footer__credits ul li,
.page-footer__credits ul li a {
    font-weight: normal;
    font-size: 17px;
    text-align: center;
    color: #666;
}

@media (min-width: 1200px) {
    .page-footer::before {
        content: "";
        width: 1920px;
        height: 25px;
        background: linear-gradient(270deg, rgba(0, 107, 161, 1) 0%, rgba(9, 59, 83, 1) 100%);
        position: absolute;
        top: 0;
        left: 0;
    }
    .page-footer__right {
        position: relative;
        padding-left: 50px;
        text-align: center;
    }
    .page-footer__credits ul li {
        padding: 0 32px;
    }
}

@media (min-width: 1201px) {
    .__accordion__top-images{
        display: flex;
        justify-content: center;
        gap: 30px;
    }
}

@media (min-width: 1450px) {
    .__accordion__top-images{
        display: flex;
        justify-content: center;
        gap: 60px;
    }
}