.elementor-kit-9{--e-global-color-primary:#1F2D3D;--e-global-color-secondary:#50C878;--e-global-color-accent:#2C4056;--e-global-color-text:#FFFFFF;--e-global-typography-primary-font-family:"neighbor";--e-global-typography-primary-font-size:35px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"century-gothic";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-1273924-font-family:"neighbor";--e-global-typography-1273924-font-size:65px;--e-global-typography-1273924-font-weight:400;--e-global-typography-7338455-font-family:"neighbor";--e-global-typography-7338455-font-size:43px;--e-global-typography-7338455-font-weight:400;--e-global-typography-c237c0d-font-family:"neighbor";--e-global-typography-c237c0d-font-size:28px;--e-global-typography-c237c0d-font-weight:400;--e-global-typography-ae95c39-font-family:"century-gothic";--e-global-typography-ae95c39-font-size:20px;--e-global-typography-8f48c6a-font-family:"century-gothic";--e-global-typography-8f48c6a-font-size:16px;--e-global-typography-8f48c6a-text-transform:uppercase;color:var( --e-global-color-text );--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-fade-in;--e-page-transition-animation-duration:500ms;--e-preloader-animation-duration:1500ms;--e-preloader-delay:0ms;--e-preloader-color:var( --e-global-color-secondary );--e-preloader-size:60px;}.elementor-kit-9 e-page-transition{background-color:var( --e-global-color-primary );}.elementor-kit-9 a{color:#50C878;}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{text-decoration:none;}.elementor-kit-9 label{color:var( --e-global-color-text );}.elementor-kit-9 input:not([type="button"]):not([type="submit"]),.elementor-kit-9 textarea,.elementor-kit-9 .elementor-field-textual{accent-color:var( --e-global-color-secondary );background-color:#253E5A;border-radius:15px 15px 15px 15px;transition:500ms;padding:0px 0px 0px 0px;}.elementor-kit-9 input:focus:not([type="button"]):not([type="submit"]),.elementor-kit-9 textarea:focus,.elementor-kit-9 .elementor-field-textual:focus{background-color:var( --e-global-color-text );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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:1366px){.elementor-kit-9{--e-global-typography-1273924-font-size:50px;--e-global-typography-7338455-font-size:28px;--e-global-typography-c237c0d-font-size:24px;--e-global-typography-ae95c39-font-size:20px;}}@media(max-width:1024px){.elementor-kit-9{--e-global-typography-1273924-font-size:45px;--e-global-typography-7338455-font-size:33px;--e-global-typography-c237c0d-font-size:27px;--e-global-typography-ae95c39-font-size:18px;--e-global-typography-8f48c6a-font-size:14px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}}@media(max-width:767px){.elementor-kit-9{--e-global-typography-1273924-font-size:35px;--e-global-typography-7338455-font-size:24px;--e-global-typography-c237c0d-font-size:20px;--e-global-typography-ae95c39-font-size:17px;--e-global-typography-8f48c6a-font-size:13px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}@media(min-width:2400px){.elementor-kit-9{--e-global-typography-1273924-font-size:55px;--e-global-typography-7338455-font-size:36px;--e-global-typography-c237c0d-font-size:32px;--e-global-typography-ae95c39-font-size:21px;--e-global-typography-8f48c6a-font-size:17px;}}/* Start custom CSS *//* Standaard: zichtbaar */
.bs-reveal{
  opacity: 1;
  transform: none;
  filter: none;
}

/* Alleen animeren als JS actief is + niet in Elementor editor */
html.bs-js body:not(.elementor-editor-active) .bs-reveal{
  opacity: 0;
  transform: translateY(18px);
  filter: blur(10px);
  transition: opacity .8s ease, transform .9s cubic-bezier(.2,.8,.2,1), filter .9s ease;
  will-change: transform, opacity, filter;
}

html.bs-js body:not(.elementor-editor-active) .bs-reveal.is-inview{
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  html.bs-js body:not(.elementor-editor-active) .bs-reveal{
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }
}/* End custom CSS */