.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

.quick-stack {
  aspect-ratio: auto;
  text-align: left;
  object-fit: fill;
  width: 90vw;
  margin-top: 2rem;
  margin-bottom: 4rem;
  padding: 0 0;
  position: static;
}

.heading {
  color: #000;
  text-align: left;
  letter-spacing: normal;
  text-indent: 0;
  column-count: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.heading-2 {
  font-size: 32px;
}

.heading-3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2rem;
  display: block;
}

.heading-4 {
  color: #000;
  letter-spacing: -.05em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#db6f00, #f57c00);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-family: Poppins, sans-serif;
  font-size: 6rem;
  font-weight: 600;
  line-height: 1em;
}

.paragraph {
  color: #000;
  width: auto;
  max-width: 500px;
  margin-bottom: 2.5rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.5em;
}

.paragraph.foot {
  text-align: right;
  align-self: flex-end;
}

.button {
  background-color: #f57c00;
  border-radius: 0;
  margin-left: 2.5rem;
  padding: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1em;
}

.button.cta {
  margin-left: 0;
  padding: 1rem;
  font-size: 1rem;
  line-height: 1em;
}

.button.cta:hover {
  border-radius: 4rem;
}

.button.formbut {
  width: 100%;
  margin-top: 2rem;
  margin-left: 0;
}

.flex-block {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: flex-start;
  align-items: center;
}

.button-2 {
  color: #000;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #fff;
  background-clip: content-box;
  border: 0 solid #000;
  padding: 0;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1em;
  display: block;
}

.cell {
  justify-content: center;
}

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

.cell-2 {
  background-image: none;
  justify-content: center;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  aspect-ratio: auto;
  width: 100%;
  max-width: none;
  margin: 2rem auto;
}

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

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

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.h2 {
  color: #000;
  text-align: left;
  letter-spacing: -.05em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#f57c00, #db6f00);
  -webkit-background-clip: text;
  background-clip: text;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1em;
}

.h2.sectie-2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#f57c00, #db6f00);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 1rem;
  padding-bottom: 8px;
  line-height: 1em;
}

.h2.overr {
  margin-bottom: 1rem;
}

.h3 {
  color: #000;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: .25rem;
  font-family: Poppins, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1em;
}

.h3.foote {
  align-self: flex-end;
}

.pa-2 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.cell-3 {
  justify-content: center;
}

.quick-stack-2 {
  grid-column-gap: 124px;
  grid-row-gap: 124px;
  width: 90vw;
  height: auto;
  margin: 4rem auto;
  padding: 0;
}

.cell-4 {
  justify-content: center;
  align-items: flex-start;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.quick-stack-3 {
  align-self: center;
  width: 90vw;
  margin-top: 4rem;
  margin-bottom: 2rem;
  padding: 0;
}

.quick-stack-4 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  object-fit: fill;
  width: 90vw;
  margin-bottom: 4rem;
  padding: 0;
}

.cell-5 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 1px solid #000;
  padding: 1.5rem;
}

.cell-5:hover {
  mix-blend-mode: normal;
  background-color: #fff;
  border-width: 1px;
  border-radius: 1rem;
}

.image-2 {
  border-radius: 0;
  padding-top: 40px;
}

.testimonial-column-light {
  border-bottom: 0 #e4ebf3;
  width: 90vw;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 0;
  display: block;
  position: relative;
}

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

.testimonial-card-two {
  border: 1px solid #000;
  flex-direction: column;
  padding: 2rem 1rem 1rem;
  display: flex;
}

.testimonial-text-two {
  margin-bottom: 52px;
}

.testimonial-info-three {
  color: #000;
  background-color: #f57c0000;
  justify-content: center;
  align-items: center;
  padding: 24px 16px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.cell-6 {
  text-align: left;
}

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

.heading-5.h2 {
  padding-bottom: 8px;
}

.cell-7 {
  justify-content: center;
}

.heading-6 {
  color: #000;
  text-align: center;
  align-self: center;
  width: 800px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 64px;
}

.quick-stack-5 {
  background-image: url('../images/Frame-3.png');
  background-position: 50%;
  background-size: auto;
  width: 100vw;
  height: 100vh;
  margin-top: 4rem;
  padding: 0;
}

.code-embed {
  align-self: center;
}

.navbar-no-shadow {
  background-color: #fff;
  justify-content: flex-start;
  width: 100vw;
  display: flex;
  position: sticky;
  top: 0;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px;
}

.container-regular {
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: none;
  min-height: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  max-height: none;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 10px;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
}

.nav-link:hover {
  color: #f57c00;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.last {
  margin-left: 0;
  font-size: 1rem;
  line-height: 1em;
}

.nav-link.last:hover {
  color: #f57c00;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.mobile-margin-top-10 {
  list-style-type: none;
}

.nav-button-wrapper {
  margin-left: 120px;
}

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

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

.navbar {
  justify-content: space-between;
  padding: 20px 40px;
  display: block;
}

.container-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.navbar-2 {
  box-sizing: border-box;
  object-fit: fill;
  background-color: #fff;
  padding-left: 40px;
}

.nav-menu-2 {
  order: 0;
  align-self: center;
  display: block;
}

.navbar-no-shadow-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.nav-menu-3 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.navbar-3 {
  padding: 20px 40px;
}

.container-4 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  max-height: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.nav-menu-4 {
  text-align: right;
  order: 1;
  justify-content: flex-end;
  display: block;
  position: static;
  right: 0;
}

.image-3 {
  z-index: auto;
  float: none;
  vertical-align: baseline;
  display: inline-block;
  position: relative;
  left: auto;
  right: auto;
}

.navbar-4 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.navbar-no-shadow-container-3 {
  z-index: 99;
  pointer-events: auto;
  object-fit: fill;
  background-color: #fff;
  border: 1px solid #606c7aad;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  width: 100vw;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 0;
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  overflow: visible;
}

.nav-menu-5 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.mobile-margin-top-12 {
  list-style-type: disc;
}

.image-4 {
  max-height: 80px;
}

.body {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-5 {
  width: 939.994vw;
}

.section {
  justify-content: center;
  align-items: center;
  width: 90vw;
  display: flex;
}

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

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 0 40px;
  position: relative;
}

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

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

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

.section-2 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
}

.quick-stack-6 {
  align-self: center;
  width: 90vw;
  padding: 0;
}

.cell-8 {
  justify-content: center;
}

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

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

.cell-9 {
  align-items: center;
}

.field-label {
  text-align: left;
}

.form-block {
  width: 33%;
}

@media screen and (max-width: 991px) {
  .quick-stack {
    align-self: auto;
  }

  .container {
    max-width: none;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .h2.sectie-2 {
    margin-bottom: 1rem;
  }

  .quick-stack-2 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .image-2 {
    width: 100%;
  }

  .testimonial-column-light {
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-grid-two {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

  .code-embed {
    margin-bottom: 0;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .nav-menu-3, .nav-menu-5 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .image-5 {
    height: 100%;
  }

  .container-6 {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .image-7, .image-8 {
    width: 100%;
  }

  .form-block {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .heading-4 {
    font-size: 4rem;
  }

  .hero-heading-right {
    padding: 60px 15px;
  }

  .h2 {
    align-self: flex-start;
  }

  .h2.overr {
    margin-bottom: 1rem;
  }

  .team-slider, .testimonial-column-light {
    padding: 60px 15px;
  }

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

  .testimonial-info-three {
    flex-direction: row;
  }

  .heading-5.h2 {
    text-align: left;
    justify-content: flex-start;
    display: flex;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .nav-menu-3 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .nav-menu-5 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .mobile-margin-top-12 {
    margin-top: 10px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .quick-stack {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .heading-3 {
    font-size: 1rem;
  }

  .heading-4 {
    font-size: 2rem;
  }

  .button.cta {
    text-align: center;
    flex: 1;
    align-self: auto;
    margin-left: 40px;
  }

  .flex-block {
    align-self: stretch;
  }

  .image {
    border-top-left-radius: 4rem;
    border-bottom-right-radius: 4rem;
  }

  .container {
    max-width: none;
  }

  .h2, .h2.sectie-2 {
    font-size: 2rem;
  }

  .h3 {
    font-size: 1.5rem;
  }

  .quick-stack-2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

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

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .quick-stack-3 {
    margin-top: 1rem;
    margin-bottom: 0;
  }

  .quick-stack-4 {
    margin-bottom: 1rem;
  }

  .testimonial-column-light {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 0;
  }

  .heading-6 {
    width: 90vw;
    font-size: 2rem;
    line-height: 1em;
  }

  .quick-stack-5 {
    object-fit: fill;
    background-position: 50% 0;
    background-size: auto;
    background-attachment: fixed;
    height: auto;
  }

  .code-embed {
    width: 90vw;
  }

  .nav-menu-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

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

  .nav-link, .nav-link.last {
    margin-left: 40px;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .menu-button {
    padding: 0;
  }

  .nav-menu-3 {
    flex-direction: column;
  }

  .nav-menu-5 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .image-4 {
    width: 75%;
  }

  .image-5, .image-6 {
    border-top-left-radius: 4rem;
    border-bottom-right-radius: 4rem;
  }

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

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .icon {
    object-fit: fill;
    width: 24px;
    height: 100%;
  }

  .list-item, .list-item-2, .list-item-3, .list-item-4 {
    align-self: flex-start;
  }

  .form-block {
    width: 90%;
  }
}

#w-node-bb90d75e-a653-2748-5d1e-22d89fa84ece-07fd69ea {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

#wat.w-node-_3428cd48-8a1b-7d38-f8f2-5fc51fa8898d-07fd69ea {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#diensten.w-node-_7c7956b8-a324-accb-6e77-3402e30e2a69-07fd69ea {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_50214b76-a1b0-71e0-6bfd-5341a987905b-07fd69ea {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_84d74f1e-7b5e-6378-f50d-5daa8304577a-07fd69ea, #w-node-_84d74f1e-7b5e-6378-f50d-5daa83045784-07fd69ea, #w-node-_84d74f1e-7b5e-6378-f50d-5daa8304578e-07fd69ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#ons.w-node-_0eb98c85-619f-2190-8a32-cd770718df91-07fd69ea {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-cb7fa891-0842-0c55-082d-52185b2e6112-07fd69ea {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-bdae80b0-b9dc-4684-662b-99f903848374-07fd69ea {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-bb90d75e-a653-2748-5d1e-22d89fa84ece-07fd69ea, #wat.w-node-_3428cd48-8a1b-7d38-f8f2-5fc51fa8898d-07fd69ea {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ae5175ea-b2d5-8fbf-d3d6-f440254e4a3d-07fd69ea {
    order: 9999;
  }

  #w-node-_50214b76-a1b0-71e0-6bfd-5341a987905b-07fd69ea, #ons.w-node-_0eb98c85-619f-2190-8a32-cd770718df91-07fd69ea {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bdae80b0-b9dc-4684-662b-99f903848374-07fd69ea {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}


