:root {
  --midnight-green: #0b3522;
  --nlg-huisstijl: #4eb969;
  --white-smoke: #f8fafb;
  --alice-green: #e7f0e5;
  --orange: #ee7821;
  --misty-rose: #ffe0e0;
  --snow-3: #fffafb;
  --snow: #fff9f933;
  --snow-2: #fff9f9cc;
  --light-slate-grey: #96b597;
  --slate-grey: #6d9370;
  --white-smoke-3: #f2f5f8;
  --white-smoke-2: #f3f7f9;
  --orange-red: #ea520e;
}

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

body {
  color: var(--midnight-green);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}

h1 {
  color: var(--midnight-green);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  color: var(--midnight-green);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  color: var(--midnight-green);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: var(--midnight-green);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}

a {
  color: var(--midnight-green);
  text-decoration: none;
}

li {
  margin-bottom: 16px;
}

img {
  max-width: 100%;
  display: inline-block;
}

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

blockquote {
  border-left: 5px solid var(--nlg-huisstijl);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.hero-grid {
  grid-column-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.hero-section {
  padding: 172px 3% 124px;
}

.container-large {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.orange-span {
  color: var(--nlg-huisstijl);
}

.title {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 32px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-large {
  letter-spacing: -.03px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-large.margin-top-14 {
  margin-top: 14px;
}

.paragraph-large.arcering {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 30px;
  line-height: 1.2;
  display: inline-block;
}

.detail-title-wrap {
  margin-top: 60px;
  margin-bottom: 60px;
}

.button-orange {
  border: 1px solid var(--nlg-huisstijl);
  background-color: var(--nlg-huisstijl);
  color: #fff;
  white-space: nowrap;
  justify-content: center;
  max-height: 60px;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s;
  display: flex;
}

.button-orange:hover {
  border: 1px solid var(--nlg-huisstijl);
  color: var(--nlg-huisstijl);
  background-color: #fff;
}

.button-orange.margin-right-16 {
  background-color: var(--nlg-huisstijl);
  margin-right: 16px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.button-orange.margin-right-16:hover {
  box-shadow: 1px 1px 3px 0 var(--nlg-huisstijl);
  color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.button-orange.margin-top-24 {
  margin-top: 24px;
}

.content-section {
  object-fit: fill;
  padding: 92px 3%;
  position: static;
  overflow: hidden;
}

.content-section.grey {
  background-color: #f8fafb;
  margin-bottom: 0;
}

.content-section.grey.uit {
  display: none;
}

.content-section.colord-back {
  position: relative;
}

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

.navbar {
  background-color: #0000;
  padding: 24px 3%;
  display: block;
}

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

.navigation-right {
  justify-content: flex-end;
  display: flex;
}

.logo {
  width: 140px;
  max-width: 140px;
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-link {
  color: #96a0b5;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.1;
}

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

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

.heading-wrap {
  max-width: none;
  margin-bottom: 62px;
}

.heading-wrap.bottom-0 {
  margin-bottom: 24px;
}

.card-content {
  align-items: flex-start;
  display: flex;
}

.service-image {
  height: 300px;
  margin-bottom: 32px;
  overflow: hidden;
}

.container-small {
  width: 100%;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

.button-arrow {
  background-color: var(--nlg-huisstijl);
  color: #fff;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  width: 180px;
  padding: 20px 28px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow {
  margin-left: 8px;
}

.hero-image-grid-wrap {
  justify-content: flex-end;
  display: flex;
}

.text-link-large {
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: underline;
}

.h2-title-centre {
  text-align: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.logo-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

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

.projects-wrapper {
  grid-column-gap: 120px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.service-type {
  letter-spacing: 1.5px;
  margin-right: 24px;
  line-height: 24px;
  display: inline;
}

.grey-line {
  background-color: #96a0b5;
  flex: 1;
  height: 1px;
}

.client-wrap {
  white-space: nowrap;
  align-items: center;
  max-width: 80%;
  margin-bottom: 24px;
  display: flex;
}

.paragraph-grey {
  color: var(--midnight-green);
  margin-bottom: 40px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-grey.teamcard {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

.paragraph-grey.no-paddnig {
  margin-bottom: 0;
}

.paragraph-grey.align-center {
  text-align: center;
}

.feature-grid {
  grid-column-gap: 72px;
  grid-row-gap: 120px;
  grid-template-rows: auto;
  align-items: center;
}

.feature-grid.bottom {
  grid-column-gap: 72px;
  margin-bottom: 140px;
}

.feature-grid.bottom.middle {
  grid-column-gap: 72px;
  align-items: center;
}

.item-services {
  margin-right: 60px;
}

.slider-services {
  background-color: #0000;
  align-items: center;
  width: auto;
  max-width: 460px;
  height: auto;
  display: flex;
}

.mask-services {
  width: 100%;
  height: auto;
  overflow: visible;
}

.project-item {
  margin-bottom: 60px;
}

.project-collection-list {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.h3-title {
  margin-bottom: 16px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 40px;
}

.expert-card {
  border: 1px solid var(--alice-green);
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 70px 60px;
  transition: all .3s;
  display: flex;
}

.expert-card:hover {
  border-color: var(--nlg-huisstijl);
}

.expert-card.hide {
  display: none;
}

.employees-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.title-wrap-centre {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-wrap-centre._100 {
  max-width: none;
}

.testimonial-slider-grid {
  grid-column-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
}

.slider-content-block {
  border-top: 1px solid #e5ebf0;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.testimonial-quote-wrap {
  margin-bottom: 40px;
  display: flex;
}

.testimonial-author-wrap {
  align-items: center;
  font-weight: 700;
  display: flex;
}

.line-accent {
  background-color: #121f3e;
  width: 50px;
  height: 1px;
  margin-right: 16px;
}

.left-arrow {
  border: 1px solid var(--nlg-huisstijl);
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  display: flex;
  inset: auto auto -120px 0%;
}

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

.style-title {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}

.font-size {
  color: #96a0b5;
  font-size: 16px;
}

.collection-item-projects {
  width: 100%;
  margin-right: 32px;
}

.right-arrow {
  background-color: var(--nlg-huisstijl);
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  display: flex;
  inset: auto auto -120px 70px;
}

.employee-image {
  object-fit: cover;
  border-radius: 0%;
  width: 100%;
  height: 100%;
}

.employee-image-wrap {
  background-image: linear-gradient(to bottom, var(--nlg-huisstijl), var(--nlg-huisstijl));
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 200px;
  margin-bottom: 36px;
  padding: 5px;
  display: flex;
  position: relative;
}

.slide-navigation {
  display: none;
}

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

.slider-accent-block {
  background-color: #16aedf26;
  width: 200px;
  height: 200px;
  position: absolute;
  inset: -20px -20px auto auto;
}

.statistics-grid {
  grid-column-gap: 52px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

.typography-block, .color-block {
  border-bottom: 1px solid #ececec;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.color-style-block {
  flex: 0 auto;
  width: 180px;
  margin-right: 16px;
}

.orange-light {
  background-color: var(--orange);
  margin-bottom: 8px;
}

.style-color-wrap {
  display: flex;
}

.medium-title {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
}

.medium-title.margin {
  white-space: normal;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.medium-title._8-margin-right {
  margin-right: 8px;
}

.medium-title._16-margin {
  margin-bottom: 16px;
}

.medium-title.margin-8 {
  margin-bottom: 8px;
}

.subtitle-2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.subtitle-2.blue {
  color: var(--nlg-huisstijl);
}

.subtitle-3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.paragraph-style-wrap {
  max-width: 560px;
}

.orange {
  background-color: var(--nlg-huisstijl);
  margin-bottom: 8px;
}

.orange-dark {
  background-color: var(--orange);
  margin-bottom: 8px;
}

.pink {
  background-color: var(--misty-rose);
  margin-bottom: 8px;
}

.cream {
  background-color: var(--snow-3);
  margin-bottom: 8px;
}

.cream-lightest {
  background-color: var(--snow);
  margin-bottom: 8px;
}

.cream-light {
  background-color: var(--snow-2);
  margin-bottom: 8px;
}

.navy {
  background-color: var(--midnight-green);
  margin-bottom: 8px;
}

.grey {
  background-color: var(--light-slate-grey);
  margin-bottom: 8px;
}

.grey-dark {
  background-color: var(--slate-grey);
  margin-bottom: 8px;
}

.grey-light {
  background-color: var(--alice-green);
  margin-bottom: 8px;
}

.grey-lighter {
  background-color: var(--white-smoke-3);
  margin-bottom: 8px;
}

.ivory {
  background-color: var(--white-smoke-2);
  margin-bottom: 8px;
}

.ivory-light {
  background-color: var(--white-smoke);
  margin-bottom: 8px;
}

.header-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button-white {
  color: var(--nlg-huisstijl);
  background-color: #fff;
  border: 1px solid #ff5e15;
  justify-content: center;
  width: 180px;
  max-height: 60px;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .2s, color .2s;
  display: flex;
}

.button-white:hover {
  background-color: var(--nlg-huisstijl);
  color: #fff;
}

.hero-heading {
  margin-bottom: 32px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 50px;
}

.hero-paragraph {
  color: var(--white-smoke);
  letter-spacing: -.03px;
  max-width: 560px;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.button-wrap {
  align-items: center;
  display: flex;
}

.number {
  color: var(--midnight-green);
  letter-spacing: 2px;
  white-space: nowrap;
  margin-top: 6px;
  margin-right: 40px;
  font-weight: 400;
  line-height: 24px;
}

.slider-nav {
  display: none;
}

.h2-title {
  margin-bottom: 16px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.h2-title._40-bottom-margin {
  margin-bottom: 40px;
}

.h2-title.margin-max-width {
  max-width: 640px;
  margin-bottom: 40px;
}

.right-arrow-testimonial {
  background-color: var(--nlg-huisstijl);
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  display: none;
  inset: auto auto 0% 70px;
}

.left-arrow-testimonial {
  border: 1px solid var(--nlg-huisstijl);
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  display: none;
  inset: auto auto 0% 0%;
}

.slide-detail-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-height: 52px;
  display: flex;
}

.slide-number {
  color: var(--midnight-green);
  letter-spacing: 2px;
  font-weight: 600;
  line-height: 24px;
  display: none;
}

.link-large-orange {
  color: var(--nlg-huisstijl);
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: underline;
}

.subtitle-large-grey {
  color: var(--light-slate-grey);
  font-size: 20px;
  line-height: 30px;
}

.subtitle-large-grey.below-line {
  border-bottom: 1px solid var(--nlg-huisstijl);
  padding-bottom: 10px;
}

.statistic-title {
  color: var(--light-slate-grey);
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}

.statistic {
  font-size: 30px;
  font-weight: 700;
  line-height: 50px;
}

.stats-grid {
  max-width: 560px;
}

.statistics-wrap {
  max-width: 550px;
}

.cta-text-wrap {
  max-width: 430px;
}

.service-section {
  background-color: #fff;
  padding: 100px 3% 220px;
  overflow: hidden;
}

.project-column.column-padding {
  padding-top: 90px;
}

.large-title {
  color: var(--midnight-green);
  margin-bottom: 12px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 800;
}

.footer-section {
  background-color: var(--alice-green);
  padding: 100px 3%;
}

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

.footer-link {
  color: var(--midnight-green);
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
  transition: all .2s;
  display: block;
}

.footer-link:hover {
  color: var(--nlg-huisstijl);
}

.footer-link.w--current {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.footer-link.w--current:hover {
  color: var(--nlg-huisstijl);
}

.footer-link.alt {
  cursor: default;
}

.footer-link.alt:hover {
  color: var(--midnight-green);
}

.footer-link.bold {
  font-weight: 700;
}

.footer-link._100 {
  width: 100%;
}

.footer-legal {
  background-color: var(--nlg-huisstijl);
  margin-top: 12px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 3%;
  padding-right: 3%;
}

.legal-wrap {
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.white-link {
  color: #fff;
  text-decoration: underline;
}

.footer-link-wrap {
  align-items: center;
  display: flex;
}

.legal-link {
  color: #fff;
  padding: 10px 12px;
  font-size: 18px;
  font-weight: 500;
  transition: opacity .2s;
  display: block;
}

.legal-link:hover {
  opacity: .8;
}

.cta-block {
  border-bottom: 4px solid var(--nlg-huisstijl);
  background-color: var(--white-smoke);
  justify-content: space-between;
  padding: 8%;
  display: flex;
}

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

.link-large {
  color: var(--nlg-huisstijl);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: underline;
}

.project-image-wrapper {
  height: 500px;
  margin-bottom: 32px;
  overflow: hidden;
}

.feature-image {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  height: 600px;
}

.feature-image.middle {
  align-items: center;
  display: flex;
}

.light-grey-span {
  color: var(--light-slate-grey);
}

.testimonial-image {
  justify-content: flex-end;
  height: 700px;
  display: flex;
}

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

.footer-logo {
  width: 140px;
  margin-bottom: 20px;
}

.paragraph-white {
  color: #fff;
  font-size: 18px;
}

.footer-left-content-block {
  flex-direction: column;
  justify-content: space-between;
  max-width: none;
  display: flex;
}

.footer-social-link {
  border: 1px solid var(--snow);
  border-radius: 50%;
  margin-left: 8px;
  margin-right: 8px;
  padding: 8px;
  transition: all .3s;
}

.footer-social-link:hover {
  background-color: var(--orange-red);
  border-color: #fff9f9;
}

.service-image-large {
  height: 380px;
  overflow: hidden;
}

.collection-item-services {
  margin-bottom: 72px;
}

.services-text-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 45px;
  display: flex;
}

.service-short-description {
  color: var(--light-slate-grey);
  max-width: none;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 32px;
}

.service-menu {
  background-color: var(--white-smoke);
  padding: 40px;
  position: sticky;
  top: 35px;
}

.services-navigation-grid {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  margin-top: 32px;
}

.services-navigation-link {
  justify-content: space-between;
  padding: 20px 24px;
  transition: background-color .2s;
  display: flex;
}

.services-navigation-link:hover {
  background-color: #96a0b51a;
}

.services-navigation-link.w--current {
  background-color: #96a0b51a;
  transition: background-color .4s;
}

.service-content-block {
  margin-top: 0;
  margin-bottom: 0;
}

.nav-arrow {
  width: 6px;
  margin-left: 37px;
}

.benefit-number {
  color: var(--nlg-huisstijl);
  margin-bottom: 24px;
  line-height: 24px;
}

.features-grid {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  grid-template-rows: auto;
  align-items: stretch;
}

.benefit-rich-text {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.benefit-rich-text h3 {
  margin-bottom: 24px;
}

.benefit-rich-text p {
  font-size: 18px;
  line-height: 32px;
}

.benefit-rich-text.vervolg {
  margin-top: 50px;
}

.benefit-rich-text li {
  font-size: 18px;
  line-height: 32px;
}

.service-content-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

.service-description {
  color: var(--midnight-green);
  margin-bottom: 30px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.project-image {
  width: 100%;
  height: 240px;
  margin-bottom: 32px;
  overflow: hidden;
}

.benefits-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto auto;
}

.benefits-grid.homepage {
  grid-template-columns: 1fr;
}

.orange-circle {
  background-color: #16df524a;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 16px;
  display: flex;
}

.benefits-wrapper {
  white-space: normal;
  align-items: center;
  width: 100%;
  display: flex;
}

.benefits-wrapper.usp-home {
  align-items: flex-start;
}

.text-detail-grey {
  color: var(--slate-grey);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.text-detail-grey.bold {
  color: var(--midnight-green);
  font-weight: 700;
}

.text-detail-grey._10-bottom {
  margin-bottom: 10px;
}

.orange-check {
  width: 14px;
}

.video-link-full {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.play-circle {
  background-color: var(--snow-2);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 96px;
  display: flex;
}

.play-button {
  background-color: var(--snow);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 128px;
  height: 128px;
  display: flex;
  position: absolute;
}

.breadcrumb-title {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 8px;
  margin-right: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.breadcrumb-title.white {
  color: var(--snow-3);
}

.breadcrumb-title._0x6 {
  color: var(--light-slate-grey);
  margin-left: -1px;
}

.contact-grid {
  grid-column-gap: 110px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.contact-block-grey {
  background-color: var(--alice-green);
  padding: 60px;
}

.input-field {
  letter-spacing: .05px;
  border: 1px solid #fff;
  min-height: 56px;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 500;
  transition: border-color .2s;
}

.input-field:hover {
  border-style: solid;
  border-color: var(--nlg-huisstijl);
}

.input-field:focus {
  border-color: var(--nlg-huisstijl);
}

.input-field::placeholder {
  color: #96a0b5;
}

.field-wrapper {
  flex: 1;
}

.send-button-right {
  justify-content: flex-end;
  display: flex;
}

.contact-column {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.h5-title {
  margin-bottom: 8px;
}

.h5-title.blue {
  color: var(--midnight-green);
}

.h1-title {
  margin-bottom: 32px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.contact-information {
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.small-button-orange {
  background-color: var(--nlg-huisstijl);
  color: #fff;
  white-space: nowrap;
  justify-content: center;
  width: 170px;
  max-height: 60px;
  padding: 20px 30px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.form-email {
  width: 530px;
  display: flex;
}

.email-field {
  background-color: var(--white-smoke-3);
  border: 1px solid #f2f5f8;
  height: 60px;
  margin-bottom: 0;
  margin-right: 16px;
  padding-left: 18px;
  padding-right: 18px;
  transition: all .2s;
}

.email-field:hover {
  border-color: var(--nlg-huisstijl);
  background-color: #fff;
}

.form-block {
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
}

.blog-block {
  border-top: 5px solid var(--nlg-huisstijl);
  background-color: #fff;
  max-width: 390px;
  padding: 32px;
}

.author-wrap {
  align-items: center;
  display: flex;
}

.author-profile-image {
  border-radius: 50%;
  width: 52px;
  height: 52px;
  margin-right: 16px;
  overflow: hidden;
}

.blog-link-block {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  align-items: flex-end;
  width: 100%;
  height: 580px;
  display: flex;
}

.container-extra-small {
  width: 100%;
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}

.blog-content p {
  margin-top: 32px;
  margin-bottom: 32px;
}

.collection-list-wrapper-blog {
  display: block;
}

.collection-item-blogs {
  display: flex;
}

.collection-list-blog {
  grid-column-gap: 32px;
  grid-row-gap: 64px;
  flex-wrap: wrap;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.h1-title-centre {
  text-align: left;
  margin-bottom: 80px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.h1-title-centre._10-bottom-padding {
  margin-bottom: 10px;
}

.about-image {
  background-image: url('../images/Kantoor-NLG.jpg');
  background-position: 50% 100%;
  background-size: cover;
  height: auto;
}

.about-image.contact {
  height: 500px;
}

.about-image-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 60px;
}

.our-story-grid {
  grid-column-gap: 124px;
  grid-row-gap: 80px;
  flex-direction: column;
  grid-template-columns: 1.25fr 1fr;
  display: flex;
}

.our-story-grid.grid._100 {
  width: 100%;
}

.our-story-grid.grid._100._12px {
  margin-top: 12px;
}

.grey-banner {
  z-index: -1;
  background-color: var(--white-smoke-2);
  width: 100%;
  min-height: 75%;
  position: absolute;
  inset: auto 0% 0%;
}

.cta-grid {
  grid-column-gap: 80px;
  grid-row-gap: 42px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

.cta-image {
  width: auto;
  max-width: 300px;
  position: relative;
}

.cta-accent-block {
  z-index: -1;
  background-color: var(--nlg-huisstijl);
  width: 150px;
  height: 150px;
  position: absolute;
  inset: -8% auto auto -6%;
}

.cta-text-block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.blog-hero-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.feature-content-wrap {
  align-items: flex-start;
  height: 100%;
  padding-top: 60px;
  display: flex;
}

.footer-link-block {
  margin-bottom: 24px;
}

.service-grid {
  grid-column-gap: 0px;
  border: 1px solid var(--alice-green);
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.testimonial-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
}

.grey-span {
  color: var(--light-slate-grey);
}

.service-header-image {
  height: 500px;
  margin-bottom: 60px;
}

.service-content-container {
  max-width: none;
}

.title-wrap {
  margin-bottom: 40px;
  display: block;
}

.tab-link-category {
  border: 1px solid var(--nlg-huisstijl);
  color: var(--nlg-huisstijl);
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  width: 160px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.tab-link-category.w--current {
  background-color: var(--nlg-huisstijl);
  color: #fff;
  transition: color .2s, background-color .2s;
}

.tabs-menu {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: flex-start;
  align-items: flex-start;
  margin-bottom: 80px;
  display: block;
}

.tabs {
  margin-top: 40px;
}

.blog-thumbnail-image {
  width: 100%;
  height: 240px;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}

.blog-title {
  max-width: 330px;
  margin-bottom: 24px;
}

.paragraph {
  margin-bottom: 32px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.blog-category {
  color: var(--light-slate-grey);
  margin-bottom: 16px;
}

.about-stats-grid {
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr 1fr;
}

.our-story-content-wrap {
  padding-top: 20px;
}

.our-story-content-wrap._0-top, .our-story-content-wrap._0-top0 {
  padding-top: 0;
}

.testimonial-card {
  border: 1px solid var(--alice-green);
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 32px;
  display: flex;
}

.blog-heading-wrap {
  max-width: 900px;
  margin-bottom: 48px;
}

.blog-image-wrap {
  height: 600px;
  margin-bottom: 24px;
}

.collection-list-blog-post-footer {
  grid-column-gap: 32px;
  grid-row-gap: 64px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.success-message {
  background-color: var(--nlg-huisstijl);
  color: var(--white-smoke);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.contact-form-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  margin-bottom: 40px;
}

.message-field-large {
  letter-spacing: .05px;
  border: 1px solid #fff;
  min-height: 150px;
  margin-bottom: 0;
  padding-top: 16px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 500;
  transition: border-color .2s;
}

.message-field-large:hover, .message-field-large:focus {
  border-color: var(--nlg-huisstijl);
}

.message-field-large::placeholder {
  color: #96a0b5;
}

.container {
  z-index: 3;
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.blog-block-featured {
  border-top: 5px solid var(--nlg-huisstijl);
  background-color: #fff;
  max-width: 540px;
  padding: 42px 60px 42px 32px;
  position: relative;
  bottom: 42px;
  left: 42px;
}

.breadcrumb {
  margin-bottom: 32px;
  display: flex;
}

.breadcrumb.services {
  align-items: center;
  margin-bottom: 0;
}

.project-link {
  width: 100%;
}

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

.latest-projects-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.licence-graphic {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 250px;
  margin-bottom: 32px;
  display: flex;
  overflow: hidden;
}

.license-block {
  background-color: #fff;
  margin-bottom: 60px;
  position: relative;
}

.licence-asset-icon {
  object-fit: scale-down;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.google-span {
  color: #121f3e80;
  font-size: 24px;
}

.licence-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.licence-card {
  background-color: var(--white-smoke);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 24px 32px;
  transition: all .25s;
  display: flex;
}

.template-section {
  padding: 10px 3% 100px;
  overflow: hidden;
}

.plus-icon {
  width: 12px;
}

.faq-paragraph {
  color: var(--light-slate-grey);
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}

.faq-question-bar {
  color: #0d0e10;
  letter-spacing: -.03em;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.faq-question-bar:hover {
  color: var(--nlg-huisstijl);
}

.faq-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
}

.faq-question-wrap {
  cursor: pointer;
}

.faq-content {
  color: #b1bac8;
  overflow: hidden;
}

.faq-circle {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 35px;
  display: flex;
}

.accordian-line {
  background-color: #e9ecf0;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.submit-button {
  background-color: var(--midnight-green);
  height: 60px;
}

.password-field {
  border: 1px solid var(--light-slate-grey);
  height: 60px;
}

.password-field:focus {
  border-color: var(--midnight-green);
}

.password-field::placeholder {
  color: var(--midnight-green);
  font-size: 17px;
}

.blog-author-image {
  border-radius: 50%;
  width: 200px;
  margin-bottom: 35px;
  display: inline-block;
  overflow: hidden;
}

.blog-author-heading-block {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.blog-author-bio {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
}

.project-write-up p {
  margin-top: 18px;
  margin-bottom: 32px;
}

.hero-image-large {
  z-index: 5;
  background-image: url('../images/Mario---homepage-NLG.jpg');
  background-position: 0%;
  background-size: cover;
  width: 100%;
  max-width: 45%;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.header-large {
  background-color: #f8fafb;
  justify-content: center;
  align-items: center;
  min-height: 900px;
  padding: 80px 3% 100px;
  display: flex;
  position: relative;
}

.navbar-fixed {
  z-index: 10;
  background-color: #0000;
  padding-left: 0%;
  padding-right: 0%;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.navigation-container-large {
  justify-content: space-between;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  position: relative;
}

.white-bar-bottom {
  background-color: #fff;
  height: 8%;
  position: absolute;
  inset: auto 0% 0%;
}

.button-navigation {
  background-color: var(--white-smoke);
  color: var(--nlg-huisstijl);
  white-space: nowrap;
  border: 1px solid #ff5e15;
  justify-content: center;
  max-height: 60px;
  margin-left: 20px;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-navigation:hover {
  color: #fff;
  background-color: #ee5611;
}

.navigation-wrap {
  flex: 1;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
}

.brand-logo {
  margin-right: 60px;
}

.brand-logo.w--current {
  margin-right: 10px;
}

.hero-title {
  color: var(--light-slate-grey);
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 24px;
}

.header-grid {
  grid-column-gap: 32px;
  grid-row-gap: 52px;
  grid-template-rows: auto;
}

.navigation-line {
  background-color: #e5ebf0;
  max-width: 55%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.nav-link-dark {
  color: var(--midnight-green);
  padding-left: 20px;
  padding-right: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  transition: color .2s;
}

.nav-link-dark:hover {
  color: var(--nlg-huisstijl);
}

.nav-link-dark.w--current {
  color: var(--nlg-huisstijl);
  font-weight: 700;
}

.nav-link-dark.mobile-only {
  display: none;
}

.button-navigation-white {
  border: 1px solid var(--alice-green);
  color: var(--nlg-huisstijl);
  white-space: nowrap;
  background-color: #fff;
  justify-content: center;
  width: 180px;
  max-height: 60px;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s;
  display: flex;
}

.button-navigation-white:hover {
  border-color: var(--nlg-huisstijl);
  background-color: var(--nlg-huisstijl);
  color: #fff;
}

.empty-state {
  background-color: var(--orange-red);
  color: #fff;
  padding: 20px;
}

.contact-section {
  padding: 220px 3% 130px;
  overflow: hidden;
}

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

.author-social {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 24px;
  margin-bottom: 24px;
}

.social-link {
  background-color: #f3f6fb;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.service-list-grid {
  grid-column-gap: 34px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-description-grid {
  color: var(--light-slate-grey);
  margin-bottom: 32px;
}

.service-image-small {
  height: 280px;
  overflow: hidden;
}

.footer-column {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.heading-wrap-large {
  max-width: 660px;
  margin-bottom: 80px;
}

.section-large {
  padding: 220px 3% 130px;
}

.section-large.no-bottom {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-large._0-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.dropdown-list {
  background-color: var(--white-smoke);
}

.dropdown-list.w--open {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
  left: -45px;
  box-shadow: 28px 28px 50px #6d7d9326;
}

.icon {
  margin-right: 0;
  display: block;
}

.dropdown-toggle {
  padding-right: 20px;
  font-size: 18px;
  font-weight: 700;
  transition: color .2s;
}

.dropdown-toggle:hover {
  color: var(--nlg-huisstijl);
}

.dropdown-wrapper {
  color: #fff;
  background-color: #fff;
  flex-direction: column;
  align-items: stretch;
  min-width: 400px;
  display: block;
  position: relative;
}

.dropdown-link {
  color: var(--midnight-green);
  border-left: 4px solid #0000;
  padding: 12px 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 32px;
  transition: all .2s;
  display: flex;
}

.dropdown-link:hover {
  border-left-color: var(--nlg-huisstijl);
  background-color: #fff;
}

.dropdown-link.w--current {
  color: var(--nlg-huisstijl);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.blog-block-small {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  align-items: flex-end;
  width: 100%;
  height: 500px;
  display: flex;
}

.question-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
}

.author-link {
  align-items: center;
  display: flex;
}

.service-number {
  margin-right: 16px;
}

.contact-block {
  background-color: var(--white-smoke-2);
  padding: 60px;
}

.input-field-border {
  border: 1px solid var(--alice-green);
  letter-spacing: .05px;
  min-height: 56px;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 500;
}

.input-field-border::placeholder {
  color: #96a0b5;
}

.message-field-border {
  border: 1px solid var(--alice-green);
  letter-spacing: .05px;
  min-height: 150px;
  margin-bottom: 0;
  padding-top: 16px;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 500;
}

.message-field-border::placeholder {
  color: #96a0b5;
}

.send-button-left {
  justify-content: flex-start;
  display: flex;
}

.content-grid-small {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr;
  margin-bottom: 40px;
}

.service-link-wrapper {
  width: 100%;
}

.orange-link {
  color: var(--nlg-huisstijl);
  text-decoration: underline;
}

.contact-grid-information {
  grid-template-columns: 1fr;
  margin-bottom: 60px;
}

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

.project-collection-column {
  grid-column-gap: 72px;
  grid-row-gap: 120px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
}

.author-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.banner-header {
  background-color: #e1e7ef;
  padding: 170px 3% 72px;
}

.flowbase-link {
  color: var(--nlg-huisstijl);
}

.social-text-link {
  margin-bottom: 20px;
  margin-right: 40px;
  font-weight: 600;
  transition: color .2s;
}

.social-text-link:hover {
  color: var(--nlg-huisstijl);
}

.social-link-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.button-text {
  color: var(--nlg-huisstijl);
  background-color: #0000;
  justify-content: center;
  max-height: 60px;
  padding: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .2s, color .2s;
  display: flex;
}

.button-text:hover {
  text-decoration: underline;
}

.service-image-wrap {
  height: 240px;
}

.service-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

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

.service-card {
  background-color: #fff;
  box-shadow: 8px 8px 32px #121f3e0d;
}

.service-content-card {
  padding: 30px 24px;
}

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

.arrow-small {
  width: 20px;
}

.list {
  list-style-type: decimal;
}

.article h4, .article h2, .article h1 {
  margin-top: 32px;
  margin-bottom: 16px;
}

.changelog-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 72px;
  display: flex;
}

.update-badge {
  color: var(--orange-red);
  letter-spacing: -.03em;
  background-color: #ea520e14;
  border-radius: 100px;
  margin-bottom: 24px;
  padding: 4px 16px;
  font-weight: 500;
}

.style-guide-block {
  background-color: var(--nlg-huisstijl);
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 32px;
  padding: 60px 42px;
  display: flex;
}

.body-large-white {
  color: #fff;
  letter-spacing: -.03em;
  font-size: 18px;
  line-height: 32px;
}

.link-white {
  color: #fffc;
}

.h3-title-white {
  color: var(--snow-3);
  margin-bottom: 16px;
}

.service-block-small {
  margin-top: 32px;
}

.author-name-small {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.author-name-small._4-margin-bottom {
  margin-bottom: 4px;
}

.header-block {
  max-width: 500px;
}

.logo-section {
  background-color: var(--nlg-huisstijl);
  padding: 92px 3%;
  position: relative;
  overflow: hidden;
}

.h2-title-white-centre {
  color: var(--white-smoke);
  text-align: center;
}

.project-image-short {
  height: 380px;
  margin-bottom: 32px;
  overflow: hidden;
}

.testimonial-grid-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.quote-block {
  background-color: var(--orange);
  color: var(--white-smoke);
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 50px;
  display: flex;
  position: absolute;
  inset: auto -5% -5% auto;
}

.service-section-grey {
  background-color: #f8fafb;
  padding: 100px 3% 220px;
  overflow: hidden;
}

.content-wrap-section {
  align-items: center;
  margin-bottom: 100px;
  display: flex;
  position: relative;
}

.content-image-wrap-large {
  width: 80%;
  height: 530px;
}

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

.content-square-1 {
  background-color: #fff;
  min-width: 40%;
  max-width: 420px;
  padding: 60px 48px;
  position: absolute;
  inset: auto 0% auto auto;
}

.content-square-left {
  background-color: #fff;
  min-width: 40%;
  max-width: 420px;
  padding: 60px 48px;
  position: absolute;
  inset: auto auto auto 0;
}

.content-wrap-right-section {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
  position: relative;
}

.project-image-post {
  height: 600px;
  margin-bottom: 24px;
}

.heading, .heading-2, .heading-3, .heading-4, .text-block {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.heading-5 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  position: static;
}

.heading-6 {
  margin-bottom: 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 50px;
}

.heading-6.white {
  color: var(--snow-3);
  letter-spacing: normal;
  font-size: 50px;
  line-height: 100%;
}

.heading-7 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.usp {
  flex-direction: column;
  display: flex;
}

.in-line-link {
  color: var(--nlg-huisstijl);
  text-decoration: underline;
}

.section {
  background-image: url('../images/_K2A8118.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100px;
}

.citaat {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 30px;
  line-height: 1.5;
}

.voordelen-nlg-security {
  background-color: var(--alice-green);
  padding-top: 60px;
  padding-bottom: 60px;
}

.field-label, .text-block-2 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.heading-8 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 50px;
}

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

.image {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

.footerlink-wrapper {
  display: flex;
}

.footerlink-wrapper._12r {
  margin-right: 12px;
}

.footer-icon {
  width: 20px;
  max-width: 25px;
  margin-right: 5px;
}

.link {
  color: var(--nlg-huisstijl);
}

.header-services {
  background-image: url('../images/WhatsApp-Image-2026-02-09-at-11.36.25-3.jpeg');
  background-position: 50% 85%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 600px;
  display: flex;
  position: relative;
}

.header-services.contact {
  background-image: url('../images/WhatsApp-Image-2026-02-09-at-11.36.25-1.jpeg');
  background-position: 100%;
  height: 600px;
}

.header-services.vacatures {
  background-image: url('../images/Mario.webp');
}

.header-services.logistieke-beveiliging {
  background-image: url('../images/beveiliging.webp');
}

.header-services.mobiele-surveillance {
  background-image: url('../images/WhatsApp-Image-2026-02-09-at-11.36.25-3.jpeg');
}

.header-services.receptiedienst {
  background-image: url('../images/WhatsApp-Image-2026-02-09-at-11.36.25-1.jpeg');
  background-position: 0%;
}

.header-services.objectbeveiliging {
  background-image: url('../images/WhatsApp-Image-2026-02-09-at-11.36.25-2.jpeg');
  background-position: 50% 70%;
}

.header-services.zorgbeveiliging {
  background-image: url('../images/WhatsApp-Image-2026-02-09-at-11.36.25-5.jpeg');
  background-position: 50%;
}

.header-services.straatcoach {
  background-image: url('../images/WhatsApp-Image-2026-02-09-at-11.36.25-4.jpeg');
  background-position: 50%;
}

.absolute-overlay {
  z-index: 2;
  background-color: #e7f0e526;
  position: absolute;
  inset: 0%;
}

.absolute-overlay.darker {
  background-color: #263f2066;
}

.service-heading {
  margin-top: 15px;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 65% 1fr;
}

.absolute-services {
  position: relative;
}

.sticky-menu {
  background-color: var(--alice-green);
  flex-direction: column;
  padding: 25px;
  display: flex;
  position: sticky;
  top: 125px;
  bottom: 25px;
}

.heading-9 {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.title-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.heading-10 {
  display: inline;
}

.div-block {
  background-color: var(--nlg-huisstijl);
  align-self: flex-start;
  width: 25%;
  height: 2px;
}

.service-hover:hover {
  color: var(--nlg-huisstijl);
  text-decoration: none;
}

.service-hover.w--current:hover {
  text-decoration: none;
}

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

.div-block-3 {
  align-items: center;
  display: flex;
}

.vacature-titel {
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.vacature-beschrijving {
  margin-top: 15px;
}

.rich-text-block, .rich-text-block p {
  color: var(--midnight-green);
}

.rich-text-block a {
  color: var(--nlg-huisstijl);
  text-decoration: underline;
}

.preloader {
  z-index: 999;
  background-color: #f8fafb;
  background-image: linear-gradient(#0b352299, #0b352299);
  background-position: 0 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
  transform: translate(0%, 100%);
}

.preloader-icon {
  width: 350px;
  margin-top: 25px;
}

.map {
  height: 600px;
}

.slide-progress-bar {
  background-color: #fff;
  width: 33%;
  height: 100%;
}

.hero-v4-content {
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-left: 88px;
  padding-right: 88px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.hero-v4-slide {
  background-image: linear-gradient(#00000080, #00000080), url('../images/WhatsApp-Image-2026-02-09-at-11.36.25-3.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-v4-slide._2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/PHOTO-2024-06-28-13-06-25.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.hero-v4-slide.team {
  background-image: linear-gradient(#00000080, #00000080), url('../images/objectbeveiliging.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-v4-slide.team.v1 {
  background-image: linear-gradient(to bottom, null, null), url('../images/WhatsApp-Image-2026-02-09-at-11.36.25-3.jpeg');
}

.intro {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 580px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  position: relative;
}

.intro.wide {
  max-width: 800px;
}

.intro.wide.no-margin-bottom {
  max-width: 1020px;
  margin-top: 60px;
  margin-bottom: 0;
  padding-top: 0;
}

.hero-v4-dots {
  justify-content: center;
  align-items: flex-start;
  display: none;
}

.slide-progress {
  z-index: 3;
  background-color: #ffffff4d;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 340px 62px;
  overflow: hidden;
}

.button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #ff7b3e;
  background-image: none;
  border-style: none;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 20px 12px 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: box-shadow .6s, border-color .6s, color .6s, background-color .6s;
  display: flex;
}

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

.button-2.hero-v4-right {
  background-color: #0000;
  width: 230px;
  display: none;
  inset: auto 40px 40px auto;
  box-shadow: 0 0 0 1px #ffffff80;
}

.button-2.hero-v4-right:hover {
  color: #151515;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #fff0;
}

.button-2.ghost {
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #ffffff80;
}

.button-2.ghost:hover {
  color: #151515;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #0000;
}

.button-2.hero-v4-left {
  background-color: #0000;
  width: 230px;
  display: none;
  inset: auto auto 40px 40px;
  box-shadow: 0 0 0 1px #ffffff80;
}

.button-2.hero-v4-left:hover {
  color: #151515;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #fff0;
}

.text-label {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: -4px;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.bg-image-5t {
  z-index: 0;
  opacity: .5;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  margin: auto;
  position: absolute;
  inset: 0;
}

.bg-image-5t._5 {
  opacity: .8;
  background-image: url('../images/header-website-2---wij-waarborgen-afstand.jpg');
  background-size: cover;
  position: absolute;
}

.bg-image-5t._5._2 {
  background-image: url('../images/header-objectbeveiliging.jpg');
}

.bg-image {
  z-index: 0;
  opacity: .5;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  margin: auto;
  position: absolute;
  inset: 0;
}

.bg-image._4 {
  opacity: .8;
  background-image: url('../images/Westland-Security---Cover-3.jpg');
  background-size: cover;
  position: absolute;
}

.hero-v4-heading {
  margin-top: 8px;
  margin-bottom: 16px;
  font-size: 64px;
  line-height: 80px;
}

.hero-v4-heading.margin-big {
  color: var(--white-smoke-2);
  width: 90%;
  margin-bottom: 24px;
  font-size: 50px;
  line-height: 60px;
}

.vertical-info-left {
  z-index: 3;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 520px;
  height: 50px;
  margin-top: -8px;
  font-size: 11px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
  position: absolute;
  left: -217px;
  transform: rotate(-90deg);
}

.wrapper {
  z-index: 1;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.h1-small {
  color: var(--nlg-huisstijl);
  letter-spacing: 5px;
  font-size: 13px;
  line-height: 20px;
}

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

.hero-v4-slider {
  color: #fff;
  height: 100vh;
}

.button-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.button-icon.left {
  margin-left: -2px;
  margin-right: 8px;
}

.button-icon.right {
  float: right;
  margin-left: 8px;
  margin-right: -2px;
}

.button-icon-2 {
  opacity: 0;
  position: absolute;
}

.absolute-card {
  border-right: 1px solid var(--snow-3);
  background-color: #fff;
  border-radius: 15px;
  justify-content: space-around;
  align-items: center;
  width: auto;
  height: auto;
  max-height: none;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  position: relative;
  top: auto;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.absolute {
  z-index: 1;
  display: none;
  position: relative;
  top: -25px;
}

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

.dienst-aanduiding {
  color: var(--midnight-green);
  margin-top: 0;
  font-size: 20px;
  font-weight: 700;
}

.link-block {
  border-right: 1px solid #00000040;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
}

.link-block:hover {
  transform: translate(0, -10px);
}

.collection-list-wrapper-2 {
  width: 100%;
}

.div-block-4 {
  z-index: 2;
  background-color: #fff;
  width: 2px;
  min-width: 2px;
  max-width: 2px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.gray {
  color: var(--nlg-huisstijl);
}

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

.navigation-contact {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 12px;
  display: flex;
}

.contact-nav {
  background-color: #fff;
}

.div-block-6 {
  align-self: center;
}

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

.dienst-wrapper {
  position: relative;
}

.dienst-link {
  border-radius: 10px;
  min-height: 400px;
  padding: 0;
  display: block;
  position: relative;
}

.heading-11 {
  color: #fff;
  margin-bottom: 24px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.div-block-7 {
  background-color: #0000;
  background-image: linear-gradient(#121f3e80, #121f3e80), url('../images/Straatcoach.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 21px;
  display: flex;
  position: absolute;
}

.div-block-7.is-straatcoach {
  background-image: linear-gradient(#0b352273, #0b352273), url('../images/WhatsApp-Image-2026-02-09-at-11.36.25-4.jpeg');
  background-position: 0 0, 0 100%;
}

.div-block-7.is-zorgbeveiliging {
  background-image: linear-gradient(#0b352273, #0b352273), url('../images/WhatsApp-Image-2026-02-09-at-11.36.25-5.jpeg');
  background-position: 0 0, 0%;
}

.div-block-7.is-objectbeveiliging {
  background-image: linear-gradient(#0b352273, #0b352273), url('../images/WhatsApp-Image-2026-02-09-at-11.36.25-2.jpeg');
  background-position: 0 0, 0 100%;
}

.div-block-7.is-receptiedienst {
  background-image: linear-gradient(#0b352273, #0b352273), url('../images/WhatsApp-Image-2026-02-09-at-11.36.25-1.jpeg');
  background-position: 0 0, 0%;
}

.div-block-7.is-mobiele-surveillance {
  background-image: linear-gradient(#0b352273, #0b352273), url('../images/WhatsApp-Image-2026-02-09-at-11.36.25-3.jpeg');
  background-position: 0 0, 0 100%;
}

.div-block-7.is-logistieke-beveiliging {
  background-image: linear-gradient(#121f3e80, #121f3e80), url('../images/beveiliging.webp');
}

.button-primairy {
  background-color: var(--nlg-huisstijl);
  color: #fff;
  padding: 20px 40px;
  display: inline-block;
}

.hover-card {
  background-color: var(--midnight-green);
  opacity: 0;
  color: #fff;
  cursor: pointer;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 15px;
  transition: all .4s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hover-card:hover {
  opacity: 1;
}

.white {
  color: #fff;
  font-size: 18px;
  line-height: 32px;
}

.heading-12 {
  margin-bottom: 24px;
}

.team-card-new {
  background-color: #fff;
}

.div-block-8 {
  padding: 25px;
}

.div-block-10 {
  flex-direction: column;
  display: flex;
}

.div-block-11 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-11.left {
  align-items: flex-start;
}

.heading-13 {
  color: var(--nlg-huisstijl);
}

.margin-top._12px {
  margin-top: 12px;
}

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

.grid-3._12 {
  margin-top: 12px;
}

.div-block-12 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-12.left {
  align-items: flex-start;
}

.heading-14 {
  color: var(--midnight-green);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.text-color-white {
  color: var(--alice-green);
}

.image-2 {
  object-fit: cover;
  height: 18rem;
}

.image-2.width-100 {
  width: 100%;
}

.margin-bottom.margin-small {
  margin-bottom: 1rem;
}

.button-3 {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-3.is-secondary {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.button-3.is-secondary.is-alternate {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
}

.button-3.is-alternate {
  border-color: var(--\<unknown\|relume-variable-neutral-white\>);
  background-color: var(--\<unknown\|relume-variable-neutral-white\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.header30_content {
  z-index: 1;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  max-height: 60rem;
  display: flex;
  position: relative;
}

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

.text-size-medium {
  font-size: 1.125rem;
}

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

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.heading-style-h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.header30_background-image-wrapper {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.section_header30 {
  position: relative;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

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

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

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

.image-overlay-layer {
  z-index: 1;
  background-image: linear-gradient(#00000080, #00000080), url('../images/WhatsApp-Image-2026-02-09-at-11.36.25-3.jpeg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.image-owner {
  background-image: url('../images/WhatsApp-Image-2026-02-09-at-11.36.25-2.jpeg');
  background-position: 0 75%;
  background-size: cover;
  width: 100%;
  min-height: 20rem;
}

.image-owner._1 {
  background-image: url('../images/WhatsApp-Image-2026-02-09-at-11.36.25-5.jpeg');
}

@media screen and (min-width: 1920px) {
  .hero-v4-slide {
    background-image: url('../images/Kantoor-NLG.webp');
    background-size: cover;
  }

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

  .hero-v4-heading.margin-big {
    width: 100%;
    font-size: 64px;
  }
}

@media screen and (max-width: 991px) {
  .hero-grid {
    grid-row-gap: 100px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .nav-menu {
    background-color: #fff;
    padding-bottom: 12px;
  }

  .navigation-container.hide-on-mob {
    display: none;
  }

  .menu-button {
    border: 1px solid #96a0b526;
    margin-left: 20px;
  }

  .menu-button.w--open {
    background-color: var(--nlg-huisstijl);
  }

  .projects-wrapper {
    grid-column-gap: 50px;
  }

  .feature-grid.bottom {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .project-collection-list {
    grid-column-gap: 42px;
  }

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

  .testimonial-slider-grid {
    grid-column-gap: 42px;
  }

  .style-grid {
    display: block;
  }

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

  .typography-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .color-block {
    display: block;
  }

  .style-color-wrap {
    flex-wrap: wrap;
  }

  .text-wrap {
    margin-bottom: 16px;
  }

  .medium-title {
    font-size: 20px;
    line-height: 28px;
  }

  .header-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-text-wrap {
    margin-bottom: 40px;
  }

  .link-grid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .legal-wrap {
    flex-direction: column-reverse;
  }

  .footer-link-wrap {
    margin-top: 40px;
  }

  .cta-block {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .project-image-wrapper {
    height: 350px;
  }

  .testimonial-image {
    height: 530px;
  }

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

  .service-image-large {
    height: 380px;
  }

  .service-short-description {
    margin-bottom: 32px;
  }

  .features-grid {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
  }

  .service-content-grid {
    grid-template-columns: 2.5fr;
  }

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

  .contact-column {
    max-width: none;
  }

  .our-story-grid {
    grid-column-gap: 32px;
    grid-row-gap: 60px;
  }

  .grey-banner {
    display: none;
  }

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

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

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

  .licence-card {
    padding: 32px 16px;
  }

  .faq-question-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-block-hero {
    max-width: none;
    margin-bottom: 60px;
  }

  .hero-image-large {
    max-width: 100%;
    height: 520px;
    position: relative;
  }

  .header-large {
    flex-direction: column-reverse;
    min-height: auto;
    padding-top: 160px;
  }

  .white-bar-bottom {
    height: 20%;
  }

  .button-navigation {
    margin-right: 20px;
  }

  .navigation-wrap {
    display: block;
  }

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

  .navigation-line {
    max-width: 100%;
  }

  .nav-link-dark {
    text-align: center;
  }

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

  .question-title {
    font-size: 20px;
    line-height: 28px;
  }

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

  .header-block {
    max-width: none;
    margin-bottom: 24px;
  }

  .project-image-short {
    height: 350px;
  }

  .content-image-wrap-large {
    width: 88%;
  }

  .voordelen-nlg-security, .header-services {
    padding-left: 3%;
    padding-right: 3%;
  }

  .grid-2 {
    flex-direction: column;
    display: flex;
  }

  .sticky-menu {
    display: none;
  }

  .hero-v4-slide {
    margin-top: auto;
    top: 0;
    bottom: 0;
  }

  .intro {
    margin-bottom: 64px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .slide-progress {
    height: 2px;
    bottom: 54px;
    left: 240px;
    right: 240px;
  }

  .button-2.hero-v4-right {
    width: 170px;
    bottom: 32px;
    right: 32px;
  }

  .button-2.hero-v4-left {
    width: 170px;
    bottom: 32px;
    left: 32px;
  }

  .text-label {
    margin-bottom: 8px;
    font-size: 11px;
  }

  .hero-v4-heading {
    margin-bottom: 16px;
    font-size: 52px;
    line-height: 64px;
  }

  .hero-v4-heading.margin-big {
    margin-bottom: 24px;
    font-size: 40px;
  }

  .vertical-info-left {
    font-size: 10px;
    left: -225px;
  }

  .hero-v4-slider {
    height: 100vh;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .absolute {
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .grid-3._12 {
    flex-direction: column;
    display: flex;
  }

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

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

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

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

@media screen and (max-width: 767px) {
  .nav-menu {
    background-color: #fff;
  }

  .heading-wrap {
    margin-bottom: 40px;
  }

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

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

  .client-wrap {
    max-width: 100%;
  }

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

  .feature-grid.bottom {
    grid-template-rows: auto;
  }

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

  .expert-card {
    min-width: 340px;
    margin-right: 24px;
  }

  .employees-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    overflow: scroll;
  }

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

  .slider-content-block {
    min-height: 450px;
  }

  .service-section {
    padding-top: 60px;
  }

  .project-column.column-padding {
    margin-bottom: 32px;
    padding-top: 0;
  }

  .legal-wrap {
    text-align: center;
    flex-direction: column;
  }

  .project-image-wrapper {
    height: 460px;
  }

  .feature-image {
    height: 480px;
  }

  .footer-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .service-image-large {
    height: 300px;
  }

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

  .features-grid, .benefits-grid {
    grid-template-columns: 1fr;
  }

  .contact-block-grey {
    padding: 30px;
  }

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

  .h1-title-centre {
    font-size: 36px;
  }

  .about-image {
    display: none;
  }

  .about-image-grid {
    grid-template-columns: 1fr;
    height: 500px;
    display: none;
  }

  .about-stats-wrap {
    padding-right: 14px;
  }

  .our-story-grid {
    grid-row-gap: 32px;
    grid-template-columns: 1.25fr;
  }

  .cta-grid, .blog-hero-grid, .service-grid, .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .service-header-image {
    height: 350px;
  }

  .tab-link-category {
    margin-bottom: 0;
  }

  .tabs-menu {
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    overflow: auto;
  }

  .our-story-content-wrap {
    margin-bottom: 64px;
  }

  .our-story-image {
    max-height: 300px;
  }

  .blog-image-wrap {
    height: 550px;
  }

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

  .blog-block-featured {
    bottom: 0;
    left: 0;
  }

  .breadcrumb {
    flex-wrap: wrap;
  }

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

  .licence-graphic {
    height: 240px;
  }

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

  .navigation-line {
    max-width: 100%;
  }

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

  .heading-wrap-large {
    margin-bottom: 40px;
  }

  .contact-block {
    padding: 30px;
  }

  .project-collection-column {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

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

  .project-image-short {
    height: 460px;
  }

  .testimonial-grid-large {
    grid-template-columns: 1fr;
  }

  .content-wrap-section {
    flex-direction: column;
  }

  .content-image-wrap-large {
    width: 100%;
    height: 370px;
  }

  .content-square-1, .content-square-left {
    max-width: none;
    position: relative;
  }

  .content-wrap-right-section {
    flex-direction: column;
  }

  .project-image-post {
    height: 450px;
  }

  .hero-v4-content {
    padding-bottom: 8px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .intro {
    margin-bottom: 48px;
  }

  .slide-progress {
    bottom: 0;
    left: 0;
    right: 0;
  }

  .button-2.hero-v4-right {
    bottom: 20px;
    right: 16px;
  }

  .button-2.hero-v4-left {
    bottom: 20px;
    left: 16px;
  }

  .hero-v4-heading {
    font-size: 40px;
    line-height: 48px;
  }

  .hero-v4-heading.margin-big {
    width: 70%;
    font-size: 25px;
  }

  .vertical-info-left {
    display: none;
  }

  .hero-v4-slider {
    height: 75vh;
  }

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

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

  .text-size-medium {
    font-size: 1rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

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

@media screen and (max-width: 479px) {
  h2 {
    font-size: 36px;
  }

  .button-orange.margin-right-16 {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .content-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .nav-menu {
    background-color: var(--white-smoke);
  }

  .logo {
    max-width: 140px;
  }

  .menu-button {
    background-color: #fff;
    border-style: none;
  }

  .hero-text-wrap {
    text-align: center;
  }

  .heading-wrap {
    margin-bottom: 40px;
  }

  .card-content {
    flex-direction: column;
  }

  .service-image {
    height: 220px;
  }

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

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

  .client-wrap {
    max-width: 80%;
  }

  .feature-grid.bottom {
    margin-bottom: 40px;
  }

  .expert-card {
    min-width: 100%;
  }

  .employees-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .slider-content-block {
    padding-bottom: 100px;
  }

  .left-arrow, .right-arrow {
    bottom: -100px;
  }

  .hero-heading {
    font-size: 36px;
  }

  .hero-paragraph {
    max-width: 560px;
  }

  .button-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .button-wrap.middle {
    align-items: center;
  }

  .number {
    margin-bottom: 16px;
  }

  .large-title {
    font-size: 18px;
  }

  .link-grid {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .legal-wrap {
    flex-direction: column-reverse;
    justify-content: flex-end;
  }

  .footer-link-wrap {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 25px;
  }

  .legal-link {
    align-self: center;
  }

  .project-image-wrapper {
    height: 330px;
  }

  .feature-image {
    height: 340px;
  }

  .testimonial-image {
    height: 320px;
  }

  .footer-grid {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .footer-logo {
    width: 140px;
    max-width: 140px;
    display: block;
  }

  .footer-left-content-block {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .service-image-large {
    height: 220px;
  }

  .services-text-wrap {
    padding: 20px;
  }

  .service-menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .services-navigation-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .features-grid, .benefits-grid {
    grid-template-columns: 1fr;
  }

  .text-detail-grey {
    font-size: 18px;
    line-height: 32px;
  }

  .breadcrumb-title.white {
    margin-left: 0;
  }

  .contact-grid {
    grid-column-gap: 110px;
    grid-row-gap: 64px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .contact-block-grey {
    padding: 24px;
  }

  .contact-column {
    display: flex;
  }

  .h1-title {
    font-size: 36px;
  }

  .contact-information {
    grid-template-columns: 1fr;
  }

  .small-button-orange {
    width: 100%;
  }

  .form-email {
    flex-direction: column;
    width: 100%;
  }

  .email-field {
    margin-bottom: 8px;
  }

  .form-block {
    flex-direction: column;
    width: 100%;
  }

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

  .about-image-grid {
    background-image: none;
    background-size: auto;
    height: auto;
    display: block;
  }

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

  .feature-content-wrap {
    flex-direction: column;
  }

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

  .service-header-image {
    height: 280px;
  }

  .tabs-menu {
    grid-template-columns: 1fr 1fr;
  }

  .paragraph {
    text-align: left;
    font-size: 18px;
    line-height: 32px;
  }

  .about-stats-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 3fr 1fr;
  }

  .blog-image-wrap {
    height: 420px;
  }

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

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

  .container {
    max-width: none;
  }

  .blog-block-featured {
    padding-left: 20px;
    padding-right: 20px;
  }

  .breadcrumb.services {
    justify-content: flex-start;
  }

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

  .licence-graphic {
    height: 180px;
  }

  .template-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .faq-question-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .content-block-hero {
    text-align: center;
    max-width: none;
  }

  .hero-image-large {
    height: 470px;
  }

  .header-large {
    padding-top: 172px;
    padding-bottom: 40px;
  }

  .header-grid {
    grid-column-gap: 32px;
    grid-row-gap: 52px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .nav-link-dark {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .nav-link-dark.mobile-only {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-navigation-white {
    display: none;
  }

  .social-link-wrap {
    margin-top: 40px;
  }

  .contact-section {
    padding-top: 180px;
  }

  .heading-wrap-large {
    margin-bottom: 40px;
  }

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

  .dropdown-list.w--open {
    box-shadow: none;
    text-align: left;
    display: block;
    left: 0;
  }

  .dropdown-wrapper {
    background-color: var(--white-smoke);
    display: flex;
  }

  .dropdown-link.w--current {
    text-align: left;
  }

  .contact-block {
    padding: 24px;
  }

  .content-grid-small {
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .author-name {
    margin-bottom: 4px;
  }

  .logo-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .project-image-short {
    height: 330px;
  }

  .testimonial-grid-large {
    grid-template-columns: 1fr;
  }

  .content-image-large {
    object-position: 0% 50%;
  }

  .content-square-1 {
    padding: 32px 20px;
  }

  .content-square-left {
    padding: 20px 32px;
  }

  .project-image-post {
    height: 400px;
  }

  .heading-6 {
    font-size: 40px;
    line-height: 1.4;
  }

  .heading-6.white, .heading-8 {
    font-size: 36px;
  }

  .header-services, .header-services.contact {
    height: 400px;
  }

  .preloader {
    overflow: hidden;
  }

  .hero-v4-content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-v4-slide {
    padding-left: 0;
  }

  .button-2.hero-v4-right, .button-2.hero-v4-left {
    width: 136px;
  }

  .bg-image-5t._5 {
    order: 0;
    align-self: flex-start;
    width: 100%;
    margin-right: auto;
    padding-right: 0;
    inset: 0%;
  }

  .bg-image._4 {
    order: 0;
    align-self: flex-start;
    width: 100%;
    margin-right: auto;
    padding-right: 0;
    position: absolute;
    inset: 0%;
  }

  .hero-v4-heading.margin-big {
    text-align: center;
    width: auto;
    font-size: 30px;
    line-height: 1.2em;
  }

  .vertical-info-left {
    height: 40px;
    padding-right: 48px;
  }

  .hero-v4-slider {
    height: 100vh;
    right: auto;
  }

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

  .div-block-9 {
    align-self: flex-start;
  }

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

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

#w-node-_40e7d4c9-c3c4-b1b6-20f1-50ad30a83ea3-3aee1f2f {
  align-self: auto;
}

#w-node-ae90b635-f43e-0a43-4e79-e2d2cf583c7a-3aee1f33, #w-node-_4381ac3f-f27e-b1aa-1b66-998427659ce8-27659ce2 {
  align-self: center;
}

#w-node-_3a05a342-6518-4227-20cd-238cec25deeb-3aee1f39, #w-node-_3a05a342-6518-4227-20cd-238cec25def7-3aee1f39 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3a05a342-6518-4227-20cd-238cec25df12-3aee1f39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a05a342-6518-4227-20cd-238cec25df16-3aee1f39 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9e3e4a7f-194e-96ff-5fc2-90c03d7bef57-3aee1f3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e3e4a7f-194e-96ff-5fc2-90c03d7bef5e-3aee1f3d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9e3e4a7f-194e-96ff-5fc2-90c03d7bef93-3aee1f3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_44aca066-85fc-312f-f228-5af32e203bce-3aee1f3d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9e3e4a7f-194e-96ff-5fc2-90c03d7bef57-3aee1f3e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e3e4a7f-194e-96ff-5fc2-90c03d7bef5e-3aee1f3e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9e3e4a7f-194e-96ff-5fc2-90c03d7bef93-3aee1f3e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_44aca066-85fc-312f-f228-5af32e203bce-3aee1f3e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9e3e4a7f-194e-96ff-5fc2-90c03d7bef57-3aee1f3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e3e4a7f-194e-96ff-5fc2-90c03d7bef5e-3aee1f3f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9e3e4a7f-194e-96ff-5fc2-90c03d7bef93-3aee1f3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_44aca066-85fc-312f-f228-5af32e203bce-3aee1f3f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9e3e4a7f-194e-96ff-5fc2-90c03d7bef57-3aee1f40 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e3e4a7f-194e-96ff-5fc2-90c03d7bef5e-3aee1f40 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9e3e4a7f-194e-96ff-5fc2-90c03d7bef93-3aee1f40 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_44aca066-85fc-312f-f228-5af32e203bce-3aee1f40 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9e3e4a7f-194e-96ff-5fc2-90c03d7bef57-3aee1f41 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e3e4a7f-194e-96ff-5fc2-90c03d7bef5e-3aee1f41 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9e3e4a7f-194e-96ff-5fc2-90c03d7bef93-3aee1f41 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_44aca066-85fc-312f-f228-5af32e203bce-3aee1f41 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_05dd72fd-64df-48cb-28ec-053455d1e895-55d1e885, #w-node-_43707f52-a2f3-9b48-e201-e2fca9555b1b-55d1e885 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9be4fc4b-7dc0-9378-b526-9535f3a55386-3aee1f2f, #w-node-_3a05a342-6518-4227-20cd-238cec25df0a-3aee1f39, #w-node-_3a05a342-6518-4227-20cd-238cec25df0e-3aee1f39, #w-node-_81e97446-fad5-e185-90db-74d40e2bfdc7-3aee1f39 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9be4fc4b-7dc0-9378-b526-9535f3a55386-3aee1f2f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3a05a342-6518-4227-20cd-238cec25defc-3aee1f39, #w-node-_3a05a342-6518-4227-20cd-238cec25df01-3aee1f39, #w-node-_3a05a342-6518-4227-20cd-238cec25df0a-3aee1f39, #w-node-_3a05a342-6518-4227-20cd-238cec25df0e-3aee1f39, #w-node-_3a05a342-6518-4227-20cd-238cec25df12-3aee1f39, #w-node-_81e97446-fad5-e185-90db-74d40e2bfdc7-3aee1f39 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


