/* SUPPORT-701 */
body .header {
    background-color: rgba(0,0,0,.8);
}

body .header__block {
    border-bottom: 0;
}

@media print, screen and (min-width: 64em) {
    body .hero__btn-video,
    body .banner__btn-video {
        top: 19%;
        right: calc((100vw - 112.8125rem) / 2 + 1.875rem);
        transform: translate(0, 0);
    }

    body .banner__btn-video {
        left: auto;
    }
}

@media print, screen and (max-width: 1800px) {
    body .hero__btn-video,
    body .banner__btn-video {
        right: 1.875rem;
        top: 15%;
        transform: translate(0, 0);
    }

    body .banner__btn-video {
        left: auto;
    }
}

body .hero__info li:last-child {
    display: none;
}

body .hero__bg-image::after {
    display: none;
}

body .header__menu-list>li>a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #fbbb10;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease-in-out;
}

@media print, screen and (min-width: 1440px) {
    body .header__menu-list>li>a::after {
        bottom: 0;
    }
}

body .header__menu-list>li>a::before {
    display: none;
}

body .header__menu-list>li.is-active a::after,
body .header__menu-list>li:hover a::after {
    opacity: 1;
    visibility: visible;
}

body .slider__arrows {
    display: flex;
}

@media print, screen and (min-width: 64em) {
    body .slider__arrows {
        bottom: calc(225px / 2);
        left: 4.25rem;
    }
}

@media print, screen and (min-width: 64em) {
    body .spotlight__block {
        max-width: 40rem;
    }
}

body .steps__numbers {
    color: #EDEDED;
}
/* SUPPORT-701 */

/* SUPPORT-895 */
body .card-usp__text {
    text-transform: initial;
}

body .applications__heading h2 {
    color: rgba(255,255,255,.32);
}

body .card-application__icon {
    display: none;
}

.header__menu.hide-for-xxlarge .header__language {
    margin: 30px 0 0 0;
}

body .header__menu-list {
    margin: 0 0 30px 0;
}
section.slider {
    touch-action: auto;
}
@media print, screen and (min-width: 90em) {
    body .header__menu-list {
        margin: 0;
    }
}

@media print, screen and (max-width: 89.99875em) {
    body .header__menu {
        padding: 8.375rem 2.5rem 3.75rem 2.5rem;
    }
}

@media print, screen and (min-width: 75em) {
    body .team {
        padding-top: 20rem;
    }
}
/* SUPPORT-895 */

/* SUPPORT-1254 */
.banner__bg-image:after {
    display: none;
}

section.intro-load {
    /*animation: none;*/
    /*animation: fadeBg 1.8s ease forwards;*/
    animation: changeHeight .1s 1.2s ease forwards;
    height: 100vh !important;
    /*background-color: #fbbb10;*/

}

.intro-load .intro-load__bg {

}

body.home main {
    /*animation: fadeBg 1.8s ease forwards;*/
}

/*.intro-load .intro-load__bg--bg-1 {*/
/*    animation-delay: .2s;*/
/*}*/
/*.intro-load .intro-load__bg--bg-2 {*/
/*    animation-delay: .4s;*/
/*}*/
/*.intro-load .intro-load__bg--bg-3 {*/
/*    animation-delay: .6s;*/
/*}*/
/*.intro-load .intro-load__bg--bg-4 {*/
/*    animation-delay: .8s;*/
/*}*/

@keyframes fadeBg {
    from {
        background-color: #fbbb10;
    }

    to {
        background-color: transparent;
    }
}
@keyframes changeHeight {
    from {
        height: 100vh;
    }

    to {
        height: 100%;
    }
}
/* SUPPORT-1254 */


/*SUPPORT-2526 */
@media print, screen and (min-width: 75em) {
    .photo {
        padding-top: 6.25rem !important;
    }
}

/* Jeroen styling v*/
html, body, main{
    /*Hero styling*/
    .hero {
        min-height: 90vh;
        .banner__arrow {
            background-color: #fff;
            color: #FBBB10;
            font-size: 20px;
            z-index: 2;
            &::after {
                z-index: 3;
                background-color: rgb(92 92 92 / 15%);
            }
        }
        .hero__content {
            padding-bottom: 0;
            h1 {
                margin-bottom: 30px;
                font-size: 91px;
                letter-spacing: 2px;
                line-height: 95px;

                @media print, screen and (max-width: 45em) {
                    margin-left: 0;
                    font-size: 52px;
                    line-height: 56px;
                    margin-bottom: 90px;
                }
            }
        }
        .hero__bg-image {

        }

        /*&:before {
            content: "";
            background: linear-gradient(78.11deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
            position: absolute;
            inset: 0;
            z-index: 1;
        }*/
    }

    .banner__arrow {
        @media print, screen and (max-width: 45em) {
            width: 3rem;
            height: 3rem;
        }
    }
}

/*connect form*/
.connect, .quote {
    .gform_wrapper {
        background-color: white;
        color: black;
        padding: 70px 40px;
        @media(max-width: 420px)  {
            padding: 15px;
            margin-top: 30px;
        }
        input::placeholder, textarea::placeholder {
            color: #707070;
            opacity: .6;
        }
        input, textarea {
            color: black;
        }
        input:focus, textarea:focus {
            border: 1px solid #FBBB10;
        }
        .select2-selection__rendered {
            color: #707070 !important;
            opacity: .6;
        }
        .textarea {
            max-height: 200px;
        }
        input, textarea {
            border: 1px solid rgba(0, 0, 0, 0.2)
        }
        .select2-selection {
            border: 1px solid rgba(0, 0, 0, 0.2);
        }
        button {
            background-color: #FBBB10 !important;
            border: none !important;
        }
        p {
            color: #000000;
            text-transform: uppercase;
            line-height: 19px;
            font-size: 16px;
            font-weight: 600;
            margin: 0;
        }
        .gform_submission_error {
            padding-left: 50px !important;
        }

        input:not(:placeholder-shown),
        textarea:not(:placeholder-shown) {
            border: 1px solid #FBBB10;
        }

    }
    .select2-results__option {
        background-color: #FBBB10 !important;
    }
    .connect__whatsapp-text, .card-info__address {
        p, span {
            color: white;
        }
    }
    .gfield_radio {
        display: flex;
        justify-content: space-between;
        input {
            display: none !important;
        }
        label {
            border: 1px solid #DBDFE6;
            border-radius: 4px;
            padding: 10px 30px;
            font-size: 16px;
            font-weight: 500;
            @media(max-width: 1750px) {
                padding: 10px 10px;
            }
            @media(max-width: 1200px) {
                padding: 10px 6px;
            }
            @media(max-width: 500px) {
                padding: 10px 30px;
            }
        }
        .gchoice input[type="radio"]:checked + label {
            border: 1px solid #FBBB10;
        }
        @media(max-width: 1750px) {
            width: 100%;
            justify-content: center;
            align-items: center;
            gap: 0;
        }
        @media(max-width: 500px) {
            flex-direction: column;
            gap: 15px;
            align-items: flex-start;
        }
    }

    &.has-cta {
        margin-top: 80px;

        @media(max-width: 750px) {
            margin-top: 40px;
        }
    }

}



.select2-results__option {
    background-color: #f8f4f4 !important;
    color: black !important;
}
.select2-results__option--highlighted {
    background-color: #ffffff !important;
    color: black !important;
}
.select2-results__option--selected {
    background-color: #ffffff;
}

/*Navbar * Nieuwe styling*/
.header {
    .header__block {
        .button {
            background-color: #FBBB10;
            &::after {
                background-color: #ffc404
            }
        }
    }
}
/*Hero styling*/
.hero {
    h1 {
        max-width: 40rem;
    }
}
/*Textblock USP*/
.textblock-usp {
    background-color: white;
    color: black;
    padding: 54px 0 0 0;
    .textblock-usp__title {
        h2 {
            font-size: 32px;
            line-height: 53px;
            font-weight: 600;
            margin-bottom: 60px;
            text-transform: none;
            letter-spacing: 0;
            @media print, screen and (max-width: 45em) {
                font-size: 1.175rem;
                line-height: 25px;
            }
        }
        padding: 5px;
    }

    .content_container {
        display: grid;
        grid-template-columns: 56% 44%;
        align-items: center;
        gap: 60px;
        margin-top: 60px;

        @media(max-width: 750px) {
            grid-template-columns: 1fr;
            gap: 0;
        }
    }
    .textblock-usp__button {
        transform: translate(3px, -13px);
    }
    .textblock-usp__icon {
        display: flex;
        width: 24px;
        transform: translate(4px, -2px);
    }
    .textblock-usp__image {
        margin-bottom: 3.125rem;
    }
    .textblock-usp__items {
        display: flex;
        justify-content: space-between;
        margin-top: 6rem;
        @media(max-width: 1150px) {
            transform: translateY(0);
        }
        @media(max-width: 980px) {
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            gap: 30px;
        }
    .textblock-usp__item {
        display: flex;
        align-items: center;
        gap: 10px;
        .textblock-usp__text {
            font-size: 20px;
            font-weight: 600;
            text-transform: uppercase;
            line-height: 53px;
            transform: translateY(-3px);
            @media print, screen and (max-width: 45em) {
                font-size: 1.175rem;
                line-height: 25px;
            }
        }
    }
    }
    .no-button {
        margin-top: 28px;
        margin-bottom: 122px;
        @media(max-width: 1150px)  {
            margin-top: 0;
        }
    }
}

/*Application slider*/
section.applicationslider {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    padding-top: 6.3125rem;
    padding-bottom: 4rem;

    .slider__nav {
        display: flex;
    }

    .grid-x .cell {
        border-top: 1px solid #DBDFE6;
        padding-top: 8.125rem;
    }

    .applicationslider__thumbnail {
        position: relative;
    }

    .slider__images img {
        display: block;
        width: 100%;
        height: 290px !important;
        object-fit: cover;
        margin: 0;
        padding: 0;
    }


    .applicationslider__arrow {
        position: absolute;
        bottom: 26px;
        right: 42px;
        width: 56px;
        height: 56px;
        background-color: #FBBB10;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        &::before {
            content: '';
            display: block;
            width: 18px;
            height: 18px;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.649' height='18.649' viewBox='0 0 18.649 18.649'%3E%3Cpath id='Path_89' data-name='Path 89' d='M7.165,27.441,24.106,10.5' transform='translate(-6.458 -9.5)' fill='none' stroke='%23fff' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath id='Path_90' data-name='Path 90' d='M10.5,10.5h9.84v9.84' transform='translate(-2.691 -9.5)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E%0A");
            background-repeat: no-repeat;
            background-size: contain;
            transition: .3s all ease;
            position: absolute;
            right: 20px;
            top: 20px;
        }
        &::after {
            content: '';
            display: block;
            width: 18px;
            height: 18px;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.649' height='18.649' viewBox='0 0 18.649 18.649'%3E%3Cpath id='Path_89' data-name='Path 89' d='M7.165,27.441,24.106,10.5' transform='translate(-6.458 -9.5)' fill='none' stroke='%23fff' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath id='Path_90' data-name='Path 90' d='M10.5,10.5h9.84v9.84' transform='translate(-2.691 -9.5)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E%0A");
            background-repeat: no-repeat;
            background-size: contain;
            position: absolute;
            left: -20px;
            bottom: -20px;
            transition: .3s all ease;
        }
    }

    .slider__images {
        position: relative;
        overflow: hidden;
        img {
            transition: .3s all ease;
        }
    }

    .applicationslider__items {
        width: 100%;
        margin-bottom: 30px;
    }

    .applicationslider__item-link {
        text-decoration: none;
        color: inherit;
        display: block;
        background-color: white;
        overflow: hidden;
        &:hover {
            img {
                transform: scale(1.05);
                transition: .3s all ease;
            }
            .applicationslider__arrow::after {
                left: 20px;
                bottom: 20px;
                transition: .3s all ease;
            }
            .applicationslider__arrow::before {
                right: -20px;
                top: -20px;
                transition: .3s all ease;
            }
        }
    }

    .applicationslider__item {
        border: 1px solid rgba(255, 255, 255, 0.11);
        padding: 0;
        min-width: 460px;
        width: 460px !important;
        flex-shrink: 0;
        margin-right: 30px;
        overflow: hidden;
    }

    .applicationslider__item_description {
        border: 1px solid #DBDFE6;
        padding: 42px 43px 14px 43px;

    }

    .applicationslider__tag span {
        text-transform: uppercase;
        font-size: 16px;
        line-height: 19px;
        font-weight: 600;
        color: black;
        background-color: #F5F7FA;
        width: fit-content;
        padding: 13px 25px;
        border-radius: 5px;
    }
    .slick-slide {
        width: 505px;
        @media print, screen and (max-width: 45em) {
            width: 350px;
        }
    }
    .applicationslider__title p {
        color: black;
        font-size: 28px;
        font-weight: 500;
        line-height: 40px;
        margin-top: 26px;
    }

    .applicationslider__description {
        margin-top: -5px;
        p {
            color: black;
            font-size: 18px;
            font-weight: 600;
            line-height: 35px;
        }
    }

    .slider__title {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 92px;
        @media(max-width: 900px) {
            flex-direction: column;
            margin-bottom: 30px;
        }
        a {
            height: fit-content;
            margin-top: 4px;
        }
        h2 {
            letter-spacing: 2px;
            @media(max-width: 900px) {
                margin-bottom: 20px;
            }
        }
    }
    .slick-list {
        width: 100vw;
    }
}
/*.applicationslider {*/
/*    padding-top: 175px !important;*/
/*    background-color: #ffffff !important;*/
/*}*/
/*FAQ Sectie*/
.faqs {
    background-color: white;
    padding: 80px 0;
}

.faqs .faq-heading {
    font-weight: bold;
    line-height: 70px;
    color: #DBDFE6;
    max-width: 50%;
    margin-bottom: 42px;
    h2 {
        font-size: 64px;
        letter-spacing: 2px;
        @media print, screen and (max-width: 45em) {
            font-size: 2.675rem;
            line-height: 1.25;
        }
    }
}

.faqs .faq-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.9rem;
    align-items: start;
    grid-auto-rows: auto;
    @media(max-width: 1025px) {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .faq-column {
        @media(max-width: 1025px) {
            .faq-item {
                &:last-child {
                    margin-bottom: 0;
                }
            }
        }
        .open {
            .faq-title {
                padding: 40px 40px 14px 40px;
            }
        }
    }
}


.faq-item {
    position: relative;
    width: 100%;
    background-color: #F5F7FA;
    border-radius: 4px;
    overflow: hidden;
    margin: 20px 0;
}

.faq-title {
    cursor: pointer;
    color: black;
    padding: 40px;
    font-size: 20px;
    font-weight: bold;
    line-height: 25px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
    p {
        margin: 0;
        width: 80%;
        letter-spacing: 0.04rem;
        @media print, screen and (max-width: 45em) {
            font-size: 0.875rem;
            line-height: 1.25;
        }
    }
}

.faq-icon {
    position: relative;
    width: 27px;
    height: 27px;
    background-color: #DBDFE6;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.faq-icon:before {
    content: '';
    position: absolute;
    width: 29px;
    height: 29px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='27' viewBox='0 0 27 27'%3E%3Cpath id='Icon_akar-plus' data-name='Icon akar-plus' d='M18,30V18m0,0V6m0,12H30M18,18H6' transform='translate(31.5 -4.5) rotate(90)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='3'/%3E%3C/svg%3E%0A");
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.faq-item.open .faq-icon:before {
    transform: translateY(-50%) rotate(225deg);
}

.faq-description {
    margin-top: 10px;
    display: none;
    color: black;
    padding: 0 40px 40px 40px;
    p {
        margin: 0;
        font-size: 18px;
        font-weight: 500;
        line-height: 36px;
        padding-right: 100px;
        @media print, screen and (max-width: 45em) {
            font-size: 0.975rem;
            line-height: 1.25;
            padding-right: 0;
        }
    }
}
/*Banner*/
.banner {
    /*min-height: 36.1rem !important;*/
    .banner__lightbox-btn {
        position: absolute;
        width: 5rem;
        height: 5rem;
        backdrop-filter: blur(15px) brightness(1.2);
        right: 12.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 4.625rem;
        @media(max-width: 1023px) {
            right: 0;
            bottom:0;
            margin: 0;
        }
    }
    &:before {
        content: "";
        background: linear-gradient(78.11deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
        position: absolute;
        inset: 0;
        z-index: 1;
    }
    .banner__info-item {
        padding: 28px 45px;
        width: 100%;
        max-width: 475px;
        .banner__link {
            height: 89px;
        }
    }
    .banner__holder {
        .grid-container {
            .large-4 {
                position: absolute;
                right: 0;
                bottom: -98px;

                .banner__info {
                    margin-bottom: 0;
                    /*@media(max-width: 1350px) {*/
                    /*    */
                    /*}*/
                    /*@media(max-width: 1024px) {*/
                    /*    left: 4.0625rem;*/
                    /*}*/
                    @media(max-width: 1200px) {
                        display: none;
                    }
                }
            }
        }
    }
    .banner__text-outline img {
        max-width: 60%;
    }

    .play-button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 60px;
        transition: transform 0.2s ease, background-color 0.3s ease;
    }

    .play-button:before {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-left: 24px solid #fff;
        border-top: 16px solid transparent;
        border-bottom: 16px solid transparent;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .banner__arrow {
        background-color: #ffffff !important;
        color: black !important;
    }
    .breadcrumbs {
        margin-bottom: 2px;
    }
    .banner__title {
        margin-bottom: 62px;
        h1 {
            font-size: 91px;
            font-weight: bold;
            line-height: 95px;
            letter-spacing: 2px;
            @media print, screen and (max-width: 45em) {
                font-size: 2.775rem;
                line-height: 1.25;
            }
        }
    }
    @media print, screen and (max-width: 55em) {
        .banner__title {
            h1 {
                font-size: 2.175rem;
                line-height: 1.25;
            }
        }
    }
}
section.banner--small {
    /*min-height: 35.6rem;*/
}


/*Application overview*/

.applicationoverview {
    position: relative;
    width: 100%;
    background-color: #F5F7FA;
    padding-top: 9rem;
    padding-bottom: 9rem;

    .applicationoverview__thumbnail {
        position: relative;
    }

    .applicationoverview__heading {
        width: 60%;
        padding-bottom: 50px;

        h2 {
            color: #DBDFE6;
            font-size: 64px;
            line-height: 70px;
            letter-spacing: 2px;
            @media print, screen and (max-width: 45em) {
                font-size: 2.775rem;
                line-height: 1.25;
            }
        }
    }

    .applicationoverview__images img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        margin: 0;
        padding: 0;
    }

    .applicationoverview__arrow {
        position: absolute;
        bottom: 60px;
        right: 60px;
        width: 56px;
        height: 56px;
        background-color: #FBBB10;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    .applicationoverview__arrow::before {
        content: '';
        display: block;
        width: 18px;
        height: 18px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.649' height='18.649' viewBox='0 0 18.649 18.649'%3E%3Cpath id='Path_89' data-name='Path 89' d='M7.165,27.441,24.106,10.5' transform='translate(-6.458 -9.5)' fill='none' stroke='%23fff' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath id='Path_90' data-name='Path 90' d='M10.5,10.5h9.84v9.84' transform='translate(-2.691 -9.5)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-size: contain;
        transition: .3s all ease;
        position: absolute;
        right: 20px;
        top: 20px;
    }

    .applicationoverview__arrow::after {
        content: '';
        display: block;
        width: 18px;
        height: 18px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.649' height='18.649' viewBox='0 0 18.649 18.649'%3E%3Cpath id='Path_89' data-name='Path 89' d='M7.165,27.441,24.106,10.5' transform='translate(-6.458 -9.5)' fill='none' stroke='%23fff' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath id='Path_90' data-name='Path 90' d='M10.5,10.5h9.84v9.84' transform='translate(-2.691 -9.5)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        left: -20px;
        bottom: -20px;
        transition: .3s all ease;
    }

    .applicationoverview__items {
        width: 100%;
        margin-bottom: 30px;
    }

    .applicationoverview__images {
        position: relative;
        overflow: hidden;
        width: 520px;
        height: 100%;
    }

    .applicationoverview__item-link {
        text-decoration: none;
        color: inherit;
        background-color: white;
        overflow: hidden;
        display: flex;
        /*height: 330px;*/
        margin-top: 20px;
        gap: 0;
        align-items: center;
        @media (max-width: 1000px) {
            flex-direction: column;
            height: auto;
            width: 100%;
            .applicationoverview__images {
                margin: auto;
            }

        }

        img {
            transition: .3s all ease;
        }

        &:hover {
            img {
                transform: scale(1.05);
                transition: .3s all ease;
            }

            .applicationoverview__arrow::after {
                left: 20px;
                bottom: 20px;
                transition: .3s all ease;
            }

            .applicationoverview__arrow::before {
                right: -20px;
                top: -20px;
                transition: .3s all ease;
            }

            .applicationoverview__tag span {
                border: 1px solid #FBBB10;
                background-color: #ffffff;
            }
        }
    }

    .applicationoverview__item {
        border: 1px solid rgba(255, 255, 255, 0.11);
        padding: 0;
        min-width: 460px;
        flex-shrink: 0;
        margin-right: 30px;
        overflow: hidden;
        display: flex;
        @media print, screen and (max-width: 45em) {
            min-width: 400px;
            width: auto;
        }
    }

    .applicationoverview__item_description {
        padding: 60px 60px;
        position: relative;
        width: calc(100% - 520px);
    }

    .applicationoverview__tag {
        padding-bottom: 30px;
        margin: 4px;

        span {
            text-transform: uppercase;
            font-size: 16px;
            line-height: 19px;
            font-weight: 600;
            color: black;
            background-color: rgba(219, 223, 230, 0.1);
            width: fit-content;
            padding: 13px 25px;
            border-radius: 5px;
            border: 1px solid #DBDFE6;
        }
    }

    .applicationoverview__title {
        p {
            color: black;
            font-size: 44px;
            font-weight: 500;
            line-height: 53px;
            margin-bottom: 20px;
        }
    }


    .applicationoverview__blocks {
        display: flex;
        flex-direction: column;
        gap: 32px;
    }

    .applicationoverview__description {
        width: 80%;
        p {
            color: black;
            font-size: 18px;
            line-height: 35px;
            margin-bottom: 0;
        }
    }
    .applicationoverview__title {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: baseline;
        /*padding-left: 20px;*/
        @media(max-width: 800px) {
            flex-direction: column;
            margin-bottom: 30px;
        }
        a {
            height: fit-content;
        }
        h2 {
            @media(max-width: 800px) {
                margin-bottom: 20px;
            }
        }
    }
    .slick-list {
        width: 100vw;
    }
    @media print, screen and (max-width: 1000px) {
        .applicationoverview__arrow {
            right: 0;
            bottom: 0;
        }
        .applicationoverview__heading {
            width: 100%;
        }

        .applicationoverview__item_description {
            padding: 0 10px;
            p {
                font-size: 1rem;
            }
                width: 100%;

        }
        .cell {
            margin-left: 0;
        }
        .applicationoverview__images {
            height: 230px;
            width: 100%;
        }
        .applicationoverview__title {
            margin: 0;
            p {
                font-size: 1.175rem;
                margin: 0;
            }
        }
    }
}

/*CTA in parralax image*/
.portrayal {
    display: block !important;
    top: 0 !important;
    @media print, screen and (max-width: 45em) {
        .has-cta {
            .grid-container {
                position: relative;
            }

            .grid-x {
                width: 100%;
                position: absolute;

                .portrayal__cta {
                    top: 0;
                }
            }
            .grid-x {
                display: block;
                position: relative;
            }
        }
    }
    .grid-container {
        height: 0;
    }


    .portrayal__cta {
        width: 430px;
        height: 250px;
        position: relative;
        top: 370px;
        right: 31px;
        background-color: black;
        z-index: 1;
        margin-left: auto;
        @media (max-width: 1100px) {
            right: 100px;
        }
        @media (max-width: 900px) {
            top: 220px;
        }
        @media (max-width: 740px) {
            position: relative;
            margin-bottom: 150px;
            right: 0;
            width: 100%;
            top: 120px;

        }
        @media (max-width: 640px) {
            top: 0;
            h2.portrayal__cta-text {
                padding-top: 5px;
            }
            p.portrayal__cta-description {
                padding-bottom: 5px;
            }
        }

        .portrayal__cta-text {
            color: white;
            font-weight: bold;
            font-size: 24px;
            line-height: 36px;
            padding: 43px 35px 5px 45px;
            margin: 0;
        }

        .portrayal__cta-description {
            color: white;
            font-size: 18px;
            line-height: 29px;
            padding: 5px 45px 46px 46px;
            margin: 0;

        }

        .portrayal__cta-button {
            display: flex;
            width: 100%;
            background-color: #FBBB10;

            .portrayal__cta-button-content {
                color: white;
                padding: 25px 46px;
                font-size: 18px;
                line-height: 36px;
                width: 100%;
            }

            &:hover {
                background-color: #ffcc2c;

                .portrayal__arrow::after {
                    left: 25px;
                    transition: .3s all ease;
                }

                .portrayal__arrow::before {
                    right: -25px;
                    transition: .3s all ease;
                }
            }
        }

        .portrayal__arrow {
            position: absolute;
            right: 35px;
            width: 56px;
            height: 56px;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            margin-top: 14px;

            &::before {
                content: '';
                display: block;
                width: 18px;
                height: 18px;
                background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.649' height='18.649' viewBox='0 0 18.649 18.649'%3E%3Cpath id='Path_89' data-name='Path 89' d='M7.165,27.441,24.106,10.5' transform='translate(-6.458 -9.5)' fill='none' stroke='%23fff' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath id='Path_90' data-name='Path 90' d='M10.5,10.5h9.84v9.84' transform='translate(-2.691 -9.5)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E%0A");
                background-repeat: no-repeat;
                background-size: contain;
                transition: .3s all ease;
                position: absolute;
                right: 20px;
                top: 20px;
                transform: rotate(45deg);
            }

            &::after {
                content: '';
                display: block;
                width: 18px;
                height: 18px;
                background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.649' height='18.649' viewBox='0 0 18.649 18.649'%3E%3Cpath id='Path_89' data-name='Path 89' d='M7.165,27.441,24.106,10.5' transform='translate(-6.458 -9.5)' fill='none' stroke='%23fff' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath id='Path_90' data-name='Path 90' d='M10.5,10.5h9.84v9.84' transform='translate(-2.691 -9.5)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E%0A");
                background-repeat: no-repeat;
                background-size: contain;
                position: absolute;
                left: -25px;
                /*bottom: -20px;*/
                transition: .3s all ease;
                transform: rotate(45deg);

            }
        }
    }
}
/*tabs sectie*/
.textblock-tabs {
    background-color: #F5F7FA;
    padding: 80px 0 400px 0;

    .tab-content {
        display: none;
        background: none;
        border: none;
        h2 {
            font-size: 40px;
            font-weight: bold;
            text-transform: uppercase;
            line-height: 34px;
            color: #FBBB10;
            letter-spacing: 0.09rem;
        }
        p {
            font-size: 18px;
            line-height: 35px;
            color: #000000;
            padding-top: 25px;
            padding-left: 3px;
        }
        margin-top: 90px;
    }
    .tab-content.active {
        display: grid;
        grid-template-columns: 50% 1fr;
        grid-gap: 80px;
        img {
            max-width: 98%;
        }
        @media(max-width: 850px) {
            grid-template-columns: 1fr;
        }
    }
    .tab-item {
        cursor: pointer;
    }
    .tab-item.active {

    }
    .tabs-navigation {
        display: flex;
        justify-content: space-between;
        border-bottom: 2px solid #DBDFE6;
        gap: 15px;
        padding-bottom: 10px;
        @media(max-width: 850px) {
            flex-direction: column;
            border: none;
        }
        .tab-item {
            font-size: 18px;
            font-weight: 600;
            text-transform: uppercase;
            line-height: 53px;
            color: #000000;
            border-radius: 0;
            position: relative;
            @media(max-width: 850px) {
                border-bottom: 2px solid #DBDFE6;
            }
            @media(max-width: 1575px) {
                line-height: 25px;
            }
            &:hover {
                &:after {
                    content: '';
                    display: block;
                    width: 100%;
                    height: 2px;
                    background-color: #FBBB10;
                    position: absolute;
                    bottom: -12px;
                    @media(max-width: 850px) {
                        bottom: -2px;
                    }
                }
            }
            &.active {
                transition: .3s all ease;
                &:after {
                    content: '';
                    display: block;
                    width: 100%;
                    height: 2px;
                    background-color: #FBBB10;
                    position: absolute;
                    bottom: -12px;
                    @media(max-width: 850px) {
                        bottom: -2px;
                    }
                }
            }
        }
    }
    @media print, screen and (max-width: 40em) {
        padding: 80px 0 170px 0;
    }
}

/*Connect CTA*/
.connect {
    /*background: #fff;*/
    @media print, screen and (min-width: 40em) {
        .connect__whatsapp-text {
            padding-left: 2.3rem;
        }
    }
    .connect__whatsapp-img {
        width: 110px;
        height: 110px;
        transform: translateY(-16px);
    }
    .connect__cta {
        .cta-box {
            display: flex;
            align-items: center;
            justify-content: center;
            .cta-box__title {
                font-size: 32px;
                font-weight: bold;
                text-transform: uppercase;
                line-height: 40px;
            }
            .cta-box__image {
                width: 160%;
                margin-top: -160px;
                @media(max-width: 950px) {
                    display: none;
                }
            }
            .cta-box__button {
                background-color: #000000;
                &::after {
                    display: none;
                }
                &::before {
                    background-color: #ffffff;
                }
                &:hover {
                    &::before {
                        background-color: #FBBB10;
                    }
                }
            }
        }
        .cta-box__content {
            background-color: #FBBB10;
            max-width: 1160px;
            margin-top: -435px;
            margin-bottom: 155px;
            display: grid;
            grid-template-columns: 60% 31%;
            padding: 60px 60px 42px 60px;
            @media(max-width: 950px) {
                grid-template-columns: 1fr;
                width: 130%;
                margin-top: -130px;
            }
            .cta-box__description {
                max-width: 560px;
                margin-top: 12px;
            }
            .cta-box__button {
                top: 5px;
            }
        }
    }
    h5 {
        max-width: 570px;
        padding: 10px 5px;
    }
    .connect__right {
        width: 100%;
    }
    .card-info__address p {
        font-weight: 300;
        color: rgba(245, 247, 250, 0.7);
    }
    .connect__whatsapp {
        padding: 5px;
        margin-bottom: 35px;
    }
    .connect__whatsapp-text {
        line-height: 35px;
        transform: translateY(-8px);
    }
    .card-info {
        margin-left: 5px;
    }
    .card-info__btn {
        margin-left: 10px;
    }
    dialog {
        padding: 20px;
        border: none;
        box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
        max-width: 670px;
        width: 90%;
        margin: auto;
        overflow: visible;
        .dialog-close {
            background: #FBBB10;
            border: none;
            width: 50px;
            height: 50px;
            position: absolute;
            top: -10px;
            right: -10px;
            cursor: pointer;
            font-size: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: background 0.3s ease, transform 0.3s ease;
            border-radius: 0;
        }
        .cta-dialog__content {
            display: grid;
            grid-template-columns: 80% 80%;
        }
        .gform-footer {
            justify-content: flex-start !important;
        }
        .cta-dialog__image {
            @media(max-width: 650px) {
                display: none;
            }
        }
        .cta-dialog__image picture {
            max-width: 100%;
            height: auto;
            display: block;
            margin: 0 auto;
            top: 110px;
            right: 80px;
            position: relative;
        }

        .dialog-close::before {
            content: '×';
            display: block;
            font-size: 40px;
            color: #ffffff;
            line-height: 1;
            text-align: center;
        }

        .dialog-close:hover {
            background: #FFC233;
            transition: background 0.3s ease, transform 0.3s ease;
            transform: scale(1.1);
        }

        .dialog-close:hover::before {
            color: #000;
            transition: color 0.3s ease;
        }
        &::backdrop {
            backdrop-filter: blur(5px);
        }
    }
}
.connect:not(.connect--contact) {
    background: #fff;
    .cta-container {
        background: #F7F5F5;
        padding: 48px 64px;
        p {
            color: #000;
        }
    }
    .card-info {
        .button {
            background: #000;
        }
        .card-info__address {
            span {
                color: #000;
            }
        }
    }
    .gform_wrapper {
        background: #F7F5F5;
    }
    .connect__whatsapp-icon {
        background-color: #fff;
    }

}
.connect.no-form:not(.connect--contact) {
    .connect__right {
        display: flex;
        align-items: flex-end;
    }
}

/*quote*/
.quote {
    margin: 290px 0 170px 0;
    .quote__whatsapp {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        width: 100%;
        margin-top: 50px;
    }
    .quote__title {
        border-bottom: 1px solid #DBDFE6;
        font-size: 60px;
        line-height: 64px;
        padding-bottom: 30px;
    }
    .quote__description {
        padding-top: 30px;
        line-height: 35px;
    }

    @media (min-width: 768px) {
        .quote__whatsapp {
            flex-wrap: nowrap;
            margin-bottom: 50px;
        }
    }
    .quote__left {
        position: relative;
        margin-left: 7px;
    }
    .breadcrumbs {
        position: absolute;
        top: -50px;
    }
    .align-left {
        padding-right: 100px;
    }
    .breadcrumb_last {
        color: black;
    }

    .quote__whatsapp-img {
        position: relative;
        flex: 0 0 auto;
        width: 122px;
        height: 122px;
        border-radius: 50%;
        background-color: white;
        margin-bottom: 20px;
        /*transform: translateY(-10px);*/

    }

    @media (min-width: 768px) {
        .quote__whatsapp-img {
            margin-bottom: 6px;        }
    }

    .quote__whatsapp-img img {
        width: 100%;
        border-radius: 50%;
    }

    .quote__whatsapp-icon {
        position: absolute;
        right: -15px;
        bottom: -15px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 56px;
        height: 56px;
        font-size: 24px;
        color: white;
        border: 1px solid rgba(159, 161, 163, 0.2);
        border-radius: 75px;
        background-color: #000; /* Black */
    }
    .icon-whatsapp-icon {
        &::before {
            content: "";
            display: block;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.485' height='21.485' viewBox='0 0 21.485 21.485'%3E%3Cpath id='Icon_awesome-whatsapp' data-name='Icon awesome-whatsapp' d='M18.267,5.372A10.65,10.65,0,0,0,1.511,18.22L0,23.735l5.644-1.482a10.614,10.614,0,0,0,5.088,1.295h0A10.749,10.749,0,0,0,21.485,12.9a10.688,10.688,0,0,0-3.218-7.529ZM10.737,21.754A8.833,8.833,0,0,1,6.23,20.521l-.321-.192-3.347.878.892-3.266-.211-.336a8.866,8.866,0,1,1,16.444-4.7A8.948,8.948,0,0,1,10.737,21.754Zm4.853-6.628c-.264-.134-1.573-.777-1.818-.863s-.422-.134-.6.134-.686.863-.844,1.045-.312.2-.575.067a7.241,7.241,0,0,1-3.621-3.165c-.273-.47.273-.436.782-1.453a.493.493,0,0,0-.024-.465c-.067-.134-.6-1.443-.82-1.976S7.635,8,7.472,8s-.331-.01-.508-.01a.985.985,0,0,0-.71.331,2.989,2.989,0,0,0-.93,2.22A5.211,5.211,0,0,0,6.407,13.29a11.887,11.887,0,0,0,4.546,4.019,5.205,5.205,0,0,0,3.194.667,2.725,2.725,0,0,0,1.794-1.266,2.225,2.225,0,0,0,.153-1.266C16.032,15.323,15.854,15.256,15.591,15.126Z' transform='translate(0 -2.25)' fill='%23fbbb10'/%3E%3C/svg%3E%0A");
            width: 23px;
            height: 23px;
            background-repeat: no-repeat;
            background-position: center;
        }
    }

    .quote__whatsapp-text {
        width: 100%;
        .email, .tel {
            margin-left: -1px;
            a {
                padding-left: 9px;
            }
        }
        .email {
            margin-top: 7px;
        }
        .tel {
            margin-top: 2px;
        }
    }

    @media (min-width: 768px) {
        .quote__whatsapp-text {
            padding-left: 42px;
        }
    }

    .quote__whatsapp-text p {
        margin: 0;
        &:first-child {
            margin-bottom: -5px;
        }
    }

    @media print, screen and (max-width: 45em) {
        margin: 200px 0;
        .quote__title {
            font-size: 48px;
            line-height: 56px;
        }
        .align-left {
            padding-right: 0;
        }
    }
}
.quote-template {
    background-color: #F5F7FA;
    h1, p, a {
        color: black;
    }
    .quote__whatsapp-text {
        strong {
            color: #FBBB10;
            padding-right: 5px;
        }
    }
    .quote__whatsapp-heading strong {
        color: black;
        font-size: 20px;
        line-height: 32px;
        font-weight: bold;
        text-transform: uppercase;
    }
    .quote__whatsapp-icon {
        background-color: #F5F7FA;
        border: none;
    }
}
/*slider lightbox*/
.sliderlightbox {
    background-color: #ffffff;
    padding: 170px 0;
    h1, p, a, span, strong, li {
        color: black;
        margin: 0;
    }
    li::marker {
        color: #FBBB10;
    }
    .sliderlightbox__whatsapp-text {
        strong {
            color: #FBBB10;
            padding-right: 5px;
        }
    }
    .content {
        padding-top: 69px;
        padding-left: 0;

        @media print, screen and (min-width: 90em) {
            padding-left: 105px;
        }
    }

    .sliderlightbox__thumbnail-overlay {
        position: relative;
    }
    .sliderlightbox__image {
        position: relative;
    }

    .sliderlightbox__thumbnail-overlay:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5); /* Dark overlay */
        z-index: 1; /* Ensure it covers the image */
        border-radius: 4px; /* Matches the image's shape */
    }

    .sliderlightbox__thumbnail-overlay-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        z-index: 2; /* Above the overlay */
        font-size: 26px;
        font-weight: 500;
        line-height: 53px;

    }


    .sliderlightbox__whatsapp-heading strong {
        color: black;
        font-size: 20px;
        line-height: 32px;
        font-weight: bold;
        text-transform: uppercase;
    }
    .sliderlightbox__whatsapp-icon {
        background-color: #F5F7FA;
        border: none;
    }
    .bs-overlay {
        position: relative;
    }

    .breadcrumbs {
        padding-top: 5px;
        margin: 4px;
    }

    .bs-overlay img {
        width: 100%;
        display: block;
    }

    .banner__lightbox-btn {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 9999;
        display: flex;
        align-items: center;
        border-radius: 50%;
        justify-content: center;
        transition: transform 0.2s ease, background-color 0.2s ease;
    }

    .banner__lightbox-btn:hover {
        transform: translate(-50%, -50%) scale(1.1);
        filter: brightness(1.2);
    }



    .bs-overlay-play {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 50px;
        color: white;
        background: rgba(0, 0, 0, 0.5);
        border-radius: 50%;
        width: 70px;
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .bs-overlay-play i {
        font-size: 30px;
    }

    .bs-overlay-play:hover {
        cursor: pointer;
    }

    .image-lightbox, .video-modal {
        display: block;
        width: 100%;
        height: 100%;
    }

    .sliderlightbox__whatsapp {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        width: 100%;
        margin-top: 30px;
        background-color: #F5F7FA;
        padding: 30px;
    }
    .sliderlightbox__link {
        display: block;
        width: 100%;
        height: 100%;
        text-decoration: none;
    }


    .sliderlightbox__description {
        padding-top: 24px;
    }
    ul {
        margin-top: 19px;
    }
    li {
        padding-left: 5px;
        padding-bottom: 6px;
    }

    @media (min-width: 768px) {
        .sliderlightbox__whatsapp {
            flex-wrap: nowrap;
            margin-bottom: 50px;
        }
    }
    .align-left {
        padding-right: 100px;
    }

    .sliderlightbox__whatsapp-img {
        position: relative;
        flex: 0 0 auto;
        width: 130px;
        height: 130px;
        border-radius: 50%;
        background-color: white;
        margin-bottom: 20px;
        border: 5px solid white;
        box-sizing: content-box;
        transform: translate(-5px, -5px);
    }

    @media (min-width: 768px) {
        .sliderlightbox__whatsapp-img {
            margin-bottom: 0;
        }
    }

    .sliderlightbox__whatsapp-img img {
        width: 100%;
        border-radius: 50%;
    }
    .sliderlightbox__whatsapp-heading {
        p {
            transform: translateY(-4px);
        }
    }
    .sliderlightbox__whatsapp-icon {
        position: absolute;
        right: -15px;
        bottom: -15px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 56px;
        height: 56px;
        font-size: 24px;
        color: white;
        border: 1px solid rgba(159, 161, 163, 0.2);
        border-radius: 75px;
        background-color: #000;
    }

    .sliderlightbox__whatsapp-text {
        width: 100%;
        transform: translateY(-8px);
        .email, .tel {
            transform: translateY(3px);
            a {
                padding-left: 7px;
            }
        }
    }

    @media (min-width: 768px) {
        .sliderlightbox__whatsapp-text {
            padding-left: 20px;
        }
    }

    .sliderlightbox_whatsapp-text p {
        margin: 0;
    }
    .sliderlightbox__heading {
        .sliderlightbox__eyebrow {
            font-size: 18px;
            font-weight: bold;
            color: #FBBB10;
            line-height: 13px;
            text-transform: uppercase;
            padding-bottom: 15px;
            letter-spacing: 1px;
        }
        .sliderlightbox__title {
            text-transform: unset;
            font-size: 60px;
            font-weight: 600;
            line-height: 64px;
            letter-spacing: 0;
        }
    }
    .sliderlightbox .js-slider-thumbnails {
        margin: 0 auto;
        max-width: 100%;
    }

    .sliderlightbox .js-main-slider,
    .sliderlightbox .js-slider-thumbnails {
        display: flex;
        justify-content: center;
    }
    .js-main-slider {
        .slick-arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            z-index: 2;
            width: 25px;
            height: 25px;
            cursor: pointer;

            &::before {
                content: "";
                display: block;
                width: 100%;
                height: 100%;
                background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27.799' height='27.799' viewBox='0 0 27.799 27.799'%3E%3Cpath id='Path_90' data-name='Path 90' d='M10.5,10.5H36.3V36.3' transform='translate(-10.5 -8.5)' fill='none' stroke='%23fff' stroke-width='4'/%3E%3C/svg%3E%0A");
                background-repeat: no-repeat;
                background-size: contain;
                color: transparent;
            }
            &::after {
                display: none;
            }
        }

        .slick-prev {
            left: 35px;
            transform: rotate(225deg);
        }

        .slick-next {
            right: 25px;
            transform: translateY(-50%) rotate(45deg);
        }
    }


    .slick-slide {
        text-align: center;
        margin-left: 15px;

    }

    .slick-track {
        display: flex !important;
        margin-top: 20px;
    }

    .sliderlightbox__block {
        position: relative;
    }
    .sliderlightbox__thumbnail {
        picture {
            img {
                width: 100%;
            }
        }
    }
    .sliderlightbox__thumbnail-wrapper {
        position: relative;
    }

    .sliderlightbox__thumbnail-playbutton {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sliderlightbox__thumbnail-playbutton .play-button-icon {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 14px 0 14px 24px;
        border-color: transparent transparent transparent white;
    }
    .sliderlightbox__youtube {
        position: relative;
        display: inline-block;
    }

    .sliderlightbox__youtube-thumbnail {
        display: block;
        width: 100%;
        height: auto;
    }

    .sliderlightbox__playbutton {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 150px;
        height: 150px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M8 5v14l11-7z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 50%;
        cursor: pointer;
    }



    @media print, screen and (max-width: 55em) {
        padding: 100px 0;
        .content {
            padding-top:40px;
            padding-left: 15px;
        }
        .cell {
            .sliderlightbox__title {
                font-size: 36px;
                line-height: 46px;
            }
            .sliderlightbox__button {
                margin-top: 30px;
            }
        }
    }

    }
/*navbar*/
.header {
    .header__logo {
        display: flex !important;
        margin-top: -12px !important;

    }
    .grid-container {
        @media(max-width:2000px)
        {
            margin: 0 10px;
        }
    }

    .header__menu {
        margin-left: 5.75rem;
    }
    .button {
        margin-right: -105px;
        margin-top: -5px;
    }
    .header__language {
        //margin-right: -6.4rem;
        margin-top: -9px;
    }
    .flex-container {
        gap: 112px;
    }
}

/*slider*/
.slider {
    &:not(.applicationslider) {
        padding-top: 9.375rem;
        padding-bottom: 3.625rem;

        .js-product-slider .slider__images {
            height: 692px;
        }
    }

    .slider__content {
        margin-top: -13rem;

        @media print, screen and (min-width: 40em) {
            padding: 4.5rem 3.75rem 5rem 3.75rem;
        }

        h6 {
            margin-bottom: 1.375rem;
        }

        p {
            line-height: 36px;
        }
    }
    .slider__title {
        margin-bottom: 8.5rem;

        h2 {
            font-size: 75px;
            line-height: 70px;
            letter-spacing: 3px;
            @media print, screen and (max-width: 45em) {
                font-size: 2.675rem;
                line-height: 1.25;
            }
        }
    }
    .slider__block {
        margin-bottom: 4.925rem;
    }

    .slider__arrows {
        bottom: 92px;
        transform: translateX(-10px);
    }

    @media print, screen and (min-width: 64em) {
        //padding-top: 10.6rem !important;
        background-color: red;
    }
}
.slider.slider--light {
    background-color: #fff;
    .slider__content {
        background-color: #fff;
    }
}
section.usps {
    background: #fff;
    .usps__shadow{
        display: none;
    }
    .usps__items {
        .card-usp__text {
            p {
                color: #000;
            }
        }
        .card-usp {
            background: #0000000D;
        }
        border-right: 1px solid rgba(0, 0, 0, 11%);
        @media(max-width: 1023px) {
            border-bottom: 1px solid rgba(0, 0, 0, 11%);
            border-right: none;
        }
        &:last-child {
            border: none;
        }
    }
}
section.intro {
    background: #fff;
    .intro__paragraph {
        color: rgb(128 122 122 / 13%);
        width: 100%;
        line:after {
            color: #000000;
        }
    }
    .grid-margin-x>.xlarge-8 {
        /*max-width: 1100px;*/
    }
}
section.photo {
    .photo__paragraph {
        color: #000;
        margin-top: 55px;
    }
}
.select2-container--open .select2-dropdown--below {
    //margin-top: 0;
}

.page-child {
    .banner {
        display: none;
    }
}

/*body.parent-pageid-20 .banner .banner__info {*/
/*    display: none;*/
/*}*/

.grecaptcha-badge { visibility: hidden; opacity: 0; }

dialog.cta-dialog div.gform_wrapper {
    background: #fff !important;
}

@media print, screen and (min-width: 90em) {
    div.card-info__btn ul li span {
        position: relative;
        top: unset;
        left: unset;
    }
}

.vc_column_container {
    background-color: #fff;
}

section.team {
background-color: #000;
}

/* SUPPORT-4547 */

section.banner--video::before {
    display: none;
}
