:root {
  --dark-black: #020202;
  --white: white;
  --dark: #080808;
  --black: black;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Messinasans, sans-serif;
  font-size: 108px;
  font-weight: 600;
  line-height: 100px;
}

h3 {
  color: #fff;
  letter-spacing: -2px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Messinasans Book, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
}

p {
  max-width: 45%;
  margin-bottom: 10px;
  font-family: Messinasans Book, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.background-video {
  background-image: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/burokozijn-test.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  align-items: center;
  min-height: 105vh;
  display: flex;
}

.navigation {
  z-index: 999;
  filter: invert();
  justify-content: space-between;
  align-items: center;
  min-height: 100px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.inner-container {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-logo {
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.html-embed {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  margin-right: 15px;
  display: flex;
}

.small-text {
  color: #fff;
  letter-spacing: -.4px;
  margin-top: 3px;
  font-family: Messinasans Book, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 12px;
  text-decoration: none;
}

.head-content-wrapper {
  flex: 1;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.heading-1-big {
  letter-spacing: -5px;
  margin-top: 0;
  font-family: Messinasans, sans-serif;
  font-size: 84px;
  font-weight: 600;
  line-height: 84px;
}

.text-span {
  font-weight: 400;
}

.cookiebanner {
  z-index: 99;
  background-color: var(--dark-black);
  padding-top: 75px;
  padding-bottom: 75px;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cookie-container {
  justify-content: space-between;
  align-items: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.cookie-info {
  max-width: 850px;
  padding-left: 60px;
  padding-right: 60px;
}

.paragraph {
  color: #fff;
  font-family: Messinasans Book, sans-serif;
  font-size: 16px;
}

.paragraph.rihc {
  font-size: 14px;
}

.heading {
  color: #fff;
  font-family: Messinasans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.cookie-rich {
  margin-left: 0;
  margin-right: 0;
}

.button {
  color: var(--dark-black);
  text-align: center;
  background-color: #fff;
  width: 250px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Messinasans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: block;
}

.button.space {
  margin-bottom: 10px;
}

.controls {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.control-1 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.control-1.leftroom {
  margin-left: 25px;
}

._16-semi {
  color: var(--dark-black);
  font-family: Messinasans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

._16-semi.white {
  color: var(--white);
}

.checkbox-label {
  display: none;
}

.checkbox {
  background-image: url('../images/5ef206bef4aecdb743fac65c_black-circle.svg');
  background-position: 3px;
  background-repeat: no-repeat;
  background-size: 20px;
  border-color: #fff;
  border-radius: 30px;
  width: 52px;
  height: 26px;
  margin-top: 0;
  margin-left: -10px;
  transition: background-position .2s;
}

.checkbox.w--redirected-checked {
  background-color: rgba(56, 152, 236, 0);
  background-image: url('../images/5ef206bef4aecdb743fac65c_black-circle.svg');
  background-position: 28px;
  background-size: 20px;
  border-style: solid;
  border-color: #fff;
  width: 52px;
  height: 26px;
}

.checkbox-field {
  margin-bottom: 0;
}

.form {
  display: flex;
}

.alwayschecked {
  background-image: url('../images/5ef206bef4aecdb743fac65c_black-circle.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 52px;
  height: 26px;
  margin-left: 10px;
}

.menu-link {
  color: #fff;
  letter-spacing: -.4px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Messinasans Book, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.wat-we-doen {
  background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/burokozijn-test.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: flex-end;
  min-height: 100vh;
  margin: 0;
  display: flex;
}

.content-container-wat {
  flex: 1;
  max-width: 95%;
  margin-bottom: 125px;
}

.paragraph-2 {
  color: #fff;
  letter-spacing: -.8px;
  margin-bottom: 125px;
  font-size: 24px;
  line-height: 35px;
}

.heading-2 {
  letter-spacing: -2.3px;
  max-width: 1150px;
  font-size: 48px;
  line-height: 48px;
}

.text-span-2, .text-span-3 {
  font-weight: 400;
}

.label {
  border: 1.5px solid #fff;
  border-radius: 80px;
  padding: 10px 16px;
}

.label.dark {
  border-color: var(--dark-black);
}

.label-container {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 125px;
  display: flex;
}

.labeltext {
  color: #fff;
  letter-spacing: -.4px;
  font-family: Messinasans Book, sans-serif;
  font-size: 18px;
}

.labeltext.dark {
  color: var(--dark-black);
}

.section {
  min-height: 100vh;
  padding-top: 20vh;
  padding-bottom: 5vw;
}

.slider-contain {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 74px;
  margin-bottom: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.list {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.item {
  width: 30vw;
  min-width: 30vw;
  padding-right: 1vw;
}

.card {
  background-image: url('../images/burokozijn-test.jpg');
  background-position: 50%;
  background-size: auto 100%;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 59vh;
  padding: 1.5vw;
  text-decoration: none;
  transition: all .5s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card:hover {
  background-size: auto 105%;
}

.html-embed-2 {
  justify-content: center;
  align-items: center;
  display: none;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cursor-wrapper {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.case-info {
  z-index: 9;
  flex: 1;
  position: relative;
}

.heading-3 {
  color: #fff;
  letter-spacing: -.5px;
  max-width: 25vw;
  min-height: 44px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Messinasans Book, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

.small-label {
  color: #fff;
  font-family: Messinasans Book, sans-serif;
  font-size: 12px;
  line-height: 12px;
}

.case-label {
  border: .5px solid #fff;
  border-radius: 60px;
  padding: 5px 9px;
}

.smalllabel-container {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.title-container {
  justify-content: flex-start;
  align-items: center;
  max-width: 95%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-container.nto {
  max-width: none;
}

.heading-4 {
  color: var(--dark-black);
  letter-spacing: -1.6px;
  max-width: 550px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 50px;
  font-family: Messinasans, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
}

.bedrijf {
  margin-bottom: 25px;
}

.text-block {
  color: #fff;
  letter-spacing: -.5px;
  margin-left: 7px;
  font-family: Messinasans, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.html-embed-3 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-span-4 {
  font-family: Messinasans, sans-serif;
  font-weight: 600;
}

.waarom-ons {
  background-image: linear-gradient(rgba(0, 0, 0, .32), rgba(0, 0, 0, .32)), url('../images/abbb.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: space-between;
  align-items: flex-end;
  min-height: 100vh;
  margin: 0;
  padding-bottom: 25vh;
  display: flex;
}

.waarom-container {
  flex: 1;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.why-grid {
  grid-column-gap: 6vw;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph-3 {
  color: #fff;
  max-width: 395.953px;
  margin-top: 35px;
  margin-bottom: 0;
  font-size: 18px;
}

.titlewhy {
  height: 96px;
}

.html-embed-4 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.watweoden {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.watwedoe {
  border-bottom: 1px solid #e0e0e0;
  flex: 1;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10vh;
}

.heading-5 {
  color: var(--dark-black);
  letter-spacing: -5px;
  margin-top: 0;
  font-weight: 600;
  line-height: 90px;
}

.div-block {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

._48pxt {
  letter-spacing: -2.3px;
  max-width: 55vw;
  font-family: Messinasans Book, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 60px;
}

.text-span-5 {
  font-family: Messinasans Book, sans-serif;
  font-weight: 400;
}

.text-span-6 {
  font-family: Messinasans, sans-serif;
  font-weight: 700;
}

.text-span-7 {
  font-style: italic;
}

.background-video-2 {
  background-image: linear-gradient(rgba(0, 0, 0, .24), rgba(0, 0, 0, .24));
  min-height: 100vh;
}

.menu-clience {
  z-index: 9999;
  justify-content: space-between;
  align-items: center;
  max-width: 93%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.clience-logo {
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image {
  width: 140px;
}

.text {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-bottom: 50px;
  display: flex;
}

.heading-6 {
  text-align: center;
  letter-spacing: -5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Messinasans, sans-serif;
  font-size: 108px;
  font-weight: 300;
  line-height: 95px;
}

.text-span-8 {
  font-weight: 700;
}

.right {
  display: flex;
}

.want-the {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link {
  color: #fff;
  margin-left: 25px;
  font-family: Messinasans Book, sans-serif;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
}

.link-block {
  justify-content: flex-start;
  align-items: center;
  margin-left: 50px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.link-block:hover {
  opacity: .72;
}

.html-embed-5 {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.text-span-9 {
  font-weight: 600;
}

.text-block-2 {
  color: #fff;
  font-family: Messinasans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.blank-section {
  background-color: #fff;
  padding-top: 175px;
  padding-bottom: 150px;
}

.split-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  margin-top: 200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 150px;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
}

.dienst {
  background-image: url('../images/bobslee.jpg');
  background-position: 50%;
  background-size: auto 100%;
  border-radius: 0;
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 90vh;
  padding: 50px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.dienst:hover {
  background-size: auto 103%;
}

.dienst.dienst-2 {
  background-image: url('../images/Scherm­afbeelding-2024-04-12-om-15.41.42.png');
  margin-bottom: -75px;
}

.heading-7 {
  color: #fff;
  letter-spacing: -2.5px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Messinasans Book, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 55px;
  text-decoration: none;
}

.text-span-10 {
  font-family: Messinasans, sans-serif;
  font-weight: 600;
}

._16-ondertitel {
  color: #fff;
  font-family: Messinasans Book, sans-serif;
  font-size: 22px;
  line-height: 26px;
  display: block;
}

._16-ondertitel.dark {
  color: #0d0d0d;
}

.about-text {
  justify-content: space-between;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.text-block-3 {
  color: #161616;
  text-align: left;
  letter-spacing: -1.7px;
  max-width: none;
  font-family: Messinasans Book, sans-serif;
  font-size: 48px;
  line-height: 55px;
}

.preloader {
  z-index: 999;
  background-color: #0d0d0d;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.preloadertext {
  text-align: center;
  letter-spacing: -3.3px;
  margin-top: 0;
  font-family: Messinasans Book, sans-serif;
  font-size: 64px;
  font-weight: 400;
  position: absolute;
}

.text-span-11 {
  font-family: Messinasans, sans-serif;
  font-weight: 600;
}

.text-span-12 {
  font-family: Messinasans, sans-serif;
  font-weight: 700;
}

.text-span-13, .text-span-14 {
  font-family: Messinasans, sans-serif;
  font-weight: 600;
}

.small-slogan {
  color: #fff;
  letter-spacing: -.3px;
  margin-bottom: -6px;
  margin-left: 15px;
  font-family: Messinasans Book, sans-serif;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
  display: block;
}

.text-span-15 {
  font-family: Messinasans, sans-serif;
  font-weight: 600;
}

.text-span-16 {
  font-weight: 600;
}

.link-2 {
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  font-family: Messinasans Book, sans-serif;
  font-size: 32px;
  line-height: 32px;
  text-decoration: none;
  display: block;
}

.link-2:hover {
  text-decoration: underline;
}

.ons-manifest {
  z-index: 9998;
  background-color: #121212;
  padding-top: 172px;
  padding-bottom: 300px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: scroll;
}

.manifest-container {
  max-width: 1150px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.manifest-text {
  color: #fff;
  text-align: center;
  letter-spacing: -2px;
  margin-top: 69px;
  font-family: Messinasans Book, sans-serif;
  font-size: 64px;
  line-height: 64px;
}

.html-embed-6 {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wrapperh1 {
  margin-top: -20px;
  padding-bottom: 20px;
  overflow: hidden;
}

.text-span-17 {
  font-weight: 700;
}

.div-block-2 {
  margin-bottom: 25px;
}

.button-container {
  z-index: 999;
  position: fixed;
  top: auto;
  bottom: 5%;
  left: auto;
  right: 3%;
}

.button-go-disrupt {
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  transition: all .2s;
  display: none;
}

.button-go-disrupt:hover {
  background-color: #c8ff00;
}

.button-go-disrupt.black {
  display: flex;
}

.button-go-disrupt.black:hover {
  background-color: #d8d8d8;
}

._16-button-text {
  color: #1a1a1a;
  letter-spacing: -.3px;
  padding: 0 28px 0 0;
  font-family: Messinasans, sans-serif;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
}

.text-span-18, .text-span-19 {
  font-family: Messinasans, sans-serif;
  font-weight: 700;
}

.div-block-3, .div-block-4 {
  overflow: hidden;
}

.text-span-20 {
  font-family: Messinasans, sans-serif;
  font-weight: 700;
}

.text-container {
  justify-content: space-between;
  max-width: 1425px;
  margin-left: auto;
  margin-right: auto;
  padding: 200px 10px;
  display: none;
}

.paragraph-4 {
  max-width: 45%;
}

.paragraph-5 {
  color: #0c0c0c;
  letter-spacing: -1px;
  max-width: 75%;
  font-size: 32px;
  line-height: 48px;
}

.menu-link__wrapper {
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.menu-link-2 {
  text-transform: uppercase;
  font-size: 5em;
  line-height: 1;
  overflow: hidden;
}

.paragraph-container {
  justify-content: flex-end;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.heading-8 {
  color: #0c0c0c;
  font-size: 64px;
  line-height: 60px;
}

.text-span-21 {
  font-family: Messinasans, sans-serif;
  font-weight: 700;
}

.paragraph-6 {
  font-size: 22px;
  line-height: 32px;
}

.progress_fill {
  background-color: #000;
  width: 0%;
  height: 100%;
  position: relative;
}

.tricks-slider_text {
  z-index: 2;
  letter-spacing: -.08em;
  max-width: none;
  font-size: 64px;
  font-weight: 400;
  position: relative;
}

.progress {
  background-color: rgba(0, 0, 0, .09);
  width: 1425px;
  height: 1.5px;
  margin-top: 2.5em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100em;
  min-height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0% 0 10vw;
  display: flex;
}

.main-wrapper {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 200px;
}

.tricks-slider_slide {
  color: #fff;
  text-align: center;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 42%;
  height: 80vh;
  max-height: 80vw;
  margin-right: 1em;
  padding: 2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tricks-slider_slide.w--current {
  margin-right: 0;
  padding: 0;
}

.tricks-slider {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-parra {
  z-index: 1;
  object-fit: cover;
  width: 200%;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.head-wrapper {
  max-width: 1425px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.heading-9 {
  text-align: center;
  letter-spacing: -4px;
  font-family: Messinasans Book, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 60px;
}

.text-span-22 {
  font-family: Messinasans, sans-serif;
  font-weight: 700;
}

.case-container {
  justify-content: space-between;
  margin-top: 150px;
  display: flex;
}

.case-container._2 {
  margin-top: 0;
}

.case {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: auto 100%;
  flex: 0 auto;
  justify-content: space-between;
  align-self: auto;
  align-items: flex-end;
  min-width: 47%;
  min-height: 90vh;
  max-height: 90vh;
  padding: 40px 40px 65px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
  position: relative;
}

.case:hover {
  background-size: auto 103%;
}

.case.bnu {
  background-image: url('../images/iltun-huseynli-rfklsTwIYBM-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 80px;
}

.case.deurenland {
  z-index: 10;
  background-image: url('../images/abbb.jpg');
}

.case.bene {
  z-index: 10;
  max-height: 70vh;
  margin-top: 75px;
}

.case.bene.bob {
  z-index: 10;
  background-image: url('../images/202202126102.jpg');
}

.case.bnuu {
  z-index: 10;
  background-image: url('../images/202202126102.jpg');
  border-radius: 0;
  min-height: 90vh;
  margin-top: -75px;
  margin-bottom: 0;
}

.case.vacature {
  background-image: url('../images/bob_noten_uitvaartbegeleiding_cover.jpeg');
  border-radius: 0;
}

.circle {
  background-color: var(--dark);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding-top: 0;
  display: flex;
}

.top-part {
  z-index: 9;
  justify-content: flex-start;
  align-items: center;
  display: none;
  position: relative;
}

.want-what {
  color: #fff;
  font-family: Messinasans Book, sans-serif;
  font-size: 22px;
}

.text-span-23 {
  letter-spacing: -.2px;
  font-family: Messinasans, sans-serif;
  font-weight: 600;
}

.bottompart {
  z-index: 9;
  position: absolute;
  top: auto;
  bottom: 40px;
  left: 40px;
  right: 40px;
}

.heading-10 {
  margin-top: 0;
  margin-bottom: 0;
}

.wat {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

._18px-regular {
  color: #fff;
  font-family: Messinasans Book, sans-serif;
  font-size: 18px;
  line-height: 18px;
}

._18px-regular.roomleft {
  margin-left: 25px;
  font-family: Messinasans, sans-serif;
  font-weight: 600;
}

.darkoverlay {
  z-index: 8;
  background-color: rgba(0, 0, 0, .34);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-11 {
  letter-spacing: -1px;
  max-width: 450px;
  font-size: 32px;
  line-height: 32px;
}

.cta-section {
  background-color: #0d0d0d;
  min-height: 100vh;
  padding-top: 200px;
  padding-bottom: 125px;
}

.cta-container {
  max-width: 1425px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.heading-12 {
  color: #0d0d0d;
  text-align: center;
  letter-spacing: -1px;
  font-size: 32px;
  line-height: 32px;
}

.heading-13 {
  color: #fff;
  text-align: center;
  letter-spacing: -5px;
  font-weight: 400;
}

.footer {
  color: #fff;
  letter-spacing: -.2px;
  background-color: #0d0d0d;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Messinasans Book, sans-serif;
  font-size: 16px;
}

.footer._33 {
  color: #fff;
  margin-right: 25px;
}

.buttonctacontainer {
  justify-content: center;
  align-items: center;
  margin-top: 75px;
  display: flex;
}

.footer-container {
  justify-content: space-between;
  align-items: center;
  max-width: 93%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.html-embed-7 {
  align-self: center;
}

.text-block-4 {
  color: #fff;
  line-height: 14px;
}

.left-footer-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-span-24, .text-span-25 {
  font-family: Messinasans Book, sans-serif;
  font-weight: 400;
}

.text-block-5 {
  color: #131313;
  letter-spacing: -.5px;
  max-width: 450px;
  font-family: Messinasans, sans-serif;
  font-size: 22px;
  line-height: 30px;
  display: none;
}

.caseheader {
  background-image: linear-gradient(rgba(0, 0, 0, .47), rgba(0, 0, 0, .47)), url('../images/6555d63ec9ac4486f88698d6_6446c5b2860177643842bcee_Group-1108-p-3200.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.text-span-26 {
  font-weight: 700;
}

.sidenav {
  z-index: 9999;
  background-color: #fff;
  width: 500px;
  padding: 75px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.navlink-container {
  margin-top: 50px;
}

.navigation-link {
  color: var(--dark);
  letter-spacing: -1.5px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-family: Messinasans, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.navigation-link:hover {
  opacity: .5;
}

.menutag {
  color: #a8a8a8;
  font-family: Messinasans Book, sans-serif;
  font-size: 22px;
  line-height: 22px;
}

.adresgegevens {
  margin-top: 75px;
}

.adres {
  color: #a8a8a8;
  font-family: Messinasans Book, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.close-sidebar {
  background-color: var(--dark);
  border-radius: 50px;
  width: 35px;
  height: 35px;
  transition: all .2s;
  position: absolute;
  top: 50px;
  bottom: auto;
  left: auto;
  right: 75px;
}

.close-sidebar:hover {
  filter: invert();
}

.html-embed-8 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.html-embed-9 {
  margin-top: 75px;
}

.text-span-27 {
  font-family: Messinasans, sans-serif;
  font-weight: 700;
}

.text-span-28 {
  font-family: Messinasans, sans-serif;
  font-weight: 600;
}

.text-span-29 {
  font-family: Messinasans, sans-serif;
  font-weight: 700;
}

._32pt {
  color: #fff;
  letter-spacing: -.7px;
  font-family: Messinasans Book, sans-serif;
  font-size: 32px;
  line-height: 32px;
}

._32pt.leftroom {
  margin-left: 50px;
}

.personal_cta {
  background-color: #0d0d0d;
  padding-top: 150px;
  padding-bottom: 100px;
  padding-right: 0;
  display: none;
}

.personal-cta-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

._22pt {
  color: #fff;
  font-family: Messinasans, sans-serif;
  font-size: 22px;
  line-height: 22px;
}

.heading-14 {
  max-width: 575px;
}

._16pt {
  color: #fff;
  font-family: Messinasans Book, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

._16pt.semibold {
  font-family: Messinasans, sans-serif;
  font-weight: 600;
}

.personal-image {
  background-image: url('../images/642d1f16b1032875fc4dfdc7_cta-erwin.webp');
  background-position: 50%;
  background-size: cover;
  width: 340px;
  height: 340px;
  margin-left: 50px;
}

.text-span-30 {
  font-family: Messinasans, sans-serif;
  font-weight: 700;
}

.button-left-container {
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.tricks-slider_text-2 {
  z-index: 2;
  letter-spacing: -.08em;
  font-size: 9.3em;
  font-weight: 400;
  position: relative;
}

.progress-2 {
  background-color: rgba(0, 0, 0, .09);
  width: 80%;
  height: 1.5px;
  margin-top: 2.5em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100em;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 0 6em 0 0;
  display: flex;
}

.tricks-slider_slide-2 {
  color: #fff;
  text-align: center;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 42%;
  height: 80vh;
  max-height: 80vw;
  margin-right: 1em;
  padding: 2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-2 {
  z-index: 1;
  object-fit: cover;
  width: 200%;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.case-title-container {
  border-top: 1px solid #dfdfdf;
  padding-top: 145px;
}

.inner-container-case {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.heading-15 {
  color: #0d0d0d;
  letter-spacing: -2.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Messinasans Book, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 64px;
}

.text-span-31 {
  font-family: Messinasans, sans-serif;
  font-weight: 700;
}

.tricks-slider_text-3 {
  z-index: 2;
  letter-spacing: -.08em;
  font-size: 9.3em;
  font-weight: 400;
  position: relative;
}

.progress-3 {
  background-color: rgba(0, 0, 0, .09);
  width: 80%;
  height: 1.5px;
  margin-top: 2.5em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.page-wrapper {
  width: 100%;
  font-size: 1em;
  position: relative;
  overflow: hidden;
}

.container-3 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100em;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 0 6em;
  display: flex;
}

.global-styles {
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.show-cae {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 75px;
  display: grid;
}

.heading-16 {
  color: #fff;
  letter-spacing: -1px;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Messinasans Book, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
}

.text-span-32, .text-span-33 {
  font-weight: 700;
}

.text-span-34 {
  font-size: 16px;
}

.text-field {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border: 1px #000;
  border-bottom: .5px solid #949494;
  min-width: 850px;
  height: 88px;
  font-family: Messinasans Book, sans-serif;
  font-size: 48px;
  font-weight: 400;
}

.text-field:focus {
  background-color: rgba(255, 255, 255, 0);
}

.text-field::placeholder {
  color: #fff;
}

.submit-button {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border: .5px solid #fff;
  border-radius: 800px;
  margin-top: 38px;
  padding: 22px 44px;
  font-size: 22px;
  transition: all .2s;
}

.submit-button:hover {
  color: #000;
  background-color: #fff;
}

.textarea {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border: 1px #000;
  border-bottom: .5px solid #fff;
  height: 450px;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 100px;
  font-family: Messinasans Book, sans-serif;
  font-size: 22px;
  overflow: hidden;
}

.textarea::placeholder {
  color: #fff;
  font-size: 48px;
}

.success-message {
  background-color: rgba(221, 221, 221, 0);
}

.text-block-6 {
  color: #fff;
  font-family: Messinasans Book, sans-serif;
  font-size: 32px;
  line-height: 32px;
}

.div-block-5 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-span-35 {
  font-family: Messinasans, sans-serif;
  font-weight: 600;
}

.link-3, .link-4 {
  color: #a8a8a9;
  text-decoration: none;
}

.contactinfo {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.text-block-7 {
  color: #fff;
  text-align: center;
  margin-top: 89px;
  font-family: Messinasans Book, sans-serif;
  font-size: 22px;
  line-height: 35px;
}

.link-5, .link-6 {
  color: #fff;
  text-decoration: none;
}

.link-7 {
  color: #6d6d6d;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 18px;
  padding-bottom: 18px;
  font-family: Messinasans, sans-serif;
  font-size: 32px;
  display: block;
}

@media screen and (max-width: 991px) {
  .wrapper {
    height: 55px;
  }

  .heading-6 {
    letter-spacing: -3px;
    font-size: 64px;
    line-height: 55px;
  }

  .want-the {
    display: none;
  }

  .blank-section {
    padding-top: 150px;
    padding-bottom: 125px;
  }

  .split-wrapper {
    max-width: 90%;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .dienst.dienst-2 {
    margin-top: 25px;
  }

  .heading-7 {
    font-size: 48px;
    line-height: 45px;
  }

  .about-text {
    max-width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-3 {
    font-size: 36px;
    line-height: 48px;
  }

  .preloader {
    display: none;
  }

  .preloadertext {
    font-size: 36px;
    line-height: 36px;
  }

  .link-2 {
    margin-bottom: 40px;
  }

  .manifest-text {
    letter-spacing: -1.5px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 48px;
    line-height: 48px;
  }

  .progress {
    margin-top: 30px;
  }

  .container {
    padding-left: 4em;
    padding-right: 4em;
  }

  .tricks-slider_slide {
    width: 48%;
    margin-right: 2em;
  }

  .case.bnuu {
    margin-top: 25px;
  }

  .cta-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cta-container {
    max-width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-13 {
    letter-spacing: -3px;
    font-size: 64px;
    line-height: 60px;
  }

  .personal-cta-container {
    max-width: 90%;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .contactinfowrapper {
    margin-top: 50px;
  }

  .heading-14 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  ._16pt {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-left-container {
    justify-content: center;
    align-items: center;
  }

  .progress-2 {
    margin-top: 30px;
  }

  .container-2 {
    padding-left: 4em;
    padding-right: 4em;
  }

  .tricks-slider_slide-2 {
    width: 48%;
    margin-right: 2em;
  }

  .case-title-container {
    padding-top: 100px;
  }

  .inner-container-case {
    max-width: 90%;
  }

  .heading-15 {
    font-size: 48px;
    line-height: 45px;
  }

  .progress-3 {
    margin-top: 30px;
  }

  .container-3 {
    padding-left: 4em;
    padding-right: 4em;
  }

  .show-cae {
    display: block;
  }

  .text-field {
    min-width: 50px;
  }

  .div-block-5 {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .heading-6 {
    letter-spacing: -2px;
    font-size: 48px;
    line-height: 42px;
  }

  .dienst {
    padding: 47px 27px;
  }

  .heading-7 {
    line-height: 41px;
  }

  .tricks-slider_text, .tricks-slider_text-2, .tricks-slider_text-3 {
    font-size: 9.9em;
  }

  .link-7 {
    font-size: 22px;
  }
}

@media screen and (max-width: 479px) {
  .wrapper {
    max-width: 90%;
    height: 75px;
  }

  .background-video-2 {
    min-height: 90vh;
  }

  .menu-clience {
    max-width: 90%;
    margin-top: 35px;
  }

  .text {
    min-height: 90vh;
  }

  .heading-6 {
    letter-spacing: -1px;
    font-size: 36px;
    line-height: 32px;
  }

  .link-block {
    margin-left: 0;
  }

  .blank-section {
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
  }

  .split-wrapper {
    margin-top: 100px;
    padding-bottom: 100px;
  }

  .dienst {
    min-height: 70vh;
    padding: 30px 23px;
  }

  .heading-7 {
    letter-spacing: -1px;
    font-size: 36px;
    line-height: 30px;
  }

  ._16-ondertitel {
    font-size: 18px;
    line-height: 18px;
  }

  .text-block-3 {
    letter-spacing: -1.1px;
    font-size: 32px;
    line-height: 36px;
  }

  .preloadertext {
    letter-spacing: -2px;
    font-size: 38px;
  }

  .small-slogan {
    margin-left: 8px;
    font-size: 11px;
    line-height: 11px;
    display: block;
  }

  .link-2 {
    font-size: 22px;
    line-height: 22px;
  }

  .ons-manifest {
    padding-top: 146px;
  }

  .manifest-text {
    letter-spacing: -1.2px;
    font-size: 36px;
    line-height: 36px;
  }

  .wrapperh1 {
    margin-top: -7px;
    padding-bottom: 7px;
  }

  .div-block-2 {
    margin-bottom: 0;
  }

  .tricks-slider_text {
    font-size: 20em;
  }

  .main-wrapper {
    overflow: hidden;
  }

  .tricks-slider_slide {
    width: 90%;
    max-height: 130vw;
    margin-right: 3em;
  }

  .case.bnuu, .case.vacature {
    min-height: 55vh;
    max-height: 70vh;
    padding: 47px 23px;
  }

  .cta-section {
    overflow: hidden;
  }

  .heading-13 {
    letter-spacing: -1.5px;
    font-size: 48px;
    line-height: 45px;
  }

  .footer {
    overflow: hidden;
  }

  .footer._33 {
    margin-right: 0;
  }

  .left-footer-block {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .sidenav {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .navlink-container {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .close-sidebar {
    right: 5%;
  }

  ._16pt.semibold._32 {
    justify-content: flex-start;
    align-items: center;
  }

  .tricks-slider_text-2 {
    font-size: 20em;
  }

  .tricks-slider_slide-2 {
    width: 90%;
    max-height: 130vw;
    margin-right: 3em;
  }

  .heading-15 {
    letter-spacing: -2.5px;
    font-size: 48px;
    line-height: 45px;
  }

  .tricks-slider_text-3 {
    font-size: 20em;
  }

  .heading-16 {
    font-size: 26px;
    line-height: 26px;
  }
}

#w-node-_67a505aa-d5ae-5bbf-135c-db14afd21c0c-07126aa3, #w-node-fa815c76-998b-5032-043c-0d3b1a98b912-07126aa3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a717c551-918c-96f6-7abd-7b82fcbb1046-25c0db00, #w-node-_75dd74aa-bca0-e315-19b7-de9570af53c1-25c0db00 {
  align-self: end;
}

#w-node-bb42c135-fb8f-b582-608c-4c49364b0d03-25c0db00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}


@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-RegularItalic.woff2') format('woff2'), url('../fonts/MessinaSans-BookItalic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-SemiBoldItalic.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-BlackItalic.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans Book';
  src: url('../fonts/MessinaSans-Book.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}