:root {
  --dark: #150b42;
  --alice-blue: #f6fcff;
  --midnight: #0e072e;
  --blue: #2a62f6;
  --green: #81de23;
  --dim: #5e5b6b;
  --dim-grey: #5a5a5a;
  --bluegrey: #ecf2f2;
  --cyaan: #41c8e9;
  --bluegrey2: #f3f5fb;
  --background: #fdfdff;
  --dark-slate-blue: #003e7e;
  --grey: #f3f3f3;
  --red: #ffece3;
  --recruitment: #d7f3f3;
  --rpo: #d5efd9;
}

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

.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;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

a {
  text-decoration: underline;
}

.header {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.container {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.container.nav {
  justify-content: space-between;
  align-items: center;
}

.container.align_left {
  z-index: 1;
  background-color: #f3f3f3;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  justify-content: flex-start;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: none;
  position: relative;
}

.container.color.dienst {
  max-width: none;
  padding-left: 5vw;
  padding-right: 5vw;
}

.container.overflow {
  cursor: default;
  justify-content: center;
  max-width: none;
  margin-top: 0;
  padding-right: 5vw;
  overflow: hidden;
}

.container.margin {
  max-width: none;
}

.container.grey {
  background-color: #eceef7;
  border-radius: 0 0 10px 10px;
  margin-top: 0;
  padding-left: 5vw;
  padding-right: 5vw;
}

.container.grey.margins {
  margin-left: 5vw;
  margin-right: 5vw;
}

.background_video {
  z-index: -100;
  width: 100vw;
  height: 100vh;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  position: static;
}

.video_container {
  background-image: linear-gradient(#00000070, #00000070);
  border-radius: 0;
  height: auto;
}

.background-video-2 {
  border-radius: 0;
  height: 100vh;
}

.navbar {
  padding-left: 5vw;
  padding-right: 5vw;
}

.container-2 {
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.image {
  width: 15rem;
}

.main-nav-links {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 1rem;
  text-decoration: none;
  display: flex;
}

.maxwidth_medium {
  flex-direction: column;
  align-items: center;
  max-width: none;
  display: flex;
}

.homenbottom {
  z-index: 2000;
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 2rem;
  display: flex;
  position: relative;
}

.homenbottom.align_left {
  align-items: flex-start;
}

.grid-2 {
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  width: 100%;
  margin-top: 2rem;
}

.heading-2 {
  color: var(--dark);
  text-align: center;
  letter-spacing: -5px;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dmsans Bold, sans-serif;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1;
}

.heading-2.underline {
  border-bottom: 8px none var(--alice-blue);
  color: var(--midnight);
  letter-spacing: -5px;
  padding: 0;
  font-family: Dmsans Bold, sans-serif;
  font-size: 8.5rem;
  font-weight: 600;
}

.margin-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.margin-bottom.margin_bottom {
  margin-bottom: 3.5rem;
}

.nav_bar {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
  position: relative;
}

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

.ths08-brand {
  color: #000900;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
  text-decoration: none;
}

.image-13 {
  width: 7em;
}

.image-13.big {
  width: 30em;
}

.navbar-4 {
  background-color: #ddd0;
  width: 100%;
  position: relative;
}

.ths08-navigation-separator {
  background-color: #00090000;
  width: 10px;
  height: 2px;
  margin-left: 40px;
}

.ths08-nav-link {
  color: #58595b;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-left: 1.5rem;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: color .25s ease-in-out;
}

.ths08-nav-link.w--current {
  color: #9e9e9e;
}

.ths08-nav-link.footer {
  background-color: #0000;
  margin-bottom: .5rem;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.ths08-nav-link.nomargin {
  margin-left: 0;
}

.ths08-nav-link.no_margin {
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.text-block-2 {
  z-index: 2;
  color: #000;
  letter-spacing: .5px;
  text-transform: none;
  font-family: Dmsans Regular, sans-serif;
  font-size: .95rem;
  font-weight: 400;
  position: relative;
}

.text-block-2:hover {
  color: var(--blue);
}

.text-block-2.white {
  color: #fff;
}

.text-block-2.wit {
  color: #fff;
  text-decoration: none;
}

.button_link {
  background-color: #fff;
  border-radius: 100px;
  align-items: center;
  max-width: 12rem;
  height: 3.5rem;
  padding: .75rem 2.25rem .75rem 2rem;
  text-decoration: none;
  display: flex;
}

.button_link.nav {
  z-index: 10;
  background-color: var(--blue);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 1.5px #000;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 15rem;
  height: 3.5rem;
  margin-left: 0;
  padding: .75rem 2.25rem .75rem 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 4px 2px 5px #00000014;
}

.button_link.nav.alternative {
  background-color: var(--blue);
  box-shadow: none;
  min-width: auto;
  max-width: 15rem;
  height: 3rem;
  overflow: hidden;
}

.button_link.nav.alternative.white {
  background-color: #fff;
  margin-top: 2rem;
}

.button_link.nav.alternative.grey.white.margin_top {
  margin-top: 3rem;
  display: flex;
}

.button_link.nav.alternative.big.margin {
  min-width: 12rem;
  margin-top: 2rem;
}

.button_link.nav.alternative.contact.margin_top, .button_link.nav.alternative.contact.margin {
  margin-top: 2rem;
}

.button_link.nav.search {
  background-color: var(--blue);
  border-radius: 0 100px 100px 0;
  height: 4rem;
  padding-right: 2.25rem;
}

.button_link.nav.dia {
  box-shadow: none;
  background-color: #eceef7;
  height: 3rem;
}

.button_link.nav.dia.contact {
  max-width: 16rem;
}

.button_link.nav.top_margin {
  max-width: 20rem;
  margin-top: 2rem;
}

.button_link.nav.top_margin._404 {
  width: 15rem;
  max-width: none;
}

.button_link.nav.blue {
  max-width: 18rem;
}

.button_link.nav.blue.small {
  max-width: 14rem;
}

.button_link.nav {
  z-index: 10;
  background-color: #2a62f6;
  border: 1.5px #000;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: 3.5rem;
  margin-left: 0;
  padding: .75rem 2.25rem .75rem 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 4px 2px 5px #00000014;
}

.button_link.nav.alternative.grey {
  background-color: #f3f5fb;
  display: block;
  overflow: hidden;
}

.button_link.nav.alternative.big {
  min-width: 12rem;
  max-width: 22rem;
}

.button_link.nav.alternative.big.margin {
  margin-top: 2rem;
}

.button_link.nav.dia {
  box-shadow: none;
  box-shadow: none;
  background-color: #eceef7;
  min-width: 15rem;
  height: 3rem;
}

.button_link.nav {
  z-index: 10;
  -webkit-text-fill-color: inherit;
  background-color: #2a62f6;
  background-clip: border-box;
  border: 1.5px #000;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 15rem;
  height: 3.5rem;
  margin-left: 0;
  padding: .75rem 2.25rem .75rem 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 4px 2px 5px #00000014;
}

.button_link.nav.alternative {
  box-shadow: none;
  background-color: #2a62f6;
  min-width: auto;
  max-width: 15rem;
  height: 3rem;
  overflow: hidden;
}

.button_link.nav.alternative.grey {
  background-color: #f3f5fb;
  overflow: hidden;
}

.button_link.nav.alternative.grey.white {
  background-color: #fff;
  max-width: none;
  margin-top: 0;
  display: flex;
}

.button_link.nav.alternative.grey.white.margin {
  max-width: none;
  margin-top: 2rem;
}

.button_link.nav.alternative.contact {
  min-width: 8rem;
  max-width: none;
}

.button_link.nav.alternative.contact.margin_top {
  margin-top: 2rem;
}

.button_text_wrapper {
  z-index: 10;
  grid-column-gap: 0rem;
  flex-direction: column;
  height: 1.3rem;
  margin-right: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block-3 {
  color: #fff;
  letter-spacing: .5px;
  font-family: Dmsans Regular, sans-serif;
  font-size: 1rem;
  text-decoration: none;
}

.text-block-3.black {
  color: var(--midnight);
  font-size: 1rem;
}

.text-block-3.white {
  color: #000;
  font-size: 1rem;
}

.text-block-3.blue {
  color: var(--blue);
}

.icon_wrapper {
  z-index: 20;
  object-fit: fill;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: static;
}

.icon_wrapper.nav {
  padding: 0;
  display: block;
}

.icon_wrapper.divide_left {
  justify-content: flex-start;
}

.icon_wrapper.dropdown {
  display: block;
}

.icon_wrapper.align_right {
  margin-right: 0;
  padding: 0;
}

.icon_wrapper.margin_bottom {
  margin-bottom: 1rem;
}

.icon_wrapper.color {
  align-items: flex-start;
  width: auto;
  height: auto;
}

.icon_wrapper.padding {
  align-items: flex-start;
  padding: 0;
}

.icon_wrapper.padding.align_middle {
  align-items: center;
}

.icon_wrapper.nopadding {
  justify-content: flex-start;
  margin-left: 0;
  padding: 0;
}

.icon_wrapper.nopadding.nomargin {
  justify-content: flex-start;
  margin-left: 0;
}

.icon_wrapper.nopadding.marginbottom2 {
  margin-bottom: 2rem;
}

.icon_wrapper.nopadding.align_middle {
  justify-content: center;
  display: none;
}

.icon_wrapper.nopadding.align_right {
  justify-content: flex-end;
  margin-right: -2rem;
}

.icon_wrapper.star {
  padding: 0;
}

.icon_wrapper.blue {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
}

.icon_wrapper.blue.lesspadding {
  background-color: #fff;
  margin-bottom: 1rem;
  padding: 0;
}

.icon_wrapper.blue.lesspadding.big {
  background-color: #0000;
  width: auto;
  height: auto;
  margin-bottom: 0;
}

.icon_wrapper.blue.lesspadding.negativemargin {
  background-color: #fff;
  margin-top: -.5rem;
  margin-bottom: 1rem;
}

.icon_wrapper.blue.grey {
  background-color: #eceef7;
}

.icon_wrapper.dienst {
  border: 1px #000;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: .5rem;
}

.icon_wrapper.cursor {
  padding-left: .5rem;
}

.icon_wrapper.cursor2 {
  padding-right: .5rem;
}

.icon_wrapper.lesspadding {
  padding-left: .4rem;
  padding-right: .4rem;
}

.icon_wrapper.favorite {
  background-color: #fff;
  border-radius: 10px;
  padding: .5rem;
}

.icon_wrapper.nieuws {
  justify-content: flex-end;
  margin-top: 1rem;
}

.image-14 {
  width: 1.15rem;
}

.image-14.nav {
  width: 2rem;
}

.image-14.blue {
  position: absolute;
}

.grid_vertical {
  grid-column-gap: 2.5rem;
  grid-row-gap: 1.15rem;
  grid-template-columns: 1fr;
  align-items: center;
  width: 100%;
}

.dropdown_text {
  color: #747474;
  font-family: Dmsans Regular, sans-serif;
  font-size: 1.5rem;
  text-decoration: none;
}

.dropdown_text.white {
  color: #fff;
  line-height: 2.5rem;
}

.dropdown_link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px #000;
  border-bottom: 1.5px solid #0000000d;
  align-items: center;
  padding-bottom: 1rem;
  text-decoration: none;
  display: flex;
}

.image-15 {
  max-width: 3.5rem;
}

.image-15.star {
  width: 1.2rem;
  max-width: 1.4rem;
}

.dropdown_link_block {
  grid-column-gap: 1.6rem;
  background-color: #fff;
  border-radius: 9px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 2rem;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 5px 2px #00000017;
}

.dropdown_link_block.blue {
  background-color: var(--midnight);
  justify-content: flex-start;
}

.dropdown_link_block.blue.background_image {
  background-color: #fff;
  justify-content: flex-start;
}

.dropdown_text_wrapper {
  margin-bottom: 0;
}

.paragraph-2 {
  color: #686666;
  margin-bottom: 0;
  font-family: Dmsans Regular, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

.paragraph-2.white {
  color: #000;
}

.margin_bottom {
  margin-bottom: 0;
}

.text-span-5 {
  color: var(--green);
}

.grid_1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: .6fr .6fr;
  align-items: start;
  width: 100%;
}

.container_vertical {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  /* padding-top: 5vh;
  padding-bottom: 5vh; */
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
  display: block;
}

.container_vertical.rounded {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.container_vertical.nopadding {
  padding-top: 0;
  padding-bottom: 10vh;
}

.container_vertical.nopaddingbottom {
  padding-bottom: 0;
}

.container_vertical.nopaddin {
  padding-top: 13vh;
  padding-bottom: 0;
}

.container_vertical.heading {
  background-color: #eceef7;
  max-width: none;
  /* padding-top: 16vh; */
  padding-top: 10.25rem;
}

.container_vertical.heading.novh {
  align-items: center;
  /* padding-top: 20vh;
  padding-bottom: 10vh; */
  padding-top: 12.5rem;
  padding-bottom: 7rem;
}

.container_vertical.heading.white {
  /* padding-top: 20vh; */
  padding-top: 12.5rem;
}

.container_vertical.heading.white.lesspadding {
  padding-bottom: 0;
}

.container_vertical.heading.middle {
  align-items: center;
  /* padding-top: 20vh; */
}

@media screen and (max-width: 768px) {
  .container_vertical.heading.middle {
    margin-top: 80px;
    padding-top: 3.5rem;
  }
}

@media screen and (min-width: 768px) {
  .container_vertical.heading.middle {
    padding-top: 12.5rem;
  }
}

.container_vertical.vacature {
  padding-bottom: 4rem;
}

.container_vertical.morepadding {
  padding-top: 14vh;
  padding-bottom: 18vh;
}

.container_vertical.morepadding.less {
  padding-bottom: 12vh;
}

.container_vertical.morepadding2 {
  padding-top: 12vh;
}

.container_vertical.morepadding2.less, .container_vertical.morepadding2._6vh {
  /* padding-top: 6vh; */
  padding-top: 3.75rem;
}

@media only screen and (max-width: 480px) {
  .container_vertical.morepadding2.less, .container_vertical.morepadding2._6vh {
    /* padding-top: 6vh; */
    padding-top: 3rem;
  }
}

.container_vertical.padding_bottom {
  /* padding-bottom: 12vh; */
  padding-bottom: 7.75rem;
}

.container_vertical.align_middle {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container_vertical.align_middle.blue {
  background-color: var(--dark);
  border-radius: 10px;
}

.container_vertical.align_middle.white {
  background-color: #fff;
  border-radius: 10px;
  padding-left: 8rem;
  padding-right: 8rem;
}

.container_vertical.margin-top {
  padding-top: 17.5vh;
}

.container_vertical.contact {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  /* padding-bottom: 12vh; */
  padding-bottom: 7rem;
}

.container_vertical.contact.sollicitatie {
  align-items: center;
  padding-top: 6.5vh;
  display: flex;
}

.container_vertical.bottom_margin {
  padding-bottom: 6vh;
  overflow: visible;
}

.container_vertical.foot {
  /* padding-bottom: 3vh; */
  padding-bottom: 2rem;
}

.container_vertical.padding {
  padding-bottom: 6vh;
}

.container_vertical.lessvh {
  padding-bottom: 0;
}

.container_vertical.leswsvh2 {
  /* padding-top: 2vh; */
  padding-top: 1.5rem;
}

.container_vertical.more_padding {
  /* padding-top: 20vh; */
  padding-top: 12.25rem;
  padding-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .container_vertical.more_padding {
    padding-top: 2.5rem;
    margin-top: 80px;
  }
}

@media screen and (max-width: 480px) {
  .container_vertical.more_padding {
    padding-top: 2.5rem;
  }
}

@media screen and (min-width: 991px) {
  .container_vertical.more_padding {
    padding-bottom: 3rem;
  }

  .vacature_verdieping + .vacature_verdieping .container_vertical {
    padding-top: 3rem !important;
  }
}

@media screen and (max-width: 480px) {
  .container_vertical.more_padding {
    padding-bottom: 2rem;
  }
}

.vacature_verdieping .grid-74 {
  margin-bottom: 0;
}

@media screen and (min-width: 480px) {
  .vacature_verdieping.gray + .vacature_verdieping .container_vertical {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
}

@media screen and (min-width: 991px) {
  .vacature_verdieping.gray + .vacature_verdieping .container_vertical {
    padding-bottom: 4rem;
  }
}

.container_vertical._12vh {
  /* padding-top: 12vh; */
  padding-top: 5rem;
}

@media screen and (min-width: 767px) {
  .container_vertical._12vh {
    padding-top: 7rem;
  }
}

.container_vertical._12vhbottom {
  /* padding-bottom: 12vh; */
  padding-bottom: 7rem;
}

.container_vertical._12vhdouble {
  /* padding-top: 12vh; */
  /* padding-bottom: 12vh; */
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media screen and (min-width: 480px) {
  .container_vertical._12vhdouble {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

.h2 {
  color: var(--dark);
  text-align: left;
  letter-spacing: -3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dmsans Bold, sans-serif;
  font-size: 3.25rem;
  font-weight: 500;
  line-height: 4rem;
}

.h2.white {
  color: #fff;
}

.h2.align_middle {
  text-align: center;
  line-height: 4rem;
}

.h2.margin_bottom {
  margin-bottom: 2rem;
}

.h2.margin_bottom.aign_middle.bottom {
  margin-bottom: 4rem;
}

.h3 {
  color: var(--dark);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dmsans Bold, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 3.5rem;
}

.h3.margin_bottom {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 2.5rem;
  line-height: 3rem;
}

.h3.margin_bottom.align_middle {
  text-align: center;
}

.h3.margin_bottom.white {
  color: #fff;
}

.h3.white {
  color: #fff;
  letter-spacing: -1.5px;
  font-size: 2.5rem;
}

.h3.margin-bottom.white.align_left {
  justify-items: start;
}

.h3.small {
  font-size: 2.5rem;
  line-height: 3.25rem;
}

.h3.smaller {
  font-size: 2.75rem;
}

.h4 {
  color: var(--dark);
  letter-spacing: -1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: Dmsans Bold, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.9rem;
}

.h4.white {
  color: #fff;
}

.h4.margin_bottom {
  letter-spacing: -1px;
  margin-bottom: 1rem;
}

.h4.regular {
  font-family: Dmsans Regular, sans-serif;
  line-height: 2rem;
}

.h4.nomargin {
  margin-bottom: 0;
}

.h4.nomargin.grey {
  color: #a8a8a8;
}

.h4.big {
  font-size: 2rem;
}

.h4.grey {
  color: #a8a8a8;
  margin-bottom: 0;
}

.h4.leftright {
  padding-left: 1.5rem;
  padding-right: 2.5rem;
}

.h5 {
  grid-row-gap: .3rem;
  color: var(--dark);
  letter-spacing: -1px;
  text-transform: none;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dmsans Bold, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6rem;
  display: flex;
}

.h5.top {
  color: var(--dim);
  font-family: Dmsans Regular, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
}

.h5.top.white {
  color: var(--alice-blue);
}

.h5.white {
  color: #fff;
}

.h5.regular {
  font-family: Dmsans Regular, sans-serif;
  font-size: 1.25rem;
  line-height: 1.9rem;
}

.h5.regular.small {
  font-size: 1rem;
}

.h5.margin_bottom {
  margin-bottom: .5rem;
}

.h5.left_right {
  padding-left: 1rem;
  padding-right: 2rem;
}

.h6 {
  color: #000;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Dmsans Regular, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.form {
  background-color: #fff;
  border-radius: 12.5px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 3rem;
  display: flex;
}

.input__field-wrapper {
  color: #ffffff80;
  position: relative;
}

.input__reset {
  color: #757575;
  display: none;
  position: fixed;
  inset: 0%;
}

.h2_wrapper {
  margin-top: 0;
  padding-top: 0;
}

.h2_wrapper.margin_bottom {
  margin-bottom: 0;
}

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

.h2_wrapper.horizontal {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.h2_wrapper.horizontal._100 {
  width: 100%;
}

.top_subtext_wrapper {
  grid-column-gap: .65rem;
  border: 1px #000;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.top_subtext_wrapper.align_middle {
  justify-content: center;
}

.top_subtext_wrapper.margin_bottom {
  margin-bottom: .65rem;
}

.top_text {
  grid-row-gap: .5rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
  display: flex;
}

.top_text.algin_middle {
  align-items: center;
  max-width: none;
}

.top_text.margin {
  margin-top: 5rem;
  margin-bottom: 5rem;
  margin-right: 0;
}

.top_text.margin.align_middle {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.top_text.margin.align_middle.bottom {
  margin-bottom: 3rem;
}

.top_text.margin_bottom {
  margin-bottom: 2rem;
}

.top_text.margin_bottom.margin_top {
  margin-top: 2rem;
}

.top_text.nomargin {
  margin-bottom: 0;
}

.top_text.align_middle {
  align-items: center;
}

.top_text.lessmargin {
  margin-bottom: 1rem;
}

.top_text.more_margin {
  margin-bottom: 5rem;
}

.top_text.rem_bottom {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
}

.top_text.nospread {
  justify-content: flex-start;
  align-items: flex-start;
}

.top_text.nomarginbottom {
  margin-bottom: 0;
}

.top_text.less {
  margin-bottom: 2rem;
}

.top_text.rem.align-middle {
  justify-content: space-between;
  align-items: center;
}

.navbar-5 {
  background-color: #fff;
  width: 100%;
  display: block;
  position: fixed;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 500px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.c_search_component {
  flex-direction: row;
  align-items: stretch;
  width: auto;
  max-width: none;
  display: flex;
  position: static;
}

.c_search_bar {
  width: 25rem;
  max-width: 30rem;
  height: auto;
  margin-bottom: 0;
  position: relative;
}

.c_search_clear {
  z-index: 3;
  color: #000;
  background-color: #e9e9e9;
  border-radius: .5em;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1.5em;
  transition: color .1s, background-color .1s;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.c_search_clear:hover {
  color: #fff;
  background-color: silver;
}

.c_search_results {
  height: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.c_search_results-container {
  background-color: #fff;
  border-top: 1.5px solid #e6e6e6;
  border-radius: 0 0 .6em .6em;
  max-height: 25em;
  transition: opacity .2s;
  overflow: auto;
}

.c_search_clear-icon {
  width: 1em;
  height: 1.1em;
}

.c_search_button, .c_search_clear-text {
  display: none;
}

.c_search_input {
  z-index: 1;
  background-color: #fff;
  border: 0 solid #000;
  border-right: 1.5px solid #e4e4e4;
  border-radius: 100px 0 0 100px;
  height: 4rem;
  margin-bottom: 0;
  padding: 0 1.6em 0 3.6em;
  font-size: 1rem;
  position: relative;
}

.c_search_input:focus {
  outline-offset: 0px;
  outline-style: none;
}

.c_search_icon {
  z-index: 2;
  width: 1.6em;
  height: 1.6em;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 1.5em;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.dropdown-toggle {
  background-color: #fff;
  border-right: 1.5px solid #e4e4e4;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  align-items: center;
  height: 4rem;
  padding-left: 2rem;
  padding-right: 3rem;
  display: flex;
}

.dropdown-toggle.roundedcorners.round {
  border-radius: 10px;
}

.text-block-4 {
  font-family: Dmsans Regular, sans-serif;
  font-size: 1rem;
}

.dropdown {
  height: auto;
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.search_bar {
  border-radius: 100px;
  display: flex;
}

.margin_top {
  grid-column-gap: 2rem;
  border: 1px #000;
  margin-top: 3.5rem;
  padding-bottom: .25rem;
  display: flex;
}

.text_link {
  z-index: 2;
  color: var(--midnight);
  border: 0 #000;
  font-family: Dmsans Regular, sans-serif;
  font-size: 1.2rem;
  text-decoration: none;
  position: static;
}

.text_link.black {
  color: #000;
  font-size: 1rem;
}

.c-scroll-track {
  flex: none;
  width: 200vh;
  display: flex;
}

.body-text {
  color: var(--dim-grey);
  text-align: left;
  -webkit-text-stroke-color: #96aaad;
  word-break: normal;
  order: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dmsans Regular, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8;
}

.body-text.white {
  color: #fff;
}

.body-text.white.middle {
  text-align: center;
}

.body-text.white.align_middle_2 {
  text-align: center;
  max-width: 50%;
}

.body-text.white.align_middle_2.bigger {
  max-width: 80%;
}

.body-text.align_middle {
  color: #5a5a5a;
  text-align: left;
  max-width: 60%;
  font-family: Dmsans Regular, sans-serif;
}

.body-text.align_middle.middle {
  text-align: center;
  max-width: 100%;
}

.body-text.bold {
  color: var(--midnight);
  letter-spacing: normal;
  text-transform: none;
  font-family: Dmsans Bold, sans-serif;
  font-size: 1rem;
}

.body-text.bold.margin_bottom {
  letter-spacing: -.5px;
  margin-bottom: 0;
}

.body-text.blue {
  color: var(--midnight);
}

.body-text.maxwidth {
  max-width: 60%;
  margin-bottom: 4rem;
}

.body-text.black {
  color: #000;
}

.body-text.middle {
  text-align: center;
}

._w-scrolling-content {
  align-items: flex-start;
  position: relative;
  overflow: visible;
}

.content_wrap {
  z-index: 5;
  grid-row-gap: 0rem;
  opacity: .88;
  background-image: none;
  border-radius: 0 0 10px 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 1rem;
  display: flex;
  position: relative;
}

.content-wrap--no-line-break {
  height: auto;
}

.content_wrap.no-margin {
  align-items: center;
  margin-bottom: 0;
  padding: 1rem;
}

.content_wrap.padding_bottom {
  padding-bottom: 1.5rem;
}

.content_wrap.padding_bottom.right {
  justify-content: flex-end;
  align-items: flex-end;
}

.content_wrap.middle {
  background-color: var(--dark);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 3rem 4rem;
}

.content_wrap.card {
  background-image: linear-gradient(180deg, #fff0, var(--dark) 88%);
  opacity: 1;
  border-radius: 0 0 10px 10px;
  width: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.content_wrap.gradient {
  background-image: linear-gradient(#fdfdff00, #5d567dde 25%, #150b42c2 87%);
  padding: 2rem;
}

.content_wrap.vacature {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.content_wrap.align_left {
  justify-content: flex-end;
  align-items: flex-start;
}

.c-scrolling-content {
  margin-top: 0;
  margin-right: -12.5vw;
  display: block;
  overflow: visible;
}

.c-scrolling-content._1 {
  display: none;
}

.body {
  background-color: #0000;
  display: block;
}

.vacature_image_wrapper {
  z-index: 100;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  min-width: 25rem;
  max-width: 25rem;
  height: auto;
  min-height: 8rem;
  margin-bottom: 0;
  position: relative;
}

.vacature_image_wrapper.vacatures {
  max-width: none;
}

.image-16 {
  z-index: 1;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
}

.margin_text {
  margin-bottom: .5rem;
  padding: 1.5rem 1.75rem 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.margin_text.padding_bottom {
  padding-bottom: 0;
}

.margin_text.nomargin {
  margin-bottom: 0;
}

.margin_text.nomargintop {
  flex: 0 auto;
  padding-top: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.margin_text.padding_bottom_2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 35rem;
  padding-bottom: 1rem;
  display: flex;
}

.margin_text.padding_bottom_2.card {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.text_wrapper {
  grid-row-gap: .5rem;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 3rem;
  display: flex;
}

section:not(.contact):not(.footer) .text_wrapper a {
  color: #0C66E4;
}

.editor-text a {
    color: #0C66E4;
}

.text_wrapper.gap {
  grid-row-gap: 0rem;
  flex-direction: column;
  max-width: 90%;
  margin-bottom: 0;
  display: flex;
}

.text_wrapper.gap.margin_bottom {
  grid-row-gap: 0rem;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}

.text_wrapper.gap.margin_bottom.margin_top {
  margin-top: .5rem;
  margin-bottom: 0;
}

.text_wrapper.gap.margin_bottom.margin {
  margin-bottom: 2rem;
}

.text_wrapper.gap.margin_top {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.text_wrapper.gap.align_middleleft {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: flex-start;
}

.text_wrapper.dienst {
  grid-column-gap: 1rem;
  flex-direction: row;
  margin-bottom: 0;
}

.text_wrapper.dienst.margin_right {
  margin-right: 1rem;
}

.text_wrapper.nomargin {
  grid-row-gap: .5rem;
  margin-bottom: 0;
}

.text_wrapper.divider {
  border-style: none none solid;
  border-width: 1px 1px 1.5px;
  border-color: var(--bluegrey);
  padding-left: 2rem;
}

.text_wrapper.no_margin {
  grid-row-gap: 0rem;
  margin-bottom: 0;
}

.text_wrapper.no_margin.vertical_gap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.text_wrapper.margin_bottom {
  margin-bottom: 1rem;
}

.text_wrapper.divider {
  border: 1px #ecf2f2;
  border-bottom: 1.5px solid #ecf2f2;
  padding-left: 2rem;
}

.text_wrapper.vw {
  padding-left: 0;
  padding-right: 0;
}

.text_wrapper.norem, .text_wrapper.less_margin {
  margin-bottom: 1rem;
}

.text_wrapper.rem {
  margin-bottom: 0;
}

.vacatures {
  z-index: 20;
  background-color: #eceef7;
  justify-content: center;
  display: flex;
  position: relative;
}

.vacatures_bedrijfsprofiel + .contact {
  margin-top: 0 !important;
}

.vacatures_bedrijfsprofiel + .contact .contact-grid {
  margin-top: 0;
}

.slider_block1 {
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  width: 18%;
  height: auto;
  margin-right: 1%;
  padding: 0 0 3rem;
  display: flex;
  position: relative;
  box-shadow: 3px 2px 5px 3px #00000008;
}

.slider_block1.align_bottom {
  box-shadow: none;
  justify-content: flex-end;
  width: 100%;
  min-height: 27.5rem;
  padding-bottom: 0;
}

.slider_block1.align_bottom.werknemer {
  min-height: auto;
}

.horizontal_divide {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  margin-top: 0;
  padding-bottom: 2rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  display: flex;
  overflow: visible;
}

.horizontal_divide.margin_top {
  margin-top: 1.5rem;
}

.horizontal_divide.vacature {
  justify-content: space-between;
  align-items: center;
}

.favorite_icon {
  width: 1.3rem;
  position: relative;
}

.favorite_icon.absolute {
  position: absolute;
}

.favorite_icon.abosulte2 {
  width: 1.4rem;
  min-width: 1rem;
}

.favorite_icon.abosulte2.grey {
  width: 1rem;
}

.image-18 {
  width: 10rem;
}

.favorite_icon_green {
  width: 2rem;
  position: absolute;
}

.over-ons {
  z-index: 10;
  background-color: #f3f3f3;
  position: relative;
}

.grid_2 {
  grid-column-gap: 6rem;
  grid-template-rows: auto;
  width: 100%;
}

.content_wrapper {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  border-radius: 0;
}

.content_wrapper.align_middle {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button_background {
  z-index: auto;
  object-fit: fill;
  background-color: #ecf2f2;
  border-radius: 100px;
  width: 120%;
  min-width: 0;
  height: 175%;
  display: none;
  position: absolute;
  overflow: visible;
}

.button_background.white, .button_background.white._2 {
  background-color: #fff;
}

.button_background.blue {
  background-color: #2a62f6;
}

.button_wrapper {
  grid-column-gap: 1rem;
  align-items: center;
  display: flex;
  overflow: visible;
}

.button_wrapper.gap {
  grid-column-gap: 1rem;
}

.paralax {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 200px;
  display: flex;
  position: fixed;
}

.text-span-7 {
  color: var(--cyaan);
}

.dropdown-list {
  z-index: 999999;
  right: auto;
}

.dropdown-list.w--open {
  z-index: 4000;
  object-fit: fill;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  min-width: auto;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.diensten_grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 0;
}

.section_top {
  justify-content: center;
  display: flex;
}

.diensten {
  z-index: 10;
  background-color: #fff;
  justify-content: center;
  display: flex;
  position: relative;
}

.container_blue {
  background-color: #eceef7;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 0;
  padding: 6vh 3.5rem;
  display: block;
}

.container_blue.blue {
  z-index: 1000;
  background-color: var(--dark);
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  position: relative;
}

.container_blue.pastel1 {
  background-color: var(--bluegrey2);
}

.container_blue.transparant {
  background-color: #0000;
  padding: 0 0;
  display: none;
}

.container_blue.white {
  background-color: #fff;
  margin-bottom: 2rem;
}

.alternate_button {
  align-items: center;
  display: none;
}

.text-span-8 {
  color: var(--cyaan);
}

.d-99-card-wrapper {
  background-color: #0000;
  background-image: linear-gradient(#fff 61%, #fff0);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 25rem;
  height: 25rem;
  margin-left: 10px;
  margin-right: 10px;
  padding: 2.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.d-99-image-wrapper {
  background-image: linear-gradient(to bottom, var(--midnight), var(--midnight));
  height: auto;
  position: absolute;
  inset: 0%;
}

.d-99-image-wrapper.second {
  background-image: linear-gradient(to bottom, var(--midnight), var(--midnight));
  border-radius: 10px;
  display: block;
}

.d-99-card-wrapper-2 {
  background-image: linear-gradient(#fff, #fff0);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  min-height: 25rem;
  margin-left: 0;
  margin-right: 0;
  padding: 2.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.werkwijze {
  z-index: 30;
  background-color: #fff;
  justify-content: center;
  display: flex;
  position: relative;
}

.werkwijze.margin_bottom {
  margin-bottom: 5rem;
}

.step-block {
  flex-wrap: nowrap;
  place-content: center;
  align-items: center;
  min-height: 40vh;
  margin-top: -1px;
  display: flex;
  position: relative;
}

.content-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
}

.img-block {
  grid-row-gap: 1rem;
  background-color: #0000;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 40%;
  margin-right: 3rem;
  display: flex;
}

.img-block.margin {
  margin-top: 10rem;
}

.img-block.margin.white {
  background-color: #0000;
}

.img-block.margin2 {
  margin-bottom: 10rem;
}

.img-block.margin2.white, .img-block.white {
  background-color: #fff;
}

.img-block.margin_right {
  margin-top: 10rem;
  margin-left: 3rem;
  margin-right: 0;
}

.scroll-base {
  transform-origin: 50% 0;
  background-color: #eeeff4;
  width: 6px;
  height: 100%;
}

.content-wrap {
  justify-content: flex-end;
  width: 40%;
  display: flex;
}

.content-wrap.left {
  justify-content: flex-start;
}

.heading {
  background-color: #eceef7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading.white {
  background-color: #fff;
}

.heading.white + script + .contact {
  margin-top: 0 !important;
}

.heading.white + script + .contact .contact-grid {
  margin-top: 0;
}

.heading.stretch {
  align-items: center;
}

.steps-clone {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.scroll-animate {
  background-color: var(--blue);
  transform-origin: 50% 0;
  width: 6px;
  height: 100%;
  position: absolute;
  bottom: 0;
}

.step-content-block {
  text-align: left;
  align-self: center;
  position: relative;
}

.scoll-wrap {
  flex-direction: column;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  bottom: 50%;
}

.dot {
  z-index: 3;
  background-color: #eeeff4;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-bottom: -6px;
  position: relative;
}

.vakgebieden {
  z-index: 10;
  background-color: #fff;
  justify-content: center;
  display: flex;
  position: relative;
}

.vakgebieden_image_wrapper {
  z-index: auto;
  background-image: linear-gradient(#fff0 39%, #0e072e70 72%, #0e072e8c);
  background-position: 0 0, 70%;
  background-size: auto, cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.vakgebieden_image_wrapper._5 {
  background-image: linear-gradient(#fff0 39%, #0e072e70 72%, #0e072e8c);
  background-position: 0 0, 10%;
}

.vakgebieden_image_wrapper._6 {
  background-image: linear-gradient(#fff0 39%, #0e072e70 72%, #0e072e8c);
}

.vakgebieden_image_wrapper._7 {
  background-image: linear-gradient(#fff0 39%, #0e072e70 72%, #0e072e8c);
  background-position: 0 0, 30%;
  display: block;
}

.vakgebieden_image_wrapper._8 {
  background-image: linear-gradient(#fff0 39%, #0e072e70 72%, #0e072e8c);
  background-position: 0 0, 50%;
}

.vakgebieden_image_wrapper._9 {
  background-image: linear-gradient(#fff0 39%, #0e072e70 72%, #0e072e8c);
  background-position: 0 0, 80%;
  background-size: auto, cover;
}

.vakgebieden_image_wrapper._2 {
  background-image: linear-gradient(#fff0 27%, #0e072e00);
  background-position: 0 0, 65%;
}

.vakgebieden_image_wrapper._1 {
  background-image: linear-gradient(#fff0 26%, #0e072e);
  background-position: 0 0, 80%;
}

.vakgebieden_image_wrapper._3 {
  background-image: linear-gradient(#fff0 27%, #0e072e);
  background-position: 0 0, 40%;
}

.statistieken {
  z-index: 10;
  background-color: #fff;
  justify-content: center;
  display: flex;
  position: relative;
}

.block_2 {
  background-color: var(--midnight);
  border-radius: 24px;
  padding: 15rem 3rem 3rem;
  box-shadow: 0 2px 5px #0003;
}

.block_2.white {
  box-shadow: none;
  background-color: #eceef7;
  justify-content: center;
  align-items: center;
  min-width: auto;
  max-width: none;
  padding: 2rem;
  display: flex;
}

.block_2.white.blue {
  background-color: var(--dark);
}

.block_2.white.transparent.rem {
  margin-top: 2rem;
  margin-bottom: -3rem;
  padding: .75rem;
}

.block_2.white.transparent.rem.transparant {
  background-color: #0000;
  margin-top: 1rem;
  margin-bottom: -3rem;
}

.block_2.white.overons {
  margin-bottom: 2rem;
  margin-right: 2rem;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.contact {
  z-index: 10;
  background-color: #eceef7;
  justify-content: center;
  display: flex;
  position: relative;
}

.grid-3 {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-items: start;
  margin-top: 8rem;
}

.grid-3._14vh {
  grid-template-columns: 1fr .75fr;
}

.grid-4 {
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  max-width: 100%;
  margin-top: 3rem;
}

.form-3 {
  grid-column-gap: 3rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 2rem;
  display: grid;
}

.text-field-2 {
  color: #333;
  background-color: #f9fbff;
  border: 1px #000;
  border-radius: 10px;
  height: auto;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  font-family: Dmsans Regular, sans-serif;
  font-size: 1rem;
}

.text-field-2.big {
  min-height: 10rem;
  font-family: Dmsans Regular, sans-serif;
}

.footer {
  z-index: 10;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.footer-links-inner {
  grid-column-gap: 18px;
  grid-row-gap: 14px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 24px;
  display: flex;
}

.column {
  flex-direction: column;
  justify-content: space-between;
  display: block;
}

.column.half {
  grid-row-gap: 3.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.column.half.last {
  grid-row-gap: 2rem;
}

.column.half.horizontal {
  grid-column-gap: 6rem;
  flex-flow: row;
}

.logo_footer {
  width: 15rem;
  margin-bottom: 2rem;
  padding-top: 0;
}

.footer-inner {
  grid-column-gap: 61px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  width: 100%;
  display: grid;
}

.bold-text {
  color: #fff;
  font-family: Dmsans Bold, sans-serif;
}

.bold-text.blue {
  color: var(--blue);
}

.div-put1 {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  min-width: 25rem;
  max-width: 2rem;
  height: auto;
  min-height: 25rem;
  padding-bottom: 0;
  display: flex;
}

.div-put1:first-child {
  padding-left: 0;
}

.div-put1.shadow {
  min-width: auto;
  max-width: none;
  min-height: auto;
  margin-right: 0;
}

.div-put1.small {
  min-height: auto;
}

.my-slider-progress {
  background-color: var(--cyaan);
  width: 99%;
  height: 2px;
  display: none;
  overflow: hidden;
}

.splide1 {
  width: 100%;
  position: relative;
}

.splide1.slider {
  z-index: 9;
  cursor: grab;
  object-fit: fill;
  border: 1px solid #ffffff38;
  border-right-style: none;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  width: 100%;
  margin-right: -12.5vw;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  overflow: visible;
}

.my-slider-progress-bar {
  background-color: var(--cyaan);
  width: 30vw;
  height: 7px;
}

.splide__list1 {
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  display: flex;
  overflow: visible;
}

.splide__track1 {
  cursor: none;
  margin-bottom: 0;
  margin-right: 0;
  overflow: visible;
}

.splide__track1.margin_bottom {
  margin-bottom: 2rem;
}

.item-2 {
  width: 30vw;
  min-width: 30vw;
  padding-left: 1vw;
  padding-right: 1vw;
  transform: rotate(-1deg);
}

.grid-5 {
  grid-template-columns: 1fr;
}

.opdrachtgevers {
  z-index: 10;
  justify-content: center;
  display: flex;
  position: relative;
}

.slide-wrap {
  align-items: center;
  width: 5000px;
  margin: 2rem -20px 6rem;
  padding: 40px;
  display: flex;
}

.logo-img._50-r-m {
  margin-right: 200px;
}

.div-block-14 {
  justify-content: space-between;
  margin-bottom: 1rem;
  display: flex;
  position: static;
}

.image_wrapper {
  justify-content: flex-end;
  margin-top: 0;
  margin-bottom: -11rem;
  padding-top: 0;
  display: flex;
}

.image_wrapper.nomargin {
  margin-bottom: 0;
}

.dienst_blok {
  width: 100%;
  min-width: auto;
  max-width: none;
  padding: 0;
}

.dienst_blok_groen {
  background-color: var(--bluegrey2);
  border-radius: 10px;
  padding: 3rem;
}

.dienst_blok_groen.blue {
  background-color: var(--dark);
  opacity: 1;
  height: 100%;
  min-height: auto;
}

.dienst_blok_groen.blue.dienst {
  flex-direction: column;
  min-width: 32rem;
  min-height: auto;
  display: flex;
}

.dienst_blok_groen.grey {
  background-color: #eceef7;
  min-height: 33rem;
  padding: 3rem;
}

.dienst_blok_groen.grey.no-max {
  min-height: auto;
}

.grid-10 {
  grid-row-gap: 12px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  margin-top: 1rem;
  margin-bottom: 0;
}

.grid-10.margin {
  margin-top: 1rem;
  margin-bottom: 0;
}

.grid-10.nomargin {
  margin-top: 0;
}

.grid-10.marginmore {
  grid-row-gap: 1rem;
}

.grid-11 {
  grid-column-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: minmax(2rem, 2rem) 1fr;
}

.grid-11.lineunder {
  border-bottom: 1.5px solid #0000000a;
  padding-bottom: .75rem;
}

.image-27 {
  width: 2rem;
}

.grid-12 {
  grid-column-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: stretch;
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding: 0;
}

.grid-13 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-15 {
  background-color: #fff;
  border-radius: 10px;
  padding: 3rem;
}

.div-block-15.padding_left {
  padding-left: 0;
}

.bold-text-2 {
  font-family: Dmsans Bold, sans-serif;
}

.bold-text-2.blue {
  color: #0e072e;
}

.bold-text-2.white {
  color: #fff;
}

.bold-text-3 {
  font-family: Dmsans Bold, sans-serif;
}

.bold-text-3.blue {
  color: var(--midnight);
}

.text-span-11 {
  color: var(--blue);
}

.body-2 {
  background-color: #ecf2f2;
}

.image_container {
  background-color: #000;
  border-radius: 10px;
  width: 100%;
  height: 75vh;
  margin-top: 0;
  padding-left: 0;
}

.image_container.grey {
  background-image: none;
  max-width: none;
  height: auto;
  margin-top: 0;
  margin-left: 5vw;
  margin-right: 5vw;
  position: relative;
}

.image_container.grey.alternative, .image_container.grey.no {
  max-width: none;
}

.image-30 {
  border-radius: 10px;
  display: none;
}

.top_subtext_box {
  border-radius: 100px;
  padding: 0 1rem 0 0;
  display: block;
}

.text-span-12 {
  font-family: Dmsans Regular, sans-serif;
}

.text-span-13 {
  color: var(--blue);
}

.text-span-13.underline {
  background-image: linear-gradient(to bottom, #fff0 92%, var(--green) 93%);
  color: var(--dark);
}

.vakgebied_sub_wrapper {
  grid-column-gap: .75rem;
  margin-top: 0;
  display: flex;
}

.vakgebied_sub_wrapper.margin_bottom {
  margin-bottom: 1.5rem;
}

.vakgebied_sub_wrapper.margin_bottom.card {
  margin-left: 1.5rem;
}

.vakgebied_sub {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: minmax(2rem, 2rem) 1fr;
  place-items: center start;
  display: flex;
}

.vakgebied_sub_blok {
  background-color: var(--bluegrey2);
  border-right: 1.5px solid #00000012;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  align-items: center;
  height: 2rem;
  min-height: 2rem;
  padding: 0;
  display: flex;
}

.vakgebied_sub_blok.blue {
  background-color: #eceef7;
  border: 1px #000;
  border-radius: 0 10px 10px 0;
}

.vakgebied_sub_blok.blue.right {
  background-color: #eceef7;
  border-right: 1.5px solid #0000001a;
  border-radius: 10px 0 0 10px;
}

.vakgebied_sub_blok.white {
  background-color: #fff;
  border-radius: 0 10px 10px 0;
}

.vakgebied_sub_blok.white.right {
  border-right: 1.5px solid #0000000f;
  border-radius: 10px 0 0 10px;
}

.vakgebied_sub_blok.right {
  border-right-style: none;
  border-radius: 0 10px 10px 0;
}

.h5_wrapper {
  padding: .25rem 1rem;
}

.underline {
  background-image: linear-gradient(to bottom, #fff0 90%, var(--green) 91%);
  border-top: 15px #521a1a;
  border-bottom: 1px #000;
}

.alternate_buttons {
  grid-column-gap: 1rem;
  align-items: center;
  text-decoration: none;
  display: none;
}

.image-34 {
  max-width: 15rem;
}

.grid-21 {
  grid-column-gap: .25rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(3rem, 3rem) minmax(3rem, 3rem) minmax(3rem, 3rem) minmax(3rem, 3rem) 1fr;
  margin-top: 1.5rem;
}

.grid-21.margins {
  grid-column-gap: .75rem;
  margin-bottom: 1rem;
  padding-left: 1rem;
}

.mouse_hover_wrapper {
  z-index: 100;
  background-color: var(--blue);
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  display: none;
  position: fixed;
  top: 12px;
  left: 12px;
}

.person_block {
  grid-column-gap: 53px;
  grid-row-gap: 16px;
  background-color: #eceef7;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: auto minmax(4rem, 4rem);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 2rem 2rem 3rem;
  display: grid;
}

.person_block.blue {
  background-color: var(--blue);
  padding: 2rem 3rem;
}

.person_block.blue.padding {
  padding: 1rem 2rem;
}

.person_block.white {
  background-color: #fff;
}

.person_block.white.padding {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
}

.person_block.margin_negative {
  background-color: var(--blue);
}

.bold {
  font-family: Dmsans Bold, sans-serif;
}

.bold.blue {
  color: var(--midnight);
  letter-spacing: -.5px;
  font-size: 1.3rem;
  line-height: 1.15;
}

.bold.blue.white {
  color: #fff;
}

.bold.dark {
  color: var(--midnight);
  font-family: Dmsans Regular, sans-serif;
}

.link_dienst {
  margin-top: 2rem;
  margin-right: 0;
  text-decoration: none;
  position: static;
  inset: auto 0% 0% auto;
}

.link_dienst.werkenbij {
  margin-bottom: -3rem;
  margin-right: -1rem;
}

.link_dienst.werkenbij.no_margin {
  margin-top: 0;
  margin-bottom: 0;
}

.link_dienst.nomargin, .link_dienst.home {
  margin-top: 0;
}

.link_dienst.vacature {
  margin-top: 3rem;
}

.link_dienst.left {
  margin-left: 0;
  margin-right: 0;
  inset: auto auto 0% 0%;
}

.image-36 {
  width: 1.75rem;
}

.image-36.small {
  width: 2.5rem;
  max-width: none;
  position: absolute;
}

.image-37 {
  width: 1.2rem;
}

.cursor {
  justify-content: center;
  display: flex;
}

.html-embed {
  display: block;
}

.cta_wrapper {
  background-color: #f3f5fb;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 4rem;
  padding: 3.5rem 4.5rem;
  display: flex;
}

.cta_wrapper.blue {
  background-color: var(--dark);
  margin-top: 0;
}

.cta_wrapper.blue.margin_bottom {
  margin-bottom: 10rem;
}

.cta_wrapper.blue.margin_top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}

.cta_wrapper.no_margin {
  background-color: #eceef7;
  margin-top: 0;
}

.cta_wrapper.blue {
  background-color: #150b42;
  margin-top: 0;
}

.dropdown-list-2 {
  width: auto;
}

.logo_wrapper {
  border: 1px #000;
  margin-top: .5rem;
  padding-bottom: 1.6rem;
  display: none;
}

.logo_wrapper.padding_bottom {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 1rem;
  display: flex;
}

.logo_wrapper.nopadding {
  padding-bottom: 0;
}

.grid-22 {
  height: calc(43px * 3) ;
  display: flex; 
  flex-direction: column;
  flex-wrap: wrap;
}

.grid-22 div.vacancy_info{
  margin-bottom: 15px;
  margin-right: 1.5rem;
  height: 28px;
}

.grid-22 div.vacancy_info p{
  display: inline;
}

.grid-22 div.vacancy_info div.vacancy_image{
  display: inline;
}

.grid-22 div.vacancy_info div.vacancy_image img{
  margin-right: 15px;
  display: inline;
}

.grid-23 {
  grid-column-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, auto) 1fr;
  align-items: center;
}

.grid-23.vertical {
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(auto, auto);
  margin-bottom: 1.25rem;
}

.image-38 {
  height: 1.75rem;
}

.image-39 {
  max-width: 100%;
  height: 5rem;
}

.div-block-19 {
  background-color: #007ab9;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: .25rem;
  display: flex;
}

.div-block-19._2 {
  background-color: var(--blue);
  border-radius: 100px;
  position: static;
}

.div-block-19._2.margin_bottom {
  margin-bottom: 1.5rem;
}

.div-block-19._2.bigger {
  width: 2.5rem;
  height: 2.5rem;
}

.div-block-19._2.white {
  background-color: #fff;
  margin-bottom: 1rem;
}

.div-block-19._2.white.call {
  padding: .2rem;
}

.div-block-19._2.white.call.vacature {
  padding: .25rem;
}

.div-block-19._2.white.vacature {
  width: 3rem;
  height: 3rem;
}

.image-40 {
  height: 1.15rem;
}

.image-40.bigger {
  height: 2rem;
}

.image-40.big {
  width: 1.5rem;
  height: auto;
}

.linkedin_link {
  position: relative;
}

.grid-24 {
  grid-column-gap: 27px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, auto);
  place-items: center start;
  margin-top: 1rem;
  padding-left: 0;
}

.image-42 {
  width: 6rem;
}

.image-42.werknemer {
  width: 5rem;
}

.grid-25 {
  grid-row-gap: 0px;
  grid-template-columns: 1fr;
}

.container-4 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-left: 12.5vw;
  padding-right: 12.5vw;
  display: flex;
}

.container-4.align_left {
  z-index: 1;
  opacity: 1;
  background-color: #fff;
  justify-content: flex-start;
  margin-left: 0;
  padding: 8rem 8vw 0;
  display: block;
  position: absolute;
}

.container-4.align_left.werkgever, .container-4.align_left.vacature {
  background-color: #0000;
  padding-top: 100px;
  padding-bottom: 3rem;
  display: none;
}

.container-4.align_left.over-ons {
  background-color: #0000;
  border-radius: 0;
  padding-top: 100px;
  padding-bottom: 3rem;
  display: none;
}

.container-4.align_left.werkenbij {
  background-color: #0000;
  padding-top: 100px;
  padding-bottom: 3rem;
  display: none;
}

.container-4.align_left.kandidaat {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 3rem;
  display: none;
}

.dropdown_text-2 {
  color: #747474;
  font-family: Dmsans Regular, sans-serif;
  font-size: 1rem;
  text-decoration: none;
}

.image-44, .image-44.nav {
  width: 1.15rem;
}

.image-44.nav.dark {
  width: 1.15rem;
  position: absolute;
}

.icon_wrapper-3 {
  z-index: 20;
  object-fit: fill;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.icon_wrapper-3.dropdown {
  display: block;
  position: relative;
}

.grid_vertical-2 {
  grid-column-gap: 2.5rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  align-items: center;
  width: auto;
}

.horizontal_divide_header {
  grid-column-gap: 2rem;
  margin-top: 2.5rem;
  display: flex;
}

.horizontal_divide_header.padding {
  border-bottom: 1.5px solid #0e072e17;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
}

.horizontal_divide_header.padding.margin_top {
  margin-top: 0;
}

.horizontal_divide_header.padding.white {
  border-bottom-color: #ffffff38;
}

.horizontal_divide_header.padding.white.margin_top.vacature {
  grid-column-gap: 1rem;
  justify-content: space-between;
}

.horizontal_divide_header.spread {
  border-bottom: 1px solid #00000026;
  padding-bottom: 2rem;
}

.horizontal_divide_header.spread._2 {
  justify-content: space-between;
  margin-top: 1rem;
  margin-bottom: 2.5rem;
}

.horizontal_divide_header.middle {
  justify-content: center;
  margin-top: 0;
}

.horizontal_divide_header.middle.remtop {
  margin-top: 3rem;
}

.werken_bij {
  justify-content: center;
  display: flex;
}

.grid-28 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-28.margin {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  margin-top: 4rem;
}

.vacature_verdieping {
  justify-content: center;
  padding-top: 0;
  display: flex;
}

.grid-29 {
  grid-column-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.grid-29.divide {
  grid-column-gap: 8.25rem;
  grid-template-columns: 1.75fr 1fr;
}

.image-48 {
  height: 3rem;
}

.image-48.big {
  height: 5rem;
}

.grid-30 {
  grid-column-gap: 8.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
}

.grid-30.margin_bottom {
  grid-template-columns: 1.75fr 1.25fr;
  margin-bottom: 8rem;
}

.grid-30.margin_bottom.werkenbij {
  grid-column-gap: 9.75rem;
  grid-template-columns: 1fr .75fr;
  align-items: center;
  margin-bottom: 0;
}

.grid-30.margin_bottom.align_middle {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-bottom: 0;
}

.grid-30.vertical {
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  justify-items: center;
}

.werkenbij_blok {
  background-position: 0 20%;
  background-size: cover;
  border-radius: 10px;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.image-49 {
  height: 4rem;
}

.image_block {
  object-fit: cover;
  border-radius: 10px;
  position: relative;
}

.image_block.over_ons {
  z-index: 200;
  background-position: 0 60%;
  background-size: cover;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  min-width: auto;
  max-width: none;
  max-height: 35rem;
  display: flex;
  position: relative;
}

.image_block.over_ons.small {
  max-height: 20rem;
  min-height: 20rem; 
}

.image_block.over_ons.c_search_component.small img {
  max-width: 32rem;
  max-height: 100%;
}

@media screen and (min-width: 1900px) {
  .image_block.over_ons.small {
    max-height: none;
  }

  .image_block.over_ons.c_search_component.small img {
    max-height: none;
  }
}

.image_block.over_ons.up {
  background-image: url('../images/WerkenBij_Image-min.png');
  margin-top: -25rem;
}

.image_block.over_ons.down {
  margin-top: 10rem;
}

.image_block.over_ons.min {
  height: auto;
  min-height: 25rem;
  max-height: 25rem;
}
.image_block.over_ons.c_search_component.small {
  /* height: 20rem; */
  min-height: 20rem;
  /* max-height: 20rem; */
  position: static;
}

.image_block.nieuws {
  background-image: url('../images/news_1.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 10px;
  height: auto;
}

.image_block.werkgever {
  border-radius: 10px;
  align-items: flex-end;
  display: flex;
}

.image_block.vacature {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.grid-31 {
  grid-column-gap: 2rem;
  grid-row-gap: 3.5rem;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.team_wrapper {
  background-image: linear-gradient(#eceef7, #eceef7);
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-end;
  height: 30rem;
  display: flex;
  position: relative;
}

@media only screen and (min-width: 1210px) {
  .team_wrapper {
    height: 32vw;
  }
}

.team_wrapper.twan {
  background-image: url('../images/twan_team_DEF.png'), linear-gradient(#eceef7, #eceef7);
  background-position: 50% 0, 0 0;
  background-size: cover, auto;
}

.team_wrapper.rick {
  background-image: url('../images/Rick_Contact_DEF.png'), linear-gradient(#eceef7, #eceef7);
  background-position: 50% 0, 0 0;
  background-size: cover, auto;
}

.team_wrapper.florian {
  background-image: url('../images/Florian_team_DEF.png'), linear-gradient(#eceef7, #eceef7);
  background-position: 50% 0, 0 0;
  background-size: cover, auto;
}

.team_wrapper.koen {
  background-image: url('../images/Koen_team_DEF.png'), linear-gradient(#eceef7, #eceef7);
  background-position: 50% 0, 0 0;
  background-size: cover, auto;
}

.team_wrapper.carl {
  background-image: url('../images/Carl_team_DEF.png'), linear-gradient(#eceef7, #eceef7);
  background-position: 65% 0, 0 0;
  background-size: cover, auto;
}

.team_wrapper.michelle {
  background-image: url('../images/Michelle_team_DEF.png'), linear-gradient(#eceef7, #eceef7);
  background-position: 40% 0, 0 0;
  background-size: cover, auto;
}

.team_wrapper.small {
  height: 24rem;
}

.grid-32 {
  grid-row-gap: 5px;
  grid-template-columns: 1fr;
}

.grid-32.extra {
  display: none;
}

.kiezen {
  justify-content: center;
  display: flex;
}

.kiezen.grey {
  background-color: #eceef7;
}

.kiezen_block {
  grid-column-gap: 2rem;
  flex-direction: row;
  margin-bottom: 0;
  display: flex;
}

.nieuws {
  height: 2rem;
}

.grid-34 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 2rem;
}

.nieuws_wrapper {
  background-color: #fff;
  border-radius: 10px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
}

.nieuws.wrapper {
  height: auto;
  width: 100%;
  overflow: hidden;
}

.image-50 {
  border-radius: 10px 10px 0 0;
}

.image-50.object-fit {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: top;
}

.link_block {
  text-decoration: none;
}

.link_block--info-hub {
  display: none;
}

.link_block--info-hub.show {
  display: block !important;
}

.link_block.carousel {
  min-width: 25rem;
  max-width: 25rem;
  margin-right: 2rem;
}

.text-span-15, .text-span-16 {
  font-family: Dmsans Bold, sans-serif;
}

.nav_grid {
  grid-template-rows: auto;
}

.nav_grid.kandidaten {
  grid-column-gap: 54px;
  grid-column-gap: 54px;
  grid-column-gap: 54px;
  grid-column-gap: 54px;
  grid-column-gap: 54px;
  grid-column-gap: 54px;
  grid-column-gap: 54px;
  grid-column-gap: 54px;
  grid-column-gap: 54px;
  grid-column-gap: 54px;
  grid-column-gap: 54px;
  grid-template-columns: 1.5fr 1fr;
  justify-content: stretch;
  justify-items: stretch;
  width: 100%;
}

.usp_wrapper {
  z-index: 101;
  background-color: #0000;
  border-radius: 10px;
  width: auto;
  margin-bottom: -2rem;
  margin-left: -1rem;
  padding: 0;
  position: static;
}

.usp_wrapper.white {
  background-color: #fff;
  margin-left: -4rem;
  padding: 2rem;
  position: absolute;
}

.background-video-4 {
  z-index: 100;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.play-pause-button {
  display: none;
}

.grid-36 {
  grid-template-rows: auto auto;
  width: 100%;
  margin-top: 5rem;
  margin-bottom: 3rem;
}

.text-span-17 {
  color: var(--dark);
  letter-spacing: -1px;
  -webkit-text-stroke-color: var(--dark);
}

.image_holder {
  max-width: 100%;
  display: block;
}

.grid-37 {
  grid-column-gap: 5rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 3rem;
  display: grid;
}

.grid-38 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  display: none;
}

.werknemers, .over_ons {
  justify-content: center;
  display: flex;
}

.cultuur {
  background-color: #0000;
  justify-content: center;
  padding-top: 0;
  display: flex;
}

.grid-39 {
  grid-column-gap: 46px;
  grid-row-gap: 68px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 100%;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.kernwaarden {
  background-color: #0000;
  display: none;
}

.grid-40 {
  grid-template-columns: 1fr;
  justify-items: center;
}

.text-span-18 {
  color: var(--dark);
  font-family: Dmsans Bold, sans-serif;
}

.text-span-18.white {
  color: #fff;
}

.voorwaarden {
  justify-content: center;
  display: flex;
}

.image-51 {
  border-radius: 10px;
}

.startup {
  z-index: 1000;
  display: none;
  position: absolute;
}

.div-block-25 {
  background-color: var(--midnight);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: static;
}

.linkedin_block {
  text-decoration: none;
}

.social_block {
  background-color: #fff;
  border-radius: 10px;
  padding: 1.5rem 2rem;
}

.grid-41 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-26 {
  z-index: 9;
  width: 100%;
  padding-top: 1.5rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  position: absolute;
}

.contact_2 {
  background-color: #eceef7;
  justify-content: center;
  display: flex;
}

.vakgebied_icon {
  height: 1.25rem;
}

.div-block-27 {
  z-index: 1000;
  background-image: linear-gradient(#fff0, #eceef7 46%);
  width: 100%;
  height: 6rem;
  margin-top: -2.5rem;
  position: relative;
}

.grid-42 {
  grid-column-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 2rem;
}

.grid-43 {
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.grid-43.dienst {
  grid-template-rows: auto auto auto;
}

.text_icon {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1.25rem;
  display: grid;
}

.image_dienst {
  height: 2.5rem;
}

.image_dienst.small {
  height: 2rem;
}

.div-block-28 {
  background-color: var(--bluegrey2);
  height: 1.5px;
}

.grid-44 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.person_wrapper {
  margin-bottom: 1rem;
}

.person_wrapper.vacature {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 1rem;
  display: grid;
}

.image_person {
  height: 5rem;
}

.grid-46 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-bottom: 2rem;
  padding-left: 0;
  padding-right: 2rem;
}

.green {
  color: var(--green);
}

.div-block-29 {
  background-color: #fff;
  border-radius: 10px;
  min-width: 32rem;
  padding: 2rem;
}

.grid-47 {
  grid-template-columns: 1fr;
}

.arrow-right {
  width: 50px;
  height: 50px;
  inset: auto 0% 0% auto;
}

.carousel-slider {
  margin-right: 2rem;
}

.arrow-left {
  width: 50px;
  height: 50px;
  inset: auto auto 0% 0%;
}

.carousel {
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 400px;
}

.carousel.is_contained {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-bottom: 75px;
}

.carousel-mask {
  width: 25rem;
  min-width: 25rem;
  max-width: 25rem;
  overflow: visible;
}

.image-52 {
  max-width: 100%;
  height: 2.5rem;
}

.div-block-31 {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  padding: 3rem 5rem;
  box-shadow: 0 6px 5px #0000001c;
}

.grid-50 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  grid-template-rows: auto;
  grid-template-columns: minmax(1rem, 1rem) 1fr;
}

.icon_wrapper-4 {
  z-index: 20;
  object-fit: fill;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: static;
}

.icon_wrapper-4.star {
  padding: 0;
}

.image-53 {
  max-width: 3.5rem;
}

.image-53.star {
  width: 1rem;
  max-width: 1rem;
}

.hover-tabs_left-content {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.hover-tabs_image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

@media screen and (min-width: 991px) {
  .hover-tabs_image-wrapper {
    min-height: 410px;
  }
}

.hover-tabs_image {
  opacity: 0;
  object-fit: contain;
  object-position: top center;
  width: 100%;
  height: 100%;
  transition: opacity .3s ease-in-out;
  position: absolute;
  inset: 0%;
}

.hover-tabs_image.is-active {
  opacity: 1;
}

.grid-54 {
  grid-column-gap: 75px;
  grid-template-rows: auto;
  display: flex;
}

.image_container_2 {
  border-radius: 10px;
}

.image-54 {
  border-radius: 10px;
  max-width: 100%;
}

.image-55 {
  height: 1.15rem;
}

.vakgebied_sub_blok-2 {
  background-color: #f3f5fb;
  border-right: 1.5px solid #00000012;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  align-items: center;
  height: 2rem;
  min-height: 2rem;
  padding: 0;
  display: flex;
}

.vakgebied_sub_blok-2.right {
  border-right-style: none;
  border-radius: 0 10px 10px 0;
}

.icon_wrapper-5 {
  z-index: 20;
  object-fit: fill;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: static;
}

.icon_wrapper-5.lesspadding {
  padding-left: .4rem;
  padding-right: .4rem;
}

.icon_wrapper-5.nav {
  padding: 0;
  display: block;
}

.icon_wrapper-5.nopadding {
  justify-content: flex-start;
  margin-left: 0;
  padding: 0;
}

.icon_wrapper-5.nopadding.nomargin {
  justify-content: flex-start;
  margin-left: 0;
}

.icon_wrapper-5.favorite {
  background-color: #fff;
  border-radius: 10px;
  padding: .5rem;
}

.div-block-32 {
  justify-content: space-between;
  margin-bottom: 1rem;
  display: flex;
  position: static;
}

.div-put {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  min-width: 25rem;
  max-width: 25rem;
  height: auto;
  min-height: 0;
  padding-bottom: 0;
  display: flex;
}

.div-put:first-child {
  padding-left: 0;
}

.div-put.vacatures {
  max-width: none;
}

.div-put.nodefinedheight {
  min-height: auto;
}

.grid-55 {
  grid-column-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, auto) 1fr;
  align-items: center;
}

.image-56 {
  z-index: 1;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
}

.text-block-5 {
  color: #fff;
  letter-spacing: .5px;
  font-size: 1rem;
  text-decoration: none;
}

.text-block-5.blue {
  color: #2a62f6;
}

.image-57 {
  height: 1.75rem;
}

.image-58 {
  width: 1.15rem;
}

.h4-2 {
  color: #150b42;
  letter-spacing: -1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.9rem;
}

.div-block-33 {
  z-index: 9;
  width: 100%;
  padding-top: 1.5rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  position: absolute;
}

.body-text-2 {
  color: #5a5a5a;
  -webkit-text-stroke-color: #96aaad;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8;
}

.body-text-2.blue {
  color: #0e072e;
}

.grid-56 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: auto;
  margin-top: .5rem;
}

.h5-2 {
  grid-row-gap: .3rem;
  color: #150b42;
  text-transform: none;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6rem;
  display: flex;
}

.h5-2.regular {
  font-size: 1.25rem;
  line-height: 1.9rem;
}

.h5-2.regular.small {
  font-size: 1rem;
}

.image-59 {
  max-width: 100%;
  height: 2.5rem;
}

.hidden {
  display: none;
}

.vakgebied_sub_blok-3 {
  background-color: #f3f5fb;
  border-right: 1.5px solid #00000012;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  align-items: center;
  height: 2rem;
  min-height: 2rem;
  padding: 0;
  display: flex;
}

.vakgebied_sub_blok-3.right {
  border-right-style: none;
  border-radius: 0 10px 10px 0;
}

.icon_wrapper-6 {
  z-index: 20;
  object-fit: fill;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: static;
}

.icon_wrapper-6.lesspadding {
  padding-left: .4rem;
  padding-right: .4rem;
}

.icon_wrapper-6.nav {
  padding: 0;
  display: block;
}

.icon_wrapper-6.nopadding {
  justify-content: flex-start;
  margin-left: 0;
  padding: 0;
}

.icon_wrapper-6.nopadding.nomargin {
  justify-content: flex-start;
  margin-left: 0;
}

.icon_wrapper-6.favorite {
  background-color: #fff;
  border-radius: 10px;
  padding: .5rem;
}

.div-block-34 {
  z-index: 9999;
  border: 1px #000;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

.grid-57 {
  grid-column-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, auto) 1fr;
  align-items: center;
}

.image-60 {
  z-index: 1;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
}

.image-61 {
  height: 1.75rem;
}

.image-62 {
  width: 1.15rem;
}

.padding-vertical {
  padding-top: 3em;
  padding-bottom: 3em;
}

.div-block-35 {
  z-index: 9;
  width: 100%;
  padding-top: 1.5rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  position: absolute;
}

.grid-58 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: auto;
  margin-top: .5rem;
}

.h5-3 {
  grid-row-gap: .3rem;
  color: #150b42;
  text-transform: none;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6rem;
  display: flex;
}

.h5-3.regular {
  font-size: 1.25rem;
  line-height: 1.9rem;
}

.h5-3.regular.small {
  font-size: 1rem;
}

.image-63 {
  max-width: 100%;
  height: 2.5rem;
}

.vakgebied_sub_blok-4 {
  background-color: #eceef7;
  border-right: 1.5px solid #00000012;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  align-items: center;
  height: 2rem;
  min-height: 2rem;
  padding: 0;
  display: flex;
}

.vakgebied_sub_blok-4.right {
  border-right-style: none;
  border-radius: 10px;
}

.vakgebied_sub_blok-4.right.white {
  background-color: #fff;
}

.icon_wrapper-7 {
  z-index: 20;
  object-fit: fill;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: static;
}

.icon_wrapper-7.lesspadding {
  padding-left: .4rem;
  padding-right: .4rem;
}

.icon_wrapper-7.nav {
  padding: 0;
  display: block;
}

.icon_wrapper-7.nopadding {
  justify-content: flex-start;
  margin-left: 0;
  padding: 0;
}

.icon_wrapper-7.nopadding.nomargin {
  justify-content: flex-start;
  margin-left: 0;
}

.icon_wrapper-7.favorite {
  background-color: #0000;
  border-radius: 100px;
  padding: 1rem;
}

.icon_wrapper-7.favorite.nav {
  background-color: #0000;
}

.splide__slide {
  flex: none;
  align-self: stretch;
  width: auto;
  max-width: none;
  margin-right: 1.5rem;
  text-decoration: none;
}

.splide__slide.vacatures {
  margin-right: 0;
}

.splide__slide.fade {
  opacity: .5;
}

.image-64 {
  z-index: 1;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
}

.splide__arrows {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 4em;
  display: flex;
}

.splide__arrows.split {
  justify-content: space-between;
}

.image-65 {
  height: 1.75rem;
}

.image-65.small {
  height: 1.5rem;
}

.image-65.smaller {
  height: 1.2rem;
  margin-left: .5rem;
}

.splide__pagination {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  position: absolute;
  inset: auto 0% 1em auto;
}

.image-66 {
  width: 1.15rem;
}

.splide__track {
  width: 100%;
}

.splide__pagination__page {
  opacity: .2;
  background-color: #fff;
  border-radius: 6px;
  width: 10px;
  height: 10px;
  margin-left: 12px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 0;
  line-height: 0;
  transition: all .3s;
  display: none;
}

.splide__pagination__page.is-active {
  opacity: 1;
  display: none;
}

.splide__list {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.div-block-36 {
  z-index: 9;
  object-fit: fill;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.splide {
  width: 100%;
  position: relative;
}

.splide.slider1 {
  cursor: grab;
  overflow: visible;
}

.grid-59 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: auto;
  margin-top: .5rem;
}

.splide__arrow {
  background-color: #0000;
  background-image: url('../images/arrow-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30%;
  border: 2px solid #fff;
  border-radius: 100vw;
  width: 6em;
  height: 3em;
  margin-right: 1em;
  transition: all .2s;
}

.splide__arrow:hover {
  background-color: #3732350f;
}

.splide__arrow.splide__arrow--prev {
  background-color: #2a62f6;
  background-image: url('../images/arrows-01.svg');
  border-style: none;
  width: 3.5rem;
  height: 3.5rem;
  transform: rotate(-180deg);
}

.splide__arrow.splide__arrow--prev:active {
  transform: scale(.95)rotate(-180deg);
}

.splide__arrow.splide__arrow--next {
  background-color: #2a62f6;
  background-image: url('../images/arrows-01.svg');
  border-style: none;
  width: 3.5rem;
  height: 3.5rem;
}

.splide__arrow.splide__arrow--next:active {
  transform: scale(.95);
}

.h5-4 {
  grid-row-gap: .3rem;
  color: #150b42;
  text-transform: none;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6rem;
  display: flex;
}

.h5-4.regular {
  font-size: 1.25rem;
  line-height: 1.9rem;
}

.h5-4.regular.small {
  font-size: 1rem;
}

.image-67 {
  max-width: 100%;
  height: 2rem;
}

.image-67.big {
  height: 4.5rem;
}

.icon_wrapper-8 {
  z-index: 20;
  object-fit: fill;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: static;
}

.h5-5 {
  grid-row-gap: .3rem;
  color: #150b42;
  text-transform: none;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dmsans Bold, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6rem;
  display: flex;
}

.h5-5.regular {
  font-family: Dmsans Regular, sans-serif;
  font-size: 1.25rem;
  line-height: 1.9rem;
}

.h5-5.regular.small {
  font-size: 1rem;
}

.body-text-3 {
  color: #5a5a5a;
  -webkit-text-stroke-color: #96aaad;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dmsans Regular, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8;
}

.body-text-3.white {
  color: #fff;
  padding-bottom: 5rem;
}

.slider_block {
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  width: 18%;
  height: auto;
  margin-right: 1%;
  padding: 0 0 3rem;
  display: flex;
  position: relative;
  box-shadow: 3px 2px 5px 3px #00000008;
}

.slider_block.align_bottom {
  box-shadow: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 35rem;
  padding-bottom: 0;
}

.slider_block.align_bottom.align_top {
  min-height: auto;
}

.vakgebied_sub_blok-5 {
  background-color: #eceef7;
  border-right: 1.5px solid #00000012;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  align-items: center;
  height: 2rem;
  min-height: 2rem;
  padding: 0;
  display: flex;
}

.vakgebied_sub_blok-5.right {
  border-right-style: none;
  border-radius: 10px;
}

.icon_wrapper-9 {
  z-index: 20;
  object-fit: fill;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: static;
}

.h5-6 {
  grid-row-gap: .3rem;
  color: #150b42;
  text-transform: none;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dmsans Bold, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6rem;
  display: flex;
}

.h5-6.regular {
  font-family: Dmsans Regular, sans-serif;
  font-size: 1.25rem;
  line-height: 1.9rem;
}

.h5-6.regular.small {
  font-size: 1rem;
}

.body-text-4 {
  color: #5a5a5a;
  -webkit-text-stroke-color: #96aaad;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dmsans Regular, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8;
}

.body-text-4.white {
  color: #fff;
}

.vakgebied_sub_blok-6 {
  background-color: #f3f5fb;
  border-right: 1.5px solid #00000012;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  align-items: center;
  height: 2rem;
  min-height: 2rem;
  padding: 0;
  display: flex;
}

.vakgebied_sub_blok-6.right {
  border-right-style: none;
  border-radius: 10px;
}

.icon_wrapper-10 {
  z-index: 20;
  object-fit: fill;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: static;
}

.h5-7 {
  grid-row-gap: .3rem;
  color: #150b42;
  text-transform: none;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dmsans Bold, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6rem;
  display: flex;
}

.h5-7.regular {
  font-family: Dmsans Regular, sans-serif;
  font-size: 1.25rem;
  line-height: 1.9rem;
}

.h5-7.regular.small {
  font-size: 1rem;
}

.body-text-5 {
  color: #5a5a5a;
  -webkit-text-stroke-color: #96aaad;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dmsans Regular, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8;
}

.body-text-5.white {
  color: #fff;
}

.icon_wrapper-11 {
  z-index: 20;
  object-fit: fill;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: static;
}

.icon_wrapper-11.nopadding {
  justify-content: flex-start;
  margin-left: 0;
  padding: 0;
}

.icon_wrapper-11.nopadding.margin_bottom {
  min-height: 4rem;
  max-height: 4rem;
}

.icon_wrapper-11.nopadding.nomargin {
  justify-content: flex-start;
  margin-left: 0;
}

.icon_wrapper-11.nav {
  padding: 0;
  display: block;
}

.icon_wrapper-11.nav._2 {
  display: none;
}

.icon_wrapper-11.favorite {
  background-color: #eceef7;
  border-radius: 10px;
  padding: .5rem;
}

.icon_wrapper-11.favorite.nav {
  background-color: #0000;
  min-width: 1rem;
}

.icon_wrapper-11.blue {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  width: 3rem;
  height: 3rem;
}

.icon_wrapper-11.blue.grey {
  background-color: #eceef7;
}

.icon_wrapper-11.blue.werkwijze {
  margin-bottom: 0;
}

.icon_wrapper-11.blue {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
}

.icon_wrapper-11.lesspadding {
  padding-left: .4rem;
  padding-right: .4rem;
}

.h5-8 {
  grid-row-gap: .3rem;
  color: #150b42;
  text-transform: none;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dmsans Bold, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6rem;
  display: flex;
}

.h5-8.regular {
  font-family: Dmsans Regular, sans-serif;
  font-size: 1.25rem;
  line-height: 1.9rem;
}

.h5-8.regular.small {
  font-size: 1rem;
}

.h5-8.top {
  color: #5e5b6b;
  font-family: Dmsans Regular, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
}

.body-text-6 {
  color: #999;
  -webkit-text-stroke-color: #96aaad;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dmsans Regular, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8;
}

.body-text-6.white {
  color: #fff;
}

.body-text-6.bold {
  color: #0e072e;
  letter-spacing: normal;
  text-transform: none;
  font-family: Dmsans Bold, sans-serif;
  font-size: 1rem;
}

.body-text-6.bold.margin_bottom {
  letter-spacing: -.5px;
  margin-bottom: 0;
}

.h3-2 {
  color: #150b42;
  letter-spacing: -1px;
  margin-top: 0;
  font-family: Dmsans Bold, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 4rem;
}

.grid-60 {
  grid-column-gap: 27px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, auto);
  place-items: center start;
  margin-top: 1rem;
}

.image-68 {
  width: 6rem;
}

.div-block-37 {
  background-color: #fff;
  border-radius: 10px;
  padding: 3rem;
}

.div-block-37.padding_left {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.grid-61 {
  grid-row-gap: 0px;
  grid-template-columns: 1fr;
}

.background-video-5 {
  z-index: 1000;
  border-radius: 10px;
  height: 75vh;
}

.play-pause-button-2 {
  display: none;
}

.grid-62 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}

.grid-62.secondary {
  position: static;
}

.div-block-38 {
  background-image: url('../images/Diensten_Afbeelding-03.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 10px;
  position: relative;
}

.contact_block {
  background-color: #fff;
  border-radius: 10px;
  padding-top: .75rem;
  padding-bottom: .75rem;
  padding-left: .75rem;
  text-decoration: none;
}

.div-block-39 {
  max-width: none;
}

.footer_outer {
  border-top: 1px solid #5e5b6b3d;
  justify-content: space-between;
  margin-top: 4.5rem;
  display: flex;
}

.footer_copyright {
  grid-column-gap: 53px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: stretch;
  margin-top: 3.5rem;
  display: grid;
}

.text-block {
  color: var(--dark);
  font-family: Dmsans Regular, sans-serif;
  font-size: 1rem;
}

.footer_link {
  color: var(--dark);
  text-decoration: underline;
}

.google_grid {
  grid-column-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  justify-content: stretch;
}

.google_wrapper {
  background-color: #0000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-69 {
  height: 2rem;
  max-height: 2rem;
}

.grid-64 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr;
}

.grid-65 {
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  place-items: center start;
  margin-top: -.5rem;
}

.star_holder {
  grid-column-gap: .25rem;
  align-items: flex-start;
  display: flex;
}

.image_container_3 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 7vh;
  display: flex;
}

.image-70 {
  height: 2.5rem;
}

.linkedin {
  justify-content: center;
  padding-bottom: 0;
  display: flex;
}

.div-block-40 {
  grid-column-gap: 125px;
  grid-row-gap: 16px;
  background-color: var(--dark);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  padding: 3rem;
  display: grid;
}

.linkedinblock {
  background-image: url('../images/Diensten_Afbeelding-03.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 10px;
}

.image-71 {
  height: 2rem;
}

.link-block, .link-block-2 {
  text-decoration: none;
}

.advies {
  justify-content: center;
  display: flex;
}

.text-size-regular {
  color: #62717a;
  font-size: 1.125rem;
  line-height: 1.6;
}

.story-content {
  padding-top: 0;
  padding-bottom: 5rem;
}

.story-content.norem {
  padding-bottom: 0;
}

.tab-item {
  border-top: 1px #e3eef3;
  border-bottom: 1px solid #e3eef3;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.tab-icon-image {
  width: 1.5rem;
}

.tab-item-padding {
  cursor: pointer;
  padding: 3rem 0;
}

.heading-small {
  color: #003d70;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.4;
}

.faq-grid {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 50%;
  grid-auto-columns: 1fr;
  display: grid;
}

.tab-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border: 1px #f0f4f6;
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: stretch;
  place-items: center stretch;
  padding: 0 2rem;
  display: grid;
}

.heading-large {
  color: #003d70;
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 1.1;
}

.text-size-tiny {
  font-size: .75rem;
}

.tab-icon {
  border: 2px solid var(--blue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin-left: auto;
  display: flex;
}

.container-large {
  width: 100%;
  max-width: 96rem;
  margin-top: auto;
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.margin-bottom-2 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-span-6 {
  color: #003d70;
  font-weight: 700;
}

.tab-bottom-wrapper {
  overflow: hidden;
}

.questionspan {
  color: #37d0bf;
}

.tab-title {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.faq-list {
  border-top: 1px solid #e4eff3;
}

.tab-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f9fafb;
  border-radius: 9px 9px 0 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 4rem;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-bottom: 0;
  padding: 3rem 2.25rem;
  display: grid;
}

.tab-bottom.tab-bottom-full-width {
  background-color: var(--bluegrey2);
  justify-content: flex-start;
  display: flex;
}

.link {
  color: var(--dark);
  text-decoration: none;
}

.team {
  justify-content: center;
  display: flex;
}

.grid-66 {
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
}

.div-block-41 {
  background-color: var(--bluegrey2);
  border-radius: 10px;
  padding: 3rem;
}

.select-field {
  opacity: 1;
  color: #999898;
  background-color: #f9fbff;
  border: 1px #000;
  height: auto;
  margin-bottom: 0;
  padding: 1rem 12px 1rem 1rem;
  font-family: Dmsans Regular, sans-serif;
  font-size: 1rem;
  display: block;
}

.p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

.p.mod--graph-desc {
  color: #1e235599;
  margin-bottom: 40px;
  font-weight: 400;
}

.faq-content {
  overflow: hidden;
}

.div-block-42 {
  width: 100%;
  height: 1px;
}

.faq-circle {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 55px;
  min-width: 55px;
  height: 55px;
  min-height: 55px;
  display: flex;
}

.faq-circle.grey {
  background-color: var(--bluegrey2);
}

.heading-3 {
  font-size: 47px;
  font-weight: 500;
}

.link-2 {
  color: #1e235599;
}

.link-2.p, .link-3 {
  color: #1e2355;
  font-weight: 400;
  text-decoration: underline;
}

.faq-question-bar {
  grid-column-gap: 0rem;
  color: #1a1e27;
  border-bottom: 1px #00000012;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.green-2 {
  color: #357d3f;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(260deg, #4cad33, #007836);
  -webkit-background-clip: text;
  background-clip: text;
  padding-right: 9px;
  font-style: italic;
  font-weight: 600;
}

.faq-question-wrap {
  background-color: var(--bluegrey2);
  cursor: pointer;
  border-radius: 0 0 10px 10px;
  margin-top: 0;
  margin-bottom: 1.5rem;
  padding: 2rem;
}

.faq-wrapper {
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
}

.question-title {
  color: #1e2355;
  letter-spacing: -.03em;
  margin-right: 10px;
  font-weight: 500;
}

.plus-icon {
  height: 1.5rem;
}

.graph__col {
  flex: 1;
  padding-top: 55px;
  padding-bottom: 45px;
}

.graph__col.paddingright {
  padding-top: 0;
  padding-right: 0;
}

.div-block-43 {
  background-color: #f9fbff;
  padding-right: 1rem;
}

.link-block-3 {
  text-decoration: none;
}

.div-block-44 {
  grid-row-gap: .4rem;
  flex-direction: column;
  display: flex;
}

.div-block-45 {
  grid-column-gap: .5rem;
  display: flex;
}

.form-4 {
  grid-column-gap: 3rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 2rem;
  display: grid;
}

.image-72 {
  width: 1.15rem;
}

.underline-2 {
  background-image: linear-gradient(#fff0 90%, #81de23 91%);
  border-top: 15px #521a1a;
  border-bottom: 1px #000;
}

.form-5 {
  background-color: #fff;
  border-radius: 12.5px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 3rem;
  display: flex;
}

.h2-2 {
  color: #150b42;
  text-align: left;
  letter-spacing: -3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dmsans Bold, sans-serif;
  font-size: 3.25rem;
  font-weight: 500;
  line-height: 4rem;
}

.grid-67 {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  place-items: stretch stretch;
  width: 100%;
  /* margin-top: 12vh; */
  margin-top: 7rem;
}

.text-field-3 {
  background-color: #f9fafd;
  border: 1px #000;
  border-radius: 10px;
  height: auto;
  margin-bottom: .75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  font-family: Dmsans Regular, sans-serif;
  font-size: 1rem;
}

.text-field-3.big {
  min-height: 10rem;
  font-family: Dmsans Regular, sans-serif;
}

.grid-68 {
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  align-items: center;
  max-width: 100%;
  margin-top: 3rem;
}

.text-block-6 {
  color: #fff;
  letter-spacing: .5px;
  font-family: Dmsans Regular, sans-serif;
  font-size: 1rem;
  text-decoration: none;
}

.text-block-6.blue {
  color: #2a62f6;
}

.h4-3 {
  color: #150b42;
  letter-spacing: -1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: Dmsans Bold, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.9rem;
}

.h4-3.margin_bottom {
  letter-spacing: -1px;
  margin-bottom: 1rem;
}

.solliciteren {
  background-color: var(--dark);
  justify-content: center;
  display: flex;
}

.nav-link {
  color: #909090;
  letter-spacing: .2px;
  text-transform: none;
  cursor: pointer;
  padding: 33px 0 28px;
  font-family: Dmsans Regular, sans-serif;
  font-size: .95rem;
  font-weight: 400;
  text-decoration: none;
  transition: color .3s ease-in-out;
}

.nav-link:hover {
  color: var(--blue);
}

.nav-link.w--current {
  color: #909090;
  border: 1px #000;
  border-bottom-width: 0;
}

.dropdown-toggle-2 {
  padding: 0;
  display: flex;
}

.dropdown-item {
  text-align: center;
  background-color: #f7f9fc;
  border-right: 1px solid #ddd;
  flex-wrap: wrap;
  flex: 1;
  align-items: flex-end;
  height: 400px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.dropdown-item:hover {
  background-color: #eff1f5;
}

.logo-wrapper {
  align-self: center;
  margin-right: 42px;
  padding-left: 0;
}

.dropdown-icon {
  width: 60px;
  height: 60px;
}

.centered_w1 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
  display: block;
}

.centered_w1.nav-wrapper {
  z-index: 2;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.icon {
  color: #888;
  margin-right: 0;
  padding-top: 4px;
}

.nav-main {
  z-index: 9999;
  background-color: #fff;
  border: 1px #000;
  justify-content: center;
  width: 100%;
  height: 100px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.dropdown-list-3 {
  background-color: #fff;
  height: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: none;
  inset: 82px 0% auto;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.dropdown-list-3.werkgevers, .dropdown-list-3.vacature, .dropdown-list-3.overons, .dropdown-list-3.werkenbij {
  display: none;
}

.nav-point-wrapper {
  margin-left: 0;
  margin-right: 0;
  padding-left: 18px;
  padding-right: 18px;
  position: static;
}

.nav-point-wrapper.dropdown {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
}

.nav-point-wrapper.last-nav-item {
  padding-right: 0;
}

.dropdown-item-wrapper {
  z-index: 1;
  box-shadow: none;
  background-color: #fff;
  height: auto;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.nav-menu {
  flex: 1;
  justify-content: center;
  display: flex;
  position: static;
}

.logo {
  width: 220px;
  min-width: 180px;
  margin-top: 2px;
}

.dropdown-icon-wrapper {
  width: 100%;
}

.dropdown-link {
  color: #de5000;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.dropdown-description-wrapper {
  width: 100%;
  padding-bottom: 48px;
  padding-left: 24px;
  padding-right: 24px;
}

.infotext {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}

.infotext.grey {
  color: #909090;
}

.image-73, .image-73.nav {
  width: 1.15rem;
}

.image-73.nav.dark {
  width: 1.15rem;
  position: absolute;
}

.icon_wrapper-12 {
  z-index: 20;
  object-fit: fill;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.icon_wrapper-12.dropdown {
  display: block;
  position: relative;
}

.grid_vertical-3 {
  grid-column-gap: 2.5rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  align-items: center;
  width: auto;
}

.h4-4 {
  color: #150b42;
  letter-spacing: -1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: Dmsans Bold, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.9rem;
}

.h4-4.margin_bottom {
  letter-spacing: -1px;
  margin-bottom: 1rem;
}

.h4-4.nomargin {
  margin-bottom: 0;
}

.image-74, .image-74.nav {
  width: 1.15rem;
}

.image-74.nav.dark {
  width: 1.15rem;
  position: absolute;
}

.icon_wrapper-13 {
  z-index: 20;
  object-fit: fill;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.icon_wrapper-13.dropdown {
  display: block;
  position: relative;
}

.grid_vertical-4 {
  grid-column-gap: 2.5rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  align-items: center;
  width: auto;
}

.image-75, .image-75.nav {
  width: 1.15rem;
}

.image-75.nav.dark {
  width: 1.15rem;
  position: absolute;
}

.icon_wrapper-14 {
  z-index: 20;
  object-fit: fill;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.icon_wrapper-14.dropdown {
  display: block;
  position: relative;
}

.grid_vertical-5 {
  grid-column-gap: 2.5rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  align-items: center;
  width: auto;
}

.image-76, .image-76.nav {
  width: 1.15rem;
}

.image-76.nav.dark {
  width: 1.15rem;
  position: absolute;
}

.icon_wrapper-15 {
  z-index: 20;
  object-fit: fill;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.icon_wrapper-15.dropdown {
  display: block;
  position: relative;
}

.grid_vertical-6 {
  grid-column-gap: 2.5rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  align-items: center;
  width: auto;
}

.image-77, .image-77.nav {
  width: 1.15rem;
}

.image-77.nav.dark {
  width: 1.15rem;
  position: absolute;
}

.icon_wrapper-16 {
  z-index: 20;
  object-fit: fill;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.icon_wrapper-16.dropdown {
  display: block;
  position: relative;
}

.grid_vertical-7 {
  grid-column-gap: 2.5rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  align-items: center;
  width: auto;
}

.image-78, .image-78.nav {
  width: 1.15rem;
}

.image-78.nav.dark {
  width: 1.15rem;
  position: absolute;
}

.icon_wrapper-17 {
  z-index: 20;
  object-fit: fill;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.icon_wrapper-17.dropdown {
  display: block;
  position: relative;
}

.div-block-46 {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  width: 100%;
  padding: 3rem 5rem;
  box-shadow: 0 6px 5px #0000001c;
}

.grid_vertical-8 {
  grid-column-gap: 2.5rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  align-items: center;
  width: auto;
}

.image-79, .image-79.nav {
  width: 1.15rem;
}

.image-79.nav.dark {
  width: 1.15rem;
  position: absolute;
}

.icon_wrapper-18 {
  z-index: 20;
  object-fit: fill;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.icon_wrapper-18.dropdown {
  display: block;
  position: relative;
}

.div-block-47 {
  border-radius: 0 0 10px 10px;
  width: 100%;
  padding: 1rem 0;
}

.grid_vertical-9 {
  grid-column-gap: 2.5rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  align-items: center;
  width: auto;
}

.image-80, .image-80.nav {
  width: 1.15rem;
}

.image-80.nav.dark {
  width: 1.15rem;
  position: absolute;
}

.icon_wrapper-19 {
  z-index: 20;
  object-fit: fill;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.icon_wrapper-19.dropdown {
  display: block;
  position: relative;
}

.div-block-48 {
  border-radius: 0 0 10px 10px;
  width: 100%;
  padding: 1rem 0;
}

.image-81, .image-81.nav {
  width: 1.15rem;
}

.image-81.nav.dark {
  width: 1.15rem;
  position: absolute;
}

.icon_wrapper-20 {
  z-index: 20;
  object-fit: fill;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.icon_wrapper-20.dropdown {
  display: block;
  position: relative;
}

.div-block-49 {
  border-radius: 0 0 10px 10px;
  width: 100%;
  padding: 1rem 0;
}

.image-82, .image-82.nav {
  width: 1.15rem;
}

.image-82.nav.dark {
  width: 1.15rem;
  position: absolute;
}

.icon_wrapper-21 {
  z-index: 20;
  object-fit: fill;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.icon_wrapper-21.dropdown {
  display: block;
  position: relative;
}

.div-block-50 {
  border-radius: 0 0 10px 10px;
  width: 100%;
  padding: 1rem 0;
}

.image-83, .image-83.nav {
  width: 1.15rem;
}

.image-83.nav.dark {
  width: 1.15rem;
  position: absolute;
}

.icon_wrapper-22 {
  z-index: 20;
  object-fit: fill;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.icon_wrapper-22.dropdown {
  display: block;
  position: relative;
}

.div-block-51 {
  border-radius: 0 0 10px 10px;
  width: 100%;
  padding: 1rem 0;
}

.image-84 {
  width: 1.15rem;
}

.image-85 {
  height: 2.5rem;
}

.image-85.small {
  height: 1.15rem;
}

.div-block-52 {
  background-color: #007ab9;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: .25rem;
  display: flex;
}

.div-block-52._2 {
  background-color: #2a62f6;
  border-radius: 100px;
  position: static;
}

.text-block-7 {
  color: #fff;
  letter-spacing: .5px;
  font-family: Dmsans Regular, sans-serif;
  font-size: 1rem;
  text-decoration: none;
}

.text-block-7.black {
  color: #0e072e;
  font-size: 1rem;
}

.image-86 {
  max-width: 100%;
  height: auto;
  overflow: visible;
}

.team_block, .dennis_c {
  width: 100%;
  height: 100%;
  position: absolute;
}

.image-87 {
  object-fit: cover;
  height: 100%;
  position: absolute;
}

.image-87.bw {
  height: 100%;
}

.grid-69 {
  grid-row-gap: 5px;
  grid-template-columns: 1fr;
}

.grid-70 {
  grid-column-gap: 27px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, auto);
  place-items: center start;
  margin-top: 1rem;
}

.team_wrapper-2 {
  background-image: url('../images/Dennis_team_DEF.png'), linear-gradient(#eceef7, #eceef7);
  background-position: 50% 0, 0 0;
  background-size: cover, auto;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-end;
  height: 30rem;
  display: flex;
}

.team_wrapper-2.twan {
  background-image: url('../images/twan_team_DEF.png'), linear-gradient(#eceef7, #eceef7);
  background-position: 50% 0, 0 0;
  background-size: cover, auto;
}

.grid-71 {
  grid-column-gap: .25rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(3rem, 3rem) minmax(3rem, 3rem) minmax(3rem, 3rem) minmax(3rem, 3rem);
  margin-top: 1.5rem;
}

.grid-71.margins {
  grid-column-gap: .75rem;
  margin-bottom: 1rem;
  padding-left: 1rem;
}

.image-88 {
  height: 1.15rem;
}

.image-88.bigger {
  height: 2rem;
}

.div-block-53 {
  background-color: #007ab9;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: .25rem;
  display: flex;
}

.div-block-53._2 {
  background-color: #2a62f6;
  border-radius: 100px;
  position: static;
}

.div-block-53._2.bigger {
  width: 3rem;
  height: 3rem;
}

.grid-72 {
  grid-row-gap: 0px;
  grid-template-columns: 1fr;
}

.grid-73 {
  grid-column-gap: 74px;
  grid-template-rows: auto;
}

.text_right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-89 {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.div-block-54 {
  height: auto;
}

.div-block-55 {
  margin-bottom: 2rem;
}

.image-90 {
  border-radius: 10px;
  margin-top: 2rem;
}

.step-block-2 {
  flex-wrap: nowrap;
  place-content: center space-around;
  align-items: center;
  min-height: 40vh;
  margin-top: -1px;
  display: flex;
  position: relative;
}

.scroll-animate-2 {
  transform-origin: 50% 0;
  background-color: #2a62f6;
  width: 6px;
  height: 100%;
  position: absolute;
  bottom: 0;
}

.underline-3 {
  background-image: linear-gradient(#fff0 90%, #81de23 91%);
  border-top: 15px #521a1a;
  border-bottom: 1px #000;
}

.h2-3 {
  color: #150b42;
  text-align: left;
  letter-spacing: -3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dmsans Bold, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 5rem;
}

.image-91 {
  width: 1.15rem;
}

.top_text-2 {
  grid-row-gap: .5rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  align-items: stretch;
  margin-bottom: 2.5rem;
  display: flex;
}

.h3-3 {
  color: #150b42;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dmsans Bold, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 4rem;
}

.h3-3.margin_bottom {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 2.5rem;
  line-height: 3rem;
}

.h3-3.margin_bottom.align_middle {
  text-align: center;
}

.h3-3.margin_bottom.align_middle.white {
  color: #fff;
}

.img-block-2 {
  grid-row-gap: 1rem;
  background-color: #eceef7;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 40%;
  padding: 2rem;
  display: flex;
}

.img-block-2.white {
  background-color: #fff;
}

.img-block-2.margin {
  margin-top: 10rem;
}

.img-block-2.margin.white {
  background-color: #0000;
}

.img-block-2.margin2 {
  margin-bottom: 10rem;
}

.img-block-2.margin2.white {
  background-color: #fff;
}

.text-block-8 {
  color: #fff;
  letter-spacing: .5px;
  font-family: Dmsans Regular, sans-serif;
  font-size: 1rem;
  text-decoration: none;
}

.text-block-8.blue {
  color: #2a62f6;
}

.input-field-wrap {
  margin-bottom: 0;
}

.field-wrap {
  color: #ececec;
  background-color: #f9fbff;
  border-radius: 10px;
  align-items: center;
  padding-top: .75rem;
  padding-bottom: .75rem;
  padding-left: 1rem;
  display: flex;
  position: relative;
}

.date-field {
  color: #ececec;
  background-color: #0000;
  border: 1px #0000;
  border-radius: 0;
  width: 100%;
  min-height: 0;
  margin-bottom: 0;
  padding: 0;
  font-family: Dmsans Regular, sans-serif;
  font-size: 1rem;
  transition: all .25s;
}

.date-field:hover {
  border-color: #ccd5e0;
}

.date-field:focus {
  border-color: #642eff;
}

.date-field::placeholder {
  color: #a0a6b0;
}

.field-icon {
  position: absolute;
  inset: auto auto auto 16px;
}

.checkbox-field {
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  display: flex;
}

.checkbox {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-left: 0;
}

.checkbox-label {
  color: #999;
  margin-bottom: 0;
  padding-left: 1rem;
  font-family: Dmsans Regular, sans-serif;
  font-size: 1rem;
}

.page_link {
  color: var(--blue);
  text-decoration: none;
}

.ms-input {
  color: #121331;
  background-color: #fff;
  border: 1px solid #12133140;
  border-radius: 5px;
  min-height: 40px;
  margin-bottom: 20px;
  padding: 8px 12px;
  transition: box-shadow .2s, border-color .2s;
  position: relative;
  box-shadow: 0 5px 10px -5px #0000001a;
}

.ms-input:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #2962ff;
}

.ms-input::placeholder {
  color: #909090;
}

.ms-input.icon-left {
  box-shadow: none;
  background-color: #f9fbff;
  border-style: none;
  min-height: 3.5rem;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2.5rem;
  font-family: Dmsans Regular, sans-serif;
  font-size: .9rem;
}

.ms-input-wrap {
  background-color: var(--bluegrey2);
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
}

.ms-svg {
  z-index: 3;
  color: #12133140;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 20px;
  display: flex;
  position: absolute;
  inset: auto auto auto 1rem;
}

.submit-button {
  background-color: var(--blue);
  border-radius: 100px;
  min-width: 12rem;
  max-width: 16rem;
  height: 3rem;
  padding-top: .75rem;
  padding-bottom: .74rem;
  font-family: Dmsans Regular, sans-serif;
  font-size: 1rem;
}

.submit-button-2 {
  background-color: var(--blue);
}

.text-span-19 {
  font-family: Dmsans Bold, sans-serif;
}

.grid-74 {
  grid-column-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  margin-bottom: 0;
}

.image-92 {
  object-fit: cover;
  border-radius: 10px;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
}

.image-92.static {
  height: 100%;
  position: static;
}

.back_button_wrapper {
  border-bottom: 1px solid #0000001f;
  justify-content: flex-end;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  display: flex;
}

.info {
  background-color: #eceef7;
  border-radius: 10px;
  flex-flow: column;
  height: 100%;
  min-height: auto;
  padding: 3rem;
  display: block;
}

.div-block-57 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  max-height: 200px;
}

.image-93 {
  object-fit: cover;
  object-position: 50% 0%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.timeline_track {
  background-color: var(--bluegrey2);
  flex-direction: column;
  align-items: center;
  width: 2px;
  height: 100%;
}

.div-block-58 {
  width: 100%;
  height: 1px;
}

.timeline_dot {
  z-index: 1;
  background-color: #2a62f6;
  border: 4px #0a227d;
  border-radius: 99px;
  width: 24px;
  height: 24px;
  position: relative;
}

.timeline_progress {
  z-index: 1;
  background-color: #2a62f6;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 3px;
  height: 5%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto 50%;
  transform: translate(-50%);
}

.div-block-59 {
  object-fit: contain;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  height: 400px;
  position: relative;
}

.timeline_grid {
  grid-column-gap: 1.5em;
  grid-row-gap: 0em;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr .25fr 1fr;
  width: 100%;
  margin-top: 2rem;
}

.img-block-3 {
  grid-row-gap: 0rem;
  background-color: #0000;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  margin-right: 0;
  display: flex;
  position: static;
}

.timeline_grid-wrap {
  max-height: 50%;
  position: relative;
  overflow: visible;
}

.timeline_progress-overlay-bottom {
  background-image: linear-gradient(#0a227d00, #0a227d);
  width: 6px;
  height: 4em;
  position: absolute;
  inset: auto 0% 0 47%;
}

.timeline_track-wrap {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.faq-question-wrap-2 {
  cursor: pointer;
  background-color: #f3f5fb;
  border-radius: 0 0 10px 10px;
  margin-top: 0;
  margin-bottom: 1.5rem;
  padding: 2rem;
}

.h4-5 {
  color: #150b42;
  letter-spacing: -1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.9rem;
}

.h4-5.leftright {
  padding-left: 1.5rem;
  padding-right: 2.5rem;
  font-family: Dmsans Bold, sans-serif;
}

.h4-5.nomargin {
  margin-bottom: 0;
  font-family: Dmsans Bold, sans-serif;
}

.h4-5.leftright {
  padding-left: 1.5rem;
  padding-right: 2.5rem;
}

.h4-5.nomargin {
  margin-bottom: 0;
}

.body-text-7 {
  color: #5a5a5a;
  -webkit-text-stroke-color: #96aaad;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8;
}

.timeline_progress-overlay-top {
  z-index: 0;
  background-image: linear-gradient(to bottom, var(--blue), #0a227d00);
  width: 3px;
  height: 2em;
  position: absolute;
  inset: 0% 0% auto -2px;
}

.timeline_item-wrap.negative {
  margin-top: -18rem;
}

.timeline_item-wrap.empty-row{
  height: 560px;
}

.link-4 {
  color: #909090;
  text-decoration: none;
}

.link-4:hover {
  color: var(--blue);
}

.link-4.w--current {
  color: #909090;
}

.link-4.w--current:hover {
  color: var(--blue);
}

.link-5 {
  color: #909090;
  text-decoration: none;
}

.link-5:hover {
  color: var(--blue);
}

.link-6 {
  color: #909090;
  text-decoration: none;
}

.link-6:hover {
  color: var(--blue);
}

.link-7 {
  color: #909090;
  text-decoration: none;
}

.link-7:hover {
  color: var(--blue);
}

.link-8 {
  color: #909090;
  text-decoration: none;
}

.link-8:hover {
  color: var(--blue);
}

.timeline_track-2 {
  background-color: #94bac7;
  flex-direction: column;
  align-items: center;
  width: 2px;
  height: 100%;
}

.div-block-60 {
  width: 100%;
  height: 1px;
}

.div-block-61 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  max-height: 200px;
  overflow: hidden;
}

.image-94 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.timeline_grid-2 {
  grid-column-gap: 1.5em;
  grid-row-gap: 0em;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr .25fr 1fr;
  width: 100%;
  display: none;
}

.faq-question-wrap-3 {
  cursor: pointer;
  background-color: #f3f5fb;
  border-radius: 0 0 10px 10px;
  margin-top: 0;
  margin-bottom: 1.5rem;
  padding: 2rem;
}

.body-text-8 {
  color: #5a5a5a;
  -webkit-text-stroke-color: #96aaad;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8;
}

.navbar__navmenu-mobile, .nav_mobiel {
  display: none;
}

.link-9 {
  color: var(--blue);
  font-family: Dmsans Regular, sans-serif;
  font-size: 1rem;
  text-decoration: none;
}

.div-block-64 {
  margin-top: 0;
  padding-left: 1.5vw;
  padding-right: 1.5vw;
}

.video {
  background-color: #eceef7;
}

.text-span-20 {
  font-family: Dmsans Bold, sans-serif;
  font-weight: 400;
}

.grid-75 {
  grid-column-gap: 13px;
  grid-row-gap: 1px;
  grid-template-columns: auto 1fr;
}

.div-block-65 {
  width: .5rem;
}

.grid-76 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  margin-top: 3rem;
}

.grid-77 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.div-block-66 {
  background-color: #fff;
  border-radius: 10px;
  padding: 3rem;
}

.div-block-66.blue {
  background-color: #150b42;
}

.div-block-67 {
  display: none;
}

.dropdown-link-2 {
  margin-left: 0;
  margin-right: 0;
  left: 0;
  right: 0;
}

.dropdown-link-3, .dropdown-link-4 {
  margin-left: 0;
  margin-right: 0;
  right: 0;
}

.grid-79 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 3fr 3fr 3fr auto;
}

.dropdown-2 {
  align-items: center;
  display: flex;
}

.dropdown-3 {
  background-color: #fff;
  border-right: 1px solid #e4e4e4;
  display: block;
}

.dropdown-list-4 {
  background-color: #c59898;
}

.dropdown-list-hub {
  border-radius: 0 !important;
  padding-bottom: 5px;
  padding-top: 8px;
}

.dropdown-list-4.w--open {
  background-color: #fff;
  box-shadow: 0 2px 5px #0003;
}

.dropdown-list-4 .dropdown-option {
  padding: 5px 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  transition: background-color .3s ease-out;

  * {
    pointer-events: none;
  }
}

.dropdown-list-4 .dropdown-option:hover {
  background-color: #f6f8ff;
}

.dropdown-list-4 .dropdown-option:last-of-type {
  padding-bottom: 10px;
}

.dropdown-list-4 .dropdown-option .w-dropdown-link {
  margin: 0;
  padding: 0;
}

.dropdown-list-4 .dropdown-option .dropdown-checkbox {
  border-radius: .3rem;
  margin-right: .75rem;
  width: 1.6rem;
  height: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eceef7;
}

.dropdown-list-4 .dropdown-option.selected .dropdown-checkbox {
  background-color: var(--blue);
  display: block;
}

.dropdown-list-4 .dropdown-option.selected .dropdown-checkbox svg {
  display: block;
}

.dropdown-list-4 .dropdown-option .dropdown-checkbox svg {
  height: .9rem;
  fill: #ffffff;
  margin: .4rem;
  display: none;
}

.dropdown-link-5 {
  font-family: Dmsans Regular, sans-serif;
  font-size: 1rem;
}

.dropdown-toggle-3 {
  align-items: center;
  height: 4rem;
  display: flex;
}

.dropdown-4 {
  background-color: #fff;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
}

.dropdown-list-5 {
  background-color: #8f4d4d;
}

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

.link-10, .link-11 {
  color: var(--dim-grey);
  text-decoration: none;
}

.text-span-21, .text-span-22 {
  font-family: Dmsans Bold, sans-serif;
}

.list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #5a5a5a;
  flex-direction: column;
  margin-top: 0;
  padding-left: 17px;
  font-family: Dmsans Regular, sans-serif;
  font-size: 1rem;
  line-height: 1.4rem;
  display: flex;
}

.list-item {
  line-height: 1.8rem;
}

.grid-80 {
  grid-template-columns: 1fr;
}

.vakgebied_sub_blok-7 {
  background-color: #eceef7;
  border-right: 1.5px solid #00000012;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  align-items: center;
  height: 2rem;
  min-height: 2rem;
  padding: 0;
  display: flex;
}

.vakgebied_sub_blok-7.right {
  border-right-style: none;
  border-radius: 0 10px 10px 0;
}

.image-95 {
  height: 1.75rem;
}

.image-96 {
  z-index: 1;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
}

.image-97 {
  width: 1.15rem;
}

.top_text-3 {
  grid-row-gap: .5rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  align-items: stretch;
  margin-bottom: 2rem;
  display: flex;
}

.h5-9 {
  grid-row-gap: .3rem;
  color: #150b42;
  letter-spacing: -1px;
  text-transform: none;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dmsans Bold, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6rem;
  display: flex;
}

.h5-9.regular {
  font-family: Dmsans Regular, sans-serif;
  font-size: 1.25rem;
  line-height: 1.9rem;
}

.h5-9.regular.small {
  font-size: 1rem;
}

.h5-9.top {
  color: #5e5b6b;
  font-family: Dmsans Regular, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
}

.text-block-10 {
  color: #fff;
  letter-spacing: .5px;
  font-family: Dmsans Regular, sans-serif;
  font-size: 1rem;
  text-decoration: none;
}

.text-block-10.blue {
  color: #2a62f6;
}

.h4-6 {
  color: #150b42;
  letter-spacing: -1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: Dmsans Bold, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.9rem;
}

.body-text-9 {
  color: #5a5a5a;
  -webkit-text-stroke-color: #96aaad;
  word-break: normal;
  order: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dmsans Regular, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8;
}

.body-text-9.blue {
  color: #0e072e;
}

.grid-81 {
  grid-column-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, auto) 1fr;
  align-items: center;
}

.div-block-69 {
  z-index: 9;
  width: 100%;
  padding-top: 1.5rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  position: absolute;
}

.h2-4 {
  color: #150b42;
  text-align: left;
  letter-spacing: -3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dmsans Bold, sans-serif;
  font-size: 3.25rem;
  font-weight: 500;
  line-height: 4rem;
}

.image-98 {
  max-width: 100%;
  height: 2.5rem;
}

.grid-82 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: auto;
  margin-top: .5rem;
}

.div-block-70 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

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

.link-block-6 {
  background-color: #f9fafd;
  margin-bottom: .75rem;
  padding: 1rem;
}

.link-block-6.rem_right {
  border-radius: 10px;
  margin-right: .5rem;
  text-decoration: none;
}

.div-block-72 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.top_text_2 {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.grid-83 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.grid-83.margin {
  margin-top: 0;
  margin-bottom: 0;
}

.grid-83.lessmargin {
  margin-top: 6vh;
  margin-bottom: 0;
}

.image-99 {
  object-fit: cover;
  object-position: 100% 50%;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-73 {
  height: 60vh;
  position: relative;
}

.unwrap {
  z-index: 1000;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: var(--background);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 3.5rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
  margin-right: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-100 {
  width: .9rem;
}

.combined {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.selectie {
  justify-content: flex-end;
  align-items: center;
  height: 40vh;
  display: flex;
  position: relative;
}

.selectie.left {
  justify-content: flex-start;
  align-items: center;
  margin-top: 5rem;
}

.grid-84 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  margin-top: 5rem;
}

.image-101 {
  object-fit: cover;
  width: 400px;
  height: 100%;
  margin-bottom: 2rem;
}

.bedrijfsprofiel {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: #eceef7;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 1rem;
  padding: 3rem;
  display: flex;
}

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

.arrow_left {
  background-color: var(--blue);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-right: 1em;
  padding: 9px 15px;
  display: flex;
}

.image-102 {
  width: 1.2rem;
}

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

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

.hamburgermenu {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.navbar-2 {
  z-index: 12000;
  background-color: #124b5400;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding: 0 1rem 1rem 0;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.beeldmerk {
  width: 1.6rem;
}

.top-line {
  background-color: #013550;
  flex: 0 auto;
  width: 40px;
  height: 2px;
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
  position: static;
  top: 18px;
  left: 0;
  right: 0;
}

.navbar2_block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--background);
  cursor: pointer;
  border-radius: 10px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding: 1.25rem 1.25rem 1rem;
  display: flex;
  position: relative;
  box-shadow: 0 0 5px #0003;
}

.link-block-7 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem .5rem 2rem;
  display: flex;
}

.link-block-7.w--current {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

.middle-line {
  background-color: #013550;
  width: 40px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: static;
  top: 28px;
  left: 0;
  right: 0;
}

.devider_menu {
  background-color: #96aaad;
  width: 100%;
  height: 1px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.image-103 {
  border-radius: 10px;
}

.image-104 {
  object-fit: cover;
  border-radius: 10px;
  height: 100%;
}

.image-104.bigger {
  object-fit: cover;
  position: static;
}

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

.image-105 {
  border-radius: 10px;
}

.label_container {
  z-index: 10;
  background-color: #013550;
  border-radius: 100px;
  margin-top: 2rem;
  margin-left: 2rem;
  padding: .75rem 1.5rem;
  position: absolute;
}

.label_container.project {
  margin-top: 0;
  margin-left: 0;
  position: absolute;
}

.artikel_link {
  border: 1px #000;
  text-decoration: none;
}

.locaties {
  justify-content: center;
  align-items: center;
  padding-top: 8rem;
  padding-bottom: 10rem;
  display: flex;
}

.dot-2 {
  background-color: #013550;
  border-radius: 100px;
  width: .4rem;
  height: .4rem;
  margin-right: 1rem;
}

.paragraph {
  color: #013550;
  margin-bottom: 0;
  font-size: .95rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.artikel_item {
  position: relative;
}

.image_wrapper-2 {
  object-fit: contain;
  background-image: url('../images/artikel_foto.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 20rem;
  max-height: 20rem;
  padding-top: 3rem;
  padding-left: 2rem;
}

.image_wrapper-2.locatie1 {
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  background-image: url('../images/Sprint-Intermediair---By-The-Image-Partner-78.jpg');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  border-radius: 10px;
  width: 100%;
  height: 25rem;
  max-height: none;
  margin-top: 5rem;
}

.image_wrapper-2.locatie2 {
  background-image: url('../images/eindhoven.jpeg');
  background-position: 50% 25%;
}

.artikel_bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2rem 2.5rem;
  display: flex;
  position: relative;
}

.artikel_bottom.blue {
  background-color: var(--background);
}

.button_inside {
  border: 1px solid #013550;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .75rem 2rem;
  text-decoration: none;
  display: flex;
}

.button_inside.blue {
  z-index: 20;
  border-width: 0;
  position: relative;
}

.button_inside.blue.white {
  box-shadow: none;
  padding-left: 0;
}

.button_inside.blue.white.hide {
  background-color: #d5e9f8;
}

.text-block-11 {
  color: #013550;
  font-size: .95rem;
}

.container-5 {
  border: 1px #000;
  border-bottom-width: 0;
  flex-flow: column;
  width: 100%;
  max-width: 1920px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
}

.label_text {
  color: #fff;
  font-size: 17px;
}

.gradient_line {
  opacity: 1;
  background-image: linear-gradient(90deg, #0188ef, #fdfe29);
  width: 100%;
  height: 6px;
}

.gradient_line.artikel {
  z-index: 10;
  height: 6px;
  position: absolute;
  inset: auto 0% 0%;
}

.grid-85 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
}

.body-text-10 {
  color: #999;
  -webkit-text-stroke-color: #96aaad;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dmsans Regular, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8;
}

.reset_filters {
  color: var(--blue);
  margin-top: 1.25rem;
  margin-left: 1rem;
  font-family: Dmsans Regular, sans-serif;
  font-size: 1rem;
}

.image-106 {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.image-107 {
  width: 1.15rem;
}

.h5-10 {
  grid-row-gap: .3rem;
  color: #150b42;
  letter-spacing: -1px;
  text-transform: none;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dmsans Bold, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6rem;
  display: flex;
}

.h5-10.top {
  color: #5e5b6b;
  font-family: Dmsans Regular, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
}

.h5-10.top.white {
  color: #f6fcff;
}

.body-text-11 {
  color: #5a5a5a;
  text-align: left;
  -webkit-text-stroke-color: #96aaad;
  word-break: normal;
  order: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dmsans Regular, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8;
}

.body-text-11.white {
  color: #fff;
}

.div-block-78 {
  height: auto;
}

.grid-86 {
  grid-column-gap: 74px;
  grid-template-rows: auto;
}

.text-block-12 {
  color: #fff;
  letter-spacing: .5px;
  font-family: Dmsans Regular, sans-serif;
  font-size: 1rem;
  text-decoration: none;
}

.text-block-12.blue {
  color: #2a62f6;
}

.top_text-4 {
  grid-row-gap: .5rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
  display: flex;
}

.top_text-4.lessmargin {
  margin-bottom: 1rem;
}

.h3-4 {
  color: #150b42;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dmsans Bold, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 3.5rem;
}

.h3-4.white {
  color: #fff;
  letter-spacing: -1.5px;
  font-size: 2.5rem;
}

.div-block-79 {
  grid-column-gap: 125px;
  grid-row-gap: 16px;
  background-color: #150b42;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  padding: 3rem;
  display: grid;
}

.h2-5 {
  color: #150b42;
  text-align: left;
  letter-spacing: -3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dmsans Bold, sans-serif;
  font-size: 3.25rem;
  font-weight: 500;
  line-height: 4rem;
}

.h2-5.white {
  color: #fff;
}

.image-108 {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.image-109 {
  width: 1.15rem;
}

.h5-11 {
  grid-row-gap: .3rem;
  color: #150b42;
  letter-spacing: -1px;
  text-transform: none;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dmsans Bold, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6rem;
  display: flex;
}

.h5-11.top {
  color: #5e5b6b;
  font-family: Dmsans Regular, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
}

.h5-11.top.white {
  color: #f6fcff;
}

.body-text-12 {
  color: #5a5a5a;
  text-align: left;
  -webkit-text-stroke-color: #96aaad;
  word-break: normal;
  order: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dmsans Regular, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8;
}

.body-text-12.white {
  color: #fff;
}

.div-block-80 {
  height: auto;
}

.grid-87 {
  grid-column-gap: 74px;
  grid-template-rows: auto;
}

.text-block-13 {
  color: #fff;
  letter-spacing: .5px;
  font-family: Dmsans Regular, sans-serif;
  font-size: 1rem;
  text-decoration: none;
}

.text-block-13.blue {
  color: #2a62f6;
}

.top_text-5 {
  grid-row-gap: .5rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
  display: flex;
}

.top_text-5.lessmargin {
  margin-bottom: 1rem;
}

.h3-5 {
  color: #150b42;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dmsans Bold, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 3.5rem;
}

.h3-5.white {
  color: #fff;
  letter-spacing: -1.5px;
  font-size: 2.5rem;
}

.div-block-81 {
  grid-column-gap: 125px;
  grid-row-gap: 16px;
  background-color: #150b42;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  padding: 3rem;
  display: grid;
}

.h2-6 {
  color: #150b42;
  text-align: left;
  letter-spacing: -3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dmsans Bold, sans-serif;
  font-size: 3.25rem;
  font-weight: 500;
  line-height: 4rem;
}

.h2-6.white {
  color: #fff;
}

.image-110 {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.image-111 {
  width: 1.15rem;
}

.h5-12 {
  grid-row-gap: .3rem;
  color: #150b42;
  letter-spacing: -1px;
  text-transform: none;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dmsans Bold, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6rem;
  display: flex;
}

.h5-12.top {
  color: #5e5b6b;
  font-family: Dmsans Regular, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
}

.h5-12.top.white {
  color: #f6fcff;
}

.body-text-13 {
  color: #5a5a5a;
  text-align: left;
  -webkit-text-stroke-color: #96aaad;
  word-break: normal;
  order: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dmsans Regular, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8;
}

.body-text-13.white {
  color: #fff;
}

.div-block-82 {
  height: auto;
}

.grid-88 {
  grid-column-gap: 74px;
  grid-template-rows: auto;
}

.text-block-14 {
  color: #fff;
  letter-spacing: .5px;
  font-family: Dmsans Regular, sans-serif;
  font-size: 1rem;
  text-decoration: none;
}

.text-block-14.blue {
  color: #2a62f6;
}

.top_text-6 {
  grid-row-gap: .5rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
  display: flex;
}

.top_text-6.lessmargin {
  margin-bottom: 1rem;
}

.h3-6 {
  color: #150b42;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dmsans Bold, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 3.5rem;
}

.h3-6.white {
  color: #fff;
  letter-spacing: -1.5px;
  font-size: 2.5rem;
}

.div-block-83 {
  grid-column-gap: 125px;
  grid-row-gap: 16px;
  background-color: #150b42;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  padding: 3rem;
  display: grid;
}

.h2-7 {
  color: #150b42;
  text-align: left;
  letter-spacing: -3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dmsans Bold, sans-serif;
  font-size: 3.25rem;
  font-weight: 500;
  line-height: 4rem;
}

.h2-7.white {
  color: #fff;
}

.image-112 {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.image-113 {
  width: 1.15rem;
}

.h5-13 {
  grid-row-gap: .3rem;
  color: #150b42;
  letter-spacing: -1px;
  text-transform: none;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dmsans Bold, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6rem;
  display: flex;
}

.h5-13.top {
  color: #5e5b6b;
  font-family: Dmsans Regular, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
}

.h5-13.top.white {
  color: #f6fcff;
}

.body-text-14 {
  color: #5a5a5a;
  text-align: left;
  -webkit-text-stroke-color: #96aaad;
  word-break: normal;
  order: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dmsans Regular, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8;
}

.body-text-14.white {
  color: #fff;
}

.div-block-84 {
  height: auto;
}

.grid-89 {
  grid-column-gap: 74px;
  grid-template-rows: auto;
}

.text-block-15 {
  color: #fff;
  letter-spacing: .5px;
  font-family: Dmsans Regular, sans-serif;
  font-size: 1rem;
  text-decoration: none;
}

.text-block-15.blue {
  color: #2a62f6;
}

.top_text-7 {
  grid-row-gap: .5rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
  display: flex;
}

.top_text-7.lessmargin {
  margin-bottom: 1rem;
}

.h3-7 {
  color: #150b42;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dmsans Bold, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 3.5rem;
}

.h3-7.white {
  color: #fff;
  letter-spacing: -1.5px;
  font-size: 2.5rem;
}

.div-block-85 {
  grid-column-gap: 125px;
  grid-row-gap: 16px;
  background-color: #150b42;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  padding: 3rem;
  display: grid;
}

.h2-8 {
  color: #150b42;
  text-align: left;
  letter-spacing: -3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dmsans Bold, sans-serif;
  font-size: 3.25rem;
  font-weight: 500;
  line-height: 4rem;
}

.h2-8.white {
  color: #fff;
}

.image-114 {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.image-115 {
  width: 1.15rem;
}

.h5-14 {
  grid-row-gap: .3rem;
  color: #150b42;
  letter-spacing: -1px;
  text-transform: none;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dmsans Bold, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6rem;
  display: flex;
}

.h5-14.top {
  color: #5e5b6b;
  font-family: Dmsans Regular, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
}

.h5-14.top.white {
  color: #f6fcff;
}

.body-text-15 {
  color: #5a5a5a;
  text-align: left;
  -webkit-text-stroke-color: #96aaad;
  word-break: normal;
  order: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dmsans Regular, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8;
}

.body-text-15.white {
  color: #fff;
}

.div-block-86 {
  height: 40vh;
}

.grid-90 {
  grid-column-gap: 74px;
  grid-template-rows: auto;
}

.text-block-16 {
  color: #fff;
  letter-spacing: .5px;
  font-family: Dmsans Regular, sans-serif;
  font-size: 1rem;
  text-decoration: none;
}

.text-block-16.blue {
  color: #2a62f6;
}

.top_text-8 {
  grid-row-gap: .5rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
  display: flex;
}

.top_text-8.lessmargin {
  margin-bottom: 1rem;
}

.h3-8 {
  color: #150b42;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dmsans Bold, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 3.5rem;
}

.h3-8.white {
  color: #fff;
  letter-spacing: -1.5px;
  font-size: 2.5rem;
}

.div-block-87 {
  grid-column-gap: 125px;
  grid-row-gap: 16px;
  background-color: #150b42;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  padding: 3rem;
  display: grid;
}

.h2-9 {
  color: #150b42;
  text-align: left;
  letter-spacing: -3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dmsans Bold, sans-serif;
  font-size: 3.25rem;
  font-weight: 500;
  line-height: 4rem;
}

.h2-9.white {
  color: #fff;
}

.image-116 {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.image-117 {
  width: 1.15rem;
}

.h5-15 {
  grid-row-gap: .3rem;
  color: #150b42;
  letter-spacing: -1px;
  text-transform: none;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dmsans Bold, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6rem;
  display: flex;
}

.h5-15.top {
  color: #5e5b6b;
  font-family: Dmsans Regular, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
}

.h5-15.top.white {
  color: #f6fcff;
}

.body-text-16 {
  color: #5a5a5a;
  text-align: left;
  -webkit-text-stroke-color: #96aaad;
  word-break: normal;
  order: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dmsans Regular, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8;
}

.body-text-16.white {
  color: #fff;
}

.div-block-88 {
  height: auto;
}

.grid-91 {
  grid-column-gap: 74px;
  grid-template-rows: auto;
}

.text-block-17 {
  color: #fff;
  letter-spacing: .5px;
  font-family: Dmsans Regular, sans-serif;
  font-size: 1rem;
  text-decoration: none;
}

.text-block-17.blue {
  color: #2a62f6;
}

.div-block-89 {
  grid-column-gap: 125px;
  grid-row-gap: 16px;
  background-color: #150b42;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  padding: 3rem;
  display: grid;
}

.h2-10 {
  color: #150b42;
  text-align: left;
  letter-spacing: -3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dmsans Bold, sans-serif;
  font-size: 3.25rem;
  font-weight: 500;
  line-height: 4rem;
}

.h2-10.white {
  color: #fff;
}

.icon-wrapper {
  background-color: #eceef7;
  border-radius: 7px;
  width: auto;
  margin-bottom: 2rem;
  padding: 1rem;
}

.image-118 {
  height: 4rem;
}

@media screen and (min-width: 1920px) {
  .container.color {
    background-color: #003e7e00;
  }

  .button_link.nav, .button_link.nav.alternative {
    background-color: var(--blue);
  }

  .button_link.nav, .button_link.nav.alternative, .button_link.nav, .button_link.nav.alternative {
    background-color: #2a62f6;
  }

  .button_link.nav.alternative.contact.margin_top {
    margin-top: 3rem;
  }

  .icon_wrapper.color {
    padding: .6rem;
  }

  .container_vertical.heading {
    /* padding-top: 20vh; */
    padding-top: 8.25rem;
  }

  .container_vertical.heading.novh._12 {
    padding-bottom: 12vh;
  }

  .container_vertical.contact {
    padding-top: 0;
  }

  .container_vertical._12vhdouble {
    /* padding-top: 12vh;
    padding-bottom: 12vh; */
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .container_vertical._8vh {
    padding-top: 8vh;
    padding-bottom: 12vh;
  }

  .top_text.rem {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
  }

  .c-scroll-track {
    width: 200vh;
  }

  .body-text.bold {
    font-weight: 700;
  }

  .content_wrap.blue {
    background-color: #0000;
    border-radius: 10px;
    padding: 3rem;
  }

  .c-scrolling-content {
    overflow: hidden;
  }

  .horizontal_divide {
    grid-column-gap: 2rem;
  }

  .over-ons {
    background-color: #003e7edb;
    border-top-left-radius: 800px;
  }

  .container_blue.blue {
    background-color: #0000;
  }

  .block_2.white.transparent.rem {
    padding-top: 2rem;
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .grid-3._14vh {
    margin-top: 14vh;
  }

  .splide1.slider {
    width: 100%;
  }

  .image_wrapper {
    grid-column-gap: 2rem;
    display: flex;
  }

  .dienst_blok {
    min-width: 100%;
  }

  .dienst_blok_groen.blue, .dienst_blok_groen.grey {
    min-height: 33rem;
  }

  .grid-12 {
    margin-bottom: 2rem;
  }

  .alternate_buttons {
    justify-content: flex-end;
  }

  .alternate_buttons.no_margin {
    margin-bottom: 0;
  }

  .bold.dark {
    font-family: Dmsans Medium, sans-serif;
  }

  .grid-22.horizontal {
    grid-template-columns: auto auto auto 1fr 1fr 1fr;
  }

  .horizontal_divide_header.padding.white {
    border-bottom-color: #ffffff4f;
  }

  .horizontal_divide_header.padding.white.margin_top.vacature {
    justify-content: flex-start;
  }

  .horizontal_divide_header.spread {
    grid-column-gap: 4rem;
    justify-content: flex-start;
  }

  .grid-34 {
    margin-top: 2rem;
  }

  .grid-44 {
    border-top: 1px #00000029;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .carousel.is_contained {
    padding-top: 50px;
  }

  .carousel-mask {
    width: 25rem;
    max-width: 25rem;
  }

  .grid-54 {
    grid-column-gap: 43px;
    grid-template-columns: .75fr 1fr;
  }

  .body-text-6.bold {
    font-weight: 700;
  }

  .div-block-38 {
    background-color: var(--bluegrey2);
    background-image: url('../images/Diensten_Afbeelding-03.jpg');
    background-position: 0 0;
    background-size: cover;
    border-radius: 10px;
    flex-direction: column;
    align-items: flex-start;
    display: block;
  }

  .google_wrapper {
    background-color: #0000;
    justify-content: center;
  }

  .image_container_3 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 8vh;
    display: flex;
  }

  .image-70 {
    height: 3rem;
  }

  .linkedin {
    z-index: 1;
    position: relative;
  }

  .div-block-44 {
    flex-direction: column;
    align-items: flex-start;
  }

  .team_block {
    object-fit: fill;
  }

  .dennis_c {
    height: 1%;
  }

  .image-87 {
    z-index: auto;
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
    max-height: 100%;
    position: absolute;
  }

  .image-87.bw {
    z-index: auto;
  }

  .grid-74 {
    border-bottom: 1px #0000001a;
    grid-template-columns: 1.75fr 1fr;
    margin-bottom: 6rem;
  }

  .back_button_wrapper {
    border-bottom: 1px solid #0000001f;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
  }

  .info {
    background-color: #eceef7;
    border-radius: 10px;
    min-height: 33rem;
    padding: 3rem;
  }
}

@media (max-width: 1300px) {
  .grid-28.margin {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 1200px) {
  .join-us_voorwaarden_container {
    gap: 0px;
  }
}

@media screen and (max-width: 991px) {
  .container, .maxwidth_medium {
    align-items: center;
  }

  .homenbottom {
    display: block;
  }

  .grid-2 {
    grid-template-columns: 1fr;
    justify-items: stretch;
    /* padding-bottom: 7vw; */
    padding-bottom: 1.75rem;
  }

  .heading-2 {
    font-size: 5rem;
  }

  .ths08-nav-link {
    display: none;
  }

  .ths08-nav-link.footer {
    display: block;
  }

  .button_link.nav.search {
    border-radius: 100px;
  }

  .button_link.nav.alternative.grey.white {
    min-width: 11rem;
    max-width: 17rem;
  }

  .container_vertical {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .container_vertical.heading {
    align-items: flex-start;
  }

  .container_vertical.heading.novh {
    /* padding-top: 6vh;
    padding-bottom: 6vh; */
    padding-top: 2.5rem;
    padding-bottom: 4.5rem;
  }

  @media screen and (min-width: 768px) {
    .vacature-container, .heading.white .container_vertical.heading.novh, #header2 .container_vertical.heading.middle, .heading.white .container_vertical.heading.white {
      padding-top: 10rem !important;
    }
  }

  .container_vertical.morepadding2 {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .container_vertical.padding_bottom {
    padding-bottom: 8vh;
  }

  .h4.regular {
    font-size: 1.2rem;
  }

  .c_search_component {
    border-radius: 0;
  }

  .c_search_bar {
    border-radius: 0;
    width: 100%;
    max-width: none;
  }

  .c_search_input, .dropdown-toggle {
    border-radius: 100px;
  }

  .search_bar {
    grid-row-gap: .75rem;
    border-radius: 0;
    flex-direction: column;
  }

  .vacature_image_wrapper.vacatures {
    min-width: 22rem;
  }

  .text_wrapper.gap.align_middleleft {
    max-width: 100%;
  }

  .content_wrapper {
    display: block;
  }

  .button_wrapper.gap.toprem {
    margin-top: 2rem;
    display: none;
  }

  .diensten_grid {
    grid-template-columns: 1fr;
  }

  .d-99-card-wrapper, .d-99-card-wrapper-2 {
    margin-bottom: 60px;
  }

  .block_2 {
    padding: 139px 38px 36px;
  }

  .grid-3 {
    grid-template-columns: 1fr;
    place-items: stretch stretch;
  }

  .grid-3._14vh {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template-columns: 2fr 1fr;
  }

  .dienst_blok_groen.blue {
    min-height: 39rem;
  }

  .dienst_blok_groen.grey {
    min-height: auto;
    padding: 2rem;
  }

  .grid-13 {
    grid-template-columns: 1fr 1fr;
  }

  .person_block.blue {
    grid-column-gap: 24px;
    grid-template-columns: auto minmax(auto, auto);
  }

  .person_block.white {
    grid-column-gap: 25px;
    grid-template-columns: auto minmax(auto, auto);
  }

  .cta_wrapper.blue {
    padding: 2rem;
  }

  .grid-24 {
    padding-left: 0;
  }

  .horizontal_divide_header {
    justify-content: center;
  }

  .horizontal_divide_header.padding.white.align_left {
    justify-content: flex-start;
    align-items: center;
  }

  .horizontal_divide_header.spread {
    justify-content: space-between;
  }

  .horizontal_divide_header.left {
    justify-content: flex-start;
  }

  .grid-29 {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr .75fr;
    padding-left: 5vw;
  }

  .grid-29.padding_left {
    padding-left: 0;
  }

  .grid-30 {
    grid-column-gap: 1.75rem;
    grid-template-columns: 1.25fr;
  }

  .grid-30.margin_bottom {
    grid-column-gap: 2.5rem;
    grid-template-columns: .25fr;
    margin-bottom: 5rem;
    display: block;
  }

  .grid-30.margin_bottom.werkenbij {
    grid-column-gap: 3.75rem;
  }

  .grid-30.margin_bottom.align_middle {
    grid-column-gap: 2.5rem;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 4rem;
    display: grid;
  }

  .grid-30.margin_bottom.align_middle:last-child {
    margin-bottom: 0;
  }

  .grid-30.margin_bottom.align_middle:last-child .text_wrapper {
    margin-bottom: 1.5rem;
  }

  .image_block {
    width: 100%;
    height: auto;
  }

  .image_block.vacature {
    margin-top: 2rem;
  }

  .grid-31 {
    grid-row-gap: 2.25rem;
    grid-template-columns: 1fr 1fr;
  }

  .grid-34 {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 3rem;
  }

  .usp_wrapper.white {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-bottom: -2rem;
    margin-left: 0;
  }

  .grid-39 {
    grid-column-gap: 37px;
    grid-row-gap: 34px;
    grid-template-columns: 1fr 1fr;
  }

  .image-51 {
    vertical-align: baseline;
  }

  .grid-42 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid-44 {
    grid-template-columns: 1fr;
  }

  .person_wrapper.vacature {
    grid-template-columns: auto;
  }

  .div-block-29 {
    min-width: auto;
  }

  .arrow-right {
    width: 40px;
    height: 40px;
  }

  .carousel-slider {
    margin-right: 2rem;
  }

  .arrow-left {
    width: 40px;
    height: 40px;
  }

  .carousel-mask {
    width: 55%;
  }

  .hover-tabs_left-content {
    display: block;
  }

  .div-put.vacatures {
    min-width: 22rem;
    min-height: 27rem;
  }

  .splide__slide.vacatures {
    min-height: auto;
  }

  .splide__pagination {
    padding-top: 1.9em;
    position: absolute;
  }

  .splide__pagination__page {
    border-radius: 4px;
    width: 8px;
    height: 8px;
  }

  .icon_wrapper-11.nav._2 {
    display: block;
  }

  .linkedin {
    padding-bottom: 2vh;
  }

  .story-content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .faq-grid {
    grid-template-columns: 1fr;
  }

  .tab-icon {
    width: 3.5rem;
    height: 3.5rem;
    padding: .8rem;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .tab-title {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .faq-question-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .graph__col.paddingright {
    padding-right: 0;
  }

  .grid-67 {
    grid-template-columns: 1fr;
    margin-top: 8vh;
    margin-top: 4.25rem;
  }

  .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.2rem;
  }

  .nav-link.w--current {
    padding-bottom: 2px;
  }

  .dropdown-toggle-2 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .logo-wrapper {
    flex: 1;
    margin-top: 1px;
  }

  .logo-wrapper.page-transition.w--current {
    z-index: 3000;
  }

  .centered_w1 {
    padding-left: 42px;
    padding-right: 42px;
  }

  .centered_w1.nav-wrapper {
    align-items: center;
  }

  .nav-main {
    object-fit: fill;
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    top: 0%;
  }

  .dropdown-list-3, .dropdown-list-3.vacature {
    display: none;
  }

  .nav-point-wrapper {
    padding-left: 0;
  }

  .nav-point-wrapper.dropdown {
    width: 100%;
    padding-left: 0;
  }

  .nav-menu {
    z-index: 999999;
    background-color: #fff;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 5vw;
    padding-right: 5vw;
    display: none;
    position: absolute;
  }

  .logo {
    width: 220px;
  }

  .infotext.grey {
    font-size: 13px;
  }

  .grid-73 {
    grid-row-gap: 33px;
    grid-template-rows: 20rem auto;
    grid-template-columns: 1fr;
  }

  .grid-74 {
    grid-row-gap: 25px;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
    margin-bottom: 5rem;
  }

  .image-92 {
    width: 100%;
  }

  .info {
    min-height: 39rem;
  }

  .faq-question-wrap-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-question-wrap-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar__navmenu-mobile {
    display: flex;
  }

  .navmenu__button {
    z-index: 1;
    cursor: pointer;
    background-color: #0000;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-right: -20px;
    padding: 22px 16px 18px;
    font-size: 24px;
    display: block;
    position: relative;
  }

  .navmenu__button-icon {
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    display: flex;
  }

  .nav_mobiel {
    background-color: #fff;
    padding-left: 5vw;
    padding-right: 5vw;
    display: block;
    position: absolute;
  }

  .div-block-62 {
    background-color: #fff;
    display: flex;
  }

  .link-block-4 {
    color: #909090;
    width: 100%;
    text-decoration: none;
    display: flex;
  }

  .navtext {
    color: #909090;
    font-family: Dmsans Regular, sans-serif;
    font-size: 1.3rem;
    text-decoration: none;
  }

  .div-block-67 {
    z-index: 5;
    background-color: #fff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    flex-direction: column;
    align-items: stretch;
    width: 50%;
    margin-top: 100px;
    padding: 1rem 5vw;
    display: flex;
    position: absolute;
    box-shadow: 0 2px 5px #0003;
  }

  .grid-78 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .text-block-9 {
    color: #909090;
    font-family: Dmsans Regular, sans-serif;
    font-size: 1.2rem;
    text-decoration: none;
  }

  .link-block-5 {
    border-top: 1px #0000001a;
    border-bottom: 1px solid #0000001a;
    justify-content: space-between;
    align-items: center;
    height: 3.5rem;
    padding-bottom: 1rem;
    text-decoration: none;
    display: flex;
  }

  .link-block-5.nostripe {
    border-bottom-style: none;
  }

  .dropdown-3 {
    border-radius: 100px;
    width: 100%;
  }

  .dropdown-list-4.w--open {
    border-radius: 20px;
  }

  .modal_click_outside_wrapper {
    z-index: 1;
    width: 100vw;
    height: 100vh;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .grid-83 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .div-block-73 {
    height: 30vh;
  }

  .navbar-2 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 5px;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    margin-left: 0%;
    display: flex;
    inset: auto 0% 0% auto;
  }

  .beeldmerk {
    width: 2.5rem;
  }

  .navbar2_block {
    background-color: #fff;
    border-top-left-radius: 0;
    border-bottom-left-radius: 5px;
    flex-direction: row;
    justify-content: space-between;
    padding: 1rem 5vw;
  }

  .link-block-7 {
    justify-content: flex-start;
  }

  .devider_menu {
    display: none;
  }

  .label_container {
    margin-top: 1rem;
    margin-left: 1rem;
  }

  .image_wrapper-2 {
    height: 10rem;
  }

  .image_wrapper-2.locatie1 {
    -webkit-text-fill-color: inherit;
    object-fit: contain;
    background-clip: border-box;
    width: 100%;
  }

  .label_text {
    font-size: 14px;
  }

  .grid-86, .grid-87, .grid-88, .grid-89 {
    grid-row-gap: 33px;
    grid-template-rows: 20rem auto;
    grid-template-columns: 1fr;
  }

  .div-block-86 {
    height: auto;
    max-height: none;
  }

  .grid-90, .grid-91 {
    grid-row-gap: 33px;
    grid-template-rows: 20rem auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .container.grey {
    margin-top: 80px;
  }

  .heading-2 {
    letter-spacing: -3px;
    font-size: 4rem;
  }

  .ths08-navigation-separator {
    display: none;
    overflow: visible;
  }

  .button_link.nav.dia {
    max-width: none;
  }

  .container_vertical {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .join-us_voorwaarden_container {
    gap: 0px;
  }
  
  .container_vertical.heading.white {
    padding-top: 9vh;
  }

  .container_vertical.padding_bottom {
    /* padding-top: 5vh;
    padding-bottom: 5vh; */
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .h3.margin_bottom.align_middle {
    font-size: 2rem;
  }

  .h3.align_middle {
    text-align: center;
  }

  .h4 {
    font-size: 1.3rem;
  }

  .top_subtext_wrapper.align_middle {
    justify-content: center;
  }

  .body-text.white.align_middle_2 {
    max-width: 100%;
  }

  .vacature_image_wrapper.vacatures {
    min-width: 17rem;
  }

  .horizontal_divide {
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .horizontal_divide.vacature {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .button_wrapper.gap {
    display: none;
  }

  .button_wrapper.gap.toprem {
    display: block;
  }

  .button_wrapper.gap.toprem.divide {
    margin-top: 1rem;
    display: flex;
  }

  .step-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 110vh;
  }

  .img-block {
    z-index: 3;
    order: 3;
    width: 70%;
    min-height: 50vh;
    padding-top: 20px;
    position: relative;
  }

  .content-wrap {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 50vh;
    padding-bottom: 20px;
  }

  .step-content-block {
    z-index: 2;
    order: -1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .scoll-wrap {
    z-index: 1;
    height: 100%;
    bottom: 50%;
  }

  .dot {
    z-index: 99;
    order: 2;
    align-self: center;
    margin-bottom: 0;
    position: absolute;
    bottom: 50%;
  }

  .block_2 {
    padding-top: 80px;
  }

  .grid-3 {
    /* margin-top: 8vh; */
    margin-top: 4rem;
  }

  .column {
    width: 100%;
  }

  .column.half {
    max-width: 40%;
  }

  .footer-inner {
    grid-column-gap: 2rem;
    grid-row-gap: 2.5rem;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-70 {
    justify-content: flex-start;
  }

  .column.half.footer-col-first {
    max-width: 100%;
  }

  .div-put1 {
    width: auto;
    max-width: none;
  }

  .my-slider-progress {
    width: 90%;
    margin-top: 32px;
  }

  .splide1.slider {
    border-style: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .item-2 {
    width: 45vw;
    min-width: 45vw;
  }

  .dienst_blok_groen.blue {
    min-height: auto;
    padding: 2rem;
  }

  .image_container {
    height: 40vh;
  }

  .column_wrapper {
    flex-direction: column;
    display: flex;
  }

  .grid-24 {
    padding-left: 0;
  }

  .horizontal_divide_header {
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .horizontal_divide_header.padding.white {
    flex-direction: row;
    justify-content: flex-start;
  }

  .horizontal_divide_header.spread._2, .horizontal_divide_header.left.next {
    flex-direction: row;
  }

  .grid-28.margin, .grid-29 {
    grid-template-columns: 1fr;
  }

  .grid-30 {
    grid-column-gap: 3rem;
    grid-row-gap: 33px;
    grid-template-columns: 1.25fr;
  }

  .grid-30.margin_bottom {
    grid-template-columns: auto;
  }

  .grid-30.margin_bottom.werkenbij {
    grid-template-columns: 1fr;
  }

  .image_block.over_ons.down {
    min-height: 30rem;
  }

  .image_block.werkgever {
    flex-flow: row;
  }

  /* .grid-31 {
    grid-template-columns: auto;
  } */

  .kiezen_block {
    flex-direction: column;
  }

  .usp_wrapper.white {
    border-top-left-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: -2rem;
    margin-left: 0;
    position: absolute;
  }

  .background-video-4 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    position: relative;
  }

  .grid-39 {
    grid-template-columns: 1fr;
  }

  .vakgebied_icon {
    height: 1.75rem;
  }

  .grid-44 {
    grid-template-columns: 1fr;
  }

  .person_wrapper.vacature {
    margin-bottom: 0;
  }

  .carousel-mask {
    width: 60%;
  }

  .div-put {
    width: auto;
    max-width: 25rem;
  }

  .div-put.vacatures {
    min-width: 17rem;
  }

  .splide__slide {
    width: auto;
  }

  .splide__pagination__page {
    width: 8px;
    height: 8px;
    margin-left: 8px;
  }

  .icon_wrapper-8 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .vakgebied_sub_blok-5 {
    height: auto;
    min-height: auto;
  }

  .vakgebied_sub_blok-5.right {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .icon_wrapper-9 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .vakgebied_sub_blok-6 {
    height: auto;
    min-height: auto;
  }

  .vakgebied_sub_blok-6.right {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .icon_wrapper-10 {
    padding: .5rem;
  }

  .background-video-5 {
    height: 40vh;
  }

  .footer_copyright {
    grid-template-columns: auto;
  }

  .text-size-regular {
    text-align: left;
  }

  .heading-small {
    font-size: 1.75rem;
  }

  .faq-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .tab-top {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-large {
    text-align: left;
    font-size: 2.5rem;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .tab-bottom {
    grid-template-columns: 1fr 3.5rem;
    padding: 2rem;
  }

  .faq-question-bar {
    justify-content: flex-start;
  }

  .grid-67 {
    margin-top: 4.25rem;
  }

  .nav-link {
    font-size: 1.25rem;
  }

  .logo-wrapper.page-transition {
    margin-right: 0;
  }

  .centered_w1 {
    padding-left: 36px;
    padding-right: 36px;
  }

  .nav-main {
    justify-content: flex-end;
    align-items: stretch;
    height: 80px;
    display: flex;
  }

  .nav-point-wrapper.dropdown {
    padding-left: 0;
  }

  .nav-menu {
    background-color: #fff;
    flex-direction: row;
    align-items: flex-start;
    display: flex;
    position: absolute;
  }

  .logo {
    width: 220px;
  }

  .step-block-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 110vh;
  }

  .img-block-2 {
    z-index: 3;
    order: 3;
    width: 70%;
    min-height: 50vh;
    padding-top: 20px;
    position: relative;
  }

  .image-92 {
    position: static;
  }

  .info {
    min-height: auto;
  }

  .timeline_dot {
    width: 20px;
    height: 20px;
  }

  .timeline_progress {
    inset: 0% auto auto 2.5em;
  }

  .timeline_grid {
    grid-template-columns: 5em 1fr;
    display: none;
  }

  .img-block-3 {
    z-index: 3;
    order: 3;
    width: auto;
    min-height: auto;
    padding-top: 20px;
    position: relative;
  }

  .timeline_grid-wrap {
    height: auto;
    max-height: none;
  }

  .timeline_progress-overlay-bottom {
    background-image: linear-gradient(#0a227d00, #0a227d 59%);
    height: 4em;
  }

  .timeline_progress-overlay-top {
    background-image: linear-gradient(#0a227d 18%, #0a227d00);
  }

  .timeline_item-wrap {
    margin-bottom: 1rem;
  }

  .timeline_item-wrap.is-hidden-mobile {
    display: none;
  }

  .timeline_grid-2 {
    grid-column-gap: 1.5em;
    grid-row-gap: 0rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 5em 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .faq-question-wrap-3 {
    margin-bottom: .2rem;
  }

  .div-block-67 {
    width: auto;
    margin-top: 80px;
    padding-bottom: 2rem;
    display: none;
  }

  .div-block-68 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    display: flex;
  }

  .h4-6 {
    font-size: 1.3rem;
  }

  .div-block-73 {
    height: 30vh;
  }

  .grid-34 {
    grid-template-columns: 1fr 1fr;
    margin-top: 3rem;
  }
}

@media screen and (max-width: 479px) {
  .maxwidth_medium {
    justify-content: flex-start;
    align-items: center;
  }

  .homenbottom {
    display: flex;
  }

  .grid-2 {
    justify-items: center;
  }

  .heading-2 {
    letter-spacing: -2.5px;
    font-size: 2.7rem;
  }

  .image-13 {
    width: 2.5em;
  }

  .button_link.nav.alternative.big.margin {
    margin-top: 1rem;
  }

  .button_link.nav.search {
    max-width: 100%;
  }

  .icon_wrapper.padding.align_middle {
    order: -1;
  }

  .icon_wrapper.nopadding.marginbottom2 {
    margin-bottom: 0;
  }

  .container_vertical.heading {
    align-items: center;
    /* padding-top: 13vh; */
    padding-top: 7rem;
  }

  .h2 {
    letter-spacing: -2px;
    font-size: 2.2rem;
    line-height: 2.5rem;
  }

  .h2.align_middle {
    line-height: 3rem;
  }

  .h2.margin_bottom.aign_middle {
    text-align: center;
    letter-spacing: -2px;
  }

  .h3 {
    font-size: 1.75rem;
    line-height: 2rem;
  }

  .h3.margin_bottom.align_middle {
    font-size: 1.6rem;
    line-height: 2.25rem;
  }

  .h4 {
    font-size: 1.3rem;
    line-height: 1.6rem;
  }

  .h4.big {
    font-size: 1.5rem;
  }

  .h5.top {
    font-size: 1.2rem;
  }

  .h5.top.align_middle {
    text-align: center;
  }

  .form {
    padding: 2rem;
  }

  .top_text {
    grid-row-gap: .1rem;
  }

  .search_bar {
    width: 100%;
  }

  .vacature_image_wrapper {
    min-width: 17rem;
    max-width: 100%;
  }

  .margin_text.nomargintop {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .margin_text.padding_bottom_2.card {
    height: 100%;
  }

  .text_wrapper.gap {
    grid-row-gap: 1rem;
  }

  .text_wrapper.gap.margin_bottom.margin {
    margin-bottom: 1rem;
  }

  .text_wrapper.gap.align_middleleft {
    margin-top: 2.5rem;
  }

  .text_wrapper.nomargin {
    justify-content: flex-start;
  }

  .horizontal_divide.vacature {
    grid-column-gap: 1.2rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    margin-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button_wrapper.gap.toprem.divide {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .diensten_grid {
    grid-template-columns: 1fr;
  }

  .container_blue {
    padding: 2rem 1rem;
  }

  .img-block {
    width: 90%;
  }

  .steps-clone {
    display: block;
    position: static;
  }

  .block_2 {
    padding: 85px 26px 32px;
  }

  .block_2.white {
    padding: 1rem;
  }

  .grid-4 {
    grid-template-columns: .75fr;
  }

  .column.half {
    max-width: 100%;
  }

  .footer-inner {
    grid-column-gap: 20px;
    grid-row-gap: 50px;
  }

  .div-put1 {
    margin-right: 1.1rem;
  }

  .my-slider-progress {
    margin-top: 19px;
  }

  .splide1.slider {
    width: 95vw;
    padding-left: 0;
  }

  .item-2 {
    width: 88vw;
    min-width: 88vw;
  }

  .grid-13 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .image_container {
    height: 40vh;
  }

  .person_block {
    padding-left: 2rem;
    padding-right: 1rem;
  }

  .person_block.blue {
    padding: 1rem 2rem 1rem 1rem;
  }

  .person_block.white {
    grid-column-gap: 9px;
    padding: 1rem;
  }

  .link_dienst.werkenbij {
    margin-right: 0;
  }

  .cta_wrapper.blue {
    padding: 1rem 1rem 2rem;
  }

  .grid-22.horizontal {
    grid-template-columns: auto auto;
  }

  .grid-24 {
    padding-left: 0;
  }

  .horizontal_divide_header {
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: center;
  }

  .horizontal_divide_header.padding.white {
    padding-bottom: 0;
  }

  .horizontal_divide_header.padding.white.align_left {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .horizontal_divide_header.spread {
    grid-row-gap: 1rem;
    align-items: flex-start;
  }

  .horizontal_divide_header.spread._2 {
    flex-direction: column;
  }

  .horizontal_divide_header.left {
    align-items: flex-start;
  }

  .horizontal_divide_header.left.next {
    flex-direction: column;
  }

  .grid-28.margin {
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }

  .grid-29 {
    padding-right: 5vw;
  }

  .grid-30 {
    grid-row-gap: 26px;
  }

  .grid-30.margin_bottom {
    grid-row-gap: 34px;
  }

  .grid-30.vertical {
    grid-row-gap: 28px;
  }

  .image_block.over_ons.up {
    margin-top: 0;
  }

  .image_block.over_ons.down {
    margin-top: 0;
    display: none;
  }

  .image_block.over_ons.min {
    min-height: 19rem;
    max-height: 19rem;
  }

  .image_block.werkgever {
    flex-direction: column;
    align-items: flex-start;
  }

  .grid-34 {
    grid-template-columns: 1fr;
  }

  .usp_wrapper {
    margin-left: 0;
  }

  .usp_wrapper.white {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: static;
  }

  .background-video-4 {
    height: 200px;
    display: none;
    position: static;
  }

  .grid-36 {
    grid-template-columns: 1fr;
  }

  .grid-44 {
    grid-template-columns: auto;
    overflow: visible;
  }

  .carousel-slider {
    padding-left: 0;
    padding-right: 0;
  }

  .carousel-mask {
    width: 100%;
  }

  .div-put {
    min-width: 17rem;
    max-width: 100%;
    margin-right: 0;
  }

  .div-block-34 {
    padding: 1rem;
  }

  .splide__slide {
    width: 100%;
  }

  .splide__arrows {
    margin-top: 2em;
  }

  .splide__arrows.split {
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .splide__pagination {
    padding-top: 2em;
    padding-bottom: 1em;
    position: relative;
  }

  .splide__pagination__page {
    margin-left: 0;
    margin-right: 8px;
  }

  .div-block-37.padding_left {
    padding-right: 0;
  }

  .background-video-5 {
    height: 40vh;
  }

  .footer_outer {
    grid-column-gap: 1rem;
  }

  .footer_copyright {
    grid-template-columns: 1fr;
  }

  .copyright_margin.margin_top {
    margin-top: 2rem;
  }

  .linkedin {
    padding-bottom: 0;
  }

  .text-size-regular {
    font-size: 1rem;
  }

  .tab-item-padding {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .heading-small {
    font-size: 1.3rem;
  }

  .faq-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .tab-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: left;
    grid-template-columns: 1fr;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-large {
    font-size: 2rem;
  }

  .tab-icon {
    width: 2rem;
    height: 2rem;
    margin-left: 0;
    padding: .3rem;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .tab-bottom {
    padding: 2rem;
    display: flex;
  }

  .tab-bottom.tab-bottom-full-width {
    padding: 2rem;
  }

  .div-block-41 {
    padding: 2rem 1rem;
  }

  .faq-circle {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
  }

  .heading-3 {
    font-size: 35px;
  }

  .faq-question-bar {
    justify-content: center;
    margin-bottom: 0;
  }

  .faq-question-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .question-title {
    flex: 1;
    font-size: 16px;
  }

  .graph__col.paddingright {
    margin-right: 0;
  }

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

  .form-5 {
    padding: 2rem 1rem;
  }

  .h2-2 {
    letter-spacing: -2px;
    font-size: 2.225rem;
    line-height: 2.5rem;
  }

  .grid-67 {
    /* margin-top: 8vh; */
    margin-top: 4.25rem;
  }

  .grid-68 {
    grid-row-gap: 0rem;
    grid-template-rows: auto auto;
    grid-template-columns: .75fr;
  }

  .nav-link {
    font-size: 1.25rem;
  }

  .centered_w1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-main {
    display: flex;
  }

  .grid-73 {
    grid-template-rows: auto auto;
  }

  .div-block-54 {
    height: auto;
  }

  .img-block-2 {
    width: 90%;
  }

  .grid-74 {
    margin-bottom: 0;
  }

  .info {
    padding: 2rem;
  }

  .timeline_dot {
    width: 1.2rem;
    height: 1.2rem;
  }

  .timeline_progress {
    left: 2em;
  }

  .timeline_grid {
    grid-column-gap: 1em;
    grid-template-columns: 4em;
    display: none;
  }

  .img-block-3 {
    width: auto;
  }

  .timeline_grid-wrap {
    max-height: none;
  }

  .faq-question-wrap-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .h4-5.leftright {
    margin-bottom: 0;
    padding-left: 1rem;
    padding-right: 0;
    font-size: 1.3rem;
    line-height: 1.6rem;
  }

  .timeline_item-wrap {
    overflow: hidden;
  }

  .timeline_item-wrap.negative {
    margin-top: 0;
  }

  .link-4, .link-5, .link-6, .link-7, .link-8 {
    font-size: 1.25rem;
  }

  .div-block-61 {
    max-height: 150px;
  }

  .image-94 {
    object-fit: fill;
  }

  .timeline_grid-2 {
    grid-column-gap: 0em;
    grid-template-columns: 4em 1fr;
  }

  .faq-question-wrap-3 {
    padding: 1rem 10px;
  }

  .navmenu__button {
    margin-right: 0;
  }

  .div-block-63 {
    display: none;
  }

  .div-block-67 {
    width: 100%;
    padding-left: 7vw;
    padding-right: 7vw;
    display: flex;
  }

  .div-block-68 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    display: flex;
  }

  .top_text-3 {
    grid-row-gap: .1rem;
  }

  .h5-9.top {
    font-size: 1.2rem;
  }

  .h4-6 {
    font-size: 1.3rem;
    line-height: 1.6rem;
  }

  .h2-4 {
    letter-spacing: -2px;
    font-size: 2.2rem;
    line-height: 2.5rem;
  }

  .div-block-70 {
    flex-flow: column;
  }

  .div-block-74 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .navbar-2 {
    padding-left: 1rem;
    display: block;
  }

  .navbar2_block {
    flex-flow: column;
  } 

  .image-104 {
    order: -1;
    height: auto;
  }

  .container-5 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .h5-10.top {
    font-size: 1.2rem;
  }

  .div-block-78 {
    height: auto;
  }

  .grid-86 {
    grid-template-rows: auto auto;
  }

  .top_text-4 {
    grid-row-gap: .1rem;
  }

  .h3-4 {
    font-size: 1.75rem;
    line-height: 2rem;
  }

  .h2-5 {
    letter-spacing: -2px;
    font-size: 2.2rem;
    line-height: 2.5rem;
  }

  .h5-11.top {
    font-size: 1.2rem;
  }

  .div-block-80 {
    height: auto;
  }

  .grid-87 {
    grid-template-rows: auto auto;
  }

  .top_text-5 {
    grid-row-gap: .1rem;
  }

  .h3-5 {
    font-size: 1.75rem;
    line-height: 2rem;
  }

  .h2-6 {
    letter-spacing: -2px;
    font-size: 2.2rem;
    line-height: 2.5rem;
  }

  .h5-12.top {
    font-size: 1.2rem;
  }

  .div-block-82 {
    height: auto;
  }

  .grid-88 {
    grid-template-rows: auto auto;
  }

  .top_text-6 {
    grid-row-gap: .1rem;
  }

  .h3-6 {
    font-size: 1.75rem;
    line-height: 2rem;
  }

  .h2-7 {
    letter-spacing: -2px;
    font-size: 2.2rem;
    line-height: 2.5rem;
  }

  .h5-13.top {
    font-size: 1.2rem;
  }

  .div-block-84 {
    height: auto;
  }

  .grid-89 {
    grid-template-rows: auto auto;
  }

  .top_text-7 {
    grid-row-gap: .1rem;
  }

  .h3-7 {
    font-size: 1.75rem;
    line-height: 2rem;
  }

  .h2-8 {
    letter-spacing: -2px;
    font-size: 2.2rem;
    line-height: 2.5rem;
  }

  .h5-14.top {
    font-size: 1.2rem;
  }

  .div-block-86 {
    height: auto;
  }

  .grid-90 {
    grid-template-rows: auto auto;
  }

  .top_text-8 {
    grid-row-gap: .1rem;
  }

  .h3-8 {
    font-size: 1.75rem;
    line-height: 2rem;
  }

  .h2-9 {
    letter-spacing: -2px;
    font-size: 2.2rem;
    line-height: 2.5rem;
  }

  .h5-15.top {
    font-size: 1.2rem;
  }

  .div-block-88 {
    height: auto;
  }

  .grid-91 {
    grid-template-rows: auto auto;
  }

  .h2-10 {
    letter-spacing: -2px;
    font-size: 2.2rem;
    line-height: 2.5rem;
  }
}

@media (max-width: 530px) {
  .grid-31 {
    grid-template-columns: auto;
  }
  .image-87 {
    width: 100%;
  }
} 

#w-node-_979abe64-0a53-903d-975f-d38694253e70-21c84fe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_979abe64-0a53-903d-975f-d38694253e77-21c84fe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_90aeb1db-d2ba-ec6a-86a1-a5df2b34e8a0-21c84fe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90aeb1db-d2ba-ec6a-86a1-a5df2b34e8b9-21c84fe4, #w-node-_7ecdbd00-ab04-a901-1236-ca707a420dca-21c84fe4, #w-node-_90aeb1db-d2ba-ec6a-86a1-a5df2b34e8c8-21c84fe4, #w-node-_90aeb1db-d2ba-ec6a-86a1-a5df2b34e8c3-21c84fe4, #w-node-_90aeb1db-d2ba-ec6a-86a1-a5df2b34e8be-21c84fe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_25733a0f-5403-ece0-468b-0b757a529fd2-21c84fe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25733a0f-5403-ece0-468b-0b757a529fee-21c84fe4, #w-node-_25733a0f-5403-ece0-468b-0b757a529ff8-21c84fe4, #w-node-_25733a0f-5403-ece0-468b-0b757a529ffd-21c84fe4, #w-node-_25733a0f-5403-ece0-468b-0b757a52a002-21c84fe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-ba51fc13-2071-db46-e7f3-cb0d42936bed-21c84fe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ba51fc13-2071-db46-e7f3-cb0d42936c09-21c84fe4, #w-node-ba51fc13-2071-db46-e7f3-cb0d42936c0e-21c84fe4, #w-node-ba51fc13-2071-db46-e7f3-cb0d42936c13-21c84fe4, #w-node-ba51fc13-2071-db46-e7f3-cb0d42936c18-21c84fe4, #w-node-ba51fc13-2071-db46-e7f3-cb0d42936c1d-21c84fe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-c413467d-1029-aec3-59de-8eefdbeac062-21c84fe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c413467d-1029-aec3-59de-8eefdbeac07e-21c84fe4, #w-node-c413467d-1029-aec3-59de-8eefdbeac083-21c84fe4, #w-node-c413467d-1029-aec3-59de-8eefdbeac088-21c84fe4, #w-node-c413467d-1029-aec3-59de-8eefdbeac08d-21c84fe4, #w-node-c413467d-1029-aec3-59de-8eefdbeac092-21c84fe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_6f31937d-3a96-9c5f-4a33-2fa06372a100-21c84fe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6f31937d-3a96-9c5f-4a33-2fa06372a11c-21c84fe4, #w-node-_6f31937d-3a96-9c5f-4a33-2fa06372a121-21c84fe4, #w-node-_6f31937d-3a96-9c5f-4a33-2fa06372a126-21c84fe4, #w-node-_6f31937d-3a96-9c5f-4a33-2fa06372a12b-21c84fe4, #w-node-_6f31937d-3a96-9c5f-4a33-2fa06372a130-21c84fe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-e1741ce7-d4e4-4768-0a44-2a1f4f59b813-21c84fe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e1741ce7-d4e4-4768-0a44-2a1f4f59b82f-21c84fe4, #w-node-e1741ce7-d4e4-4768-0a44-2a1f4f59b834-21c84fe4, #w-node-e1741ce7-d4e4-4768-0a44-2a1f4f59b839-21c84fe4, #w-node-e1741ce7-d4e4-4768-0a44-2a1f4f59b83e-21c84fe4, #w-node-e1741ce7-d4e4-4768-0a44-2a1f4f59b843-21c84fe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_2ecec267-92c2-3058-2c9c-45a63f25bebe-21c84fe4, #w-node-_2d87933c-82b1-7318-022b-ff75d9334f45-21c84fe4, #w-node-b75c3ecc-cd30-4613-7bd6-7aa46e903de3-21c84fe4, #w-node-_29e203ad-a6cb-42bb-e63d-d12663c93b75-21c84fe4, #w-node-_015dfdf4-7e8b-5d38-0cef-80aba1b5d7a1-21c84fe4, #w-node-cf3f367d-5230-f75f-b028-e7bc8ca8c736-21c84fe4, #w-node-c1bc2a3d-80a6-676f-9e67-f03ab72b54ea-21c84fe4, #w-node-cddb928f-8bff-8a8d-d25f-8202b60b5006-21c84fe4, #w-node-_7a97a5a8-1113-d6fd-3b8b-dca4fdfca549-21c84fe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_22ec1eda-3d9b-3d0b-3bdd-d3ee53b292ae-21c84fe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_24023b8f-feec-7e60-a912-407cd7fbe3e9-21c84fe4, #w-node-_2b8ddd43-99af-001b-5358-b2f1cb3cdef0-21c84fe4, #w-node-da2144bb-fea8-29e9-cbe5-451dabec6d59-21c84fe4, #w-node-_0e8cff4e-da7f-e71c-4f06-4f6ce965c97f-21c84fe4, #w-node-b1ed9dab-53e2-8e89-5dfc-8f3864f0ba6c-21c84fe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b1ed9dab-53e2-8e89-5dfc-8f3864f0ba6d-21c84fe4, #w-node-b1ed9dab-53e2-8e89-5dfc-8f3864f0ba70-21c84fe4 {
  align-self: auto;
}

#w-node-b1ed9dab-53e2-8e89-5dfc-8f3864f0ba7e-21c84fe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b1ed9dab-53e2-8e89-5dfc-8f3864f0ba7f-21c84fe4, #w-node-b1ed9dab-53e2-8e89-5dfc-8f3864f0ba82-21c84fe4 {
  align-self: auto;
}

#w-node-b1ed9dab-53e2-8e89-5dfc-8f3864f0ba90-21c84fe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b1ed9dab-53e2-8e89-5dfc-8f3864f0ba91-21c84fe4, #w-node-b1ed9dab-53e2-8e89-5dfc-8f3864f0ba94-21c84fe4 {
  align-self: auto;
}

#w-node-b1ed9dab-53e2-8e89-5dfc-8f3864f0baa2-21c84fe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b1ed9dab-53e2-8e89-5dfc-8f3864f0baa3-21c84fe4, #w-node-b1ed9dab-53e2-8e89-5dfc-8f3864f0baa6-21c84fe4 {
  align-self: auto;
}

#w-node-b1ed9dab-53e2-8e89-5dfc-8f3864f0bab4-21c84fe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b1ed9dab-53e2-8e89-5dfc-8f3864f0bab5-21c84fe4, #w-node-b1ed9dab-53e2-8e89-5dfc-8f3864f0bab8-21c84fe4 {
  align-self: auto;
}

#w-node-b1ed9dab-53e2-8e89-5dfc-8f3864f0bac6-21c84fe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b1ed9dab-53e2-8e89-5dfc-8f3864f0bac7-21c84fe4, #w-node-b1ed9dab-53e2-8e89-5dfc-8f3864f0baca-21c84fe4 {
  align-self: auto;
}

#w-node-b1ed9dab-53e2-8e89-5dfc-8f3864f0bad8-21c84fe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b1ed9dab-53e2-8e89-5dfc-8f3864f0bad9-21c84fe4, #w-node-b1ed9dab-53e2-8e89-5dfc-8f3864f0badc-21c84fe4 {
  align-self: auto;
}

#w-node-b1ed9dab-53e2-8e89-5dfc-8f3864f0baea-21c84fe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b1ed9dab-53e2-8e89-5dfc-8f3864f0baeb-21c84fe4, #w-node-b1ed9dab-53e2-8e89-5dfc-8f3864f0baee-21c84fe4 {
  align-self: auto;
}

#w-node-_157d23a1-c431-5f06-d43f-dcacdb474ab4-db474ab0, #w-node-_157d23a1-c431-5f06-d43f-dcacdb474ab9-db474ab0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_157d23a1-c431-5f06-d43f-dcacdb474b06-db474ab0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_97cb9795-4eee-6aef-25de-3f2a446ab7fb-db474ab0, #w-node-_97cb9795-4eee-6aef-25de-3f2a446ab7fd-db474ab0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97cb9795-4eee-6aef-25de-3f2a446ab800-db474ab0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_97cb9795-4eee-6aef-25de-3f2a446ab803-db474ab0, #w-node-bf50504b-b92f-1a9f-4253-74d039709020-db474ab0, #w-node-_00de0f0f-aa44-379c-4f88-350a4bc3d7e6-db474ab0, #w-node-_97b7b23f-db65-438b-d741-be4b3db73966-db474ab0, #w-node-_97b7b23f-db65-438b-d741-be4b3db7396a-db474ab0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0d1d7b8b-524a-e96d-4644-5fdc69e29797-0c1d4f1a {
  justify-self: auto;
}

#w-node-_0d1d7b8b-524a-e96d-4644-5fdc69e297a6-0c1d4f1a, #w-node-_0d1d7b8b-524a-e96d-4644-5fdc69e297ae-0c1d4f1a, #w-node-d34affbe-cdf8-7a36-7558-e456e54d14b8-0c1d4f1a, #w-node-edaf7642-f99e-8f0f-b76f-7b315925ab23-0c1d4f1a, #w-node-_4f294ea4-1fc0-11cd-362a-0e179d39a9be-9d39a9b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f294ea4-1fc0-11cd-362a-0e179d39a9bf-9d39a9b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_4f294ea4-1fc0-11cd-362a-0e179d39a9d9-9d39a9b9, #w-node-_4f294ea4-1fc0-11cd-362a-0e179d39a9da-9d39a9b9, #w-node-_455084f0-a668-ca9a-a6d3-44de11bba6c4-11bba633, #w-node-_455084f0-a668-ca9a-a6d3-44de11bba6c9-11bba633, #w-node-_455084f0-a668-ca9a-a6d3-44de11bba6cf-11bba633, #w-node-_455084f0-a668-ca9a-a6d3-44de11bba6d5-11bba633, #w-node-_455084f0-a668-ca9a-a6d3-44de11bba6db-11bba633, #w-node-_455084f0-a668-ca9a-a6d3-44de11bba6e2-11bba633, #w-node-_455084f0-a668-ca9a-a6d3-44de11bba642-11bba633, #w-node-_455084f0-a668-ca9a-a6d3-44de11bba647-11bba633, #w-node-_455084f0-a668-ca9a-a6d3-44de11bba64d-11bba633, #w-node-_455084f0-a668-ca9a-a6d3-44de11bba659-11bba633, #w-node-_455084f0-a668-ca9a-a6d3-44de11bba660-11bba633, #w-node-_455084f0-a668-ca9a-a6d3-44de11bba66c-11bba633, #w-node-_455084f0-a668-ca9a-a6d3-44de11bba67d-11bba633, #w-node-_455084f0-a668-ca9a-a6d3-44de11bba682-11bba633, #w-node-_455084f0-a668-ca9a-a6d3-44de11bba688-11bba633, #w-node-_455084f0-a668-ca9a-a6d3-44de11bba68e-11bba633, #w-node-_455084f0-a668-ca9a-a6d3-44de11bba694-11bba633, #w-node-_019f5fcf-d5e2-b8b5-778d-f481dd1045c1-11bba633, #w-node-_455084f0-a668-ca9a-a6d3-44de11bba6a1-11bba633, #w-node-_455084f0-a668-ca9a-a6d3-44de11bba6b3-11bba633, #w-node-_455084f0-a668-ca9a-a6d3-44de11bba6f9-11bba633, #w-node-_455084f0-a668-ca9a-a6d3-44de11bba6fe-11bba633, #w-node-_455084f0-a668-ca9a-a6d3-44de11bba704-11bba633, #w-node-_455084f0-a668-ca9a-a6d3-44de11bba70a-11bba633, #w-node-a4c3398f-fa17-077d-487a-5f2885a4c4a3-11bba633, #w-node-_455084f0-a668-ca9a-a6d3-44de11bba71c-11bba633, #w-node-_455084f0-a668-ca9a-a6d3-44de11bba721-11bba633, #w-node-_455084f0-a668-ca9a-a6d3-44de11bba727-11bba633, #w-node-_455084f0-a668-ca9a-a6d3-44de11bba72d-11bba633, #w-node-_455084f0-a668-ca9a-a6d3-44de11bba733-11bba633 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad3e20c8-92b4-a414-48a1-d11d868ee5eb-21c84fe7 {
  justify-self: auto;
}

#w-node-ad3e20c8-92b4-a414-48a1-d11d868ee5fa-21c84fe7, #w-node-ad3e20c8-92b4-a414-48a1-d11d868ee602-21c84fe7, #w-node-ad3e20c8-92b4-a414-48a1-d11d868ee61e-21c84fe7, #w-node-ad3e20c8-92b4-a414-48a1-d11d868ee63d-21c84fe7, #w-node-_51a60761-e934-788c-006e-2ba7d34de9f2-21c84fe9, #w-node-bf54692f-f1b7-26a6-26f2-7348e7840684-21c84fe9, #w-node-_8d3a92c0-7f99-b524-6863-c3b11fabb367-21c84fe9, #w-node-ca1b3b95-9c4c-b02d-05c7-ed7875fd6aee-21c84fe9, #w-node-f686e6ed-4081-2e41-3c7f-ef46a6f6cc90-21c84fe9, #w-node-_8c767ddd-4227-df09-a538-54dffaf7e345-21c84fe9, #w-node-_6dc66a46-16b0-0a3a-f1a4-1d75f2dfe0f1-21c84fe9, #w-node-_2f48ba05-26a1-fcc5-90fd-50b933933b68-21c84fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2f48ba05-26a1-fcc5-90fd-50b933933b84-21c84fe9, #w-node-_2f48ba05-26a1-fcc5-90fd-50b933933b89-21c84fe9, #w-node-_2f48ba05-26a1-fcc5-90fd-50b933933b8e-21c84fe9, #w-node-_2f48ba05-26a1-fcc5-90fd-50b933933b93-21c84fe9, #w-node-_2f48ba05-26a1-fcc5-90fd-50b933933b98-21c84fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_97b42299-e2d3-a58d-338d-5b53c8f85c83-21c84fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97b42299-e2d3-a58d-338d-5b53c8f85c9f-21c84fe9, #w-node-_97b42299-e2d3-a58d-338d-5b53c8f85ca4-21c84fe9, #w-node-_97b42299-e2d3-a58d-338d-5b53c8f85ca9-21c84fe9, #w-node-_97b42299-e2d3-a58d-338d-5b53c8f85cae-21c84fe9, #w-node-_97b42299-e2d3-a58d-338d-5b53c8f85cb3-21c84fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-b72c1310-8dbd-ec81-f6eb-062b401105d4-21c84fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b72c1310-8dbd-ec81-f6eb-062b401105f0-21c84fe9, #w-node-b72c1310-8dbd-ec81-f6eb-062b401105f5-21c84fe9, #w-node-b72c1310-8dbd-ec81-f6eb-062b401105fa-21c84fe9, #w-node-b72c1310-8dbd-ec81-f6eb-062b401105ff-21c84fe9, #w-node-b72c1310-8dbd-ec81-f6eb-062b40110604-21c84fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_3d696ab1-5be4-d261-693e-54abe1900e1f-21c84fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3d696ab1-5be4-d261-693e-54abe1900e3b-21c84fe9, #w-node-_3d696ab1-5be4-d261-693e-54abe1900e40-21c84fe9, #w-node-_3d696ab1-5be4-d261-693e-54abe1900e45-21c84fe9, #w-node-_3d696ab1-5be4-d261-693e-54abe1900e4a-21c84fe9, #w-node-_3d696ab1-5be4-d261-693e-54abe1900e4f-21c84fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_51a60761-e934-788c-006e-2ba7d34de9f2-21c84fea, #w-node-bf54692f-f1b7-26a6-26f2-7348e7840684-21c84fea, #w-node-_8d3a92c0-7f99-b524-6863-c3b11fabb367-21c84fea, #w-node-ca1b3b95-9c4c-b02d-05c7-ed7875fd6aee-21c84fea, #w-node-f686e6ed-4081-2e41-3c7f-ef46a6f6cc90-21c84fea, #w-node-_8c767ddd-4227-df09-a538-54dffaf7e345-21c84fea, #w-node-_6dc66a46-16b0-0a3a-f1a4-1d75f2dfe0f1-21c84fea, #w-node-c7cd08f3-e0da-67d9-32b8-bdc1176f31e5-21c84fea, #w-node-_73ba61b1-1759-6e54-889c-61396b6fa3f1-21c84fea, #w-node-_4dc9f0a9-97bf-bc8c-85d3-2b291ab9cbe7-21c84fea, #w-node-_2e3c36c1-3312-da25-4da9-86f550fb6232-21c84fea, #w-node-_2e3c36c1-3312-da25-4da9-86f550fb6233-21c84fea, #w-node-_2e3c36c1-3312-da25-4da9-86f550fb6234-21c84fea, #w-node-abb2ba81-15a9-e69b-225f-0668240dbde0-21c84fea, #w-node-abb2ba81-15a9-e69b-225f-0668240dbde1-21c84fea, #w-node-abb2ba81-15a9-e69b-225f-0668240dbde2-21c84fea, #w-node-_686e5fb1-5b9f-3844-d37a-b7bd5e21e35a-21c84fea, #w-node-_686e5fb1-5b9f-3844-d37a-b7bd5e21e35b-21c84fea, #w-node-_686e5fb1-5b9f-3844-d37a-b7bd5e21e35c-21c84fea, #w-node-fc1ada5d-a247-544f-224e-5221e6d1319e-21c84fea, #w-node-fc1ada5d-a247-544f-224e-5221e6d1319f-21c84fea, #w-node-fc1ada5d-a247-544f-224e-5221e6d131a0-21c84fea, #w-node-_1e25c40e-88ec-70d7-c8a2-d2cdcfe06316-21c84fea, #w-node-_1e25c40e-88ec-70d7-c8a2-d2cdcfe06317-21c84fea, #w-node-_1e25c40e-88ec-70d7-c8a2-d2cdcfe06318-21c84fea, #w-node-_4a4dc11a-f42a-9a58-5b37-ed486c1c1f26-21c84fea, #w-node-_4a4dc11a-f42a-9a58-5b37-ed486c1c1f27-21c84fea, #w-node-_4a4dc11a-f42a-9a58-5b37-ed486c1c1f28-21c84fea, #w-node-_83cfd3c2-13e9-9958-5288-ab7342482a72-21c84fea, #w-node-_83cfd3c2-13e9-9958-5288-ab7342482a73-21c84fea, #w-node-_83cfd3c2-13e9-9958-5288-ab7342482a74-21c84fea, #w-node-_4339292b-de3a-7b69-e15c-807c873bf1d4-21c84fea, #w-node-_4339292b-de3a-7b69-e15c-807c873bf1d5-21c84fea, #w-node-_4339292b-de3a-7b69-e15c-807c873bf1d6-21c84fea, #w-node-ee7596af-c3fe-77fb-253d-64b4a320bdae-21c84feb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd9456a4-e162-7f04-db04-5526b74766d2-21c84feb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_1bebf8c8-4424-c928-6290-05652b923802-21c84feb, #w-node-_1bebf8c8-4424-c928-6290-05652b923803-21c84feb, #w-node-_1bebf8c8-4424-c928-6290-05652b923809-21c84feb, #w-node-_1bebf8c8-4424-c928-6290-05652b92380c-21c84feb, #w-node-_761afba5-61d0-2b26-c7d1-f4e3539aa4ee-21c84feb, #w-node-_761afba5-61d0-2b26-c7d1-f4e3539aa4ef-21c84feb, #w-node-_761afba5-61d0-2b26-c7d1-f4e3539aa4f5-21c84feb, #w-node-_761afba5-61d0-2b26-c7d1-f4e3539aa4f8-21c84feb, #w-node-_6440e1a0-cc6e-6c18-6b9a-4733f6f5a3b9-21c84feb, #w-node-_6440e1a0-cc6e-6c18-6b9a-4733f6f5a3ba-21c84feb, #w-node-_6440e1a0-cc6e-6c18-6b9a-4733f6f5a3c0-21c84feb, #w-node-_6440e1a0-cc6e-6c18-6b9a-4733f6f5a3c3-21c84feb, #w-node-_9de121c0-504f-0468-84d0-74965d327ace-21c84feb, #w-node-_9de121c0-504f-0468-84d0-74965d327acf-21c84feb, #w-node-_9de121c0-504f-0468-84d0-74965d327ad5-21c84feb, #w-node-_9de121c0-504f-0468-84d0-74965d327ad8-21c84feb, #w-node-a2856a68-ed97-a186-bfcc-75d9400e232b-21c84feb, #w-node-a2856a68-ed97-a186-bfcc-75d9400e232c-21c84feb, #w-node-a2856a68-ed97-a186-bfcc-75d9400e2332-21c84feb, #w-node-a2856a68-ed97-a186-bfcc-75d9400e2335-21c84feb, #w-node-_012b95cb-c21a-2d8e-2f23-0575371d27c1-21c84fed, #w-node-d02c3f1a-08b4-0d37-86a1-c1eb81e94bea-21c84fed, #w-node-_44a9de40-e858-1236-2682-d0801816caff-21c84fed, #w-node-_5d6d9ab5-eb72-fa86-5f52-441052453485-21c84fed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d6d9ab5-eb72-fa86-5f52-441052453486-21c84fed, #w-node-_5d6d9ab5-eb72-fa86-5f52-441052453489-21c84fed {
  align-self: auto;
}

#w-node-_99e2215d-1b80-1256-9b99-1188ba81a899-21c84fed, #w-node-_08de13e0-21f7-6323-2a50-885995672308-21c84fed, #w-node-_000ac3ea-bfdb-e4cf-0eac-4e4b4d8baaf4-21c84fed, #w-node-_000ac3ea-bfdb-e4cf-0eac-4e4b4d8baaf5-21c84fed, #w-node-_000ac3ea-bfdb-e4cf-0eac-4e4b4d8bab02-21c84fed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_000ac3ea-bfdb-e4cf-0eac-4e4b4d8bab03-21c84fed, #w-node-_000ac3ea-bfdb-e4cf-0eac-4e4b4d8bab06-21c84fed {
  align-self: auto;
}

#w-node-_545e4a32-cff2-eb4f-33bb-ab926d290845-21c84fed, #w-node-c81ce398-0710-82b9-d770-137f878885b2-21c84fed, #w-node-_2ef34295-7c8a-1724-95a1-77f2fa1326da-21c84fed, #w-node-_2ef34295-7c8a-1724-95a1-77f2fa1326db-21c84fed, #w-node-_2ef34295-7c8a-1724-95a1-77f2fa1326e8-21c84fed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ef34295-7c8a-1724-95a1-77f2fa1326e9-21c84fed, #w-node-_2ef34295-7c8a-1724-95a1-77f2fa1326ec-21c84fed {
  align-self: auto;
}

#w-node-_1729c3da-85d4-ba9d-ef38-73b104b37230-21c84fed, #w-node-_25632c47-3709-62dc-b8ab-eb1d999dca36-21c84fed, #w-node-e7f8d4f0-8cca-fe9a-8c2e-d091ff8d26ba-21c84fed, #w-node-e7f8d4f0-8cca-fe9a-8c2e-d091ff8d26bb-21c84fed, #w-node-e7f8d4f0-8cca-fe9a-8c2e-d091ff8d26c8-21c84fed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e7f8d4f0-8cca-fe9a-8c2e-d091ff8d26c9-21c84fed, #w-node-e7f8d4f0-8cca-fe9a-8c2e-d091ff8d26cc-21c84fed {
  align-self: auto;
}

#w-node-b641cb4f-3465-dd24-3c73-4902ba302efc-21c84fed, #w-node-d2bcd8ec-ac92-186f-3ffa-bc4f5aea901e-21c84fed, #w-node-dde26040-3228-f824-2f08-d7d7c11d731a-21c84fed, #w-node-dde26040-3228-f824-2f08-d7d7c11d731b-21c84fed, #w-node-dde26040-3228-f824-2f08-d7d7c11d7328-21c84fed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dde26040-3228-f824-2f08-d7d7c11d7329-21c84fed, #w-node-dde26040-3228-f824-2f08-d7d7c11d732c-21c84fed {
  align-self: auto;
}

#w-node-bd87b936-54dc-fec0-23dc-4cdbb54f2628-21c84fed, #w-node-dd4789d7-16a1-f158-ba8a-a47eee264402-21c84fed, #w-node-_546f74f7-4650-5466-1a2f-742d5585acb2-21c84fed, #w-node-_546f74f7-4650-5466-1a2f-742d5585acb3-21c84fed, #w-node-_546f74f7-4650-5466-1a2f-742d5585acc0-21c84fed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_546f74f7-4650-5466-1a2f-742d5585acc1-21c84fed, #w-node-_546f74f7-4650-5466-1a2f-742d5585acc4-21c84fed {
  align-self: auto;
}

#w-node-_87c7bf1f-7d68-24da-7970-31951fffdf57-21c84fed, #w-node-_5fe15ead-ca7d-fa99-317d-56bb05170522-21c84fed, #w-node-a751b1ff-2c43-de68-aeb3-a1fd032b08f0-21c84fed, #w-node-a751b1ff-2c43-de68-aeb3-a1fd032b08f1-21c84fed, #w-node-a751b1ff-2c43-de68-aeb3-a1fd032b08fe-21c84fed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a751b1ff-2c43-de68-aeb3-a1fd032b08ff-21c84fed, #w-node-a751b1ff-2c43-de68-aeb3-a1fd032b0902-21c84fed {
  align-self: auto;
}

#w-node-c101f581-83de-4a9e-3be7-668f0229db63-21c84fed, #w-node-_914e0aea-8b3e-9eb5-d68f-b369db8a7d3a-21c84fed, #w-node-f8317af7-1622-9f19-6d39-ef9e8fc2de79-21c84fed, #w-node-f8317af7-1622-9f19-6d39-ef9e8fc2de7a-21c84fed, #w-node-f8317af7-1622-9f19-6d39-ef9e8fc2de84-21c84fed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8317af7-1622-9f19-6d39-ef9e8fc2de85-21c84fed, #w-node-f8317af7-1622-9f19-6d39-ef9e8fc2de88-21c84fed {
  align-self: auto;
}

#w-node-f8317af7-1622-9f19-6d39-ef9e8fc2de8b-21c84fed, #w-node-f8317af7-1622-9f19-6d39-ef9e8fc2de8d-21c84fed, #w-node-_667be19f-9496-0789-ab45-87bb8e18eac2-21c84fed, #w-node-_667be19f-9496-0789-ab45-87bb8e18eaec-21c84fed, #w-node-_667be19f-9496-0789-ab45-87bb8e18eb16-21c84fed, #w-node-_667be19f-9496-0789-ab45-87bb8e18eb40-21c84fed, #w-node-_667be19f-9496-0789-ab45-87bb8e18eb6a-21c84fed, #w-node-_667be19f-9496-0789-ab45-87bb8e18eb94-21c84fed, #w-node-_667be19f-9496-0789-ab45-87bb8e18ebbe-21c84fed, #w-node-_667be19f-9496-0789-ab45-87bb8e18ebe8-21c84fed, #w-node-_667be19f-9496-0789-ab45-87bb8e18ebf7-21c84fed, #w-node-f7f6aa70-1c86-6a1a-5e28-a3b02d94518b-21c84fed, #w-node-f7f6aa70-1c86-6a1a-5e28-a3b02d94519e-21c84fed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f7f6aa70-1c86-6a1a-5e28-a3b02d94519f-21c84fed, #w-node-f7f6aa70-1c86-6a1a-5e28-a3b02d9451a2-21c84fed {
  align-self: auto;
}

#w-node-_48df8daf-9386-cf7b-1866-2d1930e51fe0-21c84fed {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_48df8daf-9386-cf7b-1866-2d1930e51fe1-21c84fed, #w-node-_48df8daf-9386-cf7b-1866-2d1930e51fe9-21c84fed, #w-node-_48df8daf-9386-cf7b-1866-2d1930e51ff1-21c84fed, #w-node-_48df8daf-9386-cf7b-1866-2d1930e51ff9-21c84fed, #w-node-_679c1fe2-48fc-55a3-aaa8-997aa70ba4b3-21c84fed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_679c1fe2-48fc-55a3-aaa8-997aa70ba4b4-21c84fed, #w-node-_679c1fe2-48fc-55a3-aaa8-997aa70ba4b7-21c84fed {
  align-self: auto;
}

#w-node-_679c1fe2-48fc-55a3-aaa8-997aa70ba4c5-21c84fed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_679c1fe2-48fc-55a3-aaa8-997aa70ba4c6-21c84fed, #w-node-_679c1fe2-48fc-55a3-aaa8-997aa70ba4c9-21c84fed {
  align-self: auto;
}

#w-node-_679c1fe2-48fc-55a3-aaa8-997aa70ba4d7-21c84fed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_679c1fe2-48fc-55a3-aaa8-997aa70ba4d8-21c84fed, #w-node-_679c1fe2-48fc-55a3-aaa8-997aa70ba4db-21c84fed {
  align-self: auto;
}

#w-node-_679c1fe2-48fc-55a3-aaa8-997aa70ba4e9-21c84fed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_679c1fe2-48fc-55a3-aaa8-997aa70ba4ea-21c84fed, #w-node-_679c1fe2-48fc-55a3-aaa8-997aa70ba4ed-21c84fed {
  align-self: auto;
}

#w-node-_679c1fe2-48fc-55a3-aaa8-997aa70ba4fb-21c84fed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_679c1fe2-48fc-55a3-aaa8-997aa70ba4fc-21c84fed, #w-node-_679c1fe2-48fc-55a3-aaa8-997aa70ba4ff-21c84fed {
  align-self: auto;
}

#w-node-_679c1fe2-48fc-55a3-aaa8-997aa70ba50d-21c84fed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_679c1fe2-48fc-55a3-aaa8-997aa70ba50e-21c84fed, #w-node-_679c1fe2-48fc-55a3-aaa8-997aa70ba511-21c84fed {
  align-self: auto;
}

#w-node-_679c1fe2-48fc-55a3-aaa8-997aa70ba51f-21c84fed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_679c1fe2-48fc-55a3-aaa8-997aa70ba520-21c84fed, #w-node-_679c1fe2-48fc-55a3-aaa8-997aa70ba523-21c84fed {
  align-self: auto;
}

#w-node-_679c1fe2-48fc-55a3-aaa8-997aa70ba531-21c84fed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_679c1fe2-48fc-55a3-aaa8-997aa70ba532-21c84fed, #w-node-_679c1fe2-48fc-55a3-aaa8-997aa70ba535-21c84fed {
  align-self: auto;
}

#w-node-_390a36cc-a1fa-c648-453b-69bd96d524bb-21c84fed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_390a36cc-a1fa-c648-453b-69bd96d524bc-21c84fed {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_390a36cc-a1fa-c648-453b-69bd96d524d6-21c84fed, #w-node-_390a36cc-a1fa-c648-453b-69bd96d524d7-21c84fed, #w-node-_666cc198-6a5e-4dd7-0722-0ab294a82898-21c84ff1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_666cc198-6a5e-4dd7-0722-0ab294a828b4-21c84ff1, #w-node-_666cc198-6a5e-4dd7-0722-0ab294a828b9-21c84ff1, #w-node-_666cc198-6a5e-4dd7-0722-0ab294a828be-21c84ff1, #w-node-_666cc198-6a5e-4dd7-0722-0ab294a828c3-21c84ff1, #w-node-_666cc198-6a5e-4dd7-0722-0ab294a828c8-21c84ff1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_1cd1b18d-87bd-1937-23b8-5ccc6ce42149-21c84ff1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1cd1b18d-87bd-1937-23b8-5ccc6ce42165-21c84ff1, #w-node-_1cd1b18d-87bd-1937-23b8-5ccc6ce4216a-21c84ff1, #w-node-_1cd1b18d-87bd-1937-23b8-5ccc6ce4216f-21c84ff1, #w-node-_1cd1b18d-87bd-1937-23b8-5ccc6ce42174-21c84ff1, #w-node-_1cd1b18d-87bd-1937-23b8-5ccc6ce42179-21c84ff1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_654912b0-b535-52f1-986b-420824fbde63-21c84ff1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_654912b0-b535-52f1-986b-420824fbde7f-21c84ff1, #w-node-_654912b0-b535-52f1-986b-420824fbde84-21c84ff1, #w-node-_654912b0-b535-52f1-986b-420824fbde89-21c84ff1, #w-node-_654912b0-b535-52f1-986b-420824fbde8e-21c84ff1, #w-node-_654912b0-b535-52f1-986b-420824fbde93-21c84ff1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_4d512d64-b2fd-ba9e-00dd-18f7c1884841-21c84ff1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d512d64-b2fd-ba9e-00dd-18f7c188485d-21c84ff1, #w-node-_4d512d64-b2fd-ba9e-00dd-18f7c1884862-21c84ff1, #w-node-_4d512d64-b2fd-ba9e-00dd-18f7c1884867-21c84ff1, #w-node-_4d512d64-b2fd-ba9e-00dd-18f7c188486c-21c84ff1, #w-node-_4d512d64-b2fd-ba9e-00dd-18f7c1884871-21c84ff1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_67f63668-9ce9-da59-872b-38517d5b7d3b-21c84ff1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_67f63668-9ce9-da59-872b-38517d5b7d57-21c84ff1, #w-node-_67f63668-9ce9-da59-872b-38517d5b7d5c-21c84ff1, #w-node-_67f63668-9ce9-da59-872b-38517d5b7d61-21c84ff1, #w-node-_67f63668-9ce9-da59-872b-38517d5b7d66-21c84ff1, #w-node-_67f63668-9ce9-da59-872b-38517d5b7d6b-21c84ff1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_92cc9b66-e348-b0bf-ed6a-a7fd62a7606b-21c84ff1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_92cc9b66-e348-b0bf-ed6a-a7fd62a76087-21c84ff1, #w-node-_92cc9b66-e348-b0bf-ed6a-a7fd62a7608c-21c84ff1, #w-node-_92cc9b66-e348-b0bf-ed6a-a7fd62a76091-21c84ff1, #w-node-_92cc9b66-e348-b0bf-ed6a-a7fd62a76096-21c84ff1, #w-node-_92cc9b66-e348-b0bf-ed6a-a7fd62a7609b-21c84ff1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-b2dd08a4-5ad5-1d2b-53a0-f53beff42013-21c84ff1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2dd08a4-5ad5-1d2b-53a0-f53beff4202f-21c84ff1, #w-node-b2dd08a4-5ad5-1d2b-53a0-f53beff42034-21c84ff1, #w-node-b2dd08a4-5ad5-1d2b-53a0-f53beff42039-21c84ff1, #w-node-b2dd08a4-5ad5-1d2b-53a0-f53beff4203e-21c84ff1, #w-node-b2dd08a4-5ad5-1d2b-53a0-f53beff42043-21c84ff1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_3a0c637d-ce38-174e-5d85-4da309ce1051-21c84ff1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a0c637d-ce38-174e-5d85-4da309ce106d-21c84ff1, #w-node-_3a0c637d-ce38-174e-5d85-4da309ce1072-21c84ff1, #w-node-_3a0c637d-ce38-174e-5d85-4da309ce1077-21c84ff1, #w-node-_3a0c637d-ce38-174e-5d85-4da309ce107c-21c84ff1, #w-node-_3a0c637d-ce38-174e-5d85-4da309ce1081-21c84ff1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_78b40eb8-39b6-51a4-3c2f-e055077b1fb2-21c84ff1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78b40eb8-39b6-51a4-3c2f-e055077b1fce-21c84ff1, #w-node-_78b40eb8-39b6-51a4-3c2f-e055077b1fd3-21c84ff1, #w-node-_78b40eb8-39b6-51a4-3c2f-e055077b1fd8-21c84ff1, #w-node-_78b40eb8-39b6-51a4-3c2f-e055077b1fdd-21c84ff1, #w-node-_78b40eb8-39b6-51a4-3c2f-e055077b1fe2-21c84ff1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-a27ab547-80b6-333c-b2b0-4eb889c2bb0f-21c84ff1, #w-node-a27ab547-80b6-333c-b2b0-4eb889c2bb22-21c84ff1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a27ab547-80b6-333c-b2b0-4eb889c2bb23-21c84ff1, #w-node-a27ab547-80b6-333c-b2b0-4eb889c2bb26-21c84ff1 {
  align-self: auto;
}

#w-node-dcd04365-4104-0be7-a541-77de22934a77-21c84ff1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dcd04365-4104-0be7-a541-77de22934a78-21c84ff1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-dcd04365-4104-0be7-a541-77de22934a92-21c84ff1, #w-node-dcd04365-4104-0be7-a541-77de22934a93-21c84ff1, #w-node-d155c07d-b170-6ea2-5af7-8d5844f909f2-21c84ff2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69115032-ceea-dd12-cee8-2a18af5d8660-21c84ff2, #w-node-_36c10fbe-1cab-7339-75ba-9000121b678b-21c84ff2, #w-node-_17377bca-452d-2b59-accd-34d415a430d8-21c84ff2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_7b381cbd-e0e1-92ea-68ff-d18b3cf50b02-21c84ff2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17377bca-452d-2b59-accd-34d415a430d3-21c84ff2, #w-node-_7d56dc59-31f0-9171-9135-d4e1d777ccef-21c84ff2, #w-node-_17377bca-452d-2b59-accd-34d415a430ce-21c84ff2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_5c4d1527-5687-6865-c062-004f9dab2ba1-21c84ff2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c47bd4cf-e1ba-99a4-5616-8e881bc6238e-21c84ff2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-feea4c74-0da0-eb3b-5d9a-661026f73584-21c84ff2, #w-node-feea4c74-0da0-eb3b-5d9a-661026f73585-21c84ff2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-feea4c74-0da0-eb3b-5d9a-661026f73586-21c84ff2, #w-node-_7594a3bc-dc60-d5f5-4ea7-70466ace0b12-21c84ff2, #w-node-_19b63662-7113-cc66-bee7-8f6c5d33f5e7-21c84ff2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_15ab66b2-cffc-6aa7-8959-4668bb254f0e-21c84ff2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_93ffb4e8-d3d0-70ff-4edc-6cd65ea58633-21c84ff2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_93ffb4e8-d3d0-70ff-4edc-6cd65ea5864f-21c84ff2, #w-node-_93ffb4e8-d3d0-70ff-4edc-6cd65ea58654-21c84ff2, #w-node-_93ffb4e8-d3d0-70ff-4edc-6cd65ea58659-21c84ff2, #w-node-_93ffb4e8-d3d0-70ff-4edc-6cd65ea5865e-21c84ff2, #w-node-_93ffb4e8-d3d0-70ff-4edc-6cd65ea58663-21c84ff2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_93ffb4e8-d3d0-70ff-4edc-6cd65ea58680-21c84ff2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_93ffb4e8-d3d0-70ff-4edc-6cd65ea5869c-21c84ff2, #w-node-_93ffb4e8-d3d0-70ff-4edc-6cd65ea586a1-21c84ff2, #w-node-_93ffb4e8-d3d0-70ff-4edc-6cd65ea586a6-21c84ff2, #w-node-_93ffb4e8-d3d0-70ff-4edc-6cd65ea586ab-21c84ff2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_93ffb4e8-d3d0-70ff-4edc-6cd65ea586c8-21c84ff2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_93ffb4e8-d3d0-70ff-4edc-6cd65ea586e4-21c84ff2, #w-node-_93ffb4e8-d3d0-70ff-4edc-6cd65ea586e9-21c84ff2, #w-node-_93ffb4e8-d3d0-70ff-4edc-6cd65ea586ee-21c84ff2, #w-node-_93ffb4e8-d3d0-70ff-4edc-6cd65ea586f3-21c84ff2, #w-node-_93ffb4e8-d3d0-70ff-4edc-6cd65ea586f8-21c84ff2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_93ffb4e8-d3d0-70ff-4edc-6cd65ea58715-21c84ff2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_93ffb4e8-d3d0-70ff-4edc-6cd65ea58731-21c84ff2, #w-node-_93ffb4e8-d3d0-70ff-4edc-6cd65ea58736-21c84ff2, #w-node-_93ffb4e8-d3d0-70ff-4edc-6cd65ea5873b-21c84ff2, #w-node-_93ffb4e8-d3d0-70ff-4edc-6cd65ea58740-21c84ff2, #w-node-_93ffb4e8-d3d0-70ff-4edc-6cd65ea58745-21c84ff2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_93ffb4e8-d3d0-70ff-4edc-6cd65ea58762-21c84ff2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_93ffb4e8-d3d0-70ff-4edc-6cd65ea5877e-21c84ff2, #w-node-_93ffb4e8-d3d0-70ff-4edc-6cd65ea58783-21c84ff2, #w-node-_93ffb4e8-d3d0-70ff-4edc-6cd65ea58788-21c84ff2, #w-node-_93ffb4e8-d3d0-70ff-4edc-6cd65ea5878d-21c84ff2, #w-node-_93ffb4e8-d3d0-70ff-4edc-6cd65ea58792-21c84ff2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_93ffb4e8-d3d0-70ff-4edc-6cd65ea587af-21c84ff2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_93ffb4e8-d3d0-70ff-4edc-6cd65ea587cb-21c84ff2, #w-node-_93ffb4e8-d3d0-70ff-4edc-6cd65ea587d0-21c84ff2, #w-node-_93ffb4e8-d3d0-70ff-4edc-6cd65ea587d5-21c84ff2, #w-node-_93ffb4e8-d3d0-70ff-4edc-6cd65ea587da-21c84ff2, #w-node-_93ffb4e8-d3d0-70ff-4edc-6cd65ea587df-21c84ff2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_83dadd4c-5560-86a1-4369-21cce8ec0707-21c84ff2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83dadd4c-5560-86a1-4369-21cce8ec0708-21c84ff2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_83dadd4c-5560-86a1-4369-21cce8ec0722-21c84ff2, #w-node-_83dadd4c-5560-86a1-4369-21cce8ec0723-21c84ff2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ddd1ef7f-1e52-0634-183c-8a35c738ee16-21c84ff2 {
  justify-self: auto;
}

#w-node-ddd1ef7f-1e52-0634-183c-8a35c738ee26-21c84ff2, #w-node-ddd1ef7f-1e52-0634-183c-8a35c738ee2e-21c84ff2, #w-node-ddd1ef7f-1e52-0634-183c-8a35c738ee4a-21c84ff2, #w-node-ddd1ef7f-1e52-0634-183c-8a35c738ee53-21c84ff2, #field-5.w-node-ddd1ef7f-1e52-0634-183c-8a35c738ee54-21c84ff2, #w-node-ddd1ef7f-1e52-0634-183c-8a35c738ee63-21c84ff2, #field-6.w-node-ddd1ef7f-1e52-0634-183c-8a35c738ee64-21c84ff2, #w-node-ddd1ef7f-1e52-0634-183c-8a35c738ee7a-21c84ff2, #w-node-ddd1ef7f-1e52-0634-183c-8a35c738ee80-21c84ff2, #w-node-ec22826d-14f8-3f2e-6595-709fc62d991b-21c84ff3, #w-node-ec22826d-14f8-3f2e-6595-709fc62d991e-21c84ff3, #w-node-ec22826d-14f8-3f2e-6595-709fc62d9923-21c84ff3, #w-node-ec22826d-14f8-3f2e-6595-709fc62d9928-21c84ff3, #w-node-ec22826d-14f8-3f2e-6595-709fc62d992d-21c84ff3, #w-node-_82395654-cf98-58ac-9ff4-8c08b831590d-21c84ff3, #w-node-_82395654-cf98-58ac-9ff4-8c08b8315937-21c84ff3, #w-node-_82395654-cf98-58ac-9ff4-8c08b8315961-21c84ff3, #w-node-_82395654-cf98-58ac-9ff4-8c08b831598b-21c84ff3, #w-node-_82395654-cf98-58ac-9ff4-8c08b83159b5-21c84ff3, #w-node-_82395654-cf98-58ac-9ff4-8c08b83159df-21c84ff3, #w-node-_82395654-cf98-58ac-9ff4-8c08b8315a09-21c84ff3, #w-node-_82395654-cf98-58ac-9ff4-8c08b8315a33-21c84ff3, #w-node-_82395654-cf98-58ac-9ff4-8c08b8315a42-21c84ff3, #w-node-f8372d46-9ba3-4abb-2bcb-e86f7489f1db-21c84ff3, #w-node-f8372d46-9ba3-4abb-2bcb-e86f7489f1dc-21c84ff3, #w-node-f8372d46-9ba3-4abb-2bcb-e86f7489f1de-21c84ff3, #w-node-f8372d46-9ba3-4abb-2bcb-e86f7489f1ef-21c84ff3, #w-node-f8372d46-9ba3-4abb-2bcb-e86f7489f201-21c84ff3, #w-node-f8372d46-9ba3-4abb-2bcb-e86f7489f203-21c84ff3, #w-node-f8372d46-9ba3-4abb-2bcb-e86f7489f204-21c84ff3, #w-node-f8372d46-9ba3-4abb-2bcb-e86f7489f205-21c84ff3, #w-node-f8372d46-9ba3-4abb-2bcb-e86f7489f207-21c84ff3, #w-node-f8372d46-9ba3-4abb-2bcb-e86f7489f219-21c84ff3, #w-node-f8372d46-9ba3-4abb-2bcb-e86f7489f22b-21c84ff3, #w-node-f8372d46-9ba3-4abb-2bcb-e86f7489f22d-21c84ff3, #w-node-f8372d46-9ba3-4abb-2bcb-e86f7489f22e-21c84ff3, #w-node-f8372d46-9ba3-4abb-2bcb-e86f7489f22f-21c84ff3, #w-node-f8372d46-9ba3-4abb-2bcb-e86f7489f231-21c84ff3, #w-node-f8372d46-9ba3-4abb-2bcb-e86f7489f27f-21c84ff3, #w-node-a4dd363c-c028-5eaf-41c1-adf035f3d83d-21c84ff3, #w-node-a4dd363c-c028-5eaf-41c1-adf035f3d83e-21c84ff3, #w-node-a4dd363c-c028-5eaf-41c1-adf035f3d840-21c84ff3, #w-node-a4dd363c-c028-5eaf-41c1-adf035f3d84e-21c84ff3, #w-node-a4dd363c-c028-5eaf-41c1-adf035f3d850-21c84ff3, #w-node-a4dd363c-c028-5eaf-41c1-adf035f3d85e-21c84ff3, #w-node-a4dd363c-c028-5eaf-41c1-adf035f3d860-21c84ff3, #w-node-a4dd363c-c028-5eaf-41c1-adf035f3d86e-21c84ff3, #w-node-a4dd363c-c028-5eaf-41c1-adf035f3d870-21c84ff3, #w-node-_43578243-6477-226d-e4dd-501cdb68bae9-21c84ff3, #w-node-_43578243-6477-226d-e4dd-501cdb68bafb-21c84ff3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_43578243-6477-226d-e4dd-501cdb68bafc-21c84ff3, #w-node-_43578243-6477-226d-e4dd-501cdb68baff-21c84ff3 {
  align-self: auto;
}

#w-node-ccfbb085-ae7d-18ff-bc7f-9a6be85452fd-21c84ff3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ccfbb085-ae7d-18ff-bc7f-9a6be85452fe-21c84ff3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ccfbb085-ae7d-18ff-bc7f-9a6be8545318-21c84ff3, #w-node-ccfbb085-ae7d-18ff-bc7f-9a6be8545319-21c84ff3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5ab37068-4dfa-ca35-9f4e-e94d885d4dab-21c84ff3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_5ab37068-4dfa-ca35-9f4e-e94d885d4dac-21c84ff3, #w-node-_5ab37068-4dfa-ca35-9f4e-e94d885d4db4-21c84ff3, #w-node-_5ab37068-4dfa-ca35-9f4e-e94d885d4dbc-21c84ff3, #w-node-_5ab37068-4dfa-ca35-9f4e-e94d885d4dc4-21c84ff3, #w-node-_5793abac-5868-39c0-6a8c-379d7b9a7370-21c84ff3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5793abac-5868-39c0-6a8c-379d7b9a7371-21c84ff3, #w-node-_5793abac-5868-39c0-6a8c-379d7b9a7374-21c84ff3 {
  align-self: auto;
}

#w-node-_5793abac-5868-39c0-6a8c-379d7b9a7382-21c84ff3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5793abac-5868-39c0-6a8c-379d7b9a7383-21c84ff3, #w-node-_5793abac-5868-39c0-6a8c-379d7b9a7386-21c84ff3 {
  align-self: auto;
}

#w-node-_5793abac-5868-39c0-6a8c-379d7b9a7394-21c84ff3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5793abac-5868-39c0-6a8c-379d7b9a7395-21c84ff3, #w-node-_5793abac-5868-39c0-6a8c-379d7b9a7398-21c84ff3 {
  align-self: auto;
}

#w-node-_5793abac-5868-39c0-6a8c-379d7b9a73a6-21c84ff3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5793abac-5868-39c0-6a8c-379d7b9a73a7-21c84ff3, #w-node-_5793abac-5868-39c0-6a8c-379d7b9a73aa-21c84ff3 {
  align-self: auto;
}

#w-node-_5793abac-5868-39c0-6a8c-379d7b9a73b8-21c84ff3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5793abac-5868-39c0-6a8c-379d7b9a73b9-21c84ff3, #w-node-_5793abac-5868-39c0-6a8c-379d7b9a73bc-21c84ff3 {
  align-self: auto;
}

#w-node-_5793abac-5868-39c0-6a8c-379d7b9a73ca-21c84ff3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5793abac-5868-39c0-6a8c-379d7b9a73cb-21c84ff3, #w-node-_5793abac-5868-39c0-6a8c-379d7b9a73ce-21c84ff3 {
  align-self: auto;
}

#w-node-_5793abac-5868-39c0-6a8c-379d7b9a73dc-21c84ff3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5793abac-5868-39c0-6a8c-379d7b9a73dd-21c84ff3, #w-node-_5793abac-5868-39c0-6a8c-379d7b9a73e0-21c84ff3 {
  align-self: auto;
}

#w-node-_5793abac-5868-39c0-6a8c-379d7b9a73ee-21c84ff3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5793abac-5868-39c0-6a8c-379d7b9a73ef-21c84ff3, #w-node-_5793abac-5868-39c0-6a8c-379d7b9a73f2-21c84ff3 {
  align-self: auto;
}

#w-node-b0b23d1e-db87-95ee-6db8-d03fe26fa634-21c84ff3, #w-node-b0b23d1e-db87-95ee-6db8-d03fe26fa635-21c84ff3, #w-node-_521a4d91-362e-2b5c-55a0-33caabec5fa6-21c84ff4, #w-node-_521a4d91-362e-2b5c-55a0-33caabec5fa9-21c84ff4, #w-node-_521a4d91-362e-2b5c-55a0-33caabec5fae-21c84ff4, #w-node-_521a4d91-362e-2b5c-55a0-33caabec5fb3-21c84ff4, #w-node-_521a4d91-362e-2b5c-55a0-33caabec5fb8-21c84ff4, #w-node-ce9fd5e1-f017-8473-9667-d02688df3d2d-21c84ff4, #w-node-_6567b4be-7bdd-832e-ba0f-c69350d7d0e3-21c84ff4, #w-node-_6567b4be-7bdd-832e-ba0f-c69350d7d10d-21c84ff4, #w-node-_6567b4be-7bdd-832e-ba0f-c69350d7d137-21c84ff4, #w-node-_6567b4be-7bdd-832e-ba0f-c69350d7d161-21c84ff4, #w-node-_6567b4be-7bdd-832e-ba0f-c69350d7d18b-21c84ff4, #w-node-_6567b4be-7bdd-832e-ba0f-c69350d7d1b5-21c84ff4, #w-node-_6567b4be-7bdd-832e-ba0f-c69350d7d1df-21c84ff4, #w-node-_6567b4be-7bdd-832e-ba0f-c69350d7d209-21c84ff4, #w-node-_6567b4be-7bdd-832e-ba0f-c69350d7d218-21c84ff4, #w-node-_2a4183f2-a108-f2a8-f978-e567991fee61-21c84ff4, #w-node-_2a4183f2-a108-f2a8-f978-e567991fee62-21c84ff4, #w-node-_2a4183f2-a108-f2a8-f978-e567991fee64-21c84ff4, #w-node-_2a4183f2-a108-f2a8-f978-e567991fee75-21c84ff4, #w-node-_2a4183f2-a108-f2a8-f978-e567991fee87-21c84ff4, #w-node-_2a4183f2-a108-f2a8-f978-e567991fee89-21c84ff4, #w-node-_2a4183f2-a108-f2a8-f978-e567991fee8a-21c84ff4, #w-node-_2a4183f2-a108-f2a8-f978-e567991fee8b-21c84ff4, #w-node-_2a4183f2-a108-f2a8-f978-e567991fee8d-21c84ff4, #w-node-_2a4183f2-a108-f2a8-f978-e567991fee9f-21c84ff4, #w-node-_2a4183f2-a108-f2a8-f978-e567991feec1-21c84ff4, #w-node-_2a4183f2-a108-f2a8-f978-e567991feec3-21c84ff4, #w-node-_2a4183f2-a108-f2a8-f978-e567991feec4-21c84ff4, #w-node-_2a4183f2-a108-f2a8-f978-e567991feec5-21c84ff4, #w-node-_2a4183f2-a108-f2a8-f978-e567991feec7-21c84ff4, #w-node-_2a4183f2-a108-f2a8-f978-e567991feed9-21c84ff4, #w-node-_2a4183f2-a108-f2a8-f978-e567991feeeb-21c84ff4, #w-node-_2a4183f2-a108-f2a8-f978-e567991feeed-21c84ff4, #w-node-_2a4183f2-a108-f2a8-f978-e567991feeee-21c84ff4, #w-node-_2a4183f2-a108-f2a8-f978-e567991feeef-21c84ff4, #w-node-_2a4183f2-a108-f2a8-f978-e567991feef1-21c84ff4, #w-node-_2a4183f2-a108-f2a8-f978-e567991fef03-21c84ff4, #w-node-_2a4183f2-a108-f2a8-f978-e567991fef15-21c84ff4, #w-node-_2a4183f2-a108-f2a8-f978-e567991fef18-21c84ff4, #w-node-_2a4183f2-a108-f2a8-f978-e567991fef19-21c84ff4, #w-node-_2a4183f2-a108-f2a8-f978-e567991fef1b-21c84ff4, #w-node-_2a4183f2-a108-f2a8-f978-e567991fef29-21c84ff4, #w-node-_2a4183f2-a108-f2a8-f978-e567991fef2b-21c84ff4, #w-node-_2a4183f2-a108-f2a8-f978-e567991fef39-21c84ff4, #w-node-_2a4183f2-a108-f2a8-f978-e567991fef3b-21c84ff4, #w-node-_2a4183f2-a108-f2a8-f978-e567991fef49-21c84ff4, #w-node-_2a4183f2-a108-f2a8-f978-e567991fef4b-21c84ff4, #w-node-e558d4c0-8db6-2b90-d23d-cd4cd3fcaf50-21c84ff4, #w-node-e558d4c0-8db6-2b90-d23d-cd4cd3fcaf56-21c84ff4, #w-node-e558d4c0-8db6-2b90-d23d-cd4cd3fcaf5e-21c84ff4, #w-node-e558d4c0-8db6-2b90-d23d-cd4cd3fcaf63-21c84ff4, #w-node-e558d4c0-8db6-2b90-d23d-cd4cd3fcaf68-21c84ff4, #w-node-e558d4c0-8db6-2b90-d23d-cd4cd3fcaf6d-21c84ff4, #w-node-e558d4c0-8db6-2b90-d23d-cd4cd3fcaf7e-21c84ff4, #w-node-e558d4c0-8db6-2b90-d23d-cd4cd3fcaf83-21c84ff4, #w-node-e558d4c0-8db6-2b90-d23d-cd4cd3fcaf88-21c84ff4, #w-node-e558d4c0-8db6-2b90-d23d-cd4cd3fcaf8d-21c84ff4, #w-node-e558d4c0-8db6-2b90-d23d-cd4cd3fcaf9c-21c84ff4, #w-node-e558d4c0-8db6-2b90-d23d-cd4cd3fcafa1-21c84ff4, #w-node-e558d4c0-8db6-2b90-d23d-cd4cd3fcafa6-21c84ff4, #w-node-e558d4c0-8db6-2b90-d23d-cd4cd3fcafab-21c84ff4, #w-node-_75a1bc9d-bab8-5797-d5e4-9ecc5bdfd70c-21c84ff4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75a1bc9d-bab8-5797-d5e4-9ecc5bdfd70d-21c84ff4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_75a1bc9d-bab8-5797-d5e4-9ecc5bdfd727-21c84ff4, #w-node-_75a1bc9d-bab8-5797-d5e4-9ecc5bdfd728-21c84ff4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d53d31c-4f73-500f-4125-982d1654acfe-21c84ff4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_5d53d31c-4f73-500f-4125-982d1654acff-21c84ff4, #w-node-_5d53d31c-4f73-500f-4125-982d1654ad07-21c84ff4, #w-node-_5d53d31c-4f73-500f-4125-982d1654ad0f-21c84ff4, #w-node-_5d53d31c-4f73-500f-4125-982d1654ad17-21c84ff4, #w-node-b7a5896a-40e8-d4f6-3e00-94ed0545dadc-21c84ff4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7a5896a-40e8-d4f6-3e00-94ed0545dadd-21c84ff4, #w-node-b7a5896a-40e8-d4f6-3e00-94ed0545dae0-21c84ff4 {
  align-self: auto;
}

#w-node-b7a5896a-40e8-d4f6-3e00-94ed0545daee-21c84ff4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7a5896a-40e8-d4f6-3e00-94ed0545daef-21c84ff4, #w-node-b7a5896a-40e8-d4f6-3e00-94ed0545daf2-21c84ff4 {
  align-self: auto;
}

#w-node-b7a5896a-40e8-d4f6-3e00-94ed0545db00-21c84ff4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7a5896a-40e8-d4f6-3e00-94ed0545db01-21c84ff4, #w-node-b7a5896a-40e8-d4f6-3e00-94ed0545db04-21c84ff4 {
  align-self: auto;
}

#w-node-b7a5896a-40e8-d4f6-3e00-94ed0545db12-21c84ff4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7a5896a-40e8-d4f6-3e00-94ed0545db13-21c84ff4, #w-node-b7a5896a-40e8-d4f6-3e00-94ed0545db16-21c84ff4 {
  align-self: auto;
}

#w-node-b7a5896a-40e8-d4f6-3e00-94ed0545db24-21c84ff4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7a5896a-40e8-d4f6-3e00-94ed0545db25-21c84ff4, #w-node-b7a5896a-40e8-d4f6-3e00-94ed0545db28-21c84ff4 {
  align-self: auto;
}

#w-node-b7a5896a-40e8-d4f6-3e00-94ed0545db36-21c84ff4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7a5896a-40e8-d4f6-3e00-94ed0545db37-21c84ff4, #w-node-b7a5896a-40e8-d4f6-3e00-94ed0545db3a-21c84ff4 {
  align-self: auto;
}

#w-node-b7a5896a-40e8-d4f6-3e00-94ed0545db48-21c84ff4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7a5896a-40e8-d4f6-3e00-94ed0545db49-21c84ff4, #w-node-b7a5896a-40e8-d4f6-3e00-94ed0545db4c-21c84ff4 {
  align-self: auto;
}

#w-node-b7a5896a-40e8-d4f6-3e00-94ed0545db5a-21c84ff4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7a5896a-40e8-d4f6-3e00-94ed0545db5b-21c84ff4, #w-node-b7a5896a-40e8-d4f6-3e00-94ed0545db5e-21c84ff4 {
  align-self: auto;
}

#w-node-_865d551f-71f1-97a3-a78c-b147f662d641-21c84ff4, #w-node-_865d551f-71f1-97a3-a78c-b147f662d642-21c84ff4, #w-node-b79f4030-1b31-b699-e9bc-90ba6167e995-21c84ff5, #w-node-e1dab86d-59a1-eaba-35f1-e2084048e6d6-21c84ff5, #w-node-_97a4177a-0f7c-64d7-4b05-4d17eb4f5cf7-21c84ff5, #w-node-_7ca6e38f-167a-889e-cea6-1d41e8614a78-21c84ff5, #w-node-_805e16b3-af5b-45bb-f30e-4901c60308a1-21c84ff5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a8839c8-b563-53e7-8fd9-034d17579d10-21c84ff5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_926b7f1b-0ff8-e5da-6af7-4b7d5e290815-21c84ff5, #w-node-_62b8e586-ffbc-ecc3-efbd-213544e01841-21c84ff5, #w-node-_62b8e586-ffbc-ecc3-efbd-213544e01843-21c84ff5, #w-node-e2b6612b-c768-2c17-a4bb-3e1fc4da7780-21c84ff5, #w-node-e2b6612b-c768-2c17-a4bb-3e1fc4da7781-21c84ff5, #w-node-_4dd03146-468d-5942-c74d-25cd6123b3e8-21c84ff5, #w-node-b42b4585-fd01-d1ca-02eb-e37128309e15-21c84ff5, #w-node-_924d769b-3006-215d-6ad3-a95bd7bc3784-21c84ff5, #w-node-_22899122-2361-36ea-3ca0-18973a2e4a25-21c84ff5, #w-node-_22899122-2361-36ea-3ca0-18973a2e4a28-21c84ff5, #w-node-_22899122-2361-36ea-3ca0-18973a2e4a2b-21c84ff5, #w-node-ba99c838-f8fd-b6d2-f0f8-bf9d0113a289-21c84ff5, #w-node-ba99c838-f8fd-b6d2-f0f8-bf9d0113a28c-21c84ff5, #w-node-ba99c838-f8fd-b6d2-f0f8-bf9d0113a28f-21c84ff5, #w-node-a0ecf4e1-8c8e-9d86-7a45-f555c6c01de8-21c84ff5, #w-node-a0ecf4e1-8c8e-9d86-7a45-f555c6c01deb-21c84ff5, #w-node-a0ecf4e1-8c8e-9d86-7a45-f555c6c01dee-21c84ff5, #w-node-_7ec311eb-fc71-608d-b735-12949ee922a3-21c84ff5, #w-node-_7ec311eb-fc71-608d-b735-12949ee922a6-21c84ff5, #w-node-_7ec311eb-fc71-608d-b735-12949ee922a9-21c84ff5, #w-node-a1b345f8-a6f0-76a7-5f31-22855108d5bf-21c84ff5, #w-node-a1b345f8-a6f0-76a7-5f31-22855108d5c2-21c84ff5, #w-node-a1b345f8-a6f0-76a7-5f31-22855108d5c5-21c84ff5, #w-node-a2dc87d1-c7ef-dce0-4ca4-4196f0b95c5e-21c84ff5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2dc87d1-c7ef-dce0-4ca4-4196f0b95c5f-21c84ff5, #w-node-a2dc87d1-c7ef-dce0-4ca4-4196f0b95c62-21c84ff5 {
  align-self: auto;
}

#w-node-cd7c8111-db11-b7ae-2478-b86c0fdda3f5-21c84ff5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd7c8111-db11-b7ae-2478-b86c0fdda3f6-21c84ff5, #w-node-cd7c8111-db11-b7ae-2478-b86c0fdda3f9-21c84ff5 {
  align-self: auto;
}

#w-node-bd1dbb97-3017-9767-f5f9-d304b883f852-21c84ff5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd1dbb97-3017-9767-f5f9-d304b883f853-21c84ff5, #w-node-bd1dbb97-3017-9767-f5f9-d304b883f856-21c84ff5 {
  align-self: auto;
}

#w-node-def7d715-8691-f471-b26f-ae0cfba70d43-21c84ff5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-def7d715-8691-f471-b26f-ae0cfba70d44-21c84ff5, #w-node-def7d715-8691-f471-b26f-ae0cfba70d47-21c84ff5 {
  align-self: auto;
}

#w-node-_8dfc8e00-c1ae-5c55-b6b3-98eed1d60c04-21c84ff5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8dfc8e00-c1ae-5c55-b6b3-98eed1d60c05-21c84ff5, #w-node-_8dfc8e00-c1ae-5c55-b6b3-98eed1d60c08-21c84ff5 {
  align-self: auto;
}

#w-node-_419f3135-44e1-2247-6f2f-36488a5c5855-21c84ff5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_419f3135-44e1-2247-6f2f-36488a5c5856-21c84ff5, #w-node-_419f3135-44e1-2247-6f2f-36488a5c5859-21c84ff5 {
  align-self: auto;
}

#w-node-_9168b388-240f-a7ca-6e60-5b7439712fb0-21c84ff5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9168b388-240f-a7ca-6e60-5b7439712fb1-21c84ff5, #w-node-_9168b388-240f-a7ca-6e60-5b7439712fb4-21c84ff5 {
  align-self: auto;
}

#w-node-_00fa7c46-7a7c-1138-73ed-64fc9dd2d051-21c84ff5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_00fa7c46-7a7c-1138-73ed-64fc9dd2d052-21c84ff5, #w-node-_00fa7c46-7a7c-1138-73ed-64fc9dd2d055-21c84ff5 {
  align-self: auto;
}

#w-node-_7f99ae9d-92a3-c715-be59-60d78aff7cdb-21c84ff5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f99ae9d-92a3-c715-be59-60d78aff7cdc-21c84ff5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7f99ae9d-92a3-c715-be59-60d78aff7cf6-21c84ff5, #w-node-_7f99ae9d-92a3-c715-be59-60d78aff7cf7-21c84ff5, #w-node-_5192bd00-8540-46c1-f1f9-a74a67dabb32-21c84ff5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5192bd00-8540-46c1-f1f9-a74a67dabb4e-21c84ff5, #w-node-_5192bd00-8540-46c1-f1f9-a74a67dabb58-21c84ff5, #w-node-_5192bd00-8540-46c1-f1f9-a74a67dabb5d-21c84ff5, #w-node-_5192bd00-8540-46c1-f1f9-a74a67dabb62-21c84ff5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_8d230bc0-7acd-56c6-1999-64c71b529817-21c84ff5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d230bc0-7acd-56c6-1999-64c71b529827-21c84ff5, #w-node-_8d230bc0-7acd-56c6-1999-64c71b52982c-21c84ff5, #w-node-_8d230bc0-7acd-56c6-1999-64c71b529831-21c84ff5, #w-node-_8d230bc0-7acd-56c6-1999-64c71b529836-21c84ff5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_6529df74-d636-961f-b58d-ec8e538ba5f8-21c84ff5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6529df74-d636-961f-b58d-ec8e538ba608-21c84ff5, #w-node-_6529df74-d636-961f-b58d-ec8e538ba60d-21c84ff5, #w-node-_6529df74-d636-961f-b58d-ec8e538ba612-21c84ff5, #w-node-_6529df74-d636-961f-b58d-ec8e538ba617-21c84ff5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-f9732d57-edd6-7647-59eb-d9efe03336b1-21c84ff5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f9732d57-edd6-7647-59eb-d9efe03336c1-21c84ff5, #w-node-f9732d57-edd6-7647-59eb-d9efe03336c6-21c84ff5, #w-node-f9732d57-edd6-7647-59eb-d9efe03336cb-21c84ff5, #w-node-f9732d57-edd6-7647-59eb-d9efe03336d0-21c84ff5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-ccf24f44-8022-7bd2-18b2-580eb2c24034-21c84ff5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ccf24f44-8022-7bd2-18b2-580eb2c24035-21c84ff5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_39f2a080-1f09-1783-ab44-21937916b91b-21c84ff6, #w-node-_39f2a080-1f09-1783-ab44-21937916b920-21c84ff6, #w-node-_39f2a080-1f09-1783-ab44-21937916b925-21c84ff6, #w-node-_39f2a080-1f09-1783-ab44-21937916b92a-21c84ff6, #w-node-bf0a6581-8ae7-f715-1f2c-4dc15398697e-21c84ff6, #w-node-_5067b877-4404-daaf-b93a-670188cb58d3-21c84ff6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5067b877-4404-daaf-b93a-670188cb58d4-21c84ff6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_94919cff-ca77-1c27-561d-cb29f68dfc0a-21c84ff6, #w-node-_94919cff-ca77-1c27-561d-cb29f68dfc10-21c84ff6, #w-node-_94919cff-ca77-1c27-561d-cb29f68dfc33-21c84ff6, #w-node-_94919cff-ca77-1c27-561d-cb29f68dfc38-21c84ff6, #w-node-_94919cff-ca77-1c27-561d-cb29f68dfc3d-21c84ff6, #w-node-_94919cff-ca77-1c27-561d-cb29f68dfc4c-21c84ff6, #w-node-_94919cff-ca77-1c27-561d-cb29f68dfc51-21c84ff6, #w-node-_94919cff-ca77-1c27-561d-cb29f68dfc56-21c84ff6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec60cc23-95c3-5426-b231-195808e6bb3d-21c84ff6 {
  justify-self: auto;
}

#w-node-ec60cc23-95c3-5426-b231-195808e6bb49-21c84ff6, #w-node-ec60cc23-95c3-5426-b231-195808e6bb51-21c84ff6, #w-node-ec60cc23-95c3-5426-b231-195808e6bb6d-21c84ff6, #w-node-ec60cc23-95c3-5426-b231-195808e6bb8d-21c84ff6, #w-node-_85e5966a-9f22-44dd-4d37-65c02a958981-6917ab61, #w-node-_85e5966a-9f22-44dd-4d37-65c02a958989-6917ab61, #w-node-fee431eb-0370-8449-5a66-d7f5bcea3691-6917ab61, #w-node-_7f90b264-9923-fcb2-e2c5-5dab038b12c7-6917ab61, #field-5.w-node-_7f90b264-9923-fcb2-e2c5-5dab038b12c8-6917ab61, #w-node-fee431eb-0370-8449-5a66-d7f5bcea36a7-6917ab61, #field.w-node-fee431eb-0370-8449-5a66-d7f5bcea36a8-6917ab61, #w-node-_49995df2-14bb-259e-88d1-13e8f3b0877b-6917ab61, #w-node-f2e2d2b5-d732-a88a-95ee-fd970ca7182e-6917ab61, #w-node-_98767340-ff97-a973-785a-4ce9d8615f57-ad53bb14, #w-node-_98767340-ff97-a973-785a-4ce9d8615f5f-ad53bb14, #w-node-_6aea63c4-4bc2-a288-a353-33480dfc4ae2-ad53bb14, #w-node-_6aea63c4-4bc2-a288-a353-33480dfc4af0-ad53bb14, #field-5.w-node-_6aea63c4-4bc2-a288-a353-33480dfc4af1-ad53bb14, #w-node-_6aea63c4-4bc2-a288-a353-33480dfc4b00-ad53bb14, #field-6.w-node-_6aea63c4-4bc2-a288-a353-33480dfc4b01-ad53bb14, #w-node-_6aea63c4-4bc2-a288-a353-33480dfc4b0e-ad53bb14, #w-node-_6aea63c4-4bc2-a288-a353-33480dfc4b14-ad53bb14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_596d4d30-032c-b16a-f18e-07e5b069c22a-299898b9 {
  justify-self: auto;
}

#w-node-_596d4d30-032c-b16a-f18e-07e5b069c239-299898b9, #w-node-_596d4d30-032c-b16a-f18e-07e5b069c241-299898b9, #w-node-f5c93493-58db-7f72-8da9-120f75f7b8ba-299898b9, #w-node-f5c93493-58db-7f72-8da9-120f75f7b8cb-299898b9, #field-5.w-node-f5c93493-58db-7f72-8da9-120f75f7b8cc-299898b9, #w-node-f5c93493-58db-7f72-8da9-120f75f7b8db-299898b9, #field-6.w-node-f5c93493-58db-7f72-8da9-120f75f7b8dc-299898b9, #w-node-f5c93493-58db-7f72-8da9-120f75f7b8e5-299898b9, #w-node-f5c93493-58db-7f72-8da9-120f75f7b8eb-299898b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e1262da0-59c8-5f28-f052-812b08c518e1-ad63f94a {
  justify-self: auto;
}

#w-node-e1262da0-59c8-5f28-f052-812b08c518ef-ad63f94a, #w-node-e1262da0-59c8-5f28-f052-812b08c518f7-ad63f94a, #w-node-fee431eb-0370-8449-5a66-d7f5bcea3691-ad63f94a, #w-node-_28a48c1c-41d5-4bc0-dda4-847ce9eef1fd-ad63f94a, #w-node-e8a5dbeb-2fe5-6a4d-92fa-99167b1ab8c9-5cccecdf, #w-node-a6975034-ab38-31c7-0ee9-a8c175f1ed5c-5cccecdf, #w-node-_5115cc39-b050-8427-2d76-2f6289aa452b-5cccecdf, #w-node-_629e9980-0448-531d-b1c3-84b852022b20-5cccecdf, #w-node-bc9f57ae-22cf-94b4-ba00-3a27cfc34ba0-5cccecdf, #w-node-e409f029-8eb6-5eba-a5bd-62cef2d0cab0-5cccecdf, #w-node-e409f029-8eb6-5eba-a5bd-62cef2d0cacf-5cccecdf, #w-node-e409f029-8eb6-5eba-a5bd-62cef2d0caee-5cccecdf, #w-node-e409f029-8eb6-5eba-a5bd-62cef2d0cb0d-5cccecdf, #w-node-e409f029-8eb6-5eba-a5bd-62cef2d0cb2c-5cccecdf, #w-node-e409f029-8eb6-5eba-a5bd-62cef2d0cb4b-5cccecdf, #w-node-e409f029-8eb6-5eba-a5bd-62cef2d0cb6a-5cccecdf, #w-node-b72dff2a-ace6-41c7-ae82-ffbd6e68cbdd-5cccecdf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b72dff2a-ace6-41c7-ae82-ffbd6e68cbf9-5cccecdf, #w-node-b72dff2a-ace6-41c7-ae82-ffbd6e68cbfe-5cccecdf, #w-node-b72dff2a-ace6-41c7-ae82-ffbd6e68cc03-5cccecdf, #w-node-b72dff2a-ace6-41c7-ae82-ffbd6e68cc08-5cccecdf, #w-node-b72dff2a-ace6-41c7-ae82-ffbd6e68cc0d-5cccecdf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-b72dff2a-ace6-41c7-ae82-ffbd6e68cc2a-5cccecdf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b72dff2a-ace6-41c7-ae82-ffbd6e68cc46-5cccecdf, #w-node-b72dff2a-ace6-41c7-ae82-ffbd6e68cc4b-5cccecdf, #w-node-b72dff2a-ace6-41c7-ae82-ffbd6e68cc50-5cccecdf, #w-node-b72dff2a-ace6-41c7-ae82-ffbd6e68cc55-5cccecdf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-b72dff2a-ace6-41c7-ae82-ffbd6e68cc72-5cccecdf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b72dff2a-ace6-41c7-ae82-ffbd6e68cc8e-5cccecdf, #w-node-b72dff2a-ace6-41c7-ae82-ffbd6e68cc93-5cccecdf, #w-node-b72dff2a-ace6-41c7-ae82-ffbd6e68cc98-5cccecdf, #w-node-b72dff2a-ace6-41c7-ae82-ffbd6e68cc9d-5cccecdf, #w-node-b72dff2a-ace6-41c7-ae82-ffbd6e68cca2-5cccecdf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-b72dff2a-ace6-41c7-ae82-ffbd6e68ccbf-5cccecdf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b72dff2a-ace6-41c7-ae82-ffbd6e68ccdb-5cccecdf, #w-node-b72dff2a-ace6-41c7-ae82-ffbd6e68cce0-5cccecdf, #w-node-b72dff2a-ace6-41c7-ae82-ffbd6e68cce5-5cccecdf, #w-node-b72dff2a-ace6-41c7-ae82-ffbd6e68ccea-5cccecdf, #w-node-b72dff2a-ace6-41c7-ae82-ffbd6e68ccef-5cccecdf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-b72dff2a-ace6-41c7-ae82-ffbd6e68cd0c-5cccecdf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b72dff2a-ace6-41c7-ae82-ffbd6e68cd28-5cccecdf, #w-node-b72dff2a-ace6-41c7-ae82-ffbd6e68cd2d-5cccecdf, #w-node-b72dff2a-ace6-41c7-ae82-ffbd6e68cd32-5cccecdf, #w-node-b72dff2a-ace6-41c7-ae82-ffbd6e68cd37-5cccecdf, #w-node-b72dff2a-ace6-41c7-ae82-ffbd6e68cd3c-5cccecdf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-b72dff2a-ace6-41c7-ae82-ffbd6e68cd59-5cccecdf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b72dff2a-ace6-41c7-ae82-ffbd6e68cd75-5cccecdf, #w-node-b72dff2a-ace6-41c7-ae82-ffbd6e68cd7a-5cccecdf, #w-node-b72dff2a-ace6-41c7-ae82-ffbd6e68cd7f-5cccecdf, #w-node-b72dff2a-ace6-41c7-ae82-ffbd6e68cd84-5cccecdf, #w-node-b72dff2a-ace6-41c7-ae82-ffbd6e68cd89-5cccecdf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

@media screen and (min-width: 1920px) {
  #w-node-_0d1d7b8b-524a-e96d-4644-5fdc69e29797-0c1d4f1a, #w-node-ad3e20c8-92b4-a414-48a1-d11d868ee5eb-21c84fe7 {
    justify-self: auto;
  }

  #w-node-_000ac3ea-bfdb-e4cf-0eac-4e4b4d8baaf4-21c84fed {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7d56dc59-31f0-9171-9135-d4e1d777ccef-21c84ff2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-c47bd4cf-e1ba-99a4-5616-8e881bc6238e-21c84ff2, #w-node-_15ab66b2-cffc-6aa7-8959-4668bb254f0e-21c84ff2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-ddd1ef7f-1e52-0634-183c-8a35c738ee16-21c84ff2, #w-node-ec60cc23-95c3-5426-b231-195808e6bb3d-21c84ff6, #w-node-_596d4d30-032c-b16a-f18e-07e5b069c22a-299898b9, #w-node-e1262da0-59c8-5f28-f052-812b08c518e1-ad63f94a {
    justify-self: auto;
  }
}

@media screen and (max-width: 991px) {
  #w-node-cbe11fa6-bd56-70ad-31f4-bad44f1eddec-11bba633, #w-node-_77af3bde-fe73-70c8-0b24-c3dc66784fbb-11bba633, #w-node-_20f16fd1-3927-e00e-2da5-0f508adeab08-11bba633, #w-node-_63132a46-6c1e-ffcd-ff2c-a7f9d71b3d67-11bba633, #w-node-bcff9e37-f22b-c3f0-1394-71719f25dc39-11bba633, #w-node-_6f8e3758-f820-0785-2e40-5579f5682cca-11bba633 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6e8272e7-a419-5913-824c-02dc303efe61-21c84ff2, #w-node-_5c4d1527-5687-6865-c062-004f9dab2ba1-21c84ff2 {
    order: 9999;
  }

  #w-node-_62b8e586-ffbc-ecc3-efbd-213544e01841-21c84ff5 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_012b95cb-c21a-2d8e-2f23-0575371d27c1-21c84fed {
    order: -9999;
  }

  #w-node-f8372d46-9ba3-4abb-2bcb-e86f7489f1ef-21c84ff3 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-f8372d46-9ba3-4abb-2bcb-e86f7489f219-21c84ff3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2a4183f2-a108-f2a8-f978-e567991fee75-21c84ff4 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_2a4183f2-a108-f2a8-f978-e567991fee9f-21c84ff4, #w-node-_2a4183f2-a108-f2a8-f978-e567991feed9-21c84ff4, #w-node-_2a4183f2-a108-f2a8-f978-e567991fef03-21c84ff4 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5c4d1527-5687-6865-c062-004f9dab2ba1-21c84ff2 {
    order: 9999;
  }

  #w-node-a4dd363c-c028-5eaf-41c1-adf035f3d84e-21c84ff3, #w-node-a4dd363c-c028-5eaf-41c1-adf035f3d850-21c84ff3, #w-node-a4dd363c-c028-5eaf-41c1-adf035f3d85e-21c84ff3, #w-node-a4dd363c-c028-5eaf-41c1-adf035f3d860-21c84ff3, #w-node-a4dd363c-c028-5eaf-41c1-adf035f3d86e-21c84ff3, #w-node-a4dd363c-c028-5eaf-41c1-adf035f3d870-21c84ff3, #w-node-_2a4183f2-a108-f2a8-f978-e567991fef29-21c84ff4, #w-node-_2a4183f2-a108-f2a8-f978-e567991fef2b-21c84ff4, #w-node-_2a4183f2-a108-f2a8-f978-e567991fef39-21c84ff4, #w-node-_2a4183f2-a108-f2a8-f978-e567991fef3b-21c84ff4, #w-node-_2a4183f2-a108-f2a8-f978-e567991fef49-21c84ff4, #w-node-_2a4183f2-a108-f2a8-f978-e567991fef4b-21c84ff4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Dmsans Bold';
  src: url('../fonts/DMSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans';
  src: url('../fonts/DMSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans Italic';
  src: url('../fonts/DMSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans Medium';
  src: url('../fonts/DMSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans';
  src: url('../fonts/DMSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans Regular';
  src: url('../fonts/DMSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ptsans Bold';
  src: url('../fonts/PTSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ptsans';
  src: url('../fonts/PTSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ptsans Italic';
  src: url('../fonts/PTSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ptsans Regular';
  src: url('../fonts/PTSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}