/*
Theme Name: JLS
Description: JLS Child Theme
Template: twentytwenty
Version: 1.0
Text Domain: jls_new-child
*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    margin: 0 !important;
    scroll-behavior: smooth;
    scroll-padding-top: 90px;
}

@media (max-width: 500px) {
    html {
        scroll-padding-top: 150px;
    }
}

body {
    background-color: #fff;
    letter-spacing: 0.05em;
}

@font-face {
    font-family: 'Noto Sans, Regular';
    font-style: normal;
    font-weight: 500;
    src: url('./assets/fonts/Noto_Sans/NotoSans-Regular.ttf');
    /* IE9 Compat Modes */
    src: local(''),
        url('./assets/fonts/Noto_Sans/NotoSans-Regular.ttf') format('truetype')
        /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Noto Sans, Light';
    font-style: normal;
    font-weight: 500;
    src: url('./assets/fonts/Noto_Sans/NotoSans-Regular.ttf');
    /* IE9 Compat Modes */
    src: local(''),
        url('./assets/fonts/Noto_Sans/NotoSans-Light.ttf') format('truetype')
        /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Noto Sans, SemiBold';
    font-style: normal;
    font-weight: 500;
    src: url('./assets/fonts/Noto_Sans/NotoSans-SemiBold.ttf');
    /* IE9 Compat Modes */
    src: local(''),
        url('./assets/fonts/Noto_Sans/NotoSans-SemiBold.ttf') format('truetype')
        /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Noto Sans, Medium';
    font-style: normal;
    font-weight: 300;
    src: url('./assets/fonts/Noto_Sans/NotoSans-Medium.ttf');
    /* IE9 Compat Modes */
    src: local(''),
        url('./assets/fonts/Noto_Sans/NotoSans-Medium.ttf') format('truetype')
        /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Noto Sans, ExtraBold';
    font-style: normal;
    font-weight: 300;
    src: url('./assets/fonts/Noto_Sans/NotoSans-ExtraBold.ttf');
    /* IE9 Compat Modes */
    src: local(''),
        url('./assets/fonts/Noto_Sans/NotoSans-ExtraBold.ttf') format('truetype')
        /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Neue Haas Grotesk Display Pro, 65 Medium';
    font-style: normal;
    font-weight: 300;
    src: url('./assets/fonts/neue-haas-grotesk-display-pro-cufonfonts/NeueHaasDisplayMediu.ttf');
    /* IE9 Compat Modes */
    src: local(''),
        url('./assets/fonts/neue-haas-grotesk-display-pro-cufonfonts/NeueHaasDisplayMediu.ttf') format('truetype')
        /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Neue Haas Grotesk Display Pro, 55 Roman';
    font-style: normal;
    font-weight: 400;
    src: url('./assets/fonts/neue-haas-grotesk-display-pro-cufonfonts/NeueHaasDisplayRoman.ttf');
    /* IE9 Compat Modes */
    src: local(''),
        url('./assets/fonts/neue-haas-grotesk-display-pro-cufonfonts/NeueHaasDisplayRoman.ttf') format('truetype')
        /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Neue Haas Grotesk Display Pro, 45 Light';
    font-style: normal;
    font-weight: 100;
    src: url('./assets/fonts/neue-haas-grotesk-display-pro-cufonfonts/NeueHaasDisplayLight.ttf');
    /* IE9 Compat Modes */
    src: local(''),
        url('./assets/fonts/neue-haas-grotesk-display-pro-cufonfonts/NeueHaasDisplayLight.ttf') format('truetype')
        /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Lato, Light';
    font-style: normal;
    font-weight: 300;
    src: url('./assets/fonts/Lato/Lato-Light.ttf');
    /* IE9 Compat Modes */
    src: local(''),
        url('./assets/fonts/Lato/Lato-Light.ttf') format('truetype')
        /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Lato, Regular';
    font-style: normal;
    font-weight: 300;
    src: url('./assets/fonts/Lato/Lato-Regular.ttf');
    /* IE9 Compat Modes */
    src: local(''),
        url('./assets/fonts/Lato/Lato-Regular.ttf') format('truetype')
        /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Lato, Bold';
    font-style: normal;
    font-weight: 300;
    src: url('./assets/fonts/Lato/Lato-Bold.ttf');
    /* IE9 Compat Modes */
    src: local(''),
        url('./assets/fonts/Lato/Lato-Bold.ttf') format('truetype')
        /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    src: url('./assets/fonts/Playfair_Display/static/PlayfairDisplay-Regular.ttf');
    /* IE9 Compat Modes */
    src: local(''),
        url('./assets/fonts/Playfair_Display/PlayfairDisplay-VariableFont_wght.ttf') format('truetype')
        /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 300;
    src: url('./assets/fonts/Playfair_Display/static/PlayfairDisplay-Regular.ttf');
    /* IE9 Compat Modes */
    src: local(''),
        url('./assets/fonts/Playfair_Display/PlayfairDisplay-VariableFont_wght.ttf') format('truetype')
        /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    src: url('./assets/fonts/Playfair_Display/static/PlayfairDisplay-Regular.ttf');
    /* IE9 Compat Modes */
    src: local(''),
        url('./assets/fonts/Playfair_Display/PlayfairDisplay-VariableFont_wght.ttf') format('truetype')
        /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 500;
    src: url('./assets/fonts/Playfair_Display/static/PlayfairDisplay-Regular.ttf');
    /* IE9 Compat Modes */
    src: local(''),
        url('./assets/fonts/Playfair_Display/PlayfairDisplay-VariableFont_wght.ttf') format('truetype')
        /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 600;
    src: url('./assets/fonts/Playfair_Display/static/PlayfairDisplay-Regular.ttf');
    /* IE9 Compat Modes */
    src: local(''),
        url('./assets/fonts/Playfair_Display/PlayfairDisplay-VariableFont_wght.ttf') format('truetype')
        /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    src: url('./assets/fonts/Playfair_Display/static/PlayfairDisplay-Regular.ttf');
    /* IE9 Compat Modes */
    src: local(''),
        url('./assets/fonts/Playfair_Display/PlayfairDisplay-VariableFont_wght.ttf') format('truetype')
        /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Fieldwork';
    font-style: normal;
    src: url('./assets/fonts/fonnts.com-Fieldwork_Hum_Hair.otf');
    /* IE9 Compat Modes */
    src: local(''),
        url('./assets/fonts/fonnts.com-Fieldwork_Hum_Hair.otf') format('truetype')
        /* Safari, Android, iOS */
}


/*@font-face {*/
/*    font-family: "Noto Sans, Bold";*/
/*    src: url("/assets/fonts/Noto_Sans/NotoSans-Bold.ttf");*/
/*}*/
/*@font-face {*/
/*    font-family: "NotoSans-Regular";*/
/*    src: url("/assets/fonts/Noto_Sans/NotoSans-Regular.ttf");*/
/*}*/
/*@font-face {*/
/*    font-family: "NotoSans-ExtraLight";*/
/*    src: url("/assets/fonts/Noto_Sans/NotoSans-ExtraLight.ttf ");*/
/*}*/


:root {
    /* Color Vars */
    --color-primary: #A598BA;
    --color-primary-dark: #423359;
    --color-white: #FFF;
    --color-black: #000;
    --color-black-2: #191919;
    --color-gray-light: #F2F5EB;
    --color-gray: #757575;
    --color-gray-dark: #383838;
    --color-gray-dark2: #1C1919;


    /* Container Vars */
    --width-section: calc(100% - 4rem);
    --width-section-mobile: calc(100% - 6.2rem);

    /* Transition Vars */
    --transition-main: all 0.15s linear;

}

p,
div {
    font-family: 'Fieldwork', sans-serif;
    font-size: 18px;
    font-weight: 260;
}

h1,
h2,
h3,
h4 {
    font-family: 'Fieldwork', sans-serif;
    letter-spacing: 1.5px;
    font-weight: 250;
}

/* Helper Classes ------------------------- */
.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.text-center {
    text-align: center;
}

.text-white {
    color: #fff;
}

.title-size-3 {
    font-size: 36px;
}

/* Foundation Menu ------------------------- */

#site-header.foundation-header {
    background: var(--color-primary-dark);
}

.foundation-header .header-inner {
    justify-content: space-between;
    max-width: 115rem;
}

.header-fund-cta a,
.primary-menu.foundation-menu a {
    font-size: 1.8rem;
    text-transform: capitalize;
}

.header-fund-cta .btn {
    background: var(--color-white);
}

/* Foundation template */
#site-content.foundation-page-content {
    background: var(--color-black-2);
}

.foundation-image-flex-mobile {
    display: none !important;
}

.foundation-hero {
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    height: 82vh;
    display: flex;
    align-items: center;
}

.foundation-challenge {
    text-align: center;
}

.foundation-challenge .section-inner-child {
    padding-bottom: 0;
}

/*** Header ***/
.header-menu-button a:hover {
    background: #fff;
    transition: 0.4s;
    color: #FCFAF7;
}

#site-header {
    width: 100%;
}

#site-header,
#site-header .header-inner {
    transition: 0.4s;
}

header#site-header {
    background: #FCFAF7;
    display: flex;
}

.header-inner {
    justify-content: space-between;
    /* flex: 1; */
}

.header-inner .header-navigation-wrapper {
    flex: 1;
    align-items: stretch;
    height: 100%;
}

.primary-menu-wrapper {
    display: flex;
    align-self: center;
    justify-content: flex-end;
    margin-bottom: -19px;
    padding-bottom: 19px;
}

header#site-header a {
    color: #000;
    padding: 12px 10px;
    text-decoration: none;
    font-size: 17px;
    font-weight: 300;
    line-height: 23px;
}

header#site-header .primary-menu .current_page_ancestor {
    text-decoration: none;
}

header#site-header .primary-menu .sub-menu {
    background-color: transparent;
    top: 100%;
    left: 0;
    padding: 0px;
    height: 0;
    overflow: hidden;
    transition: all 0.15s linear;
}

header#site-header .primary-menu .menu-item-has-children:has(.sub-menu):hover .sub-menu {
    padding-top: 40px;
    height: 100%;
    overflow: visible;
    transition: all 0.15s linear;
}

header#site-header .primary-menu .sub-menu li {
    background-color: #fff;
}

header#site-header .primary-menu .sub-menu li:first-child {
    padding-top: 10px;
}

header#site-header .primary-menu .sub-menu li:last-child {
    padding-bottom: 10px;
}

header#site-header .primary-menu .sub-menu::after {
    display: none;
}

header#site-header .primary-menu .sub-menu a {
    letter-spacing: 1px;
    padding: 10px;
    text-transform: lowercase;
    transition: all 0.15s linear;
}

header#site-header .primary-menu .sub-menu a:hover {
    padding-left: 15px;
}

header#site-header .primary-menu .sub-menu a::after {
    display: none;
}

header#site-header .primary-menu>li {
    margin: 0.8rem 0 0 1rem;
}

header#site-header .primary-menu>li>.icon {
    display: none;
}

.header-titles-wrapper {
    margin-right: 0;
    justify-content: left;
}

.header-titles .site-logo img {
    object-fit: contain;
    max-width: 160px;
    max-height: 80px;
}

.header-menu-button a,
.signup-button-popup {
    background: var(--color-primary);
    color: #000 !important;
    padding: 16px 45px !important;
}

/* Mobile Menu Modal */
/*.admin-bar .menu-modal {
    top: 0;
}*/

@media (max-width: 1000px) {

    .admin-bar .modal-menu>ul>li>a,
    .modal-menu>li>.ancestor-wrapper>a {
        color: #000;
        padding: 12px 10px;
        text-decoration: none;
        font-size: 15px;
        font-weight: normal;
        line-height: 15px;
        text-transform: uppercase;
    }

    .modal-menu ul li a {
        font-size: 14px;
    }

    .modal-menu>li>.ancestor-wrapper>button.sub-menu-toggle {
        border: none;
    }

    .modal-menu>li>.ancestor-wrapper>button.sub-menu-toggle svg {
        width: 1rem;
        height: 1rem;
    }

    .modal-menu ul li {
        border-left-width: 0;
    }

    .modal-menu a:focus,
    .modal-menu a:hover,
    .modal-menu li.current-menu-item>.ancestor-wrapper>a,
    .modal-menu li.current_page_ancestor>.ancestor-wrapper>a {
        text-decoration: none;
        color: #e22658;
    }

    .header-inner {
        padding: 19px 0;
    }
}



.module-foundation .bottom-text-research {
    font-size: 20px;
    width: 77%;
}

/*** Footer ***/
.flex-content-footer {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding: 0;
}

.line-footer {
    flex: 1;
    display: flex;
    justify-content: center;
}

.form-footer,
.address-footer {
    flex: 2;
    padding-top: 8%;
}

.line-footer .line-width {
    width: 2px;
    height: 380px;
    background: var(--color-primary);
    max-width: 1px;
}

.address-footer img {
    margin: 0;
    max-width: 350px;
    width: 350px;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 20px 75px;
    background-color: var(--color-white) !important;
    color: var(--color-primary-dark);
    text-transform: capitalize;
    font-weight: 900;
    margin-top: 30px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
    padding: 12px;
    width: 80%;
    margin: 0 auto;
}

.submit-paragraph {
    text-align: center;
    font-size: 20px;
    color: var(--color-white);
    margin-bottom: 0;
    letter-spacing: 0;
}

.address-footer .header-menu-button {
    list-style: none;
    margin: 0;
    padding: 0;
}

.paragraphs-footer {
    padding: 20px 0;
    color: #fff;
    padding-top: 35px;
}

.paragraphs-footer p {
    line-height: 1.2;
    margin-bottom: 10px;
}

.address-footer a {
    text-decoration: none !important;
    font-weight: 600;
}

.foundation-page-content .main-hero-image .section-inner {
    padding-top: 15vh;
}

/*** Hero Section ***/
.main-hero-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.main-hero-image .section-inner-wrap {
    width: 100%;
    max-width: 1500px;
    padding: 0 80px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    position: relative;
}

/* Container for the SVG ripple animation */
.ripple-container {
    width: 100%;
    max-width: 536px;
    height: 100%;
    max-height: 610px;
    text-align: center;
    border-radius: 0.75rem;
}

.ripple-group {
    transform-origin: center;
}

.ripple-group path {
    transform-origin: center;
    transform: scale(0.5);
    opacity: 0;
    animation: ripplePath 6s linear infinite;
}

.ripple-group path:nth-child(1),
.ripple-group path:nth-child(2) {
    animation-delay: 0s;
}

.ripple-group path:nth-child(3),
.ripple-group path:nth-child(4) {
    animation-delay: 0.7s; /* 6s * 0.05 */
}

.ripple-group path:nth-child(5),
.ripple-group path:nth-child(6) {
    animation-delay: 1.4s; /* 6s * 0.1 */
}

.ripple-group path:nth-child(7),
.ripple-group path:nth-child(8) {
    animation-delay: 2.1s; /* 6s * 0.15 */
}

@keyframes ripplePath {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    5% {
        opacity: 0.5;
    }

    15% {
        opacity: 0.9;
    }

    40% {
        transform: scale(1.1);
        opacity: 0.6;
    }

    65% {
        transform: scale(1.3);
        opacity: 0.3;
    }

    85% {
        transform: scale(1.4);
        opacity: 0;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}
.hero-content {
    max-width: 830px;
    margin: 0;
}

.main-hero-image h1 {
    font-weight: 250;
    color: #112730;
    font-size: 71px;
    line-height: 83px;
    letter-spacing: 0;
    margin: 0;
    margin-bottom: 47px;
    text-align: left;
}

.main-hero-image .main-hero-image-subtitle {
    font-weight: 260;
    color: #112730;
    text-align: left;
    font-size: 23px;
    line-height: 33px;
}

.main-hero-image ul {
    padding-left: 20px;
    list-style: disc;
}

.main-hero-image.no-svg-animation {
    padding: 120px 0;
}

.main-hero-image.no-svg-animation .hero-content {
    max-width: 100%;
}

.main-hero-image.no-svg-animation .ripple-container {
    display: none;
}

.main-hero-image.no-svg-animation .h1 {
    font-weight: 100;
    color: #112730;
    font-size: 68px;
    line-height: 75px;
    letter-spacing: 0;
    margin: 0;
    margin-bottom: 47px;
    text-align: left;
}

.main-hero-image.no-svg-animation .main-hero-image-subtitle {
    font-weight: 300;
    color: #112730;
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 0;
    margin: 0;
    margin-bottom: 35px;
    text-align: left;
}

.main-hero-image.no-svg-animation .main-hero-list-header {
    font-weight: 300;
    color: #112730;
    font-size: 18px;
    line-height: 31px;
    letter-spacing: 0;
    margin: 0;
    text-align: left;
    max-width: 756px;
}

.main-hero-image.no-svg-animation.about .h1 {
    color: #fff;
}

.main-hero-image.no-svg-animation.about .main-hero-image-subtitle {
    color: #fff;
}

.main-hero-image.no-svg-animation.about .main-hero-list-header {
    color: #fff;
}

.main-hero-image.no-svg-animation.about .main-hero-list-items {
    color: #fff;
    max-width: 1000px;
    font-weight: 600;
}

.main-hero-image.no-svg-animation.about .main-hero-list-items h3 {
    font-weight: 300;
    color: #D1FFB3;
    font-size: 41px;
    line-height: 57px;
    letter-spacing: .9px;
    margin: 0;
    margin-bottom: 56px;
    text-align: left;
}

.main-hero-image.no-svg-animation.about .main-hero-list-items p {
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all .2s ease-in;
    margin: 0;
}

.main-hero-image.no-svg-animation.about .main-hero-list-items.active p {
    height: 100%;
    opacity: 1;
    overflow: visible;
    transition: all .8s ease;
    margin-bottom: 10px;
}

.main-hero-image.no-svg-animation.about .main-hero-list-items p:first-of-type {
    height: 100%;
    opacity: 1;
    overflow: visible;
    margin-bottom: 10px;
}

.main-hero-image.no-svg-animation.about .button-wrapper {
    margin-top: 20px;
}

.read-more-btn {
    color: #FFF;
    text-align: right;
    font-size: 25px;
    font-weight: 400;
    position: relative;
    padding: 10px 10px 10px 40px;
    display: block;
    text-decoration: none !important;
    text-transform: capitalize;
    font-weight: 600;
    margin-left: -10px;
}

.read-more-btn::before,
.read-more-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 20px;
    width: 12px;
    height: 2px;
    background-color: #D1FFB3;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform-origin: center;
}

.read-more-btn::before {
    transform: translate(-50%, -50%) rotate(0deg);
}

.read-more-btn::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.read-more-btn.active::after {
    transform: translate(-50%, -50%) rotate(0deg);
}


@media (max-width: 1000px) {
    .main-hero-image .section-inner-wrap {
        justify-content: center;
        padding: 0 20px;
        flex-wrap: wrap;
    }

    .main-hero-image h1,
    .main-hero-image.no-svg-animation .h1 {
        font-weight: 250;
        color: #112730;
        font-size: 40px;
        line-height: 37px;
        letter-spacing: 0;
        margin: 0;
        margin-bottom: 25px;
        text-align: center;
    }

    .main-hero-image.no-svg-animation {
        padding: 80px 0;
    }

    .main-hero-image .main-hero-image-subtitle,
    .main-hero-image.no-svg-animation .main-hero-image-subtitle {
        font-weight: 260;
        color: #112730;
        text-align: center;
        font-size: 20px;
        line-height: 25px;
    }

    .main-hero-image.no-svg-animation .main-hero-list-header {
        font-weight: 300;
        color: #112730;
        font-size: 16px;
        line-height: 21px;
        letter-spacing: 0;
        margin: 0;
        text-align: center;
    }

    .main-hero-image.no-svg-animation.about .main-hero-list-items h3 {
        font-weight: 700;
        color: #D1FFB3;
        font-size: 20px;
        line-height: 25px;
        letter-spacing: .9px;
        margin: 0;
        margin-bottom: 30px;
        text-align: center;
    }

    .main-hero-image.no-svg-animation.about .main-hero-list-items p {
        margin-bottom: 0;
    }

    .read-more-btn {
        margin: 20px auto 0;
        font-size: 20px;
    }
}

/*** Foundation Challenge ***/
.foundation-challenge .section-inner,
.section-two-col .section-inner {
    background: var(--color-primary-dark);
    max-width: 100%;
    width: 90%;
}

.foundation-challenge .section-title {
    color: #fff;
    width: 700px;
    margin: 0 auto;
}

.foundation-challenge .section-title h2 {
    font-size: 52px;
    font-weight: 100;
    margin-bottom: 10px;
    letter-spacing: 1px;
    margin-top: 0;
}

.foundation-challenge h1 {
    margin-top: 0;
    margin-bottom: 0;
}

.section-title p {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
}

.section-subtitle {
    color: var(--color-primary);
    font-size: 20px !important;
    margin-bottom: 40px;
}

.challenge-cols.d-flex {
    display: none;
    /*display: flex;*/
    justify-content: center;
    width: 1050px;
    margin: 60px auto 20px auto;
}

.columns-content.content-0,
.columns-content.content-2 {
    flex-basis: 30%;
}

.columns-content {
    border: 1px solid var(--color-primary);
    margin: 0 10px;
}

.columns-content.content-1 {
    flex-basis: 40%;
}

.columns-content-title {
    border-bottom: 1px solid var(--color-primary);
    padding: 10px;
}

.columns-content-p {
    width: 90%;
    margin: 15px auto;
    color: var(--color-white);
    width: 100%;
    min-height: 52%;
    text-align: center;
    display: table;
    padding: 0 15px;
}

.columns-content-p p {
    display: table-cell;
    vertical-align: middle;
}

.columns-content-title h1 {
    color: var(--color-primary);
}

.columns-content.content-1 .columns-content-p {
    padding: 0 30px;
}

/*** Module Two Col ***/
.section-two-col {
    padding: 0;
    margin-bottom: 60px;
    padding-top: 30px;
}

.section-two-col .section-inner {
    background: var(--color-gray-light);
}

.section-inner.two-col-inner {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0;
}

.col-1-right ul {
    margin-bottom: 0;
    color: var(--color-primary-dark);
    letter-spacing: 0;
    font-weight: 600;
    list-style: none;
    padding-top: 60px;
}

.col-1-right ul li::before {
    content: "\2022";
    /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #fff;
    /* Change the color */
    font-weight: bold;
    /* If you want it to be bold */
    display: inline-block;
    /* Needed to add space between the bullet and the text */
    width: 1em;
    /* Also needed for space (tweak if needed) */
    margin-left: -1em;
    /* Also needed for space (tweak if needed) */
}

.col-1-right ul li {
    margin-bottom: 30px;
}

.col-1-left {
    width: 100%;
    height: 340px;
    color: var(--color-primary-dark);
    margin-left: 13%;
    padding-top: 60px;
}

.col-1-left p {
    font-size: 30px;
    letter-spacing: 0;
}

.col-1-right {
    position: absolute;
    right: 8%;
    background: var(--color-primary);
    height: 400px;
    width: 45%;
}

/*** Model Module ***/
section.module-model {
    padding: 50px 0;
}

.module-model .section-title {
    text-align: center;
    color: #fff;
}

.section-title h2 {
    margin-top: 15px;
    font-weight: 100;
    margin-bottom: 13px;
    line-height: 1.2;
}

.flex-model {
    display: flex;
    justify-content: center;
    margin-top: 70px;
}

.flex-model div {
    flex-basis: 60%;
    color: #fff;
    position: relative;
    z-index: 2;
}

.flex-model div p {
    font-size: 16px;
}

.left-model img {
    margin-top: 5px;
}

.right-model li {
    list-style: none;
    margin: 0;
    font-size: 16px;
    letter-spacing: 0;
}

.right-model li a {
    text-decoration: none;
}

.right-model p {
    margin-bottom: 13px;
}

/*** Image Circle ***/
.section-mb-10 {
    margin-top: -55px;
    position: relative;
    overflow: hidden;
}

.circle-image-paragraph {
    width: 63%;
    margin: 0 auto;
}

svg.svg-image-circle {
    background: #a598ba26;
}

p.circles-title.circles-title-second.aos-init.aos-animate {
    background: var(--color-primary);
    padding: 3px;
    width: 85%;
    margin: 100px auto;
    font-size: 18px !important;
    padding: 15px;
}

p.circles-title.circles-title-second {
    background: var(--color-primary);
    padding: 3px;
}

#particles-js1 {
    width: 65%;
    height: 381px;
    position: absolute;
    z-index: 0;
    bottom: -110px;
    left: -190px;
    transform: rotate(15deg);
}

.section-mb-10 .hero-showcase,
.for-patient-page .cta-box-inner {
    width: 1200px;
    margin: 0 auto;
    background: #D1CFD4;
    /*background: #A598BA29 0% 0% no-repeat padding-box;*/
    padding: 80px 0;
    padding-bottom: 20px;
}

.for-patient-page .cta-box-inner {
    padding: 90px;
}

.for-patient-page .cta-box-inner h2 {
    font-size: 35px;
    color: #423359;
}

.for-patient-page .cta-box-inner p {
    font-size: 18px;
    color: #423359;
}

.section-mb-10 .hero-main-text {
    margin-bottom: 40px;
}

.circles-title {
    opacity: 1;
    color: var(--color-primary-dark);
    /* font-size: 27px !important; */
    line-height: 35px;
    text-align: center;
    padding: 0 10px;
    margin-top: 0;
    font-weight: 100;
    font-size: 68px;
    margin-bottom: 10px;
}

p.circle-image-subtitle {
    margin-bottom: 10px;
}

.section-mb-10 .hero-main-text img {
    margin-bottom: 20px;
}

.section-mb-10 .hero-main-text p {
    color: #383838;
    font-size: 16px;
    text-align: center;
}

.change-text-test {
    text-decoration: none;
}

.change-text-test text {
    letter-spacing: 0;
    font-size: 14px;
}

.change-text-test tspan:nth-child(2) {
    font-weight: 500;
}

.circle-image-subtitle {
    font-size: 20px !important;
    color: var(--color-primary-dark) !important;
    letter-spacing: 0;
}

p.circle-image-bottom-text {
    background: var(--color-primary);
    color: var(--color-white) !important;
    padding: 10px;
}

line {
    stroke: var(--color-primary);
}

path#Path_2760 {
    fill: var(--color-primary);
}

.circles-title-second {
    color: var(--color-white) !important;
    margin-top: 70px;
    position: relative;
    z-index: 1;
}

.section-two-col-p {
    background: var(--color-gray-light);
    padding: 12rem 0;
    color: var(--color-primary-dark);
}

.section-two-col-p.image-left .section-inner.two-col-inner {
    flex-direction: row-reverse;
}

.section-two-col-p.image-left .section-inner.two-col-inner .uspal-img-third img {
    width: 100%;
    height: auto;
}

@media (max-width: 1000px) {
    .section-two-col-p.image-left .section-inner.two-col-inner {
        flex-direction: column-reverse;
    }
}

.col-1-main {
    max-width: 62%;
    text-align: center;
    margin: 0 auto;
}

.col-1-main p {
    font-size: 27px;
    letter-spacing: 0;
}

.flex-wrap-icons {
    display: flex;
    justify-content: space-evenly;
}

.flex-content-icons {
    flex-basis: 14%;
}

.flex-content-icons span {
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.flex-content-icons span p {
    font-size: 14px;
    margin-top: 25px;
}

.flex-content-icons img {
    max-width: 150px;
    margin: 0 auto;
}

/*** Module research ***/
.module-research .section-title h2 {
    color: var(--color-white);
}

section.module-icons.module-research {
    text-align: center;
}

.module-research .flex-content-icons p,
.module-research .flex-content-icons b {
    color: #000;
}

.module-research .flex-content-icons {
    flex-basis: 15%;
}

.module-research .flex-content-icons img {
    max-width: 130px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.module-research .flex-content-icons span p {
    margin-top: 15px;
}

.module-research .section-subtitle p {
    color: var(--color-primary);
    font-size: 24px;
}

.flex-content-icons p,
.flex-content-icons b {
    color: #fff !important;
}

.module-research .section-title {
    margin-bottom: 70px;
}

p.bottom-text-research {
    font-size: 16px;
    letter-spacing: 0;
    margin: 70px auto;
    width: 60%;
    color: #fff !important;
}

.module-research .header-menu-button {
    list-style: none;
    margin: 0;
    font-size: 16px;
    letter-spacing: 0;
}

.module-research-button {
    text-decoration: none;
}

/*** Module Statistics ***/
.module-research-container .section-title {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.section-title-in {
    width: 50%;
    margin: 0 auto;
}

.module-satistics .section-title {
    border: 1px solid var(--color-primary);
    padding: 10px 50px;
}

.module-satistics .section-title-in h2 {
    font-size: 30px;
    letter-spacing: 0.5px;
}

.module-research-container span.section-subtitle p {
    font-size: 18px;
}

.flex-content-left {
    width: 100%;
    height: 1px;
    background: var(--color-primary);
}

.flex-content-row {
    display: flex;
    align-items: center;
    width: 920px;
    justify-content: space-between;
}

.flex-content-left {
    flex-basis: 30%;
}

.flex-content-right {
    flex-basis: 60%;
}

.flex-content-row:nth-child(even) {
    margin-left: auto;
    margin-top: -40px;
    text-align: right;
    padding-left: 50px;
}

.flex-content-row:nth-child(odd) .statistics-subtitle p {
    width: 330px;
}

span.statistics-subtitle p {
    color: #fff;
    font-size: 16px;
}

.flex-wrap-statistics {
    margin-top: 100px;
}

h1.statistics-title {
    margin: 0;
}

.other-pages-font svg {
    margin: 0 auto;
}

/*** Foundation Module ***/
section.module-foundation h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 70px;
}

.foundation-image-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.foundation-image-flex div {
    flex-basis: 50%;
}

.f-image-subtitle {
    background: var(--color-primary);
    padding: 50px;
}

.f-image-subtitle p {
    letter-spacing: 0;
    font-size: 20px;
}

.flex-wrap-foundation {
    border-left: 1px solid var(--color-primary);
    width: 70%;
    margin: 0 auto;
    padding-top: 145px;
    margin-top: -50px;
    height: 806px;
}

.flex-foundation-row {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.foundation-line {
    width: 90px;
    height: 1px;
    background: var(--color-primary);
}

.flex-content-foundation {
    border: 1px solid var(--color-primary);
    padding: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding-left: 10px;
}

.flex-content-foundation span p {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.2;
    margin-bottom: 0;
}

.flex-content-foundation h1 {
    margin: 0 !important;
    font-size: 54px;
    font-weight: 900;
    color: var(--color-primary);
}

.flex-content-foundation div:first-child {
    flex-basis: 4%;
}

.flex-content-foundation div:last-child {
    flex-basis: 90%;
}

.module-foundation .bottom-text-research {
    margin: 155px auto 0 auto;
    text-align: center;
}

.module-foundation .header-menu-button {
    list-style: none;
    margin-top: 60px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0;
}

.module-foundation .header-menu-button a {
    text-decoration: none;
    color: #000 !important;
}

/*** Header ***/
button.close-nav-toggle svg {
    height: 3rem;
    width: 3rem;
}

.close-nav-toggle .toggle-text {
    display: none;
}

.menu-modal-inner {
    background: var(--color-primary-dark);
}

.container-header {
    display: inline-block;
    cursor: pointer;
}

.bar1,
.bar2,
.bar3 {
    width: 35px;
    height: 4px;
    background-color: #fff;
    margin: 7px 0;
    transition: 0.4s;
}

.bar1-close {
    transform: translate(0, 11px) rotate(-45deg);
}

.bar2-close {
    opacity: 0;
}

.bar3-close {
    transform: translate(0, -11px) rotate(45deg);
}

/*** Header RESPONSIVE ***/
@media(max-width: 500px) {

    .bar1,
    .bar2,
    .bar3 {
        width: 28px;
        height: 4px;
        background-color: #fff;
        margin: 6px 0;
        transition: 0.4s;
    }

    .header-titles-wrapper {
        justify-content: left;
        padding: 0 1rem;
    }

    .flex-content-foundation span p {
        margin-left: 8px;
    }

    .header-titles .site-logo img {
        max-height: 40px;
    }
}


.hero-image-section {
    height: 100%;
}

.foundation-page-content .main-hero-image .section-inner {
    padding-top: 0;
}

section.module-icons.module-research {
    padding-top: 0;
}

/* Marko fixes */
.foundation-challenge .circle-images {
    margin-top: 40px;
}

#statistics-section {
    padding-bottom: 100px;
    position: relative;
}

#statistics-section .module-research-container {
    z-index: 10;
    position: relative;
}

#statistics-section .module-research-container {
    z-index: 10;
    position: relative;
}

#statistics-section #particles-js1 {
    bottom: -190px;
}

#circle-section {
    display: none;
}

/* Challenge section with parallax START */
#challenge-prlx {
    background-color: #2c122d;
    position: relative;
    padding: 0;
    overflow: hidden;
}

#challenge-prlx>.challenge-prlx-inner {
    background-color: #381a364d;
    position: relative;
    z-index: 1;
    padding: 8rem 0;
}

#challenge-prlx #challenge-prlx-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
}

#challenge-prlx #challenge-prlx-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.challenge-prlx-inner .section-inner {
    max-width: 90rem;
}

/* Challenge section with parallax END */

/* Module Icon Cols Vertical START */
#icon-cols-vertical {
    margin-bottom: -100px;
    padding-bottom: 0;
    position: relative;
    z-index: 1;
}

#icon-cols-vertical .flex-content-icons {
    display: flex;
    align-items: center;
    max-width: 850px;
    margin: 0 auto 80px 200px;
}

/* Module Icon Cols Vertical END */

/*** RESPONSIVE ***/
@media(max-width: 1400px) {
    .flex-content-row {
        margin-bottom: 50px;
    }
}

@media(max-width: 1320px) {
    #site-header .section-inner {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media(max-width: 1210px) {
    .flex-content-row {
        margin-bottom: 0;
    }

    .challenge-cols.d-flex {
        width: 100%;
    }

    .columns-content-title h1 {
        font-size: 56px;
    }

    .columns-content-p p {
        font-size: 16px;
    }

    .col-1-right {
        position: unset;
        right: 8%;
        background: var(--color-primary);
        height: auto;
        width: 55%;
        margin: 0 auto;
        padding: 0 10px 10px 0;
    }

    .col-1-left {
        width: 100%;
        height: auto;
        color: var(--color-primary-dark);
        margin-left: 0;
        padding-top: 10px;
        text-align: center;
    }

    .section-inner.two-col-inner {
        display: block;
        align-items: center;
        position: unset;
        padding: 0;
    }

    .left-model {
        margin-right: 4%;
    }

    .section-mb-10 .hero-showcase,
    .for-patient-page .cta-box-inner {
        width: 95%;
    }

    .circle-image-paragraph {
        width: 95%;
    }

    .other-pages-font svg {
        margin: 0 auto;
        width: 80%;
    }

    .flex-content-row:nth-child(even) {
        margin-left: auto;
        margin-top: 0px;
        text-align: right;
        padding-left: 50px;
    }

    .flex-content-row {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }

    .section-title-in {
        width: 100%;
    }

    .module-satistics .section-title {
        border: 1px solid var(--color-primary);
        padding: 10px;
    }

    .module-research-container .section-title {
        width: 90%;
    }

    .module-research {
        padding: 0;
    }

    .module-research .flex-content-icons {
        flex-basis: 20%;
    }

    .flex-wrap-foundation {
        height: auto;
    }

    #model-section .module-model-bg {
        width: 500px !important;
        height: 500px !important;
    }
}

@media(max-width: 1150px) {

    /*header#site-header a {*/
    /*    padding: 0;*/
    /*}*/
    .header-menu-button a {
        padding: 13px 25px !important;
    }
}

@media(max-width: 992px) {
    #icon-cols-vertical .flex-content-icons {
        margin: 50px 0 0 0;
        padding: 0 15px;
    }
}

@media(max-width: 860px) {
    .signup-button-popup {
        position: relative;
        left: 50%;
        transform: translate(-50%);
        margin-bottom: 25px;
        display: block;
    }

    .challenge-cols.d-flex {
        display: none;
        width: 95%;
    }

    .left-model {
        margin-right: 0;
    }

    .columns-content {
        margin: 0 10px;
        margin-bottom: 30px;
    }

    .foundation-challenge .section-title {
        width: 95%;
    }

    .col-1-right {
        width: 95%;
    }

    .col-1-left p {
        line-height: 1.2;
        font-size: 26px;
    }

    .col-1-right ul li {
        margin-bottom: 30px;
        font-size: 16px;
    }

    .flex-model {
        display: block;
        text-align: center;
    }

    .left-model img {
        width: 80%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .module-model .section-inner-child {
        padding: 0;
    }

    .module-model {
        padding: 20px 0;
        padding-bottom: 70px;
    }

    .other-pages-font svg {
        width: 100%;
    }

    .section-mb-10 .hero-showcase,
    .for-patient-page .cta-box-inner {
        padding: 60px 0;
        padding-bottom: 1px;
    }

    .flex-content-left {
        flex-basis: 15%;
    }

    .flex-content-right {
        flex-basis: 80%;
        padding: 5px;
    }

    .flex-content-row:nth-child(even) {
        padding-left: 0;
    }

    .flex-wrap-icons {
        display: block;
        justify-content: space-evenly;
    }

    .module-research .flex-content-icons {
        margin-bottom: 50px;
    }

    .module-research .flex-content-icons img {
        margin-bottom: 0;
    }

    p.bottom-text-research {
        width: 95%;
    }

    .foundation-image-flex-desktop {
        display: none;
    }

    .foundation-image-flex-mobile {
        display: block !important;
        text-align: center;
    }

    .f-image-subtitle {
        padding: 30px 10px;
    }

    .f-image img {
        width: 100%;
    }

    .flex-foundation-row {
        display: block;
        margin-bottom: 0;
    }

    .foundation-line {
        width: 1px;
        height: 80px;
        background: var(--color-primary);
        margin: 0 auto;
    }

    .flex-wrap-foundation {
        border-left: none;
    }

    .flex-wrap-foundation {
        width: 90%;
        padding-top: 0;
        margin-top: 0;
    }

    .module-foundation .bottom-text-research {
        margin: 50px auto 0 auto;
        text-align: center;
    }

    section.module-foundation {
        padding: 60px 0 0 0;
    }

    .module-foundation .section-title h2 {
        margin-bottom: 30px;
        margin-top: 50px;
    }

    .section-subtitle,
    p.circle-image-subtitle {
        font-size: 18px !important;
    }

    section.module-model {
        margin-bottom: 0;
        padding-top: 20px;
    }

    p.circle-image-subtitle {
        margin-top: 10px;
    }

    p.circles-title.circles-title-second.aos-init.aos-animate {
        font-size: 18px !important;
        line-height: 1.4;
        padding: 15px 10px;
    }

    .module-satistics .section-title-in h2 {
        font-size: 28px;
        letter-spacing: 0.5px;
    }

    .flex-wrap-statistics {
        margin-top: 50px;
    }

    section.module-icons.module-satistics {
        padding-bottom: 10px;
    }

    .flex-content-footer {
        display: block;
        padding: 10px 0;
    }

    .line-footer .line-width {
        width: 100%;
        height: 1px;
        max-width: 100%;
    }

    .form-footer,
    .address-footer {
        padding-top: 8%;
        text-align: center;
    }

    .address-footer img {
        margin: 0;
        max-width: 280px;
        width: 350px;
        margin: 0 auto;
    }

    .section-inner-wrap {
        width: 50%;
    }

    .hero-overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        background: #0000007d;
        z-index: 0;
    }

    .section-inner-wrap {
        width: 100%;
    }

    a.members-bio {
        font-size: 16px;
    }

    section.two-col.section-two-col {
        margin-top: 50px;
    }
}

section.two-col.section-two-col {
    margin-top: 100px;
}

@media(max-width: 768px) {
    .title-size-3 {
        font-size: 32px;
    }

    #challenge-prlx>.challenge-prlx-inner {
        padding: 3rem 0;
    }

    #challenge-prlx>.challenge-prlx-inner {
        padding: 3rem 0;
    }

    #icon-cols-vertical .flex-content-icons {
        display: block;
    }

    #icon-cols-vertical .flex-content-icons-img {
        margin: 0 0 30px 0;
    }

    #icon-cols-vertical .text-center {
        padding: 0 15px;
    }

    .section-inner-child {
        padding-top: 40px;
        padding-bottom: 0;
    }

    #statistics-section {
        padding-bottom: 50px;
    }

    #icon-cols-vertical .section-subtitle {
        font-size: 20px !important;
        margin-bottom: 0;
    }

    .module-research .section-subtitle p {
        font-size: 18px;
    }

    #icon-cols-vertical.uspal-module-four .section-inner.section-inner-wrap-main {
        padding: 0;
        display: flex;
        width: 100% !important;
        margin: 0 auto;
        max-width: 1200px;
        justify-content: center;
        gap: 0;
    }

    .uspal-module-five.uspalmf.flex-wrap-icons-vertical,
    .module-four-left-section {
        max-width: 100% !important;
        margin: 0 auto;
    }
}

@media(max-width: 580px) {
    .flex-members-content {
        flex: 0 1 100%;
    }

    .flex-members-content {
        flex: 0 1 100%;
        text-align: center;
        margin-bottom: 0;
        padding: 0 10px;
    }

    section.main-hero-image .section-inner {
        position: absolute;
        top: 5vh;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        transform: unset;
    }
}

@media(max-width: 320px) {
    .header-titles .site-logo img {
        max-width: 220px;
    }
}

section.module-icons.module-satistics {
    padding-bottom: 0;
}

section.module-icons.module-research .section-inner {
    padding-top: 60px;
}

.js .show-js {
    display: block !important;
}

.js .hide-js {
    display: none !important;
}

.no-js .show-no-js {
    display: block !important;
}

.no-js .hide-no-js {
    display: none !important;
}

body.modal-unset-scroll {
    overflow-y: hidden !important;
}

.modal {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.modal.is-visible {
    visibility: visible;
}

.modal-overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(66, 51, 89, 0.35);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.modal .modal-wrapper {
    position: relative;
    z-index: 100;
    transform: translateY(-2rem);
    margin: 2rem auto;
    max-width: 76rem;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
    border-radius: 3.4rem;
    padding: 5rem;
    transition: all 300ms linear;
    ;
    opacity: 0;
}

.modal.is-visible .modal-wrapper {
    transform: translateY(0);
    opacity: 1;
}

.modal-content-img {
    display: inline-block;
    max-width: 13.2rem;
    margin-bottom: 3rem;
}

.modal-content-text {
    text-align: left;
    margin-bottom: 5rem;
}

.modal-content-btn {
    padding-left: 4rem;
    padding-right: 4rem;
}

.modal-content-btn button {
    /* margin: 0 auto; */
    /* text-align: center; */
    background: var(--color-primary);
    font-size: 16px;
    letter-spacing: 0.5px;
    border-radius: 20px;
    padding: 15px 50px;
    text-decoration: none;
}

.modal-content-btn {
    text-align: center;
}

.modal-content-img.text-center {
    width: 100%;
    text-align: center;
    max-width: 100%;
}

.modal-content-text.paragraph-other p {
    font-size: 16px;
}

/*** Main Svg ***/

.main-svg .section-title {
    color: #fff;
    text-align: center;
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 50px;
}

svg#Layer_2 {
    height: 895px;
    margin-left: auto;
    width: 1200px;
}

.flex-svg-content {
    display: flex;
    position: relative;
}

span.distributed-subtitle-main p {
    color: #fff;
    font-size: 16px !important;
    line-height: 1.2;
}

span.distributed-subtitle-main {
    width: 380px;
    position: absolute;
    top: 0;
    left: 15%;
}

.section-inner-wrap-main {
    background: #333232;
    padding: 80px 0;
}

@media(max-width: 1100px) {
    span.distributed-subtitle-main {
        width: 90%;
        margin: 0 auto;
        position: unset;
        text-align: center;
        margin-bottom: 50px;
    }

    span.distributed-subtitle-main p {
        font-size: 16px;
    }

    .flex-svg-content {
        display: block;
        padding: 0 50px;
    }

    svg#Layer_2 {
        height: 80vh;
        margin-left: unset;
        width: 100%;
    }
}

@media(max-width: 520px) {
    svg#Layer_2 {
        height: 45vh;
        margin-left: unset;
        width: 100%;
    }

    .flex-svg-content {
        display: block;
        padding: 0 20px;
    }
}

/*** Changes from xD ***/
.foundation-challenge .section-inner {
    background: transparent;
}

section.foundation-challenge {
    padding-top: 50px;
    position: relative;
    overflow: hidden;
}

#particles-js {
    width: 44%;
    height: 380px;
    position: absolute;
    z-index: 0;
    bottom: unset;
    left: unset;
    transform: rotate(21deg);
    top: -123px;
    right: -62px;
}

p.challenge-subtitle-three {
    background: var(--color-primary);
    color: #000;
    padding: 25px 120px;
    font-size: 20px;
    width: 1030px;
    margin: 0 auto;
    letter-spacing: 0;
    margin-top: 80px;
    margin-bottom: -20px;
}

.module-satistics .section-title {
    width: 680px;
    padding: 0;
}

section#statistics-section {
    background: #333232;
    overflow: hidden;
}

p.circle-image-subtitle,
p.circles-title.circles-title-second {
    font-size: 28px !important;
    width: 60%;
    margin: 0 auto 30px auto;
    background: transparent !important;
}

p.circles-title.circles-title-second.aos-init.aos-animate {
    margin-top: 30px;
}

#circle-section .hero-showcase,
svg.svg-image-circle {
    background: transparent;
}

p.circle-image-subtitle {
    color: var(--color-primary) !important;
}

p.circles-title.circles-title-second {
    margin-top: 50px;
}

.col-1-left {
    width: 100%;
    height: 340px;
    color: var(--color-primary-dark);
    margin-left: 0;
    padding-top: 60px;
    text-align: center;
}

.col-1-left {
    padding-top: 90px;
}

.col-1-left p {
    width: 765px;
    margin: 0 auto;
}

.section-two-col .section-inner {
    width: 100%;
}

section.two-col.section-two-col {
    margin: 0;
    padding: 0;
}

.main-svg {
    padding: 0;
    margin-bottom: -100px;
    z-index: 1;
    position: relative;
}

.f-image img {
    display: none;
}

.foundation-image-flex div {
    flex-basis: unset;
}

.flex-content-row:last-child {
    margin-bottom: 0;
}

section-mb-10 {

    position: relative;
    overflow: hidden;
}

#circle-section {
    background: #333232 !important;
    margin-top: 0 !important;
}

section#research-section {
    padding-top: 120px;
}

#particles-js2 {
    width: 65%;
    height: 381px;
    position: absolute;
    z-index: 0;
    bottom: -110px;
    right: -265px;
    transform: rotate(-25deg);
}

.module-research .header-menu-button a {
    color: #fff !important;
    z-index: 1;
    position: relative;
}

/* Marko Start */

#model-section {
    position: relative;
}

#model-section .flex-model {
    text-align: center;
}

#icon-cols .flex-content-icons {
    text-align: center;
}

#icon-cols .flex-content-icons img {
    margin-bottom: 40px;
}

#icon-cols .flex-content-icons p strong {
    font-weight: 600;
}

.module-research p.bottom-text-research,
.module-research .flex-content-icons b,
.module-research .flex-content-icons p,
.module-research .section-title h2 {
    color: #000 !important;
}

.module-research .module-research-button {
    background-color: var(--color-primary-dark);
}

.module-research .header-menu-button a {
    color: #fff !important;
}

.module-research .header-menu-button a:hover {
    color: var(--color-primary-dark) !important;
}

.module-research .section-subtitle p {
    color: var(--color-primary-dark) !important;
}

.module-research p.bottom-text-research {
    width: 60%;
    font-size: 22px;
}

#foundation-section {
    position: relative;
}

#foundation-section .foundation-image-flex {
    position: relative;
    z-index: 1;
}

.module-foundation-bg {
    top: 300px;
    position: absolute;
    width: 243px;
    height: 380px;
    background-image: url("/wp-content/themes/uspal_new-child/assets/images/foundation-bg.png") !important;
}

section#research-section {
    background: var(--color-primary);
    padding-top: 120px;
    position: relative;
    overflow: hidden;
}


/*** TOP BANNER ***/
.top-banner-text {
    display: inline-block;
}

.top-banner-wrapper {
    display: block;
    text-align: center;
    background: #F2F5EB;
    padding: 14px;
    box-shadow: 0 0 3px #42335952;
}

.top-banner-wrapper a,
.top-banner-text,
.top-banner-wrapper {
    color: #000 !important;
    font-size: 22px !important;
    letter-spacing: 0;
    line-height: 1.2;
}

.top-banner-wrapper a {
    display: inline-block;
    padding: 0 0 0 5px !important;
    font-weight: bold;
    text-decoration: underline !important;
}

/* start metx popup */
.metx-popup-wrapper {
    max-width: 758px;
    width: 100%;
    max-height: 420px;
    height: 100%;
}

.metx-text {
    line-height: 1.2;
    font-size: 42px;
    text-align: center;
    padding: 30px 40px;
    font-weight: bold;
}

.metx-text,
img.metx-img {
    float: left;
    width: 50%;
    height: 420px;
    object-fit: cover;
}

img.metx-img {
    padding: 15px;
}

a.metx-popup-a {
    background: #423359;
    padding: 19px 49px;
    color: white;
    text-decoration: none;
    font-size: 22px;
    float: left;
    width: 100%;
    max-width: 220px;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    margin-top: 20px;
    font-weight: 400;
}

.metx-text span {
    float: left;
    width: 100%;
    display: block;
    font-weight: 400;
    letter-spacing: 0;
}

#sgpb-popup-dialog-main-div {
    background-color: #F2F5EB !important;
}

.metx-popup-wrapper p {
    margin: 0;
}

@media (max-width: 690px) {

    .metx-text,
    img.metx-img {
        float: left;
        width: 100%;
        height: 320px;
    }

    img.metx-img {
        max-width: 100%;
        position: relative;
        left: 50%;
        transform: translate(-50%);
        object-fit: cover;
    }

    .sgpb-popup-dialog-main-div-theme-wrapper-3 {
        top: 50% !important;
        transform: translate(0, -50%);
    }

    .top-banner-wrapper a,
    .top-banner-text,
    .top-banner-wrapper {
        color: #000 !important;
        font-size: 16px !important;
    }

    .page-id-401 .nav-toggle {
        /*top: -64px;*/
    }

    .top-banner-wrapper {
        padding: 10px;
    }
}

@media (max-width: 480px) {
    .metx-text {
        line-height: 1.2;
        font-size: 30px;
        text-align: center;
        padding: 30px 40px;
        font-weight: bold;
    }
}

@media (max-width: 360px) {
    a.metx-popup-a {
        background: #423359;
        padding: 19px 29px;
        color: white;
        text-decoration: none;
        font-size: 20px;
        float: left;
        width: 100%;
        max-width: 190px;
        position: relative;
        left: 50%;
        transform: translate(-50%);
        margin-top: 20px;
    }
}

/* end metx popup */



/***** BLOG PAGE *****/

.blog-page-content {
    background-color: #F2F5EB;
}

.blog-page-content p,
.blog-page-content li {
    letter-spacing: 0;
    line-height: 28px;
    font-size: 19px;
    color: #1C1919;
    font-weight: 300;
}

.blog-page-content a {
    color: #D66EFE;
}

.blog-page-content h1,
.blog-page-content h2,
.blog-page-content p,
.blog-page-content li,
.blog-page-content h3 {
    font-family: 'Neue Haas Grotesk Display Pro, 55 Roman';
}

.blog-page-content h2 {
    font-size: 34px;
    line-height: 48px;
    color: #1C1919;
    font-weight: 400;
    letter-spacing: 0;
    margin-top: 39px;
    margin-bottom: 45px;
}

.title-img-paragraph-row h3 {
    font-size: 34px;
    line-height: 70px;
    color: #1C1919;
    font-weight: 400;
    letter-spacing: 0;
    margin-top: 55px;
}

#main-blog-container {
    max-width: 866px;
    margin: 0 auto;
}

.blog-page-content .blog-top-desc {
    font-size: 24px;
    color: #1C191976;
    line-height: 77px;
}

.main-title-row h1 {
    font-size: 67px;
    color: #381A36;
    line-height: 77px;
    font-weight: 400;
    letter-spacing: 0;
}

.blog-page-content .blog-date {
    color: #381A36;
    font-size: 34px;
    line-height: 77px;
    font-weight: 300;
}

#main-title,
#image-title,
section#title-desc {
    padding: 35px 0;
}

.image-text-row img {
    margin-bottom: 77px;
}

.image-text-row p,
.title-desc-row p {
    margin-bottom: 28px;
}

.title-desc-row h1 {
    text-align: center;
    font-weight: 100;
    font-size: 65px;
    letter-spacing: 1.3px;
    line-height: 70px;
    color: #1C1919;
    margin: 65px 0;
}

.title-desc-row h1 {
    margin-top: 0;
    margin-bottom: 65px;
}

.title-desc-row em {
    font-weight: 800;
}

.title-desc-row p {
    margin-bottom: 40px;
}

.bottom-metx-section {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    position: relative;
}

.bottom-metx-flex {
    flex-basis: 33.33%;
    margin: 0 22px;
    z-index: 1;
}

.bottom-metx-flex img {
    margin: 0 auto;
    margin-bottom: 30px;
}

.bottom-metx-flex:first-child {
    margin-left: 0 !important;
}

.bottom-metx-flex:last-child {
    margin-right: 0;
}

.bottom-metx-flex .metx-paragraph {
    height: 85px;
}

.blog-page-content ul {
    margin-left: 0;
}

section#module-metx {
    padding-top: 65px;
}

.dotted-line {
    border-bottom: 2px dotted #8C688A;
    height: 2px;
    width: 70%;
    position: absolute;
    top: 100px;
    z-index: 0;
}

section#module-metx {
    border-bottom: 2px dotted #8C688A;
    padding-bottom: 54px;
}

section#title-img-paragraph {
    padding: 10px 0 0 0;
}

.title-img-paragraph-row img {
    margin-bottom: 30px;
}

section#module-about {
    padding-top: 0;
    border-bottom: 2px solid #8C688A;
}

.module-about-row p {
    margin-top: -15px;
}

.social-media-container {
    display: flex;
}

.social-media-row {
    width: 35px;
    height: 35px;
    margin: 0 10px;
}

.social-media-row:first-child {
    margin-left: 0;
}

section#module-social-media {
    padding-top: 40px;
    padding-bottom: 18rem;
}

p.blog-top-desc {
    font-weight: bold;
    margin-bottom: 0;
}

.main-title-row h1 {
    margin-top: 30px;
    margin-bottom: 65px;
}

section#title-desc {
    padding-top: 0;
}

section#title-desc {
    padding-bottom: 20px;
}

.title-desc-row img {
    margin-top: 65px;
}

.top-metx-section.title-desc-row p {
    margin-bottom: 65px;
}

.title-img-paragraph-row p {
    margin-bottom: 0;
}

.title-img-paragraph-row ul {
    margin-bottom: 65px;
}

.title-desc-row h1 {
    font-size: 63px;
}

.main-title-row h1 {
    font-size: 65px;
}

.blog-page-content .blog-top-desc {
    font-size: 22px;
}

.blog-page-content .blog-date {
    font-size: 34px;
}

.blog-page-content p,
.blog-page-content li {
    font-size: 18px;
    line-height: 27px;
}

.title-img-paragraph-row h3 {
    font-size: 32px;
}

.blog-page-content h2 {
    font-size: 32px;
    line-height: 46px;
}

.quote-color {
    color: #423359;
}

.title-desc-row em {
    color: #423359;
}

@media(max-width: 1028px) {
    .main-title-row h1 {
        font-size: 47px;
        line-height: 55px;
        margin-top: 20px;
        margin-bottom: 55px;
    }

    .blog-page-content .blog-date {
        margin-bottom: 0;
    }

    .title-desc-row h1 {
        font-size: 50px;
        line-height: 45px;
    }

    #main-blog-container {
        padding: 0 30px;
    }
}

@media(max-width: 768px) {
    .main-title-row h1 {
        font-size: 38px;
        line-height: 1.2;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .blog-page-content .blog-date {
        margin-bottom: 0;
    }

    .title-desc-row h1 {
        font-size: 38px;
        line-height: 1.2;
        margin-bottom: 25px;
    }

    .title-img-paragraph-row ul li:last-child {
        margin-bottom: 35px;
    }

    #main-blog-container {
        padding: 0 20px;
    }

    #main-title,
    #image-title,
    section#title-desc {
        padding: 15px 0;
    }

    .blog-page-content p,
    .blog-page-content li {
        letter-spacing: 0;
        line-height: 25px;
        font-size: 16px;
        color: #1C1919;
        font-weight: 300;
    }

    .title-desc-row p {
        margin-bottom: 20px;
    }

    .image-text-row img {
        margin-bottom: 27px;
    }

    .title-img-paragraph-row h3 {
        line-height: 35px;
        margin-top: 25px;
    }

    .blog-page-content h2 {
        font-size: 24px;
        line-height: 30px;
        color: #1C1919;
        font-weight: 400;
        letter-spacing: 0;
        margin-top: 39px;
        margin-bottom: 35px;
    }

    section#module-social-media {
        padding-bottom: 10rem;
    }

    .bottom-metx-section {
        display: block;
    }

    .dotted-line {
        display: none;
    }

    .top-metx-section.title-desc-row p {
        margin-bottom: 30px;
    }

    .bottom-metx-flex .metx-paragraph {
        height: auto;
        max-width: 343px;
        margin: 0 auto;
    }

    .blog-page-content ul {
        width: 343px;
        margin: 0 auto;
    }

    .bottom-metx-flex img {
        margin: 0 auto;
        margin-bottom: 20px;
        max-width: 44%;
    }

    .bottom-metx-flex {
        margin: 0 0 40px 0;
    }

    section#module-metx {
        padding-bottom: 0;
    }

    .top-metx-section.title-desc-row p {
        text-align: center;
    }

    .top-metx-section.title-desc-row h1 {
        margin-bottom: 25px;
    }

    .title-desc-row h1 {
        margin-top: 0;
        margin-bottom: 35px;
    }

    #main-title,
    #image-title,
    section#title-desc {
        padding: 5px 0;
    }

    .blog-page-content .blog-date {
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 30px;
    }

    .blog-page-content .blog-top-desc {
        line-height: 1.2;
        margin-top: 30px;
        font-size: 20px;
    }
}

.site-description {
    display: none;
}

section#module-social-media-fixed {
    position: fixed;
    left: 10px;
    top: 50%;
    transform: translate(0, -70%);
    width: 40px;
}

section#module-social-media-fixed .social-media-container {
    display: block;
}

section#module-social-media-fixed .social-media-container .social-media-row {
    margin: 20px 0;
}

section#module-social-media-fixed .social-media-row {
    width: 40px;
    height: 40px;
}

.bottom-metx-flex:first-child {
    margin-left: 0;
}

@media(max-width: 1360px) {
    section#module-social-media-fixed .social-media-row {
        width: 40px;
        height: 40px;
    }
}

@media(max-width: 1028px) {
    section#module-social-media-fixed .social-media-row {
        display: none;
    }
}

#sgpb-popup-dialog-main-div {
    background-color: #F2F5EB !important;
}

@media (max-width: 690px) {
    .sgpb-popup-dialog-main-div-theme-wrapper-3 {
        /*top: 50% !important;
    	transform: translate(0, -50%);*/
    }
}


.signup-label {
    color: #fff;
    line-height: 1.2;
    margin-bottom: 10px;
    font-size: 18px;
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

.footer-signup {
    float: left;
    width: 100%;
    display: flex;
}

.signup-button-popup {
    transition: .2s;
}

.signup-button-popup:hover {
    cursor: pointer;
    background-color: #fff;
}

.footer-social-icons li {
    list-style-type: none;
}

.footer-social-icons {
    float: left;
    width: 100%;
    margin-top: 50px;
}

.footer-social-icons li {
    margin-left: 0;
    float: left;
    margin-right: 10px;
}

.footer-social-icons ul {
    float: left;
    width: 100%;
    margin: 0;
}

.social-insta {
    width: 33px;
    height: 33px;
    color: white;
    background-color: #381a36;
    display: block;
    border-radius: 100%;
    align-content: center;
    font-weight: 400;
}

.social-insta i {
    font-size: 20px;
    width: auto;
    display: inline-block;
    height: 21px;
    position: relative;
    left: 50%;
    transform: translate(-50%);
}

@media (max-width:861px) {
    .footer-social-icons ul {
        float: left;
        width: 100%;
        margin: 0;
        display: flex;
        align-content: center;
        justify-content: center;
        margin-bottom: 50px;
    }

    .social-insta i {

        left: unset;
        transform: unset;
    }
}

.sgpb-main-html-content-wrapper h3 {
    margin-top: 0;
}

@media (min-width: 1000px) {
    .header-inner {
        padding: 19px 20px;
    }
}
/*
div#wpadminbar {
    display: none;
}*/

li.menu-item.login {
    border: 1px solid #1B3649;
    border-radius: 4px;
}

a.donate-link {
    border-radius: 4px;
    border: 1px solid #F9AEAA;
    background: #F9AEAA;
}

.flex-content-footer,
.flex-content-footer a {
    font-size: 18px;
    color: #000;
    letter-spacing: normal;
}

.flex-content-footer a {
    padding: 25px 0;
}

.np-button-first {
    color: #fff;
    padding: 16px;
    max-width: 186px;
    min-width: 186px;
    display: inline-block;
    text-align: center;
    line-height: normal;
    text-decoration: none;
    font-size: 17px;
}


#icon-cols .section-inner {
    max-width: 99rem;
}

.icon-cols-headline {
    text-align: center;
    max-width: 910px;
    margin: 0 auto;
    color: #403d48;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 40px;
}

#icon-cols.imposter {
    padding: 8rem 0 4rem;
}

#icon-cols.imposter .icon-cols-headline {
    text-align: center;
    margin: 0 auto;
    color: #403d48;
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 35px;
}

.icon-cols-desc {
    text-align: center;
    margin-bottom: 50px;
    font-size: 19px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: normal;
}

#icon-cols.imposter .icon-cols-desc {
    font-weight: 400;
    font-size: 24px;
    line-height: 42px;
    letter-spacing: 0;
    max-width: 994px;
    text-align: center;
    margin: 0 auto;
}

#icon-cols.uspal .flex-content-icons img {
    max-width: 172px;
    margin: 0 auto;
}

section.uspal.two-col.section-two-col-p.uspal-third {
    padding: 0;
}

.uspal .section-inner.two-col-inner {
    display: flex;
    align-items: center;
    position: relative;
    /* width: 100%; */
    padding: 0;
    max-width: 100%;
    justify-content: center;
}

img.uspal-third-sec-img {
    max-width: 310px;
    object-fit: cover;
    width: 100%;
}

.uspal-headline-desc {
    padding: 40px;
    margin-right: 5%;
}

section.uspal.two-col.section-two-col-p.image-left .uspal-headline-desc {
    margin-right: 0;
    padding: 0;
}

section.uspal.two-col.section-two-col-p.image-left .uspal-img-third {
    width: 310px;
    max-width: 310px;
    object-fit: contain;
    margin-right: 71px;
}

@media(max-width: 1000px) {
    #icon-cols.imposter .icon-cols-headline {
        font-size: 26px;
        margin-bottom: 26px;
    }

    #icon-cols.imposter .icon-cols-desc {
        font-size: 18px;
    }

    section.uspal.two-col.section-two-col-p.image-left .uspal-img-third {
        max-width: 310px !important;
        width: 100% !important;
        object-fit: contain;
        margin-right: 0 !important;
        padding: 0 20px 20px 20px;
    }

    #icon-cols.imposter {
        padding: 4rem 0 4rem;
    }
}

@media(max-width: 420px) {
    #icon-cols.imposter .icon-cols-headline {
        font-size: 20px;
        line-height: 32px;
    }

    #icon-cols.imposter .icon-cols-desc {
        font-size: 16px;
        line-height: 35px;
    }
}

.uspal-headline {
    color: #1B3649;
    text-align: center;
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -0.54px;
    margin-bottom: 20px;
    max-width: 540px;
}

.uspal.two-col.image-left.imposter {
    padding: 10px 0;
}

.uspal.two-col.image-left.imposter.second-block {
    padding: 80px 0;
}

.uspal.two-col.image-left.imposter .uspal-headline {
    font-size: 32px;
    margin-bottom: 50px;
    font-weight: 900;
    line-height: 41px;
    text-align: center;
}

.uspal.two-col.image-left.imposter .uspal-desc {
    font-weight: 400;
    font-size: 15px;
    line-height: 31px;
    letter-spacing: 0;
}

.uspal-desc {
    color: #1B3649;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    text-align: center;
    max-width: 540px;
}

.uspal.two-col.image-left.imposter.second-block .uspal-desc {
    font-weight: 400;
    font-size: 15px;
    line-height: 31px;
    letter-spacing: 0;
}

.uspal.two-col.image-left.imposter.third-block {
    padding-bottom: 100px;
}

.uspal.two-col.image-left.imposter.third-block .uspal-headline {
    width: 100%;
    max-width: 100%;
}

.uspal.two-col.image-left.imposter.third-block .uspal-desc {
    text-align: left;
    max-width: 640px;
    width: 100%;
}

#icon-cols.uspal.module-icon-cols.homepage .section-inner {
    max-width: 1190px;
    padding: 0 20px;
}

.uspal.module-icon-cols.homepage .icon-cols-desc {
    color: #403d48;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0;
}

.uspal.module-icon-cols.homepage .icon-cols-headline {
    font-weight: 700;
}

.uspal.module-icon-cols.homepage {
    padding: 70px 0 100px;
}

@media(max-width: 1000px) {

    .uspal.two-col.image-left.imposter.third-block .uspal-desc {
        padding: 0 40px;
    }

    .uspal.two-col.image-left.imposter.third-block .uspal-headline {
        font-size: 26px;
        margin-bottom: 26px;
    }

    .uspal.module-icon-cols.homepage .icon-cols-headline {
        font-size: 24px;
        line-height: 31px;
        margin-bottom: 26px;
    }

    .uspal.module-icon-cols.homepage .icon-cols-desc {
        color: #403d48;
        font-size: 11px;
        line-height: 15px;
    }

}


@media(max-width: 420px) {

    .uspal.two-col.image-left.imposter.second-block {
        padding: 40px 0;
    }
}

#icon-cols-vertical.uspal-module-four {
    padding: 140px;
    margin-bottom: 0;
}

#icon-cols-vertical.uspal-module-four .section-inner.section-inner-wrap-main {
    padding: 0;
    display: flex;
    width: calc(100% - 8rem);
    margin: 0 auto;
    max-width: 1200px;
    justify-content: center;
    gap: 100px;
}

.uspal-module-four-title {
    color: #FCFAF7;
    font-size: 42px;
    font-style: normal !important;
    font-weight: 300;
    line-height: 50px;
    letter-spacing: -0.84px;
    text-align: left;
    margin: 50px auto 30px auto;
}

.uspal-module-four-desc {
    color: #FCFAF7;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    text-align: left;
    margin-bottom: 50px;
}

.module-four-left-section {
    max-width: 560px;
}

.uspal-module-four-ico.flex-wrap-icons-vertical {
    width: 425px;
    padding-left: 61px;
    border-left: 4px solid #70B78E;
}

#icon-cols-vertical.uspal-module-four .flex-content-icons {
    display: inline-block;
    align-items: center;
    max-width: 330px;
    margin: 0 auto;
    float: left;
    width: 100%;
    height: auto;
}

.flex-content-icons-img.uspal-mf {
    color: #DFF7CB;
    font-size: 101px;
    font-style: normal;
    font-weight: 300;
    line-height: 1;
    margin: 0;
    height: auto;
}

.flex-content-icons-text.uspal-mf {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 50px;
    width: 100%;
    max-width: 100%;
}

.uspal-mf-footnote {
    color: #F5F5F5;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    float: left;
    width: 100%;
}

.uspal-modf-button-left {
    border-radius: 4px;
    color: #FFF;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    width: 210px;
    height: 69px;
    padding: 12px 33px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    text-decoration: none;
}

.uspal-modf-button-right {
    display: flex;
    width: 210px;
    height: 69px;
    padding: 12px 33px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 4px;
    color: #175053;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
}

.module-four-buttons-wrap {
    display: flex;
    gap: 20px;
}

h3.uspal-module-four-title.five {
    color: #1B3649;
    margin-top: 0;
}

p.uspal-module-four-desc.five {
    color: #000;
}

#icon-cols-vertical .flex-content-icons.uspalmf {
    max-width: 511px;
    border-radius: 20px;
    height: 100vh;
    max-height: 223px;
    margin-bottom: 29px;
    display: flex;
}

.uspal-module-four-title.five {
    padding-right: 38px;
}

#icon-cols-vertical .flex-content-icons.uspalmf {
    max-width: 510px;
    border-radius: 20px;
    height: 100vh;
    max-height: 223px;
    margin-bottom: 29px;
}

#icon-cols-vertical .flex-content-icons-img.uspalmf img {
    width: 100%;
    max-width: 292px;
    min-width: 292px;
}

.flex-content-icons-text.uspalmf {
    color: #FFF;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.contactus .section-p-mem-uspal {
    margin: 0 auto 40px auto;
}

.contactus .section-p-mem-uspal {
    margin: 0 auto 20px auto;
    color: #fff;
    max-width: 687px;
}

@media (max-width: 1490px) {
    #icon-cols-vertical .flex-content-icons-img.uspalmf img {
        max-width: 250px;
        min-width: 250px;
    }
}

@media (max-width: 1410px) {
    #icon-cols-vertical .flex-content-icons-img.uspalmf img {
        max-width: 200px;
        min-width: 200px;
    }
}

@media (max-width: 1365px) {

    /*
    .uspal-module-five .section-inner.section-inner-wrap-main {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px !important;
    }
    .uspal-module-five.uspalmf.flex-wrap-icons-vertical {
        max-width: 560px;
    }*/
    #icon-cols-vertical.uspal-module-four {
        padding: 70px;
    }

    .header-navigation-wrapper {
        margin-right: 15px;
    }
}

@media (max-width: 1220px) {
    #icon-cols-vertical.uspal-module-four .section-inner.section-inner-wrap-main {
        flex-direction: column;
        gap: 30px;
    }

    .uspal-module-four-ico.flex-wrap-icons-vertical {
        padding-left: 0;
        border-left: 0;
        margin: 50px auto 0 auto;
        width: 100%;
        max-width: 580px;
    }

    #icon-cols-vertical .flex-content-icons.uspalmf {
        max-width: 100%;
        border-radius: 20px;
        height: 100vh;
        max-height: 223px;
        margin-bottom: 29px;
    }

    .uspal-module-four-desc {
        margin-bottom: 30px;
    }

    #icon-cols-vertical .flex-content-icons-img.uspalmf img {
        width: 100%;
        max-width: 292px;
        min-width: 292px;
    }

    .flex-content-icons-text.uspalmf {
        padding-right: 10px;
    }

    .uspal-module-five.uspalmf.flex-wrap-icons-vertical,
    .module-four-left-section {
        max-width: 580px;
        margin: 0 auto;
    }
}

@media (max-width: 1050px) {
    header#site-header a {
        padding: 12px 15px;
        font-size: 15px;
    }
}

header#site-header {
    z-index: 9999999;
}

#site-content.foundation-page-content {
    position: relative;
    z-index: 9;
}

@media (max-width: 1000px) {
    header#site-header {
        z-index: 9999999;
        box-shadow: 0 5px 3px 0 #e7e7e7;
    }

    .bar1,
    .bar2,
    .bar3 {
        background-color: #000000;
    }

}

/* @media (max-width: 915px) {
    img.uspal-third-sec-img {
        max-height: 450px;
        max-width: 718px;
        object-fit: cover;
        width: 100%;
        height: 100vh;
    }

} */

@media (max-width: 860px) {
    .uspal.module-icon-cols.uspal-second .flex-content-icons {
        margin-bottom: 25px;
    }

    .flex-content-footer .info {
        margin-bottom: 15px;
    }

    .flex-content-footer .info {
        margin-bottom: 15px;
        text-align: center;
    }

    .flex-content-footer {
        display: block;
        height: auto;
        padding: 28px 0 13px 0;
        float: left;
        width: 100%;
    }
}

@media (max-width: 768px) {
    section.uspal.module-icon-cols.uspal-second {
        padding: 40px 0;
    }

    .uspal .section-inner.two-col-inner {
        justify-content: center;
        flex-direction: column;
    }

    /* img.uspal-third-sec-img {
        max-height: 450px;
        max-width: 100%;
        object-fit: cover;
        width: 100%;
        height: 100vh;
    } */

    .uspal-headline-desc {
        padding: 40px 20px;
        margin-right: 0;
    }

    .uspal-headline {
        font-size: 27px;
        font-weight: 400;
        line-height: normal;
    }

    .uspal-desc {
        font-size: 16px;
    }

    #icon-cols-vertical.uspal-module-four .flex-content-icons {
        display: inline-block;
        align-items: center;
        max-width: 100%;
        margin: 0 auto;
        float: left;
        width: 100%;
        height: auto;
        max-height: max-content;
        padding: 0 0 20px 0;
        margin-bottom: 20px;
        text-align: center;
    }

    .uspal-module-four-ico.flex-wrap-icons-vertical {
        margin: 30px auto 0 auto;
    }

    #icon-cols-vertical.uspal-module-four {
        padding: 40px 20px;
    }

    .uspal-module-four-title {
        font-size: 27px;
        margin: 30px auto 20px auto;
        line-height: normal;
        padding: 0;
        text-align: center;
    }

    .uspal-module-four-desc {
        font-size: 16px;
        text-align: center;
    }

    .main-hero-image .section-inner-wrap {
        width: 100%;
        margin: 0 auto 35px auto;
        text-align: center;
    }

    .module-four-buttons-wrap {
        display: flex;
        gap: 20px;
        flex-direction: column;
    }

    .uspal-modf-button-left,
    .uspal-modf-button-right {
        width: 100%;
    }

    .flex-content-icons-img.uspal-mf {
        font-size: 50px;
    }

    #icon-cols-vertical .uspal-module-four-ico.flex-wrap-icons-vertical .flex-content-icons-img.uspal-mf {
        margin-bottom: 15px;
    }

    #icon-cols-vertical .flex-content-icons-img.uspalmf img {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        object-fit: contain;
        max-height: 370px;
    }

    .flex-content-icons-text.uspalmf {
        padding: 0 10px;
        font-size: 22px;
    }

    .flex-content-icons-text.uspal-mf {
        margin-bottom: 25px;
    }

    .uspal-module-four-title.five {
        padding-right: 0;
        text-align: center;
    }
}

@media (max-width: 480px) {

    .image-wrapper-hero img {
        min-width: 300px !important;
        object-fit: contain;
        padding: 10px;
    }


    .icon-cols-headline {
        font-size: 27px;
        text-align: center;
        line-height: normal;
        letter-spacing: -0.84px;
        color: #1B3649;
        font-weight: 300;
        max-width: 910px;
        margin: 0 auto;
        margin-bottom: 35px;
    }

    .icon-cols-desc {
        text-align: center;
        margin-bottom: 50px;
        font-size: 16px;
        font-weight: 400;
        line-height: 29px;
        letter-spacing: normal;
    }


}

.menu-modal-inner {
    background: #fff;
}

.showing-menu-modal.showing-modal header#site-header {
    display: none;
}

.menu-modal nav * {
    color: #1B3649;
}

#icon-cols.uspal .flex-content-icons img {
    max-width: 172px;
    margin: 0 auto;
    min-width: 172px;
    max-height: 118px;
    margin-bottom: 35px;
    object-fit: contain;
}

.flex-wrap-icons {
    display: flex;
    flex-direction: column;
}

#icon-cols .flex-content-icons {
    flex-wrap: wrap;
    text-align: center;
    display: flex;
    margin-bottom: 0;
}

@media (max-width: 575px) {
    #icon-cols.uspal .flex-content-icons img {
        max-width: 172px;
        margin: 0 auto;
        min-width: 172px;
        max-height: 118px;
        object-fit: contain;
        margin-bottom: 35px;
    }
}

.module-uspal-7.photo-text-block {
    display: flex;
    justify-content: center;
    align-items: center;
}

.photo-text-inner {
    display: flex;
    width: 100%;
    max-width: 1500px;
}

.photo-text-image,
.photo-text-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.photo-text-content {
    justify-content: center;
    align-items: flex-start;
    text-align: left;
}

.photo-text-image {
    justify-content: center;
    align-items: center;
    min-width: 900px;
}

.photo-text-image img {
    max-width: 100%;
    height: auto;
    display: block;
}

.photo-text-title {
    width: 100%;
    text-align: left;
}

@media screen and (max-width: 768px) {
    .photo-text-inner {
        flex-direction: column;
        align-items: center;
        padding: 0 15px;
    }

    .photo-text-image,
    .photo-text-content {
        flex: unset;
        width: 100%;
        align-items: center;
        text-align: center;
    }

    .photo-text-title {
        text-align: center;
    }

    .photo-text-content {
        align-items: center;
    }
}


.icons-list-block {
    text-align: center;
    color: #fff;
}

.icons-list-header {
    margin-bottom: 5%;
}

.icon-list-title {
    font-weight: 450;
}

.icon-list-text {
    font-weight: 600;
}

.icons-list-items {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    max-width: 1200px;
    gap: 10%;
    margin: 0 auto;
}

.icons-list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 300px;
}

.icons-list-btn-wrapper {
    margin-top: 20px;
    text-align: center;
}

.icons-list-btn {
    max-width: 250px;
    padding: 10px 30px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .icons-list-items {
        flex-direction: column;
        align-items: center;
        gap: 30px;
        padding: 0 15px;
    }

    .icons-list-item {
        max-width: 100%;
        width: 100%;
    }
}

.list-providers-icons-list-block {
    text-align: center;
    color: #1B3649;
}

.list-providers-icons-list-header {
    margin-bottom: 5%;
}

.list-providers-icons-list-items {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    max-width: 1200px;
    gap: 10%;
    margin: 0 auto;
}

.list-providers-icons-list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 300px;
}

.list-providers-icons-list-btn-wrapper {
    margin-top: 20px;
    text-align: center;
}

.list-providers-icons-list-btn {
    max-width: 250px;
    padding: 10px 30px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .list-providers-icons-list-items {
        flex-direction: column;
        align-items: center;
        gap: 30px;
        padding: 0 15px;
    }

    .list-providers-icons-list-item {
        max-width: 100%;
        width: 100%;
    }
}

.main-hero-image.pal-families h1 {
    font-size: 42px;

}

.main-hero-image.pal-families p {
    font-size: 18px;
    line-height: 1.5;
}

.main-hero-image.resources-families h1 {
    font-size: 42px;

}

.main-hero-image.resources-families p {
    font-size: 18px;
    line-height: 1.5;
}

.main-hero-image.training-providers h1 {
    font-size: 42px;

}

.main-hero-image.training-providers p {
    font-size: 18px;
    line-height: 1.5;
}

.module-uspal-7.photo-text-block.quote-providers {
    color: #ffffff;
}

.main-hero-image.training-providers ul {
    padding-left: 0;
    list-style: none;
    margin-top: 20px;
    margin-bottom: 20px;
}

.main-hero-image.training-providers ul li {
    position: relative;
    margin-bottom: 10px;
    /* ukloni padding-left */
}

.main-hero-image.training-providers ul li::before {
    content: "";
    position: absolute;
    left: -30px;
    /* pomeri ikonu levo izvan teksta */
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background-image: url("data:image/svg+xml;utf8,<svg fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M12 3v12m0 0l-4-4m4 4l4-4'/><line x1='4' y1='19' x2='20' y2='19'/></svg>");
    background-repeat: no-repeat;
    background-size: contain;
}

.page-id-691 header#site-header {
    background: #FFEEEB;
}

.leaflet-map {
    width: 100%;
    height: 400px !important;
}

.leaflet-container {
    border-radius: 8px;
    overflow: hidden;
    border: 8px solid white;
}

@media (max-width: 768px) {
    .photo-text-image.leaflet-container {
        height: 250px !important;
        width: 100%;
    }

    .main-hero-image.training-providers ul li::before {
        left: 55px;
    }
}

.photo-text-inner {
    gap: 5%;
}

.section-inner-wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.section-inner-wrap ul li {
    margin: 0 0 20px 0;
}

.section-inner-wrap ul li a {
    color: #000;
}

#wpsl-gmap {
    position: relative;
}

.wpsl-search {
    position: absolute;
    top: 9%;
    left: 56%;
    transform: translate(-50%, -50%);
    z-index: 999;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    padding: 8px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 13px;
    width: auto;
    height: 50px;
}

#wpsl-search-wrap {
    width: auto;
}

.wpsl-search form {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
}

.wpsl-input {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
}

.wpsl-input label {
    font-size: 13px;
    white-space: nowrap;
    margin: 0;
}

.wpsl-search input[type="text"] {
    padding: 4px 6px;
    width: 150px;
    font-size: 13px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.wpsl-search-btn-wrap {
    margin: 0;
}

.wpsl-search-btn-wrap input[type="submit"] {
    padding: 5px 10px;
    font-size: 13px;
    background-color: #0073aa;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
}

.wpsl-search-btn-wrap input[type="submit"]:hover {
    background-color: #005d8f;
}

#wpsl-search-wrap div,
#wpsl-search-btn {
    margin-right: 0;
}

#wpsl-search-wrap .wpsl-input,
#wpsl-search-wrap .wpsl-select-wrap {
    display: flex;
}

#wpsl-result-list {
    max-width: 350px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    color: #333;
    overflow-y: auto;
    max-height: 600px;
}

#wpsl-stores ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#wpsl-stores li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 10px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#wpsl-stores li:last-child {
    border-bottom: none;
}

#wpsl-stores li:hover {
    background-color: #f0f8ff;
}

.wpsl-store-location p {
    margin: 0;
    font-size: 14px;
    line-height: 1.3;
    max-width: 70%;
    color: #222;
}

.wpsl-store-location strong {
    display: block;
    font-size: 16px;
    margin-bottom: 4px;
    color: #0073aa;
}

.wpsl-street,
.wpsl-country,
.wpsl-store-location span:not(.wpsl-street):not(.wpsl-country) {
    display: block;
    color: #555;
}

.wpsl-direction-wrap {
    text-align: right;
    font-size: 13px;
    color: #777;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
    min-width: 80px;
}

.wpsl-directions {
    color: #0073aa;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 3px solid #005d8f;
    padding: 4px 8px;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    transition: background-color 0.3s ease, color 0.3s ease;
    position: relative;
    z-index: 1;
    width: 95px;
}

.wpsl-directions:hover {
    background-color: #0073aa;
    color: white;
    border-color: #005d8f;
    border-bottom: 3px solid #003d5a;
}

.wpsl-store-location strong::before {
    content: "\1F4CD";
    margin-right: 6px;
    font-size: 16px;
    vertical-align: middle;
}

.wpsl-direction-wrap {
    gap: 6px;
}

@media (max-width: 768px) {
    #wpsl-gmap {
        margin-bottom: 0;
        height: 300px !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }

    .wpsl-search {
        position: static !important;
        top: auto !important;
        left: auto !important;
        transform: none !important;
        width: 100% !important;
        max-width: 100vw !important;
        margin: 12px auto !important;
        padding: 8px 16px !important;
        height: auto !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        justify-content: center !important;
        gap: 8px !important;
        box-sizing: border-box !important;
        background: rgba(255, 255, 255, 0.95) !important;
        border-radius: 8px !important;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.15) !important;
        font-size: 14px !important;
        z-index: 999 !important;
    }

    .wpsl-search form {
        flex-direction: column !important;
        gap: 8px !important;
        width: 100% !important;
    }

    .wpsl-input {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 4px !important;
        width: 100% !important;
    }

    .wpsl-input label {
        white-space: normal !important;
        font-size: 13px !important;
        margin-bottom: 4px !important;
        width: 100% !important;
    }

    .wpsl-search input[type="text"] {
        width: 100% !important;
        max-width: 100% !important;
        padding: 8px 10px !important;
        font-size: 14px !important;
        border-radius: 4px !important;
        box-sizing: border-box !important;
    }

    .wpsl-search-btn-wrap {
        width: 100% !important;
    }

    .wpsl-search-btn-wrap input[type="submit"] {
        width: 100% !important;
        padding: 10px 0 !important;
        font-size: 14px !important;
        border-radius: 4px !important;
    }

    #wpsl-result-list {
        max-width: 100% !important;
        width: 100% !important;
        max-height: 300px !important;
        border-radius: 6px !important;
        overflow-x: hidden !important;
        box-sizing: border-box !important;
    }

    #wpsl-stores li {
        display: block !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        padding: 10px 8px !important;
        box-sizing: border-box !important;
        width: 100% !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
    }

    .wpsl-store-location p {
        max-width: 100% !important;
        font-size: 13px !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
    }

    .wpsl-store-location strong {
        font-size: 14px !important;
        margin-bottom: 3px !important;
        max-width: 100% !important;
    }

    .wpsl-direction-wrap {
        width: 100% !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        font-size: 12px !important;
        margin-top: 6px !important;
        min-width: auto !important;
        box-sizing: border-box !important;
    }

    .wpsl-directions {
        width: auto !important;
        padding: 4px 10px !important;
        font-size: 13px !important;
        border-bottom-width: 2px !important;
        box-sizing: border-box !important;
    }
}


/* html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #fcfaf7;
} */

.page-fullwidth-wrapper {
    width: 100%;
    background-color: #fcfaf7;
    background-image: url('/website_e8886795/wp-content/uploads/2025/05/form-228x300.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 50% 100%;
    padding: 40px 0;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.form-container {
    max-width: 1200px;
    margin: 0;
    padding: 0 20px;
    box-sizing: border-box;
    background: none;
    margin-top: 5%;
    margin-bottom: 5%;
    padding-left: 15%;
}

.custom-cf7-wrapper {
    margin: 0;
    padding: 20px 20px;
    background-color: #f6f3ef !important;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    text-align: left;
    max-height: 600px;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    z-index: 2;
}

.form-header {
    margin-bottom: 5%;
}

.form-header h2 {
    font-size: 45px;
    margin-bottom: 20px;
    color: #1B3649;
}

.form-header p {
    font-size: 19px;
    color: #1B3649;
    font-weight: 600;
}

.form-box {
    background-color: #f6f3ef;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
}

.form-box label,
.custom-cf7-wrapper label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    color: #333;
}

.custom-cf7-wrapper input[type="text"],
.custom-cf7-wrapper input[type="email"],
.custom-cf7-wrapper textarea {
    width: 100%;
    padding: 12px 14px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 19px;
    transition: border-color 0.3s;
    box-sizing: border-box;
    font-weight: 600;
}

.custom-cf7-wrapper input[type="text"]:focus,
.custom-cf7-wrapper input[type="email"]:focus,
.custom-cf7-wrapper textarea:focus {
    border-color: #0073aa;
    outline: none;
}

.submit-wrapper {
    text-align: right;
}

#submit-button {
    padding: 12px 24px !important;
    background-color: #6A8DC6 !important;
    color: white !important;
    font-size: 17px !important;
    border: none !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    transition: background-color 0.3s !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    display: inline-block !important;
    width: 210px;
    height: 57px;
    margin-top: 20px;
}

#submit-button:hover {
    background-color: #005f8d !important;
}

@media (max-width: 768px) {
    .page-fullwidth-wrapper {
        background-size: 100% auto;
        background-position: center top;
        padding: 20px 10px;
    }

    .form-container {
        margin-top: 10%;
        margin-bottom: 10%;
        padding-left: 10px;
        padding-right: 10px;
        max-width: 100%;
    }

    .custom-cf7-wrapper {
        padding: 15px 15px;
        max-height: none;
    }

    .form-header h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .form-header p {
        font-size: 16px;
    }

    .custom-cf7-wrapper input[type="text"],
    .custom-cf7-wrapper input[type="email"],
    .custom-cf7-wrapper select,
    .custom-cf7-wrapper textarea {
        font-size: 16px;
        padding: 10px 12px;
        margin-bottom: 15px;
    }

    #submit-button {
        width: 100% !important;
        height: 50px;
        font-size: 16px !important;
        margin-top: 15px;
    }

    .submit-wrapper {
        text-align: center;
    }
}

input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
    width: 100%;
    padding: 12px 14px;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #27A879;
    max-width: 500px;
    justify-content: center;
    display: flex;
    margin: auto;
    margin-bottom: 5%;
    background-color: #27A879;
    border-radius: 8px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    max-width: 700px;
    display: flex;
    justify-content: center;
    margin: auto;
    margin-bottom: 5%;
    background-color: #ffb900;
    border-radius: 8px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232;
    max-width: 800px;
    display: flex;
    justify-content: center;
    margin: auto;
    margin-bottom: 5%;
    background-color: #dc3232;
    border-radius: 8px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

main#site-content {
    background-color: inherit !important;
}

footer#site-footer {
    background: #112730;
    float: left;
    width: 100%;
    min-height: 250px;
    padding: 30px 40px;
    margin: 0;
    color: #ffffff;
    display: flex;
    align-items: center;
    position: relative;
}

footer#site-footer .footer-container {
    margin: 0 auto;
    max-width: 168rem;
    width: 100%;
}

footer#site-footer .footer-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    gap: 30px;
}

footer#site-footer .footer-col {
    display: flex;
    flex-direction: column;
}

footer#site-footer .footer-col.footer-logo {
    max-width: fit-content;
    width: 100%;
}

footer#site-footer .footer-logo .logo-image {
    margin: 0 0 1em 0;
}

footer#site-footer .footer-col.footer-info {
    max-width: fit-content;
    width: 100%;
    color: #ffffff;
    font-size: 18px;
    text-align: right;
    align-items: flex-end;
    display: flex;
    flex-direction: column;
}

footer#site-footer .footer-col.footer-info p {
    margin: 0 0 10px 0;
    font-weight: 300;
    font-size: 18px;
    line-height: 31px;
}

footer#site-footer .footer-col.footer-info a {
    color: #ffffff;
    text-decoration: none;
}

footer#site-footer .footer-col.footer-info a:hover {
    text-decoration: underline;
}

@media (max-width: 1320px) {
    footer#site-footer .footer-container {
        width: 100%;
    }
}

@media (max-width: 1000px) {
    footer#site-footer {
        flex-direction: column;
        justify-content: center;
        padding: 30px 20px;
        text-align: center;
    }

    footer#site-footer .footer-container {
        width: 100%;
    }

    footer#site-footer .footer-columns {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    footer#site-footer .footer-col {
        align-items: center;
    }

    footer#site-footer .footer-col.footer-info {
        align-items: center;
        text-align: center;
    }
}

.footer-top-hidden #site-footer {
    margin: 0;
    border: none;
}

section.module-text-image-between {
    padding: 58px 0 40px;
}

section.module-text-image-between .section-inner {
    margin: 0 auto;
    max-width: 1190px;
    padding: 0 20px;
    width: 100%;
}

section.module-text-image-between .section-title {
    margin: 0;
    font-size: 30px;
    line-height: 1.25;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: normal;
}

section.module-text-image-between.one-text-icon .section-inner {
    max-width: 955px;
}

section.module-text-image-between.one-text-icon .icon-text-right {
    width: 100%;
}

section.module-text-image-between.one-text-icon .icon-text-wrap {
    position: relative;
}


section.module-text-image-between.one-text-icon .icon-text-wrap img {
    position: absolute;
    max-width: 150px;
    width: 100%;
    height: auto;
    top: -50px;
    right: -30px;
}

section.module-text-image-between.one-text-icon .icon-text-right p {
    font-weight: 700;
    font-size: 32px;
    line-height: 51px;
    letter-spacing: 0;
    text-align: center;
    padding: 50px 90px;
    background-color: #F2F0EB;
    border-radius: 50px;
}

section.module-text-image-between .text-icon-wrap {
    display: flex;
    flex-direction: row;
}

section.module-text-image-between .icon-text-left,
section.module-text-image-between .icon-text-right {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: calc(100% - 200px);
    gap: 35px;
}

section.module-text-image-between .icon-text-left {
    padding-right: 60px;
}

section.module-text-image-between .icon-text-right {
    padding-left: 60px;
}

section.module-text-image-between.one-text-icon .icon-text-right {
    padding-left: 0;
}

section.module-text-image-between .text-icon-wrap .image-between {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 200px;
    width: 100%;
}

section.module-text-image-between .text-icon-wrap .image-between img {
    width: 100%;
    height: auto;
}

section.module-text-image-between .icon-text-left img,
section.module-text-image-between .icon-text-right img {
    width: 32px;
    height: auto;
}

section.module-text-image-between .icon-text-left p,
section.module-text-image-between .icon-text-right p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

@media (max-width: 1000px) {

    section.module-text-image-between .text-icon-wrap {
        flex-direction: column;
        align-items: center;
    }

    section.module-text-image-between .icon-text-left {
        padding-right: 0;
    }

    section.module-text-image-between .icon-text-right {
        padding-left: 0;
    }

    section.module-text-image-between .section-title {
        font-size: 24px;
    }

    section.module-text-image-between .icon-text-left,
    section.module-text-image-between .icon-text-right {
        align-items: center;
        width: 100%;
    }

    section.module-text-image-between .icon-text-wrap {
        width: 100%;
    }

    section.module-text-image-between.one-text-icon .icon-text-right p {
        font-weight: 700;
        font-size: 21px;
        line-height: 40px;
        padding: 40px;
    }

    section.module-text-image-between .icon-text-left p,
    section.module-text-image-between .icon-text-right p {
        font-size: 10px;
        line-height: 15px;
    }

    section.module-text-image-between.one-text-icon .icon-text-wrap img {
        max-width: 70px;
        top: -20px;
        right: -20px;
    }

    section.module-text-image-between .text-icon-wrap .image-between {
        max-width: 260px;
        margin: 30px auto;
    }

    section.module-text-image-between .icon-text-left img,
    section.module-text-image-between .icon-text-right img {
        width: 20px;
        height: auto;
    }
}

section.module-title-big-icon-link {
    text-align: center;
    padding: 70px 0 110px;
}

section.module-title-big-icon-link .section-inner {
    max-width: 1190px;
    padding: 0 20px;
}

section.module-title-big-icon-link .section-title {
    margin: 0;
    border-bottom: 1px solid #403d48;
    font-size: 30px;
    line-height: 1.25;
    margin-bottom: 55px;
    padding-bottom: 22px;
    text-align: center;
    width: 100%;
}

section.module-title-big-icon-link .icon-with-headline-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

section.module-title-big-icon-link .icon-text-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 30%;
}

section.module-title-big-icon-link .icon-text-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section.module-title-big-icon-link .icon-text-wrap p {
    border-radius: 5px;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
    padding: 6px 20px 5px;
    text-transform: uppercase;
}

section.module-title-big-icon-link .icon-text-wrap .icon-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 100px;
    height: 215px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 215px;
    padding: 50px;
}

section.module-title-big-icon-link .icon-text-wrap .icon-wrap img {
    width: 100%;
    height: auto;
}

section.module-title-big-icon-link .small-text {
    text-align: center;
    margin-top: 30px;
    font-size: 18px;
    font-weight: 600;
    color: #403d48;
}

@media (max-width: 1000px) {

    section.module-title-big-icon-link .section-title {
        font-size: 24px;
        line-height: 31px;
        padding-bottom: 22px;
        margin-bottom: 36px;
        border-bottom: 1px solid #a7979f;
    }

    section.module-title-big-icon-link .icon-with-headline-wrap {
        flex-direction: column;
        align-items: center;
        gap: 50px;
    }

    section.module-title-big-icon-link .icon-text-wrap {
        width: 100%;
        flex-direction: column-reverse;
    }

    section.module-title-big-icon-link .icon-text-link {
        max-width: 240px;
        left: 50%;
        transform: translateX(-50%);
    }

    section.module-title-big-icon-link .icon-text-wrap:nth-child(n+2) {
        padding-top: 36px;
        border-top: 1px solid #a7979f;
    }

    section.module-title-big-icon-link .icon-text-wrap .icon-wrap {
        height: 126px;
        width: 126px;
        margin-bottom: 22px;
        padding: 25px;
    }

    section.module-title-big-icon-link .icon-text-wrap p {
        font-size: 18px;
        background-color: transparent !important;
        border: 1px solid #403d4a;
        margin-bottom: 0;
    }

    section.module-title-big-icon-link .icon-text-wrap p.small-text {
        font-size: 18px;
        background-color: transparent !important;
        border: none;
        order: -1;
    }
}

section.module-border-box {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

section.module-border-box .border-box-content {
    padding: 100px 170px 100px 100px;
    border-radius: 14px;
    position: relative;
    margin-left: 30px;
}

section.module-border-box .border-box-content h2 {
    font-size: 48px;
    line-height: 72px;
    text-align: center;
    max-width: 910px;
    width: 100%;
    margin: 0 auto 50px;
}

section.module-border-box .border-box-content a {
    color: #89c8d0;
}

section.module-border-box .border-box-content::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 14px;
    border: 1px solid #403d4a;
    position: absolute;
    top: 15px;
    left: -15px;
    z-index: 1;
    pointer-events: none;
}

section.module-border-box .border-box-content::after {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #403d4a;
    position: absolute;
    top: 30px;
    left: -30px;
    z-index: 1;
    pointer-events: none;
}

section.module-border-box .border-box-content p.white-bgr {
    background-color: #fff;
    font-weight: 800;
    padding: 10px 20px;
    margin-bottom: 4rem;
}

section.module-border-box .border-box-content ul,
section.module-border-box .border-box-content ol {
    list-style-type: none;
    position: relative;
    margin-left: 0;
    counter-reset: my-counter;
    font-size: 18px;
    font-weight: 500;
    line-height: 34px;
}

section.module-border-box .border-box-content ul li,
section.module-border-box .border-box-content ol li {
    position: relative;
    padding-left: 32px;
    margin-left: 0;
    counter-increment: my-counter;
}


section.module-border-box .border-box-content ul li::after {
    content: " ";
    display: block;
    background-image: url('./assets/images/check-icon.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 13px;
    z-index: 1;
    width: 20px;
    height: 20px;
    font-weight: 800;
}

section.module-border-box .border-box-content ul li::before {
    content: "";
    position: absolute;
    background-color: #89c8d0;
    border-radius: 50%;
    height: 25px;
    left: -2px;
    top: 3px;
    width: 25px;
}

section.module-border-box .border-box-content ol li::after {
    content: counter(my-counter);
    position: absolute;
    top: 1px;
    left: 5px;
    font-size: 20px;
    z-index: 1;
    width: 15px;
    height: 15px;
    font-weight: 800;
}

section.module-border-box .border-box-content ol li::before {
    content: "";
    position: absolute;
    background-color: #89c8d0;
    border-radius: 50%;
    height: 25px;
    left: -2px;
    top: 3px;
    width: 25px;
}

@media (max-width: 1000px) {
    section.module-border-box .border-box-content {
        padding: 32px 20px;
        margin-left: 0;
    }

    section.module-border-box .border-box-content::before {
        display: none;
    }

    section.module-border-box .border-box-content::after {
        display: none;
    }

    section.module-border-box .border-box-content h2 {
        font-size: 32px;
        line-height: 48px;
        margin-bottom: 48px;
    }

    section.module-border-box .border-box-content p.white-bgr {
        width: calc(100% + 40px);
        transform: translateX(-20px);
        text-align: center;
    }
}

section.module-three-cards-text .section-inner {
    width: 100%;
    max-width: 100%;
    padding: 0 50px;
}

section.module-three-cards-text .section-title {
    margin: 0;
    margin-bottom: 55px;
    padding-bottom: 22px;
    text-align: center;
    width: 100%;
    font-size: 30px;
    line-height: 41px;
    font-weight: 900;
}

section.module-three-cards-text .cards-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.module-three-cards-text .cards-wrapper .card {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    text-align: center;
    width: 30%;
    border: 2px solid #ffffff;
    border-radius: 32px;
    padding: 0 20px;
}

section.module-three-cards-text .cards-wrapper .card h3 {
    margin: 0;
    padding: 6px 20px 5px;
    font-size: 24px;
    font-weight: 900;
    line-height: 41px;
}

section.module-three-cards-text .cards-wrapper .card p {
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    margin: 0;
    margin-bottom: 10px;
}

@media (max-width: 1000px) {

    section.module-three-cards-text .section-inner {
        padding: 0 20px;
    }

    section.module-three-cards-text .section-title {
        margin: 0;
        margin-bottom: 45px;
        padding-bottom: 0;
    }

    section.module-three-cards-text .cards-wrapper .card {
        width: 100%;
        margin-bottom: 40px;
    }

    section.module-three-cards-text .cards-wrapper .card h3 {
        border: 1px black solid;
        border-radius: 5px;
    }
}

section.module-video-hero {
    overflow: hidden;
}

section.module-video-hero.imposter {
    padding: 0 0 57px;
}

section.module-video-hero .section-inner-wrap {
    position: relative;
    max-width: 955px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    padding: 0 40px;
    /* display: flex;
    flex-direction: column; */
}

section.module-video-hero h1 {
    margin: 0;
    position: relative;
    font-size: 32px;
    margin-bottom: 26px;
    font-weight: 900;
    line-height: 41px;
    z-index: 1;
}

section.module-video-hero.imposter h1 {
    margin-bottom: 50px;
    padding: 0 40px;
}

section.module-video-hero h2 {
    margin: 0;
    font-size: 32px;
    margin-bottom: 50px;
    font-weight: 900;
    line-height: 41px;
    text-align: center;
}

section.module-video-hero p {
    position: relative;
    font-weight: 400;
    font-size: 24px;
    line-height: 42px;
    letter-spacing: 0;
    max-width: 780px;
    text-align: center;
    margin: 0 auto;
    z-index: 1;
}

section.module-video-hero .button-wrp {
    position: relative;
    margin-top: 35px;
    margin-bottom: 57px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

section.module-video-hero.imposter .button-wrp {
    margin-bottom: 0;
}

section.module-video-hero .button-wrp a {
    font-weight: 700;
    font-size: 23px;
    color: #fff;
    line-height: 100%;
    text-transform: uppercase;
    background-color: #FF7336;
    border-radius: 53px;
    width: 100%;
    height: 72px;
    display: flex;
    max-width: 290px;
    align-items: center;
    justify-content: center;
}

section.module-video-hero .video-iframe-wrap {
    position: relative;
    width: 100%;
    max-width: 910px;
    aspect-ratio: 910 / 512;
    margin: 0 auto;
    z-index: 999;
}

section.module-video-hero.video-first .video-iframe-wrap {
    order: -1;
}

section.module-video-hero .video-iframe-wrap iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0;
    top: 0;
    left: 0;
}

section.module-video-hero .small-image-left {
    position: absolute;
    top: 220px;
    left: -260px;
    z-index: 0;
    max-width: 370px;
    width: 100%;
}

section.module-video-hero .small-image-right {
    position: absolute;
    right: -340px;
    bottom: -80px;
    z-index: 0;
    max-width: 452px;
    width: 100%;
}

@media (max-width: 700px) {
    section.module-video-hero .section-inner-wrap {
        padding: 0 20px;
    }

    section.module-video-hero h1 {
        font-size: 26px;
        margin-bottom: 26px;
    }

    section.module-video-hero p {
        font-size: 18px;
    }

    section.module-video-hero .button-wrp a {
        font-size: 18px;
        max-width: 225px;
    }

    section.module-video-hero .small-image-left {
        top: 200px;
        left: -228px;
    }

    section.module-video-hero .small-image-right {
        position: absolute;
        right: -360px;
        bottom: -80px;
        z-index: 0;
    }

    section.module-video-hero.imposter h1 {
        font-size: 26px;
        margin-bottom: 26px;
    }
}

@media (max-width: 420px) {
    section.module-video-hero .small-image-left {
        top: 300px;
    }

    section.module-video-hero.imposter h1 {
        font-size: 20px;
        line-height: 32px;
    }

    section.module-video-hero p {
        font-size: 16px;
    }

    section.module-video-hero .button-wrp a {
        font-size: 16px;
        max-width: 183px;
        height: 58px;
    }
}

section.module-three-videos .section-inner {
    max-width: 1250px;
}

section.module-three-videos h2 {
    margin: 0;
    font-size: 32px;
    margin-bottom: 26px;
    font-weight: 900;
    line-height: 41px;
    text-align: center;
}

section.module-three-videos .video-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 60px;
}

section.module-three-videos .video-iframe-wrap {
    position: relative;
    max-width: 389px;
    width: 100%;
    aspect-ratio: 910 / 512;
}

section.module-three-videos .video-iframe-wrap iframe,
section.module-three-videos .video-iframe-wrap video {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0;
    top: 0;
    left: 0;
}

@media(max-width: 650px) {

    section.module-three-videos h2 {
        font-size: 26px;
    }

    section.module-three-videos .video-container {
        margin-top: 50px;
    }
}

@media(max-width: 420px) {

    section.module-three-videos h2 {
        font-size: 20px;
        line-height: 32px;
    }
}

section.module-accordion .accordion-item {
    margin-bottom: 30px;
    transition: all 0.3s linear;
}

section.module-accordion .section-title {
    margin: 0;
    margin-bottom: 50px;
    font-size: 32px;
    text-align: center;
    font-weight: 900;
    line-height: 41px;
}

section.module-accordion .accordion-header {
    padding: 34px 77px;
    max-width: 1220px;
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.3s linear;
}

section.module-accordion .accordion-header h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 0;
    margin: 0;
    text-align: left;
    position: relative;
}

section.module-accordion .accordion-header h3 img {
    position: absolute;
    top: 0;
    right: -40px;
    width: 30px;
    height: 30px;
    transition: all 0.3s linear;
}

section.module-accordion .accordion-content {
    max-width: 1220px;
    width: 100%;
    background-color: #fff;
    position: relative;
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.3s linear;
}

section.module-accordion .accordion-item.active .accordion-content {
    height: auto;
    opacity: 1;
    overflow: visible;
    padding-top: 15px;
}

section.module-accordion .accordion-item.active .accordion-header h3 img {
    transform: rotate(180deg);
}

@media (max-width: 1000px) {
    section.module-accordion .accordion-header {
        padding: 30px 60px 30px 30px;
    }

    section.module-accordion .section-title {
        margin-bottom: 26px;
        font-size: 26px;
    }

    section.module-accordion .accordion-header h3 {
        font-size: 16px;
    }
}

section.module-video-with-buttons {
    padding: 60px 0 50px;
}

section.module-video-with-buttons .section-title {
    margin: 0;
    font-size: 32px;
    margin-bottom: 50px;
    font-weight: 900;
    line-height: 41px;
    text-align: center;
}

section.module-video-with-buttons .video-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

section.module-video-with-buttons .video-buttons .button {
    max-width: 290px;
    width: 100%;
    background-color: #F2F0EB;
    color: #000;
    border: none;
    border-radius: 30px;
    font-size: 18px;
    transition: background 0.3s;
    padding: 10px;
    height: 104px;
    text-decoration: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    text-transform: capitalize;
}

section.module-video-with-buttons .video-buttons .button:hover {
    background-color: #2980b9;
    text-decoration: none;
}

section.module-video-with-buttons .videos-wrapper {
    display: none;
    position: relative;
    aspect-ratio: 16/9;
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
}

section.module-video-with-buttons .videos-wrapper iframe,
section.module-video-with-buttons .videos-wrapper video {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0;
}

@media (max-width: 1000px) {
    section.module-video-with-buttons .video-buttons {
        gap: 10px;
    }

    section.module-video-with-buttons .video-buttons .button {
        max-width: 198px;
        width: 100%;
        font-size: 14px;
        height: 76px;
    }
}

.module-slider-with-video {
    position: relative;
    color: white;
    padding: 130px 0;
    padding: 0;
    padding-bottom: 200px;
    height: 100vh;
    overflow: hidden;
    will-change: transform;
}

.parallax-video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #000;
    z-index: -1;
}

.parallax-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .3;
}
.module-slider-with-video{
    height: 100vh;
    overflow: hidden;
    position: relative;
}
.module-slider-with-video .swiper{
    height: 100%;
}

.module-slider-with-video .section-inner-wrap {
    position: relative;
    z-index: 2;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 40px;
    color: #fff;
}

.module-slider-with-video .section-title {
    display: flex;
    align-items: center;
    font-size: 20px;
    margin-bottom: 50px;
}

.module-slider-with-video .section-title h2 {
    margin: 0;
    margin-right: 20px;
    white-space: nowrap;
    display: contents;
    font-size: 32px;
    font-weight: 300;
}

.module-slider-with-video .section-line {
    flex: 1;
    height: 2px;
    background-color: #fff;
    margin: 15px 0 0 20px;
}

.module-slider-with-video .swiper {
    padding: 130px 0 0 0;
    height: 900px;
    touch-action: pan-y;
    overflow: hidden;
    position: sticky;
    top: 0;
}

.module-slider-with-video .swiper-slide {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    min-height: 400px;
}

.module-slider-with-video .slide-content {
    max-width: 600px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    margin-right: 90px;
    margin-top: 30px;
}

.module-slider-with-video .slide-index {
    font-size: 25px;
    letter-spacing: 0.75px;
    line-height: 37px;
    margin: 10px 0;
    white-space: nowrap;
}

.module-slider-with-video .slide-headline {
    font-size: 41px;
    font-weight: 250;
    line-height: 51px;
    margin: 0;
    margin-bottom: 20px;
    color: #fff;
    letter-spacing: normal;
}

.module-slider-with-video .slide-text {
    font-size: 18px;
    line-height: 31px;
    color: #fff;
    letter-spacing: normal;
    font-weight: 300;
}

.module-slider-with-video .swiper-pagination-vertical {
    position: absolute;
    right: 30px;
    top: 250px;
    transform: translateY(-50%);
}

.module-slider-with-video .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    margin: 10px 0 !important;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    opacity: 1;
    transition: all 0.3s;
}

.module-slider-with-video .swiper-pagination-bullet-active {
    background: white;
    transform: scale(1.3);
}

/* .module-slider-with-video .swiper-pagination-vertical.swiper-pagination-bullets,
.module-slider-with-video .swiper-vertical>.swiper-pagination-bullets {
    top: 70px;
} */

@media (max-width:1000px) {

    .module-slider-with-video .swiper {
        padding: 80px 0 10px 0;
    }

    .module-slider-with-video .section-inner-wrap {
        padding: 0 20px;
    }

    /* .module-slider-with-video .swiper,
    .module-slider-with-video .swiper-wrapper,
    .module-slider-with-video .swiper-slide {
        height: 70vh;
    } */

    .module-slider-with-video .section-title {
        flex-wrap: wrap;
    }

    .module-slider-with-video .slide-content {
        margin: 0;
        flex-direction: column;
        gap: 10px;
        padding-right: 30px;
    }

    .module-slider-with-video .slide-index {
        font-size: 18px;
        line-height: 18px;
    }

    .module-slider-with-video .slide-headline {
        font-size: 25px;
        line-height: 25px;
    }

    .module-slider-with-video .slide-text {
        font-size: 16px;
    }

    .module-slider-with-video .swiper-pagination-vertical {
        right: 5px;
    }

}

@media (max-width: 600px) {
    .module-slider-with-video .section-title h2 {
        white-space: normal;
    }

    .module-slider-with-video .section-line {
        margin-left: 0;
    }
}

.contact-form {
    background: linear-gradient(180deg, #FFF 43.46%, #F1FFE8 100%);
}

.contact-form .section-inner-wrap {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 40px;
}

.contact-form .section-title {
    color: #112730;
    text-align: center;
    margin-bottom: 100px;
}

.contact-form .section-title h2 {
    font-size: 68px;
    line-height: 68px;
    font-weight: 150;
    margin-bottom: 30px;
}

.contact-form .section-title p {
    font-size: 23px;
    line-height: 32px;
    font-weight: 250;
}

.contact-form .form-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.contact-form .form-wrapper input,
.contact-form .form-wrapper textarea,
input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
    border: none;
    border-bottom: 1.5px solid #1C6756;
    padding-left: 0;
    width: 100%;
    transition: all .2s ease;
    background-color: transparent;
}

.contact-form .form-wrapper input::placeholder,
.contact-form .form-wrapper textarea::placeholder,
input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email::placeholder {
    color: #757575;
    font-family: Fieldwork;
    font-size: 23px;
    font-weight: 265;
}

.contact-form .form-wrapper input:focus,
.contact-form .form-wrapper textarea:focus,
input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email:focus {
    padding-left: 15px;
    border: none;
    border-color: #1C6756;
    outline: 1.5px solid #1C6756;
}

.input-wrapper {
    margin-bottom: 50px;
}

/* Custom Select */
.contact-form .form-wrapper label {
    line-height: 2;
    font-size: 25px;
    color: #1C6756;
    font-weight: 300;
}

.custom-select-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 100px;
}

.custom-select-trigger {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1.5px solid #1C6756;
    cursor: pointer;
    font-size: 25px;
    color: #1C6756;
    padding-bottom: 10px;
}

.custom-select-trigger .selected-option-text {
    color: #1C6756;
    font-weight: 300;
}

.custom-select-trigger .dropdown-arrow {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #0FA366;
    margin-left: 10px;
    margin-top: 10px;
    transition: transform 0.2s ease;
}

.custom-select-wrapper.open .dropdown-arrow {
    transform: rotate(180deg);
}

.custom-options {
    position: relative;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 4px 4px;
    z-index: 1000;
    display: none;
    overflow-y: auto;
}

.custom-option {
    padding: 12px 15px;
    cursor: pointer;
    font-size: 18px;
    color: #000;
    background-color: #F5F5F5;
    font-weight: 300;
}

.custom-option:hover {
    background-color: #f0f0f0;
}

.custom-option.selected {
    background-color: #e6e6e6;
    font-weight: bold;
    color: #2e8b57;
}

.input-wrapper.submit {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.input-wrapper.submit input.wpcf7-form-control.has-spinner.wpcf7-submit {
    border: none;
    display: flex;
    max-width: 304px;
    height: 60px;
    padding: 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 4px;
    background-color: #0FA366 !important;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    font-family: 'Fieldwork', sans-serif;
}

@media (max-width: 1000px) {
    .contact-form .section-title {
        margin-bottom: 30px;
    }

    .contact-form .section-title h2 {
        font-size: 47px;
        line-height: 47px;
    }

    .contact-form .section-title p {
        font-size: 22px;
        line-height: 22px;
    }

    .input-wrapper {
        margin-bottom: 10px;
    }

    .custom-select-wrapper {
        position: relative;
        width: 100%;
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .contact-form .form-wrapper input::placeholder,
    .contact-form .form-wrapper textarea::placeholder,
    input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email::placeholder {
        font-size: 20px;
    }

    .contact-form .form-wrapper label {
        line-height: 1.6;
        font-size: 20px;
        color: #1C6756;
        font-weight: 300;
    }

    .custom-select-trigger {
        font-size: 20px;
    }

    .input-wrapper.submit {
        margin-top: 30px;
        gap: 0;
    }
}

#site-header.custom-header-news-press {
    background-color: #1C6756 !important;
    color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

#site-header.custom-header-news-press a {
    color: #fff;
}

#members-section.team-jls {
    padding: 120px 0;
}

#members-section.team-jls .section-inner {
    padding: 0 40px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

#members-section.team-jls .section-title {
    margin-bottom: 40px;
}

#members-section.team-jls .section-title h2 {
    font-size: 68px;
    line-height: 68px;
    color: #112730;
    margin-bottom: 40px;
    font-weight: 250;
}

#members-section.team-jls .section-title p {
    font-size: 41px;
    line-height: 51px;
    color: #112730;
    font-weight: 300;
}

#members-section.team-jls .section-p-mem-uspal {
    font-size: 18px;
    line-height: 31px;
    color: #112730;
    font-weight: 300;
    margin-bottom: 100px;
    max-width: 836px;
}

#members-section.team-jls .flex-members {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

#members-section.team-jls .members-card {
    width: calc(100% / 4);
    margin-bottom: 40px;
}

#members-section.team-jls .members-card .flex-members-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    text-decoration: none;
    color: #112730;
    transition: all .4s ease;
}

/* #members-section.team-jls .members-card img {
    width: auto;
    height: 400px;
    max-height: 100%;
    object-fit: cover;
    display: block;
} */
#members-section.team-jls .members-card .members-img-wrp {
    width: 100%;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}

#members-section.team-jls .members-card .members-img-wrp img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#members-section.team-jls .members-card .members-name {
    color: #112730;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    line-height: 27px;
    margin-top: 30px;
}

#members-section.team-jls .members-card .members-hp-position {
    color: #112730;
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
    text-align: center;
    padding-bottom: 20px;
}

#members-section.team-jls .flex-members-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    background-color: #D1FFB3;
}

@media (max-width: 1000px) {

    #members-section.team-jls {
        padding: 80px 0;
    }

    #members-section.team-jls .section-inner {
        padding: 0 20px;
    }

    #members-section.team-jls .section-title {
        margin-bottom: 30px;
    }

    #members-section.team-jls .section-title h2 {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 30px;
        text-align: center;
    }

    #members-section.team-jls .section-title p {
        font-size: 20px;
        line-height: 20px;
        text-align: center;
    }

    #members-section.team-jls .section-p-mem-uspal {
        margin-bottom: 50px;
        text-align: center;
    }

    #members-section.team-jls .members-card {
        width: 100%;
        max-width: calc(100% / 2);
    }
}

@media (max-width: 767px) {
    #members-section.team-jls .members-card {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    #members-section.team-jls .members-card:last-child {
        margin-bottom: 0;
    }

    #members-section.team-jls .members-card .members-img-wrp {
        position: relative;
        width: 100%;
        height: 100%;
        max-height: none;
        aspect-ratio: 1 / 1;
    }

    #members-section.team-jls .members-card .members-name {
        margin: 10px 0;
    }
}

.company-section {
    padding: 120px 0;
}

.company-section .company-wrapper {
    padding: 0 40px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.company-section .company-title {
    color: #10272F;
    font-size: 68px;
    font-weight: 250;
    line-height: 68px;
    margin: 0;
    margin-bottom: 62px;
}

.company-section .company-text {
    color: #1C6756;
    font-size: 41px;
    font-weight: 300;
    line-height: 41px;
    margin: 0;
    max-width: 830px;
    margin-bottom: 100px;
}

.company-wrapper .swiper-button-next,
.company-wrapper .swiper-button-prev {
  display: none;
}

.company-buttons {
    margin-top: 20px;
    position: relative;
    height: 40px;
}

.toggle-button {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    color: #10272F;
    white-space: nowrap;
    vertical-align: middle;
    min-width: 140px;
    justify-content: center;
}

.toggle-icon {
    width: 24px;
    height: 24px;
    transition: transform 0.3s;
    flex-shrink: 0;
}

.company-expanded {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
    margin-top: 40px;
    text-align: left;
}

.company-expanded.active {
    opacity: 1;
}

.company-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    justify-content: start;
    max-width: 960px;
    width: 100%;
    margin: 0;
}

.company-grid>.company-slide {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.company-expanded.active .company-grid>.company-slide {
    opacity: 1;
    transform: translateY(0);
}

.grid-button {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: max-content;
    white-space: nowrap;
}

.company-wrapper.grid-active .slider-button {
    opacity: 0 !important;
    pointer-events: none !important;
    position: absolute;
    top: 0;
    left: 0;
}

.company-wrapper.grid-active .grid-button {
    opacity: 1 !important;
    pointer-events: auto !important;
    position: static;
    width: max-content;
    gap: 10px;
}

.company-card {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box;
    max-width: 300px;
    margin: 0 auto;
}

.company-slide img {
    width: 100%;
    height: auto;
    display: block;
    /* border-radius: 20px; */
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease, box-shadow 0.4s ease;
}

@media (max-width: 769px) {
    .company-wrapper .swiper-button-next,
    .company-wrapper .swiper-button-prev {
        display: flex;
        justify-content: center;
        align-items: center;
        --swiper-navigation-size: 20px;
        border: 2px solid #0FA366; /* Sets a 1px black solid border */
        border-radius: 50%; 
        top: 65%;
        width: 30px;
        height: 30px;
    }

    .company-wrapper .swiper-button-next {
        right: 5px;
    }

     .company-wrapper .swiper-button-prev {
        left: 5px;
    }

    .company-wrapper .swiper-button-prev:after {
        content: "";
        background-image: url("assets/images/Vector.png");
        background-repeat: no-repeat;
        background-position: center;
        height: 5px;
        width: 5px;
        height: 100%;
        width: 100%;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .company-wrapper .swiper-button-next:after {
        content: "";
        background-image: url("assets/images/Vectorafter.png");
        background-repeat: no-repeat;
        background-position: center;
        height: 5px;
        width: 5px;
        height: 100%;
        width: 100%;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    /* .company-wrapper .swiper-button-next:after{
        margin-left: 2px;
        content: '→';
        position: absolute;
        top: 50%;
        transform: translateY(-60%);
    }

    .company-wrapper .swiper-button-prev:after{
        margin-right: 2px;
        content: '←';
        position: absolute;
        top: 50%;
        transform: translateY(-60%);
    } */

    .company-section {
        padding: 80px 0;
    }

    .company-section .company-title {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 30px;
        text-align: center;
    }

    .company-section .company-text {
        color: #1C6756;
        font-size: 20px;
        line-height: 20px;
        max-width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }

    .company-slide img {
        max-width: 350px;
        margin: 0 auto;
    }

    .company-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        max-width: 100%;
        padding: 0 10px;
    }
}

@media (max-width: 480px) {
    .company-grid {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 0 10px;
    }
}

.section-inner-wrap .ripple-container svg {
    opacity: 0.35;
}

.fade-up {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.fade-up.visible {
    opacity: 1;
    transform: translateY(0);
}

#site-header {
    position: sticky;
    top: 0;
    z-index: 999;
    background: white;
    transition: all 0.3s ease;
}

#site-header {
    transition: all 0.3s ease;
}

.site-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 250px;
    height: 70px;
    transition: width 0.3s ease, height 0.3s ease;
    box-sizing: border-box;
}

.site-logo img {
    height: 100%;
    width: auto;
    transition: max-width 0.4s ease;
    box-sizing: border-box;
    margin: 0;
}

.site-logo .logo-ripple {
    max-width: 70px;
    cursor: pointer;
    transition: transform 0.2s ease, max-width 0.2s ease;
    margin: 0;
}

.logo-text {
    max-width: 170px;
}

.is-sticky .site-logo {
    width: 180px;
    height: 70px;
}

.is-sticky .site-logo .logo-ripple {
    max-width: 50px;
}

.is-sticky .site-logo .logo-text {
    max-width: 130px;
}

@media (max-width: 786px) {
    .is-sticky .header-inner.section-inner {
        padding: 1rem 0;
    }

    .is-sticky .site-logo .logo-ripple {
        max-width: 40px;
    }

    .is-sticky .site-logo .logo-text {
        max-width: 80px;
    }
}

@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.7;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.logo-ripple.animate-ripple {
    animation: ripple 1.5s ease-in-out forwards;
}

.site-logo:hover .logo-ripple {
    animation: ripple 1.5s ease forwards;
}

.site-logo .custom-logo-link {
    display: flex;
    align-items: center;
    gap: 10px;
}
/*** Module pillars guide ***/
.module-slider-with-video {
    padding: 0 !important;
}
.module-slider-with-video {
    height: 100vh;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.no-scroll {
    overflow: hidden;
    height: 100vh;
}
.swiper-pagination-bullet-active:last-child > .no-scroll{
    overflow: visible;
}
/*** Module About us ***/
section, footer, #members-section-wrapper {
    z-index: 999;
    position: relative;
}
#approach{
    background-color: #f1ffe8 !important;
}
#members-section-wrapper{
    background: #FFFFFF;
}
#about {
    /* border: 1px solid black; */
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    z-index: 0;
    padding: 0;
}
.section-inner-wrap {
    z-index: 3;
}
#about .section-inner-wrap {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 0;
    top: 50px;
}

@media (max-width: 1000px) {
    #about {
        height: 100%;
        padding: 80px 0;
    }

    #about .section-inner-wrap {
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 0;
        top: 0;
    }
}