@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Sharp 300";
  src: url('../fonts/fa-sharp-light-300.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Sharp Solid 900";
  src: url('../fonts/fa-sharp-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Sharp 400";
  src: url('../fonts/fa-sharp-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa V 4 Compatibility";
  src: url('../fonts/fa-v4compatibility.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 100";
  src: url('../fonts/fa-thin-100.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Duotone 900";
  src: url('../fonts/fa-duotone-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 300";
  src: url('../fonts/fa-light-300.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.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: #012b32;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #012b32;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #012b32;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: #012b32;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #012b32;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.6em;
}

a {
  color: #ed6d29;
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 16px;
  line-height: 1.6em;
}

strong {
  color: #012b32;
  font-weight: 700;
}

blockquote {
  border-left: 5px solid #ed6d29;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.container {
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.container.wider {
  width: 90%;
  max-width: 1300px;
}

.navbar {
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 8px 2px #00000024;
}

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

.section {
  background-color: #ed6d29;
  margin-top: 70px;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.nav-menu {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  border-radius: 4px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all .175s;
}

.nav-link:hover {
  background-color: #f5f5f5;
}

.nav-link.w--current {
  color: #ed6d29;
}

.div-block-3 {
  z-index: 1;
  width: 60%;
  position: relative;
}

.heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.4em;
}

.section-2 {
  background-color: #f5f5f5;
  padding-top: 14px;
  padding-bottom: 14px;
}

.div-block-4 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  background-color: #151515;
  border: 1px solid #151515;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 20px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: all .175s;
  display: flex;
}

.link-block:hover {
  background-color: #333;
  border-color: #333;
}

.link-block._2 {
  color: #151515;
  background-color: #15151500;
  border: 1px solid #151515;
}

.link-block._2:hover {
  color: #fff;
  background-color: #151515;
}

.link-block.open-modal.new {
  background-color: #002b32;
  border-color: #002b32;
}

.link-block.open-modal.new:hover {
  background-color: #090;
  border-color: #090;
}

.div-block-5 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.text-block {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.text-block-2 {
  color: #02b172;
  background-color: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  font-family: "Fa Sharp Solid 900", sans-serif;
  font-size: 22px;
  display: flex;
}

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-6._2 {
  justify-content: flex-start;
  align-items: flex-start;
}

.section-3 {
  background-color: #f1f0e9;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-8 {
  height: 150px;
}

.div-block-9 {
  background-color: #fff;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  height: auto;
  padding: 12px;
  display: flex;
}

.div-block-10 {
  border-radius: 6px;
  flex-flow: column;
  height: auto;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 8px 2px #0000001f;
}

.div-block-10._2 {
  border-radius: 4px;
  box-shadow: 0 2px 8px 2px #0000000f;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-block-3 {
  color: #151515;
  text-align: center;
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2em;
}

.text-block-3._2 {
  text-align: center;
}

.link-block-2 {
  color: #fff;
  text-align: center;
  background-color: #ed6d29;
  border-radius: 4px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .15s;
}

.link-block-2:hover {
  background-color: #f68d54;
}

.section-4 {
  background-color: #f5f5f5;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-4._2 {
  background-color: #f1f0e9;
}

.div-block-11 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-5 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.heading-2 {
  color: #000;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4em;
}

.heading-2.center {
  text-align: center;
}

.paragraph {
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.link-block-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  text-align: center;
  background-color: #ed6d29;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 20px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: all .15s;
  display: flex;
}

.link-block-3:hover {
  background-color: #f68d54;
}

.link-block-3.menu {
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
}

.link-block-3.menu.open-modal._3 {
  font-size: 15px;
  font-weight: 600;
}

.div-block-12 {
  background-image: url('../images/folieman-team-aan-het-werk_1.avif');
  background-position: 50%;
  background-size: cover;
  flex: 1;
  height: 50%;
}

.div-block-13 {
  background-image: url('../images/team-folieman_1.avif');
  background-position: 50% 0;
  background-size: cover;
  flex: 1;
  height: 50%;
}

.div-block-14 {
  border: 1px solid #d7d7d7;
  border-radius: 6px;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.text-span {
  color: #151515;
  font-weight: 500;
}

.section-6 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block-15 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 24px;
  display: none;
}

.div-block-16 {
  background-color: #fcd0d0;
  border-radius: 6px;
  overflow: hidden;
}

.image-4 {
  box-sizing: border-box;
  aspect-ratio: 2.39;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-17 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-4 {
  font-family: "Fa Sharp 400", sans-serif;
  font-size: 16px;
}

.div-block-18 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-18._2 {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 24px;
}

.text-span-2 {
  text-decoration: underline;
}

.text-block-5 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.div-block-19 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.div-block-20 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-20._2 {
  justify-content: flex-start;
  align-items: flex-start;
}

.text-block-6 {
  color: #02b172;
  font-family: "Fa Sharp Solid 900", sans-serif;
  font-size: 24px;
}

.text-block-6.rood {
  color: #b14202;
}

.div-block-21 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-7 {
  background-color: #f5f5f5;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-7._2 {
  background-color: #f1f0e9;
}

.youtube {
  object-fit: cover;
  height: 100%;
}

.div-block-24 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-25 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 16px;
  display: flex;
}

.div-block-26 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 14px;
  display: flex;
}

.div-block-26._2 {
  padding-top: 0;
  padding-bottom: 16px;
  padding-left: 0;
}

.text-block-7 {
  color: #fcbe03;
  font-family: "Fa Sharp Solid 900", sans-serif;
  font-size: 18px;
}

.text-block-8 {
  margin-top: 0;
  margin-bottom: -2px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.text-span-3 {
  font-size: 14px;
}

.div-block-27 {
  z-index: 999999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000003b;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-28 {
  background-color: #fff;
  border-radius: 6px;
  width: 700px;
  max-width: 700px;
  height: 90vh;
  max-height: 90vh;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: relative;
  box-shadow: 0 2px 8px 2px #0003;
}

.tab-link-tab-2 {
  background-color: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 100px;
  padding: 12px 20px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.tab-link-tab-2.w--current {
  color: #fff;
  background-color: #ed6d29;
  border-color: #ed6d29;
}

.tabs-menu {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-bottom: 12px;
  display: flex;
}

.div-block-29 {
  height: 100%;
  padding: 30px;
  overflow: scroll;
}

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

.text-field {
  color: #151515;
  border: 1px solid #d7d7d7;
  border-radius: 6px;
  height: 46px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.div-block-30 {
  background-color: #fff;
  border: 1px #d7d7d7;
  border-radius: 6px;
  margin-bottom: 30px;
  padding: 20px;
  box-shadow: 0 2px 5px 2px #0000000f;
}

.div-block-31 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.radio-button-field {
  border: 1px #d7d7d7;
  border-radius: 6px;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
  overflow: hidden;
}

.radio-button {
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: none;
}

.div-block-32 {
  height: 100px;
  position: relative;
  overflow: visible;
}

.radio-button-label {
  border: 2px solid #d7d7d7;
  border-radius: 6px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-33 {
  justify-content: center;
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 600;
  display: flex;
  position: relative;
}

.image-5 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 100px;
}

.text-block-9 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.div-block-34 {
  margin-bottom: 16px;
}

.div-block-35 {
  height: 100%;
}

.submit-button {
  background-color: #ed6d29;
  border-radius: 6px;
  height: 52px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.heading-3 {
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 28px;
}

.paragraph-2 {
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: 1.6em;
}

.div-block-36 {
  margin-bottom: 24px;
}

.div-block-37 {
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  font-size: 18px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.text-block-10 {
  font-family: "Fa Sharp 400", sans-serif;
}

.div-block-38 {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: #fff;
  text-align: center;
  background-color: #ed6d2963;
  justify-content: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-size: 58px;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section-8 {
  background-color: #ed6d29;
  margin-top: 70px;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.div-block-40 {
  background-image: linear-gradient(90deg, #ed6d29, #f6ba9947 31%, #fff0 59%), url('../images/folieman-team-aan-het-werk_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-41 {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-42 {
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 32px;
  display: flex;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Open Sans, sans-serif;
  font-size: 34px;
  line-height: 1.4em;
}

.heading-4.wit {
  color: #fff;
}

.heading-4.wit._2 {
  font-family: Poppins, sans-serif;
}

.heading-4.wit._3 {
  text-align: center;
  margin-bottom: 0;
}

.container-2 {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-43 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-bottom: 16px;
  display: flex;
}

.div-block-44 {
  margin-bottom: 60px;
}

.div-block-44._2 {
  margin-bottom: 24px;
}

.div-block-44._2._3 {
  margin-top: 24px;
}

.div-block-45 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.image-6 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section-9 {
  background-color: #333;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}

.section-9._2 {
  background-color: #002b32;
  padding-top: 24px;
  padding-bottom: 24px;
}

.div-block-46 {
  border-radius: 6px;
  width: 175px;
  min-width: 175px;
  height: 175px;
  overflow: hidden;
}

.section-10 {
  padding-top: 50px;
  padding-bottom: 0;
}

.section-10._2 {
  padding-bottom: 50px;
}

.section-11 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block-47 {
  border-radius: 6px;
  overflow: hidden;
}

.background-video {
  width: 100%;
  height: 100%;
}

.text-block-11, .text-block-12, .text-block-13, .text-block-14, .text-block-15, .text-block-16 {
  text-align: center;
}

.section-12 {
  background-image: url('../images/gecertificeerde-monteurs-500x333.avif');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
  position: relative;
}

.div-block-48 {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #ffffff9e;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-49 {
  background-color: #fff;
  border-radius: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 700px;
  padding: 30px;
  display: flex;
  box-shadow: 0 2px 8px 2px #0000001a;
}

.section-13 {
  background-color: #333;
  padding-top: 50px;
  padding-bottom: 50px;
}

.text-block-17 {
  color: #fff;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 35px;
  font-weight: 600;
}

.text-block-18 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.div-block-50 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-51 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-52 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-53 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.section-14 {
  background-color: #fff;
  background-image: none;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 24px;
  display: flex;
  position: relative;
}

.navbar-2 {
  background-color: #fff;
  border-bottom: 1px #d7d7d7;
  justify-content: flex-start;
  align-items: center;
  height: 80px;
  display: flex;
}

.div-block-54 {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  width: 60%;
  height: 100%;
  padding-left: 0;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.image-7 {
  object-fit: cover;
  object-position: 0% 50%;
  height: 110%;
}

.div-block-55 {
  z-index: 1;
  width: 50%;
  margin-top: 42px;
  margin-bottom: auto;
  display: none;
  position: relative;
}

.heading-5 {
  color: #333;
  text-shadow: none;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 1.1em;
  display: none;
}

.container1 {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container1.hidden {
  display: none;
}

.paragraph-3 {
  color: #333;
  max-width: 500px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6em;
}

.link-block-4 {
  color: #fff;
  background-color: #ed6d29;
  border: 2px solid #ed6d29;
  border-radius: 4px;
  padding: 18px 25px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.link-block-4._2 {
  color: #333;
  background-color: #eb821a00;
  border-color: #333;
}

.div-block-56 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-top: 53px;
  display: flex;
}

.image-8 {
  background-color: #fff;
  border-radius: 6px;
  width: 200px;
  padding: 11px 16px;
}

.image-8.logo {
  border-radius: 0;
  width: 185px;
  padding: 0;
}

.div-block-58 {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.section-15 {
  border-top: 1px #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  padding-top: 0;
  padding-bottom: 24px;
  overflow: hidden;
}

.logos-row-wrapper {
  position: relative;
  overflow: hidden;
}

.logos-row-block {
  z-index: 0;
  width: 325%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.klanten-logos {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  filter: grayscale();
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding-right: 56px;
  display: flex;
}

.klanten-logo-container {
  justify-content: center;
  align-items: center;
  max-width: 160px;
  max-height: 80px;
  display: flex;
}

.image-9 {
  width: 100%;
  height: 50px;
}

.image-10 {
  object-fit: fill;
  width: auto;
  height: 100%;
  max-height: 80px;
}

.logos-row-gradient-rechts {
  background-image: linear-gradient(90deg, #7c7c7c00, #fff);
  width: 150px;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.logos-row-gradient-rechts.donker {
  z-index: 1;
  background-image: linear-gradient(90deg, #7c7c7c00, #012b32);
}

.logos-row-gradient-rechts._2 {
  background-image: linear-gradient(90deg, #7c7c7c00, #f6f6f5);
}

.logos-row-gradient-links {
  background-image: linear-gradient(90deg, #fff, #fff0);
  width: 150px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.logos-row-gradient-links.donker {
  z-index: 1;
  background-image: linear-gradient(90deg, #012b32, #fff0);
}

.logos-row-gradient-links._2 {
  background-image: linear-gradient(90deg, #f8f7f8, #fff0);
}

.nav-menu-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.link-block-5 {
  color: #fff;
  background-color: #ed6d29;
  border: 1px solid #ed6d29;
  border-radius: 4px;
  padding: 10px 30px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
}

.link-block-5:hover {
  background-color: #012b32;
  border-color: #012b32;
}

.link-block-5._2 {
  color: #fff;
  background-color: #012b32;
  border-color: #012b32;
  height: 42px;
}

.link-block-5._2:hover {
  background-color: #ed6d29;
  border-color: #ed6d29;
}

.div-block-59 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.div-block-60 {
  background-color: #002b32;
  border-bottom: 1px #d7d7d7;
  justify-content: flex-start;
  align-items: center;
  height: 32px;
  display: flex;
}

.nav-link-3 {
  border-radius: 4px;
  height: 42px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all .175s;
}

.nav-link-3:hover {
  background-color: #f5f5f5cc;
}

.nav-link-3.w--current {
  color: #ed6d29;
}

.dropdown-toggle {
  border-radius: 4px;
  height: 42px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all .175s;
  position: static;
}

.dropdown-toggle:hover {
  background-color: #f5f5f5cc;
}

.icon {
  margin-right: 16px;
}

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

.heading-6 {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.div-block-62 {
  padding-right: 16px;
}

.div-block-63 {
  justify-content: space-between;
  align-items: center;
  height: 32px;
  display: flex;
}

.link {
  color: #f5f5f5;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.divider {
  color: #f5f5f5;
  background-color: #f5f5f5;
  width: 1px;
  height: 16px;
}

.div-block-65 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-19 {
  color: #f5f5f5;
  font-family: Poppins, sans-serif;
}

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

.div-block-66 {
  background-color: #e7e7e7;
  background-image: linear-gradient(80deg, #35353582 26%, #9e9e9e29 52%, #fff0), url('../images/folieman-team-aan-het-werk-enhanced_1.avif');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  border-radius: 8px;
  height: 65vh;
  padding: 24px;
  position: relative;
  overflow: hidden;
}

.div-block-67 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.heading-7 {
  color: #fff;
  background-color: #ed6d29;
  border-radius: 12px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 24px;
  font-family: Inter, sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: .6em;
}

.div-block-68 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.div-block-69 {
  background-color: #002b32;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  min-width: 95px;
  padding: 24px;
  font-size: 15px;
  display: flex;
}

.div-block-70 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #002b32;
  border-radius: 16px;
  width: 530px;
  max-height: 200px;
  margin-bottom: 24px;
  margin-right: 24px;
  padding: 16px 24px 16px 16px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.lightbox-link {
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.div-block-71 {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: #333;
  background-color: #ffffff91;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  padding-left: 4px;
  font-family: "Fa Duotone 900", sans-serif;
  font-size: 26px;
  display: flex;
  position: absolute;
  box-shadow: 0 2px 8px 2px #00000030;
}

.image-12 {
  object-fit: cover;
  object-position: 0% 50%;
  border-radius: 4px;
  height: 100%;
}

.div-block-72 {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.paragraph-4 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.button-2 {
  color: #151515;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all .175s;
}

.button-2:hover {
  color: #fff;
  background-color: #ed6d29;
}

.section-16 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-73 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-74 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #f2f5f4;
  border: 1px solid #d7d7d7;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  padding: 24px;
  display: flex;
}

.div-block-75 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-radius: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 200px;
  display: grid;
}

.div-block-76 {
  background-image: url('../images/20170531_125238.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px 0 0 4px;
}

.div-block-76._2 {
  background-image: url('../images/20250411_125927.jpg');
  border-radius: 0 4px 4px 0;
}

.div-block-76._3 {
  background-image: url('../images/20250408_122845.jpg');
}

.div-block-76._4 {
  background-image: url('../images/IMG20210911154454_2.avif');
  border-radius: 0 4px 4px 0;
}

.div-block-77 {
  padding: 16px 16px 8px;
}

.text-block-21 {
  color: #a0a6a3;
  text-transform: uppercase;
  margin-bottom: 12px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.heading-8 {
  color: #000;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: 34px;
  font-weight: 500;
}

.paragraph-5 {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.section-17 {
  padding-bottom: 40px;
}

.collection-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-block-6 {
  width: 100%;
  font-family: Inter, sans-serif;
  text-decoration: none;
}

.div-block-78 {
  padding: 16px;
}

.div-block-79 {
  border-radius: 8px;
  height: 250px;
  position: relative;
  overflow: hidden;
}

.div-block-79.kennisbank {
  height: 225px;
}

.image-13 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.heading-9 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 500;
}

.heading-9._2 {
  font-size: 18px;
  line-height: 1.4em;
}

.text-block-22 {
  color: #a0a6a3;
  text-transform: uppercase;
  margin-bottom: 4px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight: 600;
}

.div-block-80 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  margin-top: 8px;
  margin-right: 8px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.text-block-23 {
  color: #fff;
  text-transform: none;
  background-color: #ed6d29;
  border-radius: 4px;
  padding: 3px 8px;
  font-size: 15px;
  font-weight: 500;
}

.text-block-23.donker {
  background-color: #012b32;
}

.div-block-81 {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.slider {
  height: 100%;
}

.right-arrow, .left-arrow, .slide-nav {
  display: none;
}

.div-block-82 {
  background-image: linear-gradient(90deg, #00000080, #fff0), url('../images/folieman-team-aan-het-werk-enhanced_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
}

.div-block-82._3 {
  background-image: linear-gradient(90deg, #00000080, #fff0), url('../images/20190426_133938.avif');
}

.div-block-82._4 {
  background-image: linear-gradient(90deg, #00000080, #fff0), url('../images/20240529_152911.avif');
}

.div-block-82._5 {
  background-image: linear-gradient(90deg, #00000080, #fff0), url('../images/20190730_124854.avif');
}

.div-block-82._6 {
  background-image: linear-gradient(90deg, #00000080, #fff0), url('../images/ceva-te-Roosendaal_1.avif');
  background-position: 0 0, 50% 40%;
}

.div-block-82._7 {
  background-image: linear-gradient(90deg, #00000080, #fff0), url('../images/IMG-20160311-WA0002_1.avif');
}

.section-18 {
  background-color: #002b32;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-19 {
  background-color: #ed6d29;
  padding-top: 40px;
  padding-bottom: 0;
}

.heading-10 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3em;
}

.heading-10.center {
  text-align: center;
}

.div-block-83 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.button-4 {
  color: #fff;
  background-color: #012b32;
  border-radius: 4px;
  padding: 14px 24px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.slider-2 {
  background-color: #ddd0;
  height: 100%;
}

.div-block-84 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(300px, 300px) 1fr;
  grid-auto-columns: 1fr;
  height: 350px;
  display: grid;
}

.div-block-85 {
  background-color: #fff;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.div-block-86 {
  background-color: #ffffff1f;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 80px 40px 24px;
  display: flex;
}

.slide, .mask {
  height: 100%;
}

.slide-nav-2 {
  display: none;
}

.right-arrow-2 {
  color: #fff;
  cursor: pointer;
  background-color: #ed6d29;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin-top: 24px;
  margin-right: 24px;
  font-size: 15px;
  transition: all .175s;
  display: flex;
  inset: 0% 0% auto auto;
}

.right-arrow-2:hover {
  background-color: #012930;
}

.left-arrow-2 {
  color: #fff;
  cursor: pointer;
  background-color: #ed6d29;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin-top: 24px;
  margin-right: 72px;
  font-size: 15px;
  transition: all .175s;
  display: flex;
  inset: 0% 0% auto auto;
}

.left-arrow-2:hover {
  background-color: #012a30;
}

.image-14 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-87 {
  background-color: #ed6d29bf;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-15 {
  filter: invert();
  width: 200px;
}

.heading-11 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.3em;
}

.text-block-24 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 1.4em;
}

.div-block-88 {
  filter: invert();
  margin-top: 40px;
  position: relative;
}

.div-block-89 {
  position: relative;
}

.section-20 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-20.grijs {
  background-color: #f2f5f4;
}

.section-20.coating {
  padding-top: 130px;
}

.div-block-90 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.div-block-91 {
  border-radius: 8px;
  overflow: hidden;
}

.image-16 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-16._50 {
  border-radius: 8px;
  height: 350px;
}

.paragraph-6 {
  margin-top: 22px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.paragraph-6.wit {
  color: #fff;
}

.div-block-92 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.button-5 {
  background-color: #ed6d29;
  border-radius: 4px;
  margin-top: 16px;
  padding: 12px 25px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all .175s;
}

.button-5:hover {
  background-color: #012b32;
}

.div-block-93 {
  background-color: #0000004d;
  position: absolute;
  inset: 0%;
}

.div-block-94 {
  z-index: 99;
  position: sticky;
  top: 0;
}

.section-21 {
  background-color: #f2f5f4;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-95 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-96 {
  background-color: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 16px;
  display: flex;
}

.div-block-97 {
  border-radius: 4px;
  height: 125px;
  overflow: hidden;
}

.image-17 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-98 {
  padding-top: 16px;
  padding-left: 8px;
  padding-right: 8px;
}

.heading-12 {
  color: #000;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.paragraph-7 {
  color: #000;
  font-family: Inter, sans-serif;
  line-height: 1.5em;
}

.button-7 {
  background-color: #ed6d29;
  border-radius: 4px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  transition: all .175s;
}

.button-7:hover {
  background-color: #012b32;
}

.div-block-438 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #f5f5f5;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  min-width: 400px;
  height: 100%;
  min-height: 100%;
  padding: 24px 60px 24px 24px;
  display: flex;
}

.tab-link-tab-1 {
  color: #151515;
  background-color: #fff;
  border-radius: 8px;
  padding: 10px 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.tab-link-tab-1:hover {
  color: #ed6d29;
  background-color: #f5f5f5;
}

.tab-link-tab-1.w--current {
  color: #fa8b52;
  background-color: #f5f5f5;
  font-size: 16px;
}

.div-block-441 {
  width: auto;
  height: 100%;
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 40px;
  display: flex;
  overflow: hidden;
}

.dropdown-list {
  inset: 0% auto auto 0%;
}

.dropdown-list.w--open {
  background-color: #ddd0;
}

.button-8 {
  color: #000;
  background-color: #3898ec00;
  border-radius: 8px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  transition: all .2s;
}

.button-8:hover {
  color: #ed6d29;
  margin-left: 8px;
  padding-left: 15px;
}

.text-span-4 {
  margin-right: 12px;
  font-family: "Fa Sharp 300", sans-serif;
}

.text-span-5 {
  margin-left: 10px;
  font-family: "Fa Sharp 300", sans-serif;
}

.section-22 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-454 {
  border-top: 1px solid #d7d7d7;
  margin-top: 40px;
  padding-top: 24px;
}

.div-block-455 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-456 {
  background-color: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 8px;
  display: flex;
  overflow: hidden;
}

.div-block-457 {
  background-color: #012b32;
  justify-content: center;
  align-items: center;
  width: 125px;
  height: 125px;
  display: flex;
}

.div-block-458 {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 12px 16px 24px;
  display: flex;
}

.heading-14 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3em;
}

.image-332 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-459 {
  background-color: #012b32;
  justify-content: flex-start;
  align-items: center;
  height: 65px;
  display: flex;
}

.div-block-460 {
  z-index: 1;
  padding-bottom: 41px;
  position: static;
}

.div-block-461 {
  background-color: #012b32;
  border-radius: 8px;
  justify-content: space-between;
  padding: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-462 {
  z-index: 1;
  max-width: 440px;
  position: relative;
}

.heading-15 {
  color: #fff;
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3em;
}

.paragraph-8 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1.5em;
}

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

.text-block-213 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.div-block-464 {
  z-index: 1;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.button-9 {
  color: #012b32;
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
  width: 300px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all .175s;
}

.button-9:hover {
  color: #fff;
  background-color: #012b32;
}

.button-9.oranje {
  color: #fff;
  background-color: #ed6d29;
}

.button-9.oranje:hover {
  background-color: #012b32;
}

.text-block-214 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.div-block-465 {
  padding-top: 16px;
}

.text-span-6 {
  color: #10b80b;
  margin-right: 12px;
  font-family: "Fa Sharp 400", sans-serif;
  font-size: 18px;
}

.div-block-466 {
  background-image: linear-gradient(90deg, #012b32, #012b325e), url('../images/team-folieman.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-467 {
  padding-top: 40px;
  display: flex;
}

.div-block-468 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 300px;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.div-block-469 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  padding-right: 40px;
  display: flex;
}

.heading-16 {
  color: #fff;
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
}

.link-2 {
  color: #fff;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

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

.div-block-470 {
  background-color: #012b32;
  border-radius: 8px;
  padding: 30px;
}

.heading-17 {
  color: #fff;
  margin-top: 0;
  font-family: Inter, sans-serif;
}

.text-field-2 {
  border: 1px #000;
  border-radius: 2px;
  height: 42px;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.submit-button-2 {
  background-color: #ed6d29;
  border: 1px #000;
  border-radius: 2px;
  width: 100%;
  height: 42px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all .175s;
}

.submit-button-2:hover {
  color: #012b32;
  background-color: #fff;
}

.section-23 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-471 {
  height: 500px;
}

.image-333 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-472 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 0;
  display: flex;
}

.text-block-215 {
  color: #012b32;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.heading-18 {
  color: #ed6d29;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2em;
}

.section-24 {
  padding-top: 0;
  padding-bottom: 40px;
}

.container2 {
  width: 80%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-block {
  font-family: Inter, sans-serif;
}

.rich-text-block.margin-top {
  margin-top: 24px;
}

.section-25 {
  background-color: #f5f5f5;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-473 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: stretch;
  display: grid;
}

.div-block-474 {
  background-color: #fff;
  border-radius: 8px;
  padding: 50px;
}

.form-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-block {
  margin-bottom: 0;
}

.text-field-3 {
  color: #151515;
  border: 1px solid #d6d6d6;
  border-radius: 8px;
  height: 46px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.field-label {
  margin-bottom: 12px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.textarea {
  color: #151515;
  border: 1px solid #d7d7d7;
  border-radius: 8px;
  min-height: 120px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.submit-button-3 {
  background-color: #ed6d29;
  border-radius: 8px;
  height: 46px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 500;
  transition: all .175s;
}

.submit-button-3:hover {
  background-color: #012b32;
}

.heading-19 {
  margin-top: 12px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 1.2em;
}

.text-block-216 {
  color: #ed6d29;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.text-block-217 {
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.div-block-475 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-218 {
  color: #ed6d29;
  width: 26px;
  font-family: "Fa 300", sans-serif;
  font-size: 22px;
}

.div-block-476 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin-bottom: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.section-26 {
  background-color: #012b32;
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block-477 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-477.projecten {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr .8fr;
}

.heading-20 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2em;
}

.section-27 {
  padding-top: 24px;
  padding-bottom: 24px;
  overflow: hidden;
}

.div-block-478 {
  background-color: #fff;
  background-image: url('../images/folieman-team-aan-het-werk_1.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
}

.div-block-479 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  min-width: 275px;
  padding: 24px;
  display: flex;
}

.div-block-479._2 {
  min-width: 350px;
}

.div-block-480 {
  color: #ed6d29;
  background-color: #f5f5f5;
  border-radius: 8px;
  padding: 10px 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.section-28 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-29 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.section-30 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-481 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-482 {
  border-left: 1px solid #000;
  padding-top: 16px;
  padding-left: 32px;
  padding-right: 32px;
}

.heading-21 {
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.3em;
}

.paragraph-11 {
  color: #000;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
}

.section-31 {
  background-color: #f3f5f4;
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block-483 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-484 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 8px;
  padding: 24px;
  display: flex;
}

.div-block-485 {
  background-color: #f3f5f4;
  border-radius: 6px;
  width: 150px;
  height: 200px;
  overflow: hidden;
}

.div-block-485.lesley {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.image-334 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-334.lesley {
  width: 200%;
  min-width: 130%;
  height: 140%;
}

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

.heading-22 {
  color: #000;
  margin-top: 0;
  margin-bottom: 4px;
  font-family: Inter, sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.2em;
}

.text-block-219 {
  color: #00000075;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
}

.link-block-9 {
  color: #012b32;
  font-family: Inter, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.link-block-9:hover {
  text-decoration: underline;
}

.div-block-487 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-220 {
  width: 22px;
  font-family: "Fa 300", sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.div-block-488 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin-top: 12px;
  display: flex;
}

.div-block-489 {
  margin-bottom: 50px;
}

.section-32 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-33 {
  background-color: #012b32;
  height: 475px;
  padding-top: 50px;
  padding-bottom: 0;
}

.heading-23 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.div-block-490 {
  width: 750px;
  margin: 50px auto -40px;
}

.div-block-491 {
  height: 400px;
  margin-top: 0;
}

.section-34 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.lightbox-link-2 {
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-335 {
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  height: 100%;
}

.bold-text {
  color: #fff;
}

.section-35 {
  background-color: #f2f5f4;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-492 {
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.div-block-493 {
  border-radius: 6px;
  height: 175px;
  overflow: hidden;
}

.image-336 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-494 {
  padding-top: 24px;
}

.div-block-494._2 {
  padding-top: 0;
}

.paragraph-12 {
  font-family: Inter, sans-serif;
}

.div-block-495 {
  padding-bottom: 40px;
}

.div-block-495.center {
  text-align: center;
}

.section-36 {
  background-color: #012b32;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.div-block-496 {
  background-image: linear-gradient(90deg, #012b32, #fff0 90%), url('../images/fabrieksgarantie-900x600_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-496.woning {
  background-image: linear-gradient(90deg, #012b32, #fff0 90%), url('../images/particuliere-woning-ramen-tinten-folie_1.avif');
}

.div-block-496.lichtstraat {
  background-image: linear-gradient(90deg, #012b32, #fff0 90%), url('../images/lichtstraten_1.avif');
}

.div-block-496.gebouwen {
  background-image: linear-gradient(90deg, #012b32, #fff0 90%), url('../images/20220510_115630.avif');
}

.div-block-496.isolerende {
  background-image: linear-gradient(90deg, #012b32, #fff0 90%), url('../images/Isolerendefolie_1.avif');
}

.div-block-496.interieur {
  background-image: linear-gradient(90deg, #012b32, #fff0 90%), url('../images/interieurfolie_1.avif');
}

.div-block-496.privacy {
  background-image: linear-gradient(90deg, #012b32, #fff0 90%), url('../images/privacyfolie_1.avif');
}

.div-block-496.inbraakwerend {
  background-image: linear-gradient(90deg, #012b32, #fff0 90%), url('../images/Inbraakwerendefolie_1.avif');
}

.div-block-496.anti-vandalisme {
  background-image: linear-gradient(90deg, #012b32, #fff0 90%), url('../images/Antivandalismefolie-1024x512_1.avif');
}

.div-block-496.offerte {
  background-image: linear-gradient(90deg, #012b32, #fff0 90%), url('../images/folieman-team-aan-het-werk_1.avif');
  background-position: 0 0, 50%;
}

.div-block-496.auto {
  background-image: linear-gradient(90deg, #012b32, #fff0 90%), url('../images/20220608_102444.avif');
}

.div-block-496.tip {
  background-image: linear-gradient(90deg, #012b32, #fff0 90%), url('../images/Zwoele-werkdag-in-de-zon.png');
}

.div-block-496.serre {
  background-image: linear-gradient(90deg, #012b32, #fff0 90%), url('../images/20190411_151018test1_1.avif');
}

.div-block-496.isolatie {
  background-image: linear-gradient(90deg, #012b32, #fff0 90%), url('../images/folieman-isolerende-raamfolie.png');
}

.div-block-497 {
  z-index: 1;
  position: relative;
}

.lightbox-link-3 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-498 {
  grid-column-gap: 64px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-221 {
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 1.4em;
}

.text-block-222 {
  color: #ed6d29;
  font-family: "Fa Sharp 400", sans-serif;
  font-size: 24px;
}

.text-block-222.rood {
  color: #ff0b0b;
}

.text-block-222.groen {
  color: #09b614;
}

.div-block-499 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-38 {
  background-color: #f2f4f3;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-501 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-502 {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.section-39, .section-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-40.dark {
  background-color: #012b32;
}

.form-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-507 {
  background-color: #012b3214;
  border-left: 4px solid #012b32;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 16px 19px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.div-block-507.orange {
  background-color: #e76c2a;
  border-left-style: none;
  border-left-color: #fff;
}

.div-block-508 {
  border: 1px solid #d7d7d7;
  border-top-style: none;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 20px;
}

.div-block-508.white {
  background-color: #fff;
}

.text-block-224 {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.div-block-509 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.text-field-4 {
  color: #012b32;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
}

.text-block-225 {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.select-field {
  color: #012b32;
  background-color: #f5f5f5;
  border: 1px solid #d7d7d7;
  border-radius: 6px;
  height: 48px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
}

.div-block-510 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-bottom: 8px;
  display: flex;
}

.div-block-510.margin-top {
  margin-top: 10px;
}

.div-block-511 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 6px;
  display: grid;
}

.checkbox-field {
  margin-bottom: 0;
  padding-left: 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.checkbox {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  margin-right: 12px;
}

.div-block-512 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.textarea-2 {
  color: #012b32;
  border: 1px solid #d7d7d7;
  border-radius: 6px;
  min-height: 200px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
}

.submit-button-4 {
  background-color: #ed6d29;
  border-radius: 6px;
  height: 52px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: all .175s;
}

.submit-button-4:hover {
  background-color: #012b32;
}

.image-337 {
  width: 100%;
  max-width: 36px;
}

.link-3 {
  color: #fff;
  text-decoration: none;
}

.div-block-513 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-41 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Naamloze-afbeelding5.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 250px;
  display: flex;
}

.heading-24 {
  color: #fff;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  line-height: 1.2em;
}

.section-42 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.section-42._2 {
  background-color: #f7f7f7;
}

.div-block-514 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.heading-25 {
  margin-top: 4px;
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.heading-25._2 {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-515 {
  border-radius: 20px;
  height: 500px;
  overflow: hidden;
}

.image-338 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-block-226 {
  color: #ed6d29;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.rich-text-block-2 {
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.div-block-516 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 16px;
  display: flex;
}

.text-block-227 {
  font-family: Poppins, sans-serif;
  font-size: 15px;
}

.div-block-517 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-228 {
  color: #ed6d29;
  font-family: "Fa 400", sans-serif;
  font-size: 22px;
}

.div-block-518 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.button-10 {
  background-color: #ed6d29;
  border: 1px solid #ed6d29;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.button-10:hover {
  background-color: #012b32;
  border-color: #012b32;
}

.button-10._2 {
  color: #ed6d29;
  background-color: #fff;
}

.button-10._2:hover {
  color: #012b32;
}

.button-10._2._3 {
  background-color: #f7f7f7;
}

.div-block-519 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.div-block-520 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-521 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-229 {
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.4em;
}

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

.section-43 {
  background-color: #012b32;
  border-bottom: 1px #ededed;
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block-522 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-230 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.heading-26 {
  color: #fff;
  text-shadow: 0 0 20px #5ce3f06b;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.section-44 {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}

.div-block-523 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-524 {
  background-color: #dedede;
  border-bottom-left-radius: 20px;
  width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.heading-27 {
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  line-height: 1.2em;
}

.heading-27.center {
  text-align: center;
}

.heading-27.wit {
  color: #fff;
}

.paragraph-13 {
  font-family: Poppins, sans-serif;
}

.image-339 {
  object-fit: cover;
  object-position: 0% 100%;
  width: 100%;
  height: 100%;
}

.section-45 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.div-block-525 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-526 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-527 {
  background-color: #ededed;
  border-radius: 20px;
  width: 100%;
  padding: 30px;
}

.heading-28 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
}

.div-block-528 {
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.text-block-231 {
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.text-block-232 {
  font-family: Poppins, sans-serif;
  font-size: 15px;
}

.paragraph-14 {
  text-align: center;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
}

.div-block-529 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.div-block-530 {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 32px;
  display: flex;
}

.paragraph-15 {
  color: #fff;
  text-align: center;
  margin-top: 23px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.fs-table_instance {
  display: block;
}

.fs-table_header {
  text-align: left;
  border: 1px solid #ddd;
  padding: 8px;
}

.fs-table_row {
  text-align: left;
  border: 1px solid #ddd;
}

.fs-table_head {
  background-color: #f3f3f3;
}

.fs-table_cell {
  text-align: left;
  border: 1px solid #ddd;
  padding: 8px;
}

.fs-table_table {
  text-align: left;
  border-collapse: collapse;
  border: 1px solid #ddd;
  width: 100%;
}

.section-46 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  min-height: 375px;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.heading-29 {
  color: #fff;
  background-color: #ed6d29;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 11px 20px;
  font-family: Poppins, sans-serif;
  font-size: 42px;
  font-weight: 600;
}

.div-block-531 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 25%;
  display: flex;
}

.paragraph-16 {
  color: #fff;
  background-color: #012b32;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-bottom: 0;
  padding: 12px 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 1.8em;
}

.section-47 {
  background-color: #f8f8f8;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.text-block-233 {
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Fa Sharp 400", sans-serif;
  font-size: 11px;
}

.link-4 {
  color: #012b32;
  font-family: Poppins, sans-serif;
  text-decoration: none;
}

.link-4.w--current {
  font-weight: 500;
}

.fs-toc_richtext {
  font-family: Inter, sans-serif;
  line-height: 1.6em;
}

.fs-toc_link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #012b32;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: .25rem;
  margin-bottom: 0;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.fs-toc_link.w--current {
  color: #ed6d29;
}

.fs-toc_link.is-h6 {
  color: #ccc;
  font-size: .875rem;
}

.fs-toc_link.is-h6.w--current {
  color: #eaffbb;
}

.fs-toc_link.is-h3 {
  color: #ccc;
  letter-spacing: .025rem;
  font-size: .875rem;
}

.fs-toc_link.is-h3.w--current {
  color: #eaffbb;
}

.fs-toc_link.is-h5 {
  color: #ccc;
  font-size: .875rem;
}

.fs-toc_link.is-h5.w--current {
  color: #eaffbb;
}

.fs-toc_link.is-h4 {
  color: #ccc;
  font-size: .875rem;
}

.fs-toc_link.is-h4.w--current {
  color: #eaffbb;
}

.fs-toc_link-content {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-small {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}

.heading-small.text-color-white {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.fs-toc_label {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #012b32;
  border-radius: 4px;
  padding: .15rem .35rem .125rem .4rem;
  font-family: "Fa Sharp 400", sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: inline-block;
}

.fs-toc_example {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.fs-toc_sidebar {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #1a1a1a;
  border-left: 1px dashed #dedede;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  width: 30%;
  padding: 0 0 0 32px;
  display: flex;
  position: sticky;
  top: 130px;
}

.fs-toc_h-trigger {
  display: none;
}

.fs-toc_link-wrapper {
  color: #f5f5f5;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  overflow: hidden;
}

.fs-toc_link-wrapper.is-h4 {
  border-left: 1px dashed #dedede;
  padding-left: .75rem;
}

.fs-toc_link-wrapper.is-h2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px #dedede;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.fs-toc_link-wrapper.is-h5, .fs-toc_link-wrapper.is-h6, .fs-toc_link-wrapper.is-h3 {
  border-left: 1px dashed #dedede;
  padding-left: .75rem;
}

.section-49 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-51 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.heading-30 {
  text-align: left;
  margin-top: 0;
  font-family: Poppins, sans-serif;
}

.text-block-234 {
  color: #777;
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.div-block-539 {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px;
  max-width: 900px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
}

.text-block-235 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.div-block-540 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.heading-31 {
  color: #fff;
  font-family: Poppins, sans-serif;
}

.text-span-8 {
  color: #ffffffa8;
}

.textarea-3 {
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  min-height: 120px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
}

.section-52 {
  background-color: #f5f5f5;
  padding-top: 70px;
  padding-bottom: 70px;
}

.section-52._2 {
  background-color: #f1f0e9;
}

.div-block-541 {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-236 {
  color: #fff;
  text-align: center;
  background-color: #ed6d29;
  border-radius: 4px;
  margin-top: 20px;
  margin-bottom: 12px;
  padding: 5px 14px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.paragraph-17 {
  text-align: center;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
}

.section-53 {
  border-bottom: 1px solid #eee;
  padding-top: 24px;
  padding-bottom: 24px;
}

.image-340 {
  height: 24px;
  margin-top: 4px;
}

.bold-text-2 {
  color: #000;
  font-weight: 600;
}

.div-block-542 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 32px;
  display: grid;
}

.div-block-543 {
  border-radius: 4px;
  overflow: hidden;
}

.section-54 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block-544 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  display: grid;
}

.heading-32 {
  font-family: Poppins, sans-serif;
  font-size: 32px;
}

.paragraph-18 {
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
}

.div-block-545 {
  border: 1px solid #dedede;
  border-radius: 20px;
  overflow: hidden;
}

.div-block-546 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.section-55 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-56 {
  background-color: #f8f7f7;
  padding-top: 24px;
  padding-bottom: 50px;
  overflow: hidden;
}

.mask-2 {
  max-width: 525px;
  height: auto;
  overflow: visible;
}

.slider-3 {
  background-color: #0000;
  height: 100%;
}

.div-block-547 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border: 1px solid #e9e3de;
  border-radius: 20px;
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.div-block-548 {
  border-radius: 12px;
  flex-flow: column;
  min-height: 300px;
  display: flex;
  overflow: hidden;
}

.slide-nav-3 {
  display: none;
}

.lightbox-link-4 {
  flex: 1;
  width: 100%;
  height: 100%;
  max-height: 300px;
  position: relative;
}

.image-341 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 300px;
  position: absolute;
  inset: 0%;
}

.div-block-549 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #f8f7f7;
  border: 1px solid #e9e3de;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  height: 46px;
  padding: 5px 16px;
  display: flex;
}

.div-block-550 {
  display: flex;
}

.text-block-237 {
  font-family: Poppins, sans-serif;
  font-size: 10px;
}

.div-block-551 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: 1px solid #e9e3de;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px;
  display: flex;
  position: absolute;
  inset: 12px 12px auto auto;
}

.text-block-238 {
  color: #012b32;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 16px;
}

.text-block-239 {
  color: #012b32;
  font-family: Poppins, sans-serif;
}

.slide-3 {
  margin-right: 24px;
}

.div-block-569 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  max-width: 700px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-570 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-88 {
  color: #000;
  margin-top: 16px;
  margin-bottom: 6px;
  font-family: Poppins, sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.3em;
}

.paragraph-19 {
  margin-top: 20px;
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: 1.6em;
}

.button-40 {
  background-color: #ed6e2a;
  border-radius: 4px;
  margin-top: 8px;
  padding: 14px 30px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
}

.button-40:hover {
  background-color: #2b7594;
  border-radius: 12px;
}

.div-block-571 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 20px;
  margin-bottom: 24px;
  display: flex;
}

.div-block-572 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-572._3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.text-block-240 {
  color: #000;
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: 1.6em;
}

.text-block-240._2 {
  font-size: 14px;
}

.text-block-240._3 {
  font-size: 12px;
}

.text-block-240._3.wit {
  color: #fff;
}

.text-block-241 {
  color: #3d970c;
  font-family: "Fa Sharp 400", sans-serif;
  font-size: 20px;
}

.text-block-241.oranje {
  color: #ed6e2a;
}

.text-block-241._3 {
  font-size: 18px;
}

.section-57 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block-573 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-574 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-89 {
  text-align: center;
  font-family: Poppins, sans-serif;
}

.div-block-575 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  background-color: #29b314;
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 24px;
  padding: 20px;
  font-family: Poppins, sans-serif;
  display: flex;
}

.section-58 {
  padding-top: 41px;
  padding-bottom: 41px;
}

.div-block-576 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-577 {
  background-color: #ffffff1f;
  border: 1px solid #ffffff1f;
  border-radius: 8px;
  padding: 0;
  overflow: hidden;
}

.div-block-578 {
  border-bottom: 1px solid #ffffff1f;
  justify-content: flex-start;
  align-items: center;
  height: 64px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.div-block-579 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  min-height: 200px;
  padding: 20px;
  display: flex;
}

.heading-90 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

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

.section-59 {
  background-color: #002a30;
  padding-top: 50px;
  padding-bottom: 50px;
}

.heading-91 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
}

.heading-91.donker {
  color: #012b32;
  margin-bottom: 32px;
}

.heading-91.margin-bottom {
  margin-top: 20px;
  margin-bottom: 32px;
}

.text-block-242 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.text-block-243 {
  color: #fff;
  font-size: 15px;
  line-height: 1.6em;
}

.text-span-10 {
  padding-right: 7px;
  font-family: "Fa Sharp 300", sans-serif;
  font-size: 18px;
}

.link-block-12 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #012b32;
  background-color: #fff;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link-block-12:hover {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding-right: 16px;
}

.text-block-245 {
  font-family: "Fa 400", sans-serif;
}

.div-block-580 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 700px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-20 {
  margin-top: 12px;
  padding-top: 0;
}

.section-60 {
  padding-top: 50px;
  padding-bottom: 50px;
  display: none;
}

.div-block-565 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 32px;
  margin-bottom: 32px;
  display: grid;
}

.div-block-566 {
  height: 400px;
  transform: rotate(3deg);
}

.div-block-566.flip {
  margin-top: 24px;
  transform: rotate(-3deg);
}

.div-block-567 {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image-364 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-581 {
  margin-top: 50px;
}

.div-block-582 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-246 {
  color: #fff;
  font-family: Poppins, sans-serif;
  line-height: 1.6em;
}

.text-span-11 {
  color: #ed6e2a;
}

.section-61 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.heading-92 {
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4em;
}

.image-365 {
  min-width: 110px;
}

.image-366 {
  width: 90px;
  min-width: 100px;
}

.image-367 {
  min-width: 110px;
}

.image-368 {
  width: 90px;
  min-width: 90px;
}

.image-369 {
  min-width: 100px;
}

.image-370 {
  width: 110px;
}

.image-371 {
  min-width: 110px;
}

.section-62 {
  background-color: #002b32;
  padding-top: 0;
  padding-bottom: 0;
}

.section-62.v2 {
  margin-top: 70px;
}

.div-block-583 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-584 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.div-block-584._2 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.heading-93 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 44px;
  line-height: 1.2em;
}

.paragraph-21 {
  color: #fff;
  font-family: Poppins, sans-serif;
}

.bold-text-3 {
  color: #ed6e2a;
  font-weight: 600;
}

.div-block-585 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  max-height: 550px;
  display: none;
  overflow: hidden;
}

.div-block-585.desktop {
  display: flex;
}

.div-block-586 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 33.3%;
  display: flex;
}

.div-block-586._2 {
  margin-top: 200px;
}

.div-block-587 {
  background-color: #fff;
  border: 8px solid #fff;
  border-radius: 8px;
  width: 100%;
  height: 200px;
  min-height: 200px;
}

.image-372 {
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: 100%;
}

.div-block-588 {
  grid-column-gap: 54px;
  grid-row-gap: 54px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-589 {
  padding-top: 0;
  padding-bottom: 24px;
}

.section-63 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block-590 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph-22 {
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: 1.8em;
}

.heading-94 {
  margin-top: 8px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  line-height: 1.3em;
}

.div-block-591 {
  margin-bottom: 32px;
}

.text-block-247 {
  color: #ed6e2a;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2em;
}

.text-span-12 {
  color: #000;
  font-weight: 600;
}

.section-64 {
  background-color: #f7f7f6;
  padding-top: 0;
  padding-bottom: 0;
}

.image-373 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.heading-95 {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  line-height: 1.2em;
}

.div-block-592 {
  grid-column-gap: 54px;
  grid-row-gap: 54px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-593 {
  border: 1px solid #dedede;
  border-radius: 8px;
  padding: 40px;
}

.form-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.field-label-2 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.text-field-5 {
  color: #012b32;
  border: 1px solid #dedede;
  border-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
}

.text-span-13 {
  color: #ed6e2a;
}

.textarea-4 {
  color: #012b32;
  border: 1px solid #dedede;
  border-radius: 4px;
  min-height: 120px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
}

.submit-button-5 {
  background-color: #ed6e2a;
  border-radius: 4px;
  height: 50px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 600;
  transition: all .2s;
}

.submit-button-5:hover {
  background-color: #012b32;
}

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

.div-block-594 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  padding-top: 24px;
  display: flex;
}

.button-41 {
  background-color: #ed6e2a;
  border-radius: 4px;
  padding: 13px 20px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 600;
  transition: all .2s;
}

.button-41:hover {
  background-color: #ff823e;
}

.div-block-595 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 24px;
  display: flex;
}

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

.heading-96 {
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 1.2em;
}

.link-block-13 {
  display: none;
}

.section-65 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block-597 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.div-block-598 {
  border-radius: 8px;
  height: 400px;
  min-height: 300px;
  overflow: hidden;
}

.heading-97 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  line-height: 1.2em;
}

.image-374 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.button-42 {
  background-color: #ed6e2a;
  border-radius: 4px;
  padding: 12px 24px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: all .2s;
}

.button-42:hover {
  background-color: #012b32;
}

.section-66 {
  background-color: #f3f5f4;
  justify-content: flex-start;
  align-items: center;
  height: 42px;
  display: flex;
}

.section-67 {
  height: 100svh;
}

.div-block-599 {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-600 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-248 {
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.text-block-249 {
  color: #ed6e2a;
  font-family: "Fa 400", sans-serif;
  font-size: 18px;
}

.paragraph-23 {
  margin-top: 24px;
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
}

.div-block-601 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-250 {
  color: #ed6e2a;
  margin-bottom: 12px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.div-block-107 {
  margin-top: 20px;
}

.section-68 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.checkbox-label-2 {
  opacity: 0;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-119 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-114 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 1px solid #d3dce7;
  border-radius: 12px;
  flex-flow: column;
  padding: 30px;
  display: flex;
}

.checkbox-label-3 {
  margin-bottom: 0;
}

.container-3 {
  width: 90%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.checkbox-2 {
  background-color: #d3dce6;
  border: 1px solid #d3dce6;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: 0;
}

.div-block-104 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 16px;
  display: flex;
}

.text-block-251 {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 1.6em;
}

.step-indicator-item {
  z-index: 1;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 12px;
  display: flex;
  position: relative;
}

.div-block-118 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.checkbox-field-2 {
  border: 1px solid #d3dce6;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  height: 68px;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
  position: relative;
}

.link-block-14 {
  color: #fff;
  background-color: #ed6e2a;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  font-family: "Fa 300", sans-serif;
  font-size: 12px;
  text-decoration: none;
  display: flex;
}

.div-block-116 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-110 {
  padding-bottom: 12px;
}

.div-block-117 {
  flex-flow: column;
  display: flex;
}

.div-block-115 {
  border-bottom: 1px solid #d3dce6;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.text-block-252 {
  margin-top: 4px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
}

.div-block-113 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 12px;
  display: flex;
}

.step-gegevens, .step-plafonds {
  background-color: #fff;
  border: 1px solid #d3dce6;
  border-radius: 12px;
  padding: 30px;
}

.step-indicator-circle {
  color: #fff;
  background-color: #666;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  display: flex;
}

.div-block-111 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 8px;
  display: grid;
}

.div-block-111.no-top-margin {
  margin-top: 0;
}

.div-block-111.more-magin {
  margin-top: 16px;
}

.text-block-253 {
  font-family: "Fa 400", sans-serif;
}

.text-block-253.flip {
  transform: rotate(180deg);
}

.checkbox-field-3 {
  color: #151515;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  display: flex;
}

.checkbox-field-3.hidden {
  display: none;
}

.div-block-101 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 350px;
  min-height: 500px;
  padding: 0;
  display: flex;
}

.checkbox-3 {
  width: 16px;
  height: 16px;
  margin: 0 12px 1px 0;
}

.text-block-254 {
  font-family: Poppins, sans-serif;
  font-size: 12px;
  line-height: 1em;
}

.select-field-3 {
  color: #151515;
  background-color: #fff;
  border: 1px solid #d3dce6;
  border-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 12px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
}

.div-block-604 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.text-block-255 {
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.div-block-108 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-end;
  padding-top: 13px;
  display: flex;
}

.text-block-256 {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.text-field-6 {
  border: 1px solid #d3dce6;
  border-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding-left: 20px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
}

.text-block-257 {
  font-family: Poppins, sans-serif;
  font-size: 10px;
}

.step-huistype {
  background-color: #fff;
  border: 1px solid #d3dce6;
  border-radius: 12px;
  padding: 30px;
}

.div-block-100 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  display: flex;
}

.div-block-605 {
  justify-content: space-between;
  align-items: center;
  height: 44px;
  display: flex;
  position: relative;
}

.text-block-258 {
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.div-block-120 {
  color: #e8541e;
  background-color: #e8541e1a;
  border: 1px solid #e8541e1a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  font-family: "Fa 400", sans-serif;
  font-size: 12px;
  display: flex;
}

.div-block-106 {
  background-color: #d3dce633;
  border: 1px solid #d3dce6;
  border-radius: 4px;
  flex-flow: column;
  padding: 30px;
  display: flex;
}

.div-block-106.hidden {
  display: none;
}

.text-block-259 {
  font-size: 15px;
  font-weight: 600;
}

.step-wanden {
  background-color: #fff;
  border: 1px solid #d3dce6;
  border-radius: 12px;
  padding: 30px;
}

.textarea-5 {
  color: #151515;
  border: 1px solid #d3dce6;
  border-radius: 4px;
  min-height: 125px;
  margin-bottom: 0;
  padding: 16px 20px 20px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  line-height: 1.6em;
}

.textarea-5::placeholder {
  color: #666;
}

.div-block-105 {
  font-family: Poppins, sans-serif;
}

.link-block-15 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  background-color: #ed6e2a;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 14px 30px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.link-block-15.secondary {
  background-color: #012b32;
}

.text-block-260 {
  color: #fff;
  background-color: #ed6e2a;
  border-radius: 2px;
  padding: 2px 10px;
  font-family: Poppins, sans-serif;
  font-size: 10px;
  font-weight: 500;
  position: absolute;
  inset: -12px -6px auto auto;
}

.div-block-109 {
  position: relative;
}

.div-block-99 {
  background-color: #666;
  width: 100%;
  height: 1px;
  margin-bottom: 13px;
  position: absolute;
}

.div-block-103 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-261 {
  color: #777;
  font-size: 10px;
  font-weight: 400;
}

.div-block-112 {
  margin-top: 24px;
}

.text-field-7 {
  color: #151515;
  border: 1px solid #d3dce6;
  border-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding-left: 20px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
}

.text-field-7::placeholder {
  color: #666;
}

.div-block-606 {
  border: 1px solid #d3dce6;
  border-radius: 4px;
  padding: 20px;
}

.div-block-606.hidden {
  display: none;
}

.div-block-607 {
  height: 250px;
  overflow: hidden;
}

.image-375 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.radio-button-2 {
  background-color: #fff;
  border: 1px solid #d3dce6;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.radio-button-2.w--redirected-checked {
  border-width: 2px;
  border-color: #ed6f2a;
  box-shadow: 0 2px 5px #0000;
}

.radio-button-field-2 {
  justify-content: center;
  align-items: center;
  height: 70px;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.div-block-608 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 12px;
  display: grid;
}

.radio-button-label-2 {
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  position: absolute;
}

.text-block-262 {
  color: #777;
  text-align: center;
  margin-top: 24px;
  font-family: Poppins, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.2em;
  position: absolute;
}

.div-block-609 {
  margin-top: 20px;
}

.div-block-610 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.huistype1 {
  color: #fff;
  background-color: #666;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  display: flex;
}

.div-block-611 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 16px;
  display: flex;
}

.text-block-263 {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 1.6em;
}

.div-block-612 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.wanden2 {
  color: #fff;
  background-color: #666;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  display: flex;
}

.checkbox-field-4 {
  border: 1px solid #d3dce6;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  height: 68px;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
  position: relative;
}

.text-block-264 {
  font-family: "Fa 400", sans-serif;
}

.text-block-264.flip {
  transform: rotate(180deg);
}

.div-block-613 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-614 {
  padding-bottom: 12px;
}

.div-block-615 {
  flex-flow: column;
  display: flex;
}

.div-block-616 {
  border-bottom: 1px solid #d3dce6;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.text-block-265 {
  margin-top: 4px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
}

.step-plafonds-2 {
  background-color: #fff;
  border: 1px solid #d3dce6;
  border-radius: 12px;
  padding: 30px;
}

.text-block-266 {
  font-family: Poppins, sans-serif;
  font-size: 12px;
  line-height: 1em;
}

.step-huistype-2 {
  background-color: #fff;
  border: 1px solid #d3dce6;
  border-radius: 12px;
  padding: 30px;
}

.container-4 {
  width: 90%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-926 {
  background-color: #fff;
  border: 1px solid #d3dce6;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.div-block-927 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 8px;
  display: grid;
}

.div-block-927.no-top-margin {
  margin-top: 0;
}

.div-block-927.more-magin {
  margin-top: 16px;
}

.afronden5 {
  color: #fff;
  background-color: #666;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  display: flex;
}

.link-block-16 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  background-color: #e8531e;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 14px 30px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.select-field-4 {
  color: #151515;
  background-color: #fff;
  border: 1px solid #d3dce6;
  border-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 12px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
}

.link-block-43 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  background-color: #ed6e2a;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 14px 30px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.link-block-43.secondary {
  background-color: #012b32;
}

.div-block-928 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.text-block-267 {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.text-field-8 {
  border: 1px solid #d3dce6;
  border-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding-left: 20px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
}

.text-block-268 {
  font-family: Poppins, sans-serif;
  font-size: 10px;
}

.div-block-929 {
  justify-content: space-between;
  align-items: center;
  height: 44px;
  display: flex;
  position: relative;
}

.div-block-930 {
  z-index: 1;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 12px;
  display: flex;
  position: relative;
}

.div-block-931 {
  background-color: #d3dce633;
  border: 1px solid #d3dce6;
  border-radius: 4px;
  flex-flow: column;
  padding: 30px;
  display: flex;
}

.paragraph-10 {
  text-align: left;
  margin-top: 16px;
}

.section-69 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.div-block-932 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  display: flex;
}

.div-block-933 {
  color: #e8541e;
  background-color: #e8541e1a;
  border: 1px solid #e8541e1a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  font-family: "Fa 400", sans-serif;
  font-size: 12px;
  display: flex;
}

.link-block-44 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  background-color: #ed6e2a;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 14px 30px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.link-block-44.secondary {
  background-color: #012b32;
}

.text-block-269 {
  font-size: 15px;
  font-weight: 600;
}

.div-block-934 {
  justify-content: flex-end;
  padding-top: 13px;
  display: flex;
}

.text-block-270 {
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-block-270.left {
  text-align: left;
  line-height: 1.4em;
}

.div-block-935 {
  font-family: Poppins, sans-serif;
}

.div-block-936 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-937 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 350px;
  min-height: 500px;
  padding: 0;
  display: flex;
}

.step-gegevens-2 {
  background-color: #fff;
  border: 1px solid #d3dce6;
  border-radius: 12px;
  padding: 30px;
}

.text-block-271 {
  color: #fff;
  background-color: #e8531e;
  border-radius: 2px;
  padding: 2px 10px;
  font-family: Poppins, sans-serif;
  font-size: 10px;
  font-weight: 500;
  position: absolute;
  inset: -12px -6px auto auto;
}

.success-message {
  background-color: #0000;
  padding: 0;
}

.div-block-938 {
  position: relative;
}

.plafonds3 {
  color: #fff;
  background-color: #666;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  display: flex;
}

.link-block-45 {
  color: #fff;
  background-color: #e8541e;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 26px;
  min-width: 26px;
  height: 26px;
  font-family: "Fa 300", sans-serif;
  font-size: 12px;
  text-decoration: none;
  display: flex;
}

.link-block-46 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  background-color: #ed6e2a;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 14px 30px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.link-block-46.secondary {
  background-color: #012b32;
}

.text-block-272 {
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.div-block-939 {
  background-color: #666;
  width: 100%;
  height: 1px;
  margin-bottom: 13px;
  position: absolute;
}

.div-block-940 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 1px solid #d3dce7;
  border-radius: 12px;
  flex-flow: column;
  padding: 30px;
  display: flex;
}

.text-block-273 {
  color: #777;
  font-size: 10px;
  font-weight: 400;
}

.div-block-941 {
  margin-top: 24px;
}

.gegevens4 {
  color: #fff;
  background-color: #666;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  display: flex;
}

.step-wanden-2 {
  background-color: #fff;
  border: 1px solid #d3dce6;
  border-radius: 12px;
  padding: 30px;
}

.section-70 {
  background-color: #0e2439;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.div-block-942 {
  z-index: 2;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.heading-98 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.3em;
}

.text-span-14 {
  color: #ff9831;
  text-decoration: underline;
}

.paragraph-24 {
  color: #fffc;
  margin-top: 16px;
  font-family: Poppins, sans-serif;
}

.text-span-15 {
  color: #fff;
  font-weight: 500;
}

.text-block-274 {
  color: #ff9931;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.div-block-943 {
  background-color: #ff9931;
  width: 24px;
  height: 2px;
}

.div-block-944 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-block-47 {
  color: #fff;
  background-color: #e78929;
  border: 1px solid #e78a2a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 54px;
  padding: 12px 30px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link-block-47:hover {
  background-color: #ffa243;
  border-color: #ffa243;
}

.link-block-47.secondary {
  background-color: #0000;
  border: 1px solid #fff;
}

.link-block-47.secondary:hover {
  color: #0d2539;
  background-color: #fff;
}

.link-block-47._2 {
  transition: all .2s;
}

.link-block-47._2:hover {
  background-color: #ffa243;
  border-color: #ffa243;
}

.div-block-945 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-top: 32px;
  text-decoration: none;
  display: flex;
}

.div-block-946 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 1px solid #ffffff3d;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 32px;
  padding-top: 32px;
  display: grid;
}

.div-block-947 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-948 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-275 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1em;
}

.text-block-276 {
  color: #ffffffb3;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  line-height: 1.6em;
}

.text-block-277 {
  color: #ff9931;
  font-family: "Fa Sharp 300", sans-serif;
  font-size: 30px;
  line-height: 1em;
}

.div-block-949 {
  background-color: #fbf8f3;
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  padding: 40px;
  display: flex;
  position: relative;
}

.div-block-949.wit {
  background-color: #fff;
  border: 1px solid #e2e4e7;
}

.form-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-field-9 {
  color: #000;
  border: 1px solid #e2e5e8;
  border-radius: 8px;
  height: 50px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.text-field-9::placeholder {
  color: #777;
}

.field-label-3 {
  color: #000;
  margin-bottom: 8px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.div-block-950 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.select-field-5 {
  color: #000;
  background-color: #fff;
  border: 1px solid #e3e5e8;
  border-radius: 8px;
  height: 50px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.submit-button-6 {
  background-color: #e78a2a;
  border-radius: 100px;
  height: 60px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s;
}

.submit-button-6:hover {
  background-color: #ffa344;
}

.div-block-951 {
  margin-bottom: 10px;
}

.form-block-4 {
  margin-bottom: 0;
}

.div-block-952 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  display: flex;
}

.text-block-278 {
  color: #777;
  font-family: Poppins, sans-serif;
  font-size: 12px;
}

.heading-99 {
  color: #0c2437;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  line-height: 1.2em;
}

.paragraph-25 {
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.div-block-953 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  background-color: #2f8f5b;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  height: 44px;
  padding: 5px 24px 5px 18px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: -22px auto auto 30px;
}

.text-block-279 {
  font-family: "Fa 400", sans-serif;
  font-size: 18px;
}

.text-block-280 {
  color: #777;
  font-family: "Fa 400", sans-serif;
}

.div-block-954 {
  z-index: 0;
  background-image: linear-gradient(90deg, #0d2539, #fff0), url('../images/43423421.jpg');
  background-position: 0 0, 30%;
  background-size: auto, cover;
  width: 70%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.section-71 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.heading-100 {
  color: #666;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 14px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.section-72 {
  background-color: #f8f4ed;
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block-955 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-274-copy {
  color: #d8832d;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.heading-101 {
  text-align: center;
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  line-height: 1.4em;
}

.heading-101.left {
  text-align: left;
}

.heading-101.wit {
  color: #fff;
}

.paragraph-26 {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 15px;
}

.paragraph-26.left {
  text-align: left;
}

.paragraph-26.wit {
  color: #fffc;
}

.paragraph-26.wit.margin-bottom {
  margin-bottom: 24px;
}

.div-block-956 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 16px;
  display: grid;
}

.div-block-956._4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-957 {
  background-color: #fff;
  border: 1px solid #e1e4e7;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.heading-102 {
  color: #0b2538;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4em;
}

.paragraph-27 {
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.div-block-958 {
  color: #d8832e;
  background-color: #fcf5ee;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-family: "Fa 400", sans-serif;
  font-size: 22px;
  display: flex;
}

.div-block-958._2 {
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.div-block-959 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #10293f;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  display: flex;
}

.text-block-281 {
  color: #fff;
  max-width: 60%;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6em;
}

.text-span-16 {
  color: #ff9931;
}

.section-73 {
  background-color: #0f2a3f;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-960 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-74 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block-961 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 32px;
  display: flex;
}

.div-block-962 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-963 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-103 {
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2em;
}

.div-block-964 {
  color: #e78a2a;
  background-color: #fcf5ee;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 45px;
  min-width: 45px;
  height: 45px;
  min-height: 45px;
  font-family: "Fa 400", sans-serif;
  font-size: 18px;
  display: flex;
}

.div-block-965 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
  display: inline-block;
}

.div-block-966 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid #e2e5e8;
  border-radius: 100px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 20px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  display: flex;
}

.text-block-282 {
  color: #2f8f5b;
  font-family: "Fa 400", sans-serif;
  font-size: 20px;
}

.div-block-967 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-968 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.div-block-969 {
  border-radius: 20px;
  height: 350px;
  overflow: hidden;
}

.image-376 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-970 {
  border-radius: 20px;
  height: 250px;
  overflow: hidden;
}

.image-377 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section-75 {
  background-color: #0e2437;
  padding-top: 50px;
  padding-bottom: 50px;
  display: block;
  position: relative;
}

.section-76 {
  background-color: #f9f5ef;
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block-971 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.section-77 {
  background-color: #0b1d2e;
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block-972 {
  max-width: 700px;
}

.div-block-973 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: .7fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.div-block-976 {
  border-radius: 12px;
  height: 350px;
  position: relative;
  overflow: hidden;
}

.div-block-976._2 {
  height: 167px;
}

.image-378 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-block-283 {
  z-index: 1;
  color: #fff;
  background-color: #0a1d2e;
  border: 1px solid #ffffff54;
  border-radius: 6px;
  padding: 8px 12px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  inset: auto auto 12px 12px;
}

.div-block-977 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-top: 40px;
  display: flex;
}

.div-block-978 {
  justify-content: center;
  align-items: flex-end;
  padding-left: 60%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.image-379 {
  height: 200px;
}

.section-78 {
  background-color: #f9f6f0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block-979 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-284 {
  font-family: Poppins, sans-serif;
  line-height: 1.6em;
}

.text-span-17 {
  color: #000;
  font-weight: 600;
}

.div-block-980 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-981 {
  background-color: #fff;
  border: 1px solid #e1e4e7;
  border-left: 6px solid #e78b2a;
  border-radius: 12px;
  margin-top: 40px;
  padding: 25px 30px 15px 24px;
}

.text-block-285 {
  color: #e78c2b;
  font-family: "Fa Sharp 400", sans-serif;
  font-size: 26px;
}

.navbar-3 {
  background-color: #fff;
  border-bottom: 1px solid #e3e5e8;
  justify-content: center;
  align-items: center;
  height: 70px;
  display: flex;
  position: sticky;
  top: 0;
}

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

.div-block-983 {
  background-color: #0d2539;
  justify-content: center;
  align-items: center;
  height: 32px;
  display: flex;
}

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

.div-block-985 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-block-48 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fffc;
  justify-content: flex-start;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  text-decoration: none;
  display: flex;
}

.text-block-286 {
  font-family: "Fa Sharp 400", sans-serif;
}

.nav-link-4 {
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.nav-menu-3 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-987 {
  color: #fff;
  background-color: #e78a2a;
  justify-content: center;
  align-items: center;
  height: 32px;
  font-family: Poppins, sans-serif;
  display: flex;
}

.text-block-287 {
  text-align: center;
}

.text-span-18 {
  padding-left: 4px;
  padding-right: 4px;
  font-family: "Fa Sharp 300", sans-serif;
}

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

.bold-text-4 {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}

.checkbox-label-4 {
  margin-bottom: 0;
  margin-left: 6px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 1.6em;
}

.checkbox-4 {
  width: 19px;
  height: 19px;
}

.checkbox-field-5 {
  margin-bottom: 0;
  padding-left: 20px;
}

.error-message {
  padding-top: 20px;
  padding-bottom: 20px;
}

.error-message-2 {
  border: 1px solid #e61616;
  border-radius: 4px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Poppins, sans-serif;
  line-height: 1.6em;
}

.text-span-20 {
  text-decoration: underline;
}

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

  .nav-menu {
    border-top: 1px solid #dedede;
  }

  .div-block-3 {
    width: 80%;
  }

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

  .div-block-7 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-11 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: row-reverse wrap-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .div-block-11._2 {
    flex-flow: row-reverse wrap;
  }

  .div-block-14 {
    width: 100%;
    min-height: 400px;
  }

  .div-block-47.switch {
    width: 100%;
    height: 250px;
  }

  .container1.hidden {
    display: block;
  }

  .nav-menu-2 {
    background-color: #fff;
    border-top: 1px solid #d7d7d7;
    width: 100vw;
    height: 100vh;
  }

  .div-block-59 {
    display: none;
  }

  .dropdown-toggle._2 {
    background-color: #fff;
    border-top: 1px solid #ededed;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 52px;
    display: flex;
  }

  .div-block-62 {
    display: none;
  }

  .div-block-73, .collection-list {
    grid-template-columns: 1fr;
  }

  .div-block-84 {
    height: auto;
  }

  .div-block-90 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .div-block-90.switch {
    flex-flow: wrap-reverse;
    grid-auto-flow: row;
    display: flex;
  }

  .div-block-91 {
    max-height: 300px;
  }

  .div-block-95 {
    grid-template-columns: 1fr 1fr;
  }

  .dropdown._2 {
    width: 100%;
  }

  .div-block-455, .div-block-468 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-473 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .div-block-477, .div-block-477.projecten {
    grid-template-columns: 1fr;
  }

  .div-block-478 {
    height: 200px;
    display: none;
  }

  .div-block-490 {
    width: auto;
  }

  .menu-button {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: #012b320f;
    border-radius: 6px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 50px;
    height: 50px;
    padding: 12px 13px 13px;
    display: flex;
  }

  .div-block-504 {
    background-color: #012b32;
    border-radius: 6px;
    width: 24px;
    height: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0;
  }

  .link-block-10 {
    color: #012b32;
    text-align: left;
    border-bottom: 1px solid #d7d7d7;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    font-family: Inter, sans-serif;
    font-size: 18px;
    text-decoration: none;
    display: flex;
  }

  .div-block-505 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
    display: flex;
  }

  .dropdown-2 {
    border-bottom: 1px solid #d7d7d7;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    font-family: Inter, sans-serif;
    font-size: 18px;
  }

  .dropdown-toggle-2 {
    padding: 0;
  }

  .icon-2 {
    margin-right: 0;
  }

  .dropdown-list-2 {
    background-color: #ddd0;
    padding-top: 10px;
    inset: 0% 0% auto;
  }

  .text-block-223 {
    font-family: "Fa Sharp 300", sans-serif;
  }

  .link-block-11 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    color: #012b32;
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 12px;
    font-size: 16px;
    text-decoration: none;
    display: flex;
  }

  .div-block-514 {
    grid-template-columns: 1fr;
  }

  .div-block-531 {
    padding-right: 0%;
  }

  .heading-small {
    font-size: 1.5rem;
  }

  .fs-toc_example {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap-reverse;
  }

  .fs-toc_sidebar {
    width: 100%;
    position: relative;
    top: 0;
  }

  .section-49 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-576 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .div-block-566, .div-block-566.flip {
    height: 260px;
  }

  .section-62.v2 {
    margin-top: 68px;
  }

  .div-block-583 {
    flex-flow: wrap;
    grid-template-columns: 1fr;
    display: flex;
  }

  .div-block-584 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .div-block-584._2 {
    padding-bottom: 0;
  }

  .div-block-585 {
    flex-flow: column;
    max-height: 525px;
    padding-bottom: 24px;
    display: flex;
  }

  .div-block-585.desktop {
    display: none;
  }

  .div-block-586 {
    flex-flow: row;
    width: 100%;
    margin-left: 18px;
    margin-right: 0;
  }

  .div-block-586._2 {
    margin-top: 0;
    margin-left: -19px;
  }

  .div-block-587 {
    min-width: 150px;
    height: 150px;
    min-height: 150px;
  }

  .div-block-590 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .div-block-592 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row-reverse wrap-reverse;
    display: flex;
  }

  .div-block-593 {
    width: 100%;
  }

  .div-block-596 {
    border-radius: 8px;
    overflow: hidden;
  }

  .link-block-13 {
    color: #012b32;
    background-color: #fff;
    border-bottom: 1px solid #dedede;
    padding: 14px 20px;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
  }

  .menu-button-2 {
    border: 1px solid #dedede;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    padding: 10px;
    display: flex;
  }

  .menu-button-2.w--open {
    background-color: #ed6e2a;
    border-color: #ed6e2a;
    transition: all .2s;
  }

  .div-block-597 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: row-reverse wrap-reverse;
    display: flex;
  }

  .div-block-598 {
    width: 100%;
    height: 300px;
  }

  .section-66 {
    height: auto;
    padding-top: 32px;
    padding-bottom: 0;
  }

  .div-block-599 {
    grid-column-gap: 52px;
    grid-row-gap: 52px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-932 {
    flex-flow: column;
  }

  .div-block-942 {
    grid-template-columns: 1.2fr;
  }

  .link-block-47._2 {
    border-radius: 0;
  }

  .div-block-956._4 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-960, .div-block-973 {
    grid-template-columns: 1fr;
  }

  .nav-link-4 {
    background-color: #fff;
    border-top: 1px solid #e4e5e8;
    border-bottom: 1px #e4e5e8;
  }

  .div-block-986 {
    width: 100%;
  }

  .menu-button-3 {
    border: 1px solid #e4e5e8;
    border-radius: 8px;
    width: 54px;
    height: 54px;
    padding: 13px;
    font-size: 28px;
  }

  .menu-button-3.w--open {
    color: #e78a2a;
    background-color: #e78a2a24;
  }

  .div-block-987 {
    height: auto;
    padding-top: 7px;
    padding-bottom: 7px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: 90%;
  }

  .div-block-3 {
    width: 100%;
  }

  .div-block-5 {
    flex-flow: column;
  }

  .div-block-16 {
    min-height: 150px;
  }

  .div-block-19 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .div-block-21 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .div-block-27 {
    padding: 16px;
  }

  .div-block-28 {
    height: 95vh;
    max-height: 100%;
  }

  .div-block-29 {
    overflow: scroll;
  }

  .div-block-48 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .klanten-logos {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    padding-right: 42px;
  }

  .klanten-logo-container {
    width: 125px;
  }

  .heading-7 {
    font-size: 50px;
  }

  .div-block-69 {
    min-width: 84px;
    padding: 12px;
  }

  .div-block-70 {
    position: absolute;
    inset: auto 0% 0%;
  }

  .heading-10 {
    font-size: 32px;
  }

  .div-block-84 {
    flex-flow: column;
    display: flex;
  }

  .div-block-86 {
    padding-top: 40px;
  }

  .section-20.coating {
    padding-top: 24px;
  }

  .div-block-91 {
    max-height: 600px;
  }

  .div-block-96 {
    width: 100%;
  }

  .div-block-461 {
    flex-flow: column;
    padding: 40px;
  }

  .div-block-463 {
    flex-flow: column;
  }

  .div-block-464 {
    justify-content: center;
    align-items: flex-start;
    margin-top: 24px;
  }

  .div-block-471 {
    height: 350px;
  }

  .div-block-477.projecten, .div-block-481, .div-block-483 {
    grid-template-columns: 1fr;
  }

  .div-block-491 {
    height: 300px;
  }

  .section-34 {
    padding-top: 40px;
  }

  .div-block-496 {
    width: 60%;
  }

  .div-block-506 {
    z-index: 1;
    position: relative;
  }

  .image-337 {
    max-width: 32px;
  }

  .heading-29 {
    font-size: 32px;
  }

  .heading-small {
    font-size: 1.25rem;
  }

  .div-block-542 {
    grid-template-columns: 1fr;
  }

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

  .text-block-240._4 {
    font-size: 13px;
  }

  .div-block-576 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .section-60 {
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .div-block-565 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-566, .div-block-566.flip {
    height: 150px;
  }

  .heading-93 {
    font-size: 32px;
  }

  .div-block-585, .div-block-586 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .div-block-587 {
    border-width: 5px;
    height: 100px;
    min-height: 120px;
  }

  .div-block-588 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

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

  .div-block-593 {
    padding: 30px;
  }

  .div-block-599 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .heading-98 {
    font-size: 44px;
  }

  .heading-101, .heading-101.left {
    font-size: 28px;
  }

  .div-block-956 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-bottom: 235px;
  }

  .heading {
    font-size: 32px;
  }

  .div-block-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .section-3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-7 {
    grid-template-columns: 1fr;
  }

  .section-4, .section-6 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-21 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .section-7 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-27 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-28 {
    max-width: 95vw;
  }

  .tabs-menu {
    flex-flow: column;
    display: flex;
  }

  .div-block-29 {
    padding-left: 12px;
    padding-right: 12px;
    overflow: scroll;
  }

  .form {
    grid-template-columns: 1fr;
  }

  .div-block-31 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-33 {
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 15px;
  }

  .div-block-36 {
    display: block;
  }

  .div-block-47.switch {
    height: 200px;
  }

  .section-12 {
    height: auto;
    min-height: 150vh;
  }

  .div-block-48 {
    justify-content: center;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-14 {
    padding-bottom: 24px;
  }

  .navbar-2 {
    height: 70px;
  }

  .container1 {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-8.logo {
    width: 150px;
  }

  .logos-row-block {
    width: 300%;
  }

  .klanten-logos {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-right: 32px;
  }

  .klanten-logo-container {
    width: 150px;
    max-width: 100%;
    max-height: 100%;
  }

  .heading-6 {
    text-align: center;
  }

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

  .divider.hidden, .text-block-19 {
    display: none;
  }

  .brand {
    padding-left: 0;
  }

  .div-block-66 {
    height: 545px;
    padding: 12px;
    overflow: visible;
  }

  .div-block-67 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .heading-7 {
    padding: 18px;
    font-size: 32px;
  }

  .div-block-68 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .div-block-69 {
    justify-content: center;
    align-items: center;
    min-width: 56px;
    padding: 16px;
    display: flex;
  }

  .div-block-70 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: #002b32;
    flex-flow: column;
    width: auto;
    max-height: 100%;
    margin-bottom: 12px;
    margin-left: 12px;
    margin-right: 12px;
    padding-right: 16px;
  }

  .lightbox-link {
    width: 100%;
  }

  .paragraph-4 {
    font-size: 14px;
    display: none;
  }

  .button-2 {
    color: #fff;
    background-color: #ed6d29;
    margin-bottom: 0;
  }

  .button-2:hover {
    color: #012b32;
    background-color: #fff;
  }

  .section-16 {
    padding-top: 60px;
  }

  .div-block-74 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 12px;
  }

  .div-block-75 {
    height: 120px;
  }

  .div-block-77 {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-8 {
    font-size: 28px;
  }

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

  .section-17 {
    padding-top: 40px;
  }

  .div-block-81 {
    border-radius: 8px;
  }

  .slider {
    background-color: #ddd0;
  }

  .div-block-82 {
    border-radius: 8px;
  }

  .div-block-83 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-86 {
    padding-top: 24px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .right-arrow-2 {
    margin-top: 12px;
    margin-right: 12px;
  }

  .left-arrow-2 {
    margin-top: 12px;
    margin-right: 56px;
  }

  .heading-11 {
    font-size: 23px;
  }

  .text-block-24 {
    font-size: 16px;
  }

  .section-20 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-20.coating {
    padding-top: 100px;
  }

  .div-block-90, .div-block-90.switch {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .div-block-92 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-95 {
    grid-template-columns: 1fr;
  }

  .section-22 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .div-block-455 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .div-block-459 {
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .div-block-461 {
    padding: 24px;
  }

  .heading-15 {
    font-size: 28px;
  }

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

  .button-9 {
    width: 100%;
  }

  .div-block-466 {
    background-position: 0 0, 25%;
    width: 80%;
  }

  .div-block-468 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .div-block-470 {
    padding: 24px;
  }

  .div-block-471 {
    height: 250px;
  }

  .heading-18 {
    font-size: 40px;
  }

  .container2 {
    width: 90%;
  }

  .div-block-474 {
    padding: 24px;
  }

  .form-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .heading-19 {
    font-size: 32px;
  }

  .heading-20 {
    margin-top: 12px;
    font-size: 36px;
  }

  .div-block-484 {
    flex-flow: column;
  }

  .section-33 {
    height: 350px;
  }

  .heading-23 {
    font-size: 42px;
    line-height: 1.2em;
  }

  .div-block-491 {
    height: 200px;
  }

  .div-block-496 {
    width: 70%;
  }

  .div-block-501 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .slide-2 {
    border-radius: 8px;
  }

  .div-block-503 {
    display: none;
  }

  .link-block-10, .dropdown-2 {
    font-size: 16px;
  }

  .div-block-511 {
    grid-template-columns: 1fr;
  }

  .image-337 {
    max-width: 20px;
  }

  .heading-24 {
    font-size: 36px;
  }

  .div-block-533 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .section-55 {
    padding-top: 24px;
    padding-bottom: 40px;
  }

  .section-56 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-548 {
    min-height: 250px;
  }

  .heading-88 {
    font-size: 26px;
  }

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

  .text-block-240 {
    font-size: 13px;
  }

  .div-block-575 {
    margin-top: 0;
  }

  .div-block-578 {
    height: auto;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .heading-90 {
    font-size: 16px;
    line-height: 1.4em;
  }

  .link-block-12 {
    font-size: 12px;
  }

  .div-block-580 {
    margin-bottom: 20px;
  }

  .paragraph-20 {
    font-size: 15px;
  }

  .section-60 {
    padding-top: 24px;
    padding-bottom: 0;
  }

  .div-block-565 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-566, .div-block-566.flip {
    height: 100px;
  }

  .div-block-567 {
    border-radius: 12px;
  }

  .section-62.v2 {
    margin-top: 64px;
  }

  .heading-93 {
    font-size: 30px;
  }

  .paragraph-21 {
    font-size: 13px;
  }

  .paragraph-22 {
    font-size: 13px;
    line-height: 1.9em;
  }

  .heading-94 {
    margin-top: 12px;
    font-size: 18px;
  }

  .div-block-591 {
    margin-bottom: 24px;
  }

  .text-block-247, .heading-95 {
    font-size: 24px;
  }

  .div-block-593 {
    padding: 24px;
  }

  .submit-button-5 {
    text-align: center;
    white-space: normal;
    height: auto;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .section-65 {
    padding-top: 32px;
  }

  .div-block-597 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .div-block-598 {
    height: 200px;
    min-height: 200px;
  }

  .heading-97 {
    font-size: 28px;
  }

  .div-block-599 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .huistype1, .wanden2 {
    width: 12px;
    height: 12px;
    font-size: 8px;
  }

  .step-plafonds-2 {
    padding: 24px;
  }

  .text-block-266 {
    font-size: 9px;
  }

  .step-huistype-2 {
    padding: 24px;
  }

  .afronden5 {
    width: 12px;
    height: 12px;
    font-size: 8px;
  }

  .link-block-16, .link-block-43.secondary {
    padding: 10px 16px;
    font-size: 12px;
  }

  .div-block-930 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .div-block-931 {
    padding: 16px;
  }

  .section-69 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .div-block-932 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .link-block-44.secondary {
    padding: 10px 16px;
    font-size: 12px;
  }

  .div-block-934 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: space-between;
  }

  .form-block-3 {
    margin-bottom: 0;
  }

  .div-block-936 {
    grid-template-rows: auto auto;
  }

  .div-block-937 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: auto;
  }

  .step-gegevens-2 {
    padding: 24px;
  }

  .plafonds3 {
    width: 12px;
    height: 12px;
    font-size: 8px;
  }

  .link-block-46.secondary {
    padding: 10px 16px;
    font-size: 12px;
  }

  .text-block-272 {
    margin-bottom: 5px;
    font-size: 10px;
    line-height: 1em;
  }

  .div-block-940 {
    padding: 24px;
  }

  .gegevens4 {
    width: 12px;
    height: 12px;
    font-size: 8px;
  }

  .step-wanden-2 {
    padding: 24px;
  }

  .section-70 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .heading-98 {
    font-size: 32px;
  }

  .text-block-274 {
    font-size: 12px;
  }

  .div-block-945 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-946 {
    grid-template-columns: 1fr;
  }

  .div-block-949 {
    padding: 25px;
  }

  .heading-100 {
    line-height: 1.6em;
  }

  .div-block-956._4 {
    grid-template-columns: 1fr;
  }

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

  .text-block-281 {
    max-width: 100%;
  }

  .div-block-969 {
    height: 300px;
  }

  .div-block-974, .div-block-975 {
    grid-template-columns: 1fr;
  }

  .div-block-985 {
    display: none;
  }
}

#w-node-_72945299-448c-1e0e-38b5-e1c5d3c10b53-a6c0297a, #w-node-_72945299-448c-1e0e-38b5-e1c5d3c10b57-a6c0297a, #w-node-_72945299-448c-1e0e-38b5-e1c5d3c10b8b-a6c0297a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_72945299-448c-1e0e-38b5-e1c5d3c10aea-a6c0297a, #w-node-_1bb560e7-ebe9-5a6c-00f7-a298efbae9fc-a6c0297a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_72945299-448c-1e0e-38b5-e1c5d3c10af0-a6c0297a, #w-node-_72945299-448c-1e0e-38b5-e1c5d3c10af4-a6c0297a, #w-node-_72945299-448c-1e0e-38b5-e1c5d3c10b40-a6c0297a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0ed618f6-c6a6-f740-4ba2-ed5b3eb989a5-4ca43a98, #w-node-a0efe542-4401-913e-ee23-708a8dfa7e71-4ca43a98, #w-node-_2041aa1d-1312-006c-8796-99284ccd8f0e-4ca43a98, #w-node-_36bcbf68-c1c3-644b-ec54-badea12650c3-4ca43a98, #w-node-d9c229a0-f17b-9985-ac4c-d44ef8a67729-4ca43a98, #w-node-c72f3b71-ab2c-60e5-128e-1c7ef59fad9b-4ca43a98, #w-node-_4039f26c-d6e3-3574-ccaf-dcbf767ce4bf-4ca43a98, #w-node-_7b9c9d6a-b787-c468-dfcf-34b5ba67aa53-4ca43a98 {
  align-self: stretch;
}

#w-node-_72b0280b-82f6-26ef-34cc-8134c87dd645-4b318a5e, #w-node-_67eb8f18-b42e-8090-bdcd-3ddf0c89f776-4b318a5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_72b0280b-82f6-26ef-34cc-8134c87dd64b-4b318a5e, #w-node-_72b0280b-82f6-26ef-34cc-8134c87dd64f-4b318a5e, #w-node-_72b0280b-82f6-26ef-34cc-8134c87dd69b-4b318a5e, #w-node-_72b0280b-82f6-26ef-34cc-8134c87dd5fe-4b318a5e, #w-node-_72b0280b-82f6-26ef-34cc-8134c87dd602-4b318a5e, #w-node-_72b0280b-82f6-26ef-34cc-8134c87dd636-4b318a5e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f443c5c5-6674-6615-ebf9-f7a04fcc3b0b-93f0de82 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-be6dfe19-72fe-a5bb-39d7-c592d4bd86db-93f0de82 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9167a028-a9b4-5150-47f9-c0f638a207a7-cc1b355f, #w-node-_7a938d2f-280e-866a-da9a-5e6fdc218103-cc1b355f, #w-node-b5f34f30-f916-6155-a686-6fc31dd713e0-cd016910, #w-node-b91ad821-ff29-e36a-fa93-b74e8d2797bc-cd016910, #w-node-fa610c97-e99e-f0fc-b2ef-1b54e080ed16-cd016910, #w-node-_400254d6-040e-5dd5-d2f3-8235ec25efd3-5bacfc79, #w-node-afb603a9-ed6b-3f48-0df2-a387b2db73e6-5bacfc79, #w-node-_2f0b69c2-aeb5-f2a1-54db-deabfd329326-5bacfc79, #w-node-_799983c3-5859-1d96-5cfc-28b622ddda9d-5bacfc79, #w-node-_647a1588-f243-8b46-bf94-d69565fc1608-5bacfc79, #w-node-a6a0d0b4-8a5a-2e6c-56c8-108ff2a0e14f-5bacfc79, #w-node-_8a31bd81-1db9-dc44-5fad-bd191af9c8cc-5bacfc79, #w-node-_37f48519-650d-863b-ddb0-5a28d750bd76-5bacfc79, #w-node-_400254d6-040e-5dd5-d2f3-8235ec25efd3-6ad4fd2f, #w-node-afb603a9-ed6b-3f48-0df2-a387b2db73e6-6ad4fd2f, #w-node-_2f0b69c2-aeb5-f2a1-54db-deabfd329326-6ad4fd2f, #w-node-_400254d6-040e-5dd5-d2f3-8235ec25efd3-94bf7635, #w-node-afb603a9-ed6b-3f48-0df2-a387b2db73e6-94bf7635, #w-node-_400254d6-040e-5dd5-d2f3-8235ec25efd3-cca1e68f, #w-node-afb603a9-ed6b-3f48-0df2-a387b2db73e6-cca1e68f, #w-node-_400254d6-040e-5dd5-d2f3-8235ec25efd3-2874eaf7, #w-node-afb603a9-ed6b-3f48-0df2-a387b2db73e6-2874eaf7, #w-node-_94390103-161d-b5a8-0230-a71021a50207-2874eaf7, #w-node-_400254d6-040e-5dd5-d2f3-8235ec25efd3-f4366329, #w-node-afb603a9-ed6b-3f48-0df2-a387b2db73e6-f4366329, #w-node-_94390103-161d-b5a8-0230-a71021a50207-f4366329, #w-node-_1f25d4c7-9f74-99ca-29de-cb796daf92d9-f4366329, #w-node-_400254d6-040e-5dd5-d2f3-8235ec25efd3-98a3be1e, #w-node-afb603a9-ed6b-3f48-0df2-a387b2db73e6-98a3be1e, #w-node-_94390103-161d-b5a8-0230-a71021a50207-98a3be1e, #w-node-_1f25d4c7-9f74-99ca-29de-cb796daf92d9-98a3be1e, #w-node-cfc65da7-0e1c-bf6b-b911-c4fea026fe60-98a3be1e, #w-node-_341d65e9-c9c9-4514-1ac6-c3745ce12b03-98a3be1e, #w-node-f6099f37-10c9-4286-5573-c25886077d2b-98a3be1e, #w-node-f598fc74-7150-e033-4c6d-40a5f9ab129c-98a3be1e, #w-node-c7fdde93-0b7f-9f3e-8be2-c50bec2abdbc-98a3be1e, #w-node-_86bfba19-9285-e202-b5fe-f312cce0fdd9-98a3be1e, #w-node-_665588cd-4940-b9b7-6fe9-9e42b8bb30a9-98a3be1e, #w-node-_366048ee-ec1c-389d-fcd8-723977f3d13f-98a3be1e, #w-node-_400254d6-040e-5dd5-d2f3-8235ec25efd3-2c8f6c8d, #w-node-afb603a9-ed6b-3f48-0df2-a387b2db73e6-2c8f6c8d, #w-node-_94390103-161d-b5a8-0230-a71021a50207-2c8f6c8d, #w-node-_400254d6-040e-5dd5-d2f3-8235ec25efd3-e3ed60b5, #w-node-afb603a9-ed6b-3f48-0df2-a387b2db73e6-e3ed60b5, #w-node-fa4985c4-45c2-b481-11c8-12a22aa1a64d-e3ed60b5, #w-node-e4fa4f96-4f9a-ee67-ee02-21dc47933495-e3ed60b5, #w-node-_90177d0e-1f4d-d08a-2ae2-b5aeaa7fb4b0-e3ed60b5, #w-node-_400254d6-040e-5dd5-d2f3-8235ec25efd3-0fd017b6, #w-node-afb603a9-ed6b-3f48-0df2-a387b2db73e6-0fd017b6, #w-node-_400254d6-040e-5dd5-d2f3-8235ec25efd3-14c5178d, #w-node-afb603a9-ed6b-3f48-0df2-a387b2db73e6-14c5178d, #w-node-_400254d6-040e-5dd5-d2f3-8235ec25efd3-e3ef6d3e, #w-node-afb603a9-ed6b-3f48-0df2-a387b2db73e6-e3ef6d3e, #w-node-ee4819e1-2c44-a74f-2c34-824e7bd65360-e3ef6d3e {
  align-self: stretch;
}

#Adres.w-node-_85465b24-d9bf-311c-e8b8-05da3d21a70f-e8dc3630, #w-node-_63d04133-b146-9161-36a8-ed2ef028997b-e8dc3630 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4e68f149-cbea-0a40-578a-6a18a91b7f11-e8dc3630 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9bd654b5-8a91-b5f6-29a5-ba2dd6616b4b-e8dc3630 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_671d8e07-46d0-a71a-e75d-1c5c9f5411ba-e8dc3630, #w-node-fc474bfe-2186-c444-936c-0af1580141fd-e8dc3630 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3dad2fb-459d-6a39-6065-f59d47913da3-e8dc3630 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a3dad2fb-459d-6a39-6065-f59d47913da7-e8dc3630 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3dad2fb-459d-6a39-6065-f59d47913daf-e8dc3630 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ea632354-85ca-dc4e-5e6b-1121e80fab90-5a1f5317, #w-node-afb603a9-ed6b-3f48-0df2-a387b2db73e6-5a1f5317, #w-node-_2f0b69c2-aeb5-f2a1-54db-deabfd329326-5a1f5317 {
  align-self: stretch;
}

#w-node-f8ade5ad-0be5-e21e-8f9d-fbb2d340a3b9-3fde6184 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_400254d6-040e-5dd5-d2f3-8235ec25efd3-939c04d4, #w-node-afb603a9-ed6b-3f48-0df2-a387b2db73e6-939c04d4, #w-node-_94390103-161d-b5a8-0230-a71021a50207-939c04d4, #w-node-d30ab879-cd04-8319-b55b-aa85ed25aac8-939c04d4, #w-node-d9b08b55-13b2-d476-b00d-cade83acff29-939c04d4 {
  align-self: stretch;
}

#w-node-aa97024f-126a-119b-d427-35997c02ffe1-61d42e4f, #w-node-aa97024f-126a-119b-d427-35997c02ffe5-61d42e4f, #w-node-aa97024f-126a-119b-d427-35997c02ffe9-61d42e4f, #w-node-b751e9f6-2b55-f2ef-d695-a8d0af1472a5-61d42e4f, #w-node-_79d1e440-68d1-118e-52df-86ece8471bb1-61d42e4f, #w-node-_57c02d30-0600-6443-453b-41df6af4e73b-61d42e4f, #w-node-_4289fa56-cb2b-da1d-b3f3-7bcb68918dee-61d42e4f, #w-node-bf51bde9-c926-001e-e529-620d042c5548-61d42e4f, #w-node-_372a5896-e388-7fbd-c8a3-a2d359072743-61d42e4f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#Naam-tipgever.w-node-_2516a8e5-dacf-d664-c488-99996b5a4c69-61d42e4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b14a87a7-ca34-f768-eecf-0cd01d2f8c0a-61d42e4f, #Extra-aanvulling.w-node-ddc05568-1ecc-9a7b-5c15-b888be7fea2f-61d42e4f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_72b0280b-82f6-26ef-34cc-8134c87dd645-5da3dce1, #w-node-_67eb8f18-b42e-8090-bdcd-3ddf0c89f776-5da3dce1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_72b0280b-82f6-26ef-34cc-8134c87dd64b-5da3dce1, #w-node-_72b0280b-82f6-26ef-34cc-8134c87dd64f-5da3dce1, #w-node-_72b0280b-82f6-26ef-34cc-8134c87dd69b-5da3dce1, #w-node-_72b0280b-82f6-26ef-34cc-8134c87dd5fe-5da3dce1, #w-node-_72b0280b-82f6-26ef-34cc-8134c87dd602-5da3dce1, #w-node-_72b0280b-82f6-26ef-34cc-8134c87dd636-5da3dce1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_215564fd-fd3c-2b7c-c08b-abd45a6aeab3-5da3dce1, #w-node-_215564fd-fd3c-2b7c-c08b-abd45a6aeab5-5da3dce1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_215564fd-fd3c-2b7c-c08b-abd45a6aeabb-5da3dce1, #w-node-_215564fd-fd3c-2b7c-c08b-abd45a6aeabf-5da3dce1, #w-node-_215564fd-fd3c-2b7c-c08b-abd45a6aeb0b-5da3dce1, #w-node-_72945299-448c-1e0e-38b5-e1c5d3c10b53-345edbce, #w-node-_72945299-448c-1e0e-38b5-e1c5d3c10b57-345edbce, #w-node-_72945299-448c-1e0e-38b5-e1c5d3c10b8b-345edbce {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_72945299-448c-1e0e-38b5-e1c5d3c10aea-345edbce, #w-node-_1bb560e7-ebe9-5a6c-00f7-a298efbae9fc-345edbce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_72945299-448c-1e0e-38b5-e1c5d3c10af0-345edbce, #w-node-_72945299-448c-1e0e-38b5-e1c5d3c10af4-345edbce, #w-node-_72945299-448c-1e0e-38b5-e1c5d3c10b40-345edbce {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_72b0280b-82f6-26ef-34cc-8134c87dd645-621240e8, #w-node-_67eb8f18-b42e-8090-bdcd-3ddf0c89f776-621240e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_72b0280b-82f6-26ef-34cc-8134c87dd64b-621240e8, #w-node-_72b0280b-82f6-26ef-34cc-8134c87dd64f-621240e8, #w-node-_72b0280b-82f6-26ef-34cc-8134c87dd69b-621240e8, #w-node-_72b0280b-82f6-26ef-34cc-8134c87dd5fe-621240e8, #w-node-_72b0280b-82f6-26ef-34cc-8134c87dd602-621240e8, #w-node-_72b0280b-82f6-26ef-34cc-8134c87dd636-621240e8, #w-node-_518b5cb9-b76a-51f5-aabc-870b99ab24de-b7c1b86c, #w-node-dfd7729f-6874-ca27-bf6a-ab5a7fafb23d-b7c1b86c, #w-node-_567a6bec-b63a-3fd4-4c43-4f71885a2364-b7c1b86c, #w-node-_518b5cb9-b76a-51f5-aabc-870b99ab24de-03b418e9, #w-node-dfd7729f-6874-ca27-bf6a-ab5a7fafb23d-03b418e9, #w-node-_567a6bec-b63a-3fd4-4c43-4f71885a2364-03b418e9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_226f91a3-9ecb-0a29-52b9-86e71b01d3c4-3c82b9ae, #w-node-a037e629-f12f-03c1-023d-e58c48c64bd6-3c82b9ae, #w-node-_226f91a3-9ecb-0a29-52b9-86e71b01d3c4-befdb9b8, #w-node-a037e629-f12f-03c1-023d-e58c48c64bd6-befdb9b8, #w-node-_226f91a3-9ecb-0a29-52b9-86e71b01d3c4-24a12460, #w-node-a037e629-f12f-03c1-023d-e58c48c64bd6-24a12460, #w-node-_226f91a3-9ecb-0a29-52b9-86e71b01d3c4-fb704982, #w-node-a037e629-f12f-03c1-023d-e58c48c64bd6-fb704982, #w-node-_226f91a3-9ecb-0a29-52b9-86e71b01d3c4-4c6e8fdf, #w-node-a037e629-f12f-03c1-023d-e58c48c64bd6-4c6e8fdf, #w-node-_226f91a3-9ecb-0a29-52b9-86e71b01d3c4-05043842, #w-node-a037e629-f12f-03c1-023d-e58c48c64bd6-05043842 {
  align-self: stretch;
}

#w-node-_2dcc0bd6-b3a9-c18e-32d5-a11eba783f9e-c7fe4242, #w-node-_2dcc0bd6-b3a9-c18e-32d5-a11eba783fb9-c7fe4242, #w-node-_4778da8d-7804-a11b-1a0f-bd8329afafaa-c7fe4242, #w-node-_4778da8d-7804-a11b-1a0f-bd8329afafad-c7fe4242, #w-node-_4778da8d-7804-a11b-1a0f-bd8329afafb5-c7fe4242, #w-node-_4778da8d-7804-a11b-1a0f-bd8329afafbd-c7fe4242, #w-node-_4778da8d-7804-a11b-1a0f-bd8329afaff9-c7fe4242, #w-node-_9caeabee-6375-78ce-8168-18fcca0a81b2-c7fe4242, #w-node-_9caeabee-6375-78ce-8168-18fcca0a81ec-c7fe4242, #w-node-_9caeabee-6375-78ce-8168-18fcca0a8212-c7fe4242, #w-node-dcc8f97b-0e0c-e26b-66f5-716917c7808c-c7fe4242, #w-node-dcc8f97b-0e0c-e26b-66f5-716917c78091-c7fe4242, #w-node-dcc8f97b-0e0c-e26b-66f5-716917c78095-c7fe4242, #E-mailadres.w-node-dcc8f97b-0e0c-e26b-66f5-716917c78099-c7fe4242, #w-node-dcc8f97b-0e0c-e26b-66f5-716917c7809a-c7fe4242, #Telefoonnummer.w-node-dcc8f97b-0e0c-e26b-66f5-716917c7809e-c7fe4242, #w-node-dcc8f97b-0e0c-e26b-66f5-716917c7809f-c7fe4242 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#Woonplaats.w-node-dcc8f97b-0e0c-e26b-66f5-716917c780a1-c7fe4242 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dcc8f97b-0e0c-e26b-66f5-716917c780a2-c7fe4242, #w-node-dcc8f97b-0e0c-e26b-66f5-716917c780ab-c7fe4242, #Aanvullende-informatie.w-node-dcc8f97b-0e0c-e26b-66f5-716917c780af-c7fe4242, #w-node-dcc8f97b-0e0c-e26b-66f5-716917c780b0-c7fe4242, #w-node-cb811c01-62fb-fa6b-f543-7a5dc652562b-3dab8438, #w-node-b5cfa971-2662-ec46-4b94-06ff6c8f4f14-3dab8438, #w-node-a1cbef8d-9123-d6cf-93a7-1953c4f1c4de-3dab8438, #w-node-dc8b254c-a240-28e3-1871-88fcfef1a36b-3dab8438 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7a530698-a404-c5c3-8f22-9ea9189b3bf2-3dab8438 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_6db2ea0c-26ad-6e27-080a-0a9cb4a66a67-3dab8438 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c147a34b-e8e0-d9fd-2a25-15b3eca483af-3dab8438 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-c147a34b-e8e0-d9fd-2a25-15b3eca483b4-3dab8438 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c258f2c8-f8e7-ffff-cd6b-70109f8cb42d-3dab8438, #w-node-_8a1b64a5-d87e-6f1e-c3cb-da5b8c15744d-3dab8438, #w-node-c258f2c8-f8e7-ffff-cd6b-70109f8cb431-3dab8438 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-_72945299-448c-1e0e-38b5-e1c5d3c10b53-a6c0297a, #w-node-_72945299-448c-1e0e-38b5-e1c5d3c10b8b-a6c0297a, #w-node-_72945299-448c-1e0e-38b5-e1c5d3c10af0-a6c0297a, #w-node-_72945299-448c-1e0e-38b5-e1c5d3c10b40-a6c0297a, #w-node-_72b0280b-82f6-26ef-34cc-8134c87dd64b-4b318a5e, #w-node-_72b0280b-82f6-26ef-34cc-8134c87dd69b-4b318a5e, #w-node-_72b0280b-82f6-26ef-34cc-8134c87dd5fe-4b318a5e, #w-node-_72b0280b-82f6-26ef-34cc-8134c87dd636-4b318a5e, #w-node-be6dfe19-72fe-a5bb-39d7-c592d4bd86db-93f0de82 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #Voornaam.w-node-_48f305bc-55d1-9ebe-38e0-2bca1858d356-e8dc3630, #Achternaam.w-node-_04d58b15-3436-ffae-480e-fadaeb20bf9a-e8dc3630, #Postcode.w-node-_94758f16-72ae-2c43-34e5-39c1294fc833-e8dc3630, #Woonplaats.w-node-a14ed078-610f-da3c-137b-8d5eee805f78-e8dc3630, #E-mailadres-3.w-node-bba6fb20-4a98-0f23-821e-a64bcfba93ef-e8dc3630, #Telefoonnummer.w-node-_76ed476b-4320-be2e-7aac-f18670f73951-e8dc3630, #w-node-_671d8e07-46d0-a71a-e75d-1c5c9f5411ba-e8dc3630, #w-node-fc474bfe-2186-c444-936c-0af1580141fd-e8dc3630, #Bedrijfsnaam.w-node-aa97024f-126a-119b-d427-35997c02ffd2-61d42e4f, #Plaatsnaam.w-node-aa97024f-126a-119b-d427-35997c02ffd3-61d42e4f, #Naam-werkgever.w-node-_6b8266c5-751e-9329-7114-a8a8789a5d7a-61d42e4f, #Telefoonnummer-werkgever.w-node-c61f4506-4d3b-2e5a-10c8-bd73cdfe63b7-61d42e4f, #E-mailadres-werkgever.w-node-_51465376-5314-f0d4-8885-6024774bd685-61d42e4f, #Naam-tipgever.w-node-_2516a8e5-dacf-d664-c488-99996b5a4c69-61d42e4f, #Telefoonnummer-tipgever.w-node-ccf171aa-9e78-2c3d-8bdc-be98706f5c07-61d42e4f, #E-mailadres-werkgever.w-node-_66e70348-49d1-4cd9-2ba2-587ab65d1f23-61d42e4f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_72b0280b-82f6-26ef-34cc-8134c87dd64b-5da3dce1, #w-node-_72b0280b-82f6-26ef-34cc-8134c87dd69b-5da3dce1, #w-node-_72b0280b-82f6-26ef-34cc-8134c87dd5fe-5da3dce1, #w-node-_72b0280b-82f6-26ef-34cc-8134c87dd636-5da3dce1, #w-node-_215564fd-fd3c-2b7c-c08b-abd45a6aeabb-5da3dce1, #w-node-_215564fd-fd3c-2b7c-c08b-abd45a6aeb0b-5da3dce1, #w-node-_72945299-448c-1e0e-38b5-e1c5d3c10b53-345edbce, #w-node-_72945299-448c-1e0e-38b5-e1c5d3c10b8b-345edbce, #w-node-_72945299-448c-1e0e-38b5-e1c5d3c10af0-345edbce, #w-node-_72945299-448c-1e0e-38b5-e1c5d3c10b40-345edbce, #w-node-_72b0280b-82f6-26ef-34cc-8134c87dd64b-621240e8, #w-node-_72b0280b-82f6-26ef-34cc-8134c87dd69b-621240e8, #w-node-_72b0280b-82f6-26ef-34cc-8134c87dd5fe-621240e8, #w-node-_72b0280b-82f6-26ef-34cc-8134c87dd636-621240e8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_671b94f2-6a32-6b8c-20a1-56a3a5dbe87e-b7c1b86c, #w-node-d4928982-9b65-0ba4-5cf2-20f412432709-b7c1b86c, #w-node-_8c4a9e91-a3ab-b664-3da7-735548f52646-b7c1b86c, #w-node-cbe442a4-62dd-ede8-9925-051b171a4962-b7c1b86c, #w-node-_671b94f2-6a32-6b8c-20a1-56a3a5dbe87e-03b418e9, #w-node-d4928982-9b65-0ba4-5cf2-20f412432709-03b418e9, #w-node-_8c4a9e91-a3ab-b664-3da7-735548f52646-03b418e9, #w-node-cbe442a4-62dd-ede8-9925-051b171a4962-03b418e9, #w-node-_2dcc0bd6-b3a9-c18e-32d5-a11eba783fa1-c7fe4242, #w-node-_2dcc0bd6-b3a9-c18e-32d5-a11eba783fad-c7fe4242, #w-node-b4894dc5-1649-80bf-cb53-af9fe51f24ea-3dab8438, #w-node-df37585c-08c1-9272-c2b5-ad478f659f2f-3dab8438, #w-node-b7a3b839-b59e-aea8-2caf-d9d5b2bb3410-3dab8438, #w-node-_3f842c4e-b78d-b350-cbdc-d47a222598fb-3dab8438, #w-node-c258f2c8-f8e7-ffff-cd6b-70109f8cb41d-3dab8438, #w-node-c258f2c8-f8e7-ffff-cd6b-70109f8cb421-3dab8438, #w-node-c258f2c8-f8e7-ffff-cd6b-70109f8cb425-3dab8438, #w-node-c258f2c8-f8e7-ffff-cd6b-70109f8cb429-3dab8438 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp 300';
  src: url('../fonts/fa-sharp-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp Solid 900';
  src: url('../fonts/fa-sharp-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp 400';
  src: url('../fonts/fa-sharp-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa V 4 Compatibility';
  src: url('../fonts/fa-v4compatibility.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 100';
  src: url('../fonts/fa-thin-100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Duotone 900';
  src: url('../fonts/fa-duotone-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}