:root {
  --logo-kleur-2: #2b2e83;
  --titels: Inter, sans-serif;
  --logo-kleur: #b6c92e;
  --wit: white;
  --text: Inter, sans-serif;
  --logo-kleur-donkerder: #a8bc2a;
  --transparant: #fff0;
  --logo-2-zachter: #2f337a;
  --lichtgrijs: #f2f4f8;
  --border: #e2e6ee;
}

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

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

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

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

.button-primary-large {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--logo-kleur-2);
  font-family: var(--titels);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary-large:hover {
  background-color: var(--logo-kleur);
}

.header-19-title {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #fff;
  flex-flow: column;
  width: 100%;
  max-width: 628px;
  display: flex;
}

.header-19-section {
  background-image: linear-gradient(#00000040, #00000040), url('../images/foto2.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 164px 5%;
  display: flex;
}

.h1-heading {
  font-family: var(--titels);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.15;
}

.button-group {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.column-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.button-secondary-large {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--logo-kleur);
  color: var(--wit);
  text-align: center;
  white-space: nowrap;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-secondary-large:hover {
  background-color: var(--logo-kleur-2);
}

.max-width-regular {
  width: 100%;
  max-width: 512px;
}

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

.paragraph-large {
  font-family: var(--text);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.overline-small {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.5;
}

.code-embed {
  display: none;
}

.nav-bg-pattern {
  z-index: -1;
  pointer-events: none;
  color: #eeeef0;
  position: absolute;
  inset: -3px auto auto -3px;
}

.dropdown-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-2x-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.button-subtle {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #1a1925;
  text-align: center;
  letter-spacing: -.006em;
  background-color: #eeeef0;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: inline-flex;
  box-shadow: 0 1px 2px -1px #1a19250f, 0 1px 1px #1a192514, 0 .5px .5px #1a192514;
}

.button-subtle:hover {
  background-color: #e7e7ea;
}

.navigation {
  background-color: #0000;
  padding: 24px 5%;
}

.nav-link-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #1a1925;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.nav-link-small:hover {
  color: #1f62ff;
}

.banner {
  color: #fff;
  padding-top: 8px;
  padding-left: 8px;
  padding-right: 8px;
}

.nav-text {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  max-width: 272px;
  display: flex;
}

.dropdown-menu-gray {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #eeeef0;
  border-radius: 16px 32px 32px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  width: 81vw;
  max-width: 824px;
  padding: 8px;
  display: flex;
  box-shadow: 0 1px 2px -1px #1a19250a, 0 1px 1px #1a19250a, 0 .5px .5px #1a19250a;
}

.nav-menu-large {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  border-radius: 24px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  padding: 24px;
  display: grid;
  box-shadow: 0 24px 32px -3px #1a19250a, 0 12px 24px -3px #1a19250f, 0 6px 6px -3px #1a19250a, 0 3px 3px -1.5px #1a19250a, 0 1px 1px -.5px #1a192508;
}

.button-secondary {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-align: center;
  letter-spacing: -.006em;
  background-color: #1a1925;
  background-image: linear-gradient(#ffffff1f, #fff0);
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: inline-flex;
  box-shadow: inset 0 -8px 20px #1a192514, 0 8px 12px -4px #1a19250f, 0 4px 8px -4px #1a19251f, 0 2px 4px -1px #1a19251f, 0 1px 1.5px -.5px #1a19251f, 0 .75px .75px #1a19251f, 0 .25px .25px #1a19253d, inset 0 1px 3px #ffffff14, inset 0 .75px .75px #ffffff14, inset 0 .25px .25px #ffffff1f;
}

.button-secondary:hover {
  background-color: #51515e;
}

.nav-dropdown {
  background-color: #0000;
  border-radius: 16px;
  height: auto;
  transition: all .3s, background-color .3s;
}

.icon-wrapper {
  z-index: 1;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

.nav-feature-icon {
  background-color: #f7f7f8;
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.paragraph-x-small {
  color: #51515e;
  font-size: 12px;
  line-height: 16px;
}

.paragraph-x-small.text-color-white {
  color: #fff;
}

.paragraph-x-small.text-color-tertiary {
  color: #73737f;
}

.row-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.banner-block {
  background-color: #1a1925;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  position: relative;
}

.overline {
  color: #73737f;
  letter-spacing: .01em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.divider-secondary {
  background-color: #eeeef0;
  border-radius: 4px;
  flex: none;
  width: 100%;
  height: 1px;
}

.nav-dropdown-toggle {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  letter-spacing: -.006em;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 4px 8px 4px 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  transition: background-color .3s, box-shadow .3s;
  display: flex;
}

.nav-dropdown-toggle:hover, .nav-dropdown-toggle.w--open {
  background-color: #fff;
  box-shadow: 0 1px 2px -1px #1a19250a, 0 1px 1px #1a19250a, 0 .5px .5px #1a19250a;
}

.icon-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

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

.column-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.banner-pattern-left {
  pointer-events: none;
  width: 39%;
  max-width: 558px;
  position: absolute;
  left: 0%;
  right: auto;
}

.nav-feature {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #1a1925;
  background-color: #fff;
  border: 1px solid #eeeef0;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px;
  transition: all .3s;
  display: flex;
}

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

.nav-dot {
  background-color: #a3a3ae;
  border-radius: 4px;
  width: 2px;
  height: 2px;
}

.navigation-component {
  background-color: #f7f7f8;
}

.nav-menu-links {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
}

.banner-close-button {
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 6px 0% auto;
}

.column-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  max-width: none;
  display: flex;
}

.banner-pattern-right {
  pointer-events: none;
  width: 22%;
  max-width: 316px;
  position: absolute;
  left: auto;
  right: 0%;
}

.nav-menu-title {
  padding: 12px 12px 12px 24px;
}

.nav-menu-title.visible-tablet {
  display: none;
}

.navigation-container {
  z-index: 2;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1084px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-link {
  color: #1a1925;
  letter-spacing: -.006em;
  background-color: #0000;
  border-radius: 99px;
  padding: 4px 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  transition: background-color .3s;
}

.nav-link:hover {
  background-color: #fff;
  box-shadow: 0 1px 2px -1px #1a19250a, 0 1px 1px #1a19250a, 0 .5px .5px #1a19250a;
}

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

.nav-dropdown-list {
  background-color: #0000;
  padding-top: 12px;
  overflow: hidden;
}

.nav-dropdown-list.w--open {
  left: -40px;
}

.paragraph-small {
  color: #51515e;
  letter-spacing: -.006em;
  font-size: 14px;
  line-height: 20px;
  overflow: visible;
}

.paragraph-small.text-strong {
  color: #1a1925;
  font-weight: 500;
}

.nav-caption {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.banner-container {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.nav-grid-small {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
}

.nav_feature-card {
  color: #fff;
  border-radius: .5rem;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.image-cover {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 80% 50%;
  width: 100%;
  height: 100%;
  overflow: clip;
}

.nav_dropdown-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #000;
  border-radius: .5rem;
  justify-content: flex-start;
  align-items: center;
  padding: .75rem;
  text-decoration: none;
  display: flex;
}

.nav_dropdown-link:hover {
  background-color: var(--logo-kleur);
}

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

.nav_dropdown-links {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  display: flex;
}

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

.body-small {
  margin-bottom: 0;
  font-size: .875rem;
  line-height: 1.75;
}

.body-small.text-weight-medium {
  color: var(--logo-kleur-2);
  font-size: 16px;
}

.body-small.text-color-tertiary {
  color: #71717b;
}

.body-small.text-color-secondary {
  color: #3f3f46;
}

.dropdown_icon-wrapper {
  background-color: #f4f4f500;
  border: 1px #f4f4f5;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.nav_menu {
  position: static;
}

.icon-medium {
  color: var(--logo-kleur-2);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.nav_bar {
  z-index: 999;
  background-color: var(--wit);
  padding: 1.5rem 5%;
  position: relative;
}

.nav_dropdown-card {
  background-color: #fff;
  border: 1px solid #d4d4d8;
  border-radius: .75rem;
  padding: .5rem;
  overflow: hidden;
}

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

.icon-x-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.icon-x-small.text-color-brand {
  color: var(--logo-kleur);
}

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

.nav_feature-heading {
  padding: 1.25rem;
  position: absolute;
  inset: auto 0% 0%;
}

.nav_right {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav_menu-icon-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.row-3x-small {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-medium {
  width: 100%;
  max-width: 74rem;
  margin-left: auto;
  margin-right: auto;
}

.nav_link {
  color: var(--logo-kleur-2);
  white-space: nowrap;
  padding: .5rem 1rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.75;
  text-decoration: none;
  transition: color .3s;
}

.nav_link:hover, .nav_link.w--current {
  color: #000;
}

.nav_link.is-dropdown-toggle {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: space-between;
  align-items: center;
  padding-right: .75rem;
  display: flex;
}

.nav_link.navlink-contact {
  display: none;
}

.nav_dropdown-arrow {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.nav_logo-link {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.nav_dropdown-list {
  background-color: #0000;
  padding-top: 2rem;
}

.nav_dropdown-list.w--open {
  background-color: #0000;
  padding-top: 12px;
}

.nav_dropdown-list.is-medium {
  min-width: 37.5rem;
  left: -4rem;
}

.h6-heading {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1.25;
}

.h6-heading.text-weight-semibold {
  background-color: var(--logo-kleur-2);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  color: var(--logo-kleur);
  border-radius: 20px;
  padding: 10px;
  font-weight: 600;
}

.nav_logo {
  aspect-ratio: auto;
  object-fit: contain;
  width: 100%;
  max-width: 12rem;
  height: 100%;
}

.nav_links {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #05df72;
  border-radius: 99rem;
  justify-content: center;
  align-items: center;
  min-height: 2.75rem;
  padding: .5rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: color .5s, background-color .5s;
  display: inline-flex;
}

.button:hover {
  background-color: #00c950;
}

.button.outline {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
}

.button.outline:hover {
  color: #fff;
  background-color: #000;
}

.icon-large {
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.paragraph-x-small-2 {
  font-family: var(--text);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.section-regular {
  background-color: var(--wit);
  padding: 82px 5%;
  position: relative;
}

.overline-regular {
  font-family: var(--titels);
  letter-spacing: 1.28px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

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

.feature-footnote-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.h2-heading {
  font-family: var(--titels);
  color: var(--logo-kleur-2);
  letter-spacing: -1.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 500;
  line-height: 64px;
}

.subheading-large {
  color: #030711;
  letter-spacing: -.32px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.subheading-large.text-color-gray-600 {
  font-family: var(--text);
  color: #4b5563;
  font-size: 18px;
  font-weight: 500;
}

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

.subheading-regular {
  font-family: var(--titels);
  color: var(--logo-kleur-2);
  letter-spacing: -.18px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.feature-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--logo-kleur-donkerder);
  border-radius: 8px;
  flex-direction: row;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.icon-wrapper-2 {
  background-color: var(--transparant);
  color: var(--transparant);
  border-radius: 0%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.icon-wrapper-2.green {
  background-color: var(--transparant);
  color: #2c8c3e;
}

.icon-wrapper-2.red {
  background-color: var(--transparant);
  color: #d12e46;
}

.icon-wrapper-2.blue {
  background-color: var(--transparant);
  color: #4250d1;
}

.column-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.column-x-small.column-center {
  text-align: center;
  align-items: center;
}

.paragraph-regular {
  font-family: var(--text);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.title-center-regular {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 858px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.column-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.image, .image-2, .image-3, .image-4 {
  width: 48px;
  height: 48px;
}

.content-feature-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.column-x-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.content-image-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

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

.content-feature-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.paragraph-large-2 {
  letter-spacing: -.3px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.content-grid {
  grid-column-gap: 100px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 638px) 1fr;
}

.paragraph-small-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.icon-wrapper-3 {
  color: #b95bb4;
  background-color: #f4dcf4;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.icon-wrapper-3.blue {
  color: #4250d1;
  background-color: #e1e7f9;
}

.section-x-large {
  padding: 144px 5%;
}

.care-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: flex;
}

.case-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.section-subtitle {
  color: #4f4f4f;
  letter-spacing: -.3px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

.section-subtitle.style-1 {
  color: #000;
  letter-spacing: -.5px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 170%;
}

.content-p {
  color: #4f4f4f;
  letter-spacing: -.3px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

.care-left-block {
  width: 100%;
  max-width: 750px;
}

.case-content-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.container-141 {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 75rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.care-area {
  background-color: #fff0;
  width: auto;
  height: 100%;
  padding: 90px 129px 80px 50px;
}

.care-image {
  border-radius: 10px;
  width: 100%;
  overflow: clip;
}

.section-title-124 {
  color: #000;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 600;
  line-height: 120%;
}

.care-section {
  background-color: #eee0;
  padding: 0;
}

.care-right-block {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  width: 100%;
  max-width: 405px;
  display: flex;
}

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

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

.content-13-component {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.content-13-features {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.section-regular-2 {
  background-color: #fff;
  padding: 64px 5%;
  position: relative;
}

.content-13-image {
  border-radius: 12px;
  width: 100%;
  max-width: 520px;
  overflow: hidden;
}

.icon-regular {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.paragraph-small-3 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

.h2-heading-2 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
}

.overline-small-2 {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.icon-wrapper-regular {
  border: 1px solid #c8d1d9;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.content-13-title {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  max-width: 628px;
  display: flex;
}

.paragraph-small-4 {
  color: #40444c;
  letter-spacing: -.08px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

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

.h1-heading-2 {
  font-family: var(--titels);
  color: var(--logo-kleur-2);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 500;
  line-height: 64px;
}

.title-wrapper-full {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #383a42;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-regular-3 {
  background-color: #fff;
  padding: 80px 5%;
  position: relative;
}

.icon-large-2 {
  background-color: var(--transparant);
  color: var(--logo-kleur-2);
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.column-xx-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.brand-span {
  background-color: #c1ff71;
  padding-left: 4px;
  padding-right: 4px;
}

.container-small-2 {
  z-index: 5;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.subheading-large-2 {
  font-family: var(--titels);
  color: var(--logo-kleur-2);
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.subheading-large-2.text-brand-purple {
  color: #6153bd;
}

.feature-card-horizontal {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--logo-kleur-donkerder);
  background-color: var(--wit);
  text-align: left;
  border-radius: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.feature-card-horizontal:hover {
  background-color: var(--logo-kleur);
}

.column-2x-large {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.column-2x-large.column-center {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  border-radius: 12px;
  align-items: stretch;
  width: auto;
  max-width: 45rem;
  padding: 25px;
}

.paragraph-x-large {
  font-family: var(--text);
  max-width: 30rem;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.5;
}

.cta-9-section {
  opacity: 1;
  color: #fff;
  mix-blend-mode: normal;
  background-image: linear-gradient(#2b2e8359, #2b2e8359), url('../images/Voorbeeld.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding: 64px 5%;
  position: relative;
}

.button-primary-large-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-secondary-large-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #f5f7f8;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.icon-x-small-2 {
  color: var(--logo-kleur);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.paragraph-small-5 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

.overline-small-3 {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.h3-heading {
  font-family: var(--titels);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.2;
}

.hint-center {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-align: center;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.row-x-small-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.row-large {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer_content-column {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.section-padding {
  padding: 0;
}

.footer_link-light {
  color: #fff;
  text-underline-offset: 3px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75;
  text-decoration: none;
  transition: color .3s;
}

.footer_link-light:hover {
  color: #00c950;
}

.footer_link-tertiary {
  color: #71717b;
  text-underline-offset: 3px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75;
  text-decoration: none;
  transition: color .3s;
}

.footer_link-tertiary:hover {
  color: #00c950;
}

.footer_card-dark {
  color: #fff;
  background-color: #000;
  border-radius: 0;
  padding: 4rem 5%;
  overflow: hidden;
}

.footer_card-inner {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: space-between;
  display: flex;
}

.column-2x-small-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.footer_divider-dark {
  background-color: #52525c;
  width: 1px;
  height: 1.25rem;
}

.column-large-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.column-large-2.column-space-between {
  justify-content: space-between;
}

.body-large {
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.75;
}

.body-large.text-weight-medium {
  font-weight: 500;
}

.body-large.text-weight-medium.text-color-tertiary {
  color: var(--logo-kleur);
}

.h4-heading {
  letter-spacing: -.035em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.25;
}

.max-width-small {
  width: 100%;
  max-width: 24rem;
}

.footer_links-list {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  width: 100%;
  max-width: 16rem;
  display: flex;
}

.footer_logo {
  display: flex;
}

.footer_image {
  width: 250rem;
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.icon-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body-medium {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.75;
}

.body-medium.text-color-secondary {
  color: #3f3f46;
}

.cta-title-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  max-width: 839px;
  display: flex;
}

.footer-wrapper {
  z-index: 1;
  grid-column-gap: 88px;
  grid-row-gap: 88px;
  border-left: 1px #1f4746;
  border-right: 1px #1f4746;
  flex-flow: column;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 64px;
  display: flex;
  position: relative;
}

.cta-title-3 {
  color: #fff;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 800;
  line-height: 120%;
}

.button-text-2 {
  color: #322c7b;
  line-height: 160%;
}

.footer-link {
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  line-height: 170%;
  text-decoration: none;
  transition-duration: .4s;
}

.footer-link:hover {
  color: var(--logo-kleur-donkerder);
}

.footer-link.w--current {
  color: var(--logo-kleur);
}

.section-border-5 {
  z-index: -1;
  background-color: #1f4746;
  width: 1px;
  height: 100%;
  margin-left: 12px;
  position: absolute;
  top: 0%;
  left: 50%;
}

.footer-p {
  opacity: .8;
  color: #f6f6f4;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

.location-text {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

.location-text.link {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  text-decoration: none;
  transition-duration: .4s;
}

.location-text.link:hover {
  color: #9cd31f;
  text-decoration: underline;
}

.container-22 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 74rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.location-text-wrap {
  flex-flow: column;
  display: flex;
}

.cta-wrapper {
  z-index: 1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  border-left: 1px #1f4746;
  border-right: 1px #1f4746;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 70px;
  display: flex;
  position: relative;
}

.footer-logo-2.w--current {
  text-decoration: none;
}

.copyright-text-2 {
  color: #f6f6f4;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
}

.button-12 {
  color: #063231;
  text-align: center;
  letter-spacing: .2px;
  background-color: #bfcb2d;
  border: 1.5px solid #0632311a;
  border-radius: 10px;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 170%;
  text-decoration: none;
  transition: all .4s;
  display: inline-block;
}

.button-12:hover {
  color: #fff;
  background-color: #fcad38;
}

.footer-widget {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 22%;
  display: flex;
}

.footer-bottom-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 10px;
  border-top: 1.5px solid #ffffff1a;
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  padding-top: 24px;
  display: flex;
}

.footer-section-3 {
  z-index: 1;
  background-color: #322c7d;
  padding-left: 5%;
  padding-right: 5%;
}

.social-media-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.button-icon-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-top-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.footer-top-left-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  max-width: 360px;
  display: flex;
}

.copyright {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-border-01 {
  z-index: -1;
  background-color: #1f4746;
  width: 1px;
  height: 100%;
  margin-left: -12px;
  position: absolute;
  top: 0;
  left: 50%;
}

.footer-contact-info {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.footer-widget-wrapper {
  grid-column-gap: 52px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  max-width: 590px;
  display: flex;
}

.location-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: flex-start;
  display: flex;
}

.cta-para {
  opacity: .8;
  color: #f6f6f4;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

.button-icon-normal {
  display: block;
}

.footer-logo-img {
  width: 150px;
  max-width: none;
}

.footer-widget-title {
  opacity: 1;
  color: var(--logo-kleur);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

.button-icon-hover {
  display: block;
  position: absolute;
  left: -22px;
}

.footer-widget-lists {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  display: flex;
}

.container-21 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.social-text-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #f6f6f4;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  text-decoration: none;
  transition-duration: .4s;
  display: flex;
}

.social-text-item:hover {
  filter: sepia(2000%);
  color: #f6f6f4;
}

.cta-section-3 {
  z-index: 1;
  background-color: #322e7b;
  padding-left: 30px;
  padding-right: 30px;
}

.button-area {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.bold-text {
  font-family: var(--titels);
  color: var(--logo-kleur-2);
  font-size: 50px;
  font-weight: 500;
}

.text-block, .text-block-2 {
  font-family: var(--text);
}

.bold-text-2 {
  font-family: var(--titels);
  font-weight: 500;
}

.div-block {
  padding-left: 0%;
}

.heading {
  font-family: var(--titels);
  font-size: 50px;
}

.paragraph {
  font-family: var(--text);
  font-size: 18px;
  font-weight: 400;
}

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

.producten-sectie {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  padding: 60px 5%;
  display: flex;
}

.container-142 {
  width: auto;
  max-width: none;
}

.button-primary-large-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary-large-3:hover {
  background-color: #000;
}

.paragraph-large-3 {
  font-family: var(--text);
  color: var(--logo-kleur);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.5;
}

.button-outline-large {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #c8d1d9;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: border-color .3s;
  display: inline-flex;
}

.header-24-title {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
  display: flex;
}

.h1-heading-3 {
  font-family: var(--titels);
  color: var(--logo-kleur);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.15;
}

.button-group-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.header-24-section {
  background-color: var(--logo-kleur-2);
  padding: 180px 5%;
  position: relative;
}

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

.overline-small-4 {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.header-24-image {
  width: 100%;
  max-width: 45%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.h6-heading-2 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.paragraph-large-4 {
  font-family: var(--titels);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.5;
}

.column-small-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: center;
  display: flex;
}

.section-regular-4 {
  background-color: #fff;
  padding: 60px 5%;
  position: relative;
}

.subheading-large-3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.column-3x-large {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
}

.h2-heading-3 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
}

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

.bold-text-3 {
  font-family: var(--titels);
  text-align: left;
  font-weight: 500;
}

.bold-text-4 {
  font-family: var(--titels);
}

.form_input-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.form_block {
  margin-bottom: 0;
}

.form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

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

.column-2x-large-2 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

.form_label {
  color: #000;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

.contact_grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.form_message-success {
  color: #000;
  text-align: center;
  background-color: #f0fdf4;
  border-radius: 2rem;
  padding: .75rem 1.5rem;
  font-size: 1rem;
}

.text-link {
  color: #000;
  font-weight: 500;
  text-decoration: underline;
  transition: color .3s;
}

.text-link:hover {
  color: #00c950;
}

.contact_details {
  flex-flow: column;
  width: 100%;
  max-width: 28rem;
  margin-left: auto;
  display: flex;
}

.form_message-error {
  text-align: center;
  background-color: #ffe3e1;
  border-radius: 2rem;
  padding: .75rem 1.5rem;
  font-size: 1rem;
}

.form_field {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

.column-small-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.contact_image-top {
  border-radius: 1rem;
  height: 20rem;
  overflow: hidden;
}

.link-block {
  color: #000;
  text-decoration: none;
}

.contact_details-bottom {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.contact_card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #fff;
  border-radius: 1rem;
  flex-flow: column;
  padding: 1.75rem 0;
  display: flex;
}

.form_input {
  color: #000;
  background-color: #f4f4f5;
  border: 1px solid #e4e4e7;
  border-radius: 2rem;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .5rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75;
  transition: background-color .3s, border-color .3s;
}

.form_input:hover {
  border-color: #d4d4d8;
}

.form_input:focus {
  background-color: #fafafa;
  border-color: #00c950;
}

.form_input::placeholder {
  color: #50555f;
}

.form_input.is-text-area {
  border-radius: .75rem;
  min-height: 10rem;
}

.h1-heading-4 {
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.15;
}

.h1-heading-4.text-balance {
  font-family: var(--titels);
  color: var(--logo-2-zachter);
  text-wrap: balance;
  font-size: 50px;
  font-weight: 600;
}

.form_submit-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-medium {
  background-color: #fafafa;
  padding: 4rem 5%;
  position: relative;
}

.section-medium.background-secondary {
  background-color: var(--wit);
}

.code-embed-2 {
  height: 350px;
}

.text-block-4 {
  display: block;
}

.button-primary-large-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary-large-4:hover {
  background-color: #000;
}

.header-32-section {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/Voorbeeld.avif');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  padding: 400px 5% 80px;
}

.form-input-large {
  color: #000;
  background-color: #fff;
  border: 1px solid #c8d1d9;
  border-radius: 10px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .3s;
}

.form-input-large:focus {
  border-color: #000;
}

.form-input-large::placeholder {
  color: #50555f;
}

.header-32-title {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #fff;
  flex-flow: column;
  width: 100%;
  max-width: 628px;
  display: flex;
}

.paragraph-large-5 {
  font-family: var(--text);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.5;
}

.h1-heading-5 {
  font-family: var(--titels);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.15;
}

.form-success-message {
  text-align: center;
  background-color: #d6ffe6;
  padding: 12px 24px;
  font-size: 14px;
}

.form-error-message {
  text-align: center;
  background-color: #fff1f0;
  padding: 12px 24px;
  font-size: 14px;
}

.header-32-newsletter {
  width: 100%;
  max-width: 412px;
  margin-bottom: 0;
}

.form-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

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

.overline-small-5 {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.column-small-4 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.column-small-4.column-left {
  justify-content: center;
  align-items: flex-start;
}

.text-color-gradient {
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle at 0%, #368cfb, #5caefe 27%, #ffeb85);
  -webkit-background-clip: text;
  background-clip: text;
}

.column-2x-large-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.container-small-3 {
  z-index: 1;
  width: 100%;
  max-width: 74rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.paragraph-x-large-2 {
  font-family: var(--text);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.5;
}

.section-large {
  background-color: #f4f4f5;
  padding: 80px 5%;
  position: relative;
}

.section-large.background-light {
  background-color: #fff;
}

.badge {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--lichtgrijs);
  color: #18181b;
  border: 1px solid #fff;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  text-decoration: none;
  display: flex;
}

.paragraph-small-6 {
  color: var(--logo-kleur);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

.h3-heading-2 {
  font-family: var(--titels);
  color: var(--logo-kleur-2);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.2;
}

.bold-text-5, .bold-text-6 {
  font-family: var(--titels);
  font-weight: 500;
}

.nav_button {
  width: 3.1rem;
  height: 5rem;
  padding: 0;
}

.nav_button.w--open {
  color: currentColor;
  background-color: #c8c8c800;
}

.hamburger_6_wrap {
  grid-row-gap: var(--gap);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.hamburger_6_line {
  height: var(--thickness);
  width: var(--width);
  background-color: currentColor;
  flex: none;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.hamburger_embed {
  position: absolute;
}

.column-x-small-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.h2-heading-4 {
  font-family: var(--titels);
  color: var(--logo-kleur-2);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.2;
}

.feature-grid-2 {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 64px;
}

.overline-regular-2 {
  color: #6869ac;
  letter-spacing: -.18px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.text-color-brand {
  color: #6869ac;
}

.brand-link {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--logo-kleur);
  letter-spacing: -.18px;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.feature-icon-small {
  border: 1px #24262d;
  border-radius: 100%;
  flex: none;
  padding: 8px;
}

.heading-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 64px;
  display: grid;
}

.feature-link {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--logo-kleur);
  background-color: #fff;
  border-radius: 12px;
  justify-content: space-between;
  align-items: stretch;
  padding: 16px 24px;
  display: flex;
}

.feature-link:hover {
  background-color: #2b2e830d;
}

.subheading-large-4 {
  color: #24262d;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.subheading-large-4.text-color-brand {
  color: var(--logo-kleur);
}

.divider-brand {
  border-top: 1px dashed #6869ac;
  width: 100%;
  height: 1px;
}

.paragraph-small-7 {
  color: #3d424c;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-7.text-color-tertiary {
  color: #575f70;
}

.paragraph-regular-2 {
  color: #3d424c;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-large-6 {
  color: #3d424c;
  font-size: 18px;
  line-height: 32px;
}

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

.feature-divider {
  border-left: 1px dashed var(--logo-kleur);
  width: 1px;
  height: 100%;
}

.feature-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.subheading-x-large {
  color: var(--logo-kleur-2);
  letter-spacing: -.04em;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.container-large-6 {
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-regular-5 {
  max-width: 74rem;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 0%;
  position: relative;
}

.text-block-5 {
  color: var(--logo-kleur);
}

@media screen and (max-width: 991px) {
  .h1-heading {
    font-size: 45px;
  }

  .menu-button {
    color: #fff;
    background-color: #1a1925;
    background-image: linear-gradient(#ffffff1f, #fff0);
    border-radius: 6px;
    flex: none;
    padding: 8px;
    box-shadow: inset 0 -8px 20px #1a192514, 0 8px 12px -4px #1a19250f, 0 4px 8px -4px #1a19251f, 0 2px 4px -1px #1a19251f, 0 1px 1.5px -.5px #1a19251f, 0 .75px .75px #1a19251f, 0 .25px .25px #1a19253d, inset 0 1px 3px #ffffff14, inset 0 .75px .75px #ffffff14, inset 0 .25px .25px #ffffff1f;
  }

  .menu-button.w--open {
    background-color: #1f62ff;
    background-image: linear-gradient(#ececec00, #55555514);
    box-shadow: 0 8px 12px -4px #1a19250f, 0 4px 8px -4px #1a19251f, 0 2px 4px -1px #1a19251f, 0 1px 1.5px -.5px #1a19251f, 0 .75px .75px #1a19251f, 0 .25px .25px #1a19253d, inset 0 -8px 20px #1a192514, inset 0 1px 3px #ffffff14, inset 0 .75px .75px #ffffff14, inset 0 .25px .25px #ffffff1f;
  }

  .dropdown-menu-gray {
    grid-template-columns: 1fr;
    width: auto;
    min-width: auto;
    max-width: none;
    overflow: auto;
  }

  .nav-menu-large {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: .6fr;
    max-height: 30vh;
    display: flex;
    overflow: auto;
  }

  .button-secondary {
    background-image: linear-gradient(#ffffff1f, #fff0);
  }

  .nav-dropdown {
    width: 100%;
    margin-bottom: 4px;
  }

  .nav-menu {
    background-color: #eeeef0;
    border-radius: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px 3% 16px;
    position: absolute;
  }

  .nav-dropdown-toggle {
    padding: 8px 12px 8px 16px;
  }

  .banner-pattern-left, .nav-dot {
    display: none;
  }

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

  .nav-menu-title.visible-tablet {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .nav-link {
    margin-bottom: 4px;
    padding: 8px 16px;
  }

  .nav-links {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .nav-dropdown-list.w--open {
    height: auto;
    position: static;
  }

  .nav-grid-small {
    grid-template-columns: 1fr;
    display: none;
  }

  .nav_feature-card {
    max-height: 18rem;
  }

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

  .nav_menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-bottom: 2px solid var(--logo-kleur-2);
    background-color: #fff;
    flex-flow: column;
    padding-bottom: 1.5rem;
    padding-left: 5%;
    padding-right: 5%;
    position: absolute;
  }

  .nav_dropdown-card {
    box-shadow: none;
    background-color: #0000;
  }

  .nav_menu-button {
    border-radius: 1rem;
    width: 2.75rem;
    height: 2.75rem;
    padding: 0;
  }

  .nav_menu-button.w--open {
    color: #000;
    background-color: #05df7200;
  }

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

  .nav_link.navlink-contact {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .nav_dropdown-list {
    padding-top: .25rem;
    position: static;
  }

  .nav_dropdown-list.w--open {
    padding-top: 4px;
    padding-bottom: 4px;
    position: static;
  }

  .nav_dropdown-list.is-medium {
    min-width: auto;
  }

  .nav_links {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

  .h2-heading {
    font-size: 40px;
  }

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

  .care-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .care-left-block {
    max-width: 100%;
  }

  .care-area {
    padding: 80px 50px;
  }

  .section-title-124 {
    letter-spacing: -1.5px;
    font-size: 38px;
  }

  .care-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .care-right-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    max-width: 100%;
  }

  .content-13-component {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .content-13-image {
    max-width: none;
    height: 520px;
  }

  .h2-heading-2 {
    font-family: var(--titels);
    font-size: 50px;
  }

  .feature-grid-small {
    grid-template-columns: 1fr;
  }

  .h1-heading-2, .h3-heading {
    font-size: 40px;
  }

  .footer_content-column {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .footer_card-inner {
    flex-flow: column;
  }

  .footer_image {
    width: auto;
    height: 15rem;
    margin: 0 -6%;
  }

  .footer-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cta-title-3 {
    letter-spacing: -1.5px;
    font-size: 40px;
  }

  .cta-wrapper {
    flex-flow: column;
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .footer-top-wrapper {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .footer-widget-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: 100%;
  }

  .bold-text {
    font-size: 40px;
  }

  .header-24-title {
    max-width: none;
  }

  .header-24-section {
    padding-top: 64px;
    padding-bottom: 564px;
  }

  .header-24-image {
    max-width: none;
    max-height: 500px;
    inset: auto 0% 0%;
  }

  .form_block {
    align-items: center;
  }

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

  .contact_details {
    max-width: none;
  }

  .contact_card {
    padding-left: 0;
    padding-right: 0;
  }

  .code-embed-2 {
    height: 300px;
  }

  .text-block-4 {
    display: block;
  }

  .h1-heading-5 {
    line-height: 1.2;
  }

  .h3-heading-2 {
    font-size: 40px;
  }

  .feature-grid-2, .heading-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .header-19-section {
    background-image: linear-gradient(to bottom, null, null), url('../images/foto2.avif');
    background-position: 0 0, 0%;
  }

  .h1-heading {
    font-size: 40px;
  }

  .hide-mobile-landscape {
    display: none;
  }

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

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

  .h2-heading {
    font-size: 46px;
    line-height: 54px;
  }

  .feature-grid, .content-feature-grid {
    grid-template-columns: 1fr;
  }

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

  .care-area {
    padding: 40px 20px;
  }

  .section-title-124 {
    letter-spacing: -1px;
    font-size: 32px;
  }

  .care-section {
    padding: 60px 20px;
  }

  .care-right-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .content-13-features {
    grid-template-columns: 1fr;
  }

  .content-13-image {
    height: 350px;
  }

  .h2-heading-2 {
    font-size: 36px;
  }

  .h1-heading-2 {
    font-size: 48px;
  }

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

  .column-2x-large {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .paragraph-x-large {
    font-size: 18px;
  }

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

  .footer-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    padding-top: 35px;
  }

  .cta-title-3 {
    font-size: 36px;
  }

  .footer-link {
    font-size: 15px;
  }

  .cta-wrapper {
    padding-top: 70px;
    padding-bottom: 35px;
  }

  .footer-widget {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 26%;
  }

  .footer-bottom-wrapper {
    flex-flow: wrap;
  }

  .footer-section-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-contact-info {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .footer-widget-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-widget-lists {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .cta-section-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h1-heading-3 {
    font-size: 40px;
  }

  .h6-heading-2 {
    font-size: 20px;
  }

  .column-small-2 {
    flex-flow: column;
  }

  .h2-heading-3 {
    font-size: 36px;
  }

  .form_submit-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .h1-heading-5 {
    font-size: 40px;
  }

  .paragraph-x-large-2 {
    font-size: 18px;
  }

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

  .feature-link {
    flex-flow: column;
  }

  .feature-divider {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .header-19-section {
    background-image: linear-gradient(#0000, #0000), url('../images/foto2.avif');
    background-position: 0 0, 0%;
    background-size: auto, cover;
  }

  .button-group {
    flex-flow: column;
    align-items: flex-start;
  }

  .navigation {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-feature {
    flex-flow: column;
  }

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

  .hide-mobile {
    display: none;
  }

  .nav_feature-card {
    height: 200px;
    overflow: hidden;
  }

  .h6-heading.text-weight-semibold {
    font-size: 16px;
    line-height: 1.2;
  }

  .h2-heading {
    font-size: 30px;
    line-height: 1.2;
  }

  .feature-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .care-area {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .section-title-124 {
    font-size: 28px;
  }

  .image-cover-2 {
    width: 100%;
    max-width: none;
    height: 100%;
    overflow: clip;
  }

  .content-13-image {
    height: auto;
  }

  .h1-heading-2 {
    font-size: 30px;
    line-height: 1.2;
  }

  .feature-card-horizontal {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 24px;
  }

  .footer_card-dark {
    padding-left: 5%;
    padding-right: 5%;
  }

  .footer-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cta-title-3 {
    letter-spacing: -1px;
    font-size: 32px;
  }

  .cta-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .button-12 {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 15px;
  }

  .footer-widget {
    width: 32%;
  }

  .footer-section-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-top-wrapper {
    grid-row-gap: 40px;
  }

  .copyright {
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

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

  .footer-logo-img {
    width: 80%;
  }

  .cta-section-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bold-text {
    font-size: 30px;
  }

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

  .h1-heading-5 {
    font-size: 35px;
  }

  .form-2 {
    flex-flow: column;
  }

  .h3-heading-2 {
    font-size: 30px;
  }
}

#w-node-_858fb124-c86c-231b-c0a5-bd34f2cf3dd7-43057b72, #w-node-_858fb124-c86c-231b-c0a5-bd34f2cf3ddf-43057b72, #w-node-_858fb124-c86c-231b-c0a5-bd34f2cf3de7-43057b72, #w-node-_858fb124-c86c-231b-c0a5-bd34f2cf3def-43057b72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5d72407-623d-fb8f-3ec8-9811bc06276d-43057b72 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-d5d72407-623d-fb8f-3ec8-9811bc06276d-43057b72 {
    justify-self: stretch;
  }
}


