@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
/* imports */
/* includes */
/* grid	 */
.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1540px;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 810px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
/* psuedo columns */
/* fast flex */
/* to the right! */
/* responsive embedded video */
.video-responsive-wrapper {
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
.video-responsive-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}
/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}
/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}
/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}
/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}
/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}
/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}
/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}
/* 'thumb' lists */
/* video wrapper */
.video-wrapper {
  padding-bottom: 56.25%;
  position: relative;
}
.video-wrapper iframe {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
/* clearfix */
/* font-awesome */
/* before and after */
/* wp core */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* super gen */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
}
html {
  scroll-behavior: smooth;
}
/* slick 1.8.1 */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
.social-pages img {
  width: 40px;
  height: auto;
}
.layout-header {
  z-index: 99;
  width: 100%;
  position: fixed;
  top: 0;
}
.layout-header .header > .container {
  position: relative;
}
.layout-header .header > .container > * {
  position: absolute;
}
.layout-header .full-menu-toggle,
.layout-header .full-search-toggle {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 30px;
  top: 40px;
  text-align: center;
  z-index: 3;
}
.scrolled .layout-header .full-menu-toggle,
.scrolled .layout-header .full-search-toggle {
  top: 25px;
}
.layout-header .full-menu-toggle *:first-child,
.layout-header .full-search-toggle *:first-child,
.layout-header .full-menu-toggle *:last-child,
.layout-header .full-search-toggle *:last-child {
  position: absolute;
  right: 0;
  opacity: 0;
  transition: opacity 0.25s ease;
  width: 100%;
  height: auto;
  font-size: 2rem;
}
.layout-header .full-menu-toggle *:first-child img,
.layout-header .full-search-toggle *:first-child img,
.layout-header .full-menu-toggle *:last-child img,
.layout-header .full-search-toggle *:last-child img {
  width: 40px;
  height: 40px;
}
.layout-header .full-menu-toggle *:first-child,
.layout-header .full-search-toggle *:first-child {
  opacity: 1;
}
@media (min-width: 1280px) {
  .layout-header .full-menu-toggle {
    display: none;
  }
}
.layout-header .full-search-toggle {
  display: none;
}
@media (min-width: 1280px) {
  .layout-header .full-search-toggle {
    display: block;
  }
}
.full-menu-open .layout-header .full-menu-toggle *:first-child {
  opacity: 0;
}
.full-menu-open .layout-header .full-menu-toggle *:last-child {
  opacity: 1;
}
.full-search-open .layout-header .full-search-toggle *:first-child {
  opacity: 0;
}
.full-search-open .layout-header .full-search-toggle *:last-child {
  opacity: 1;
}
.layout-header {
  height: 0;
}
.layout-header .header .menu {
  opacity: 1;
  transition: opacity 0.25s ease;
  display: none;
}
.layout-header .full-menu,
.layout-header .full-search {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: -100vh;
  left: -100vh;
  z-index: -1;
  transition: all 0.25s ease;
}
.layout-header .full-search {
  height: 300px;
  top: -300px;
}
.full-menu-open .layout-header .header .menu {
  opacity: 0;
}
.full-menu-open .layout-header .full-menu {
  top: 0vh;
  left: 0;
}
.full-search-open .layout-header .header .menu {
  opacity: 0;
}
.full-search-open .layout-header .full-search {
  top: 0px;
}
.layout-hero.style-y_cutout .image {
  overflow: hidden;
  aspect-ratio: 1;
  width: 100%;
}
.layout-hero iframe {
  position: absolute;
  height: 100%;
  width: 177.77777778%;
  left: 50%;
  transform: translateX(-50%);
}
.layout-hero.video-big iframe {
  position: fixed;
  left: auto;
  transform: none;
  height: auto;
  width: auto;
  aspect-ratio: 1.77777778;
}
@media (max-aspect-ratio: 16/9) {
  .layout-hero.video-big iframe {
    width: 90vw;
    left: 5vw;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-aspect-ratio: 16/9) {
  .layout-hero.video-big iframe {
    height: 90vh;
    top: 5vh;
    left: 50%;
    transform: translateX(-50%);
  }
}
.layout-contents .left-and-right {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.layout-contents .left-and-right:before,
.layout-contents .left-and-right:after {
  content: " ";
  display: table;
}
.layout-contents .left-and-right:after {
  clear: both;
}
@media (min-width: 810px) {
  .layout-contents .left-and-right {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
.layout-contents .left-and-right > * {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-bottom: 1rem;
  float: left;
  width: 100%;
}
@media (min-width: 640px) {
  .layout-contents .left-and-right > * {
    width: 100%;
  }
}
@media (min-width: 810px) {
  .layout-contents .left-and-right > * {
    width: 50%;
  }
}
@media (min-width: 1280px) {
  .layout-contents .left-and-right > * {
    width: 50%;
  }
}
.layout-contents.two_columns .text {
  columns: 2;
}
.layout-contents.two_columns .text > *:first-child {
  margin-top: 0;
}
@media (min-width: 810px) {
  .layout-text.style-two_columns .text {
    columns: 2;
    column-gap: 75px;
  }
  .layout-text.style-two_columns .text h2 {
    page-break-after: avoid;
  }
}
.layout-textandimage .image-and-text {
  align-items: flex-start;
}
@media (min-width: 810px) {
  .layout-textandimage .image-and-text {
    display: flex;
  }
  .layout-textandimage .image-and-text > *:nth-child(1) {
    flex: 0 0 50%;
  }
  .layout-textandimage .image-and-text > *:nth-child(2) {
    flex: 0 0 50%;
  }
}
.layout-textandimage.image_left .image-and-text {
  flex-direction: row-reverse;
}
.layout-textandtext .container .left-and-right {
  align-items: flex-start;
}
@media (min-width: 810px) {
  .layout-textandtext .container .left-and-right {
    display: flex;
  }
  .layout-textandtext .container .left-and-right > *:nth-child(1) {
    flex: 0 0 50%;
  }
  .layout-textandtext .container .left-and-right > *:nth-child(2) {
    flex: 0 0 50%;
  }
}
.layout-textandtext.background-color-alabaster {
  padding: 30px 0 90px 0;
}
.layout-textandtext.background-color-alabaster .container .left-and-right {
  column-gap: 60px;
}
.layout-textandtext.right-has-image-first .left-and-right {
  align-items: flex-start;
}
.layout-textandtext.right-has-image-first .left-and-right .right {
  position: relative;
  top: 0px;
}
@media (min-width: 810px) {
  .layout-textandtext.right-has-image-first .left-and-right .right {
    top: -289px;
  }
}
.layout-logos ul li .wrapper {
  padding-bottom: 50%;
  position: relative;
}
.layout-logos ul li .wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: contain;
}
.faq-item .question,
.faq .question {
  position: relative;
  cursor: pointer;
}
.faq-item .answer,
.faq .answer {
  max-height: 0;
  transform: max-height 0.25s ease;
  overflow: hidden;
}
.faq-item.unfolded .answer,
.faq.unfolded .answer {
  max-height: none;
}
.faq-item .open,
.faq .open,
.faq-item .close,
.faq .close {
  position: absolute;
  right: 0;
  transform: opacity 0.25s ease;
}
.faq-item.folded .open,
.faq.folded .open {
  opacity: 1;
}
.faq-item.folded .close,
.faq.folded .close {
  opacity: 0;
}
.faq-item.unfolded .open,
.faq.unfolded .open {
  opacity: 0;
}
.faq-item.unfolded .close,
.faq.unfolded .close {
  opacity: 1;
}
.layout-footer .blocks-and-up .up {
  text-align: right;
  cursor: pointer;
}
.layout-copyright {
  text-align: center;
}
.layout-copyright .copyright {
  display: inline-block;
}
.layout-copyright ul {
  display: inline-block;
}
.layout-copyright ul li {
  display: inline-block;
}
.layout-internetmensen {
  text-align: center;
  padding: 15px;
  margin-top: 30px;
}
.layout-internetmensen a {
  width: 150px;
  display: inline-block;
}
.layout-internetmensen a svg {
  width: 100%;
  height: auto;
}
.layout-internetmensen a #wijzer path {
  transition: all .25s ease;
}
.layout-internetmensen a:hover #wijzer path {
  transform: scaleX(-1);
}
/* fonts, links and headers */
/* vars */
body {
  font-family: "Work Sans", sans-serif;
  overflow-x: hidden;
  color: #0e1338;
}
body:not(:has(.layout-hero)) {
  padding: 80px 0 0;
}
@media screen and (min-width: 1660px) {
  body:not(:has(.layout-hero)) {
    padding: 100px 0 0;
  }
}
h1,
h2,
h3,
h4 {
  margin: 0;
  font-family: "Outfit", sans-serif;
}
h1 {
  font-size: 2.5rem;
  font-weight: 400;
}
@media screen and (min-width: 1280px) {
  h1 {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1660px) {
  h1 {
    font-size: 5.5rem;
  }
}
h2 {
  font-size: 1.75rem;
  font-weight: 500;
}
@media screen and (min-width: 1280px) {
  h2 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1660px) {
  h2 {
    font-size: 3.5rem;
  }
}
h3 {
  font-size: 1.25rem;
  font-weight: 300;
}
@media screen and (min-width: 1280px) {
  h3 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1660px) {
  h3 {
    font-size: 2.25rem;
  }
}
h4 {
  font-size: 1rem;
}
@media screen and (min-width: 1280px) {
  h4 {
    font-size: 1.25rem;
  }
}
a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}
a.phone,
a.email {
  display: block;
}
img {
  object-fit: cover;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.layout-header .header,
.layout-header .container {
  height: 80px;
}
@media screen and (min-width: 1280px) {
  .layout-header .header,
  .layout-header .container {
    height: 100px;
  }
}
.scrolled .layout-header .header,
.scrolled .layout-header .container {
  height: 80px;
}
.scrolled .layout-header .header {
  background-color: #ffffff;
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.25);
  transition: all 500ms;
}
.full-menu-open.scrolled .layout-header .header {
  background-color: transparent;
  box-shadow: none;
}
.layout-header .header .container .home {
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.layout-header .header .container .home svg {
  height: 50px;
}
@media screen and (min-width: 1280px) {
  .layout-header .header .container .home svg {
    height: 60px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-header .header .container .home svg {
    height: 70px;
  }
}
.scrolled .layout-header .header .container .home svg {
  height: 40px;
}
.full-menu-open .layout-header .header .container .home svg #Path_286 {
  fill: #ffffff;
}
.layout-header .header .container .full-menu-toggle {
  color: #ffffff;
  display: flex;
  align-items: center;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1280px) {
  .layout-header .header .container .full-menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .layout-header .header .container .menu {
    display: flex;
    gap: .75rem;
    inset: 50% 30px auto auto;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1400px) {
  .layout-header .header .container .menu {
    inset: 50% 435px auto auto;
  }
}
@media screen and (min-width: 1660px) {
  .layout-header .header .container .menu {
    inset: 50% 360px auto auto;
  }
}
@media screen and (min-width: 1280px) {
  .layout-header .header .container .menu li.has-dropdown:hover::after {
    content: "";
    display: block;
    background-color: transparent;
    height: 100%;
    width: 100%;
  }
  .layout-header .header .container .menu li.has-dropdown:hover .extra-menu {
    display: block;
  }
}
.layout-header .header .container .menu li a {
  font-size: 1.125rem;
  color: #ffffff;
  padding: .25rem 1rem;
  position: relative;
  isolation: isolate;
}
@media screen and (min-width: 1280px) {
  .layout-header .header .container .menu li a {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-header .header .container .menu li a {
    font-size: 1.5rem;
  }
}
.layout-header .header .container .menu li a::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: skew(-11deg);
}
.layout-header .header .container .menu li a:hover:before {
  width: 100%;
  right: 0;
  transition: all 0.25s ease;
}
.layout-header .header .container .menu .extra-menu {
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  margin-top: 10px;
  border-radius: 0.5em;
  width: 100%;
  left: 0;
}
.layout-header .header .container .menu .extra-menu .right {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 30px;
  gap: 1.5rem;
  justify-content: space-between;
}
.layout-header .header .container .menu .extra-menu .right a {
  width: 45%;
  display: block;
  height: 85px;
  font-weight: 700;
  padding: 0;
}
.layout-header .header .container .menu .extra-menu .right a::before {
  display: none;
}
.layout-header .header .container .menu .extra-menu .right a:hover span {
  font-weight: 400;
}
.layout-header .header .container .menu .extra-menu .right a span {
  display: block;
  font-weight: normal;
}
.layout-header .header .container .header-buttons {
  inset: 50% 30px auto auto;
  transform: translateY(-50%);
  display: none;
}
@media screen and (min-width: 1400px) {
  .layout-header .header .container .header-buttons {
    display: block;
  }
}
.layout-header .header .container .header-buttons a {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.15rem;
  padding: .125rem 1rem;
  display: inline-block;
}
@media screen and (min-width: 1660px) {
  .layout-header .header .container .header-buttons a {
    font-size: 1.5rem;
  }
}
.layout-header .header .container .search-and-language {
  top: -100px;
}
.layout-header .full-menu {
  background-color: #15153c;
}
.layout-header .full-menu .container {
  position: relative;
  height: 100%;
}
.layout-header .full-menu .container .menu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.layout-header .full-menu .container .menu li {
  margin-block: 1rem;
  position: relative;
}
.layout-header .full-menu .container .menu li a {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 4px;
  color: #ffffff;
}
.layout-header .full-menu .container .menu li .sub-menu li a {
  font-size: 1.125rem;
  margin: .25rem 1rem;
}
.layout-header .full-menu .container .menu li .toggle {
  position: absolute;
  inset: 0.25rem -2rem auto auto;
}
.layout-header .full-menu .container .menu li.unfolded .toggle i {
  rotate: 90deg;
  transition: all 0.25s ease;
}
.layout-footer {
  padding: 2.5rem 0 1rem;
  background-color: #15153c;
  color: #ffffff;
}
.layout-footer .container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}
@media screen and (min-width: 810px) {
  .layout-footer .container {
    grid-template-columns: repeat(3, auto);
    justify-content: space-between;
  }
}
@media screen and (min-width: 1280px) {
  .layout-footer .container {
    grid-template-columns: auto 1fr auto;
  }
}
.layout-footer .container .logo-and-info {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}
.layout-footer .container .logo-and-info .home {
  height: 40px;
  width: fit-content;
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .logo-and-info .home {
    height: 60px;
  }
}
.layout-footer .container .logo-and-info .home svg {
  height: 100%;
  width: 100%;
}
.layout-footer .container .blocks {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem;
}
@media screen and (min-width: 810px) {
  .layout-footer .container .blocks {
    grid-template-columns: repeat(2, auto);
    margin: 1rem 0 0;
  }
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .blocks {
    justify-self: center;
  }
}
.layout-footer .container .blocks > li h3 {
  margin: 0 0 .5rem;
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .blocks > li h3 {
    font-size: 1.25rem;
    margin: 0 0 1rem;
  }
}
.layout-footer .container .blocks > li ul li {
  break-inside: avoid;
  width: fit-content;
  line-height: 1.5;
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .blocks > li ul li {
    font-size: 1.125rem;
  }
}
.layout-footer .container .blocks > li ul a {
  text-decoration: 1px solid transparent;
  transition: all 0.25s ease;
}
.layout-footer .container .blocks > li ul a:hover {
  text-decoration-color: inherit;
}
.layout-footer .container .blocks > li ul:has(li:nth-child(5)) {
  columns: 2;
}
@media screen and (min-width: 810px) {
  .layout-footer .container .blocks > li ul:has(li:nth-child(5)) {
    column-gap: 1.5rem;
  }
}
.layout-footer .container .krachthonk {
  height: 80px;
  width: 80px;
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .krachthonk {
    height: 100px;
    width: 100px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-footer .container .krachthonk {
    height: 150px;
    width: 150px;
  }
}
.layout-footer .container .krachthonk img {
  object-fit: contain;
}
.layout-copyright {
  padding: 1rem 0 2.5rem;
  background-color: #15153c;
  color: #ffffff;
}
.layout-copyright .container {
  display: flex;
  gap: .5rem 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 810px) {
  .layout-copyright .container {
    justify-content: end;
    gap: 1.5rem;
  }
}
.layout-copyright .container .copyright {
  position: relative;
}
@media screen and (min-width: 810px) {
  .layout-copyright .container .copyright::after {
    content: "";
    display: block;
    height: 1px;
    width: .5rem;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: calc(100% + 0.5rem);
    transform: translateY(-50%);
  }
}
.layout-hero {
  background-color: #15153c;
  color: #ffffff;
  position: relative;
  padding: 92px 0 2rem;
  isolation: isolate;
}
@media screen and (min-width: 1660px) {
  .layout-hero {
    padding: 136px 0 3rem;
  }
}
.layout-hero::before {
  height: 100%;
  width: 50%;
  content: "";
  display: block;
  background-image: url(../images/watermark-hero.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  background-position: left center;
  background-size: cover;
  z-index: -1;
}
@media screen and (min-width: 810px) {
  .layout-hero::before {
    left: 80%;
  }
}
.layout-hero .container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}
@media screen and (min-width: 810px) {
  .layout-hero .container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
  }
}
@media screen and (min-width: 1280px) {
  .layout-hero .container {
    gap: 6rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-hero .container {
    gap: 0;
  }
}
@media screen and (min-width: 1660px) {
  .layout-hero .container .text-and-links .text {
    padding: 0 10rem 0 0;
  }
}
.layout-hero .container .text-and-links .text p {
  line-height: 1.15;
  font-size: 1.125rem;
}
@media screen and (min-width: 1280px) {
  .layout-hero .container .text-and-links .text p {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-hero .container .text-and-links .text p {
    font-size: 1.4rem;
    word-spacing: 9px;
  }
}
.layout-hero .container .text-and-links .links {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
@media screen and (min-width: 810px) {
  .layout-hero .container .text-and-links .links {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.layout-hero .container .text-and-links .links li {
  width: 100%;
}
@media screen and (min-width: 810px) {
  .layout-hero .container .text-and-links .links li {
    width: fit-content;
  }
}
.layout-hero .container .text-and-links .links li a {
  text-align: center;
}
.layout-hero .container .text-and-links .links li:nth-child(odd) a {
  display: grid;
  align-items: center;
  color: #0e1338;
  background: #e1fc65;
  border: 1px solid #e1fc65;
  border-radius: 3rem;
  cursor: pointer;
  width: 100%;
  min-height: calc(1.75rem + 4px);
  padding: 0 1rem;
  transition: all 0.25s ease;
  min-width: 180px;
  grid-template-columns: 1fr auto;
  gap: .5rem;
  padding: 2px 2px 2px 1.25rem;
}
@media screen and (min-width: 810px) {
  .layout-hero .container .text-and-links .links li:nth-child(odd) a {
    width: fit-content;
  }
}
@media screen and (min-width: 1280px) {
  .layout-hero .container .text-and-links .links li:nth-child(odd) a {
    min-height: calc(2rem + 4px);
  }
}
.layout-hero .container .text-and-links .links li:nth-child(odd) a:hover {
  color: #e1fc65;
  background-color: #0e1338;
}
@media screen and (min-width: 1660px) {
  .layout-hero .container .text-and-links .links li:nth-child(odd) a {
    padding: 2px 2px 2px 2rem;
  }
}
.layout-hero .container .text-and-links .links li:nth-child(odd) a::after {
  content: "";
  display: block;
  height: 1.75rem;
  width: 1.75rem;
  border-radius: 50%;
  background-color: #ffffff;
  background-image: url(../images/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-size: 1rem;
}
@media screen and (min-width: 1280px) {
  .layout-hero .container .text-and-links .links li:nth-child(odd) a::after {
    height: 2rem;
    width: 2rem;
  }
}
.layout-hero .container .text-and-links .links li:nth-child(odd) a::after {
  background-image: url(../images/arrow-right-blue.svg);
}
.layout-hero .container .text-and-links .links li:nth-child(even) a {
  display: grid;
  align-items: center;
  color: #ffffff;
  background: #9ea2b0;
  border: 1px solid #9ea2b0;
  border-radius: 3rem;
  cursor: pointer;
  width: 100%;
  min-height: calc(1.75rem + 4px);
  padding: 0 1rem;
  transition: all 0.25s ease;
  min-width: 180px;
}
@media screen and (min-width: 810px) {
  .layout-hero .container .text-and-links .links li:nth-child(even) a {
    width: fit-content;
  }
}
@media screen and (min-width: 1280px) {
  .layout-hero .container .text-and-links .links li:nth-child(even) a {
    min-height: calc(2rem + 4px);
  }
}
.layout-hero .container .text-and-links .links li:nth-child(even) a:hover {
  color: #9ea2b0;
  background-color: #ffffff;
}
.layout-hero .container .image:not(.link-to-video) {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (min-width: 1280px) {
  .layout-hero .container .image:not(.link-to-video) {
    width: 70%;
  }
}
.layout-hero .container .link-to-video {
  clip-path: circle(50% at 50% 50%);
  width: 100%;
  aspect-ratio: 1;
}
.layout-slogan {
  padding: .75rem 0;
  background-color: #9cedf4;
  width: 125vw;
  margin: 0 0 0 -12.5vw;
}
.layout-slogan .blocks {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}
.layout-slogan .blocks p {
  width: max-content;
  margin: 0;
  font-size: 1.75rem;
  font-weight: 200;
}
.layout-textandtext {
  padding: 2.5rem 0;
  background-color: #ffffff;
}
.layout-textandtext .container .left-and-right {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 810px) {
  .layout-textandtext .container .left-and-right {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem;
  }
}
.layout-textandtext .container .left-and-right p {
  line-height: 1.1;
  font-size: 1.125rem;
}
@media screen and (min-width: 1280px) {
  .layout-textandtext .container .left-and-right p {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-textandtext .container .left-and-right p {
    font-size: 1.4rem;
  }
}
.layout-textandtext .container .link {
  display: grid;
  align-items: center;
  color: #0e1338;
  background: #e1fc65;
  border: 1px solid #e1fc65;
  border-radius: 3rem;
  cursor: pointer;
  width: 100%;
  min-height: calc(1.75rem + 4px);
  padding: 0 1rem;
  transition: all 0.25s ease;
  min-width: 180px;
  grid-template-columns: 1fr auto;
  gap: .5rem;
  padding: 2px 2px 2px 1.25rem;
  color: #ffffff;
  background-color: #15153c;
  border-color: #15153c;
}
@media screen and (min-width: 810px) {
  .layout-textandtext .container .link {
    width: fit-content;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandtext .container .link {
    min-height: calc(2rem + 4px);
  }
}
.layout-textandtext .container .link:hover {
  color: #e1fc65;
  background-color: #0e1338;
}
@media screen and (min-width: 1660px) {
  .layout-textandtext .container .link {
    padding: 2px 2px 2px 2rem;
  }
}
.layout-textandtext .container .link::after {
  content: "";
  display: block;
  height: 1.75rem;
  width: 1.75rem;
  border-radius: 50%;
  background-color: #9ea2b0;
  background-image: url(../images/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-size: 1rem;
}
@media screen and (min-width: 1280px) {
  .layout-textandtext .container .link::after {
    height: 2rem;
    width: 2rem;
  }
}
.layout-textandtext .container .link:hover {
  background-color: #ffffff;
  color: #15153c;
}
.layout-textandtext:has(+.layout-blocks) {
  padding: 2.5rem 0 2rem;
}
.layout-blocks {
  padding: 2.5rem 0;
  background-color: #ffffff;
}
.layout-blocks .container .blocks {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem;
}
@media screen and (min-width: 810px) {
  .layout-blocks .container .blocks {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.layout-blocks .container .blocks li {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: 55px 1fr;
  justify-items: center;
  gap: 1rem;
  padding: 1.5rem .5rem;
  background-color: #e9eaf2;
  border-radius: 1.75rem;
  text-align: center;
}
.layout-blocks .container .blocks li .icon {
  height: 50px;
  width: 50px;
  border-radius: 50%;
}
.layout-blocks .container .blocks li .icon img {
  object-fit: contain;
}
.layout-blocks .container .blocks li .text p {
  font-weight: 300;
  line-height: 1.3;
  margin: .5rem 0 1.5rem;
}
.layout-blocks:is(.layout-textandtext + .layout-blocks) {
  padding: 1rem 0 2.5rem;
}
.layout-cta .container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.layout-cta .container > * {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
}
.layout-cta .container .image {
  position: relative;
  z-index: 1;
  border-radius: 1.75rem;
  overflow: hidden;
}
.layout-cta .container .image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 21, 60, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.layout-cta .container .icon-and-text {
  position: relative;
  z-index: 3;
  text-align: center;
  padding: 1rem;
  color: #ffffff;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  justify-items: center;
  height: max-content;
  align-self: center;
}
.layout-cta .container .icon-and-text .icon {
  height: 55px;
  width: 55px;
}
.layout-cta .container .icon-and-text .text strong a,
.layout-cta .container .icon-and-text .text a strong {
  display: grid;
  align-items: center;
  color: #0e1338;
  background: #e1fc65;
  border: 1px solid #e1fc65;
  border-radius: 3rem;
  cursor: pointer;
  width: 100%;
  min-height: calc(1.75rem + 4px);
  padding: 0 1rem;
  transition: all 0.25s ease;
  min-width: 180px;
  grid-template-columns: 1fr auto;
  gap: .5rem;
  padding: 2px 2px 2px 1.25rem;
  margin: 0 auto;
}
@media screen and (min-width: 810px) {
  .layout-cta .container .icon-and-text .text strong a,
  .layout-cta .container .icon-and-text .text a strong {
    width: fit-content;
  }
}
@media screen and (min-width: 1280px) {
  .layout-cta .container .icon-and-text .text strong a,
  .layout-cta .container .icon-and-text .text a strong {
    min-height: calc(2rem + 4px);
  }
}
.layout-cta .container .icon-and-text .text strong a:hover,
.layout-cta .container .icon-and-text .text a strong:hover {
  color: #e1fc65;
  background-color: #0e1338;
}
@media screen and (min-width: 1660px) {
  .layout-cta .container .icon-and-text .text strong a,
  .layout-cta .container .icon-and-text .text a strong {
    padding: 2px 2px 2px 2rem;
  }
}
.layout-cta .container .icon-and-text .text strong a::after,
.layout-cta .container .icon-and-text .text a strong::after {
  content: "";
  display: block;
  height: 1.75rem;
  width: 1.75rem;
  border-radius: 50%;
  background-color: #ffffff;
  background-image: url(../images/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-size: 1rem;
}
@media screen and (min-width: 1280px) {
  .layout-cta .container .icon-and-text .text strong a::after,
  .layout-cta .container .icon-and-text .text a strong::after {
    height: 2rem;
    width: 2rem;
  }
}
.layout-sloganandimage {
  padding: 2.5rem 0;
}
.layout-sloganandimage .container {
  padding-block: 2rem;
  background: linear-gradient(to bottom, #4b5afa, #9cedf4);
  border-radius: 2rem;
  color: #ffffff;
}
