.elementor-kit-4{--e-global-color-primary:#002647;--e-global-color-secondary:#832082;--e-global-color-text:#000000;--e-global-color-accent:#F8B195;--e-global-color-2269321:#FFFFFF;--e-global-typography-primary-font-family:"tosh-a";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"futura-100-book";--e-global-typography-text-font-family:"futura-100-book";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"futura-100-book";--e-global-typography-accent-font-weight:700;}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}:root { --kleur-donkerblauw:#002647; --kleur-perzik:#F8B195; --font-koptekst:tosh-a; --font-broodtekst:futura-100; --kleur-paars:#832082; }
/* Start custom CSS */.btn-primary {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: transparent !important;
}

.btn-primary::before,
.btn-primary::after {
  content: "";
  position: absolute;
  inset: -15px;
  z-index: -1;
  filter: blur(12px);
  transition: opacity 650ms ease-in-out;
}

.btn-primary::before {
  background: linear-gradient(45deg, #F8B195, #832082);
  opacity: 1;
}

.btn-primary::after {
  background: linear-gradient(45deg, #832082, #F8B195);
  opacity: 0;
}

.btn-primary::before {
  background: linear-gradient(45deg, #F8B195, #832082);
  opacity: 1;
}

.btn-primary::after {
  background: linear-gradient(45deg, #832082, #F8B195);
  opacity: 0;
  transition: opacity 650ms ease-in-out;
}

.btn-primary:hover::after {
  opacity: 1;
}

.btn-primary:hover::after {
  opacity: 1;
}/* End custom CSS */