/*body:before {*/
/*    content: '';*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: 5px;*/
/*    background-color: #244CA0;*/
/*}*/

.stk-block:is(.leading-section) {
    position: relative;
}

@media only screen and ( min-width: 768px ) {
    .home #gform_wrapper_3 {
        max-width: 330px;
    }

    .stk-block:is(.leading-section):after {
        content: '' !important;
        display: block;
        width: 100%;
        height: calc(100vw * 0.15);
        /* ratio of height / width */
        bottom: 0;
        transform: translateY(100%);
        left: 0;
        position: absolute;
        z-index: 2;
        background: url(/wp-content/uploads/2022/12/bottom-divider.svg);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: contain;
    }

    .hero__form-accent {
        display: block;
    }

    .hero__container {
        display: flex;
        top: 0 !important;
    }
}

@media only screen and ( min-width: 1024px ) {
    .stk-block:is(.leading-section):before {
        content: '' !important;
        display: block;
        width: calc(147px * 1.25);
        height: calc(216px * 1.25);
        bottom: -450px;
        left: 0;
        position: absolute;
        z-index: 3;
        background-color: transparent !important;
        background: url(/wp-content/uploads/2022/12/side-arrow.svg);
        background-repeat: no-repeat;
        background-position: top left;
        background-size: contain;
    }
}


/**
 * SLICK
 */

.real-people .slick-track {
    display: flex !important;
}

.real-people .slick-slide {
    margin-right: 20px !important;
    margin-left: 20px !important;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.slick-dots li {
    width: auto !important;
}

.slick-dots button {
    padding: 5px 15px;
}

.slick-dots button:before {
    font-size: 16px !important;
    color: white !important;
}

.slick-dots .slick-active button:before,
.slick-dots button:hover:before {
    color: #1380B0 !important;
}

.stk-block-card__image {
    padding: 30px 30px 0 30px;
}

.stk-block-card__image img {
    border-radius: 10px;
}

.hero-image {
    position: relative;
    background-size: cover;
    z-index: 10;
}

.hero-image:before {
    content: '';
    display: block;
    background: rgba(0, 0, 0, 0.4);
    background: radial-gradient(circle, rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0.8) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.hero {
    position: relative;
    background-color: #F8FAFC;
    margin-bottom: 0 !important;
}

.consultation-footer {
    margin-top: 150px;
    position: relative;
}

.consultation-footer:after {
    content: '';
    display: block;
    width: 100%;
    height: calc( 100vw * 0.176 );
    background: url(../images/footer-lines.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: -170px;
    left: 0;
    z-index: 10;
}

.consultation-footer:before {
    content: '';
    display: block;
    width: 100%;
    height: calc( 100vw * 0.176 );
    background: url(../images/footer-top.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: -130px;
    left: 0;
    z-index: 2;
}

@media only screen and ( max-width: 767px ) {

    .hero {
        height: 1320px !important;
    }

    .featured-list li[data-block-type="core"] {
        font-size: 16px !important;
    }

    .featured-list li:before {
        width: 25px !important;
        height: 25px !important;
    }

}

@media only screen and ( max-width: 1200px ) and ( min-width: 768px ) {

    .hero {
        height: 1100px !important;
    }

}

@media only screen and ( max-width: 1200px ) {
    .stk-88254ab-inner-blocks, .stk-88254ab.stk-block-column .stk--block-orientation-horizontal.stk-88254ab-inner-blocks {
        justify-content: center !important;
    }

    .hero__background {
        clip-path: unset !important;
        background-attachment: fixed !important;
    }

    .hero__bottom-accent {
        width: 150% !important;
        bottom: -2rem !important;
    }
}

@media only screen and ( max-width: 920px ) {
    .consultation-footer:after {
        top: 0;
        transform: translateY(-60%);
    }

    .consultation-footer:before {
        top: 0;
        transform: translateY(-50%);
    }
}

.consultation-footer .gform_wrapper {
    max-width: 400px;
}

.consultation-footer .gform_heading {
    margin-bottom: 1.5rem;
}

.consultation-footer .gform_title {
    font-size: 1.85rem;
    font-weight: 600;
}

/**
 * GRAVITY FORMS
 */

.gfield textarea,
.gfield input {
    padding: 14px 20px !important;
    font-weight: 500;
}

.gfield textarea::placeholder,
.gfield input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #2E3037 !important;
    opacity: 1; /* Firefox */
}

.gfield textarea:-ms-input-placeholder,
.gfield input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #2E3037 !important;
}

.gfield textarea::-ms-input-placeholder,
.gfield input::-ms-input-placeholder { /* Microsoft Edge */
    color: #2E3037 !important;
}

.gform_button.button {
    padding: 13px 80px !important;
    background: linear-gradient(140deg,#0ea5e9,#1e40af) !important;
    border-radius: 5px !important;
    box-shadow: none !important;
    width: 100% !important;
    color: #fff !important;
    font-size: 1rem !important;
    border: 1px solid #0A3189;
}

.gform_button.button:hover {
    border: 1px solid #0A3189;
    filter: brightness(.9) contrast(1.2);
}

.gform-button.button {
    padding: 13px 80px !important;
    background: #00B773 !important;
    border-radius: 5px !important;
    box-shadow: none !important;
    width: 100% !important;
    color: #fff !important;
    font-size: 1rem !important;
    border: 1px solid transparent;
}

/**
 * HERO
 */

.hero {
    position: relative;
    overflow: visible;
    z-index: 10;
    height: 90vh;
    width: 100% !important;
    max-width: unset !important;
}

.hero__background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #050529;
}

.hero__container {
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 180px;
    left: 0;
    right: 0;
    z-index: 20;
}

.hero__container .acf-innerblocks-container {
    width: 100%;
}

.hero__bottom-accent {
    position: absolute;
    bottom: -1rem;
    left: 0;
    width: 100%;
    z-index: 0;
}

.hero__form-accent {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    pointer-events: none;
    display: none;
}

.hero__form-accent > img {
    width: auto;
    height: 110vh;
}

.w-full {
    width: 100%;
}

.h-auto {
    height: auto;
}

/**
 * HERO FORM
 */

#field_3_6 {
    order: 10;
}

.page-id-742 .gfield_consent_label,
.home .gfield_consent_label {
    color: white;
}

.gform_wrapper .gf_progressbar_percentage {
    background: linear-gradient(220deg, #0ea5e9, #1e40af) !important;
    margin-bottom: 60px;
}

#gform_wrapper_3 .gform_title {
    color: #fff;
    font-size: 25px;
    margin-bottom: 1.5rem;
}

#gform_wrapper_3 .gfield.gfield--width-half {
    -ms-grid-column-span: 12 !important;
    grid-column: span 12 !important;
}

/**
 * BREADCRUMBS
 */

.yoast-breadcrumbs {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.yoast-breadcrumbs .separator {
    margin: 0 5px;
}

.transparent-hero .yoast-breadcrumbs .separator,
.transparent-hero .yoast-breadcrumbs .breadcrumb_last {
    color: white;
    fill: white;
}

.yoast-breadcrumbs a {
    color: #008de4 !important;
}

.blog .hero-section {
    border-bottom: 1px solid #e7e7e7;
}

/**
 * CHECKBOXES
 */

.ginput_container_consent {
    position: relative;
    padding-left: 40px;
}

.ginput_container_consent label:after {
    content: "";
    background: #FBFBFB;
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 3px;
    z-index: 0;
    border: 1px solid #8E9FA5;
}

.ginput_container_consent label:before {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 15px;
    border: solid #01A2F4;
    border-width: 0 2px 2px 0;
    left: 12px;
    top: 1px;
    transform: rotate(45deg) scale(1.5);
    opacity: 0;
    z-index: 1;
    transition: all 100ms;
}

input[type=checkbox] {
    opacity: 0;
    outline: none;
    z-index: 100;
    width: 25px;
    height: 25px;
    top: 0;
    left: 0;
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

input[type=checkbox] + label {
    cursor: pointer;
}

input[type=checkbox]:checked + label:before {
    opacity: 1;
}

.gform_required_legend {
    display: none;
}

/**
 * LIST
 */

.featured-list {
    padding: 0;
}

.featured-list li {
    position: relative;
    padding-left: 50px;
    list-style-type: none;
    font-size: 20px !important;
}

.featured-list li:before {
    content: '';
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/wp-content/uploads/2022/12/checkmark.svg);
    background-size: contain;
}

@media only screen and ( min-width: 1300px ) {
    .hero {
        position: relative;
    }

    .hero:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        background-image: url(/wp-content/uploads/2022/12/form-background-graphic.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: calc( 110vh * 0.633 );
        height: 110vh;
        z-index: 4;
    }
}



@media only screen and ( min-width: 1700px ) {
    .hero:before {
        width: calc( 120vh * 0.633 );
        height: 120vh;
    }
}

@supports ( -webkit-touch-callout : none) {
    .hero__background {
        background-position: center;
        background-attachment: scroll !important;
    }
}
