@font-face {
  font-family: Eudoxussans;
  src: url('../fonts/EudoxusSans-Regular.woff2') format("woff2"), url('../fonts/EudoxusSans-Regular.woff') format("woff"), url('../fonts/EudoxusSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Eudoxussans;
  src: url('../fonts/EudoxusSans-ExtraLight.woff2') format("woff2"), url('../fonts/EudoxusSans-ExtraLight.woff') format("woff"), url('../fonts/EudoxusSans-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Eudoxussans;
  src: url('../fonts/EudoxusSans-ExtraBold.woff2') format("woff2"), url('../fonts/EudoxusSans-ExtraBold.woff') format("woff"), url('../fonts/EudoxusSans-ExtraBold.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Eudoxussans;
  src: url('../fonts/EudoxusSans-Bold.woff2') format("woff2"), url('../fonts/EudoxusSans-Bold.woff') format("woff"), url('../fonts/EudoxusSans-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Eudoxussans;
  src: url('../fonts/EudoxusSans-Light.woff2') format("woff2"), url('../fonts/EudoxusSans-Light.woff') format("woff"), url('../fonts/EudoxusSans-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Eudoxussans;
  src: url('../fonts/EudoxusSans-Medium.woff2') format("woff2"), url('../fonts/EudoxusSans-Medium.woff') format("woff"), url('../fonts/EudoxusSans-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --red: #d62120;
  --dark-outline: #e2e7f1;
  --body-display: #8a8a8a;
  --dark: black;
  --black: #0d0d0d;
  --pin-stripe: #fff;
  --red2: var(--red);
  --6b6b6b: #6b6b6b;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2em;
}

h2 {
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25em;
}

h3 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

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

a {
  color: var(--red);
  text-decoration: underline;
}

ul {
  color: #6b6b6b;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 16px;
  line-height: 1.6em;
}

label {
  margin-bottom: 0;
  font-weight: 700;
  display: block;
}

blockquote {
  border-left: 3px solid var(--dark-outline);
  color: var(--body-display);
  background-color: #ffffffa6;
  margin-top: 36px;
  margin-bottom: 36px;
  padding: 18px 24px;
  font-size: 18px;
  line-height: 1.6em;
}

.section {
  z-index: 10;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 5vw 120px;
  display: flex;
  position: relative;
}

.section.dark {
  z-index: 10;
  background-color: var(--dark);
  color: #fff;
}

.section.no-verticle-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section.no-verticle-padding.dark {
  background-color: var(--black);
}

.section.video-section {
  z-index: 10;
  color: #fff;
  padding-top: 240px;
  padding-bottom: 160px;
}

.section.video-section.hide {
  display: none;
}

.section.no-top-padding {
  padding-top: 0;
}

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

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

.section.no-horizontal-padding {
  padding-left: 0;
  padding-right: 0;
}

.section.clip {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

.section.clip.hide, .section.hidden {
  display: none;
}

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

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

.section.home.smaller-padding {
  padding-top: 30px;
  padding-bottom: 0;
}

.section.background-color {
  background-color: #ff000026;
}

.background-cover {
  object-fit: cover;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.background-image {
  z-index: 1;
  background-image: url('../images/Space002.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.background-image.testimonial-001 {
  background-image: url('../images/Portrait015.jpeg');
  background-position: 50% 40%;
}

.background-image.testimonial-002 {
  background-image: url('../images/Portrait012.jpeg');
  background-position: 50% 20%;
}

.background-image.testimonial-003 {
  background-image: url('../images/Portrait019.jpeg');
  background-position: 50% 10%;
}

.background-image.testimonial-004 {
  background-image: url('../images/Portrait007.jpeg');
}

.background-image.testimonial-005 {
  background-image: url('../images/Portrait020.jpeg');
  background-position: 50% 65%;
}

.image-overlay {
  z-index: 10;
  background-color: #11111180;
  display: block;
  position: absolute;
  inset: 0%;
}

.image-overlay.light-overlay {
  background-color: #090b1926;
}

.image-overlay.dark-overylay {
  background-color: #090b1973;
}

.navbar {
  background-color: #ddd0;
  justify-content: center;
  height: 75px;
  padding-left: 5vw;
  padding-right: 5vw;
  font-family: Inter, sans-serif;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.wrapper {
  z-index: 10;
  width: 100%;
  max-width: 1400px;
  position: relative;
}

.wrapper.navbar-wrapper {
  border: 1px solid #f3f6fc;
  border-top: 1px #f3f6fc00;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.wrapper.no-padding {
  z-index: 1;
  padding-left: 0;
  padding-right: 0;
}

.wrapper.hide {
  display: none;
}

.wrapper.padding-bottom {
  padding-bottom: 60px;
}

.nav-link {
  color: var(--dark);
  letter-spacing: 3px;
  text-transform: uppercase;
  white-space: nowrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-link.w--current {
  color: var(--dark);
}

.left-navbar {
  z-index: 30;
  border: 1px none var(--pin-stripe);
  letter-spacing: -.03em;
  background-color: #fff;
  justify-content: space-between;
  width: 33.33%;
  min-width: 275px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.menu-wrapper {
  border: 1px #f3f6fc00;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  width: 33.33%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-menu {
  z-index: 10;
  border: 1px #f3f6fc00;
  justify-content: flex-end;
  width: 50%;
  display: flex;
}

.brand {
  color: var(--dark);
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 24px;
  font-size: 22px;
  display: flex;
}

.body {
  color: var(--dark);
  font-family: Open Sans, sans-serif;
}

.full-menu-button {
  border-right: 1px solid var(--pin-stripe);
  border-left: 1px solid var(--pin-stripe);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 80px;
  margin-right: -.5px;
  padding: 26px;
  display: flex;
}

.stripe-wrapper {
  z-index: 1;
  justify-content: center;
  width: 100%;
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: absolute;
  inset: 0% auto;
  overflow: hidden;
}

.stripe-container {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.pin-stripe {
  background-color: var(--pin-stripe);
  width: 1px;
}

.pin-stripe.white {
  background-color: #ffffff1f;
}

.pin-stripe.white.hide-horizontal-mobile, .pin-stripe.white.hide-tablet {
  display: none;
}

.hero-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  width: 100%;
  display: flex;
}

.xxl-heading {
  color: #fff;
  letter-spacing: -.05em;
  margin-right: 1px;
  font-size: 54px;
}

.xxl-heading.one {
  color: var(--pin-stripe);
  text-align: left;
  margin-bottom: 0;
  font-size: 54px;
}

.xxl-heading.one.centered {
  text-align: center;
}

.xxl-heading.two {
  color: var(--pin-stripe);
}

.clip {
  color: #090b19;
  position: relative;
  overflow: hidden;
}

.page-wrapper {
  z-index: 15;
  background-color: #fff;
  flex-direction: column;
  align-items: stretch;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.banner-wrapper {
  justify-content: center;
  margin-top: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 400px;
  margin-left: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-intro {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  color: #fff;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: grid;
  position: relative;
}

.large-heading {
  color: var(--pin-stripe);
  line-height: 1.15em;
}

.large-heading.dark {
  color: var(--dark);
}

.body-display {
  color: #6b6b6b;
  padding-right: 32px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.body-display.white {
  color: #ffffffe6;
}

.body-display.large {
  font-size: 18px;
}

.body-display.dienst-knop {
  opacity: .6;
  color: var(--red);
}

.body-display.margin {
  padding-right: 32px;
}

.project-item {
  grid-column-gap: 18px;
  grid-row-gap: 24px;
  color: #fff;
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  height: 30vw;
  min-height: 300px;
  max-height: 465px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.horizontal-line {
  background-color: var(--dark-outline);
  flex: 1;
  height: 1px;
  margin-left: 18px;
}

.horizontal-line.white {
  background-color: #ffffff1f;
}

.button {
  border: 1px solid var(--dark);
  background-color: var(--dark);
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 28px;
  font-size: 11px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button:hover {
  border-color: var(--dark-outline);
  background-color: var(--pin-stripe);
  color: var(--dark);
}

.button.small {
  padding: 9px 18px;
  font-size: 9px;
}

.button.solid-white {
  color: var(--dark);
  background-color: #fff;
  border-color: #fff;
}

.button.solid-white:hover {
  background-color: var(--dark-outline);
}

.button.white-outline {
  background-color: #090b1900;
  border-style: solid;
  border-color: #ffffffbf;
  font-family: Inter, sans-serif;
}

.button.white-outline:hover {
  border-color: var(--red2);
  background-color: var(--red);
  color: #fff;
}

.button.grey-outline {
  border-color: var(--dark-outline);
  color: var(--dark);
  background-color: #090b1900;
}

.button.grey-outline:hover {
  border-color: var(--dark);
  background-color: var(--dark);
  color: #fff;
}

.button.grey-outline.small:hover {
  border-color: var(--red);
  background-color: #d62120;
}

.button.hide {
  display: none;
}

.navigation-cover {
  border-left: 1px solid var(--pin-stripe);
  background-color: #fff;
  flex: 1;
  justify-content: space-between;
  height: 100%;
  margin-left: -1px;
  margin-right: -5px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

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

.testimonial-arrow {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #090b1980;
  border-right: 1px solid #ffffff1a;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 50%;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 14px;
  display: none;
  inset: auto auto 0% 0;
}

.testimonial-arrow.right-arrow {
  border-bottom: 1px solid #ffffff1a;
  display: none;
  top: 0;
  bottom: auto;
  right: auto;
}

.slider-dots {
  display: none;
}

.testimonial-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  min-height: 550px;
  display: grid;
}

.testimonial-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding: 60px 48px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.rotate-text {
  transform: rotate(-90deg);
}

.stacked-description {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin: 24px 24px auto;
  display: grid;
  position: relative;
}

.stacked-description.large {
  grid-row-gap: 24px;
}

.stacked-description.horizontal {
  grid-column-gap: 12px;
  grid-template-columns: auto auto;
  grid-auto-flow: column;
  width: 100%;
}

.stacked-description.short {
  grid-row-gap: 12px;
  padding-right: 0;
}

.stacked-description.footer {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  margin-left: 0;
  margin-right: 32px;
  display: block;
}

.credits-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 36px;
  background-color: var(--pin-stripe);
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
  justify-items: stretch;
  width: auto;
  padding: 60px 48px;
  display: grid;
}

.page-info-ribbon {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: ". . Area"
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: stretch stretch;
  display: grid;
}

.credit-item {
  justify-content: center;
  align-items: center;
  max-width: 120px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.card-hover-item {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  border-top: 1px none var(--pin-stripe);
  border-bottom: 1px none var(--pin-stripe);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-start stretch;
  padding: 0;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.card-hover-item.no-top-border {
  border-top-style: none;
}

.card-hover-item.no-borders {
  border-top-style: none;
  border-bottom-style: none;
}

.icon {
  z-index: 10;
  background-color: var(--pin-stripe);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  display: flex;
  position: relative;
}

.subtitle-wrapper {
  margin-bottom: 18px;
  overflow: hidden;
}

.subtitle-wrapper.small-subtitle {
  margin-bottom: 12px;
}

.subtitle {
  z-index: 10;
  color: var(--dark);
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
  position: relative;
}

.subtitle.small {
  font-size: 12px;
}

.subtitle.white {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.subtitle.white.left {
  justify-content: flex-start;
}

.subtitle.quote-credit {
  border-left: 2px solid var(--dark);
  margin-left: -1px;
  padding-left: 18px;
}

.subtitle.grey {
  color: var(--body-display);
}

.subtitle.filter {
  font-weight: 500;
}

.subtitle.filter:hover {
  color: var(--body-display);
  text-decoration: underline;
}

.tripple-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  display: grid;
}

.tripple-grid.no-margin {
  margin-bottom: 0;
}

.section-bottom-cover {
  z-index: 20;
  background-color: #fff;
  height: 0%;
  position: absolute;
  inset: 0% 0% auto;
}

.intro-wrapper {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.services-grid {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  border-top: 1px solid var(--pin-stripe);
  border-right: 1px solid var(--pin-stripe);
  border-left: 1px solid var(--pin-stripe);
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.services-grid.two-column {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top-style: none;
  grid-template-rows: minmax(36px, auto);
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: minmax(36px, auto);
}

.services-grid.top-border {
  border-top: 1px solid var(--pin-stripe);
  border-left-style: none;
  border-right-style: none;
}

.services-grid.numbers {
  border: 1px #000;
  border-radius: 0;
}

.services-grid.spacing {
  grid-row-gap: 24px;
  margin-bottom: 120px;
}

.services-grid.spacing.home {
  margin-bottom: 0;
}

.card-circle {
  background-color: #efefef33;
  border-radius: 100%;
  width: 6vw;
  max-width: 800px;
  height: 6vw;
  max-height: 800px;
  position: absolute;
  inset: -6vw -6vw auto auto;
}

.card-circle.white {
  background-color: #fff;
}

.card-circle.overlay {
  background-color: #090b1959;
}

.heading {
  z-index: 10;
  text-align: left;
  position: relative;
}

.heading.margin-bottom {
  margin-bottom: 10px;
}

.heading.number {
  color: var(--red);
  text-align: center;
  font-size: 64px;
}

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

.heading.red {
  color: var(--red);
}

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

.logos-headline {
  color: var(--body-display);
  align-items: center;
  display: flex;
}

.hover-link-wrapper {
  z-index: 100;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 148px;
  padding: 24px;
  display: block;
  position: absolute;
  inset: auto 2vw 5vw auto;
}

.hover-link-wrapper.video-link-wrapper {
  margin-left: -24px;
  position: relative;
  inset: 0 0 0 0;
}

.hover-link-wrapper.project-view-link {
  position: relative;
  bottom: auto;
  right: auto;
}

.hover-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 11px;
  text-decoration: none;
  display: flex;
}

.dual-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .85fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.video-info {
  grid-column-gap: 16px;
  grid-row-gap: 100px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 24px;
  display: grid;
}

.project-categories-wrapper {
  z-index: 20;
  justify-content: center;
  width: 100%;
  min-height: 156px;
  margin-top: -36px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
  overflow: visible;
}

.large-menu-wrapper {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  background-color: var(--pin-stripe);
  flex-direction: column;
  grid-template-rows: 75px auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 25px;
  display: grid;
  position: relative;
}

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

.project-collection-item:nth-child(odd) {
  margin-top: 60px;
  margin-bottom: 80px;
}

.project-categories {
  background-color: var(--pin-stripe);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 36px;
  display: flex;
}

.project-card-info {
  z-index: 10;
  flex-direction: column;
  justify-content: space-between;
  padding: 36px 24px;
  display: flex;
  position: relative;
}

.project-hover-link-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-info-top {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-info-top.team-info {
  flex-direction: row;
  justify-content: space-between;
}

.project-info-bottom {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.categories-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  height: 100%;
  display: grid;
}

.category-collection-list-wrapper {
  background-color: var(--pin-stripe);
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.projects-search-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  height: 75px;
  display: grid;
}

.search {
  border: 1px solid var(--dark-outline);
  background-color: #fff;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 3px;
  display: flex;
  overflow: hidden;
}

.search-input {
  border: 1px #000;
  min-height: 42px;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 13px;
  font-weight: 300;
}

.search-input::placeholder {
  color: var(--body-display);
}

.search-wrapper {
  padding-left: 24px;
  padding-right: 24px;
}

.search-button {
  background-color: var(--dark);
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 100px;
  padding: 0 32px;
  font-size: 9px;
}

.mega-category-list {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 24px;
  padding-right: 24px;
  display: grid;
}

.mega-category-list.middle {
  border-right: 1px solid var(--dark-outline);
  border-left: 1px solid var(--dark-outline);
}

.mega-menu {
  z-index: 25;
  border-style: none none none solid;
  border-width: 1px;
  border-color: var(--pin-stripe);
  background-color: var(--pin-stripe);
  margin-left: -1px;
  margin-right: -1px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.mega-menu-overlay {
  z-index: 20;
  background-color: #090b1980;
  display: none;
  position: fixed;
  inset: 0%;
}

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

.collection-list.two-columns {
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  align-content: stretch;
  align-items: stretch;
}

.team-collection-item {
  flex-direction: column;
}

.team-collection-item:nth-child(2n) {
  margin-top: 80px;
  margin-bottom: 80px;
}

.team-collection-item:last-child {
  margin-top: 160px;
}

.team-collection-item.two-column-item:nth-child(2n) {
  margin-top: 80%;
  margin-bottom: -20%;
}

.team-collection-item.two-column-item:last-child {
  margin-top: 0;
  margin-bottom: 0;
}

.team-social-wrapper {
  grid-column-gap: 9px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.team-social-icon {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 10px;
  display: flex;
}

.team-social-icon.outline {
  border: 1px solid var(--dark-outline);
}

.team-social-icon.small {
  width: 30px;
  height: 30px;
  padding: 7px;
}

.featured-news-list {
  border-top: 1px none var(--pin-stripe);
  border-bottom: 1px none var(--pin-stripe);
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.post-list-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--dark);
  grid-template-rows: auto;
  grid-template-columns: 1fr 36px;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 100%;
  min-height: 80px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 18px;
  line-height: 1.25em;
  text-decoration: none;
  display: grid;
}

.post-list-item.category-list-item {
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  min-height: 80px;
  padding-left: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25em;
}

.post-list-item.category-list-item.small {
  height: 80px;
}

.collection-list-item {
  border-top: 1px #000;
  border-bottom: 1px solid var(--pin-stripe);
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.collection-list-item:nth-child(odd) {
  border-bottom-style: solid;
}

.collection-list-item:nth-child(2n) {
  margin-top: 48px;
  margin-bottom: -48px;
}

.inner-page-hero-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 60px;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding-bottom: 24px;
  display: grid;
}

.team-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  min-height: 30vh;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.mission-column {
  align-items: center;
  display: flex;
}

.navigation-links {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-menu-wrapper {
  z-index: 10;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: visible;
}

.banner-items {
  background-color: var(--pin-stripe);
  white-space: nowrap;
  align-items: center;
  height: 120px;
  display: flex;
  overflow: hidden;
}

.banner-items.project-categories {
  background-color: #0000;
}

.banner-items.template-credit {
  height: auto;
  overflow: visible;
}

.services-dual-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.sticky-services-menu {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: sticky;
  top: 100px;
  overflow: hidden;
}

.sticky-services-menu.left-side {
  border-right: 1px solid var(--pin-stripe);
  margin-right: -.5px;
}

.sticky-services-menu.extra-top-margin {
  top: 148px;
}

.menu-list-item {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  border-top: 1px none var(--pin-stripe);
  border-bottom: 1px solid var(--pin-stripe);
  color: var(--body-display);
  letter-spacing: -.03em;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  padding: 24px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25em;
  text-decoration: none;
  transition: padding .4s cubic-bezier(.25, .46, .45, .94), color .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.menu-list-item.w--current {
  color: var(--dark);
  padding-left: 36px;
}

.menu-list-item.white {
  color: #fff;
  cursor: pointer;
  border-top-color: #ffffff26;
  border-bottom-color: #ffffff26;
  align-items: center;
  margin-bottom: 0;
  font-size: 16px;
}

.menu-list-item.white.w--current {
  text-decoration: none;
}

.menu-list-item.white.small {
  padding-top: 19px;
  padding-bottom: 19px;
}

.menu-list-item.small {
  padding-top: 20px;
  padding-bottom: 20px;
}

.menu-list-item.discovery-item {
  border: 1px #000;
  width: 100%;
  height: 100%;
}

.menu-list-item.dark {
  background-color: var(--dark);
  color: #fff;
}

.service-menu-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--pin-stripe);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-menu-list.white {
  border-top-color: #ffffff26;
  width: 100%;
  margin-left: 1px;
  margin-right: 1px;
}

.list-heading-wrapper {
  grid-column-gap: 7px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  padding-left: 24px;
  display: grid;
}

.scrolling-text {
  align-items: center;
  height: 100%;
  display: flex;
}

.dark-dot {
  background-color: var(--dark);
  border-radius: 100px;
  width: 4px;
  min-width: 4px;
  height: 4px;
  min-height: 4px;
  margin-left: 36px;
  margin-right: 40px;
}

.mega-social-wrapper {
  justify-content: flex-end;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.services-menu-hide-cover {
  background-color: var(--dark);
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0% 0;
}

.team-portrait-wrapper {
  min-height: 475px;
  position: relative;
  overflow: hidden;
}

.rich-text {
  color: var(--body-display);
  font-size: 16px;
}

.rich-text h2 {
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 18px;
  line-height: 1.25em;
}

.rich-text h4 {
  color: var(--dark);
  margin-top: 18px;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.25em;
}

.rich-text h3 {
  color: var(--dark);
  margin-top: 24px;
  margin-bottom: 18px;
  line-height: 1.25em;
}

.rich-text h5 {
  color: var(--dark);
  margin-top: 9px;
  margin-bottom: 9px;
  font-size: 16px;
  line-height: 1.25em;
}

.rich-text h6 {
  color: var(--dark);
  font-size: 14px;
  line-height: 1.3em;
}

.rich-text h1 {
  color: var(--dark);
}

.rich-text p {
  margin-bottom: 16px;
}

.right-grid-intro {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 24px;
  display: grid;
}

.blog-card-image-wrapper {
  z-index: 1;
  width: 100%;
  min-height: 225px;
  position: relative;
  overflow: hidden;
}

.post-card-description {
  z-index: 10;
  grid-column-gap: 12px;
  grid-row-gap: 48px;
  color: var(--dark);
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: space-between;
  padding: 36px 36px 24px;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.mega-menu-list-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--dark-outline);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.post-card-info {
  flex-direction: column;
  flex: 1;
  display: flex;
  position: relative;
  overflow: hidden;
}

.preloader {
  z-index: 10000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-middle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  justify-items: center;
  width: 100vw;
  height: 100%;
  display: grid;
  position: absolute;
  inset: 0%;
}

.left-preloader {
  border-bottom: 1px solid var(--pin-stripe);
  background-color: #fff;
  width: 100%;
}

.middle-preloader {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.right-preloader {
  border-bottom: 1px solid var(--pin-stripe);
  background-color: #fff;
  width: 100%;
}

.stripe-preloader {
  border-right: 1px solid var(--pin-stripe);
  border-bottom: 1px solid var(--pin-stripe);
  background-color: #fff;
  width: 33.33%;
}

.stripe-preloader.left {
  border-left: 1px solid var(--pin-stripe);
}

.grid-wrapper {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: minmax(5vw, 1fr);
  grid-auto-flow: row;
  place-content: space-between;
  place-items: stretch start;
  width: 100%;
  display: grid;
  position: relative;
}

.grid-wrapper.projects-search {
  z-index: 15;
  flex: 0 auto;
  justify-content: space-between;
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 0;
  right: auto;
  overflow: hidden;
}

.grid-wrapper.fixed {
  z-index: 25;
  align-content: end;
  align-items: end;
  max-height: 0;
}

.grid-wrapper.two-row {
  flex: 0 auto;
  grid-template-rows: 1fr auto;
  align-content: space-between;
}

.hero-bottom-feature {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  color: var(--dark);
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 33.33%;
  padding: 0;
}

.featured-project-column {
  background-color: var(--pin-stripe);
  color: var(--body-display);
  letter-spacing: 3px;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 11px;
  display: flex;
}

.hero-feature-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--dark);
  grid-template-rows: auto;
  grid-template-columns: 1fr 36px;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 36px;
  text-decoration: none;
  display: grid;
}

.card-button-wrapper {
  color: var(--dark);
  display: flex;
}

.feature-card-description {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.footer-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  grid-template-rows: minmax(44px, auto) minmax(103px, auto);
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: minmax(106px, auto);
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.footer-credits {
  font-size: 13px;
  font-weight: 400;
}

.project-image {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.hero-background-image {
  z-index: 5;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-background-image.team-background {
  background-image: none;
}

.hero-background-image.projects-background {
  background-image: url('../images/IMG_7840-1.jpg');
  background-position: 50%;
}

.hero-background-image.projects-background.woningbouw {
  background-image: url('../images/IMG_7441-1.jpg');
  background-size: cover;
}

.hero-background-image.projects-background.over-ons {
  background-image: url('../images/DJI_20240517171920_0043_D-beek-1.jpg');
  background-position: 37% 100%;
}

.hero-background-image.services-background {
  background-image: url('../images/Heebing.jpg');
}

.hero-background-image.services-background.renovatie {
  background-image: url('../images/12_huis.jpg');
}

.hero-background-image.contact-background {
  background-image: url("https://cdn.prod.website-files.com/64fa2d519da1c209d389f995/657102477ce4b42834125bca_Pand%20Heebing%20zonder%20auto's.jpg");
  background-position: 50% 20%;
}

.hero-background-image.news-background {
  background-image: url('../images/Space006.jpeg');
}

.hero-background-image._404-background {
  background-image: url('../images/05_huis.jpg');
}

.hero-background-image.password-background {
  background-image: url('../images/Space007.jpeg');
}

.hero-background-image.search-background {
  background-image: url('../images/Space002.jpeg');
}

.project-details-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 1px;
  margin-right: 1px;
  display: grid;
  position: relative;
}

.project-detail-item {
  border-top: 1px solid #ffffff1f;
  border-left: 1px #ffffff1f;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 24px 12px 48px 24px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.project-detail-item.middle-item {
  border-left-style: solid;
  border-left-color: #ffffff1f;
}

.project-detail-items {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.featured-project-details {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ffffff26;
  border-top: 2px solid #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-gallery-wrapper {
  z-index: 15;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

.gallery-items-wrapper {
  z-index: 20;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 100%;
  height: 100vh;
  padding-top: 123px;
  padding-bottom: 48px;
  padding-right: 6px;
  display: flex;
  position: relative;
  overflow: visible;
}

.more-projects-wrapper {
  z-index: 25;
  flex-direction: column;
  justify-content: flex-end;
  height: 0;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.fly-out-button {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: var(--pin-stripe);
  white-space: nowrap;
  cursor: pointer;
  border-top: 1px #ffffff1f;
  grid-template-rows: auto;
  grid-template-columns: 5vw 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 33.33%;
  max-width: 33.33%;
  height: 48px;
  max-height: 48px;
  padding: 0 5vw 0 0;
  display: grid;
  position: relative;
  overflow: hidden;
}

.fly-out-button.on-click {
  z-index: 50;
  background-color: #fff;
}

.fly-out-button.off-click {
  z-index: 50;
  width: 100%;
  max-width: 100%;
}

.projects-lottie {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.project-search-items {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: minmax(100px, 1fr);
  grid-template-columns: 1fr;
  grid-auto-rows: minmax(100px, 1fr);
  grid-auto-columns: 1fr;
  margin-bottom: 24px;
  display: grid;
}

.project-search-collection {
  flex-direction: column;
  flex: 1;
  padding-right: 12px;
  display: flex;
  overflow: auto;
}

.project-search-collection-item {
  border-bottom: 1px solid var(--dark-outline);
  width: 100%;
  display: flex;
  overflow: hidden;
}

.project-search-collection-item:first-child {
  border-top: 1px solid var(--dark-outline);
}

.project-search-collection-item:last-child {
  border-bottom-style: none;
}

.project-description-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-description {
  grid-column-gap: 24px;
  grid-row-gap: 60px;
  background-color: var(--pin-stripe);
  color: var(--dark);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 80px 60px;
  display: grid;
  position: relative;
}

.project-description.top-grey-border {
  border-top: 1px solid var(--dark-outline);
  margin-bottom: 40px;
}

.project-features, .general-collection-wrapper {
  padding-top: 80px;
}

.projects-lottie-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 14px;
  display: flex;
}

.project-gallery-overlay {
  z-index: 5;
  background-color: #090b1980;
  min-width: 100vw;
  min-height: 100vh;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

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

.news-list-item {
  border-bottom: 1px solid var(--pin-stripe);
}

.news-list-item:nth-child(2n) {
  margin-top: 80px;
  margin-bottom: 80px;
}

.pagination {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pagination-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 0px;
  grid-template-rows: minmax(0, auto);
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: stretch;
  align-items: center;
  display: grid;
}

.large-search-wrapper {
  background-color: #fff;
  border-radius: 100px;
  width: 50%;
  margin-bottom: 0;
  padding: 4px;
  display: flex;
}

.large-search-input {
  background-color: #fff0;
  border: 1px #000;
  border-radius: 100px;
  min-height: 48px;
  margin-bottom: 0;
  padding-left: 24px;
}

.large-search-button {
  background-color: var(--dark);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 100px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 11px;
}

.search-results-info {
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.search-result-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.search-result-item {
  width: 100%;
  padding: 0;
}

.search-results-link {
  border-right: 1px solid var(--pin-stripe);
  border-bottom: 1px solid var(--dark-outline);
  border-left: 1px solid var(--pin-stripe);
  color: var(--dark);
  padding: 48px 36px 48px 24px;
  text-decoration: none;
  transition: background-color .4s linear;
}

.search-results-link:hover {
  background-color: #fff;
}

.search-result-wrapper {
  border-top: 1px solid var(--dark-outline);
  background-color: var(--pin-stripe);
  padding-top: 0;
}

.results-help-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  background-color: var(--dark);
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 12px 24px;
  display: grid;
}

.author-post-item {
  grid-column-gap: 24px;
  grid-row-gap: 9px;
  border-bottom: 1px solid var(--pin-stripe);
  color: var(--body-display);
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 18px 24px;
  text-decoration: none;
  transition: color .4s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.author-post-item:hover {
  color: var(--dark);
}

.list-item-arrow {
  width: 18px;
  min-width: 18px;
}

.list-item-text {
  text-align: right;
}

.gallery-heading {
  white-space: nowrap;
  padding-left: 24px;
}

.author-card {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--pin-stripe);
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 24px;
  padding-left: 24px;
  display: grid;
}

.author-avatar {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 100px;
  height: 100px;
}

.empty-state {
  background-color: #0000;
}

.empty-collection {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  background-color: var(--pin-stripe);
  text-align: center;
  white-space: normal;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  padding: 36px;
  display: grid;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.field-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-field {
  border: 1px solid var(--dark-outline);
  background-color: #ffffffa6;
  border-radius: 2px;
  min-height: 54px;
  margin-bottom: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 18px;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

.text-field:focus {
  background-color: #fff;
  border-color: #d4ddee;
}

.text-field::placeholder {
  color: var(--body-display);
}

.text-field.large {
  min-height: 140px;
}

.text-field.light {
  color: #fff;
  background-color: #ffffff14;
  border-color: #ffffff29;
}

.text-field.light:focus {
  background-color: #fff0;
  border-color: #fff;
}

.text-field.light::placeholder {
  color: #ffffffd9;
}

.submit-button {
  background-color: var(--dark);
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 100px;
  min-width: 160px;
  padding: 16px 32px;
  font-size: 12px;
}

.submit-button.white {
  color: var(--dark);
  background-color: #fff;
}

.utility-message {
  background-color: #0000;
  height: 100%;
  margin-top: auto;
  padding: 0;
}

.success-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  border: 1px solid var(--dark-outline);
  background-color: #ffffffd9;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-height: 340px;
  padding: 60px;
  display: grid;
}

.success-wrapper.dark {
  color: #fff;
  background-color: #fff0;
  border-style: none;
  align-content: center;
  height: 100%;
}

.error-message {
  background-color: var(--dark-outline);
  color: var(--dark);
  margin-top: 0;
  padding: 12px 18px;
}

.discovery-button-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fly-out-button-wrapper {
  margin-left: -5vw;
  padding-left: 5vw;
  display: flex;
  overflow: hidden;
}

.services-wrapper {
  z-index: 10;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: flex-start;
  width: 100%;
  padding-top: 0;
  display: flex;
}

.service-examples-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  display: flex;
}

.services-info.hidden {
  display: none;
}

.mission-description {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 30vw;
  min-height: 300px;
  max-height: 465px;
  padding-bottom: 20%;
  padding-left: 24px;
  display: grid;
}

.about-quote {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  height: 30vw;
  min-height: 300px;
  max-height: 465px;
  padding-top: 20%;
  padding-left: 24px;
  display: grid;
}

.project-gallery-image-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: stretch;
  display: grid;
}

.project-gallery-image:nth-child(odd) {
  margin-top: 160px;
  margin-bottom: 36px;
}

.project-schowcae-title {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 160px;
  margin-bottom: 36px;
  display: grid;
}

.tablet-mobile-menu, .tablet-mobile-nav-links {
  display: none;
}

.image-cover {
  z-index: 20;
  background-color: #fff;
  justify-content: center;
  width: 0%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.image-cover-wrapper {
  z-index: 15;
  width: 66.66%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: visible;
}

.image-cover-wrapper.right-side {
  justify-content: flex-end;
  display: flex;
  inset: 0% 0% 0% auto;
}

.hero-button-wrapper {
  display: flex;
}

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

.template-screen {
  z-index: 10;
  border: 1px solid var(--pin-stripe);
  flex-direction: row;
  width: 100%;
  margin-bottom: 6px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.feature-card-info {
  grid-column-gap: 16px;
  grid-row-gap: 5px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.template-showcase-grid {
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  grid-template-rows: minmax(80px, auto) minmax(80px, auto);
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: minmax(80px, auto);
  grid-auto-columns: 1fr;
  display: grid;
}

.page-info {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--pin-stripe);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 120px;
  display: grid;
  overflow: hidden;
}

.page-info.no-clip {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  overflow: visible;
}

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

.project-discovery-cover {
  z-index: 10;
  background-color: var(--pin-stripe);
  width: 100%;
}

.project-discovery-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-discovery-list {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.screen-image {
  width: 100%;
  max-width: none;
  height: 100%;
}

.client-quote-credit {
  border-left: 2px solid #fff;
  margin-left: -24px;
  padding-left: 24px;
}

.news-category-item {
  border-bottom: 1px none var(--pin-stripe);
}

.background-banner {
  background-image: url('../images/07_huis.jpg');
  background-position: 50%;
  background-size: cover;
  height: 116%;
  position: absolute;
  inset: auto 0%;
}

.background-banner.video-banner {
  background-image: url('../images/IMG_6745.jpg');
  background-position: 0 0;
  height: 100%;
  overflow: hidden;
}

.background-banner.projects-banner {
  background-image: url('../images/IMG_6875-1.jpg');
}

.background-banner.team-banner {
  background-image: url('../images/Team006.jpeg');
}

.background-banner.service-1-banner {
  background-image: url('../images/04_dak.jpg');
}

.background-banner.service-2-banner {
  background-image: url('../images/Space025.jpeg');
}

.background-banner.service-3-banner {
  background-image: url('../images/Space021.jpeg');
}

.background-banner.newsletter-banner {
  background-image: url('../images/Space002.jpeg');
  background-position: 0%;
}

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

.newsletter-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.dark-cover {
  background-color: var(--dark);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.newsletter-form-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  color: #fff;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.newsletter-intro {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  background-color: var(--pin-stripe);
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 60px 36px;
  display: grid;
  position: relative;
}

.form-block {
  z-index: 20;
  margin-bottom: 0;
  position: relative;
}

.form-column {
  flex-direction: row;
  display: flex;
}

.form-column.right {
  padding-left: 24px;
  padding-right: 24px;
}

.radio-button {
  border-color: #fff;
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 18px;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

.radio-button.w--redirected-checked {
  box-shadow: none;
  background-color: #fff;
  border-color: #fff;
  transform: scale(1.3);
}

.field-label {
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}

.checklist {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.checklist-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.checklist-icon {
  border: 1px solid var(--dark-outline);
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  display: flex;
}

.radio-item {
  cursor: pointer;
  border-bottom: 1px solid #ffffff1f;
  align-items: center;
  height: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  font-size: 16px;
  display: flex;
}

.button-text {
  z-index: 10;
  position: relative;
}

.menu-collection-list-item {
  border-bottom: 1px solid var(--dark-outline);
}

.empty-search-results {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  display: grid;
}

.sticky-section {
  z-index: 200;
  justify-content: center;
  align-items: stretch;
  height: 0;
  margin-bottom: 120px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: sticky;
  top: 75px;
}

.page-hero {
  z-index: 10;
  color: #fff;
  justify-content: center;
  min-height: 650px;
  padding-top: 120px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.page-hero.contact {
  min-height: 300px;
}

.projects-hero {
  z-index: 10;
  color: #fff;
  justify-content: center;
  min-height: 750px;
  padding-top: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.password-hero {
  z-index: 10;
  color: #fff;
  justify-content: center;
  min-height: 100vh;
  padding-top: 36px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

._404-hero {
  z-index: 10;
  color: #fff;
  justify-content: center;
  min-height: 650px;
  padding-top: 36px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-description {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.service-description.text-right-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 32px;
  padding-right: 0;
  display: flex;
}

.service-description.text-right-block.no-margin {
  grid-column-gap: 24px;
}

.service-description.no-margin {
  padding-left: 0;
  padding-right: 0;
}

.about-description {
  grid-column-gap: 0px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-right: 24px;
  display: grid;
}

.category-description {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  max-width: 250px;
  display: grid;
}

.category-link {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 120px;
  padding-left: 12px;
  padding-right: 12px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services-card {
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  border-top: 1px none var(--pin-stripe);
  border-bottom: 1px solid var(--pin-stripe);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  margin-bottom: 36px;
  padding: 36px 36px 50px;
  display: grid;
}

.services-card:hover {
  border: 1px #000;
}

.banner-categories {
  width: 100%;
  height: 100%;
  padding-top: 36px;
  overflow: hidden;
}

.minimal-card {
  z-index: 10;
  border-top: 1px none var(--pin-stripe);
  border-bottom: 1px solid var(--pin-stripe);
  align-items: center;
  height: 100%;
  padding: 36px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.anchor-link {
  z-index: 10;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.banner-items-wrapper {
  height: 120px;
  overflow: hidden;
}

.home-hero {
  z-index: 10;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding-top: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-section {
  z-index: 10;
  background-color: var(--black);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 5vw 36px;
  display: flex;
  position: relative;
}

.template-card {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  border-top: 1px solid var(--pin-stripe);
  border-bottom: 1px none var(--pin-stripe);
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 36px;
  display: grid;
}

.template-card.bottom-border {
  border-bottom-style: solid;
}

.newsletter-overlay {
  background-color: #090b19e6;
  position: absolute;
  inset: 0%;
}

.template-credit {
  white-space: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.nav-link-hover-button {
  border: 1px solid #ffffff1f;
  border-radius: 100px;
  width: 100%;
  height: 46px;
  position: absolute;
}

.banner-scrolling-wrapper {
  background-color: var(--pin-stripe);
  width: 100%;
  height: 100%;
}

.recent-projects-info {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.transparent-fill {
  width: 100%;
}

.delete-me {
  z-index: 5000000;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #fff;
  border-radius: .75rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 22rem;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: auto .5rem .5rem auto;
}

.delete-me_text-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.delete-me_text-description {
  line-height: 1.5;
}

.delete-me_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.delete-me_link {
  color: #fff;
  background-color: #d62120;
  border-radius: 100px;
  padding: .65rem 1.3rem .7rem;
  line-height: 1.3;
  text-decoration: none;
}

.hide-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.logo-text {
  display: none;
}

.image {
  width: 70%;
  max-height: 80%;
}

.image-2, .image-3, .image-4 {
  opacity: .5;
  mix-blend-mode: luminosity;
  width: 100%;
  height: auto;
}

.video, .youtube {
  height: 100%;
}

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

.clonable-gallery {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 60vh;
  margin-top: 24px;
  padding-top: 20px;
  padding-bottom: 79px;
  display: flex;
}

.heading-3 {
  margin-bottom: 4.4rem;
}

.gallery-dyn-list {
  column-count: 3;
  flex-wrap: wrap;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 0%;
}

.gallery-item {
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  transition: opacity .3s;
}

.gallery-item:hover {
  opacity: .65;
}

.gallery-image-wrapper {
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.services-with-image {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  flex: 0 100%;
  order: -1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: start stretch;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.services-with-image.first-child {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 60px;
}

.services-with-image.no-margin {
  margin-bottom: 0;
}

.services-with-image.full-width {
  grid-template-columns: 1fr;
}

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

.html-embed {
  object-fit: fill;
  width: 100%;
  height: 100%;
  display: block;
}

.arrow-icon {
  opacity: .6;
  color: var(--dark);
  mix-blend-mode: luminosity;
  align-self: center;
  width: 24px;
  height: 24px;
  margin-left: 16px;
}

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

.flex-block:hover {
  text-decoration: underline;
}

.light-link {
  color: var(--body-display);
  text-decoration: none;
}

.dienst-button {
  color: var(--dark);
  height: 100%;
  text-decoration: none;
}

.link-hero {
  color: var(--black);
  text-decoration: none;
}

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

.background-video.home, .play-pause-button {
  display: none;
}

.list {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 1.6em;
}

.service-description-images {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.menu-block-nav {
  flex-direction: column;
  display: flex;
}

.text-left {
  padding-right: 32px;
}

.text-align-left, .text-align-left.text-left {
  text-align: left;
}

.menu-list-item-no-anim {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  border-top: 1px none var(--pin-stripe);
  border-bottom: 1px solid var(--pin-stripe);
  color: var(--body-display);
  letter-spacing: -.03em;
  white-space: normal;
  cursor: default;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  padding: 24px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25em;
  text-decoration: none;
  transition: padding .4s cubic-bezier(.25, .46, .45, .94), color .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.menu-list-item-no-anim.w--current {
  color: var(--dark);
  padding-left: 36px;
}

.menu-list-item-no-anim.white {
  color: #fff;
  cursor: pointer;
  border-top-color: #ffffff26;
  border-bottom-color: #ffffff26;
  align-items: center;
  margin-bottom: 0;
  font-size: 16px;
}

.menu-list-item-no-anim.white.small {
  padding-top: 19px;
  padding-bottom: 19px;
}

.menu-list-item-no-anim.small {
  padding-top: 20px;
  padding-bottom: 20px;
}

.menu-list-item-no-anim.discovery-item {
  border: 1px #000;
  width: 100%;
  height: 100%;
}

.menu-list-item-no-anim.dark {
  background-color: var(--dark);
  color: #fff;
}

.menu-list-item-copy {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  border-top: 1px none var(--pin-stripe);
  border-bottom: 1px solid var(--pin-stripe);
  color: var(--body-display);
  letter-spacing: -.03em;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  padding: 24px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25em;
  text-decoration: none;
  transition: padding .4s cubic-bezier(.25, .46, .45, .94), color .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.menu-list-item-copy.w--current {
  color: var(--dark);
  padding-left: 36px;
}

.menu-list-item-copy.white {
  color: #fff;
  cursor: pointer;
  border-top-color: #ffffff26;
  border-bottom-color: #ffffff26;
  align-items: center;
  margin-bottom: 0;
  font-size: 16px;
}

.menu-list-item-copy.white.small {
  padding-top: 19px;
  padding-bottom: 19px;
}

.menu-list-item-copy.small {
  padding-top: 20px;
  padding-bottom: 20px;
}

.menu-list-item-copy.discovery-item {
  border: 1px #000;
  width: 100%;
  height: 100%;
}

.menu-list-item-copy.dark {
  background-color: var(--dark);
  color: #fff;
}

.text-right-wrapper {
  margin-left: 32px;
}

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

.rich-text-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: block;
}

.filter-wrapper {
  justify-content: space-between;
  padding-top: 32px;
  padding-bottom: 32px;
  display: block;
}

.filter-wrapper.hidden {
  display: none;
}

.dark-link {
  color: var(--dark);
}

.dark-link.filter {
  margin-right: 16px;
}

.categorie {
  z-index: 200;
  color: var(--pin-stripe);
  white-space: nowrap;
  object-fit: fill;
  background-color: #000000a3;
  width: auto;
  margin-right: 0;
  padding: 6px 10px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.form-block-2 {
  justify-content: space-between;
  width: 100%;
  display: block;
}

.form-2 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.filters {
  margin-right: 16px;
}

.filters.hidden {
  display: none;
}

.radio-button-label {
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.radio-button-label:hover {
  color: var(--body-display);
  text-decoration: underline;
}

.radio-button-label-2 {
  margin-right: 16px;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.filter-clear {
  opacity: 1;
  color: var(--dark);
  cursor: auto;
  margin-right: 16px;
}

.filter-clear:hover {
  text-decoration: none;
}

.filter-clear.hover {
  opacity: .7;
  cursor: pointer;
}

.filter-clear.hover:hover {
  text-decoration: underline;
}

.filter-clear.hover.mobile {
  display: none;
}

.filter-wrappers {
  width: auto;
  display: flex;
}

.radio-button-field {
  margin-right: 16px;
}

.container {
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.section-timeline {
  z-index: 3;
  background-color: #fff;
  position: relative;
}

.timeline_image-wrapper {
  background-image: linear-gradient(138deg, #000, #0000 28%), url('../images/Image-Background.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 12px;
  overflow: hidden;
}

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

.timeline_circle {
  background-color: #fff;
  border-radius: 100%;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #0a0a0a;
}

.timeline_quote-text-wrapper {
  flex: 1;
}

.timeline_quote-title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.timeline_progress-bar {
  z-index: -1;
  background-color: #fff;
  background-image: linear-gradient(to bottom, #c45150 2%, var(--red) 51%, #d5201e 97%);
  width: 3px;
  height: 50vh;
  position: fixed;
  inset: 0 auto 50vh;
}

.text-colour-lightgrey {
  color: #000000a6;
}

.margin-bottom-medium {
  margin-bottom: 32px;
}

.timeline_quote-image {
  border-radius: 8px;
  width: 48px;
  height: 48px;
  margin-right: 24px;
}

.timeline_definition-wrapper {
  background-color: #ffffff0d;
  border-radius: 16px;
  padding: 16px;
}

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

.margin-bottom-xlarge {
  margin-bottom: 56px;
}

.timeline_progress {
  z-index: -2;
  background-color: #414141;
  width: 3px;
  height: 100%;
  position: absolute;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.timeline_quote-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.inline-block {
  display: inline-block;
}

.timeline_text {
  color: var(--6b6b6b);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
}

.overlay-fade-top {
  background-image: linear-gradient(#fff, #0a0a0a00);
  height: 200px;
  position: absolute;
  inset: 0% 0% auto;
}

.timeline_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.link-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.overlay-fade-bottom {
  background-image: linear-gradient(to top, #fff, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: auto 0% 0%;
}

.timeline_link {
  opacity: .6;
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.timeline_link:hover {
  opacity: 1;
}

.timeline_date-text {
  color: #000;
  letter-spacing: -.03em;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  position: sticky;
  top: 50vh;
}

.timeline_milestone-badge {
  color: #161616;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.timeline_badge {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #ffffff26;
  border-radius: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 6px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.timeline_quote {
  color: #fff;
  margin-bottom: 16px;
  font-size: 14px;
}

.menu-wrapper-2 {
  z-index: 99999;
  display: block;
  position: relative;
}

.side-menu-wrapper {
  z-index: 14;
  background-color: var(--pin-stripe);
  white-space: nowrap;
  flex-direction: column;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  place-items: start end;
  width: 22rem;
  height: 100vh;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: grid;
  overflow: hidden;
}

.menu-icon {
  width: 2rem;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.menu-button {
  flex: 0 auto;
  padding: 0 0 0 1.5rem;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.side-menu-background {
  z-index: 1;
  background-color: var(--pin-stripe);
  width: 22rem;
  height: 130vh;
  padding-top: 0;
  display: block;
  position: fixed;
  inset: -20% 0 auto auto;
  overflow: hidden;
  box-shadow: -8px 0 30px #0000003b;
}

.main-wrapper {
  display: block;
}

.close-button {
  border: 1px solid var(--dark);
  cursor: pointer;
  background-image: url('../images/657a02de38e45ac962f1cc95_cross-white-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  border-radius: 100vw;
  width: 2rem;
  height: 2rem;
  padding: 0;
  transition: border-color .35s;
}

.close-button:hover {
  border-color: #c7c7c7;
}

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

.text-size-tiny.text-color-white {
  transition: opacity .2s;
}

.text-size-tiny.text-color-white:hover {
  opacity: .5;
}

.text-size-tiny.text-color-white.text-style-allcaps.text-style-muted {
  opacity: 1;
}

.text-size-tiny.text-color-white.text-style-allcaps.text-style-muted:hover {
  opacity: 1;
  color: var(--dark);
}

.text-size-tiny.text-color-white.text-style-allcaps.text-style-muted.margin-top {
  opacity: 1;
  margin-top: 32px;
}

.text-size-tiny.text-color-white.text-style-allcaps.text-style-muted.margin-top:hover {
  opacity: 1;
}

.side-menu-item-wrapper.footer {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.side-menu-item-wrapper.flex-v {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 70vh;
  padding-top: 1.5rem;
  padding-bottom: 0;
  display: flex;
}

.side-menu-item-wrapper.flex-h {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-top: 2.7rem;
  padding-bottom: 1.5rem;
  padding-right: 16px;
  display: flex;
}

.underline {
  background-color: #fff;
  width: 100%;
  height: 2px;
  transform: translate(102%);
}

.navbar_component {
  z-index: auto;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.5rem 2rem;
  display: flex;
}

.nav-link-block {
  flex: 1;
}

.side-menu_component {
  z-index: 999;
  white-space: normal;
  object-fit: none;
  flex-wrap: nowrap;
  justify-content: flex-end;
  width: 22rem;
  height: 130vh;
  padding-top: 20rem;
  display: none;
  position: fixed;
  inset: -20rem 0 0 auto;
  overflow: visible;
}

.logo {
  width: 11rem;
}

.logo.small {
  width: 9rem;
}

.text-size-large {
  font-size: 1.5rem;
}

.text-size-large.text-color-white {
  color: var(--dark);
  font-family: Inter, sans-serif;
}

.text-size-large.text-color-white.w--current {
  color: var(--body-display);
  font-family: Inter, sans-serif;
}

.text-size-large.nav-item {
  color: var(--dark);
  order: 0;
  margin: 8px 24px;
  position: relative;
}

.side-menu-text-wrap {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin: .125rem 0 .25rem;
  display: flex;
  overflow: hidden;
}

.side-menu-text-wrap:hover {
  opacity: 1;
  color: var(--dark);
}

.side-menu-text-wrap.hidden {
  display: none;
}

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

.text-block.hamburger-menu {
  margin-bottom: 0;
  padding-top: 8px;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
}

.text-block.hamburger-menu:hover {
  color: var(--red);
}

.text-block.phone {
  padding-left: 8px;
}

.link-block:hover {
  color: var(--6b6b6b);
}

.link-block.phone {
  color: var(--6b6b6b);
  margin-left: 16px;
  display: flex;
}

.link-block.phone:hover {
  color: var(--red);
}

.link-block-2:hover, .link-block-3:hover {
  color: var(--6b6b6b);
}

.text-block-2 {
  margin-bottom: 16px;
}

.image-5 {
  padding-left: 8px;
  padding-right: 8px;
}

.slider {
  z-index: 5;
  width: auto;
  height: 100%;
}

.slide {
  background-image: url('../images/10_huis.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-2 {
  z-index: 1;
  background-image: url('../images/Woningbouw.jpg');
  background-position: 50%;
  background-size: cover;
}

.hide {
  display: none;
}

.slide-3 {
  z-index: 1;
  background-image: url('../images/06_huis.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-2 {
  text-align: center;
  justify-content: center;
  display: flex;
}

.div-block-2.hide {
  display: none;
}

.slide-4 {
  z-index: 1;
  background-image: url('../images/11_huis.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-5, .slide-2-copy {
  background-image: url('../images/Woningbouw.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-3-copy {
  background-image: url('../images/06_huis.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-6 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-7 {
  background-image: url('../images/DJI_0330.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/IMG_2532-2.JPG');
  background-position: 50%;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/DJI_0316-2-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-10 {
  background-image: url('../images/06_huis.jpg');
  background-position: 50%;
  background-size: cover;
}

.centered {
  text-align: center;
}

.slide-10-copy {
  background-image: url('../images/DJI_0316-2-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-11 {
  background-image: url('../images/IMG_6616.JPG');
  background-position: 50%;
  background-size: cover;
}

.image-6 {
  width: 100%;
  max-width: 80%;
}

.link-block-4:hover {
  color: var(--6b6b6b);
}

.map {
  display: none;
}

.quote {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-right: 32px;
  display: flex;
}

.quote.text-right-block {
  padding-left: 32px;
  padding-right: 0;
}

.quote-title {
  color: var(--dark);
  font-size: 32px;
}

.block-quote {
  border-left-style: none;
  border-left-color: var(--red);
  text-align: left;
}

.block-quote.center {
  text-align: center;
}

.rich-text-block-2 {
  font-size: 18px;
}

.italic-text {
  color: var(--red);
  font-style: normal;
  text-decoration: underline;
}

.italic-text-2 {
  color: var(--6b6b6b);
  text-align: left;
  font-family: Inter, sans-serif;
  font-style: normal;
}

.italic-text-3 {
  color: var(--6b6b6b);
  font-style: normal;
}

.quote-wide {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  flex: 0 100%;
  order: -1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: start;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.quote-wide.first-child {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 60px;
}

.quote-wide.no-margin {
  margin-bottom: 0;
}

.rich-text-block-3 {
  font-size: 22px;
}

.icon-quote {
  color: var(--red);
  width: 100px;
  display: none;
}

.italic-text-4 {
  text-align: left;
  -webkit-text-stroke-width: 0px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

.container-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.meta {
  color: var(--pin-stripe);
  text-align: left;
  background-color: #000000a3;
  justify-content: space-between;
  align-items: flex-start;
  padding: 6px 10px;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
}

.plaats {
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  display: block;
}

.image-8 {
  align-self: center;
  width: 350px;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 16px;
  display: block;
}

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

.image-9 {
  z-index: 1;
  position: relative;
}

.over-ons-foto {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 90%;
}

@media screen and (min-width: 1280px) {
  .card-hover-item {
    padding: 0;
  }

  .dual-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .newsletter-form-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .newsletter-intro {
    padding: 80px 48px;
  }

  .sticky-section {
    width: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .stacked-description.footer {
    display: block;
  }

  .credits-wrapper {
    grid-column-gap: 80px;
  }

  .dual-wrapper {
    grid-template-columns: .9fr 1fr;
  }

  .hero-feature-card {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .services-card {
    padding: 48px;
  }

  .rich-text-block.seo-page h2 {
    margin-top: 40px;
  }

  .rich-text-block.seo-page p {
    padding-top: 10px;
  }

  .rich-text-block.seo-page ul {
    margin-top: 10px;
  }
}

@media screen and (min-width: 1920px) {
  .background-cover {
    width: 100%;
    height: 100%;
  }

  .image-overlay {
    display: block;
  }

  .wrapper.full-width {
    max-width: 100%;
  }

  .banner-wrapper {
    width: 100%;
  }

  .stacked-description.footer {
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: flex-start;
    align-items: stretch;
    display: block;
  }

  .hover-link-wrapper {
    justify-content: center;
    align-items: center;
    bottom: 7vw;
  }

  .menu-list-item.white.small {
    padding-top: 19px;
  }

  .grid-wrapper {
    grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1632px) minmax(5vw, 1fr);
  }

  .hero-feature-card {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 48px;
  }

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

  .hero-background-image {
    height: 100%;
    display: block;
  }

  .hero-background-image.projects-background.woningbouw {
    background-position: 50% 40%;
    background-size: cover;
  }

  .html-embed {
    object-fit: cover;
    overflow: hidden;
  }

  .menu-list-item-no-anim.white.small, .menu-list-item-copy.white.small {
    padding-top: 19px;
  }

  .image-8 {
    flex: 0 auto;
    order: 1;
    align-self: auto;
    padding: 1rem;
  }
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.video-section {
    padding-top: 180px;
    padding-bottom: 120px;
  }

  .nav-link {
    padding: 20px 12px;
    font-size: 12px;
    text-decoration: none;
  }

  .nav-link.w--current {
    color: var(--dark);
  }

  .left-navbar {
    width: 100%;
  }

  .nav-menu, .pin-stripe.hide-tablet {
    display: none;
  }

  .hero-content-wrapper {
    max-width: none;
  }

  .xxl-heading {
    font-size: 64px;
  }

  .banner-content {
    min-height: 325px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .body-display.dark {
    color: var(--dark);
  }

  .body-display.margin {
    padding-bottom: 16px;
  }

  .project-item {
    min-height: 375px;
    max-height: 550px;
  }

  .testimonial-arrow {
    height: 25%;
    top: 25%;
    bottom: auto;
  }

  .testimonial-content {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
    grid-auto-flow: row;
  }

  .testimonial-column {
    min-height: 400px;
    padding: 48px 24px;
  }

  .testimonial-column.testimonial-description {
    min-height: auto;
  }

  .testimonial-column.testimonial-image {
    min-height: 450px;
  }

  .page-info-ribbon {
    grid-template-columns: 1fr;
  }

  .tripple-grid {
    grid-row-gap: 36px;
    grid-template-columns: 1fr 1fr;
  }

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

  .services-grid.numbers {
    grid-row-gap: 24px;
  }

  .heading.number {
    font-size: 50px;
  }

  .dual-wrapper {
    grid-template-columns: 1fr;
  }

  .project-categories-wrapper {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .large-menu-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    padding-top: 75px;
    padding-bottom: 0;
  }

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

  .project-collection-item:nth-child(odd) {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .projects-search-wrapper {
    grid-template-columns: 1fr;
  }

  .search-wrapper {
    display: flex;
  }

  .mega-category-list, .mega-category-list.middle, .mega-menu, .mega-menu-overlay {
    display: none;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .team-collection-item:nth-child(odd) {
    margin-top: 0;
  }

  .team-collection-item:nth-child(2n) {
    margin-top: 60%;
    margin-bottom: -40%;
  }

  .post-list-item {
    height: auto;
    font-size: 16px;
  }

  .post-list-item.category-list-item {
    min-height: 60px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 16px;
  }

  .inner-page-hero-wrapper {
    grid-template-columns: 1fr;
  }

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

  .sticky-services-menu {
    position: relative;
    top: 0;
  }

  .sticky-services-menu.extra-top-margin {
    top: 0;
  }

  .rich-text h2 {
    font-size: 28px;
  }

  .rich-text h4 {
    font-size: 18px;
  }

  .rich-text h3 {
    font-size: 22px;
  }

  .right-grid-intro {
    padding-left: 0;
  }

  .hero-bottom-feature {
    width: 50%;
  }

  .footer-wrapper {
    grid-template-rows: minmax(44px, auto) minmax(106px, auto) minmax(106px, auto) minmax(36px, auto);
    grid-template-columns: 1fr 1fr;
  }

  .featured-project-details {
    grid-template-columns: 1fr;
  }

  .gallery-items-wrapper {
    padding-top: 160px;
  }

  .fly-out-button {
    width: 50%;
    max-width: 50%;
  }

  .fly-out-button.on-click {
    width: 66.66%;
    max-width: 66.66%;
  }

  .project-description-wrapper {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .project-description {
    padding: 36px 24px;
  }

  .project-features {
    padding-top: 0;
  }

  .news-list {
    grid-template-columns: 1fr 1fr;
  }

  .news-list-item:nth-child(2n) {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .pagination {
    grid-template-columns: 1fr 1fr;
    padding-top: 36px;
  }

  .large-search-wrapper {
    width: 100%;
  }

  .services-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .about-quote {
    height: auto;
    min-height: auto;
    max-height: none;
    padding-top: 0%;
  }

  .project-gallery-image-wrapper {
    grid-template-rows: auto 1fr;
  }

  .project-schowcae-title {
    grid-template-columns: 1fr 1fr;
    height: auto;
    margin-bottom: 0;
  }

  .tablet-mobile-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .dropdown {
    border-bottom: 1px solid var(--dark-outline);
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .dropdown.top {
    border-top: 1px solid var(--dark-outline);
  }

  .dropdown-toggle {
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 24px;
    display: flex;
  }

  .tablet-mobile-nav-links {
    background-color: #fff;
    display: flex;
  }

  .dropdown-list {
    background-color: #fff;
    position: relative;
    inset: 0% 0% auto;
    overflow: hidden;
  }

  .image-cover-wrapper {
    width: 50%;
  }

  .dropdown-lottie {
    justify-content: center;
    align-items: center;
    width: 18px;
    margin-left: 24px;
    display: flex;
  }

  .feature-card-info.number {
    grid-column-gap: 24px;
  }

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

  .page-info {
    overflow: auto;
  }

  .background-banner.newsletter-banner {
    background-position: 50% 0;
  }

  .newsletter-wrapper {
    grid-template-columns: 1fr;
  }

  .service-description.text-right-block {
    padding-left: 0;
  }

  .services-card {
    padding: 36px 24px;
  }

  .banner-categories {
    padding-top: 0;
  }

  .minimal-card {
    padding: 24px;
  }

  .footer-section {
    padding-top: 100px;
  }

  .template-card {
    padding: 24px;
  }

  .gallery-item {
    margin-top: 0;
  }

  .services-with-image {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-items: start;
    margin-bottom: 60px;
  }

  .form-block-2 {
    width: 100%;
    overflow: visible;
  }

  .form-2 {
    flex-wrap: wrap;
  }

  .filter-clear {
    width: 100%;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .filter-clear.hover {
    text-align: right;
    margin-top: 16px;
    margin-right: 0;
    display: none;
  }

  .filter-clear.hover.mobile {
    width: 50%;
    margin-top: 0;
    display: none;
  }

  .filter-wrappers {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .side-menu-background {
    z-index: 0;
  }

  .side-menu-text-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .text-block {
    display: block;
  }

  .link-block, .link-block.w--current {
    display: none;
  }

  .link-block.phone {
    display: flex;
  }

  .link-block-2, .link-block-3, .menu-hide, .link-block-4 {
    display: none;
  }

  .block-quote.center {
    margin-top: 0;
    margin-bottom: 0;
  }

  .italic-text-2, .italic-text-3 {
    font-size: 16px;
  }

  .quote-wide {
    place-items: start end;
    margin-bottom: 60px;
  }

  .icon-quote {
    width: 80px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 42px;
  }

  blockquote {
    padding-left: 18px;
    padding-right: 12px;
  }

  .section, .section.no-bottom-padding.clip, .section.home {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .wrapper.navbar-wrapper {
    border-style: none;
    border-color: #000;
  }

  .nav-link {
    border-bottom: 1px solid var(--pin-stripe);
    justify-content: flex-start;
    padding-left: 18px;
    padding-right: 18px;
  }

  .nav-link.bottom {
    border-bottom-style: none;
  }

  .left-navbar {
    border-style: none solid solid;
    width: 100%;
    min-width: auto;
    padding-left: 0;
  }

  .menu-wrapper {
    display: none;
  }

  .brand {
    padding-left: 18px;
  }

  .pin-stripe.hide-horizontal-mobile {
    display: none;
  }

  .xxl-heading {
    font-size: 54px;
  }

  .project-item {
    width: 100%;
    height: auto;
  }

  .testimonial-arrow {
    border-top: 1px solid #ffffff1a;
    border-bottom: 1px solid #ffffff1f;
    width: 50%;
    height: 60px;
    top: 0%;
  }

  .testimonial-arrow.right-arrow {
    border-right-style: none;
    left: auto;
    right: 0;
  }

  .testimonial-content {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    padding-top: 60px;
  }

  .testimonial-column {
    min-height: auto;
  }

  .testimonial-column.testimonial-description {
    border-top: 1px solid #ffffff1f;
  }

  .testimonial-column.testimonial-image {
    min-height: 400px;
  }

  .rotate-text.no-rotate-on-mobile {
    transform: none;
  }

  .credits-wrapper {
    grid-column-gap: 24px;
    padding: 36px;
  }

  .card-hover-item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: auto;
  }

  .tripple-grid {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

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

  .services-grid.two-column {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .services-grid.top-border {
    grid-row-gap: 0px;
  }

  .hover-link-wrapper {
    display: none;
  }

  .hover-link-wrapper.video-link-wrapper, .hover-link-wrapper.project-view-link {
    display: flex;
  }

  .large-menu-wrapper {
    grid-template-rows: 65px auto;
  }

  .collection-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .project-collection-item:nth-child(odd) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .project-categories {
    margin-top: 0;
  }

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

  .projects-search-wrapper {
    height: 65px;
  }

  .search-wrapper, .mega-menu {
    display: none;
  }

  .collection-list {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
  }

  .collection-list.two-columns {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .team-collection-item {
    flex-direction: row;
    min-height: 500px;
    display: flex;
  }

  .team-collection-item:nth-child(2n) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .team-collection-item.two-column-item:nth-child(2n) {
    margin-top: 0%;
    margin-bottom: 0%;
  }

  .featured-news-list {
    grid-template-columns: 1fr;
  }

  .collection-list-item:nth-child(2n) {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .inner-page-hero-wrapper {
    grid-row-gap: 60px;
    grid-template-rows: auto auto auto;
  }

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

  .navigation-links {
    grid-template-columns: 1fr;
  }

  .banner-items {
    height: 80px;
  }

  .banner-items.project-categories {
    padding-top: 0;
  }

  .banner-items.template-credit {
    height: 100px;
  }

  .menu-list-item {
    grid-template-columns: auto 1fr;
  }

  .menu-list-item.discovery-item, .mega-social-wrapper {
    padding-left: 18px;
    padding-right: 18px;
  }

  .right-grid-intro {
    margin-bottom: 24px;
  }

  .grid-wrapper {
    grid-row-gap: 120px;
  }

  .grid-wrapper.two-row {
    grid-row-gap: 60px;
  }

  .hero-bottom-feature {
    width: 100%;
  }

  .hero-feature-card {
    padding: 24px;
  }

  .footer-wrapper {
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(36px, auto);
  }

  .project-detail-items {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-items-wrapper {
    padding-top: 140px;
  }

  .fly-out-button {
    grid-template-columns: 60px 1fr;
    width: 66.66%;
    max-width: 66.66%;
  }

  .fly-out-button.on-click {
    width: 100%;
    max-width: 100%;
  }

  .project-description {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
  }

  .general-collection-wrapper {
    padding-top: 36px;
  }

  .news-list {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .news-list-item:nth-child(2n) {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .results-help-wrapper {
    grid-template-columns: auto;
    justify-content: center;
    justify-items: center;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .list-item-arrow {
    width: 14px;
    min-width: 14px;
  }

  .gallery-heading {
    padding-left: 18px;
  }

  .field-wrapper {
    grid-template-columns: 1fr;
  }

  .services-wrapper {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    padding-top: 36px;
  }

  .service-examples-wrapper, .services-info {
    grid-template-columns: 1fr;
  }

  .mission-description {
    height: auto;
    min-height: auto;
    max-height: none;
    padding-bottom: 0;
    padding-left: 0;
  }

  .about-quote {
    padding-bottom: 24px;
    padding-left: 0;
  }

  .project-gallery-image-wrapper {
    grid-row-gap: 36px;
  }

  .project-gallery-image:nth-child(odd) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .project-schowcae-title {
    grid-template-columns: 1fr;
  }

  .dropdown-toggle {
    min-height: 60px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .category-collection-item {
    border-bottom: 1px solid var(--dark-outline);
  }

  .category-collection-item:nth-child(odd) {
    border-right: 1px solid var(--dark-outline);
  }

  .image-cover-wrapper {
    width: 100%;
  }

  .page-info {
    height: auto;
  }

  .background-banner.newsletter-banner {
    background-position: 50% 0;
  }

  .dark-cover {
    background-color: #0000;
  }

  .newsletter-form-wrapper {
    grid-template-columns: 1fr;
    padding-top: 36px;
    padding-bottom: 48px;
  }

  .newsletter-intro {
    padding: 36px 24px;
  }

  .form-column.right {
    flex-direction: column;
  }

  .sticky-section {
    height: auto;
    margin-bottom: 0;
    position: relative;
    top: 0;
  }

  .page-hero {
    min-height: 550px;
  }

  ._404-hero {
    min-height: 450px;
  }

  .service-description.text-right-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    display: flex;
  }

  .category-link {
    min-height: 80px;
  }

  .services-card {
    height: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .anchor-link {
    border-bottom: 1px solid var(--dark-outline);
    min-height: 80px;
  }

  .anchor-link.bottom {
    border-bottom-style: none;
  }

  .banner-items-wrapper {
    height: 80px;
  }

  .footer-section {
    padding-bottom: 72px;
  }

  .template-card {
    border-bottom-style: solid;
  }

  .clonable-gallery {
    margin-top: 0;
    padding-bottom: 30px;
  }

  .gallery-dyn-list {
    column-count: 2;
    display: flex;
  }

  .gallery-item {
    min-width: 100%;
  }

  .services-with-image {
    grid-template-columns: 1fr;
    display: block;
  }

  .html-embed {
    object-fit: cover;
    object-position: 50% 50%;
    display: none;
  }

  .menu-list-item-no-anim {
    grid-template-columns: auto 1fr;
  }

  .menu-list-item-no-anim.discovery-item {
    padding-left: 18px;
    padding-right: 18px;
  }

  .menu-list-item-copy {
    grid-template-columns: auto 1fr;
  }

  .menu-list-item-copy.discovery-item {
    padding-left: 18px;
    padding-right: 18px;
  }

  .text-right-wrapper {
    margin-left: 0;
  }

  .form-block-2 {
    flex-flow: wrap;
    width: 100%;
    display: flex;
  }

  .form-2 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .filter-clear.hover {
    font-family: Inter, sans-serif;
    display: none;
  }

  .filter-wrappers {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .timeline_quote-image {
    margin-top: 24px;
    margin-right: 0;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .timeline_progress {
    left: 6px;
  }

  .timeline_item {
    grid-template-columns: 64px 1fr;
    width: 100%;
  }

  .timeline_quote-wrapper {
    flex-direction: column-reverse;
  }

  .timeline_text {
    font-size: 20px;
  }

  .timeline_left {
    text-align: left;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .side-menu-wrapper {
    overflow: hidden;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .side-menu-background {
    z-index: 6;
  }

  .side-menu_component {
    overflow: scroll;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .side-menu-text-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .link-block, .link-block-2, .link-block-3, .menu-hide, .link-block-4 {
    display: none;
  }

  .quote.text-right-block {
    padding-left: 0;
  }

  .quote-title {
    font-size: 26px;
  }

  .block-quote.center {
    text-align: left;
    padding-left: 12px;
  }

  .quote-wide {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-items: start;
  }

  .image-7 {
    width: 100%;
  }

  .icon-quote {
    width: 60px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 28px;
  }

  blockquote {
    padding-left: 18px;
    padding-right: 0;
    font-size: 16px;
  }

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

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

  .navbar {
    height: 65px;
  }

  .brand {
    align-items: stretch;
    padding-left: 18px;
  }

  .xxl-heading {
    font-size: 48px;
  }

  .xxl-heading.one {
    font-size: 38px;
  }

  .banner-content {
    min-height: auto;
    padding: 48px 12px;
  }

  .banner-intro {
    grid-row-gap: 24px;
  }

  .large-heading {
    font-size: 36px;
  }

  .horizontal-line {
    width: 100%;
    min-height: 1px;
    margin-top: 0;
    margin-left: 6px;
  }

  .horizontal-line.white {
    margin-top: 0;
  }

  .testimonial-arrow {
    font-size: 12px;
  }

  .testimonial-column.testimonial-description {
    border-top-style: none;
    padding-top: 36px;
  }

  .testimonial-column.testimonial-image {
    width: 100%;
    min-height: 350px;
  }

  .testimonial-column.testimonial-name {
    z-index: 1;
    background-color: #090b1959;
    border-top: 1px #ffffff1f;
    border-bottom: 1px #ffffff1f;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .stacked-description {
    grid-template-columns: 1fr;
  }

  .stacked-description.footer {
    flex-flow: column;
    display: block;
  }

  .credits-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    padding-left: 24px;
    padding-right: 24px;
  }

  .icon {
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    min-height: 40px;
    margin-bottom: 0;
  }

  .tripple-grid {
    grid-template-columns: 1fr;
    width: 100%;
    margin-bottom: 36px;
  }

  .tripple-grid.no-margin {
    grid-row-gap: 36px;
  }

  .services-grid {
    height: 100%;
  }

  .card-circle {
    width: 6vw;
    height: 3vw;
    max-height: 800px;
  }

  .logos-headline {
    flex-direction: row;
    align-items: center;
  }

  .video-info {
    grid-row-gap: 48px;
    padding-left: 0;
  }

  .project-categories-wrapper {
    position: relative;
  }

  .large-menu-wrapper {
    padding-top: 65px;
  }

  .project-card-info {
    padding: 18px 12px;
  }

  .categories-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .category-collection-list-wrapper {
    overflow: hidden;
  }

  .collection-list {
    grid-row-gap: 24px;
  }

  .team-collection-item {
    min-height: 350px;
  }

  .featured-news-list {
    width: 100%;
  }

  .post-list-item.category-list-item {
    height: auto;
  }

  .inner-page-hero-wrapper {
    grid-row-gap: 60px;
  }

  .banner-items.template-credit {
    height: 80px;
  }

  .menu-list-item {
    flex-direction: column;
    grid-template-columns: auto 1fr;
    justify-content: flex-start;
    align-items: center;
    padding: 0 18px;
  }

  .menu-list-item.white {
    flex-flow: row;
    grid-template-columns: auto 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .menu-list-item.white.w--current {
    padding-left: 18px;
  }

  .menu-list-item.discovery-item {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .menu-list-item.margin-top {
    margin-top: 24px;
  }

  .service-menu-list {
    grid-auto-rows: 1fr;
  }

  .list-heading-wrapper {
    grid-template-columns: auto 1fr;
    width: 100%;
    padding-left: 18px;
  }

  .team-portrait-wrapper {
    min-height: 400px;
  }

  .rich-text h2 {
    font-size: 26px;
  }

  .right-grid-intro {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    margin-bottom: 12px;
  }

  .post-card-description {
    padding: 24px;
  }

  .mega-menu-list-wrapper {
    grid-template-rows: auto;
    grid-auto-rows: auto;
    align-items: start;
  }

  .grid-wrapper {
    grid-row-gap: 100px;
  }

  .grid-wrapper.two-row {
    grid-row-gap: 36px;
  }

  .hero-bottom-feature {
    width: 100%;
  }

  .featured-project-column {
    font-size: 9px;
  }

  .hero-feature-card {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .footer-wrapper {
    grid-template-rows: minmax(44px, auto) minmax(106px, auto);
  }

  .hero-background-image {
    background-position: 50%;
    background-size: cover;
    height: 100%;
  }

  .project-detail-item {
    padding: 36px 18px;
  }

  .project-detail-item.middle-item {
    border-left-style: solid;
  }

  .project-detail-items {
    grid-template-columns: 1fr;
    overflow: auto;
  }

  .featured-project-details {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-items-wrapper {
    padding-top: 140px;
  }

  .fly-out-button {
    width: 100%;
    max-width: 100%;
  }

  .project-description {
    grid-row-gap: 24px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .search-result-list, .search-result-item {
    flex-direction: column;
    display: flex;
  }

  .search-results-link {
    padding: 36px 18px;
  }

  .search-result-wrapper {
    flex-direction: column;
  }

  .results-help-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .author-post-item {
    padding-left: 18px;
    padding-right: 18px;
  }

  .list-item-arrow.contact {
    display: none;
  }

  .list-item-text {
    text-align: left;
    width: 100%;
  }

  .author-card {
    grid-row-gap: 24px;
    text-align: center;
    grid-template-columns: auto;
    padding-left: 0;
  }

  .dropdown-toggle {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .dropdown-list {
    height: auto;
  }

  .category-collection-item:nth-child(odd) {
    border-right-style: none;
  }

  .category-collection-item:last-child {
    border-bottom: 1px #000;
  }

  .client-quote-credit {
    margin-left: 0;
    padding-left: 18px;
  }

  .background-banner.newsletter-banner {
    background-position: 50% 0;
  }

  .radio-item {
    padding-left: 18px;
  }

  .page-hero {
    min-height: 450px;
    padding-top: 89px;
  }

  .projects-hero {
    padding-top: 89px;
  }

  .password-hero {
    min-height: 93vh;
  }

  .service-description {
    margin-bottom: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .service-description.text-right-block {
    padding-left: 0;
  }

  .about-description {
    grid-template-rows: auto;
  }

  .category-link {
    min-height: 60px;
  }

  .services-card {
    padding: 24px 18px;
  }

  .minimal-card {
    padding: 24px;
  }

  .anchor-link {
    min-height: 60px;
  }

  .home-hero {
    min-height: 80vh;
    padding-top: 89px;
  }

  .footer-section {
    padding-top: 80px;
  }

  .div-block {
    width: 100%;
  }

  .image {
    object-fit: contain;
    object-position: 0% 50%;
    width: auto;
  }

  .clonable-gallery {
    align-items: center;
  }

  .gallery-dyn-list {
    column-gap: 8px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .gallery-item {
    min-width: 100%;
    margin-top: 0;
    margin-bottom: 8px;
  }

  .dienst-button {
    height: 100%;
  }

  .text-left {
    padding-right: 0;
  }

  .text-align-left.text-left {
    text-align: center;
  }

  .menu-list-item-no-anim {
    flex-direction: column;
    grid-template-columns: auto 1fr;
    justify-content: flex-start;
    align-items: center;
    padding: 0 18px;
  }

  .menu-list-item-no-anim.white {
    grid-template-columns: auto 1fr;
  }

  .menu-list-item-no-anim.discovery-item {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .menu-list-item-no-anim.margin-top {
    margin-top: 24px;
  }

  .menu-list-item-copy {
    flex-direction: column;
    grid-template-columns: auto 1fr;
    justify-content: flex-start;
    align-items: center;
    padding: 0 18px;
  }

  .menu-list-item-copy.white {
    grid-template-columns: auto 1fr;
  }

  .menu-list-item-copy.discovery-item {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .menu-list-item-copy.margin-top {
    margin-top: 24px;
  }

  .filter-clear.hover.mobile {
    font-size: 12px;
  }

  .filter-wrappers {
    flex-direction: row;
    justify-content: flex-start;
  }

  .margin-bottom-medium {
    margin-bottom: 24px;
  }

  .timeline_item {
    grid-template-columns: 48px 1fr;
  }

  .menu-wrapper-2 {
    display: block;
  }

  .side-menu-wrapper {
    width: 100%;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .side-menu-background {
    width: 100%;
  }

  .navbar_component {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .side-menu_component {
    width: 100%;
  }

  .side-menu-text-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .image-5 {
    display: none;
  }

  .quote {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 0;
  }

  .quote.text-right-block {
    padding-left: 0;
  }

  .block-quote {
    text-align: left;
  }

  .block-quote.center {
    text-align: left;
    padding-left: 0;
  }

  .quote-wide {
    margin-bottom: 0;
  }

  .rich-text-block-3 {
    width: 100%;
  }

  .image-8 {
    margin-top: 1rem;
  }

  .padding-bottom {
    margin-bottom: 24px;
  }
}

#w-node-dd002ff0-1786-f7aa-b0cb-21b79ffd8f18-d389fa0a {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-_8e07c8f2-059d-6f6d-2fac-5813639df6f0-d389fa0a {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: end center;
}

#w-node-d71299dc-e2cf-e714-cc8e-cbf4e6f5ae15-d389fa0a {
  grid-area: 2 / 2 / 3 / 3;
  place-self: center start;
}

#w-node-_991b9d86-d746-6bac-12b8-a27bc65d39a9-d389fa0a {
  justify-self: start;
}

#w-node-c3dc174b-78b2-9eb5-4dbe-d315274a7469-d389fa0a {
  grid-area: 1 / 3 / 4 / 4;
}

#w-node-b128c289-fbf9-8a15-41a5-2bcdbae8da0b-d389fa0a {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_28711ec6-a3ba-6c7f-afd0-b6b07c29d78f-d389fa0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_752b12f3-937e-5a2d-275f-91de3b009fe9-d389fa0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d75a5be9-120d-a9cc-09fb-cefd7dff224e-d389fa0a {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_70edc27a-5d85-b4b7-cc4a-a4055e230b7f-d389fa0a {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-_3812bfd8-9a4e-494b-2dd6-48e0cf6b7fdc-d389fa0a, #w-node-ce961e91-dd19-1e88-8c8d-cd0e7a43a046-d389fa0a, #w-node-_29195356-b081-9d1c-a6e4-76f45f19a6e5-d389fa0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d56ca079-049b-55b7-0bb4-65c2201bf821-d389fa0a {
  justify-self: start;
}

#w-node-_9f1d70df-4ec2-d384-be6b-069881603faa-d389fa0a {
  grid-area: 1 / 1 / 2 / 3;
  place-self: center start;
}

#w-node-bff8b988-89d4-6cad-517e-79395ac2a465-d389fa0a {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-bff8b988-89d4-6cad-517e-79395ac2a46a-d389fa0a, #w-node-bff8b988-89d4-6cad-517e-79395ac2a478-d389fa0a, #w-node-bff8b988-89d4-6cad-517e-79395ac2a486-d389fa0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5197f1d8-d314-4f8f-16b2-0ee272ceb2c4-d389fa0a {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-be149a0b-6298-faa0-2b2f-e4e9152cb286-d389fa0a {
  place-self: center;
}

#w-node-a2f09074-2040-5038-c74e-4369d77c8861-d389fa0a, #w-node-_4f60ef0f-3908-f7a3-dbd4-1c535b280b81-d389fa0a {
  align-self: end;
}

#w-node-_4aa1e293-2ce7-c7b6-5938-b5dfd439db55-d389fa0a {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-_23626632-c221-83e4-e0ef-2521551d0bbd-d389fa0a {
  align-self: start;
}

#w-node-_34f40958-909d-c930-a6c7-43d6f1cd5fa5-d389fa0a {
  align-self: stretch;
}

#w-node-f0c63057-7c7c-2a90-b49b-0a201e7e42b3-d389fa0a {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_86d8087c-f402-31b5-d612-f055e8856137-d389fa0a {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_9e302ef9-a044-afc5-3392-3585167ef4fb-d389fa0a {
  align-self: start;
}

#w-node-c401ca72-aae4-9c20-edba-400cc2545a1a-d389fa0a, #w-node-_158353d8-f5c3-bf30-52a2-714256d40766-d389fa0a, #w-node-fa1f8cec-23d9-cc72-cc5a-6169aabb1732-d389fa0a, #w-node-fa1f8cec-23d9-cc72-cc5a-6169aabb1733-d389fa0a, #w-node-_9fb60b98-6b85-1cf8-84f5-4c9583a249af-d389fa0a, #w-node-_9fb60b98-6b85-1cf8-84f5-4c9583a249b0-d389fa0a {
  align-self: center;
}

#w-node-_91bc64b8-353b-a94a-b0a2-353d8cfc61b5-d389fa0a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-_16d65def-c5d5-fd1d-5298-95653be6a9a3-d389fa0a {
  align-self: stretch;
}

#radio.w-node-_93871b0e-b4be-09b5-05fe-cb47e8639aea-d389fa0a {
  align-self: center;
}

#w-node-_93871b0e-b4be-09b5-05fe-cb47e8639aeb-d389fa0a {
  place-self: center start;
}

#radio-4.w-node-af714f2c-c722-46c7-fb15-8967bc04065b-d389fa0a {
  align-self: center;
}

#w-node-af714f2c-c722-46c7-fb15-8967bc04065c-d389fa0a {
  place-self: center start;
}

#w-node-bd4c12fa-0d2a-1a7a-7e67-7e82535f682e-d389fa0a {
  align-self: stretch;
}

#radio-5.w-node-bd4c12fa-0d2a-1a7a-7e67-7e82535f682f-d389fa0a {
  align-self: center;
}

#w-node-bd4c12fa-0d2a-1a7a-7e67-7e82535f6830-d389fa0a {
  place-self: center start;
}

#w-node-_91bc64b8-353b-a94a-b0a2-353d8cfc61b7-d389fa0a, #w-node-_91bc64b8-353b-a94a-b0a2-353d8cfc61ba-d389fa0a, #email.w-node-_91bc64b8-353b-a94a-b0a2-353d8cfc61bc-d389fa0a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_91bc64b8-353b-a94a-b0a2-353d8cfc61bd-d389fa0a {
  place-self: end;
}

#w-node-_686199a2-7e08-8c35-0bc2-9fc0b2c1f7c2-d389fa0a {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-bffc60b2-ad33-2b9a-4184-6b56bb9d8cc8-d389fa0a {
  grid-area: 1 / 2 / 2 / 4;
  justify-self: stretch;
}

#w-node-_1aa5acca-7f49-679e-50b8-388c32a77251-d389fa0a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1aa5acca-7f49-679e-50b8-388c32a77258-d389fa0a {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-_1aa5acca-7f49-679e-50b8-388c32a7725d-d389fa0a {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_1aa5acca-7f49-679e-50b8-388c32a7725f-d389fa0a {
  align-self: stretch;
}

#w-node-_1aa5acca-7f49-679e-50b8-388c32a77269-d389fa0a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1aa5acca-7f49-679e-50b8-388c32a7726e-d389fa0a {
  justify-self: end;
}

#w-node-_1aa5acca-7f49-679e-50b8-388c32a7727d-d389fa0a {
  place-self: center end;
}

#w-node-_267d4f64-60a4-7609-392a-df4d649e5c24-c426b91d {
  grid-area: 1 / 1 / 2 / 4;
  place-self: start stretch;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b937-c426b91d {
  grid-area: 2 / 2 / 3 / 3;
  place-self: start stretch;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b93f-c426b91d {
  place-self: center start;
}

#w-node-_6e84a20c-5fdf-34ef-f5da-11af0219cea5-c426b91d {
  place-self: center end;
}

#w-node-ad19ab31-f687-085a-51fc-559075d4e114-c426b91d {
  place-self: center start;
}

#w-node-ad19ab31-f687-085a-51fc-559075d4e116-c426b91d {
  place-self: center end;
}

#w-node-_15dad70b-35c0-5857-4d74-7678b2f8a6a5-c426b91d {
  place-self: center start;
}

#w-node-_15dad70b-35c0-5857-4d74-7678b2f8a6a7-c426b91d {
  place-self: center end;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b942-c426b91d {
  place-self: center start;
}

#w-node-_800e5816-2ed2-cae5-269d-04a046bc20b0-c426b91d {
  place-self: center end;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b948-c426b91d {
  place-self: center start;
}

#w-node-f9bea813-e527-c7ca-8e20-11a3cd4098db-c426b91d {
  place-self: center end;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b923-c426b91d {
  grid-area: 2 / 3 / 3 / 4;
  place-self: start stretch;
}

#w-node-_3ba5fc0d-00d1-0032-83ee-52ea90be55fb-c426b91d, #w-node-_7efe9b07-839d-97d2-24ef-14c8a804e1f9-c426b91d, #w-node-_348b2315-c816-d460-8cae-b3a552bd5c17-c426b91d {
  place-self: center end;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b94a-c426b91d {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b94f-c426b91d {
  grid-area: 3 / 2 / 4 / 3;
  align-self: end;
}

#w-node-_17c43587-c790-b4d8-1466-5f40336b9d5b-336b9d43 {
  grid-area: 1 / 4 / 2 / 2;
  place-self: center end;
}

#w-node-_6fe66bf6-22c6-7c4b-e980-c09ffd4740ae-336b9d43, #w-node-e1c8f69e-7c59-fcff-0b12-15864f0d6e2b-336b9d43 {
  justify-self: end;
}

#w-node-_16738520-6de8-1fcc-6cbc-d48e45d42b91-336b9d43 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_16738520-6de8-1fcc-6cbc-d48e45d42b93-336b9d43 {
  align-self: center;
}

#w-node-e0a7db1a-bc10-42ed-3627-1573e843f663-336b9d43 {
  place-self: center start;
}

#w-node-e0a7db1a-bc10-42ed-3627-1573e843f665-336b9d43 {
  place-self: center end;
}

#w-node-e0a7db1a-bc10-42ed-3627-1573e843f668-336b9d43 {
  place-self: center start;
}

#w-node-e0a7db1a-bc10-42ed-3627-1573e843f66a-336b9d43 {
  place-self: center end;
}

#w-node-e0a7db1a-bc10-42ed-3627-1573e843f66d-336b9d43 {
  place-self: center start;
}

#w-node-e0a7db1a-bc10-42ed-3627-1573e843f66f-336b9d43 {
  place-self: center end;
}

#w-node-e0a7db1a-bc10-42ed-3627-1573e843f672-336b9d43 {
  place-self: center start;
}

#w-node-e0a7db1a-bc10-42ed-3627-1573e843f674-336b9d43 {
  place-self: center end;
}

#w-node-_17c43587-c790-b4d8-1466-5f40336b9d61-336b9d43 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_17c43587-c790-b4d8-1466-5f40336b9d63-336b9d43, #w-node-_59dec550-7112-4dad-a67d-b85e0c7d6be8-336b9d43 {
  place-self: center start;
}

#w-node-_59dec550-7112-4dad-a67d-b85e0c7d6bea-336b9d43 {
  place-self: center end;
}

#w-node-b72a5825-d56e-b37c-58ee-40d0f88fddaa-336b9d43 {
  place-self: center start;
}

#w-node-b72a5825-d56e-b37c-58ee-40d0f88fddac-336b9d43 {
  place-self: center end;
}

#w-node-d3a688b0-b1a7-63ca-fe4d-8e4e6bf590c9-336b9d43 {
  place-self: center start;
}

#w-node-d3a688b0-b1a7-63ca-fe4d-8e4e6bf590cb-336b9d43 {
  place-self: center end;
}

#w-node-_4bbead7e-d061-c40e-9823-31faf0e48468-336b9d43 {
  place-self: center start;
}

#w-node-_4bbead7e-d061-c40e-9823-31faf0e4846a-336b9d43 {
  place-self: center end;
}

#w-node-_54fbea3d-d781-df22-f64e-d0f46d63dc87-336b9d43 {
  place-self: center start;
}

#w-node-_54fbea3d-d781-df22-f64e-d0f46d63dc89-336b9d43 {
  place-self: center end;
}

#w-node-f041fc54-9c64-2744-54be-a710970a6488-336b9d43 {
  place-self: center start;
}

#w-node-f041fc54-9c64-2744-54be-a710970a648a-336b9d43 {
  place-self: center end;
}

#w-node-be6e1212-c8c8-b564-9d2f-b92422ca9045-336b9d43 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_5f436631-2bf1-d418-be30-110a38159f64-4c59a38f {
  place-self: center end;
}

#w-node-fbfab365-c38f-1be6-6e51-32f69bada7bf-d389fa0b {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-fbfab365-c38f-1be6-6e51-32f69bada7c2-d389fa0b {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center stretch;
}

#w-node-fbfab365-c38f-1be6-6e51-32f69bada7ce-d389fa0b {
  grid-area: 3 / 1 / 4 / 4;
  align-self: end;
}

#w-node-_2f63b0aa-4d8d-1fa1-5a06-4ca21859a81f-d389fa0b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2f63b0aa-4d8d-1fa1-5a06-4ca21859a803-d389fa0b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_26839ce7-6d80-da5b-5e89-56d12f47a617-d389fa0c {
  align-self: start;
}

#w-node-_55545b2c-fd2c-f381-a702-fc88f5a9dbe3-d389fa0c {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-_55545b2c-fd2c-f381-a702-fc88f5a9dbeb-d389fa0c {
  grid-area: 3 / 1 / 4 / 3;
  align-self: end;
}

#w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b7c-d389fa0e {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b82-d389fa0e {
  grid-area: 3 / 1 / 4 / 3;
  align-self: end;
}

#w-node-_78588d14-247f-5076-34c1-c503a9ab4918-d389fa0e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_08abb744-5a25-175e-8602-d4c23b82483b-d389fa0e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0afe1988-388e-b5cb-404e-8a553a0bef5a-d389fa0e {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: stretch;
}

#w-node-c1386cff-6b52-7e7b-943b-f01eec93797f-d389fa0e, #w-node-c1386cff-6b52-7e7b-943b-f01eec937981-d389fa0e, #w-node-_5e3db900-a825-6509-a424-cf926f0e51a6-d389fa0e, #email.w-node-_5e3db900-a825-6509-a424-cf926f0e51a8-d389fa0e, #w-node-_964d72c5-e97c-1a0a-8425-f25c964642e4-d389fa0e, #telefoonnummer.w-node-_964d72c5-e97c-1a0a-8425-f25c964642e6-d389fa0e, #w-node-_9f611142-c9c4-1dbb-5d72-be5bad231d1e-d389fa0e, #bericht.w-node-_9ecb47d5-8f4d-56b8-1721-4ed5246ec8ac-d389fa0e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c1386cff-6b52-7e7b-943b-f01eec937987-d389fa0e {
  justify-self: start;
}

#w-node-_0afe1988-388e-b5cb-404e-8a553a0bef68-d389fa0e {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-b5f0f859-f2e3-8e3f-1204-c264ea8fba83-d389fa0e {
  place-self: center start;
}

#w-node-b5f0f859-f2e3-8e3f-1204-c264ea8fba85-d389fa0e {
  place-self: center end;
}

#w-node-b57d97ad-744c-763d-df42-64a37c179c93-d389fa0e {
  place-self: center start;
}

#w-node-b57d97ad-744c-763d-df42-64a37c179c95-d389fa0e {
  place-self: center end;
}

#w-node-e9ec757d-bde5-cfd1-09ea-ee86b7bf3893-d389fa0e, #w-node-_9c0d29dd-fd8c-fa03-a8a9-1ba489674e0b-d389fa0e, #w-node-_0566a2de-0b1d-8f03-c699-fd7ecd3e3328-d389fa0e, #w-node-_0566a2de-0b1d-8f03-c699-fd7ecd3e332c-d389fa0e {
  place-self: center start;
}

#w-node-_236ab8cc-8b3b-8a81-012a-fa8da29015ef-d389fa0e {
  place-self: start;
}

#w-node-_236ab8cc-8b3b-8a81-012a-fa8da29015f3-d389fa0e {
  place-self: center start;
}

#w-node-a200fc41-1c4c-6e7c-a3d0-bdc6ff5584fc-d389fa0f {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-a200fc41-1c4c-6e7c-a3d0-bdc6ff5584ff-d389fa0f {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-a200fc41-1c4c-6e7c-a3d0-bdc6ff558506-d389fa0f {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-_428f3cde-bf82-0eb7-3d7d-f3c59b55c12e-d389fa0f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_428f3cde-bf82-0eb7-3d7d-f3c59b55c12f-d389fa0f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-cfaadb50-6f18-f737-dc5b-8a3c4d389036-d389fa0f {
  align-self: start;
}

#w-node-cfaadb50-6f18-f737-dc5b-8a3c4d389040-d389fa0f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cfaadb50-6f18-f737-dc5b-8a3c4d389046-d389fa0f {
  justify-self: end;
}

#w-node-cfaadb50-6f18-f737-dc5b-8a3c4d38904c-d389fa0f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cfaadb50-6f18-f737-dc5b-8a3c4d389051-d389fa0f {
  justify-self: stretch;
}

#w-node-_2bb02f1f-0dc8-310a-5b1e-417b53ea67f5-d389fa0f {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-bb722a26-f0ba-fa08-b7c8-67a73591fb34-d389fa10 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-bb722a26-f0ba-fa08-b7c8-67a73591fb37-d389fa10 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-bb722a26-f0ba-fa08-b7c8-67a73591fb3c-d389fa10 {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-_4e5ecd76-5faa-c0fa-2ba9-f682a18ca2e6-d389fa10 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_124d18ca-1db6-6665-586b-74af69a6943b-d389fa10 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3cd246c2-1df7-6c82-278a-cb7de41fe106-d389fa10 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: center;
}

#w-node-_3cd246c2-1df7-6c82-278a-cb7de41fe107-d389fa10 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3cd246c2-1df7-6c82-278a-cb7de41fe114-d389fa10 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_71d7d42d-61ca-06a9-788b-33b7b02b1dc8-d389fa10 {
  align-self: center;
}

#w-node-_72e2dcb8-b47b-e0fd-2af3-2e0f24390bf8-d389fa10 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6dc7b8bf-dfd3-4025-fcd6-f726c2f032cb-d389fa10 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_3cd246c2-1df7-6c82-278a-cb7de41fe116-d389fa10 {
  align-self: start;
}

#w-node-_259ad0eb-16f4-544b-74e2-a7917233ab8a-d389fa10 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_851487d2-797d-908d-5867-0f20f9562c11-d389fa10 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_5c176a8b-9730-dc1c-c9b1-0ca5febf5530-d389fa10 {
  place-self: center;
}

#w-node-b29b5680-a2a2-7be5-dd1c-591f9d5b251c-d389fa10 {
  place-self: center end;
}

#w-node-_8826eb38-3632-ca41-32dc-ab641c7fc984-d389fa10 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7128c589-0b6c-1e7b-cd0c-f6e6a998bc46-d389fa10 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-_8826eb38-3632-ca41-32dc-ab641c7fc98c-d389fa10 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_8826eb38-3632-ca41-32dc-ab641c7fc98e-d389fa10 {
  align-self: stretch;
}

#w-node-_8826eb38-3632-ca41-32dc-ab641c7fc998-d389fa10 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8826eb38-3632-ca41-32dc-ab641c7fc99e-d389fa10 {
  justify-self: end;
}

#w-node-_2bf53f8e-7528-82b3-54a0-6e63150524f2-d389fa10 {
  place-self: center end;
}

#w-node-_397244f1-6d58-8f51-019c-f7e5a2b1e41a-f9270e17 {
  justify-self: stretch;
}

#w-node-_849e754c-a02b-b240-b303-2bf5e8a0db81-f9270e17 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a30333d2-032c-03e5-f1b1-a5d31eb7f5e4-f9270e17 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: stretch stretch;
}

#w-node-c47dbc6c-9b93-d53a-3ac5-94688c374a85-f9270e17 {
  align-self: center;
}

#w-node-_6ad8919c-2309-2a37-80a2-1e0756464dfe-f9270e17 {
  place-self: center end;
}

#w-node-_24909537-2aef-fa73-cf08-5d19c7632e15-f9270e17 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a30333d2-032c-03e5-f1b1-a5d31eb7f5f0-f9270e17 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-a30333d2-032c-03e5-f1b1-a5d31eb7f5f1-f9270e17 {
  place-self: center start;
}

#w-node-a30333d2-032c-03e5-f1b1-a5d31eb7f5f3-f9270e17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c1267971-e98a-4887-2b61-4f4973f4569f-f9270e17 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_537ffad3-6e05-5993-5e67-06a75e41ef07-f9270e17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc177a8e-c247-e188-8355-4c56f9270e1a-f9270e17 {
  place-self: center start;
}

#w-node-fc177a8e-c247-e188-8355-4c56f9270e1c-f9270e17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_33f3ed3b-6ef6-48e9-e36c-11ae30b77e83-d389fa11 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-d20c98d0-f73a-cde4-3187-ef91057b5e82-d389fa11 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-d20c98d0-f73a-cde4-3187-ef91057b5e87-d389fa11 {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-e7c312ca-3267-e1f8-a11b-2d85efa42270-d389fa11 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-c3a15cc0-7d19-0591-2742-341248fa6606-d389fa11 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c3a15cc0-7d19-0591-2742-341248fa6607-d389fa11 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_7ca4e425-eb0d-0a61-bbb4-07c11c1a140e-d389fa11 {
  align-self: stretch;
}

#w-node-_7ca4e425-eb0d-0a61-bbb4-07c11c1a1419-d389fa11 {
  justify-self: end;
}

#w-node-f176f584-7e9e-672d-84c6-8a1bf32c0f9f-d389fa11 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center stretch;
}

#w-node-d7f4df13-5316-c505-a444-21863c437f4b-d389fa11 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d7f4df13-5316-c505-a444-21863c437f52-d389fa11 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-_7b9c87a0-4164-dfa3-00cc-0a8b81af83f5-d389fa11 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_0b0965f9-12de-b664-5036-c1741e1de7ea-d389fa12 {
  grid-area: 1 / 2 / 3 / 3;
  place-self: end;
}

#w-node-_0b0965f9-12de-b664-5036-c1741e1de7f4-d389fa12 {
  grid-area: 1 / 3 / 3 / 4;
  justify-self: stretch;
}

#w-node-_08384802-3d40-5ff7-3c81-a3b15502acd2-d389fa12 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: stretch stretch;
}

#w-node-beaac2f3-5b16-a510-41e2-9e4db7d9b271-d389fa12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_0b0965f9-12de-b664-5036-c1741e1de7ed-d389fa12 {
  grid-area: 2 / 1 / 4 / 3;
  place-self: center start;
}

#w-node-_0cd159e1-bcc8-7507-1006-17c2720b9531-d389fa12 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_16ee6cac-97cc-c25f-3bd3-f27e8d74ef9a-d389fa12 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: stretch;
}

#w-node-_3dfaf5a9-9073-e446-da8c-ae54ca5466f3-d389fa12, #w-node-ad3b4215-b22c-3535-ddd7-d56c33b83e53-d389fa12, #w-node-dffaa0c6-1d6f-fd8a-0160-62334d2f8582-d389fa12 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_932aec57-c897-daa7-63a7-de070d7de04e-d389fa12 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_59975544-c2ae-ff5f-1ffe-92b04da09837-d389fa12 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a1c244f3-8cbe-fe76-b113-ae7ccd7450fe-d389fa12 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a8a519cb-80ab-b1ff-f982-d02e8b721ff4-d389fa12 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-a8a519cb-80ab-b1ff-f982-d02e8b721ff5-d389fa12 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start stretch;
}

#w-node-_96d948bc-485a-9dab-98e0-3aeafd7c89af-d389fa12 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_96d948bc-485a-9dab-98e0-3aeafd7c89b7-d389fa12 {
  align-self: stretch;
}

#w-node-_2a42631d-d202-6918-ff84-7da87f7c0333-d389fa12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a42631d-d202-6918-ff84-7da87f7c0334-d389fa12 {
  justify-self: start;
}

#w-node-_62e58f81-af29-b05e-8bc2-dfb4bceff668-d389fa12 {
  grid-area: 1 / 2 / 2 / 4;
  justify-self: center;
}

#w-node-_62e58f81-af29-b05e-8bc2-dfb4bceff669-d389fa12 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_01acba91-92e0-3fdc-f04f-81f56b42dc19-d389fa12 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_81c4021d-70e7-bdee-d916-1636e757f75a-d389fa12 {
  place-self: center;
}

#w-node-ed248ec9-b803-b9b9-17e2-a152e6711631-d389fa12 {
  align-self: stretch;
}

#w-node-ed248ec9-b803-b9b9-17e2-a152e671163c-d389fa12 {
  justify-self: end;
}

#w-node-ba80b8a0-ed4f-689f-493a-2bfa639c91a2-d389fa13 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-ba80b8a0-ed4f-689f-493a-2bfa639c91a5-d389fa13 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-ba80b8a0-ed4f-689f-493a-2bfa639c91aa-d389fa13 {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-_34b8dcd5-1955-bf6e-0f89-fcc3d503f83d-d389fa13 {
  grid-area: 1 / 2 / 4 / 3;
  align-self: start;
}

#w-node-_8074e9fb-dd46-63be-e290-1496ab6343dc-d389fa13 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_552207c6-973e-0cf0-9e2b-ac76c36effc4-d389fa13 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-afe2b333-ad26-1b15-231d-c4e0234c95ad-d389fa13 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8a8ab005-0267-4aac-1756-46a4087a0991-d389fa13 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_14f39dd7-b780-5ba0-f8c3-6e423c9ecdee-d389fa13 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-a8f5d73b-ace2-f797-46d1-36f3cf6a04a5-d389fa13, #w-node-c04e9192-59b2-bc34-a507-563815198cc5-d389fa13, #w-node-b6de9297-1ccb-3ab5-e022-83f7a40897da-d389fa13 {
  place-self: center end;
}

#w-node-_2b29bb9c-f1bc-bd15-987f-0af0c2776f33-d389fa13 {
  grid-area: 1 / 2 / 2 / 4;
  justify-self: stretch;
}

#w-node-_7a763298-e931-6ef6-cedf-70b1c6225332-d389fa13 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2b29bb9c-f1bc-bd15-987f-0af0c2776f3d-d389fa13 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_679ef2e1-ef79-f83f-971d-7c5a31996e9f-d389fa13 {
  align-self: center;
}

#w-node-c24eb999-a985-3d62-3c8f-4ef59619728d-d389fa13 {
  place-self: center end;
}

#w-node-e1af8745-7e74-7c0a-9e26-ec9a8040a014-d389fa13 {
  align-self: center;
}

#w-node-e0cdb0fe-0301-d3b0-3d3a-5117b3338481-d389fa13 {
  place-self: center end;
}

#w-node-_679ef2e1-ef79-f83f-971d-7c5a31996ea2-d389fa13 {
  align-self: center;
}

#w-node-_44ab065a-7e1c-c80d-67d8-c6e33d5e4bcf-d389fa13 {
  place-self: center end;
}

#w-node-_679ef2e1-ef79-f83f-971d-7c5a31996ea5-d389fa13 {
  align-self: center;
}

#w-node-_5f1bb171-88ed-c3df-b02c-276c811e5d3d-d389fa13 {
  place-self: center end;
}

#w-node-de232761-f644-f9f0-bd3b-00bfbb027112-d389fa13 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-de232761-f644-f9f0-bd3b-00bfbb027119-d389fa13 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-de232761-f644-f9f0-bd3b-00bfbb02711e-d389fa13 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-de232761-f644-f9f0-bd3b-00bfbb027120-d389fa13 {
  align-self: stretch;
}

#w-node-de232761-f644-f9f0-bd3b-00bfbb02712a-d389fa13 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-de232761-f644-f9f0-bd3b-00bfbb02712f-d389fa13 {
  justify-self: end;
}

#w-node-de232761-f644-f9f0-bd3b-00bfbb02713e-d389fa13 {
  place-self: center end;
}

#w-node-ba6241ea-4ca2-f90d-ff56-a3b8b8b73165-d389fa13 {
  grid-area: 1 / 2 / 2 / 4;
  align-self: start;
}

#w-node-ba6241ea-4ca2-f90d-ff56-a3b8b8b7316c-d389fa13 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_6a710c8c-00bc-3097-3a96-dedad61552fb-d389fa13 {
  place-self: center end;
}

#w-node-b84cb859-5226-6842-ec2f-395770060748-d389fa13 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-b84cb859-5226-6842-ec2f-39577006074f-d389fa13 {
  align-self: stretch;
}

#w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-d389fa16 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-d15422da-e94e-a208-9f30-9461a834d48a-d389fa16 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_60d80769-edfd-6335-9459-423ab2eeaa50-d389fa16 {
  grid-area: 1 / 1 / 2 / 3;
  place-self: center start;
}

#w-node-_4e329792-2e8f-5316-bef3-b1d00e46b9d6-d389fa16 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_4e329792-2e8f-5316-bef3-b1d00e46b9d7-d389fa16 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_4e329792-2e8f-5316-bef3-b1d00e46b9dd-d389fa16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7d9576-cec9-4b5a-974e-98352abfe1ad-d389fa16 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-cc7d9576-cec9-4b5a-974e-98352abfe1a7-d389fa16 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-_2f476aff-5d4c-5f7d-87e7-fd50a32f8dda-d389fa16 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_2f476aff-5d4c-5f7d-87e7-fd50a32f8de0-d389fa16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed880c7b-0959-04a9-fd9a-e34b45c3f48e-d389fa16 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ed880c7b-0959-04a9-fd9a-e34b45c3f48f-d389fa16 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-_4e329792-2e8f-5316-bef3-b1d00e46b9ce-d389fa16 {
  place-self: center;
}

#w-node-_1cde982a-49a3-6b44-ed65-b8d739bbbd2a-d389fa16, #w-node-_1cde982a-49a3-6b44-ed65-b8d739bbbd38-d389fa16, #w-node-_1cde982a-49a3-6b44-ed65-b8d739bbbd46-d389fa16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff11f385-19e7-2610-e10a-74658e22583e-d389fa17 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-ff11f385-19e7-2610-e10a-74658e225841-d389fa17 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center stretch;
}

#w-node-ff11f385-19e7-2610-e10a-74658e225846-d389fa17 {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-f401a23e-7b45-ba45-9d27-4acdd5da1d88-d389fa17 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f401a23e-7b45-ba45-9d27-4acdd5da1d78-d389fa17 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_01c4e3cf-0ca8-0926-bf92-4bf4daeb8ca0-d389fa17, #w-node-ba34e9c2-df0a-57da-3430-f5bf64771393-d389fa17 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ba34e9c2-df0a-57da-3430-f5bf6477139a-d389fa17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d59e9609-7efc-4afd-8f71-7d2c1f85a44c-d389fa17 {
  place-self: end center;
}

#w-node-_605cd59d40ef8e036e3d508d00000000001a-d389fa17 {
  place-self: start center;
}

#w-node-_9a966d75-8ba6-8c66-a053-3fb940aae614-d389fa17 {
  justify-self: end;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad0c-d389fa17 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad13-d389fa17 {
  place-self: center start;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad15-d389fa17 {
  place-self: center end;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad17-d389fa17 {
  place-self: center start;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad19-d389fa17 {
  place-self: center end;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad1b-d389fa17 {
  place-self: center start;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad1d-d389fa17 {
  place-self: center end;
}

#w-node-_256f98c7-18a8-c7d5-c690-4bfe1bbed2cb-27e3ec6e {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-a2569d70-72d8-f240-ec94-1fe65be1d0e1-27e3ec6e {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_22bca4d9-fe8f-a704-74d4-c632cdb4f071-27e3ec6e {
  grid-area: 1 / 1 / 2 / 3;
  place-self: center start;
}

#w-node-_5ef7b72b-ba8b-2d27-ce02-b7b47ea3e12c-27e3ec6e {
  place-self: center;
}

#w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-33185594 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-_06d98f73-386f-106d-9b9d-8057c0e4f1b4-33185594 {
  justify-self: start;
}

#w-node-_0b683e9b-74f4-bffd-89ea-d63131dd4bb7-33185594 {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-33185594 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_30697c31-5cdb-6fcf-5548-b4be320b7478-33185594 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_438c7097-2913-81da-a44d-a081a14cbbbd-33185594 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c330d80-e014-5cc5-1e0f-02454453861f-33185594 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_3c330d80-e014-5cc5-1e0f-024544538623-33185594 {
  grid-area: 2 / 1 / 3 / 3;
  align-self: start;
}

#w-node-_1d7c87b7-bc09-6c0f-7151-70ffa309f3e6-33185594 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_1d7c87b7-bc09-6c0f-7151-70ffa309f3ea-33185594 {
  grid-area: 2 / 1 / 3 / 3;
  align-self: start;
}

#w-node-_988c98f5-0583-680a-7725-841d6ccd07bb-33185594 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_988c98f5-0583-680a-7725-841d6ccd07bc-33185594 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_988c98f5-0583-680a-7725-841d6ccd07bf-33185594 {
  grid-area: 2 / 1 / 3 / 3;
  align-self: start;
}

#w-node-_988c98f5-0583-680a-7725-841d6ccd07c6-33185594 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_033af516-1361-809f-0fa9-5673c3e60457-33185594 {
  place-self: center;
}

#w-node-_1011dadd-cba6-68c7-2e09-e4bf95cba322-33185594, #w-node-_1011dadd-cba6-68c7-2e09-e4bf95cba330-33185594, #w-node-_1011dadd-cba6-68c7-2e09-e4bf95cba33e-33185594 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a5fddf6-25e1-8417-6cac-0735293b55a2-de021f5a {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-_0a5fddf6-25e1-8417-6cac-0735293b55ab-de021f5a {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-de021f5a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_30697c31-5cdb-6fcf-5548-b4be320b7478-de021f5a {
  grid-area: 1 / 1 / 2 / 3;
  align-self: start;
}

#w-node-_3c330d80-e014-5cc5-1e0f-02454453861f-de021f5a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_3c330d80-e014-5cc5-1e0f-024544538623-de021f5a {
  grid-area: 2 / 1 / 3 / 3;
  align-self: start;
}

#w-node-_033af516-1361-809f-0fa9-5673c3e60457-de021f5a {
  place-self: center;
}

#w-node-_6ac4aa87-2433-7778-fec0-75c7c5ba9e99-de021f5a, #w-node-_6ac4aa87-2433-7778-fec0-75c7c5ba9ea7-de021f5a, #w-node-_6ac4aa87-2433-7778-fec0-75c7c5ba9eb5-de021f5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-5cbb592a {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-d15422da-e94e-a208-9f30-9461a834d48a-5cbb592a {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_9f33a1bd-78ed-1035-7fa5-79894f1c0a6e-5cbb592a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_9f33a1bd-78ed-1035-7fa5-79894f1c0a6f-5cbb592a {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_9f33a1bd-78ed-1035-7fa5-79894f1c0a83-5cbb592a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_376d2f20-efd0-fce8-0d31-79d07e3c6e85-5cbb592a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_376d2f20-efd0-fce8-0d31-79d07e3c6e86-5cbb592a {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-e6b2eb89-31e7-5de4-ff2a-e37e4b3a5217-5cbb592a {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_269adc17-844e-7e67-f579-cadf7a320b50-5cbb592a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbae4ded-a542-f6cb-fb19-5bb1b4b4e1e7-5cbb592a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-dbae4ded-a542-f6cb-fb19-5bb1b4b4e1e8-5cbb592a {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-_9f33a1bd-78ed-1035-7fa5-79894f1c0aa7-5cbb592a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9f33a1bd-78ed-1035-7fa5-79894f1c0aaa-5cbb592a {
  grid-area: 2 / 1 / 3 / 3;
  align-self: start;
}

#w-node-_9f33a1bd-78ed-1035-7fa5-79894f1c0aad-5cbb592a {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_9f33a1bd-78ed-1035-7fa5-79894f1c0a66-5cbb592a {
  place-self: center;
}

#w-node-d135bac5-1d16-a0ec-f604-63196c861793-5cbb592a, #w-node-d135bac5-1d16-a0ec-f604-63196c8617a1-5cbb592a, #w-node-d135bac5-1d16-a0ec-f604-63196c8617af-5cbb592a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a929f69-f911-5558-d80c-31c20d96fae4-04ba1be4 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-_4a929f69-f911-5558-d80c-31c20d96fae9-04ba1be4 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-f124c7e5-1b33-1ee7-79b9-cd4e77143a4b-04ba1be4 {
  grid-area: 1 / 1 / 2 / 3;
  place-self: center start;
}

#w-node-_4a929f69-f911-5558-d80c-31c20d96faff-04ba1be4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4a929f69-f911-5558-d80c-31c20d96fb00-04ba1be4 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-_129c6285-e740-af54-f99a-414ea8ecb2c2-04ba1be4 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-_4ecb37af-6196-de09-d571-dca3d1afb7fc-04ba1be4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_4ecb37af-6196-de09-d571-dca3d1afb7fd-04ba1be4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4ecb37af-6196-de09-d571-dca3d1afb800-04ba1be4 {
  grid-area: 2 / 1 / 3 / 3;
  align-self: start;
}

#w-node-_4ecb37af-6196-de09-d571-dca3d1afb80a-04ba1be4 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_61959867-daed-b8e7-7ace-fb002773efba-04ba1be4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9ddf80d5-b722-e60f-4dd2-ef79059efac5-04ba1be4 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-_4a929f69-f911-5558-d80c-31c20d96fb2e-04ba1be4 {
  place-self: center;
}

#w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-47833493 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-d15422da-e94e-a208-9f30-9461a834d48a-47833493 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_09aabca1-5d32-08ce-2b4d-7c34cc953719-47833493 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-_09aabca1-5d32-08ce-2b4d-7c34cc95371e-47833493, #w-node-_09aabca1-5d32-08ce-2b4d-7c34cc95372c-47833493, #w-node-_09aabca1-5d32-08ce-2b4d-7c34cc95373a-47833493 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-0b69b7fc {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-d15422da-e94e-a208-9f30-9461a834d48a-0b69b7fc {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_09aabca1-5d32-08ce-2b4d-7c34cc953719-0b69b7fc {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-_09aabca1-5d32-08ce-2b4d-7c34cc95371e-0b69b7fc, #w-node-_09aabca1-5d32-08ce-2b4d-7c34cc95372c-0b69b7fc, #w-node-_09aabca1-5d32-08ce-2b4d-7c34cc95373a-0b69b7fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-925fc59f {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-d15422da-e94e-a208-9f30-9461a834d48a-925fc59f {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_09aabca1-5d32-08ce-2b4d-7c34cc953719-925fc59f {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-_09aabca1-5d32-08ce-2b4d-7c34cc95371e-925fc59f, #w-node-_09aabca1-5d32-08ce-2b4d-7c34cc95372c-925fc59f, #w-node-_09aabca1-5d32-08ce-2b4d-7c34cc95373a-925fc59f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-025f0b4d {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-d15422da-e94e-a208-9f30-9461a834d48a-025f0b4d {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_3c293b9e-3104-2856-77b0-517c30fb7304-025f0b4d {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-_3c293b9e-3104-2856-77b0-517c30fb7316-025f0b4d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_70e10f1f-f69f-b24b-5ab1-396b7ffbdd47-025f0b4d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_70e10f1f-f69f-b24b-5ab1-396b7ffbdd48-025f0b4d {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#Nieuwbouw.w-node-_319812e6-9086-81f6-fa7e-ab02fc5a2373-025f0b4d {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-d6a93793-ff8d-ec13-9589-da346ad05b8a-025f0b4d {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-d6a93793-ff8d-ec13-9589-da346ad05b89-025f0b4d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_52807754-c8ad-10f3-35d2-3b10099bff0e-025f0b4d {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-_52807754-c8ad-10f3-35d2-3b10099bff14-025f0b4d {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (min-width: 1920px) {
  #w-node-_267d4f64-60a4-7609-392a-df4d649e5c24-c426b91d {
    grid-area: 1 / 1 / 3 / 5;
    place-self: start stretch;
  }

  #w-node-_267d4f64-60a4-7609-392a-df4d649e5c25-c426b91d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b937-c426b91d {
    grid-area: 3 / 3 / 5 / 4;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b923-c426b91d {
    grid-area: 3 / 4 / 5 / 5;
    place-self: start stretch;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b94a-c426b91d {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b94f-c426b91d {
    grid-area: 6 / 1 / 7 / 5;
    align-self: end;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_267d4f64-60a4-7609-392a-df4d649e5c24-c426b91d {
    grid-column: 1 / 5;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b937-c426b91d {
    grid-column: 3 / 4;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b923-c426b91d {
    grid-column: 4 / 5;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b94a-c426b91d {
    grid-column: 1 / 2;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b94f-c426b91d {
    grid-column: 1 / 5;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_864b30ac-902a-1bc5-c775-6b8cda770129-d389fa0a, #w-node-bff8b988-89d4-6cad-517e-79395ac2a45e-d389fa0a, #w-node-_5197f1d8-d314-4f8f-16b2-0ee272ceb2bd-d389fa0a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a2f09074-2040-5038-c74e-4369d77c8864-d389fa0a, #w-node-_4f60ef0f-3908-f7a3-dbd4-1c535b280b84-d389fa0a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f8995adf-f440-eb1c-b576-c54a6fe6800c-d389fa0a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4aa1e293-2ce7-c7b6-5938-b5dfd439db55-d389fa0a {
    grid-column: 2 / 3;
  }

  #w-node-_86d8087c-f402-31b5-d612-f055e8856137-d389fa0a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_91bc64b8-353b-a94a-b0a2-353d8cfc61b5-d389fa0a {
    grid-column: span 1 / span 1;
  }

  #name.w-node-_91bc64b8-353b-a94a-b0a2-353d8cfc61b9-d389fa0a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bffc60b2-ad33-2b9a-4184-6b56bb9d8cc8-d389fa0a {
    grid-column-end: 3;
  }

  #w-node-_1aa5acca-7f49-679e-50b8-388c32a77251-d389fa0a {
    grid-column: 1 / 2;
  }

  #w-node-_1aa5acca-7f49-679e-50b8-388c32a77258-d389fa0a {
    grid-column: 2 / 3;
  }

  #w-node-_1aa5acca-7f49-679e-50b8-388c32a7725d-d389fa0a {
    grid-column: 1 / 3;
  }

  #w-node-_1aa5acca-7f49-679e-50b8-388c32a77273-d389fa0a {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_267d4f64-60a4-7609-392a-df4d649e5c24-c426b91d {
    grid-column-end: 3;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b937-c426b91d {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b923-c426b91d {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b94a-c426b91d {
    grid-row-end: 3;
    grid-column-end: 2;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b94f-c426b91d {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_17c43587-c790-b4d8-1466-5f40336b9d5b-336b9d43 {
    grid-column: 1 / 2;
  }

  #w-node-_6fe66bf6-22c6-7c4b-e980-c09ffd4740ae-336b9d43, #w-node-e1c8f69e-7c59-fcff-0b12-15864f0d6e2b-336b9d43 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-_17c43587-c790-b4d8-1466-5f40336b9d61-336b9d43 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-d364a0a1-eed2-cc02-8c38-c72be241387a-336b9d43 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_742bc615-eb92-0d24-5678-32641c325156-336b9d43, #w-node-e7216152-f701-971a-aa13-8b0d399ea0a2-336b9d43 {
    justify-self: stretch;
  }

  #w-node-be6e1212-c8c8-b564-9d2f-b92422ca9045-336b9d43 {
    grid-row: 3 / 4;
    grid-column-end: 2;
  }

  #w-node-fbfab365-c38f-1be6-6e51-32f69bada7c2-d389fa0b {
    grid-column-end: 2;
  }

  #w-node-fbfab365-c38f-1be6-6e51-32f69bada7ce-d389fa0b, #w-node-_55545b2c-fd2c-f381-a702-fc88f5a9dbe3-d389fa0c, #w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b7c-d389fa0e {
    grid-column-end: 3;
  }

  #w-node-_0afe1988-388e-b5cb-404e-8a553a0bef5a-d389fa0e {
    grid-column-end: 2;
  }

  #w-node-_0afe1988-388e-b5cb-404e-8a553a0bef68-d389fa0e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a200fc41-1c4c-6e7c-a3d0-bdc6ff5584ff-d389fa0f, #w-node-a200fc41-1c4c-6e7c-a3d0-bdc6ff558506-d389fa0f {
    grid-column-end: 2;
  }

  #w-node-_2bb02f1f-0dc8-310a-5b1e-417b53ea67ee-d389fa0f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bb722a26-f0ba-fa08-b7c8-67a73591fb37-d389fa10, #w-node-bb722a26-f0ba-fa08-b7c8-67a73591fb3c-d389fa10, #w-node-_3cd246c2-1df7-6c82-278a-cb7de41fe106-d389fa10 {
    grid-column-end: 2;
  }

  #w-node-_3cd246c2-1df7-6c82-278a-cb7de41fe114-d389fa10 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8826eb38-3632-ca41-32dc-ab641c7fc984-d389fa10 {
    grid-column-start: 1;
  }

  #w-node-_8826eb38-3632-ca41-32dc-ab641c7fc98c-d389fa10 {
    grid-column: 1 / 3;
  }

  #w-node-_8826eb38-3632-ca41-32dc-ab641c7fc9a3-d389fa10 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_849e754c-a02b-b240-b303-2bf5e8a0db81-f9270e17, #w-node-a30333d2-032c-03e5-f1b1-a5d31eb7f5e4-f9270e17 {
    grid-column-end: 3;
  }

  #w-node-_93ff6921-d28d-6640-4312-da6eaaed889e-f9270e17 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d20c98d0-f73a-cde4-3187-ef91057b5e82-d389fa11, #w-node-d20c98d0-f73a-cde4-3187-ef91057b5e87-d389fa11 {
    grid-column-end: 2;
  }

  #w-node-d7f4df13-5316-c505-a444-21863c437f4b-d389fa11 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7b9c87a0-4164-dfa3-00cc-0a8b81af83f5-d389fa11 {
    grid-column: 1 / 3;
  }

  #w-node-a8a519cb-80ab-b1ff-f982-d02e8b721ff4-d389fa12 {
    place-self: start stretch;
  }

  #w-node-a8a519cb-80ab-b1ff-f982-d02e8b721ff5-d389fa12 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_96d948bc-485a-9dab-98e0-3aeafd7c89af-d389fa12 {
    grid-row: 2 / 3;
  }

  #w-node-_62e58f81-af29-b05e-8bc2-dfb4bceff668-d389fa12 {
    grid-column: 1 / 3;
  }

  #w-node-_01acba91-92e0-3fdc-f04f-81f56b42dc19-d389fa12 {
    grid-row: 2 / 3;
  }

  #w-node-ba80b8a0-ed4f-689f-493a-2bfa639c91a5-d389fa13, #w-node-ba80b8a0-ed4f-689f-493a-2bfa639c91aa-d389fa13 {
    grid-column-end: 2;
  }

  #w-node-afe2b333-ad26-1b15-231d-c4e0234c95ad-d389fa13 {
    grid-column: span 1 / span 1;
  }

  #w-node-_8a8ab005-0267-4aac-1756-46a4087a0991-d389fa13 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_14f39dd7-b780-5ba0-f8c3-6e423c9ecdee-d389fa13 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_2b29bb9c-f1bc-bd15-987f-0af0c2776f33-d389fa13 {
    grid-column: 1 / 3;
  }

  #w-node-_2b29bb9c-f1bc-bd15-987f-0af0c2776f3d-d389fa13 {
    grid-row: 2 / 3;
  }

  #w-node-de232761-f644-f9f0-bd3b-00bfbb027112-d389fa13 {
    grid-column-start: 1;
  }

  #w-node-de232761-f644-f9f0-bd3b-00bfbb02711e-d389fa13 {
    grid-column: 1 / 3;
  }

  #w-node-de232761-f644-f9f0-bd3b-00bfbb027134-d389fa13 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ba6241ea-4ca2-f90d-ff56-a3b8b8b73165-d389fa13 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-b84cb859-5226-6842-ec2f-395770060748-d389fa13 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-d389fa16 {
    grid-column-end: 3;
  }

  #w-node-_4e329792-2e8f-5316-bef3-b1d00e46b9d6-d389fa16 {
    grid-column: span 2 / span 2;
  }

  #w-node-cc7d9576-cec9-4b5a-974e-98352abfe1ad-d389fa16 {
    grid-column-end: 3;
  }

  #w-node-cc7d9576-cec9-4b5a-974e-98352abfe1a7-d389fa16 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-ed880c7b-0959-04a9-fd9a-e34b45c3f48e-d389fa16 {
    grid-column-end: 3;
  }

  #w-node-ed880c7b-0959-04a9-fd9a-e34b45c3f48f-d389fa16 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_1cde982a-49a3-6b44-ed65-b8d739bbbd1e-d389fa16 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ff11f385-19e7-2610-e10a-74658e225841-d389fa17, #w-node-ff11f385-19e7-2610-e10a-74658e225846-d389fa17 {
    grid-column-end: 2;
  }

  #w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad0c-d389fa17 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_256f98c7-18a8-c7d5-c690-4bfe1bbed2cb-27e3ec6e, #w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-33185594, #w-node-_0b683e9b-74f4-bffd-89ea-d63131dd4bb7-33185594 {
    grid-column-end: 2;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-33185594, #w-node-_3c330d80-e014-5cc5-1e0f-02454453861f-33185594, #w-node-_1d7c87b7-bc09-6c0f-7151-70ffa309f3e6-33185594, #w-node-_988c98f5-0583-680a-7725-841d6ccd07bb-33185594 {
    grid-column: span 2 / span 2;
  }

  #w-node-_1011dadd-cba6-68c7-2e09-e4bf95cba31a-33185594 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0a5fddf6-25e1-8417-6cac-0735293b55a2-de021f5a {
    grid-column-end: 3;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-de021f5a, #w-node-_3c330d80-e014-5cc5-1e0f-02454453861f-de021f5a {
    grid-column: span 2 / span 2;
  }

  #w-node-_6ac4aa87-2433-7778-fec0-75c7c5ba9e91-de021f5a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-5cbb592a {
    grid-column-end: 3;
  }

  #w-node-_9f33a1bd-78ed-1035-7fa5-79894f1c0a6e-5cbb592a {
    grid-column: span 2 / span 2;
  }

  #w-node-d135bac5-1d16-a0ec-f604-63196c86178b-5cbb592a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4a929f69-f911-5558-d80c-31c20d96fae4-04ba1be4 {
    grid-column-end: 3;
  }

  #w-node-_129c6285-e740-af54-f99a-414ea8ecb2bb-04ba1be4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4ecb37af-6196-de09-d571-dca3d1afb7fc-04ba1be4 {
    grid-column: span 2 / span 2;
  }

  #w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-47833493 {
    grid-column-end: 3;
  }

  #w-node-_09aabca1-5d32-08ce-2b4d-7c34cc953712-47833493 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-0b69b7fc {
    grid-column-end: 3;
  }

  #w-node-_09aabca1-5d32-08ce-2b4d-7c34cc953712-0b69b7fc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-925fc59f {
    grid-column-end: 3;
  }

  #w-node-_09aabca1-5d32-08ce-2b4d-7c34cc953712-925fc59f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-025f0b4d, #w-node-d6a93793-ff8d-ec13-9589-da346ad05b8a-025f0b4d {
    grid-column-end: 3;
  }

  #w-node-d6a93793-ff8d-ec13-9589-da346ad05b89-025f0b4d {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_52807754-c8ad-10f3-35d2-3b10099bff0e-025f0b4d {
    grid-column-end: 3;
  }

  #w-node-_52807754-c8ad-10f3-35d2-3b10099bff14-025f0b4d {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_864b30ac-902a-1bc5-c775-6b8cda770129-d389fa0a {
    grid-column: span 1 / span 1;
  }

  #w-node-_70edc27a-5d85-b4b7-cc4a-a4055e230b7f-d389fa0a {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_9f1d70df-4ec2-d384-be6b-069881603faa-d389fa0a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bff8b988-89d4-6cad-517e-79395ac2a45e-d389fa0a {
    grid-column: span 1 / span 1;
  }

  #w-node-bff8b988-89d4-6cad-517e-79395ac2a465-d389fa0a {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_5197f1d8-d314-4f8f-16b2-0ee272ceb2bd-d389fa0a {
    grid-column: span 1 / span 1;
  }

  #w-node-_5197f1d8-d314-4f8f-16b2-0ee272ceb2c4-d389fa0a {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-a2f09074-2040-5038-c74e-4369d77c8859-d389fa0a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a2f09074-2040-5038-c74e-4369d77c8864-d389fa0a {
    grid-column-end: 3;
  }

  #w-node-_4f60ef0f-3908-f7a3-dbd4-1c535b280b79-d389fa0a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_4f60ef0f-3908-f7a3-dbd4-1c535b280b84-d389fa0a {
    grid-column-end: 3;
  }

  #w-node-f8995adf-f440-eb1c-b576-c54a6fe6800c-d389fa0a {
    grid-column: span 1 / span 1;
  }

  #w-node-_4aa1e293-2ce7-c7b6-5938-b5dfd439db55-d389fa0a {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_686199a2-7e08-8c35-0bc2-9fc0b2c1f7c2-d389fa0a {
    grid-column-end: 2;
  }

  #w-node-_1aa5acca-7f49-679e-50b8-388c32a77258-d389fa0a {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_1aa5acca-7f49-679e-50b8-388c32a7725d-d389fa0a, #w-node-_267d4f64-60a4-7609-392a-df4d649e5c24-c426b91d {
    grid-column-end: 2;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b937-c426b91d {
    grid-column-end: 3;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b923-c426b91d {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b94f-c426b91d {
    grid-row: 5 / 6;
    grid-column-end: 3;
  }

  #w-node-fbfab365-c38f-1be6-6e51-32f69bada7ce-d389fa0b, #w-node-_55545b2c-fd2c-f381-a702-fc88f5a9dbe3-d389fa0c, #w-node-_55545b2c-fd2c-f381-a702-fc88f5a9dbeb-d389fa0c, #w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b7c-d389fa0e, #w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b82-d389fa0e {
    grid-column-end: 2;
  }

  #w-node-c1386cff-6b52-7e7b-943b-f01eec937981-d389fa0e, #w-node-_2bb02f1f-0dc8-310a-5b1e-417b53ea67ee-d389fa0f {
    grid-column: span 1 / span 1;
  }

  #w-node-_2bb02f1f-0dc8-310a-5b1e-417b53ea67f5-d389fa0f {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_8826eb38-3632-ca41-32dc-ab641c7fc984-d389fa10 {
    grid-column-end: 2;
  }

  #w-node-_7128c589-0b6c-1e7b-cd0c-f6e6a998bc46-d389fa10 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_8826eb38-3632-ca41-32dc-ab641c7fc98c-d389fa10 {
    grid-column-end: 2;
  }

  #w-node-_849e754c-a02b-b240-b303-2bf5e8a0db81-f9270e17, #w-node-a30333d2-032c-03e5-f1b1-a5d31eb7f5e4-f9270e17 {
    grid-column-end: 4;
  }

  #w-node-_93ff6921-d28d-6640-4312-da6eaaed889e-f9270e17 {
    grid-column: span 3 / span 3;
  }

  #w-node-d20c98d0-f73a-cde4-3187-ef91057b5e82-d389fa11 {
    grid-row: 2 / 3;
  }

  #w-node-d20c98d0-f73a-cde4-3187-ef91057b5e87-d389fa11 {
    grid-row: 4 / 5;
  }

  #w-node-e7c312ca-3267-e1f8-a11b-2d85efa42270-d389fa11 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-d7f4df13-5316-c505-a444-21863c437f4b-d389fa11 {
    grid-column: span 1 / span 1;
  }

  #w-node-d7f4df13-5316-c505-a444-21863c437f52-d389fa11 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_0b0965f9-12de-b664-5036-c1741e1de7ed-d389fa12 {
    grid-row-start: 3;
  }

  #w-node-_0cd159e1-bcc8-7507-1006-17c2720b9531-d389fa12 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_3dfaf5a9-9073-e446-da8c-ae54ca5466f3-d389fa12 {
    grid-column: span 3 / span 3;
  }

  #w-node-ad3b4215-b22c-3535-ddd7-d56c33b83e53-d389fa12 {
    grid-column: span 1 / span 1;
  }

  #w-node-dffaa0c6-1d6f-fd8a-0160-62334d2f8582-d389fa12 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a8a519cb-80ab-b1ff-f982-d02e8b721ff5-d389fa12 {
    grid-column: span 1 / span 1;
  }

  #w-node-_62e58f81-af29-b05e-8bc2-dfb4bceff668-d389fa12 {
    grid-column-end: 2;
  }

  #w-node-ba80b8a0-ed4f-689f-493a-2bfa639c91a5-d389fa13 {
    grid-row: 2 / 3;
  }

  #w-node-ba80b8a0-ed4f-689f-493a-2bfa639c91aa-d389fa13 {
    grid-row: 4 / 5;
  }

  #w-node-_34b8dcd5-1955-bf6e-0f89-fcc3d503f83d-d389fa13 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-afe2b333-ad26-1b15-231d-c4e0234c95ad-d389fa13 {
    grid-row: span 1 / span 1;
  }

  #w-node-_2b29bb9c-f1bc-bd15-987f-0af0c2776f33-d389fa13 {
    grid-column-end: 2;
  }

  #w-node-de232761-f644-f9f0-bd3b-00bfbb027119-d389fa13 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-de232761-f644-f9f0-bd3b-00bfbb02711e-d389fa13 {
    grid-column-end: 2;
  }

  #w-node-d15422da-e94e-a208-9f30-9461a834d48a-d389fa16 {
    align-self: end;
  }

  #w-node-_60d80769-edfd-6335-9459-423ab2eeaa50-d389fa16 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4e329792-2e8f-5316-bef3-b1d00e46b9d6-d389fa16 {
    grid-column: span 1 / span 1;
  }

  #w-node-_4e329792-2e8f-5316-bef3-b1d00e46b9d7-d389fa16, #w-node-cc7d9576-cec9-4b5a-974e-98352abfe1a7-d389fa16, #w-node-_2f476aff-5d4c-5f7d-87e7-fd50a32f8dda-d389fa16, #w-node-ed880c7b-0959-04a9-fd9a-e34b45c3f48f-d389fa16 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1cde982a-49a3-6b44-ed65-b8d739bbbd1e-d389fa16, #w-node-_01c4e3cf-0ca8-0926-bf92-4bf4daeb8ca0-d389fa17 {
    grid-column: span 1 / span 1;
  }

  #w-node-_9a966d75-8ba6-8c66-a053-3fb940aae614-d389fa17 {
    justify-self: center;
  }

  #w-node-a2569d70-72d8-f240-ec94-1fe65be1d0e1-27e3ec6e {
    align-self: end;
  }

  #w-node-_22bca4d9-fe8f-a704-74d4-c632cdb4f071-27e3ec6e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-33185594 {
    grid-column: span 1 / span 1;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7478-33185594 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3c330d80-e014-5cc5-1e0f-02454453861f-33185594 {
    grid-column: span 1 / span 1;
  }

  #w-node-_3c330d80-e014-5cc5-1e0f-024544538623-33185594 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1d7c87b7-bc09-6c0f-7151-70ffa309f3e6-33185594 {
    grid-column: span 1 / span 1;
  }

  #w-node-_1d7c87b7-bc09-6c0f-7151-70ffa309f3ea-33185594 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_988c98f5-0583-680a-7725-841d6ccd07bb-33185594 {
    grid-column: span 1 / span 1;
  }

  #w-node-_988c98f5-0583-680a-7725-841d6ccd07bf-33185594, #w-node-_988c98f5-0583-680a-7725-841d6ccd07c6-33185594 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1011dadd-cba6-68c7-2e09-e4bf95cba31a-33185594 {
    grid-column: span 1 / span 1;
  }

  #w-node-_0a5fddf6-25e1-8417-6cac-0735293b55ab-de021f5a {
    align-self: end;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-de021f5a {
    grid-column: span 1 / span 1;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7478-de021f5a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3c330d80-e014-5cc5-1e0f-02454453861f-de021f5a {
    grid-column: span 1 / span 1;
  }

  #w-node-_3c330d80-e014-5cc5-1e0f-024544538623-de021f5a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6ac4aa87-2433-7778-fec0-75c7c5ba9e91-de021f5a {
    grid-column: span 1 / span 1;
  }

  #w-node-d15422da-e94e-a208-9f30-9461a834d48a-5cbb592a {
    align-self: end;
  }

  #w-node-_9f33a1bd-78ed-1035-7fa5-79894f1c0a6e-5cbb592a {
    grid-column: span 1 / span 1;
  }

  #w-node-_9f33a1bd-78ed-1035-7fa5-79894f1c0a6f-5cbb592a, #w-node-_376d2f20-efd0-fce8-0d31-79d07e3c6e86-5cbb592a, #w-node-e6b2eb89-31e7-5de4-ff2a-e37e4b3a5217-5cbb592a, #w-node-dbae4ded-a542-f6cb-fb19-5bb1b4b4e1e8-5cbb592a, #w-node-_9f33a1bd-78ed-1035-7fa5-79894f1c0aaa-5cbb592a, #w-node-_9f33a1bd-78ed-1035-7fa5-79894f1c0aad-5cbb592a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d135bac5-1d16-a0ec-f604-63196c86178b-5cbb592a {
    grid-column: span 1 / span 1;
  }

  #w-node-_4a929f69-f911-5558-d80c-31c20d96fae9-04ba1be4 {
    align-self: end;
  }

  #w-node-f124c7e5-1b33-1ee7-79b9-cd4e77143a4b-04ba1be4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4a929f69-f911-5558-d80c-31c20d96fb00-04ba1be4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_129c6285-e740-af54-f99a-414ea8ecb2bb-04ba1be4 {
    grid-column: span 1 / span 1;
  }

  #w-node-_129c6285-e740-af54-f99a-414ea8ecb2c2-04ba1be4 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_4ecb37af-6196-de09-d571-dca3d1afb7fc-04ba1be4 {
    grid-column: span 1 / span 1;
  }

  #w-node-_4ecb37af-6196-de09-d571-dca3d1afb800-04ba1be4, #w-node-_4ecb37af-6196-de09-d571-dca3d1afb80a-04ba1be4, #w-node-_9ddf80d5-b722-e60f-4dd2-ef79059efac5-04ba1be4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d15422da-e94e-a208-9f30-9461a834d48a-47833493 {
    align-self: end;
  }

  #w-node-_09aabca1-5d32-08ce-2b4d-7c34cc953712-47833493 {
    grid-column: span 1 / span 1;
  }

  #w-node-_09aabca1-5d32-08ce-2b4d-7c34cc953719-47833493 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-d15422da-e94e-a208-9f30-9461a834d48a-0b69b7fc {
    align-self: end;
  }

  #w-node-_09aabca1-5d32-08ce-2b4d-7c34cc953712-0b69b7fc {
    grid-column: span 1 / span 1;
  }

  #w-node-_09aabca1-5d32-08ce-2b4d-7c34cc953719-0b69b7fc {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-d15422da-e94e-a208-9f30-9461a834d48a-925fc59f {
    align-self: end;
  }

  #w-node-_09aabca1-5d32-08ce-2b4d-7c34cc953712-925fc59f {
    grid-column: span 1 / span 1;
  }

  #w-node-_09aabca1-5d32-08ce-2b4d-7c34cc953719-925fc59f {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-d15422da-e94e-a208-9f30-9461a834d48a-025f0b4d {
    align-self: end;
  }

  #w-node-_3c293b9e-3104-2856-77b0-517c30fb7304-025f0b4d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3c293b9e-3104-2856-77b0-517c30fb7316-025f0b4d {
    grid-column-start: 1;
  }

  #w-node-_70e10f1f-f69f-b24b-5ab1-396b7ffbdd48-025f0b4d, #Nieuwbouw.w-node-_319812e6-9086-81f6-fa7e-ab02fc5a2373-025f0b4d, #w-node-d6a93793-ff8d-ec13-9589-da346ad05b8a-025f0b4d, #w-node-_52807754-c8ad-10f3-35d2-3b10099bff0e-025f0b4d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a2f09074-2040-5038-c74e-4369d77c8856-d389fa0a, #w-node-a2f09074-2040-5038-c74e-4369d77c8859-d389fa0a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a2f09074-2040-5038-c74e-4369d77c8864-d389fa0a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4f60ef0f-3908-f7a3-dbd4-1c535b280b76-d389fa0a, #w-node-_4f60ef0f-3908-f7a3-dbd4-1c535b280b79-d389fa0a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4f60ef0f-3908-f7a3-dbd4-1c535b280b84-d389fa0a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1aa5acca-7f49-679e-50b8-388c32a77251-d389fa0a {
    grid-column-end: 2;
  }

  #w-node-_1aa5acca-7f49-679e-50b8-388c32a7725d-d389fa0a, #w-node-_1aa5acca-7f49-679e-50b8-388c32a7725f-d389fa0a, #w-node-_1aa5acca-7f49-679e-50b8-388c32a7727a-d389fa0a {
    justify-self: stretch;
  }

  #w-node-_267d4f64-60a4-7609-392a-df4d649e5c24-c426b91d {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b937-c426b91d {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b93a-c426b91d {
    justify-self: start;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b923-c426b91d {
    grid-area: 5 / 1 / 6 / 2;
    place-self: start stretch;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b94a-c426b91d {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b94f-c426b91d {
    grid-row: 6 / 7;
  }

  #w-node-c3e4a622-32f8-f922-a5f9-7c9122fd7a0c-d389fa10 {
    place-self: center stretch;
  }

  #w-node-_231f18f0-034c-bf91-9e26-aa98c5f5105a-d389fa10 {
    place-self: center;
  }

  #w-node-_6dc7b8bf-dfd3-4025-fcd6-f726c2f032cb-d389fa10 {
    justify-self: center;
  }

  #w-node-_8826eb38-3632-ca41-32dc-ab641c7fc984-d389fa10, #w-node-_7128c589-0b6c-1e7b-cd0c-f6e6a998bc46-d389fa10 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8826eb38-3632-ca41-32dc-ab641c7fc99e-d389fa10 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_0b0965f9-12de-b664-5036-c1741e1de7ed-d389fa12, #w-node-_0cd159e1-bcc8-7507-1006-17c2720b9531-d389fa12 {
    grid-column-end: 2;
  }

  #w-node-_16ee6cac-97cc-c25f-3bd3-f27e8d74ef9a-d389fa12 {
    grid-column-end: 3;
  }

  #w-node-_3dfaf5a9-9073-e446-da8c-ae54ca5466f3-d389fa12 {
    grid-column: span 3 / span 3;
  }

  #w-node-ad3b4215-b22c-3535-ddd7-d56c33b83e53-d389fa12, #w-node-dffaa0c6-1d6f-fd8a-0160-62334d2f8582-d389fa12 {
    grid-column: span 1 / span 1;
  }

  #w-node-afe2b333-ad26-1b15-231d-c4e0234c95ad-d389fa13 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8a8ab005-0267-4aac-1756-46a4087a0991-d389fa13 {
    order: -9999;
    grid-row: 1 / 2;
  }

  #w-node-_14f39dd7-b780-5ba0-f8c3-6e423c9ecdee-d389fa13 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-de232761-f644-f9f0-bd3b-00bfbb027112-d389fa13 {
    grid-column-end: 2;
  }

  #w-node-de232761-f644-f9f0-bd3b-00bfbb02711e-d389fa13, #w-node-de232761-f644-f9f0-bd3b-00bfbb027120-d389fa13, #w-node-de232761-f644-f9f0-bd3b-00bfbb02713b-d389fa13 {
    justify-self: stretch;
  }

  #w-node-_6a710c8c-00bc-3097-3a96-dedad61552fb-d389fa13 {
    justify-self: start;
  }

  #w-node-_01c4e3cf-0ca8-0926-bf92-4bf4daeb8ca0-d389fa17, #w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad0c-d389fa17 {
    grid-column: span 2 / span 2;
  }

  #w-node-f124c7e5-1b33-1ee7-79b9-cd4e77143a4b-04ba1be4 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-Regular.woff2') format('woff2'), url('../fonts/EudoxusSans-Regular.woff') format('woff'), url('../fonts/EudoxusSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-ExtraLight.woff2') format('woff2'), url('../fonts/EudoxusSans-ExtraLight.woff') format('woff'), url('../fonts/EudoxusSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-ExtraBold.woff2') format('woff2'), url('../fonts/EudoxusSans-ExtraBold.woff') format('woff'), url('../fonts/EudoxusSans-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-Bold.woff2') format('woff2'), url('../fonts/EudoxusSans-Bold.woff') format('woff'), url('../fonts/EudoxusSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-Light.woff2') format('woff2'), url('../fonts/EudoxusSans-Light.woff') format('woff'), url('../fonts/EudoxusSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-Medium.woff2') format('woff2'), url('../fonts/EudoxusSans-Medium.woff') format('woff'), url('../fonts/EudoxusSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}