.elementor-kit-6{--e-global-color-primary:#162A3B;--e-global-color-secondary:#7A7A7A;--e-global-color-text:#3A3A3A;--e-global-color-accent:#ECAF67;--e-global-color-5f88bea:#000000;--e-global-color-01ab010:#FFFFFF;--e-global-color-a750f20:#172A3B;--e-global-color-71f3eb9:#173146;--e-global-color-11894e1:#DFE2E5;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:88px;--e-global-typography-primary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:52px;--e-global-typography-text-font-weight:400;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:1.688em;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:500;--e-global-typography-3444d0b-font-family:"Poppins";--e-global-typography-3444d0b-font-size:28px;--e-global-typography-3444d0b-font-weight:400;--e-global-typography-3444d0b-line-height:1.286em;--e-global-typography-8f52e52-font-family:"Inter";--e-global-typography-8f52e52-font-size:14px;--e-global-typography-8f52e52-font-weight:500;--e-global-typography-8f52e52-text-transform:uppercase;--e-global-typography-8f52e52-line-height:1.143em;--e-global-typography-8f52e52-letter-spacing:0.04em;color:var( --e-global-color-text );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );line-height:var( --e-global-typography-secondary-line-height );}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Poppins", Sans-serif;font-size:18px;color:#FFFFFF;padding:22px 28px 22px 28px;}.elementor-kit-6 a{color:var( --e-global-color-text );}.elementor-kit-6 h1{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-6 h2{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-6 h3{font-family:var( --e-global-typography-3444d0b-font-family ), Sans-serif;font-size:var( --e-global-typography-3444d0b-font-size );font-weight:var( --e-global-typography-3444d0b-font-weight );line-height:var( --e-global-typography-3444d0b-line-height );}.elementor-kit-6 h4{font-family:"Poppins", Sans-serif;font-size:1.563rem;}.elementor-kit-6 h5{font-family:"Poppins", Sans-serif;font-size:1.25rem;}.elementor-kit-6 h6{font-family:"Poppins", Sans-serif;font-size:1rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1268px;}.e-con{--container-max-width:1268px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-6{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-kit-6 h1{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-6 h2{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-6 h3{font-size:var( --e-global-typography-3444d0b-font-size );line-height:var( --e-global-typography-3444d0b-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-primary-font-size:28px;--e-global-typography-text-font-size:28px;--e-global-typography-3444d0b-font-size:24px;font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-kit-6 h1{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-6 h2{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-6 h3{font-size:var( --e-global-typography-3444d0b-font-size );line-height:var( --e-global-typography-3444d0b-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */@media screen and (min-width: 800px) {
    .full-half-section { width:634px!important; max-width: 634px!important; min-width: 634px!important; }
}



/* Inkomende animaties */
/*Fadein*/
@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0,-10px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInDown {
    animation-name: fadeDown
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translate3d(-30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInLeft {
    animation-name: fadeLeft
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translate3d(30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInRight {
    animation-name: fadeRight
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate3d(0,30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInUp {
    animation-name: fadeUp
}

/*SlideIn*/
@keyframes slideLeft {
    from {
        transform: translate3d(40px,0,0)
    }

    to {
        transform: none
    }
}

.elementor-element.slideInLeft {
    animation-name: slideLeft
}

@keyframes slideRight {
    from {
        transform: translate3d(-40px,0,0)
    }

    to {
        transform: none
    }
}

.elementor-element.slideInRight {
    animation-name: slideRight
}

@keyframes slideUp {
    from {
        transform: translate3d(0px,40px,0)
    }

    to {
        transform: none
    }
}

.elementor-element.slideInUp {
    animation-name: slideUp
}

@keyframes slideDown {
    from {
        transform: translate3d(0,-40px,0)
    }

    to {
        transform: none
    }
}

.elementor-element .slideInDown {
    animation-name: slideDown
}/* End custom CSS */