@import url("https://use.typekit.net/yva0fsu.css");
* {
  color: inherit;
  margin: 0;
  font-style: normal;
}

body {
  overflow-x: hidden;
  margin: 0;
  font-family: urbane, sans-serif;
}

#smoothWrapper {
  max-width: 100vw;
  overflow: hidden;
}

#root {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

a {
  text-decoration: none;
}

ul {
  padding: 0;
  list-style-type: none;
}

@font-face {
  font-family: optima;
  src: url(../font/optimaBold.woff);
}

html {
  color: black;
}

:root {
  --step--2: clamp(0.72rem, calc(0.69rem + 0.17vw), 0.87rem);
  --step--1: clamp(0.94rem, calc(0.85rem + 0.46vw), 1.20rem);
  --step-0: clamp(1.13rem, calc(0.99rem + 0.65vw), 1.50rem);
  --step-1: clamp(1.35rem, calc(1.17rem + 0.91vw), 1.88rem);
  --step-2: clamp(1.40rem, calc(1.27rem + 1.26vw), 2.34rem);
  --step-3: clamp(1.94rem, calc(1.60rem + 1vw), 2.93rem);
  --step-4: clamp(2.1rem, calc(1.67rem + 1.31vw), 3.66rem);
  --step-5: clamp(2.80rem, calc(2.31rem + 2.43vw), 4.20rem);
}

.staggerTitle div {
  overflow: hidden;
  vertical-align: top;
}

h1 {
  margin: 0.55rem 0;
  font-weight: 300;
  font-size: var(--step-4);
}

@media (min-width: 767.98px) {
  h1 {
    font-size: var(--step-4);
  }
}

@media (min-width: 1699.98px) {
  h1 {
    font-size: var(--step-5);
  }
}

h2 {
  font-weight: 300;
  font-size: var(--step-3);
  line-height: 1.3;
}

h3 {
  font-weight: 300;
  font-size: var(--step-2);
}

h4 {
  font-weight: 300;
  font-size: var(--step-1);
  line-height: 1.3;
}

h5 {
  font-weight: 500;
  font-size: var(--step--1);
}

h6 {
  line-height: 1.8em;
  font-weight: 300;
  font-size: var(--step--0);
}

p {
  font-size: var(--step--2);
  line-height: 1.8em;
  font-weight: 300;
}

#content {
  position: relative;
}

.txt-oranje {
  color: #ff691d;
}

.txt-hover-oranje:hover {
  color: #ff691d;
}

.bg-oranje {
  background-color: #ff691d;
}

.txt-blauw {
  color: #42809B;
}

.txt-hover-blauw:hover {
  color: #42809B;
}

.bg-blauw {
  background-color: #42809B;
}

.txt-xlGreen {
  color: #f5fffd;
}

.txt-hover-xlGreen:hover {
  color: #f5fffd;
}

.bg-xlGreen {
  background-color: #f5fffd;
}

#hero {
  position: relative;
  width: 92.5vw;
  padding: 5vh 3.75vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #22DDAA;
  height: 90vh;
  background-image: radial-gradient(at 80% 0%, #0e8b7b 0px, transparent 50%), radial-gradient(at 0% 50%, #3dffec 0px, transparent 50%), radial-gradient(at 0% 100%, #1d5e4c 0px, transparent 50%), radial-gradient(at 80% 100%, #3b977c 0px, transparent 50%), radial-gradient(at 0% 0%, #04b488 0px, transparent 50%);
}

@media (min-width: 767.98px) {
  #hero {
    width: 90vw;
    padding: 3vh 5vw;
  }
}

@media (min-width: 1399.98px) {
  #hero {
    width: 80vw;
    padding: 0 10vw;
  }
}

@media (min-width: 1699.98px) {
  #hero {
    width: 75vw;
    padding: 0 12.5vw;
  }
}

@media (min-width: 2299.98px) {
  #hero {
    width: 60vw;
    padding: 0 20vw;
  }
}

@media (min-width: 1199.98px) {
  #hero {
    height: 100vh;
  }
}

#hero text {
  font-style: normal;
  width: 100%;
  text-align: center;
  font-size: 8vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-transform-origin: center;
          transform-origin: center;
}

#hero .text-line #txtBorderReveal {
  stroke: #d2fded;
  stroke-width: 1;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  -webkit-animation: dash 2.5s ease-in-out forwards, filling 4.5s ease-in-out forwards;
          animation: dash 2.5s ease-in-out forwards, filling 4.5s ease-in-out forwards;
}

#hero #svgBorderReveal {
  overflow: visible;
}

#hero #positionSvg {
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#hero .bgGlow {
  height: 100%;
  left: 0;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}

#hero .bol {
  border-radius: 5000em;
  position: absolute;
  overflow: hidden;
}

#hero .bolLeft {
  width: 15vw;
  height: auto;
  left: 0px;
  margin-left: -8%;
  top: 5vh;
}

#hero .bolRight {
  width: 10vw;
  height: auto;
  right: 0px;
  margin-right: -5%;
  top: 25vh;
}

#hero .gridHero {
  width: 95vw;
  position: absolute;
  opacity: .15;
  -webkit-filter: invert(0.4);
          filter: invert(0.4);
  margin-top: -50vh;
}

#hero .videoBg {
  width: 10vw;
  height: 100%;
}

#hero .videoBg #vidRecap {
  position: absolute;
  width: 100vw;
  left: 0;
  opacity: .2;
}

#hero .containerHero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 115em;
  background-color: #f5fffd75;
  width: 97%;
  height: 70%;
  bottom: 0%;
  position: absolute;
  border-radius: 2em 2em 0px 0px;
  -webkit-box-shadow: 0 10px 20px rgba(42, 42, 42, 0.1), 0 3px 6px rgba(0, 0, 0, 0.066);
          box-shadow: 0 10px 20px rgba(42, 42, 42, 0.1), 0 3px 6px rgba(0, 0, 0, 0.066);
}

@media (min-width: 767.98px) {
  #hero .containerHero {
    height: 80%;
    max-height: 60vh;
  }
}

@media (min-width: 1199.98px) {
  #hero .containerHero {
    padding-bottom: 2.5%;
    max-height: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

#hero .containerHero .cmpwaveHero {
  position: absolute;
  pointer-events: none;
  width: 130vw;
  margin-left: -20vw;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.1;
  margin-top: 180vh;
  display: none;
}

#hero .containerHero .wrapperHero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  height: 100vh;
  width: 95%;
  padding: 0.75rem;
  margin-top: -15vh;
}

@media (orientation: landscape) and (max-width: 1199.98px) {
  #hero .containerHero .wrapperHero {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 1199.98px) {
  #hero .containerHero .wrapperHero {
    width: 90%;
    height: 75%;
    margin-top: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 1699.98px) {
  #hero .containerHero .wrapperHero {
    width: 80%;
  }
}

#hero .containerHero .wrapperHero .article,
#hero .containerHero .wrapperHero .placeHolder {
  position: relative;
}

#hero .containerHero .wrapperHero .placeHolder {
  -webkit-box-flex: 40%;
      -ms-flex: 40%;
          flex: 40%;
}

#hero .containerHero .wrapperHero .article {
  padding: 0.75rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 1;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 20%;
      -ms-flex: 20%;
          flex: 20%;
}

@media (min-width: 767.98px) {
  #hero .containerHero .wrapperHero .article {
    -webkit-box-flex: 25%;
        -ms-flex: 25%;
            flex: 25%;
    width: 85%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (orientation: landscape) and (max-width: 1199.98px) {
  #hero .containerHero .wrapperHero .article {
    -webkit-box-flex: 45%;
        -ms-flex: 45%;
            flex: 45%;
    margin-left: 5%;
  }
}

@media (min-width: 1199.98px) {
  #hero .containerHero .wrapperHero .article {
    margin-left: unset;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
  }
}

#hero .containerHero .wrapperHero .article #heroTitle {
  color: #0e1a33;
  line-height: 1;
}

@media (min-width: 1199.98px) {
  #hero .containerHero .wrapperHero .article #heroTitle #heroTitleTop div {
    font-weight: 600;
  }
  #hero .containerHero .wrapperHero .article #heroTitle #heroTitleBottom div {
    font-weight: 300;
    font-size: var(--step-4);
  }
}

@media (min-width: 1199.98px) and (min-width: 767.98px) {
  #hero .containerHero .wrapperHero .article #heroTitle #heroTitleBottom div {
    font-size: var(--step-4);
  }
}

@media (min-width: 1199.98px) and (min-width: 1699.98px) {
  #hero .containerHero .wrapperHero .article #heroTitle #heroTitleBottom div {
    font-size: var(--step-5);
  }
}

#hero .containerHero .wrapperHero .placeHolder {
  width: 100%;
  height: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

#hero .containerHero .wrapperHero .placeHolder .vidContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  max-height: 20em;
  position: absolute;
  pointer-events: none;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

@media (min-width: 1199.98px) {
  #hero .containerHero .wrapperHero .placeHolder .vidContainer {
    max-height: 30em;
  }
}

#hero .containerHero .wrapperHero .placeHolder .vidContainer .vidOverflow {
  pointer-events: auto;
  width: 90%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 1.6em;
  position: relative;
  border: solid white 0.15em;
  -webkit-box-shadow: 0 10px 20px rgba(42, 42, 42, 0.1), 0 3px 6px rgba(0, 0, 0, 0.066);
          box-shadow: 0 10px 20px rgba(42, 42, 42, 0.1), 0 3px 6px rgba(0, 0, 0, 0.066);
}

@media (min-width: 767.98px) {
  #hero .containerHero .wrapperHero .placeHolder .vidContainer .vidOverflow {
    min-height: 40vh;
  }
}

@media (min-width: 1199.98px) {
  #hero .containerHero .wrapperHero .placeHolder .vidContainer .vidOverflow {
    min-height: unset;
    width: 100%;
  }
}

#hero .containerHero .wrapperHero .placeHolder .vidContainer .vidOverflow #videoHero {
  max-height: 100%;
}

#hero .gradientHideCard {
  pointer-events: none !important;
  width: 100vw;
  height: 45%;
  bottom: -15%;
  position: absolute;
  background: black;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, rgba(255, 0, 0, 0)), color-stop(55%, #f5fffd));
  background: linear-gradient(180deg, rgba(255, 0, 0, 0) 5%, #f5fffd 55%);
}

#subHero {
  position: relative;
  width: 92.5vw;
  padding: 5vh 3.75vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f5fffd;
}

@media (min-width: 767.98px) {
  #subHero {
    width: 90vw;
    padding: 3vh 5vw;
  }
}

@media (min-width: 1399.98px) {
  #subHero {
    width: 80vw;
    padding: 0 10vw;
  }
}

@media (min-width: 1699.98px) {
  #subHero {
    width: 75vw;
    padding: 0 12.5vw;
  }
}

@media (min-width: 2299.98px) {
  #subHero {
    width: 60vw;
    padding: 0 20vw;
  }
}

#subHero .subHeroWrapper {
  background-color: #f5fffd;
  margin-top: .5em;
  border-radius: .8em;
  font-family: urbane, sans-serif;
  -webkit-box-shadow: 0 10px 20px rgba(42, 42, 42, 0.1), 0 3px 6px rgba(0, 0, 0, 0.066);
          box-shadow: 0 10px 20px rgba(42, 42, 42, 0.1), 0 3px 6px rgba(0, 0, 0, 0.066);
  border: 0.15em solid #E1FCF9;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 2;
  padding: 1.875rem 1.5rem;
  border-radius: 1.2em;
  margin-top: -10vh;
}

@media (min-width: 1199.98px) {
  #subHero .subHeroWrapper {
    margin-top: 0vh;
    border-radius: 2em;
    padding: 3.75rem;
  }
}

#subHero .subHeroWrapper .articleHz {
  gap: 1em;
}

.highLightSection {
  position: relative;
  width: 92.5vw;
  padding: 5vh 3.75vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #f5fffd;
  color: #000;
}

@media (min-width: 767.98px) {
  .highLightSection {
    width: 90vw;
    padding: 3vh 5vw;
  }
}

@media (min-width: 1399.98px) {
  .highLightSection {
    width: 80vw;
    padding: 0 10vw;
  }
}

@media (min-width: 1699.98px) {
  .highLightSection {
    width: 75vw;
    padding: 0 12.5vw;
  }
}

@media (min-width: 2299.98px) {
  .highLightSection {
    width: 60vw;
    padding: 0 20vw;
  }
}

.highLightSection #highLights {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  position: relative;
  z-index: 1;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

@media (min-width: 1199.98px) {
  .highLightSection #highLights {
    padding-bottom: 10vh;
    padding-bottom: 35vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.highLightSection #highLights #highLightsTxtContainer {
  z-index: 1;
  gap: 2em;
  width: 85%;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.highLightSection #highLights #highLightsTxtContainer h2 {
  -webkit-box-flex: 55%;
      -ms-flex: 55%;
          flex: 55%;
}

.highLightSection #highLights #highLightsTxtContainer p {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
}

.highLightSection #highLights #meerWaardeSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 95%;
  height: 100%;
  z-index: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 1199.98px) {
  .highLightSection #highLights #meerWaardeSection {
    margin-top: 10vh;
  }
}

.highLightSection #highLights #meerWaardeSection .articleHz {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  margin-bottom: 5vh;
}

@media (min-width: 1199.98px) {
  .highLightSection #highLights #meerWaardeSection .articleHz {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    margin-bottom: 12vh;
  }
}

.highLightSection #highLights #meerWaardeSection .collapsibleSet {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  min-height: 38em;
}

@media (min-width: 1199.98px) {
  .highLightSection #highLights #meerWaardeSection .collapsibleSet {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}

.highLightSection #highLights #meerWaardeSection .collapsibleSet h5 {
  text-align: center;
}

.highLightSection #highLights #meerWaardeSection .posterPlaceHolder {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-right: 5%;
  padding: 0.75rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  border-radius: 0.8em;
  height: 27.5em;
  width: 100%;
}

@media (min-width: 1199.98px) {
  .highLightSection #highLights #meerWaardeSection .posterPlaceHolder {
    -webkit-box-flex: 25%;
        -ms-flex: 25%;
            flex: 25%;
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}

.highLightSection #highLights #meerWaardeSection .posterPlaceHolder .mwPoster {
  border-radius: 0.88em;
  -webkit-box-shadow: 0 10px 20px rgba(42, 42, 42, 0.1), 0 3px 6px rgba(0, 0, 0, 0.066);
          box-shadow: 0 10px 20px rgba(42, 42, 42, 0.1), 0 3px 6px rgba(0, 0, 0, 0.066);
  margin-top: -10%;
  position: absolute;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  width: 45%;
}

@media (min-width: 767.98px) {
  .highLightSection #highLights #meerWaardeSection .posterPlaceHolder .mwPoster {
    width: 30%;
  }
}

@media (orientation: landscape) and (max-width: 1199.98px) {
  .highLightSection #highLights #meerWaardeSection .posterPlaceHolder .mwPoster {
    width: 30%;
  }
}

@media (min-width: 1199.98px) {
  .highLightSection #highLights #meerWaardeSection .posterPlaceHolder .mwPoster {
    width: 55%;
  }
}

.highLightSection #highLights .glowOverlay {
  margin-top: 50%;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.motionPathContainer {
  width: 100vw;
  z-index: 1;
  position: relative;
}

#mpSubHero {
  position: relative;
  background-color: #f5fffd;
}

#mpSubHero .placeHolder {
  height: 35vh;
}

@media (min-width: 1199.98px) {
  #mpSubHero .placeHolder {
    height: 50vh;
  }
}

#mpSubHero .placeHolder #viewboxSubHero {
  overflow: visible;
  margin-top: -40%;
}

@media (min-width: 1199.98px) {
  #mpSubHero .placeHolder #viewboxSubHero {
    margin-top: -50vh;
  }
}

#mpSubHero .glow1 {
  position: absolute;
  left: unset;
  opacity: 1;
  margin-top: 35%;
  width: 25%;
  height: 120%;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
}

@media (min-width: 1199.98px) {
  #mpSubHero .glow1 {
    margin-right: 15%;
    margin-top: 5%;
    width: 50%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

#mpSubHero .bol1 {
  width: 60%;
  margin-top: 35%;
}

@media (min-width: 1199.98px) {
  #mpSubHero .bol1 {
    width: 33%;
    margin-top: -5%;
  }
}

.selectedWorkWrapper {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(7%, #0f1a4b), to(#0c3a46));
  background: linear-gradient(180deg, #0f1a4b 7%, #0c3a46 100%);
}

.selectedWorkWrapper .selectedWorkSection {
  position: relative;
  width: 92.5vw;
  padding: 5vh 3.75vw;
  color: white;
  position: relative;
}

@media (min-width: 767.98px) {
  .selectedWorkWrapper .selectedWorkSection {
    width: 90vw;
    padding: 3vh 5vw;
  }
}

@media (min-width: 1399.98px) {
  .selectedWorkWrapper .selectedWorkSection {
    width: 80vw;
    padding: 0 10vw;
  }
}

@media (min-width: 1699.98px) {
  .selectedWorkWrapper .selectedWorkSection {
    width: 75vw;
    padding: 0 12.5vw;
  }
}

@media (min-width: 2299.98px) {
  .selectedWorkWrapper .selectedWorkSection {
    width: 60vw;
    padding: 0 20vw;
  }
}

@media (min-width: 1199.98px) {
  .selectedWorkWrapper .selectedWorkSection {
    height: 100vh;
  }
}

.selectedWorkWrapper .selectedWorkSection .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1199.98px) {
  .selectedWorkWrapper .selectedWorkSection .container {
    gap: 5vh;
  }
}

.selectedWorkWrapper .selectedWorkSection .container .selectedInfoContainer {
  color: white;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: .5em 0;
}

@media (min-width: 1199.98px) {
  .selectedWorkWrapper .selectedWorkSection .container .selectedInfoContainer {
    margin: unset;
  }
}

.selectedWorkWrapper .selectedWorkSection .container #selectedInfoTitle div {
  overflow: hidden;
  vertical-align: top;
}

.selectedWorkWrapper .selectedWorkSection .container .selectedWorkContainer {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-perspective: 2900px;
          perspective: 2900px;
}

@media (min-width: 767.98px) {
  .selectedWorkWrapper .selectedWorkSection .container .selectedWorkContainer {
    max-width: 85%;
  }
}

@media (min-width: 1199.98px) {
  .selectedWorkWrapper .selectedWorkSection .container .selectedWorkContainer {
    max-width: unset;
    height: 53%;
  }
}

.selectedWorkWrapper .selectedWorkSection .container .selectedWorkContainer #selectedWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  gap: 1em;
  margin-top: 1em;
}

@media (min-width: 767.98px) {
  .selectedWorkWrapper .selectedWorkSection .container .selectedWorkContainer #selectedWrapper {
    gap: 5vh;
  }
}

@media (min-width: 1199.98px) {
  .selectedWorkWrapper .selectedWorkSection .container .selectedWorkContainer #selectedWrapper {
    -webkit-perspective: 1000px;
            perspective: 1000px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-transform: rotateX(45deg);
            transform: rotateX(45deg);
    gap: unset;
    margin-top: unset;
  }
}

.selectedWorkWrapper .selectedWorkSection .container .selectedWorkContainer #selectedWrapper .glowSelectedWork {
  position: absolute;
  margin-top: 17.5%;
  margin-left: -40vw;
  top: 0;
  opacity: .2;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

.selectedWorkWrapper .selectedWorkSection .container .selectedWorkContainer #selectedWrapper .selectedmoduleContainer {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 1.6em;
  position: relative;
  border: solid rgba(195, 195, 195, 0.185) 0.15em;
}

@media (min-width: 1199.98px) {
  .selectedWorkWrapper .selectedWorkSection .container .selectedWorkContainer #selectedWrapper .selectedmoduleContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: absolute;
  }
}

.selectedWorkWrapper .selectedWorkSection .container .selectedWorkContainer #selectedWrapper .selectedmoduleContainer .moduleImgContainer {
  margin: 1em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: rgba(255, 255, 255, 0.098);
  border: 0.15em solid rgba(255, 255, 255, 0.106);
  border-radius: 0.8em;
  overflow: hidden;
  pointer-events: none;
  width: 90%;
  max-height: 35vh;
}

@media (orientation: landscape) and (max-width: 1199.98px) {
  .selectedWorkWrapper .selectedWorkSection .container .selectedWorkContainer #selectedWrapper .selectedmoduleContainer .moduleImgContainer {
    max-height: 15em;
  }
}

@media (min-width: 767.98px) {
  .selectedWorkWrapper .selectedWorkSection .container .selectedWorkContainer #selectedWrapper .selectedmoduleContainer .moduleImgContainer {
    max-height: 25vh;
  }
}

@media (min-width: 1199.98px) {
  .selectedWorkWrapper .selectedWorkSection .container .selectedWorkContainer #selectedWrapper .selectedmoduleContainer .moduleImgContainer {
    max-height: unset;
    height: unset;
    width: 100%;
  }
}

.selectedWorkWrapper .selectedWorkSection .container .selectedWorkContainer #selectedWrapper .selectedmoduleContainer .moduleImgContainer img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 150%;
  height: 100%;
}

@media (min-width: 1199.98px) {
  .selectedWorkWrapper .selectedWorkSection .container .selectedWorkContainer #selectedWrapper .selectedmoduleContainer .moduleImgContainer img {
    width: 100%;
  }
}

@media (orientation: landscape) and (max-width: 1199.98px) {
  .selectedWorkWrapper .selectedWorkSection .container .selectedWorkContainer #selectedWrapper .selectedmoduleContainer .moduleImgContainer img {
    width: 100%;
  }
}

.selectedWorkWrapper .selectedWorkSection .container .selectedWorkContainer #selectedWrapper .selectedmoduleContainer .moduleInfoContainer {
  gap: 2%;
  padding: 0;
  overflow: hidden;
  padding: 0% 5% 10% 5%;
}

@media (min-width: 1199.98px) {
  .selectedWorkWrapper .selectedWorkSection .container .selectedWorkContainer #selectedWrapper .selectedmoduleContainer .moduleInfoContainer {
    overflow: unset;
    padding-top: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 10%;
    opacity: 0;
    gap: 5%;
    margin-top: -7.5%;
  }
}

.selectedWorkWrapper .selectedWorkSection .container .selectedWorkContainer #selectedWrapper .selectedmoduleContainer .moduleInfoContainer p {
  padding-right: 1.875rem;
}

.selectedWorkWrapper .selectedWorkSection .container .selectedWorkContainer #selectedWrapper .selectedmoduleContainer {
  background: #18386c;
  background: radial-gradient(circle, #18386c 0%, #246588 100%);
}

.selectedWorkWrapper .selectedWorkSection .container #asideSteps {
  width: 10%;
  height: 100%;
  position: absolute;
  right: -5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5%;
  display: none;
}

.selectedWorkWrapper .selectedWorkSection .container #asideSteps button {
  font-size: 1em;
  color: black;
}

.selectedWorkWrapper .selectedWorkSection .container #asideSteps .asideStep {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  width: 25%;
  height: .1em;
  right: 0;
  float: right;
  -webkit-transform-origin: right;
          transform-origin: right;
  border-radius: 0.8em;
  background-color: #d2fded;
}

.voorbeeldenInfo {
  top: 0;
  left: 0;
  margin-bottom: 5%;
  padding-top: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (min-width: 1199.98px) {
  .voorbeeldenInfo {
    margin-bottom: unset;
    padding-top: 5%;
  }
}

.voorbeelden {
  width: 100vw;
  position: relative;
  left: 0;
  color: white;
  bottom: 0;
  position: relative;
  width: 92.5vw;
  padding: 5vh 3.75vw;
  overflow: visible;
}

@media (min-width: 767.98px) {
  .voorbeelden {
    width: 90vw;
    padding: 3vh 5vw;
  }
}

@media (min-width: 1399.98px) {
  .voorbeelden {
    width: 80vw;
    padding: 0 10vw;
  }
}

@media (min-width: 1699.98px) {
  .voorbeelden {
    width: 75vw;
    padding: 0 12.5vw;
  }
}

@media (min-width: 2299.98px) {
  .voorbeelden {
    width: 60vw;
    padding: 0 20vw;
  }
}

@media (min-width: 1199.98px) {
  .voorbeelden {
    min-height: 100vh;
    margin-top: -35vh;
  }
}

.voorbeelden .vbProjectWrapper {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-top: 2.5%;
  overflow: unset;
}

@media (min-width: 1199.98px) {
  .voorbeelden .vbProjectWrapper {
    padding-bottom: 15%;
  }
}

.voorbeelden .vbProjectWrapper .vbProjectWrapperTitle {
  color: #F5F6F8;
  margin-left: 5vw;
  margin-bottom: 2.5%;
}

.voorbeelden .vbProjectWrapper .vbProjectContainer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1199.98px) {
  .voorbeelden .vbProjectWrapper .vbProjectContainer {
    min-width: 230vw;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    bottom: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3%;
  }
}

.voorbeelden .vbProjectWrapper .vbProjectContainer .vbProjectItem {
  width: 50vw;
  max-height: 40em;
  position: relative;
  border-radius: 0.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: transparent;
  padding: 0.75rem;
  background-color: #e2f7f300;
  cursor: pointer !important;
  border: 2px solid transparent;
}

.voorbeelden .vbProjectWrapper .vbProjectContainer .vbProjectItem .vbImagePlaceHolder {
  width: 100%;
  overflow: hidden;
  border-radius: 0.8em;
  position: relative;
  height: 38.5vh;
  background-color: #22DDAA;
}

.voorbeelden .vbProjectWrapper .vbProjectContainer .vbProjectItem .vbImagePlaceHolder .material-symbols-outlined {
  position: absolute;
  color: white;
  top: 0;
  right: 0;
  margin: .5em;
  font-size: 2em;
  z-index: 1;
  pointer-events: none;
}

.voorbeelden .vbProjectWrapper .vbProjectContainer .vbProjectItem .vbImagePlaceHolder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.voorbeelden .vbProjectWrapper .vbProjectContainer .vbProjectItem .vbProjectInfo {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  padding-top: 1em;
}

.voorbeelden .vbProjectWrapper .vbProjectContainer .vbProjectItem .vbProjectInfo .dsSwiperTitleContainer {
  color: #F5F6F8;
  line-height: 1;
}

.voorbeelden .vbProjectWrapper .vbProjectContainer .vbProjectItem .vbProjectInfo p {
  margin-left: .25em;
}

.voorbeelden .vbProjectWrapper .vbProjectContainer .vbProjectItem .vbProjectInfo button {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.voorbeelden .vbProjectWrapper .vbProjectContainer .vbProjectItem .vbProjectInfo .btnEx {
  background-color: transparent;
}

.voorbeelden .vbProjectWrapper .vbProjectContainer .vbProjectItem .gradient {
  border-radius: 0.8em;
}

.voorbeelden .vbProjectWrapper .vbProjectContainer .vbProjectItem .glowGreen {
  top: 0;
  right: 0;
  position: absolute;
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
  opacity: .25;
  left: unset;
}

.responsiveSection {
  position: relative;
  width: 92.5vw;
  padding: 5vh 3.75vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 120vh;
  gap: 2em;
  margin: 3.3rem 0;
}

@media (min-width: 767.98px) {
  .responsiveSection {
    width: 90vw;
    padding: 3vh 5vw;
  }
}

@media (min-width: 1399.98px) {
  .responsiveSection {
    width: 80vw;
    padding: 0 10vw;
  }
}

@media (min-width: 1699.98px) {
  .responsiveSection {
    width: 75vw;
    padding: 0 12.5vw;
  }
}

@media (min-width: 2299.98px) {
  .responsiveSection {
    width: 60vw;
    padding: 0 20vw;
  }
}

@media (min-width: 767.98px) {
  .responsiveSection {
    height: unset;
  }
}

@media (min-width: 1199.98px) {
  .responsiveSection {
    height: 120vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 1399.98px) {
  .responsiveSection {
    height: 130vh;
    padding-bottom: 20vh;
  }
}

.responsiveSection .gridResponsive {
  position: absolute;
  opacity: .5;
  margin-left: 50%;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-filter: invert(0.9);
          filter: invert(0.9);
}

.responsiveSection .bolBg {
  position: absolute;
  border-radius: 1000em;
  overflow: hidden;
  width: 35%;
  top: -5%;
  left: -15%;
}

@media (min-width: 1399.98px) {
  .responsiveSection .bolBg {
    top: auto;
    width: 20%;
    left: -10vw;
  }
}

.responsiveSection .wrapper,
.responsiveSection .handContainer {
  float: left;
  height: 100%;
  width: 100%;
  position: relative;
}

@media (min-width: 1199.98px) {
  .responsiveSection .wrapper,
  .responsiveSection .handContainer {
    width: 50%;
  }
}

@media (min-width: 767.98px) {
  .responsiveSection .wrapper,
  .responsiveSection .handContainer {
    height: 30%;
  }
}

@media (min-width: 1199.98px) {
  .responsiveSection .wrapper,
  .responsiveSection .handContainer {
    height: 100%;
  }
}

.responsiveSection .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.responsiveSection .wrapper .articleVt {
  width: 100%;
}

@media (min-width: 1199.98px) {
  .responsiveSection .wrapper .articleVt p {
    width: 90%;
  }
}

@media (min-width: 1399.98px) {
  .responsiveSection .wrapper .articleVt {
    max-width: 35em;
    padding: 3.75rem;
  }
}

.responsiveSection .handContainer {
  overflow: hidden;
  background-color: #f5fffd;
  margin-top: .5em;
  border-radius: .8em;
  font-family: urbane, sans-serif;
  -webkit-box-shadow: 0 10px 20px rgba(42, 42, 42, 0.1), 0 3px 6px rgba(0, 0, 0, 0.066);
          box-shadow: 0 10px 20px rgba(42, 42, 42, 0.1), 0 3px 6px rgba(0, 0, 0, 0.066);
  border: 0.15em solid #E1FCF9;
  border-radius: 2em;
  box-shadow: 0 10px 20px rgba(42, 42, 42, 0.1), 0 3px 6px rgba(0, 0, 0, 0.066);
  height: 75vh;
  position: relative;
  z-index: 0;
}

@media (min-width: 767.98px) {
  .responsiveSection .handContainer {
    height: 50vh;
  }
}

@media (min-width: 1199.98px) {
  .responsiveSection .handContainer {
    height: 75vh;
  }
}

.responsiveSection .handContainer .hand {
  width: auto;
  height: 125%;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  margin-left: 40%;
  position: absolute;
}

@media (orientation: landscape) and (max-width: 1199.98px) {
  .responsiveSection .handContainer .hand {
    height: 120vh;
    width: auto;
  }
}

@media (min-width: 767.98px) {
  .responsiveSection .handContainer .hand {
    width: auto;
    height: 125%;
  }
}

.responsiveSection .handContainer .placeHolder {
  width: 100%;
  height: 100%;
  position: absolute;
}

.responsiveSection .handContainer .placeHolder .bol {
  width: 60%;
  position: absolute;
  margin-top: -5em;
  border-radius: 1000em;
  overflow: hidden;
}

.werkwijzeSection {
  position: relative;
  width: 92.5vw;
  padding: 5vh 3.75vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 50em;
}

@media (min-width: 767.98px) {
  .werkwijzeSection {
    width: 90vw;
    padding: 3vh 5vw;
  }
}

@media (min-width: 1399.98px) {
  .werkwijzeSection {
    width: 80vw;
    padding: 0 10vw;
  }
}

@media (min-width: 1699.98px) {
  .werkwijzeSection {
    width: 75vw;
    padding: 0 12.5vw;
  }
}

@media (min-width: 2299.98px) {
  .werkwijzeSection {
    width: 60vw;
    padding: 0 20vw;
  }
}

@media (min-width: 1199.98px) {
  .werkwijzeSection {
    height: 150vh;
  }
}

.werkwijzeSection .gridWerkwijze {
  opacity: .15;
  position: absolute;
  width: 65%;
}

.werkwijzeSection .bol {
  position: absolute;
}

.werkwijzeSection .bolWerkwijze1 {
  left: 5%;
  width: 10%;
}

.werkwijzeSection .bolWerkwijze2 {
  width: 20%;
  right: -5%;
  float: right;
}

.werkwijzeSection #wwIntro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  background-color: #E1FCF9;
  z-index: 1;
  -webkit-box-shadow: 0 10px 20px rgba(42, 42, 42, 0.1), 0 3px 6px rgba(0, 0, 0, 0.066);
          box-shadow: 0 10px 20px rgba(42, 42, 42, 0.1), 0 3px 6px rgba(0, 0, 0, 0.066);
  border-radius: 0.8em;
  max-width: 45em;
}

@media (min-width: 767.98px) {
  .werkwijzeSection #wwIntro {
    width: 80%;
  }
}

@media (min-width: 1199.98px) {
  .werkwijzeSection #wwIntro {
    width: 70%;
  }
}

.werkwijzeSection #wwIntro .wwInfoContainer {
  width: 75%;
  gap: 2em;
  padding: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  z-index: 1;
  right: 0;
  margin: 2em;
}

.werkwijzeSection #wwIntro button {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.werkwijzeSection .wwBackgroundWrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.werkwijzeSection .wwBackgroundWrapper .wwIconContainer {
  position: absolute;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  display: none;
}

@media (min-width: 1199.98px) {
  .werkwijzeSection .wwBackgroundWrapper .wwIconContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.werkwijzeSection .wwBackgroundWrapper .wwIconContainer div {
  width: 5em;
  height: 5em;
  background-color: #d2fded;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 10px 20px rgba(42, 42, 42, 0.1), 0 3px 6px rgba(0, 0, 0, 0.066);
          box-shadow: 0 10px 20px rgba(42, 42, 42, 0.1), 0 3px 6px rgba(0, 0, 0, 0.066);
  position: absolute;
  border-radius: 0.8em;
}

@media (min-width: 1199.98px) {
  .werkwijzeSection .wwBackgroundWrapper .wwIconContainer div {
    width: 8em;
    height: 8em;
    border-radius: 1.6em;
  }
}

.werkwijzeSection .wwBackgroundWrapper .wwIconContainer div img {
  width: 5.5em;
  max-height: 10em;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: -50%;
  margin-left: 50%;
}

@media (min-width: 1199.98px) {
  .werkwijzeSection .wwBackgroundWrapper .wwIconContainer div img {
    width: 8em;
  }
}

.werkwijzeSection .wwBackgroundWrapper .wwBgIcon1 {
  margin-top: -50%;
  margin-left: -80%;
}

.werkwijzeSection .wwBackgroundWrapper .wwBgIcon2 {
  margin-top: 50%;
  margin-left: -50%;
}

.werkwijzeSection .wwBackgroundWrapper .wwBgIcon3 {
  margin-top: -40%;
  margin-left: 60%;
}

.werkwijzeSection .wwBackgroundWrapper .wwBgIcon4 {
  margin-top: 15%;
  margin-left: 90%;
}

.werkwijzeSection #mpWerkwijze {
  margin-left: 120%;
  width: 125vw;
  height: 80%;
  position: absolute;
  pointer-events: none;
}

.werkwijzeSection #mpWerkwijze .placeHolder {
  bottom: 0;
  position: absolute;
  left: 0;
  width: 100%;
}

.werkwijzeSection #mpWerkwijze .cmpPlane {
  visibility: hidden;
  width: 5em;
}

@media (min-width: 1199.98px) {
  .werkwijzeSection #mpWerkwijze .cmpPlane {
    width: 10em;
  }
}

.werkwijzeSection #mpWerkwijze #motionPathWerkwijze {
  overflow: visible;
  height: 100%;
  max-width: 100%;
}

.werkwijzeSection #mpWerkwijze #motionPathWerkwijze path {
  stroke-width: .25;
  stroke-dasharray: 1.5;
  stroke: rgba(0, 0, 0, 0.3);
}

.werkwijzeSection #btnCloseWw {
  display: none;
  position: absolute;
  top: -5vh;
  left: 7.5vw;
  background-color: #22DDAA;
  color: white;
}

.werkwijzeSection .wwContainer {
  width: 100vw;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (min-width: 1199.98px) {
  .werkwijzeSection .wwContainer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.werkwijzeSection .wwContainer #wwAllStepsContainer {
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  left: 0px;
  position: relative;
  gap: 10em;
  margin-top: 7vh;
  height: 70vh;
  min-height: 40em;
}

@media (min-width: 1199.98px) {
  .werkwijzeSection .wwContainer #wwAllStepsContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    min-height: unset;
    padding-top: unset;
    margin-bottom: 2.5vh;
    height: 60vh;
  }
}

.werkwijzeSection .wwContainer #wwAllStepsContainer .wwStepContainer {
  position: absolute;
  border-radius: 1.6em;
  -webkit-box-shadow: 0 10px 20px rgba(42, 42, 42, 0.1), 0 3px 6px rgba(0, 0, 0, 0.066);
          box-shadow: 0 10px 20px rgba(42, 42, 42, 0.1), 0 3px 6px rgba(0, 0, 0, 0.066);
  background-color: #E1FCF9;
  width: 80%;
  margin-top: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1.5rem;
}

@media (min-width: 1199.98px) {
  .werkwijzeSection .wwContainer #wwAllStepsContainer .wwStepContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    min-width: 50em;
    width: 50%;
  }
}

.werkwijzeSection .wwContainer #wwAllStepsContainer .wwStepContainer .wwIconContainer {
  height: 100%;
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.werkwijzeSection .wwContainer #wwAllStepsContainer .wwStepContainer .wwIconContainer div {
  width: 5em;
  height: 5em;
  background-color: #d2fded;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 10px 20px rgba(42, 42, 42, 0.1), 0 3px 6px rgba(0, 0, 0, 0.066);
          box-shadow: 0 10px 20px rgba(42, 42, 42, 0.1), 0 3px 6px rgba(0, 0, 0, 0.066);
  position: absolute;
  border-radius: 0.8em;
  bottom: -2.5em;
}

@media (min-width: 1199.98px) {
  .werkwijzeSection .wwContainer #wwAllStepsContainer .wwStepContainer .wwIconContainer div {
    width: 8em;
    height: 8em;
    border-radius: 1.6em;
    bottom: unset;
  }
}

.werkwijzeSection .wwContainer #wwAllStepsContainer .wwStepContainer .wwIconContainer div img {
  width: 5.5em;
  max-height: 10em;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: -50%;
  margin-left: 50%;
}

@media (min-width: 1199.98px) {
  .werkwijzeSection .wwContainer #wwAllStepsContainer .wwStepContainer .wwIconContainer div img {
    width: 8em;
  }
}

.werkwijzeSection .wwContainer #wwAllStepsContainer .wwStepContainer aside {
  padding: 1.5rem;
  padding-bottom: 10vh;
}

@media (min-width: 1199.98px) {
  .werkwijzeSection .wwContainer #wwAllStepsContainer .wwStepContainer aside {
    width: 75%;
  }
  .werkwijzeSection .wwContainer #wwAllStepsContainer .wwStepContainer aside p {
    padding-right: 1.5rem;
  }
}

.werkwijzeSection .wwContainer #wwAllStepsContainer .wwStepContainer aside .count {
  position: absolute;
  right: 7.5%;
  bottom: 7.5%;
}

.werkwijzeSection .wwContainer .wwNextPrev {
  margin: 0;
  border: 0.3em solid #d2fded;
  padding: 0.75rem;
}

.werkwijzeSection .wwContainer .wwNextPrev span {
  font-size: 2.625rem;
  font-weight: 300;
  width: unset;
}

.werkwijzeSection .wwContainer .wwNavContainer {
  width: 50%;
  position: relative;
  bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 15vh;
  gap: 25vw;
}

@media (min-width: 1199.98px) {
  .werkwijzeSection .wwContainer .wwNavContainer {
    gap: 3.5em;
    margin-bottom: 5vh;
  }
}

.werkwijzeSection .wwContainer .wwNavContainer div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25em;
  color: #0e1a33;
}

.werkwijzeSection .wwContainer .wwNavContainer div #wwNavBar {
  background-color: #fff;
  z-index: 1;
  border-radius: 1em;
  -webkit-box-shadow: 0 10px 20px rgba(42, 42, 42, 0.1), 0 3px 6px rgba(0, 0, 0, 0.066);
          box-shadow: 0 10px 20px rgba(42, 42, 42, 0.1), 0 3px 6px rgba(0, 0, 0, 0.066);
  border: 0.15em solid #d2fded;
  display: none;
}

@media (min-width: 1199.98px) {
  .werkwijzeSection .wwContainer .wwNavContainer div #wwNavBar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.werkwijzeSection .wwContainer .wwNavContainer div #wwNavBar div {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1vw;
}

.werkwijzeSection .wwContainer .wwNavContainer div #wwNavBar hr {
  border-width: 0;
  width: 1em;
  border-top: 0.15em dashed #0e1a33;
}

.werkwijzeSection .wwContainer .wwNavContainer div #wwNavBar .wwStepIcon {
  font-size: var(--step-2);
  cursor: pointer !important;
  padding: 0.75rem;
  border-radius: 0.4em;
  border: solid 0.075em transparent;
}

.werkwijzeSection .wwContainer .wwNavContainer div .wwSliderContainer {
  height: .1em;
  border-radius: 1em;
  background-color: rgba(150, 150, 150, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  position: absolute;
  width: 50vw;
  top: 0;
}

@media (min-width: 1199.98px) {
  .werkwijzeSection .wwContainer .wwNavContainer div .wwSliderContainer {
    width: 50%;
  }
}

.werkwijzeSection .wwContainer .wwNavContainer div .wwSliderContainer #wwSlider {
  height: .25em;
  background-color: #0e1a33;
  border-radius: 1em;
  position: absolute;
}

#canvasWerkwijze {
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
}

.hosting {
  width: 100vw;
  position: relative;
  width: 92.5vw;
  padding: 5vh 3.75vw;
  background-color: #0e1a33;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 767.98px) {
  .hosting {
    width: 90vw;
    padding: 3vh 5vw;
  }
}

@media (min-width: 1399.98px) {
  .hosting {
    width: 80vw;
    padding: 0 10vw;
  }
}

@media (min-width: 1699.98px) {
  .hosting {
    width: 75vw;
    padding: 0 12.5vw;
  }
}

@media (min-width: 2299.98px) {
  .hosting {
    width: 60vw;
    padding: 0 20vw;
  }
}

@media (min-width: 1199.98px) {
  .hosting {
    background-color: unset;
  }
}

.hosting .hostingCardContainer {
  border-radius: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: white;
  position: relative;
  width: 100%;
  overflow: visible;
  gap: 1em;
}

.hosting .hostingCardContainer .articleHz {
  z-index: 1;
}

@media (min-width: 1199.98px) {
  .hosting .hostingCardContainer {
    margin-top: 5vh;
    overflow: hidden;
    background-color: #0e1a33;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 120%;
    margin-left: -10%;
    height: 100vh;
    padding-top: 5%;
  }
  .hosting .hostingCardContainer .articleHosting {
    width: 50%;
  }
  .hosting .hostingCardContainer .articleHosting p {
    min-width: 39.5em;
  }
}

.hosting .hostingCardContainer .hostingCardsWrapper {
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1199.98px) {
  .hosting .hostingCardContainer .hostingCardsWrapper {
    -webkit-perspective: 1500px;
            perspective: 1500px;
    height: 60%;
  }
}

.hosting .hostingCardContainer .hostingCardsWrapper .swiper-wrapper {
  width: 100vw;
}

.hosting .hostingCardContainer .hostingCardsWrapper #dsSwiperHosting {
  width: 100%;
  overflow: visible;
  margin: 1.65rem 0;
}

.hosting .hostingCardContainer .hostingCardsWrapper .grid {
  margin-left: 50%;
  opacity: .35;
  margin-top: 50%;
  width: 200%;
  -webkit-filter: invert(1);
          filter: invert(1);
  position: absolute;
}

@media (min-width: 767.98px) {
  .hosting .hostingCardContainer .hostingCardsWrapper .grid {
    width: 300%;
    margin: unset;
    width: 150%;
  }
}

@media (min-width: 1199.98px) {
  .hosting .hostingCardContainer .hostingCardsWrapper .grid {
    width: 50%;
    opacity: .5;
    margin-left: unset;
  }
}

.hosting .hostingCardContainer .hostingCardsWrapper .glowGreen {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  margin-top: 50%;
}

@media (min-width: 1199.98px) {
  .hosting .hostingCardContainer .hostingCardsWrapper .glowGreen {
    -webkit-transform: unset;
            transform: unset;
  }
}

.hostingCard {
  cursor: pointer;
  position: relative;
  border-radius: 0.8em;
  -webkit-box-shadow: 0 10px 20px rgba(42, 42, 42, 0.1), 0 3px 6px rgba(0, 0, 0, 0.066);
          box-shadow: 0 10px 20px rgba(42, 42, 42, 0.1), 0 3px 6px rgba(0, 0, 0, 0.066);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #0e1a33;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.75rem;
}

@media (min-width: 1199.98px) {
  .hostingCard {
    padding: 1.125rem 1.125rem;
    gap: 1.125rem;
    position: absolute;
    width: 22.5%;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    -webkit-transform: rotateX(20deg) rotateY(25deg) rotateZ(-12deg);
            transform: rotateX(20deg) rotateY(25deg) rotateZ(-12deg);
  }
}

.hostingCard ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.hostingCard ul li {
  position: relative;
  display: block;
  padding: 0.6rem 1.125rem;
  margin-bottom: -1px;
  background-color: rgba(255, 255, 255, 0.35);
  font-size: var(--step--2);
  max-width: 80%;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 0.75);
}

.hostingCard ul li:first-child {
  border-top-left-radius: 1.2em;
  border-top-right-radius: 1.2em;
  border-top: 0px solid transparent;
}

.hostingCard ul li:last-child {
  border-bottom-right-radius: 1.2em;
  border-bottom-left-radius: 1.2em;
  margin-bottom: 7.5%;
}

.hostingCard .hostingCardTitle {
  width: 85%;
}

@media (min-width: 1199.98px) {
  .hostingCard .hostingCardTitle {
    margin-top: 2.5%;
  }
}

.hostingCard .btnExHostingCard {
  bottom: 2%;
}

.hostingCard1 {
  background-color: #F5F6F8;
  z-index: 1;
}

.hostingCard2 {
  background-color: #d2fded;
  z-index: 2;
}

.hostingCard3 {
  background-color: #E1FCF9;
  z-index: 3;
}

.analyticsSection {
  position: relative;
  width: 92.5vw;
  padding: 5vh 3.75vw;
  margin-bottom: 20vh;
}

@media (min-width: 767.98px) {
  .analyticsSection {
    width: 90vw;
    padding: 3vh 5vw;
  }
}

@media (min-width: 1399.98px) {
  .analyticsSection {
    width: 80vw;
    padding: 0 10vw;
  }
}

@media (min-width: 1699.98px) {
  .analyticsSection {
    width: 75vw;
    padding: 0 12.5vw;
  }
}

@media (min-width: 2299.98px) {
  .analyticsSection {
    width: 60vw;
    padding: 0 20vw;
  }
}

@media (min-width: 1199.98px) {
  .analyticsSection {
    margin-bottom: unset;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(7%, #0f1a4b), to(#0c3a46));
    background: linear-gradient(180deg, #0f1a4b 7%, #0c3a46 100%);
    color: #f5fffd;
    overflow: hidden;
  }
}

@media (min-width: 1199.98px) {
  .analyticsSection .analyticsInfoContainer {
    width: 100%;
    -webkit-perspective: 1000px;
            perspective: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  .analyticsSection .analyticsInfoContainer .articleHz {
    width: 80%;
    margin: 25% 0;
  }
  .analyticsSection .analyticsInfoContainer h2 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.analyticsSection .containerMatomoDashboard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

@media (min-width: 1199.98px) {
  .analyticsSection .containerMatomoDashboard {
    width: 90vw;
  }
}

.analyticsSection .containerMatomoDashboard .matomoDashboard {
  width: 95%;
  position: absolute;
  bottom: -35vh;
  -webkit-transform: rotateX(31deg) rotateY(0deg);
          transform: rotateX(31deg) rotateY(0deg);
}

@media (min-width: 1199.98px) {
  .analyticsSection .containerMatomoDashboard .matomoDashboard {
    width: 45vw;
    left: -20vw;
    bottom: 0vh;
    -webkit-transform: rotateX(5deg) rotateY(10deg);
            transform: rotateX(5deg) rotateY(10deg);
  }
}

.analyticsSection .motionPathContainer {
  display: none;
  margin-top: 25%;
  width: 105vw;
  height: 100%;
  position: absolute;
  pointer-events: none;
  left: 0;
}

@media (min-width: 1199.98px) {
  .analyticsSection .motionPathContainer {
    display: unset;
  }
}

.analyticsSection .motionPathContainer .cmpPlane {
  visibility: hidden;
  width: 10em;
}

.analyticsSection .motionPathContainer #motionPathAna {
  overflow: visible;
  height: 100%;
  max-width: 100%;
}

.analyticsSection .motionPathContainer #motionPathAna path {
  stroke-width: .25;
  stroke-dasharray: 1.5;
  stroke: white;
  opacity: .25;
}

.analyticsSection .dashboardAna {
  position: absolute;
  right: 0;
  bottom: -5%;
  height: 45%;
  display: none;
}

#topTransitionBg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #22DDAA;
}

#fixedSection {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 4000;
  overflow: hidden;
}

#fixedSection #transitionBg {
  width: 100vw;
  position: absolute;
  height: 100vh;
  background-color: #E1FCF9;
  display: none;
}

#fixedSection .transitionEffect {
  height: 100vh;
  width: 100vw;
  position: absolute;
  background-color: #22DDAA;
  bottom: 100vh;
  top: 0;
}

#popUpLeftContainer {
  background-color: #E1FCF9;
  margin: 2em;
  -webkit-box-shadow: 0 10px 20px rgba(42, 42, 42, 0.1), 0 3px 6px rgba(0, 0, 0, 0.066);
          box-shadow: 0 10px 20px rgba(42, 42, 42, 0.1), 0 3px 6px rgba(0, 0, 0, 0.066);
  border-radius: 0.8em;
  position: fixed;
  bottom: -80vh;
  z-index: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: .5em;
  padding: 1.5rem 2.25rem;
}

@media (min-width: 767.98px) {
  #popUpLeftContainer {
    padding: 1.5rem 3.75rem;
    width: 25vw;
  }
}

#popUpLeftContainer p {
  width: 90%;
}

#popUpLeftContainer .closeBtn {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

#contactSectionWrapper {
  width: 100vw;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f5fffd;
}

#contactSectionWrapper .cmpwave {
  position: absolute;
  width: 140vw;
  opacity: .05;
  margin-top: 50vh;
}

#contactSectionWrapper #contactSection {
  position: relative;
  width: 92.5vw;
  padding: 5vh 3.75vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #f5fffd;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(7%, #0f1a4b), to(#0c3a46));
  background: linear-gradient(180deg, #0f1a4b 7%, #0c3a46 100%);
  -webkit-transform-origin: top top;
          transform-origin: top top;
  overflow: hidden;
}

@media (min-width: 767.98px) {
  #contactSectionWrapper #contactSection {
    width: 90vw;
    padding: 3vh 5vw;
  }
}

@media (min-width: 1399.98px) {
  #contactSectionWrapper #contactSection {
    width: 80vw;
    padding: 0 10vw;
  }
}

@media (min-width: 1699.98px) {
  #contactSectionWrapper #contactSection {
    width: 75vw;
    padding: 0 12.5vw;
  }
}

@media (min-width: 2299.98px) {
  #contactSectionWrapper #contactSection {
    width: 60vw;
    padding: 0 20vw;
  }
}

@media (min-width: 1199.98px) {
  #contactSectionWrapper #contactSection {
    padding-top: 10vh;
    padding-bottom: 20vh;
  }
}

@media (orientation: landscape) and (max-width: 1199.98px) {
  #contactSectionWrapper #contactSection {
    gap: 5vh;
  }
}

#contactSectionWrapper #contactSection #wwContainerSpacer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10vh;
}

@media (min-width: 767.98px) {
  #contactSectionWrapper #contactSection #wwContainerSpacer {
    gap: 5vh;
  }
}

@media (min-width: 1199.98px) {
  #contactSectionWrapper #contactSection #wwContainerSpacer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 40vh;
    gap: 10%;
    margin-bottom: 5em;
  }
}

#contactSectionWrapper #contactSection #wwContainerSpacer .container {
  margin: 2.5%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (min-width: 1199.98px) {
  #contactSectionWrapper #contactSection #wwContainerSpacer .container {
    margin: 2.75rem 0;
  }
}

#contactSectionWrapper #contactSection #wwContainerSpacer .container h3 {
  margin-bottom: 5%;
}

@media (min-width: 1199.98px) {
  #contactSectionWrapper #contactSection #wwContainerSpacer .container {
    width: 40%;
  }
}

@media (min-width: 1199.98px) {
  #contactSectionWrapper #contactSection #wwContainerSpacer .contactSec1 {
    margin-top: 15vh;
  }
}

#contactSectionWrapper #contactSection #wwContainerSpacer .contactSec2 {
  margin-top: 20vh;
}

@media (min-width: 767.98px) {
  #contactSectionWrapper #contactSection #wwContainerSpacer .contactSec2 {
    margin-top: 5vh;
  }
}

@media (min-width: 1199.98px) {
  #contactSectionWrapper #contactSection #wwContainerSpacer .contactSec2 {
    margin-top: 75vh;
  }
}

#contactSectionWrapper #contactSection #wwContainerSpacer .contactSec2 .secondContainer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 75vh;
}

@media (min-width: 767.98px) {
  #contactSectionWrapper #contactSection #wwContainerSpacer .contactSec2 .secondContainer {
    min-height: 60vh;
  }
}

@media (min-width: 1199.98px) {
  #contactSectionWrapper #contactSection #wwContainerSpacer .contactSec2 .secondContainer {
    min-height: 33em;
  }
}

.brainstormSection {
  width: 100%;
}

.brainstormSection .articleHz {
  position: relative;
}

@media (min-width: 1199.98px) {
  .brainstormSection .articleHz {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.brainstormSection .articleHz #swiperContainer {
  min-height: 15em;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.brainstormSection .articleHz #swiperContainer .dsSlide {
  min-height: 280px;
}

.brainstormSection .articleHz .dsSwiperTitleContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.brainstormSection .articleHz .btnContactWrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

@media (min-width: 1199.98px) {
  .brainstormSection .articleHz .btnContactWrapper {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}

#projectFixedOverlay {
  width: 100%;
  position: fixed;
  height: 100%;
  z-index: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: none;
}

@media (min-width: 767.98px) {
  #projectFixedOverlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    display: none;
  }
}

#projectFixedOverlay .gradientBg {
  background: #0e1a33;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .97;
}

#projectFixedOverlay #projectVideoPlayerContainer {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 80%;
  max-width: 80em;
  margin-left: -2.5%;
  z-index: 1;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1em;
  background: black;
  border: 2px solid #616161;
  border-radius: 0.8em;
}

#projectFixedOverlay #projectVideoPlayerContainer #projectVideoPlayer {
  border-radius: 0.48em;
  overflow: hidden;
}

#projectFixedOverlay .closeContainer {
  z-index: 1;
  width: 10%;
  height: 25%;
  margin-right: -5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

@media (min-width: 767.98px) {
  #projectFixedOverlay .closeContainer {
    height: 100%;
  }
}

#projectFixedOverlay .closeContainer .glowGreen {
  position: absolute;
  opacity: .75;
  height: .5em;
  width: .5em;
  left: auto;
  top: auto;
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
}

#projectFixedOverlay .closeContainer button {
  position: absolute;
  z-index: 1;
}

#heroProject {
  position: relative;
  width: 92.5vw;
  padding: 5vh 3.75vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: unset;
  height: 65vh;
  z-index: 1;
  overflow: visible;
}

@media (min-width: 767.98px) {
  #heroProject {
    width: 90vw;
    padding: 3vh 5vw;
  }
}

@media (min-width: 1399.98px) {
  #heroProject {
    width: 80vw;
    padding: 0 10vw;
  }
}

@media (min-width: 1699.98px) {
  #heroProject {
    width: 75vw;
    padding: 0 12.5vw;
  }
}

@media (min-width: 2299.98px) {
  #heroProject {
    width: 60vw;
    padding: 0 20vw;
  }
}

@media (min-width: 1399.98px) {
  #heroProject {
    height: 75vh;
  }
}

#heroProject #heroProjectTextContainer {
  width: 90%;
  text-align: center;
  margin-top: -5%;
  margin-bottom: 2%;
}

@media (min-width: 1399.98px) {
  #heroProject #heroProjectTextContainer {
    width: 50%;
  }
}

#heroProject #heroProjectTextContainer h1,
#heroProject #heroProjectTextContainer p {
  text-align: center;
}

#heroProject .navProjectPage {
  display: none;
}

@media (min-width: 1199.98px) {
  #heroProject .navProjectPage {
    gap: 0.5em;
    padding: 0.75rem;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 20px rgba(42, 42, 42, 0.1), 0 3px 6px rgba(0, 0, 0, 0.066);
            box-shadow: 0 10px 20px rgba(42, 42, 42, 0.1), 0 3px 6px rgba(0, 0, 0, 0.066);
    border-radius: 0.8em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #heroProject .navProjectPage button {
    margin: 0;
  }
}

.gridBgProjectPage {
  position: absolute;
  top: -5vh;
  width: 80%;
  -webkit-filter: invert(0.5);
          filter: invert(0.5);
  opacity: .25;
  max-width: 90em;
}

.bol {
  border-radius: 5000em;
  position: absolute;
  overflow: hidden;
}

.bolLeft {
  width: 12.5vw;
  height: auto;
  left: 0px;
  margin-left: -8%;
  top: 150vh;
}

.bolRight {
  width: 20vw;
  height: auto;
  right: 0px;
  margin-right: -1.5vw;
}

.projectSection {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.projectSection > :nth-child(2) {
  margin-top: 20vh;
}

.projectSection .vbSection {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 85vh;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (min-width: 767.98px) {
  .projectSection .vbSection {
    max-width: unset;
    height: 50vh;
    padding-left: unset;
  }
}

@media (orientation: landscape) and (max-width: 1199.98px) {
  .projectSection .vbSection {
    height: 85vh;
    max-width: 35vw;
    padding-left: 5%;
  }
}

@media (min-width: 1199.98px) {
  .projectSection .vbSection {
    height: 85vh;
    max-width: unset;
    padding-left: unset;
  }
}

@media (min-width: 1199.98px) {
  .projectSection .vbSection {
    height: 130vh;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 2299.98px) {
  .projectSection .vbSection {
    margin-left: 12.5%;
    width: 75%;
  }
}

.projectSection .vbSection .vbExplainer {
  position: absolute;
  width: 90%;
  margin-left: 5%;
  z-index: 0;
  margin-bottom: 10vh;
}

@media (min-width: 1199.98px) {
  .projectSection .vbSection .vbExplainer {
    margin-top: 80vh;
    width: 25vw;
    margin-left: 10vw;
    margin-right: 10vw;
    z-index: 500;
  }
}

.projectSection .vbSection .vbExplainer .dsBtn {
  margin-top: 1em;
}

.projectSection .viewportPlaceHolder {
  height: 100%;
  position: absolute;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  top: 0;
  margin-top: -10vh;
  pointer-events: none;
}

@media (min-width: 1199.98px) {
  .projectSection .viewportPlaceHolder {
    margin-top: 0vh;
  }
}

.projectSection .viewportPlaceHolder #viewportFade {
  width: 100vw;
  position: fixed;
  top: -10vh;
  height: 75vh;
  background: #f5fffd;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #f5fffd), to(rgba(245, 255, 253, 0)));
  background: linear-gradient(180deg, #f5fffd 40%, rgba(245, 255, 253, 0) 100%);
}

@media (min-width: 1199.98px) {
  .projectSection .viewportPlaceHolder #viewportFade {
    display: none;
  }
}

.projectSection .viewportPlaceHolder .viewportContainer {
  -webkit-perspective: 1000px;
          perspective: 1000px;
  height: 100vh;
  width: 100vw;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  pointer-events: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (min-width: 1199.98px) {
  .projectSection .viewportPlaceHolder .viewportContainer {
    width: 50vw;
  }
}

@media (min-width: 1399.98px) {
  .projectSection .viewportPlaceHolder .viewportContainer {
    -webkit-transform: translateY(-35vh);
            transform: translateY(-35vh);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.projectSection .viewportPlaceHolder .viewportContainer .viewport {
  cursor: pointer;
  width: 95%;
  height: 30vh;
  max-height: 15em;
  border: 2px solid #9A9A9A;
  background-color: black;
  overflow: hidden;
  border-radius: 0.8em;
  pointer-events: auto;
  margin-top: 2.5vh;
}

@media (min-width: 767.98px) {
  .projectSection .viewportPlaceHolder .viewportContainer .viewport {
    height: 35vh;
    max-height: unset;
    margin-left: unset;
  }
}

@media (orientation: landscape) and (max-width: 1199.98px) {
  .projectSection .viewportPlaceHolder .viewportContainer .viewport {
    width: 45%;
    margin-left: 45%;
  }
}

.projectSection .viewportPlaceHolder .viewportContainer .viewport #viewportBorderFrame {
  width: 99%;
  height: 98%;
  margin: .5%;
  overflow: hidden;
  border-radius: 0.52em;
}

@media (min-width: 1199.98px) {
  .projectSection .viewportPlaceHolder .viewportContainer .viewport {
    max-height: unset;
    min-height: 25em;
    margin-top: 10vh;
  }
}

@media (min-width: 1399.98px) {
  .projectSection .viewportPlaceHolder .viewportContainer .viewport {
    width: 40vw;
    height: 450px;
    margin-top: -5vh;
  }
}

@media (min-width: 2299.98px) {
  .projectSection .viewportPlaceHolder .viewportContainer .viewport {
    max-width: 35vw;
  }
}

.projectSection .viewportPlaceHolder .viewportContainer .viewport #vbPageLength {
  height: 100%;
  position: relative;
}

.projectSection .viewportPlaceHolder .viewportContainer .viewport #vbPageLength img {
  width: 100%;
  position: absolute;
}

.projectSection .mobileSpacer {
  width: 100vw;
  height: 30vh;
  -webkit-box-ordinal-group: 1001;
      -ms-flex-order: 1000;
          order: 1000;
}

.meerOverSection {
  position: relative;
  width: 92.5vw;
  padding: 5vh 3.75vw;
  background: #E1FCF9;
  min-height: 100vh;
  color: #f5fffd;
}

@media (min-width: 767.98px) {
  .meerOverSection {
    width: 90vw;
    padding: 3vh 5vw;
  }
}

@media (min-width: 1399.98px) {
  .meerOverSection {
    width: 80vw;
    padding: 0 10vw;
  }
}

@media (min-width: 1699.98px) {
  .meerOverSection {
    width: 75vw;
    padding: 0 12.5vw;
  }
}

@media (min-width: 2299.98px) {
  .meerOverSection {
    width: 60vw;
    padding: 0 20vw;
  }
}

.meerOverSection .cmpwave {
  position: absolute;
  width: 135vw;
  left: -30vw;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  opacity: .35;
}

.meerOverSection .placeHolder {
  width: 100%;
  height: 100vh;
}

.meerOverSection .placeHolder .cmpCard {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(7%, #0f1a4b), to(#0c3a46));
  background: linear-gradient(180deg, #0f1a4b 7%, #0c3a46 100%);
  color: #E1FCF9;
  width: 100%;
  height: 70%;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.meerOverSection .placeHolder .cmpCard .gridPlaceHolder {
  width: 100%;
  height: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 0;
  left: 0;
  padding-top: 3.5%;
}

.meerOverSection .placeHolder .cmpCard .gridPlaceHolder .gridAboutUs {
  width: 75%;
  position: absolute;
  -webkit-filter: invert(1);
          filter: invert(1);
}

.meerOverSection .placeHolder .cmpCard .gridPlaceHolder .glowAboutUs {
  opacity: .2;
}

.meerOverSection .placeHolder .cmpCard .cmpCardHeader {
  width: 100%;
  text-align: center;
  padding-bottom: 2em;
}

.meerOverSection .placeHolder .cmpCard .cmpCardHeader .buttonContainer {
  right: 3em;
  top: 2.5em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  gap: .5em;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.meerOverSection .placeHolder .cmpCard .cmpCardHeader .buttonContainer .rightCmpBtn {
  height: 2em;
  width: 2em;
  border: #F5F6F8 solid 1px;
  border-radius: 5em;
}

.meerOverSection .placeHolder .cmpCard .innerPlaceHolder {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.meerOverSection .placeHolder .cmpCard .innerPlaceHolder .cmpCardSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 2.5em;
  width: 82.5%;
  position: absolute;
}

.meerOverSection .placeHolder .cmpCard .innerPlaceHolder .cmpCardSection1 h3 {
  -webkit-box-flex: 45%;
      -ms-flex: 45%;
          flex: 45%;
}

.meerOverSection .placeHolder .cmpCard .innerPlaceHolder .cmpCardSection1 p {
  -webkit-box-flex: 55%;
      -ms-flex: 55%;
          flex: 55%;
}

.meerOverSection .placeHolder .cmpCard .innerPlaceHolder .cmpCardSection2 {
  max-height: 70%;
}

.meerOverSection .placeHolder .cmpCard .innerPlaceHolder .cmpCardSection2 .collsContainer {
  width: 65%;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  padding-top: 5%;
}

.meerOverSection .placeHolder .cmpCard .innerPlaceHolder .cmpCardSection2 .collsContainer .collapsibleSet {
  width: 100%;
}

.meerOverSection .placeHolder .cmpCard .innerPlaceHolder .cmpCardSection2 .strImgContainer {
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.meerOverSection .placeHolder .cmpCard .innerPlaceHolder .cmpCardSection2 .strImgContainer .strImg {
  position: absolute;
  border-radius: 0.8em;
}

.meerOverSection .placeHolder .cmpCard .innerPlaceHolder .cmpCardSection2 .strImgContainer .strImgLeft {
  width: 27.5%;
  margin-left: -65%;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

.meerOverSection .placeHolder .cmpCard .innerPlaceHolder .cmpCardSection2 .strImgContainer .strImgRight {
  width: 27.5%;
  margin-left: 65%;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}

.meerOverSection .placeHolder .cmpCard .innerPlaceHolder .cmpCardSection2 .strImgContainer .strImgMiddle {
  width: 50%;
}

.meerOverSection .placeHolder .cmpCard .innerPlaceHolder .cmpCardSection3 {
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
}

.meerOverSection .placeHolder .cmpCard .innerPlaceHolder .cmpCardSection3 .dsSwiperTitleContainer {
  width: 100%;
  bottom: 10%;
  z-index: 1;
  pointer-events: none;
  text-align: center;
  position: absolute;
}

.meerOverSection .placeHolder .cmpCard .innerPlaceHolder .cmpCardSection3 #nameTitle {
  line-height: 1.2em;
}

.meerOverSection .placeHolder .cmpCard .innerPlaceHolder .cmpCardSection3 #jobTitle div,
.meerOverSection .placeHolder .cmpCard .innerPlaceHolder .cmpCardSection3 #nameTitle div {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.meerOverSection .placeHolder .cmpCard .innerPlaceHolder .cmpCardSection3 #jobTitle {
  color: #22DDAA;
  font-size: .8em;
}

.meerOverSection .placeHolder .cmpCard .innerPlaceHolder .cmpCardSection3 .swiper-button-prev,
.meerOverSection .placeHolder .cmpCard .innerPlaceHolder .cmpCardSection3 .swiper-button-next {
  color: #d2fded;
}

.meerOverSection .placeHolder .cmpCard .innerPlaceHolder .cmpCardSection3 .swiper-pagination {
  display: none;
  bottom: -10%;
}

.meerOverSection .meerOver {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 60vh;
}

.meerOverSection .meerOver h2 {
  padding: 1.5rem;
}

.meerOverSection .meerOver p {
  padding: 1.5rem;
}

.meerOverSection .wieZijnWijContainer {
  width: 100%;
  height: auto;
  position: relative;
  height: 70vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.meerOverSection .wieZijnWijContainer .wrapper {
  width: 37.5%;
  margin-right: 2.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  float: left;
}

.meerOverSection .wieZijnWijContainer .wrapper .wieZijnWij {
  width: 100%;
}

.meerOverSection .wieZijnWijContainer .wzwAvatarContainer {
  width: 50%;
  margin: 0 5%;
  height: 50em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.meerOverSection .wieZijnWijContainer .wzwAvatarContainer .avatar {
  width: 8em;
  height: 8em;
  position: absolute;
  border-radius: 0.8em;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 20px rgba(42, 42, 42, 0.1), 0 3px 6px rgba(0, 0, 0, 0.066);
          box-shadow: 0 10px 20px rgba(42, 42, 42, 0.1), 0 3px 6px rgba(0, 0, 0, 0.066);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

.meerOverSection .wieZijnWijContainer .collapsibleSet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.meerOverSection .wieZijnWijContainer .collapsibleSet .collapsible {
  background-color: rgba(0, 1, 12, 0.15);
  color: #f5fffd;
  -webkit-transition: all 0s;
  transition: all 0s;
}

.meerOverSection .wieZijnWijContainer .collapsibleSet .collapsible:hover {
  background-color: transparent;
}

.meerOverSection .wieZijnWijContainer .collapsibleSet .collapsible:active {
  background-color: #22DDAA;
  opacity: .6;
  color: white;
  -webkit-transition: 0s;
  transition: 0s;
}

.meerOverSection .wieZijnWijContainer .content {
  color: #f5fffd;
  border: solid 0.15em #f5fffd;
}

.meerOverSection .contactDaanContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 2em;
  height: 50vh;
}

.meerOverSection .contactDaanContainer .contactBrainstorm {
  gap: 2em;
}

.meerOverSection .contactDaanContainer .contactBrainstorm #brainstormInputMail {
  display: none;
}

.meerOverSection .contactDaanContainer .contactBrainstorm .tooltip {
  margin-top: 1em;
}

.meerOverSection .contactDaanContainer .contactBrainstorm .tooltip button {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.5em;
  padding: 1.5rem 2.25rem;
  border-radius: 0.8em;
  background: #a4e9d81c;
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
  border: 2px solid white;
  border: solid #ffffff80 1px;
  line-height: 0;
}

.meerOverSection .contactDaanContainer .contactBrainstorm .tooltip button:hover {
  background-color: #d2fded;
  color: #0e1a33;
}

.meerOverSection .contactDaanContainer .contactBrainstorm .tooltip button:active {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(7%, #0f1a4b), to(#0c3a46));
  background: linear-gradient(180deg, #0f1a4b 7%, #0c3a46 100%);
  color: white;
}

.meerOverSection .contactDaanContainer .contactBrainstorm .tooltip button h5 {
  margin: 0;
  font-family: urbane;
  font-weight: 400;
  letter-spacing: .25px;
}

.meerOverSection .contactDaanContainer .contactBrainstorm .tooltip button .copyIcon {
  font-weight: 100 !important;
  font-size: 1.5em;
}

.meerOverSection .contactDaanContainer .contactBrainstorm .tooltip p {
  text-align: center;
  font-size: .8em;
  margin: 0;
  margin-top: .5em;
}

#swiperContainer {
  overflow: visible;
  width: 100%;
  margin: 0.825rem 0;
}

#swiperContainer .dsSwiperTitleContainer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  margin: 1.1rem 0;
}

#swiperContainer .dsSwiperTitleContainer button {
  margin-bottom: 0.55rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

#swiperContainer .dsSwiperTitleContainer #dsSwiperTitle,
#swiperContainer .dsSwiperTitleContainer #vbProjectCaseTxt {
  overflow: hidden;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

#swiperContainer .swiper {
  overflow: visible;
  width: 100%;
}

@media (min-width: 1199.98px) {
  #swiperContainer .swiper {
    overflow: hidden;
  }
}

#swiperContainer .dsSlide {
  min-height: 350px;
  max-height: 340px;
  background-color: red;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
  border-radius: 0.8em;
  background: #d6fffc;
  background: radial-gradient(circle, #d6fffc 0%, #f2fffe 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#swiperContainer .dsSlide a {
  width: 100%;
  height: 100%;
  position: absolute;
}

#swiperContainer .dsSlide div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
}

#swiperContainer .dsSlide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#swiperContainer .dsSlide img {
  width: 115%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#swiperContainer .dsSlide .glowGreen {
  position: absolute;
  margin-top: 45%;
  width: 100%;
  height: 100%;
  opacity: .1;
}

#swiperContainer .dsSlide .topFilter {
  width: 100%;
  background-color: #22DDAA;
  height: 100%;
  position: absolute;
  opacity: .15;
}

.dsSwiperTitleContainer {
  width: 100%;
  bottom: 0%;
  z-index: 1;
  pointer-events: none;
}

.dsSwiperTitleContainer #nameTitle,
.dsSwiperTitleContainer #jobTitle {
  padding: 0;
}

#nameTitle {
  line-height: 1.2em;
}

#jobTitle div,
#nameTitle div {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#jobTitle {
  color: #22DDAA;
  font-size: .8em;
}

.swiper-button-prev,
.swiper-button-next {
  color: #d2fded !important;
}

.swiper-pagination {
  display: none;
  bottom: -10%;
}

.btn {
  position: relative;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  border-radius: 0.4em;
  padding: 0.75rem 1.5rem;
  font-family: urbane, sans-serif;
  font-size: 1.3125rem;
  border: 0;
  margin: 0.55rem 0;
  letter-spacing: 1px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: #22DDAA;
  border: 0.15em #d2fded solid;
  color: #f5fffd;
  pointer-events: auto !important;
  gap: 1em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

@media (min-width: 1199.98px) {
  .btn {
    padding: 0.75rem 2.4375rem;
    font-size: 1.50937rem;
  }
}

.btn .material-symbols-outlined {
  width: .5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.btn h5,
.btn h6,
.btn p {
  font-weight: 600;
}

.btn:hover {
  -webkit-box-shadow: 0 10px 20px rgba(42, 42, 42, 0.1), 0 3px 6px rgba(0, 0, 0, 0.066);
          box-shadow: 0 10px 20px rgba(42, 42, 42, 0.1), 0 3px 6px rgba(0, 0, 0, 0.066);
  background-color: #d2fded;
  color: #22DDAA;
}

.btn:active {
  background-color: #E1FCF9;
  color: #22DDAA;
  margin-top: 5px;
}

.closeBtn {
  line-height: 0;
  border: 0;
}

.closeBtn span {
  font-size: 1.25em;
  font-weight: 1500;
}

.btnOutline {
  color: #f5fffd;
  position: relative;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  border-radius: 0.4em;
  padding: 0.75rem 1.5rem;
  font-family: urbane, sans-serif;
  font-size: 1.3125rem;
  border: 0;
  margin: 0.55rem 0;
  letter-spacing: 1px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border: 0.15em #f5fffd solid;
  background-color: transparent;
  pointer-events: auto !important;
  -webkit-box-shadow: 0 10px 20px rgba(42, 42, 42, 0.1), 0 3px 6px rgba(0, 0, 0, 0.066);
          box-shadow: 0 10px 20px rgba(42, 42, 42, 0.1), 0 3px 6px rgba(0, 0, 0, 0.066);
}

@media (min-width: 1199.98px) {
  .btnOutline {
    padding: 0.75rem 2.4375rem;
    font-size: 1.50937rem;
  }
}

.btnOutline .material-symbols-outlined {
  width: .5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.btnOutline:hover {
  background-color: #f5fffd;
  color: #22DDAA;
}

.btnOutline:hover i {
  color: #22DDAA;
}

.btnOutline:active {
  background-color: #d2fded;
  color: #22DDAA;
  margin-top: 5px;
}

.btnEx {
  position: relative;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  border-radius: 0.4em;
  padding: 0.75rem 1.5rem;
  font-family: urbane, sans-serif;
  font-size: 1.3125rem;
  border: 0;
  margin: 0.55rem 0;
  letter-spacing: 1px;
  padding: 0;
  color: black;
  text-align: left;
  border-radius: 0;
  pointer-events: auto !important;
  cursor: pointer !important;
  -webkit-box-shadow: 1px 0px 50px 20px #59725817;
          box-shadow: 1px 0px 50px 20px #59725817;
  background-color: #d2fded;
  border-radius: 0.16em;
  overflow: hidden;
}

.btnEx .externalIconOuter {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.5625rem 0.9375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.65625rem;
}

.btnEx .externalIconOuter .externalIcon {
  background-color: #22DDAA;
  font-size: 1.85938rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  color: white;
  padding: 0.15em;
  border-radius: 0.08em;
}

.btnEx .externalIconOuter i {
  font-size: 0.875rem;
  letter-spacing: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 1em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: black;
}

.createDsBtn {
  margin: .5em 0;
}

.dsBtn {
  position: relative;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  border-radius: 0.4em;
  padding: 0.75rem 1.5rem;
  font-family: urbane, sans-serif;
  font-size: 1.3125rem;
  border: 0;
  margin: 0.55rem 0;
  letter-spacing: 1px;
  padding: 0;
  color: black;
  text-align: left;
  border-radius: 0;
  pointer-events: auto !important;
  cursor: pointer !important;
  -webkit-box-shadow: 1px 0px 50px 20px #59725817;
          box-shadow: 1px 0px 50px 20px #59725817;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-filter: brightness(1);
          filter: brightness(1);
  background-color: #d2fded;
  border-radius: 0.32em;
  overflow: hidden;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0;
}

.dsBtn .externalIconOuter {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.5625rem 0.9375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.16em;
  gap: 0.65625rem;
}

.dsBtn .externalIconOuter .externalIcon {
  background-color: #22DDAA;
  font-size: 1.85938rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  color: white;
  padding: 0.15em;
  border-radius: 0.08em;
}

.dsBtn .externalIconOuter i {
  font-size: 0.9625rem;
  letter-spacing: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0.55rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: black;
}

.btnArrowContainer {
  background: #22DDAA;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  width: 2em;
  height: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 0.2em;
  overflow: hidden;
  position: relative;
  pointer-events: none;
}

.btnArrowContainer .arrowInside {
  position: absolute;
  font-size: 1.1em;
  font-weight: 500;
}

.backContainer {
  z-index: 399;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  left: 0;
  margin: 2%;
}

.backContainer .glowGreen {
  position: absolute;
  opacity: .75;
  height: .25em;
  width: .25em;
  left: auto;
  top: auto;
  -webkit-transform: scale(0.2);
          transform: scale(0.2);
}

.backContainer button {
  position: absolute;
  z-index: 1;
}

.closeBtnOutline {
  width: 5.5em;
  height: 5.5em;
  border-radius: 4000em;
  border: 1px #22DDAA solid;
}

.closeBtn {
  z-index: 1000;
  background-color: #f5fffd;
  color: #0e1a33;
  padding: .5em;
  border-radius: 100em;
  font-size: 1.75em !important;
  cursor: pointer !important;
  -webkit-box-shadow: 0 10px 20px rgba(42, 42, 42, 0.1), 0 3px 6px rgba(0, 0, 0, 0.066);
          box-shadow: 0 10px 20px rgba(42, 42, 42, 0.1), 0 3px 6px rgba(0, 0, 0, 0.066);
}

@media (min-width: 1199.98px) {
  .closeBtn {
    padding: .75em;
  }
}

.closeBtn:hover {
  background-color: #d2fded;
  color: #22DDAA;
}

.closeBtn:active {
  background-color: #f5fffd;
  color: #22DDAA;
}

.btn-oranje {
  background-color: #ff691d;
}

.btn-blauw {
  background-color: #42809B;
}

.btn-xlGreen {
  background-color: #f5fffd;
}

.article {
  display: -ms-grid;
  display: grid;
}

.articleCenter {
  text-align: center;
  max-width: 60vw;
}

.articleHz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 95%;
  padding: 0 2.5%;
  gap: 1em;
}

@media (min-width: 1199.98px) {
  .articleHz {
    width: 100%;
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
    max-width: 100em;
  }
}

@media (min-width: 1699.98px) {
  .articleHz {
    gap: 2em;
  }
}

.articleHz > :nth-child(1) {
  width: 100%;
}

.articleHz > :nth-child(2) {
  width: 100%;
}

.articleHz > :nth-child(3) {
  width: 100%;
}

@media (min-width: 1199.98px) {
  .articleHz > :nth-child(1) {
    width: 50%;
    padding: 0.75rem;
  }
  .articleHz > :nth-child(2) {
    width: 50%;
    padding: 0.75rem;
    padding-top: 1.3125rem;
  }
}

.articleVt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 95%;
  padding: 0 2.5%;
  gap: 1em;
}

@media (min-width: 1199.98px) {
  .articleVt {
    width: 100%;
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
    max-width: 100em;
  }
}

@media (min-width: 1699.98px) {
  .articleVt {
    gap: 2em;
  }
}

@media (min-width: 1199.98px) {
  .articleVt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.articleBorderTop {
  border-top: solid white 1px;
}

.placeHolder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container {
  position: relative;
}

.cardBlurStyle {
  background: #a4e9d81c;
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
  border: 2px solid white;
}

.cmpCardStyling {
  background-color: #f5fffd;
  margin-top: .5em;
  border-radius: .8em;
  font-family: urbane, sans-serif;
  -webkit-box-shadow: 0 10px 20px rgba(42, 42, 42, 0.1), 0 3px 6px rgba(0, 0, 0, 0.066);
          box-shadow: 0 10px 20px rgba(42, 42, 42, 0.1), 0 3px 6px rgba(0, 0, 0, 0.066);
  border: 0.15em solid #E1FCF9;
}

.cmpCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-radius: 2.4em;
  background-color: #E1FCF9;
  z-index: 1;
  padding: 3.5%;
  -webkit-box-shadow: 1px 0px 50px 20px #59725817;
          box-shadow: 1px 0px 50px 20px #59725817;
}

.gradient {
  width: 100%;
  height: 50%;
  bottom: 0;
  position: absolute;
  background: black;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.33)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.33) 100%);
}

.glowGreen {
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  width: 7.5em;
  height: 7.5em;
  border-radius: 50%;
  opacity: .4;
  background-color: #22DDAA;
  -webkit-box-shadow: 0 0 320px 60px #22DDAA, 0 0 200px 120px #22DDAA, 0 0 280px 180px #22DDAA;
          box-shadow: 0 0 320px 60px #22DDAA, 0 0 200px 120px #22DDAA, 0 0 280px 180px #22DDAA;
}

.glowBlue {
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  width: 7.5em;
  height: 7.5em;
  border-radius: 50%;
  opacity: .4;
  background-color: #F5F6F8;
  -webkit-box-shadow: 0 0 320px 60px #F5F6F8, 0 0 200px 120px #F5F6F8, 0 0 280px 180px #F5F6F8;
          box-shadow: 0 0 320px 60px #F5F6F8, 0 0 200px 120px #F5F6F8, 0 0 280px 180px #F5F6F8;
}

.mouseFollower {
  width: 12px;
  height: 12px;
  position: fixed;
  background-color: #d2fded;
  top: 0;
  left: 0;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  border: black solid 0.1px;
  border-color: #d2fded;
  opacity: .8;
  display: none;
  cursor: none;
}

@media (min-width: 1399.98px) {
  .mouseFollower {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.playNowMouseOver {
  z-index: 9999;
  background-color: #22DDAA;
  width: 10em;
  height: 10em;
  border-radius: 1000em;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #F5F6F8;
  gap: .25em;
  -webkit-transform: scale(0);
          transform: scale(0);
  cursor: none;
  margin-top: -.5em;
  margin-left: -.5em;
}

.playNowMouseOver h5 {
  font-size: 1.5em;
}

.playNowMouseOver span {
  font-size: 1.85em;
}

.collapsibleSet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.collapsibleSet > :nth-child(1) {
  margin-top: 0px !important;
}

.collapsibleSet .collapsible {
  color: #000;
  cursor: pointer;
  padding: 10px;
  padding-left: 15px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 0.9625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border: 0.075em solid #d2fded;
  margin-top: 2.5%;
  border-radius: 0.8em 0.8em 0 0;
  border-bottom: 0px;
  -webkit-box-shadow: 0 10px 20px rgba(42, 42, 42, 0.1), 0 3px 6px rgba(0, 0, 0, 0.066);
          box-shadow: 0 10px 20px rgba(42, 42, 42, 0.1), 0 3px 6px rgba(0, 0, 0, 0.066);
}

.collapsibleSet .collapsible:hover {
  background-color: #d2fded;
}

.collapsibleSet .collapsible:active {
  background-color: #22DDAA;
  opacity: .6;
  color: white;
  -webkit-transition: 0s;
  transition: 0s;
}

.collapsibleSet .content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
  background-color: #fff;
  border-radius: 0 0 0.5em 0.5em;
  -webkit-box-shadow: 1px 0px 50px 20px #59725817;
          box-shadow: 1px 0px 50px 20px #59725817;
  border: 0.075em solid #d2fded;
  border-top: 0px;
  -webkit-box-shadow: 0 10px 20px rgba(42, 42, 42, 0.1), 0 3px 6px rgba(0, 0, 0, 0.066);
          box-shadow: 0 10px 20px rgba(42, 42, 42, 0.1), 0 3px 6px rgba(0, 0, 0, 0.066);
}

.collapsibleSet .content p {
  padding-top: 1.25em;
  margin-bottom: 1.75em;
  width: 95%;
  margin-left: 2.5%;
}

.collapsibleSet .collapsible:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  content: '\002B';
  color: #f5fffd;
  font-size: 1em;
  float: right;
  background-color: #22DDAA;
  width: 2em;
  height: 2em;
  padding: 0;
  margin: 1%;
  border-radius: 0.2em;
}

.collapsibleSet .active:after {
  content: "\2212";
}

.collapsibleSetDark .collapsible {
  background-color: rgba(125, 125, 125, 0.2);
  color: white;
}

.collapsibleSetDark .collapsible:hover {
  background-color: #f5fffd;
  color: black;
}

.collapsibleSetDark .content {
  background-color: rgba(18, 18, 18, 0.15);
}

.tooltip {
  position: relative;
  display: inline-block;
  font-family: 'urbane';
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: auto;
  background-color: #0e1a33;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 1.125rem 0.75rem;
  position: absolute;
  z-index: 1;
  bottom: 120%;
  left: 75%;
  margin-left: -75px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-family: 'urbane';
  font-size: 1.15em;
  min-width: 10em;
  font-weight: 200;
  letter-spacing: .5px;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #0e1a33 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.motionPathContainer {
  width: 100vw;
  pointer-events: none;
}

.motionPathContainer .cmpPlane {
  visibility: hidden;
  width: 5em;
}

@media (min-width: 1199.98px) {
  .motionPathContainer .cmpPlane {
    width: 8em;
  }
}

.motionPathContainer path {
  stroke: #22DDAA;
  stroke-width: 1.5;
  stroke-dasharray: 8;
}

@media (min-width: 1199.98px) {
  .motionPathContainer path {
    stroke-width: .35;
    stroke-dasharray: 1.5;
  }
}

#mpWerkwijze,
#mpAnalytics {
  position: absolute;
}

.cmpSectionTransitionContainer {
  width: 100vw;
  height: 35vh;
  position: absolute;
  margin-top: -35vh;
  z-index: 999;
  pointer-events: none;
  overflow: hidden;
  display: none;
}

@media (min-width: 1199.98px) {
  .cmpSectionTransitionContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.cmpSectionTransitionContainer .cmpSectionTransition {
  background-color: #22DDAA;
  -webkit-transform-origin: top top;
          transform-origin: top top;
  width: 100vw;
  height: 200%;
  bottom: -120%;
  position: absolute;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 0.75rem;
}

.p-2 {
  padding: 1.5rem;
}

.p-3 {
  padding: 3rem;
}

.p-4 {
  padding: 4.5rem;
}

.p-5 {
  padding: 6rem;
}

.pl-0 {
  padding-left: 0;
}

.pl-1 {
  padding-left: 0.75rem;
}

.pl-2 {
  padding-left: 1.5rem;
}

.pl-3 {
  padding-left: 3rem;
}

.pl-4 {
  padding-left: 4.5rem;
}

.pl-5 {
  padding-left: 6rem;
}

.pr-0 {
  padding-right: 0;
}

.pr-1 {
  padding-right: 0.75rem;
}

.pr-2 {
  padding-right: 1.5rem;
}

.pr-3 {
  padding-right: 3rem;
}

.pr-4 {
  padding-right: 4.5rem;
}

.pr-5 {
  padding-right: 6rem;
}

.pt-0 {
  padding-top: 0;
}

.pt-1 {
  padding-top: 0.75rem;
}

.pt-2 {
  padding-top: 1.5rem;
}

.pt-3 {
  padding-top: 3rem;
}

.pt-4 {
  padding-top: 4.5rem;
}

.pt-5 {
  padding-top: 6rem;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-1 {
  padding-bottom: 0.75rem;
}

.pb-2 {
  padding-bottom: 1.5rem;
}

.pb-3 {
  padding-bottom: 3rem;
}

.pb-4 {
  padding-bottom: 4.5rem;
}

.pb-5 {
  padding-bottom: 6rem;
}

.m-0 {
  margin: 0;
}

.m-1 {
  margin: 0.55rem;
}

.m-2 {
  margin: 1.1rem;
}

.m-3 {
  margin: 2.2rem;
}

.m-4 {
  margin: 3.3rem;
}

.m-5 {
  margin: 4.4rem;
}

.ml-0 {
  margin-left: 0;
}

.ml-1 {
  margin-left: 0.55rem;
}

.ml-2 {
  margin-left: 1.1rem;
}

.ml-3 {
  margin-left: 2.2rem;
}

.ml-4 {
  margin-left: 3.3rem;
}

.ml-5 {
  margin-left: 4.4rem;
}

.mr-0 {
  margin-right: 0;
}

.mr-1 {
  margin-right: 0.55rem;
}

.mr-2 {
  margin-right: 1.1rem;
}

.mr-3 {
  margin-right: 2.2rem;
}

.mr-4 {
  margin-right: 3.3rem;
}

.mr-5 {
  margin-right: 4.4rem;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 0.55rem;
}

.mt-2 {
  margin-top: 1.1rem;
}

.mt-3 {
  margin-top: 2.2rem;
}

.mt-4 {
  margin-top: 3.3rem;
}

.mt-5 {
  margin-top: 4.4rem;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 0.55rem;
}

.mb-2 {
  margin-bottom: 1.1rem;
}

.mb-3 {
  margin-bottom: 2.2rem;
}

.mb-4 {
  margin-bottom: 3.3rem;
}

.mb-5 {
  margin-bottom: 4.4rem;
}

.o-0 {
  opacity: 0;
}

.o-10 {
  opacity: 0.1;
}

.o-20 {
  opacity: 0.2;
}

.o-30 {
  opacity: 0.3;
}

.o-40 {
  opacity: 0.4;
}

.o-50 {
  opacity: 0.5;
}

.o-60 {
  opacity: 0.6;
}

.o-70 {
  opacity: 0.7;
}

.o-80 {
  opacity: 0.8;
}

.o-90 {
  opacity: 0.9;
}

.o-100 {
  opacity: 1;
}

.br {
  border-radius: 0.8em;
}

.br-none {
  border-radius: 0;
}

.br-lg {
  border-radius: 1.6em;
}

.br-full {
  border-radius: 50%;
}

.font-sm {
  font-size: 0.74375rem;
}

.font-md {
  font-size: 0.875rem;
}

.font-lg {
  font-size: 1.3125rem;
}

.font-xl {
  font-size: 1.4875rem;
}

.font-xxl {
  font-size: 2.625rem;
}
/*# sourceMappingURL=index.css.map */