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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Switzer;
  src: url('../fonts/Switzer-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Switzer;
  src: url('../fonts/Switzer-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Switzer;
  src: url('../fonts/Switzer-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Switzer;
  src: url('../fonts/Switzer-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Interdisplay;
  src: url('../fonts/InterDisplay-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Interdisplay;
  src: url('../fonts/InterDisplay-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Interdisplay;
  src: url('../fonts/InterDisplay-Bold.otf') format("opentype"), url('../fonts/InterDisplay-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --background-color--background-primary: #0e0e0d;
  --text-color--text-secondary: #8e8a85;
  --text-color--text-primary: #edede8;
  --text-color--text-dark: var(--background-color--background-primary);
  --background-color--background-success: var(--base-color-system--success-green);
  --text-color--text-success: var(--base-color-system--success-green-dark);
  --border-color--border-primary: #ffffff2e;
  --base-color-system--focus-state: #2d62ff;
  --base-color-neutral--neutral: #60616e;
  --background-color--background-secondary: #1a1919;
  --link-color--link-primary: var(--base-color-brand--blue);
  --base-color-brand--blue: #f60;
  --background-color--background-light: #e1e1dc;
  --background-color--background-error: var(--base-color-system--error-red);
  --text-color--text-error: var(--base-color-system--error-red-dark);
  --base-color-brand--blue-verylight: #fffaf4;
  --link-color--link-secondary: var(--base-color-neutral--black);
  --background-color--background-warning: var(--base-color-system--warning-yellow);
  --text-color--text-warning: var(--base-color-system--warning-yellow-dark);
  --text-color--text-dark-2: #736e69;
  --base-color-system--error-red: #f8e4e4;
  --base-color-brand--blue-alternate: white;
  --background-color--background-alternate: var(--text-alternate-2);
  --base-color-neutral--white: #fff;
  --base-color-neutral--neutral-lighter: #ccc;
  --border-color--border-alternate: #ffbb90;
  --text-alternate-2: var(--base-color-brand--blue);
  --base-color-brand--blue-light: #d4c9ac;
  --button-border: #e67e00;
  --text_projects: #837368;
  --base-color-neutral--neutral-light: #8f8f8f;
  --base-color-neutral--black: #000;
  --base-color-neutral--neutral-dark: #444;
  --blue-alternative: #ffaa42;
  --bg-hero-alt: #dfd7bc;
  --base-color-brand--blue-dark: #181716;
  --base-color-brand--pink-light: #ffaefe;
  --base-color-brand--pink: #dd23bb;
  --base-color-brand--pink-dark: #3c043b;
  --base-color-brand--linear-orange: #c47575;
  --base-color-neutral--neutral-lightest: #eee;
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-system--success-green: #cef5ca;
  --base-color-system--success-green-dark: #114e0b;
  --base-color-system--warning-yellow: #fcf8d8;
  --base-color-system--warning-yellow-dark: #5e5515;
  --base-color-system--error-red-dark: #3b0b0b;
  --border-color--border-secondary: var(--base-color-brand--blue);
  --link-color--link-alternate: var(--base-color-neutral--white);
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

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

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

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

body {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-secondary);
  font-family: Interdisplay, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

h1 {
  color: var(--text-color--text-primary);
  text-align: center;
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.1;
}

h2 {
  color: var(--text-color--text-primary);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Interdisplay, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
}

h3 {
  color: var(--text-color--text-primary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Interdisplay, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  color: var(--text-color--text-secondary);
  margin-bottom: 0;
  font-family: Interdisplay, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
}

a {
  color: var(--text-color--text-primary);
  font-family: Switzer, sans-serif;
  font-weight: 700;
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
  font-family: Switzer, sans-serif;
  font-weight: 500;
}

img {
  object-fit: cover;
  border-radius: .1rem;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  display: inline-block;
  overflow: hidden;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-family: Switzer, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

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

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

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

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

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

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

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.icon-1x1-xsmall {
  flex: none;
  width: .8rem;
  height: 1rem;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-weight-semibold {
  font-family: Switzer, sans-serif;
  font-weight: 600;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

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

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.background-color-primary {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-dark);
}

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

.text-color-primary {
  color: var(--text-color--text-primary);
  font-family: Switzer, sans-serif;
}

.text-color-primary.text-size-small {
  color: var(--text-color--text-dark);
  font-family: Interdisplay, Arial, sans-serif;
  font-weight: 500;
}

.text-color-primary.text-size-small.is-experience {
  color: var(--text-color--text-secondary);
  font-size: 1rem;
  font-weight: 700;
}

.text-color-secondary {
  color: var(--text-color--text-secondary);
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  background-color: var(--background-color--background-success);
  color: var(--text-color--text-success);
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  color: var(--text-color--text-primary);
  letter-spacing: -.5px;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-family: Switzer, sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-style-h3.text-color-primary {
  color: var(--text-color--text-primary);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  padding-bottom: 1.5rem;
  font-family: Interdisplay, Arial, sans-serif;
  font-size: 1.25rem;
  display: block;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

.text-rich-text blockquote {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.pointer-events-auto {
  pointer-events: auto;
}

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

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
}

.heading-style-h1 {
  font-family: Switzer, sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.1;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.padding-global.padding-section-large.is-payoff {
  padding-top: 8rem;
  padding-bottom: 0;
}

.padding-global.padding-section-large.is-relative {
  z-index: 1;
  position: relative;
}

.padding-global.padding-section-large.is-home-intro {
  border-bottom: 1px solid var(--border-color--border-primary);
  padding-bottom: 6rem;
}

.padding-global.padding-section_hero {
  min-width: 100%;
  padding-top: 8rem;
}

.padding-global.padding-section-medium.is-footer {
  z-index: 5;
  border-top: 1px solid #ffffff17;
  padding-top: 5rem;
  padding-bottom: .25rem;
  position: relative;
}

.padding-global.padding-section-medium.is-hero {
  padding-top: 7rem;
}

.padding-global.padding-section-medium.is-projectshero {
  padding-top: 7rem;
  padding-bottom: 0;
}

.padding-global.padding-section-medium.display-none {
  display: none;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

.text-color-alternate {
  color: var(--text-color--text-primary);
}

.text-style-italic {
  font-style: italic;
}

.pointer-events-none {
  pointer-events: none;
}

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

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--border-color--border-primary);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-family: Switzer, sans-serif;
  font-size: .75rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.text-weight-light {
  font-weight: 300;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-size-regular {
  font-family: Switzer, sans-serif;
  font-size: 1rem;
}

.text-weight-xbold {
  color: var(--text-color--text-primary);
  font-family: Interdisplay, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
}

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

.text-weight-bold {
  font-family: Switzer, sans-serif;
  font-weight: 700;
}

.text-weight-bold.text-color-alternate {
  color: var(--text-color--text-primary);
  font-weight: 700;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.background-color-alternate {
  background-color: var(--base-color-system--focus-state);
  background-image: linear-gradient(90deg, #42b8ff, #00ddf6);
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-family: Switzer, sans-serif;
  font-size: .875rem;
}

.text-size-small.is-bannertext {
  color: var(--base-color-neutral--neutral);
  font-size: .657rem;
}

.heading-style-h4 {
  font-family: Switzer, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.heading-style-h4.text-color-dark {
  font-family: Interdisplay, Arial, sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-align-left {
  text-align: left;
  display: block;
}

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

.form_input {
  border: 1px solid var(--border-color--border-primary);
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input::placeholder, .form_input.is-select-input {
  color: var(--text-color--text-secondary);
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: var(--link-color--link-primary);
  text-decoration: underline;
}

.text-size-large {
  color: var(--base-color-brand--blue);
  justify-content: space-between;
  align-items: flex-end;
  font-family: Switzer, sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  transition: opacity .2s;
  display: flex;
}

.fs-styleguide_header {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-dark);
  background-image: radial-gradient(circle at 100% 100%, #dd23bb40, #0000 40%), radial-gradient(circle at 0 100%, #2d62ff4d, #0000 60%);
}

.heading-style-h2 {
  color: var(--text-color--text-primary);
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

.fs-styleguide_label {
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-primary);
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: var(--background-color--background-light);
}

.heading-style-h5 {
  font-family: Satoshi, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  background-color: var(--background-color--background-error);
  color: var(--text-color--text-error);
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

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

.text-align-center.max-width {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  max-width: 29.5rem;
  display: block;
}

.form_component {
  margin-bottom: 0;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--background-color--background-light);
  color: var(--text-color--text-dark);
  text-align: center;
  letter-spacing: 0;
  border-radius: .1rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 1rem 2.6rem 1rem 2.7rem;
  font-family: Interdisplay, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: background-position .45s;
  display: inline-flex;
}

.button:hover {
  color: var(--text-color--text-dark);
  background-color: #e1e1dcad;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-small {
  padding: .45rem 1.25rem;
  font-size: 1rem;
}

.button.is-large {
  padding: 1rem 4.6rem;
}

.button.is-secondary {
  border: 1px solid var(--border-color--border-primary);
  background-color: #0000;
  background-image: linear-gradient(to bottom, var(--background-color--background-secondary), var(--background-color--background-secondary));
  color: var(--text-color--text-primary);
  padding: .8rem 1.9rem;
  line-height: 1.6;
  text-decoration: none;
}

.button.is-secondary:hover {
  border-width: 1px;
  border-color: var(--border-color--border-primary);
  background-image: linear-gradient(#000, #000);
}

.button.is-secondary.is-nav {
  background-image: linear-gradient(to bottom, var(--base-color-brand--blue-verylight), var(--base-color-brand--blue-verylight));
  color: var(--link-color--link-secondary);
  border-width: 1px;
  border-color: #f70;
  border-radius: 56.8rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Interdisplay, Arial, sans-serif;
  font-size: .9rem;
}

.button.is-secondary.is-nav:hover {
  border-color: var(--base-color-brand--blue);
  background-image: linear-gradient(#faf6ef, #faf6ef);
}

.button.is-secondary.is-nav.is-mobile {
  display: none;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-style: solid;
  border-color: var(--border-color--border-primary);
  border-radius: 8rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: .2rem;
  padding-bottom: .2rem;
  padding-left: .2rem;
  text-decoration: none;
  display: flex;
}

.button.is-brand {
  background-color: var(--background-color--background-secondary);
}

.button.css-button {
  background-image: linear-gradient(90deg, #ffc058, #ff8c22 39% 69%, #ffc058 103%);
  transition: background-position .4s;
}

.button.is-nav {
  margin-right: 0;
  font-size: .9rem;
}

.button.nav__link.is-secondary {
  display: none;
}

.button.is-roland {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-style: solid;
  border-color: var(--border-color--border-primary);
  border-radius: .1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .1rem 1.5rem .1rem .1rem;
  text-decoration: none;
  display: flex;
}

.button.is-roland.is-nav {
  grid-column-gap: .45rem;
  grid-row-gap: .45rem;
  border-radius: .1rem;
  padding: .1rem .9rem .1rem .1rem;
}

.button.is-roland.is-nav:hover {
  filter: saturate(145%);
  background-color: #b3b3ab;
}

.button.is-margin-top {
  margin-top: 1.5rem;
  text-decoration: none;
}

.button.is-margin-top.is-footer {
  background-color: var(--background-color--background-primary);
  width: 100%;
  color: var(--text-color--text-primary);
  border-radius: .1rem;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: .9rem 1.5rem;
}

.button.is-margin-top.is-footer:hover {
  background-color: #252525;
}

.button.is-margin-top.is-footer-cta {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
  border-radius: .1rem;
  margin-top: 0;
  margin-left: auto;
  margin-right: 0;
  padding: .9rem 1.5rem;
}

.button.is-margin-top.is-footer-cta:hover {
  background-color: #252525;
}

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

.text-size-medium {
  font-family: Switzer, sans-serif;
  font-size: 1.25rem;
}

.text-size-medium.text-weight-semibold {
  color: var(--text-color--text-secondary);
  font-family: Interdisplay, Arial, sans-serif;
  line-height: 1.4;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

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

.hide {
  display: none;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

.container-medium.align-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-medium.is-reviews {
  z-index: 3;
  position: relative;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.fs-styleguide_spacing-all {
  display: none;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-large {
  padding-top: 3rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.fs-styleguide_message {
  background-color: var(--background-color--background-warning);
  color: var(--text-color--text-warning);
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.nav_component {
  background-color: #000;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  inset: 0% 0% auto;
}

.nav_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_logo {
  width: 10rem;
}

.nav_menu_link {
  color: #fff;
  padding: 1rem;
}

.nav_button {
  padding: 1rem;
}

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.background-color-tertiary {
  background-color: var(--background-color--background-light);
}

.fs-styleguide_hero-label {
  color: var(--text-color--text-primary);
  text-transform: uppercase;
  background-color: #eee;
  border-radius: .25rem;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.hero_content {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  place-items: flex-start center;
  max-width: none;
  display: flex;
  position: relative;
}

.hero_content.is-home {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.hero_content.is-about-me {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
}

.hero_content.align-center {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
}

.hero_content.is-homepage {
  z-index: 99;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 1rem;
}

.hero_content.is-homepagetext {
  z-index: 99;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  pointer-events: none;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 1rem;
}

.hero_image {
  border-radius: 1rem;
  margin-top: 0;
}

.hero_heading {
  font-size: 4rem;
}

.section_hero {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--background-color--background-primary);
  min-height: auto;
  color: var(--text-color--text-secondary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.section_hero.is-home {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: #080808;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 86svh;
  position: relative;
}

.hero_grid {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.nav_fixed {
  position: absolute;
  inset: 0% 0% auto;
}

.fs-styleguide_heading-header {
  font-size: 6rem;
}

.nav__css {
  position: fixed;
}

.nav__trigger {
  order: 1;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 32px;
  margin-left: 16px;
  display: none;
  position: relative;
}

.nav__line {
  background-color: #000;
  flex: none;
  width: 80%;
  height: 2px;
  transition: transform .4s cubic-bezier(.19, 1, .22, 1);
  position: absolute;
  transform: translate(0, -4px);
}

.nav__line.second__line {
  transform: translate(0, 4px);
}

.nav__flexed {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  font-size: .8rem;
  text-decoration: none;
  display: flex;
}

.nav__inner {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav__bar {
  z-index: 999;
  background-color: #fff0;
  background-image: linear-gradient(181deg, #00000080, #0000 78%);
  border: 1px #000;
  border-bottom-color: #fff;
  position: fixed;
  inset: 0% 0% auto;
}

.nav__container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 2rem;
  display: flex;
}

.nav__link {
  color: var(--text-color--text-primary);
  text-transform: none;
  flex: none;
  margin-left: 12px;
  margin-right: 12px;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.nav__link:hover {
  color: var(--text-color--text-secondary);
}

.nav__link.w--current {
  margin-left: 1rem;
  margin-right: 1rem;
}

.nav__link.hide-desktop {
  display: none;
}

.nav__logo {
  object-fit: scale-down;
  height: 100%;
}

.nav__wrapper {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
}

.nav__logo__link {
  flex: 0 auto;
  width: auto;
  max-width: 190px;
  margin-right: 0;
  font-size: 1.5rem;
  font-weight: 700;
}

.nav__logo__link.w--current {
  padding-left: 0;
  padding-right: 0;
  font-family: Interdisplay, Arial, sans-serif;
  font-weight: 700;
}

.heading {
  font-family: neue-haas-grotesk-display;
  font-size: 3.5rem;
  font-weight: 700;
}

.heading-2 {
  font-family: neue-haas-grotesk-display;
  font-size: 2.625rem;
}

.paragraph, .link, .block-quote {
  font-family: neue-haas-grotesk-text;
}

.text-color-gradient {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #ffc058, #ff8c22 99%, #fff);
  -webkit-background-clip: text;
  background-clip: text;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: .5rem;
  display: flex;
}

.body {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.block-quote-2 {
  color: var(--text-color--text-secondary);
}

.reviews-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  width: auto;
  color: var(--text-color--text-primary);
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  font-size: .8rem;
  display: flex;
}

.reviews-wrapper.is-hero {
  justify-content: center;
  align-items: center;
  width: auto;
  margin-right: 0;
}

.reviews-wrapper.is-home {
  margin-right: 0;
}

.reviews-wrapper.is-dark {
  color: var(--text-color--text-dark-2);
}

.text-block {
  color: var(--text-color--text-primary);
  display: block;
}

.icon-1x1-small {
  width: 1rem;
  height: auto;
  color: var(--base-color-system--error-red);
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.icon-1x1-small.swiper-button__arrow {
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-1x1-small.swiper-button__arrow.is-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.reviews-star-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-3 {
  font-family: neue-haas-grotesk-display;
}

.heading-4 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #ffc058, #ff8c22);
  -webkit-background-clip: text;
  background-clip: text;
}

.section_hero-bg {
  z-index: 0;
  pointer-events: auto;
  width: 100%;
  padding-top: .5rem;
  padding-bottom: .5rem;
  position: static;
}

.hero-bg_grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end stretch;
  padding-left: .25rem;
  padding-right: .25rem;
  display: grid;
}

.hero-bg_grid.display-none {
  display: none;
}

.hero-bg_grid-item {
  background-color: var(--background-color--background-secondary);
  border-radius: .25rem;
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.hero-bg_grid-item.is-higher {
  margin-bottom: 3rem;
}

.hero-bg_image-wrapper {
  z-index: 99;
  border: 1px solid #e9e9e940;
  border-radius: .4rem;
  width: 40.1rem;
  max-height: 285px;
  padding: 6px;
  position: relative;
  overflow: hidden;
}

.hero-bg_image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  max-height: 267px;
  margin-left: 0;
  overflow: hidden;
}

.introduction_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 42.3rem;
  display: flex;
}

.introduction_content.is-sticky {
  max-width: 24rem;
  position: sticky;
  top: 4.2rem;
}

.introduction_content.is-full {
  max-width: none;
}

.section_introduction {
  z-index: 5;
  position: relative;
}

.text-size-small-2 {
  font-size: .875rem;
}

.text-size-small-2.text-weight-bold {
  color: var(--text-color--text-primary);
}

.text-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  object-fit: fill;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding-top: .25rem;
  padding-bottom: .25rem;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
}

.text-link:hover {
  opacity: .75;
  font-weight: 400;
}

.text-link-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  object-fit: fill;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding-top: .25rem;
  padding-bottom: .25rem;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
}

.introduction_image {
  max-width: 30rem;
}

.introduction_image.border-radius-large {
  border-radius: 4px;
  width: 100%;
  max-width: none;
  overflow: hidden;
}

.introduction_image-wrapper {
  max-width: none;
}

.introduction_image-wrapper.is-bg {
  background-color: #fefdf900;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 72rem;
  padding-top: 1rem;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.introduction_image-wrapper.is-bg.display-none {
  display: none;
}

.introduction_image-wrapper.is-double {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.grid_col-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.grid_col-2.align-center {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  place-items: center;
  display: flex;
}

.grid_col-2.align-center.is-relative {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}

.text-size-medium-2 {
  font-size: 1.25rem;
}

.introduction_usps_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--background-color--background-secondary);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: .4rem 1rem;
  display: flex;
}

.text-style-link-2 {
  color: #499680;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.introduction_usps-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.section_usps {
  background-color: var(--background-color--background-secondary);
}

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

.usps_grid._2-col {
  grid-template-columns: 1fr 1fr;
}

.usps_grid._1-col {
  grid-template-columns: 1fr;
}

.usps_grid._4-col, .usps_grid.is-sectoren {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.usps_grid-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--background-color--background-primary);
  border-radius: .4rem;
  flex-flow: column;
  padding: .75rem;
  display: flex;
}

.usps_grid-item.is-light {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--base-color-brand--blue-alternate);
  color: var(--text-color--text-dark);
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  padding: .25rem;
  text-decoration: none;
}

.usps_grid-item.is-light:hover {
  background-color: #f3f3ea;
}

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

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

.usp-text {
  color: var(--text-color--text-primary);
  font-family: Switzer, sans-serif;
  font-size: 1rem;
}

.heading-5 {
  font-family: neue-haas-grotesk-display;
  font-size: 3.4rem;
  font-weight: 500;
}

.usps-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.usp_text-wrapper.is-sectors {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  padding: .5rem;
  display: flex;
}

.heading-6, .paragraph-2 {
  text-align: center;
}

.section_clients {
  border-radius: .25rem;
}

.section_clients.display-none {
  display: none;
}

.section_clients.is-light {
  background-color: var(--background-color--background-light);
  color: #0e0e0d;
  background-color: #e1e1dc;
  border-radius: 0;
}

.swiper.is-clients {
  width: 100%;
  margin-top: 0;
  overflow: hidden;
}

.swiper-wrapper.is-clients {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.swiper-wrapper.is-testimonial1 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.swiper-slide.is-clients {
  grid-row-gap: 1rem;
  border-radius: .25rem;
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  overflow: hidden;
}

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

.swiper-slide.is-clients.display-none {
  display: none;
}

.swiper-slide.is-testimonial1 {
  -webkit-user-select: none;
  user-select: none;
  flex: none;
  width: 30em;
  max-width: 100%;
  height: 30em;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.container.is-projects {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  max-width: 64rem;
  display: flex;
}

.swiper-button__arrow {
  width: 1rem;
}

.swiper-button__arrow.is-2 {
  position: absolute;
}

.swiper-button {
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: relative;
}

.swiper-button.swiper-btn-prev {
  transform: rotate(180deg);
}

.swiper-button__border {
  border: 1px dashed #ff8c22;
  border-radius: 100rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.swiper-button__wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.swiper-button__wrap.display-none {
  display: none;
}

.swiper-top {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.card-image-wrapper {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: .5rem;
}

.image-10 {
  border-radius: 12px;
  width: 100%;
  max-width: none;
  margin-left: 0;
  overflow: hidden;
}

.who_texts-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 66.6%;
  display: flex;
}

.h2-wie {
  z-index: 2;
  text-align: justify;
  border-bottom: 1px solid #000;
  width: 100%;
  margin-top: 0;
  padding-bottom: 24px;
  padding-left: 0;
  font-family: neue-haas-grotesk-display;
  font-size: 2.8em;
  font-weight: 700;
  line-height: 1.2em;
  position: relative;
}

.who_image-cards-wrapper {
  width: 100%;
  position: relative;
}

.link-2 {
  font-weight: 700;
  text-decoration: none;
}

.link-2.text-color-alternate {
  color: var(--background-color--background-alternate);
}

._2-logo-wrapper-color {
  z-index: 5;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.logo-brand-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  width: 153px;
  display: flex;
  position: relative;
}

.card-image-surf {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: block;
}

.text-size-small-3 {
  max-width: 72ch;
  margin-bottom: 0;
  padding-top: 0;
  font-family: neue-haas-grotesk-text;
  font-size: 1em;
  font-weight: 400;
}

.text-size-small-3.text-weight-bold {
  font-weight: 700;
}

.link-style-regular {
  color: #2e2e2e;
  width: auto;
  margin-top: 16px;
  font-family: neue-haas-grotesk-text;
  font-size: 1em;
  font-weight: 700;
  line-height: 48px;
  text-decoration: none;
  display: inline;
}

.card {
  border-radius: .5rem;
  width: 25rem;
  height: 0;
  position: absolute;
  bottom: 2.5rem;
  overflow: hidden;
  transform: translate(0);
  box-shadow: 0 4px 12px #0000001a;
}

.card.static {
  width: 100%;
  max-width: 14.5rem;
  bottom: 0;
}

.logo-svg {
  mix-blend-mode: luminosity;
  max-width: 20px;
  margin-right: 0;
  overflow: hidden;
}

._2-logo-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  display: flex;
}

.link-2 {
  color: #2e2e2e;
}

.heading-9 {
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1em;
}

.who-summary {
  max-width: 50%;
  padding-top: 0;
}

.card-image {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  max-height: 100%;
  margin-left: 0;
}

.card-2 {
  border-radius: .5rem;
  width: 25rem;
  height: 0;
  position: absolute;
  bottom: 2.5rem;
  overflow: hidden;
  transform: translate(0);
  box-shadow: 0 4px 12px #0000001a;
}

.card-2.static {
  width: 100%;
  max-width: 14.5rem;
  bottom: 0;
}

.logo-svg-color {
  z-index: 5;
  mix-blend-mode: normal;
  max-width: 20px;
  max-height: 25px;
  margin-right: 0;
  display: block;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.experience {
  border-bottom: 1px solid #2e2e2e;
  justify-content: space-between;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.experience.first {
  border-top: 1px solid #000;
}

.section_who {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--background-color--background-primary);
  flex-direction: column;
  justify-content: center;
  max-width: none;
  padding: 0;
  display: flex;
}

.who-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.who_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  display: grid;
}

.padding-global-2 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global-2.padding-section-medium {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.paragraph-big-bold {
  color: var(--text-color--text-secondary);
  text-align: left;
  font-family: Switzer, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.3em;
  text-decoration: none;
}

.who_cv-wrapper {
  width: 100%;
  padding-top: 0;
}

.link-3 {
  font-weight: 700;
  text-decoration: none;
}

.section_payoff {
  position: relative;
}

.payoff_wrapper {
  z-index: 5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 44rem;
  display: flex;
  position: relative;
}

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

.button-style-alternate {
  border: 1px solid var(--text-color--text-primary);
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
  border-radius: .2rem;
  padding: .5rem 1.5rem;
}

.button-style-alternate:hover {
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-primary);
}

.button-style-alternate.is-footer {
  border-style: none;
}

.paragraph-big-kvk {
  color: var(--base-color-neutral--white);
  text-align: left;
  padding-top: 0;
  font-family: Switzer, sans-serif;
  font-size: 1.2em;
  line-height: 1.3em;
  text-decoration: none;
}

.footer_list-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  min-width: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: grid;
}

.footer_list-wrapper.hide-overflow {
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.dropdown-list {
  position: static;
}

.dropdown-list.w--open {
  background-color: #2e2e2e;
}

.paragraph-uitleg {
  max-width: 222px;
  color: var(--text-color--text-primary);
  padding-top: 0;
  font-family: Switzer, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.6em;
}

.paragraph-uitleg.text-color-white {
  font-family: Interdisplay, Arial, sans-serif;
}

.icon {
  color: #e7e4de;
  -webkit-text-stroke-color: #e7e4de;
}

.footer_bottom-wrapper {
  width: 100%;
  color: var(--base-color-neutral--neutral-lighter);
  border-top: 1px solid #fff5e640;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: .25rem;
  padding-bottom: .25rem;
  display: flex;
}

.footer {
  background-color: var(--background-color--background-primary);
  background-image: linear-gradient(#00000080, #00000080);
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-top: .5rem;
  padding: 0 0 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.list-item-3 {
  padding-bottom: 16px;
}

.footer_bottom-text {
  color: #fff5e6ad;
  text-align: left;
  -webkit-text-stroke-color: #fff5e6cc;
  font-family: neue-haas-grotesk-text;
  font-size: .8em;
  font-weight: 700;
  line-height: 1.3em;
  text-decoration: none;
}

.bold-text-7 {
  color: #e7e4de;
  font-family: neue-haas-grotesk-display;
  font-weight: 700;
}

.dropdown-toggle {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.dropdown-toggle.w--open {
  padding-left: 0;
}

.footer-link {
  color: var(--base-color-neutral--neutral-lighter);
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Interdisplay, Arial, sans-serif;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.footer-link.w--current {
  font-family: Switzer, sans-serif;
  font-weight: 500;
  text-decoration: underline;
}

.link-block-7 {
  font-weight: 400;
  text-decoration: none;
}

.link-block-7.w--current {
  align-items: center;
  display: flex;
}

.footer-content-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #e7e4de;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 0;
  display: flex;
}

.div-block-16 {
  display: none;
}

.link-4 {
  font-weight: 400;
}

.footer_content-right {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.content-right_up {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--background-color--background-light);
  border-radius: 1px;
  flex-flow: column;
  padding: 2rem;
  display: flex;
  position: relative;
}

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

.who_image-wrapper {
  width: 100%;
  max-width: 14.5rem;
  padding-bottom: 0;
}

.footer_payoff-wrapper {
  color: var(--background-color--background-error);
  border-bottom: 1px solid #fff5e640;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 3rem;
  display: flex;
}

.is-footer-logo {
  max-width: 12rem;
  margin-left: 0;
}

.link-5 {
  color: var(--link-color--link-primary);
}

.link-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--link-color--link-primary);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  transition: all .2s;
  display: inline-flex;
}

.link-wrapper:hover {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.icon-1x1-link {
  flex: none;
  width: .45rem;
  height: 1rem;
}

.swiper-image {
  border: 1px solid #ffffff26;
  border-radius: .1rem;
  width: 100%;
  overflow: hidden;
}

.hero_content-left {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  display: flex;
}

.hero_content-right {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero_image-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.hero_image-wrapper.is-roland {
  max-width: 20.7rem;
}

.accordion-item-bottom-wrapper {
  color: var(--background-color--background-secondary);
  padding-left: 40.5%;
  font-size: 16px;
  overflow: hidden;
}

.heading-style-3 {
  margin-top: 0;
  font-family: Switzer, sans-serif;
  font-size: 18px;
  line-height: 23.4px;
}

.heading-style-3.faq {
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
}

.accordion-wrapper {
  width: 100%;
  max-width: none;
}

.accordion-item-top-wrapper {
  grid-column-gap: 2vw;
  grid-row-gap: 16px;
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 36px;
  display: grid;
}

.accordion-item-top-wrapper:hover {
  background-color: #111;
}

.accordion-highlight-bottom {
  z-index: -1;
  transform-origin: 50% 100%;
  background-color: #2c3eff;
  width: 100%;
  height: 150%;
  position: absolute;
  inset: auto 0% 0%;
}

.accordion {
  border-bottom: 1px none var(--border-color--border-alternate);
  background-color: var(--background-color--background-primary);
}

.accordion-arrow {
  mix-blend-mode: difference;
  width: 13px;
  max-width: none;
}

.container-2 {
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.accordion-item {
  border-top: 1px solid var(--border-color--border-primary);
  color: var(--background-color--background-secondary);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.accordion-highlight-top {
  z-index: -1;
  transform-origin: 50% 0;
  background-color: #2c3eff;
  width: 100%;
  height: 150%;
  position: absolute;
  inset: 0% 0% auto;
}

.p-accordion-answer {
  max-width: 38vw;
  color: var(--text-color--text-secondary);
  margin-bottom: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  font-family: Switzer, sans-serif;
}

.body-3 {
  background-color: var(--background-color--background-primary);
}

.heading-style-h2-2 {
  z-index: 2;
  text-align: left;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 24px;
  padding-left: 0;
  font-family: neue-haas-grotesk-display;
  font-size: 42px;
  font-weight: 700;
  line-height: 50px;
  position: relative;
}

.usps_item {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--background-color--background-secondary);
  border-radius: 2px;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  padding: .75rem;
  display: flex;
}

.usps_item.is-space {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}

.usps_item.is-space.is-dark {
  background-color: var(--background-color--background-light);
}

.usps_image {
  object-fit: cover;
  border-radius: 6px;
  max-height: none;
  margin-top: 0;
  padding-top: 0;
}

.usps_title-wrapper.is-padding {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.usps_title-wrapper.is-padding.is-locaties {
  text-align: center;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.section_usps-web {
  flex-direction: column;
  margin-top: 0;
  padding: 0;
  display: flex;
}

.usps-web_grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 0;
  padding-top: 24px;
  display: grid;
}

.button-reviews_wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.button-reviews_wrapper.is-home {
  justify-content: center;
  align-items: center;
}

.heading-10, .heading-11 {
  color: var(--text-color--text-primary);
}

.body-4 {
  font-family: neue-haas-grotesk-text;
}

.text-block-3 {
  font-weight: 400;
}

.image_roland {
  border-radius: .1rem;
  width: 100%;
  max-width: none;
  overflow: hidden;
}

.paragraph-4 {
  font-size: 1.1rem;
}

.bold-text-3 {
  font-size: 16px;
}

.project_grid-item {
  height: auto;
  position: relative;
  overflow: visible;
}

.case-img-wrapper {
  border-radius: .5rem;
  width: 100%;
  height: auto;
  overflow: visible;
  box-shadow: 0 0 20px -10px #0000003b;
}

.text-size-tiny-2 {
  margin-bottom: 0;
  font-family: neue-haas-grotesk-text;
  font-size: .75em;
  line-height: 1.3em;
}

.thumb-bg-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

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

.heading-style-h3-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.link-block-2 {
  width: 100%;
}

.link-block-2.img_height {
  width: 100%;
  height: 100%;
}

.background-video-5 {
  border-radius: 4px;
  width: 100%;
  height: 100%;
}

.bold-text-4 {
  font-size: 16px;
}

.cases {
  width: 100%;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.cases.projects {
  width: 100%;
  padding-top: 0;
}

.title-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.case-services {
  margin-top: 0;
  margin-bottom: 0;
  font-family: neue-haas-grotesk-text;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.case-image {
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  max-width: none;
  height: auto;
}

.hero_content-project {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.section_project {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.case-intro-img {
  aspect-ratio: 16 / 9;
  background-image: url('../images/bg-dark_1bg-dark.webp');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.case-intro-img.no-bg {
  background-image: none;
}

.case-img-full {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  max-height: none;
}

.case-img-full.overlay {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  border-radius: 4px;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.double-img-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  overflow: hidden;
}

.case-img-square {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 4px;
  overflow: hidden;
}

.project_content-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.other-work {
  padding-top: 0;
  padding-bottom: 0;
}

.heading-12 {
  color: #242424;
  width: 33.33%;
  margin-top: 0;
  font-family: neue-haas-grotesk-text;
}

.heading-12.h3-centered {
  color: #2e2e2e;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 0;
  font-family: neue-haas-grotesk-display;
  font-size: 110px;
  font-weight: 700;
  line-height: 120px;
}

.other-work-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 27px;
  display: flex;
}

.work-link.heading-6 {
  color: #2e2e2e;
  text-align: center;
  object-fit: contain;
  align-self: center;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 12px;
  padding-right: 12px;
  font-family: neue-haas-grotesk-text;
  text-decoration: none;
}

.work-link.heading-6:hover {
  color: #2e2e2e;
  background-color: #f8f7f5;
  font-weight: 700;
}

.work-link.heading-6.w--current {
  display: none;
}

.projects_introduction-wrapper {
  max-width: 29.4rem;
}

.case-img-full-100 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  max-height: none;
}

.case-img-full-100.overlay {
  aspect-ratio: auto;
  object-fit: contain;
  border-radius: 4px;
  width: 100%;
  overflow: hidden;
}

.case-intro-im-ado-bg {
  aspect-ratio: 16 / 9;
  background-image: linear-gradient(#00000080, #00000080), url('../images/ado_den_haag_cover_1ado_den_haag_cover.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vid-wrapper-square {
  width: 100%;
}

.case-content-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  padding-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.bg-vid-ado {
  z-index: 2;
  border-radius: 6px;
  width: 60%;
  height: 68%;
  display: flex;
}

.bg-vid-img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.case-intro-img-video-vetgezond {
  aspect-ratio: 16 / 9;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.case-img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 4px;
  overflow: hidden;
}

.bg-vid-img-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bg-vid-img-wrapper.image-fade-in {
  height: auto;
}

.background-video {
  z-index: 2;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  display: flex;
}

.background-video.percentage {
  width: 80%;
  height: 80%;
}

.project-vg_intro-image {
  object-fit: contain;
  width: 100%;
  max-width: 54.3rem;
  height: auto;
}

.single-img {
  aspect-ratio: 16 / 9;
  background-image: url('../images/bg-dark_1bg-dark.webp');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  display: none;
}

.single-img.paralax-effect {
  aspect-ratio: auto;
  background-image: none;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
}

.single-img.paralax-effect.no-bg {
  background-image: none;
}

.background-video-6 {
  z-index: 2;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  display: flex;
}

.background-video-6.percentage {
  width: 80%;
  height: 80%;
}

.bg-vid-square-vok {
  border-radius: 4px;
  width: 100%;
  height: 100%;
}

.text-style-line {
  text-decoration: underline;
}

.text-style-line.text-weight-normal {
  color: var(--base-color-neutral--white);
  font-weight: 500;
}

.text-style-line.text-weight-normal.is-dark {
  color: var(--text-color--text-secondary);
  font-family: Interdisplay, Arial, sans-serif;
}

.button-3 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #fff;
  text-align: center;
  background-color: #ff8a00;
  border-radius: 7.3rem;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  padding: .75rem 2rem;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
}

.button-3:hover {
  background-color: #c36a00;
}

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

.icon-1x1-medium-2 {
  width: 1.4rem;
  height: 1.4rem;
  display: flex;
}

.image-11 {
  width: 100%;
  overflow: hidden;
}

.heading-13 {
  background-image: linear-gradient(90deg, #42b8ff, #00ddf6);
}

.div-block-18 {
  width: 100%;
  height: 100%;
}

.image-12 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-top: -.25rem;
}

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

.text-color-dark.text-weight-bold {
  color: var(--text-alternate-2);
}

.heading-h1-home {
  align-self: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 7vw;
  font-weight: 300;
}

.heading-h1-home.is-right {
  align-self: center;
  padding-left: 0;
  font-family: Interdisplay, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 300;
}

.heading-h1-home.is-right.is-alt {
  color: var(--base-color-brand--blue-light);
  mix-blend-mode: difference;
}

.heading-h1-home.is-top {
  color: var(--text-color--text-primary);
  margin-left: 0;
  margin-right: 0;
  font-family: Interdisplay, Arial, sans-serif;
  font-size: 4rem;
}

.heading-14 {
  font-family: Switzer, sans-serif;
  font-weight: 500;
}

.heading-15 {
  font-weight: 500;
}

.link-6 {
  font-family: Switzer, sans-serif;
  font-weight: 500;
}

.link-style-alternative {
  color: var(--base-color-brand--blue);
  font-size: 1rem;
}

.footer_left-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  display: flex;
}

.paragraph-5 {
  font-weight: 500;
}

.link-7 {
  font-weight: 700;
}

.block-quote-3 {
  font-weight: 500;
}

.text-block-4, .text-block-5 {
  font-family: Switzer, sans-serif;
}

.text-block-6 {
  font-family: Switzer, sans-serif;
  font-weight: 300;
}

.projects-grid.is-clients {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--border-color--border-primary);
  background-color: #00cee600;
  border-radius: 0;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.projects-grid.is-clients.display-none {
  display: none;
}

.projects-grid.is-clients.is-alternate {
  background-color: #d5f3f7;
}

.projects-grid.is-clients-above-fold {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--border-color--border-primary);
  background-color: #00cee600;
  border-radius: 0;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.projects-grid.is-clients-above-fold.display-none {
  display: none;
}

.projects-grid.is-clients-above-fold.is-alternate {
  background-color: #d5f3f7;
}

.projects-grid.is-clients-above-fold {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #00cee600;
  border: 1px #ffffff2e;
  border-radius: 0;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.projects-grid.is-clients-above-fold:hover {
  border-width: 1.5px;
  border-color: #e67e00;
}

.projects-grid.is-clients {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #00cee600;
  border: 1px #ffffff2e;
  border-radius: 0;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.projects-grid.is-clients:hover {
  border-width: 1.5px;
  border-color: #e67e00;
}

.projects.is-clients {
  grid-row-gap: 1rem;
  border-radius: .25rem;
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  overflow: hidden;
}

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

.projects.is-clients.display-none {
  display: none;
}

.projects-wrapper.is-clients {
  grid-column-gap: .75rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: start stretch;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.heading-style-projects {
  max-width: 65%;
  color: var(--text-color--text-dark-2);
  -webkit-text-stroke-color: var(--text_projects);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-size: 1rem;
  font-weight: 700;
}

.button-visit-website {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  opacity: 0;
  background-color: #fff0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding: 0;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.projects_arrow {
  max-width: .8rem;
  color: var(--text-color--text-dark-2);
}

.projects_button-text {
  opacity: 1;
  color: var(--text-color--text-dark-2);
  border-radius: 0;
  font-family: Interdisplay, Arial, sans-serif;
}

.home-logo-left-gradient {
  background-image: linear-gradient(to right, #fff, #fff0);
  width: 10%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.home-logo-left-gradient.right {
  background-image: linear-gradient(270deg, #fff, #fff0);
  inset: 0% 0% 0% auto;
}

.client-logo {
  opacity: .8;
  object-fit: contain;
  width: 100%;
  min-height: 7rem;
  max-height: 7rem;
  transition: opacity .4s;
}

.client-logo:hover {
  opacity: 1;
}

.overline {
  color: #72767d;
  text-align: center;
  letter-spacing: .08rem;
  text-transform: uppercase;
  font-size: .7rem;
  font-weight: 500;
}

.clients-grid {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  opacity: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.clients-grid.logo-animate {
  z-index: 99;
  grid-column-gap: .8rem;
  grid-row-gap: 0px;
  opacity: 1;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  width: 241rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.embed {
  display: none;
}

.home-logo-wrapper {
  z-index: 99;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logos-marquee {
  z-index: 99;
  max-width: none;
  position: relative;
}

.logos-marquee.is-basis {
  max-width: 40rem;
}

.text-style-link-inline {
  color: var(--base-color-neutral--white);
  text-decoration: underline;
}

.hero_background {
  z-index: -1;
  padding-bottom: 0;
  display: none;
  position: absolute;
  inset: 0%;
}

.code-embed {
  width: 100%;
  height: 100%;
}

.hero_header-wrapper {
  border: 1px #000;
  border-top-color: #fff;
  border-bottom: 1px solid #fff;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  display: flex;
}

.hero_header-wrapper.is-top {
  border-top-style: none;
  border-bottom-style: none;
  justify-content: space-between;
  align-items: center;
}

.hero_header-wrapper.is-bottom {
  z-index: 3;
  pointer-events: auto;
  width: 100%;
  height: auto;
  color: var(--base-color-neutral--neutral-light);
  border-bottom-style: none;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1rem 2.5rem;
  position: relative;
}

.hero_header-wrapper.is-sticky {
  z-index: 6;
  mix-blend-mode: difference;
  border-bottom-style: none;
  width: 100%;
  position: sticky;
  top: 12rem;
}

.hero_text {
  width: 50%;
  max-width: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  font-weight: 500;
}

.hero_header-img-wrapper {
  background-color: var(--base-color-brand--blue);
  object-fit: cover;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: none;
  height: 100%;
  min-height: 100%;
  display: flex;
  overflow: visible;
}

.heading-16 {
  background-image: linear-gradient(90deg, #30373b, #6d6d6d);
}

.heading-17 {
  color: var(--text-color--text-primary);
}

.hero_top-image-wrapper {
  z-index: -1;
  width: 50%;
  max-width: 33.2rem;
  display: block;
  position: absolute;
  inset: 3.7rem auto 3.7rem 0%;
}

.text-block-7 {
  font-weight: 700;
}

.hero_footer-text {
  opacity: .84;
  max-width: 20rem;
  color: var(--text-color--text-primary);
  text-transform: uppercase;
  mix-blend-mode: difference;
  font-size: .875rem;
  font-weight: 700;
}

.hero_footer-text.text-color-white {
  color: var(--base-color-neutral--white);
}

.hero_footer-text.hide-mobile-landscape {
  color: var(--base-color-brand--blue-alternate);
  mix-blend-mode: difference;
}

.image-13 {
  height: 100%;
  max-height: 5.5rem;
  display: block;
}

.hero_name-wrapper {
  z-index: 3;
  grid-column-gap: 3.8rem;
  grid-row-gap: 3.8rem;
  pointer-events: none;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  inset: 12% 0% auto auto;
}

.hero_name-wrapper.padding-global {
  pointer-events: auto;
  justify-content: space-between;
  align-items: center;
}

.hero_name-text {
  width: 1px;
  height: 1px;
  color: var(--text-color--text-primary);
  text-align: center;
  letter-spacing: -3px;
  mix-blend-mode: normal;
  font-family: Interdisplay, Arial, sans-serif;
  font-size: 10.5vw;
  font-weight: 500;
  line-height: .8;
  overflow: hidden;
}

.heading-18 {
  color: var(--base-color-brand--blue-verylight);
}

.text-color-white {
  color: var(--base-color-neutral--white);
}

.text-color-white.is-dark {
  color: var(--text-color--text-dark-2);
}

.body-5 {
  font-family: Interdisplay, Arial, sans-serif;
}

.drop-shadow {
  border-radius: .5rem;
  box-shadow: 0 2px 14px -4px #00000026;
}

.hero_highlight {
  z-index: 98;
  background-color: var(--text-alternate-2);
  filter: blur(8rem);
  mix-blend-mode: multiply;
  width: 25.3rem;
  height: 18.9rem;
  margin-top: -29px;
  position: relative;
}

.hero_background-2 {
  z-index: 1;
  pointer-events: none;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 337%;
  padding-bottom: 0;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.alt {
  color: var(--base-color-brand--blue);
  font-weight: 700;
  display: none;
}

.header-text-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.hero_content-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 86svh;
  padding-top: 5.9rem;
  display: flex;
  position: relative;
}

.section_intro {
  pointer-events: auto;
  position: relative;
}

.intro_text-style {
  max-width: 52.4rem;
  color: var(--text-color--text-primary);
  text-align: left;
  -webkit-text-stroke-color: #fce2d2;
  text-transform: uppercase;
  text-shadow: 0 0 20px #000;
  border-top: 1px #584d46;
  padding-top: 0;
  font-family: Interdisplay, Arial, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.1;
}

.intro_text-style.split-lines {
  text-align: left;
}

.intro_text-style.above-fold {
  font-size: 2.75rem;
}

.intro_heading-text {
  width: 100%;
  color: var(--text-color--text-secondary);
  text-align: left;
  letter-spacing: -.5px;
  align-self: auto;
  font-family: Interdisplay, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.div-block-19 {
  flex-flow: column;
  display: flex;
}

.intro_content-wrapper {
  z-index: 5;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.intro_vg {
  justify-content: flex-end;
  align-items: center;
  padding-right: 2rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.intro_vg.is-left {
  padding-left: 2rem;
  inset: 0% auto 0% 0%;
}

.introduction_text-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.payoff_content, .logo-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-wrapper.is-2 {
  width: 2rem;
  min-width: 2rem;
  padding-left: 1rem;
  padding-right: 4rem;
  text-decoration: none;
  position: relative;
}

.logo-wrapper.is-2.w--current {
  padding-right: 11.9rem;
  text-decoration: none;
}

.full-name {
  opacity: 1;
  width: 12.3rem;
  color: var(--base-color-neutral--white);
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  font-size: 1.25rem;
  display: flex;
  position: absolute;
  inset: 0% auto auto 1.4rem;
}

.logo-letter {
  color: var(--base-color-neutral--white);
  font-size: 1.25rem;
}

.logo-letter.is-2 {
  color: var(--base-color-neutral--white);
  position: absolute;
  inset: 0% auto auto 1.4rem;
}

._1 {
  opacity: 0;
  font-size: 1.25rem;
}

._2, ._3, ._4, ._5, ._6, ._7, ._8, ._9, ._10, ._11, ._12 {
  opacity: 0;
}

.spline-scene {
  z-index: 0;
  pointer-events: none;
  height: 100vh;
  position: sticky;
  inset: 0%;
}

.hero_paragaph {
  max-width: 29.2rem;
  color: var(--text-color--text-primary);
  text-indent: 0;
  align-self: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.1;
}

.hero_paragraph-alt {
  color: var(--text-color--text-primary);
  font-weight: 500;
}

.hero_bg-highlight {
  z-index: 2;
  pointer-events: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.paragraph-highlight {
  color: var(--text-color--text-primary);
  font-weight: 700;
}

.paragraph-highlight.is-bannertext {
  color: var(--base-color-neutral--black);
}

.button_icon-wrapper {
  border: 1px solid var(--border-color--border-primary);
  border-radius: 231px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.button_icon-wrapper.is-roland {
  object-fit: cover;
  border-radius: .2rem;
  width: 2.5rem;
  height: 2.5rem;
  overflow: clip;
}

.button_icon-wrapper.is-roland.is-large {
  width: 5rem;
  height: 5rem;
}

.button_icon-wrapper.is-roland.is-big {
  width: 5.6rem;
  height: 4.1rem;
}

.button_icon-wrapper.is-roland.is-cta {
  width: 3rem;
  height: 3rem;
}

.button_icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.6rem;
  height: 1.6rem;
  display: flex;
}

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

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

.image-15 {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  max-width: 49.6rem;
  max-height: 33.9rem;
  position: relative;
}

.heading-19 {
  min-width: 35.6rem;
}

.paragraph-6 {
  color: var(--text-color--text-secondary);
}

.code-embed-2 {
  z-index: 0;
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.code-embed-2.is-small {
  max-width: 20rem;
  position: static;
  transform: rotate(15deg);
}

.bg-wrapper {
  pointer-events: none;
  width: 100%;
  min-width: 0;
  height: 100%;
  min-height: 0;
  display: none;
  position: absolute;
  inset: 0%;
}

.bg-wrapper.is-small {
  background-image: radial-gradient(circle, #e9ddc714, #fff0 46%);
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.basis_grid {
  z-index: 5;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template: "Area"
                 "Area"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.basis_grid-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--background-color--background-secondary);
  border-radius: .25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 1rem;
  display: flex;
  overflow: hidden;
}

.basis_grid-item.is-dark {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #000;
}

.seo_image-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--border-color--border-primary);
  border-radius: .25rem;
  padding: .25rem;
  display: flex;
}

.image-16 {
  object-fit: cover;
  object-position: 0% 0%;
  max-height: none;
  padding-right: 0;
}

.div-block-20 {
  max-width: 31.5rem;
  position: relative;
}

.div-block-21 {
  background-color: #f1f1f1fa;
  border-radius: .25rem;
  padding: 1rem;
  position: absolute;
  inset: auto -20% 10% auto;
}

.basis-text-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.h3-is-basis {
  font-size: 2rem;
}

.spline-overlay {
  z-index: 999;
  pointer-events: none;
  position: fixed;
  inset: 0%;
}

.hero_text-embed {
  width: 100%;
}

.text-color-highligh {
  color: var(--text-color--text-primary);
}

.basis_image-grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 116%;
  margin-top: 0;
  transition: opacity .2s;
  display: grid;
  position: relative;
  top: -5.9rem;
  left: -6rem;
  overflow: hidden;
}

.basis_grid-item-copy {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--background-color--background-secondary);
  border-radius: .25rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 1rem;
  display: flex;
}

.image-grid_item {
  aspect-ratio: 1;
  border-radius: .25rem;
}

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

.basis_grid-overlay {
  background-image: linear-gradient(#000, #fff0 7%);
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hide-header {
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.about_photo-wrapper {
  z-index: 5;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-bottom: 1.25rem;
  display: flex;
  position: relative;
}

.about_photo {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--background-color--background-primary);
  border-radius: .25rem;
  width: auto;
  height: 16.4rem;
  max-height: none;
  padding: 8px;
}

.image-17 {
  width: auto;
  height: 100%;
}

.who_content.max-width {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: end center;
  place-items: start stretch;
  max-width: none;
  display: grid;
}

.text-style-indent {
  color: var(--text-color--text-primary);
  text-indent: 3rem;
  font-weight: 700;
}

.text-style-indent.text-size-medium {
  font-family: Interdisplay, Arial, sans-serif;
  line-height: 1.4;
}

.max-width {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  max-width: 32rem;
  display: flex;
}

.about_content-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.about_photo-wide {
  border: 1px none var(--border-color--border-primary);
  background-color: var(--background-color--background-primary);
  border-radius: 0;
  width: 100%;
  height: 36.4rem;
  max-height: none;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.photo-wide {
  width: 100%;
  height: 120%;
  position: absolute;
  inset: 0% 0% auto;
}

.about_image-animated {
  z-index: 7;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 22% 0% 0%;
}

.about_image-animated.display-none {
  display: none;
}

.about_image-animated-image {
  z-index: 999;
  max-width: 19.5rem;
  position: relative;
}

.code-embed-3 {
  color: var(--text-color--text-primary);
}

.section_reviews {
  background-color: var(--background-color--background-secondary);
  position: relative;
  overflow: hidden;
}

.reviews_wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

.reviews_grid {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.reviews_grid-item {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  background-color: #0e0e0df0;
  border: 1px #161515;
  flex-flow: column;
  width: 100%;
  padding: 1.5rem;
  display: flex;
}

.reviews_stars {
  color: #d3b681;
}

.reviews_name-wrapper {
  border-bottom: 1px solid var(--border-color--border-primary);
  color: var(--text-color--text-dark-2);
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: .75rem;
  display: flex;
}

.div-block-22 {
  z-index: 12;
  position: absolute;
  inset: 0%;
}

.footer_img-wrapper {
  max-width: 11.8rem;
  padding-bottom: .5rem;
}

.reviews_bg {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.image-19 {
  z-index: 0;
  max-width: 172%;
  position: absolute;
  inset: 18% 0% auto;
}

.footer_text-embed {
  opacity: 1;
  width: 100%;
}

.marquee {
  grid-column-gap: 1rem;
  background-color: #f1714400;
  width: 100%;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.marquee-content {
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.marquee-content.scroll.reverse {
  width: 100%;
  overflow: hidden;
}

.text-block-8 {
  color: var(--text-color--text-primary);
  text-transform: uppercase;
  font-family: Interdisplay, Arial, sans-serif;
  font-size: .9rem;
  font-weight: 900;
  line-height: 1;
}

.marquee_sentence-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.parralax-bg {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.footer-bg-image {
  opacity: .38;
  width: 100%;
  display: block;
  position: relative;
  top: 179px;
}

.footer-graffity {
  max-width: 13.3rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

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

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

.project_img-wrapper {
  border-radius: .1rem;
  overflow: hidden;
  box-shadow: 0 2px 12px -2px #00000026;
}

.basis_heading-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: center;
  align-items: flex-end;
  max-width: none;
  display: flex;
}

.paragraph-7 {
  color: #ddd5cfe0;
}

.hero_background-vid {
  z-index: 1;
  aspect-ratio: 3 / 2;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  max-height: none;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.background-video-7 {
  aspect-ratio: 3 / 2;
  width: auto;
  height: 100%;
  max-height: 680px;
  display: block;
}

.introduction_accent-left {
  z-index: 5;
  max-width: 11.3rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

.introduction_accent-right {
  z-index: 5;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--border-color--border-primary);
  opacity: 1;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  max-width: 12.7rem;
  color: var(--base-color-neutral--white);
  background-color: #ffffff40;
  border-radius: .1rem;
  flex-flow: column;
  padding: 1rem;
  transition: transform .4s, opacity .3s;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: translate(0);
}

.introduction_tabs {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.tabs-menu {
  z-index: 10;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #8a8a8a7a;
  border: 1px solid #6b6b6b40;
  border-radius: 8rem;
  justify-content: center;
  align-items: center;
  padding: .45rem .75rem;
  display: flex;
  position: sticky;
  top: 33%;
}

.introduction_tab-button {
  background-color: #0058fb;
  background-image: linear-gradient(162deg, #649aff, #0058fb);
  border: 1px solid #535353;
  border-radius: 100px;
  width: 1.5rem;
  height: 1.5rem;
}

.introduction_tab-button.is-2 {
  background-color: #02813a;
  background-image: linear-gradient(337deg, #02813a, #1eb460);
}

.introduction_tab-button.is-3 {
  background-color: #f07244;
  background-image: linear-gradient(146deg, #ffb093, #f07244);
  width: 1.5rem;
  height: 1.5rem;
}

.intro_tab-button-wrapper {
  background-color: #dddddd42;
  border: 1px solid #ffffff4a;
  border-radius: 100px;
  padding: .25rem;
}

.intro_tab-button-wrapper.w--current {
  border-color: #fff;
  padding-left: .25rem;
  padding-right: .25rem;
}

.tabs-content {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  padding-bottom: 4rem;
  display: flex;
}

.tab-pane {
  align-self: center;
  width: 100%;
  max-width: 72rem;
}

.image-21 {
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
}

.introduction_accent-left-2 {
  z-index: 5;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--border-color--border-primary);
  opacity: 1;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  max-width: 11.3rem;
  color: var(--base-color-neutral--white);
  background-color: #ffffff40;
  border-radius: .1rem;
  flex-flow: column;
  padding: 1rem;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.colors-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.colors-item {
  background-color: #02813a;
  border-radius: .125rem;
  width: 2rem;
  height: 2rem;
}

.colors-item._01 {
  background-color: #fee000;
}

.colors-item._02 {
  background-color: #042b77;
}

.colors-item._04 {
  background-color: #f6ebd9;
}

.colors-item._05 {
  background-color: #0058fb;
}

.colors-item._06 {
  background-color: #1c3591;
}

.colors-item._07 {
  background-color: #ecf6fe;
}

.colors-item._08 {
  background-color: #f07244;
}

.colors-item._09 {
  background-color: #1c3010;
}

.colors-item._10 {
  opacity: 100;
  background-color: #fff;
}

.image-22 {
  background-color: #fff;
  border-radius: .25rem;
  padding: 1rem;
}

.list-item-5 {
  list-style-type: none;
}

.dropdown-toggle-2 {
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.locaties_link-warpper {
  grid-column-gap: .55rem;
  grid-row-gap: .55rem;
  flex-flow: column;
  text-decoration: underline;
  display: flex;
}

.heading-20 {
  color: var(--text-color--text-primary);
}

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

.text-color-dark-2.text-weight-bold {
  color: var(--text-alternate-2);
}

.text-color-dark-2.text-small {
  max-width: 22ch;
}

.projects_headig-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.eyebrow {
  background-color: var(--text-color--text-primary);
  color: var(--text-color--text-secondary);
  border: 1px solid #c9c9c1;
  border-radius: .125rem;
  flex: none;
  padding: .35rem .65rem;
  font-size: .87rem;
  line-height: 1;
}

.eyebrow.is-light {
  background-color: #222;
  border-color: #535353;
}

.p-grid-item {
  max-width: 34.8rem;
}

.eyebrow_wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.code-embed-4 {
  color: #8e8985;
  justify-content: center;
  align-items: center;
  display: flex;
}

.intro_review-text-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.intro_review-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--background-color--background-light);
  min-width: 12rem;
  height: 100%;
  color: var(--text-color--text-dark-2);
  flex-flow: column;
  margin-bottom: -14.6rem;
  padding: .5rem;
  font-size: .875rem;
  display: flex;
  position: sticky;
  top: 12.8rem;
  bottom: auto;
}

.intro_review-wrapper.is-experience {
  z-index: 5;
  height: auto;
  color: var(--text-color--text-dark);
  margin-bottom: -11rem;
  top: 14.9rem;
}

.image-reveal-wrap {
  max-width: none;
  padding-bottom: 0;
}

.image-reveal-wrap.is-intro {
  max-width: 11rem;
}

.div-block-23 {
  border-bottom: 1px solid var(--background-color--background-primary);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: .35rem;
  display: flex;
}

.review-name-wrap {
  border-top: 1px none var(--border-color--border-primary);
  width: 100%;
  padding-top: .25rem;
  font-weight: 500;
}

.review_vert-wrapper {
  flex-flow: column;
  width: 100%;
  display: flex;
}

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

.testimonial1_layout.bg__grey-13 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
}

.testimonial1_slide-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--background-color--background-light);
  width: 100%;
  height: 100%;
  color: var(--text-color--text-dark);
  cursor: grab;
  border: 1px solid #ebf8ff;
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  padding: 1.5em 2.5em;
  transition: all .5s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.testimonial1_slide-card:hover {
  border: 1px solid #b4dbf8;
}

.testimonial1_swiper-slider {
  overflow: hidden;
}

.testimonial1_rating {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.testimonial1_stars {
  color: #fccb04;
  display: flex;
}

.text-size--xsmall {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75em;
  line-height: 1.6;
}

.text-size--xlarge {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.6;
}

.text-size--xlarge.text-weight-medium {
  font-weight: 500;
}

.testimonial1_slide-header {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.text-size--medium {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.6;
}

.text-size--medium.text-color-muted {
  color: #b0b0b0;
  font-size: 1em;
}

.testimonial1_card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--background-color--background-primary);
  width: 20em;
  color: var(--text-color--text-primary);
  border-radius: 1.5rem;
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  padding: 2.5em 2em 1.5em;
  display: flex;
}

.testimonial1_star {
  color: #fccb04;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  display: flex;
}

.testimonial1_footnote-left {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  padding-bottom: .5em;
  display: flex;
}

.testimonial1_slogan {
  max-width: 20em;
}

.testimonial1_rating-base {
  padding-bottom: .25em;
}

.icon-xsmall {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  display: flex;
}

.text-size--small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875em;
  line-height: 1.6;
}

.text-size--small.text-weight-semibold {
  font-size: .875em;
}

.overline-2 {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: .75em;
  line-height: 1.6;
}

.badge {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: var(--background-color--background-secondary);
  color: #fff;
  white-space: nowrap;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  padding: .25em .75em;
  font-size: .875em;
  font-weight: 600;
  display: flex;
}

.heading-style-h3-3 {
  letter-spacing: -.035em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.2;
}

.testimonial1_card-footnote {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.swiper--script {
  display: none;
}

.experience-huge {
  color: var(--text-color--text-dark);
  font-size: 2.75rem;
}

.exprience-wrap {
  color: var(--text-color--text-dark);
  flex-flow: column;
  display: flex;
}

.exprience-wrap.is-first {
  border-bottom: 1px solid var(--text-color--text-dark);
  padding-bottom: .5rem;
}

.exprience-wrap.is-second {
  padding-top: .5rem;
}

.text-experience-huge {
  color: var(--text-color--text-dark);
  font-size: 3.25rem;
  line-height: 1;
}

.div-block-24 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  display: flex;
}

.section_faq {
  border-top: 1px solid var(--border-color--border-primary);
}

.faq_wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

.accordion-item-2 {
  color: #fff;
}

.accordion-item-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}

.accordion-item-title {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  border-bottom: 1px solid #404040;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.accordion-item-content-details {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #404040;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.accordion-item-icon {
  width: 1.25rem;
  max-height: 1.25rem;
  transform: rotate(-45deg);
}

.paragraph-light {
  opacity: 1;
  color: var(--text-color--text-secondary);
}

.faq_list-wrapper {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.accordion-wrapper-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.display-xs {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1em;
}

.display-m {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1em;
}

.faq_cta-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: grid;
}

.faq_cta {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.h2-faq {
  padding-bottom: 2rem;
}

.fag_img-text {
  max-width: 11rem;
  color: var(--text-color--text-primary);
}

.faq_cta-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.image {
  flex: 0 auto;
  order: 1;
  display: block;
  overflow: hidden;
}

.user-image-1 {
  flex: 1;
}

.component-3-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.user-image-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-size: 20px;
  line-height: 140%;
  display: flex;
}

.user-image-wrapper._3 {
  margin-left: 0;
  overflow: visible;
}

.user-image-wrapper._3a {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.user-image-wrapper._3b {
  margin-left: 0;
}

.cta_img-wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cta_img {
  aspect-ratio: 1;
  border: 1px solid var(--background-color--background-light);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 2.3rem;
  display: flex;
  overflow: hidden;
}

.cta_img.is-2 {
  margin-left: -10px;
}

.cta_img-text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-top: 1px solid var(--base-color-neutral--neutral-lighter);
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-top: 1rem;
  display: flex;
}

.cta_horizontal-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

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

.img-fullheight {
  height: 100%;
}

.div-block-25 {
  flex-flow: column;
  display: flex;
}

.section_image-text-grid {
  position: static;
}

.button-arrow-wraooer {
  position: relative;
}

.padding-global-3 {
  opacity: 1;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.target-audience_text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.target-audience_text.is-right {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
}

.button-icon-wrapper {
  border: 1px solid #ffffffba;
  border-radius: 4px;
  padding: .8rem;
  position: relative;
  overflow: hidden;
}

.text-style-introduction {
  text-align: left;
  letter-spacing: -.5px;
  max-width: none;
  font-family: Switzer, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.3;
}

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

.is-introduction {
  width: 100%;
}

.text-color-blue {
  color: var(--base-color-neutral--white);
}

.icon-1x1-small-2 {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.icon-1x1-small-2.is-hidden {
  position: absolute;
  inset: 0% 0% 0% -300%;
}

.button-4 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #fbfaf9;
  text-align: center;
  background-color: #0059ff;
  border-radius: .6rem;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  padding: .8rem 2rem;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
}

.button-4:hover {
  background-color: #5d5e5f;
}

.button-4.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .25rem .25rem .25rem 1.5rem;
  text-decoration: none;
  display: flex;
}

.button-4.is-icon:hover {
  background-color: #0051e7;
}

.heading-text-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 72ch;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.sectoren-img {
  height: 100%;
}

.sectoren_img-wrapper {
  aspect-ratio: 1;
  display: flex;
  overflow: hidden;
}

.horizontal-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.eyebrow-h_wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.projects_button-text-2 {
  opacity: 1;
  color: #736e69;
  border-radius: 0;
  font-family: Interdisplay, Arial, sans-serif;
}

.eyebrow-2 {
  color: #8e8a85;
  background-color: #edede8;
  border: 1px solid #c9c9c1;
  border-radius: .125rem;
  flex: none;
  padding: .35rem .65rem;
  font-size: .87rem;
  line-height: 1;
}

.code-embed-6 {
  color: #8e8985;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-style-projects-2 {
  color: #736e69;
  -webkit-text-stroke-color: #837368;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  max-width: 65%;
  font-size: 1rem;
  font-weight: 700;
}

.padding-global-4 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.projects_arrow-2 {
  color: #736e69;
  max-width: .8rem;
}

.text-size-usp-section {
  font-size: 1.5rem;
}

@media screen and (max-width: 991px) {
  h1 {
    letter-spacing: -1px;
  }

  h2 {
    letter-spacing: -.5px;
    font-size: 3.5rem;
  }

  h3 {
    font-size: 1.125rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .icon-1x1-medium {
    width: 1.5rem;
    min-width: 1.5rem;
    height: 1.5rem;
  }

  .padding-global.padding-section-large.is-payoff {
    padding-top: 7rem;
  }

  .padding-global.padding-section_hero {
    padding-top: 5rem;
  }

  .padding-global.padding-section-medium.is-hero, .padding-global.padding-section-medium.is-projectshero {
    padding-top: 4rem;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

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

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .button.is-secondary.is-nav.is-mobile {
    display: block;
  }

  .button.is-nav {
    display: none;
  }

  .button.nav__link.is-secondary {
    display: block;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .nav_button {
    color: #fff;
  }

  .hero_content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
  }

  .hero_content.is-home {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .hero_content.is-about-me {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
  }

  .hero_content.align-center {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: center;
  }

  .hero_content.is-homepage {
    z-index: 9;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .hero_content.is-homepagetext {
    z-index: 9;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .section_hero {
    padding-top: 3rem;
  }

  .hero_grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .fs-styleguide_heading-header {
    font-size: 4rem;
  }

  .nav__trigger {
    z-index: 99;
    display: flex;
  }

  .nav__trigger.nav__closed {
    z-index: 999;
  }

  .nav__line {
    background-color: var(--text-color--text-primary);
    transform: rotate(-20deg)translate(0);
  }

  .nav__line.second__line {
    transform: rotate(20deg)translate(0);
  }

  .nav__flexed {
    z-index: 999;
    position: relative;
  }

  .nav__inner {
    background-color: var(--background-color--background-primary);
    width: 100%;
    height: 100%;
    color: var(--text-color--text-primary);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .nav__bar {
    z-index: 99;
  }

  .nav__container {
    justify-content: space-between;
  }

  .nav__link {
    border-bottom: 1px solid var(--border-color--border-primary);
    width: 100%;
    margin-bottom: 0;
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
    font-family: Interdisplay, Arial, sans-serif;
    font-size: 32px;
    font-weight: 500;
  }

  .nav__link:hover {
    color: var(--text-color--text-secondary);
  }

  .nav__link.hide-desktop {
    display: block;
  }

  .nav__link.hide-desktop:hover {
    color: var(--text-color--text-secondary);
  }

  .nav__wrapper {
    z-index: 98;
    opacity: 1;
    flex: 1;
    width: 100vw;
    height: 100vh;
    transition: all .7s cubic-bezier(.19, 1, .22, 1);
    position: fixed;
    inset: 0%;
    transform: translate(0%);
  }

  .nav__logo__link {
    width: 9.2rem;
    max-width: 202px;
    height: auto;
  }

  .nav__logo__link.w--current {
    z-index: 999;
    width: 11rem;
    position: relative;
  }

  .button-2 {
    display: none;
  }

  .nav-wrapper {
    z-index: 110;
    position: relative;
  }

  .section_hero-bg {
    z-index: 8;
  }

  .hero-bg_grid-item {
    padding-top: 1rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .introduction_content.is-sticky {
    order: -1;
    position: static;
  }

  .introduction_image-wrapper.is-bg {
    overflow: visible;
  }

  .grid_col-2.align-center {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    place-items: center;
  }

  .grid_col-2.align-center.is-relative {
    flex-flow: column;
  }

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

  .usps_grid._4-col {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .usps_grid-item {
    padding: 1.4rem;
  }

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

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

  .who_texts-wrapper {
    width: 100%;
  }

  .h2-wie {
    font-size: 32px;
    line-height: 41.6px;
  }

  .who-summary {
    max-width: 66.6%;
  }

  .section_who {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 0;
  }

  .padding-global-2 {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }

  .padding-global-2.padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .footer_list-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-right: 0;
  }

  .paragraph-uitleg {
    max-width: 156px;
  }

  .footer {
    background-size: cover;
  }

  .footer-link, .list-item-4 {
    font-size: 1em;
  }

  .footer-content-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .hero_content-right {
    justify-content: flex-start;
    align-items: center;
  }

  .hero_image-wrapper {
    justify-content: flex-start;
    align-items: center;
    max-width: none;
  }

  .p-accordion-answer {
    max-width: 48vw;
  }

  .heading-style-h2-2 {
    font-size: 32px;
    line-height: 41.6px;
  }

  .section_usps-web {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .usps-web_grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-top: 0;
    padding-top: 24px;
  }

  .image_roland {
    width: 100%;
    max-width: none;
  }

  .cases {
    padding-top: 0;
    padding-bottom: 0;
  }

  .case-image {
    object-fit: fill;
    height: 30vw;
  }

  .heading-12.h3-centered {
    font-size: 80px;
    line-height: 100px;
  }

  .bg-vid-ado {
    width: 80%;
    height: 80%;
  }

  .bg-vid-img-wrapper {
    height: 50vh;
  }

  .background-video {
    width: 80%;
    height: 80%;
  }

  .project-vg_intro-image {
    width: 100%;
  }

  .background-video-6 {
    width: 80%;
    height: 80%;
  }

  .heading-h1-home {
    font-size: 4.4rem;
  }

  .heading-h1-home.is-right, .heading-h1-home.is-top {
    font-family: Interdisplay, Arial, sans-serif;
  }

  .footer_left-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .projects-grid.is-clients {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 0;
  }

  .projects-grid.is-clients.is-alternate {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .projects-grid.is-clients-above-fold.is-alternate {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .projects-grid.is-clients-above-fold, .projects-grid.is-clients {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 0;
  }

  .heading-style-projects {
    max-width: 50%;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: .8rem;
  }

  .button-visit-website {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    opacity: 1;
    display: flex;
  }

  .projects_button-text {
    font-size: .8rem;
  }

  .logos-marquee {
    z-index: 50;
  }

  .hero_header-wrapper, .hero_header-wrapper.is-top {
    width: 75%;
  }

  .hero_header-wrapper.is-bottom {
    z-index: 8;
  }

  .hero_highlight {
    width: 30.5rem;
    height: 19rem;
    margin-top: 0;
  }

  .hero_background-2 {
    display: none;
  }

  .hero_content-wrapper {
    padding-top: 3rem;
  }

  .intro_text-style {
    max-width: none;
    font-size: 2.1rem;
  }

  .intro_text-style.above-fold {
    font-size: 2.24rem;
  }

  .logo-wrapper.is-2.w--current {
    z-index: 9999;
  }

  .logo-letter {
    color: var(--base-color-neutral--white);
  }

  .spline-scene {
    display: none;
  }

  .example_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .reviews_grid {
    flex-flow: column;
  }

  .image-19 {
    object-fit: cover;
    width: 321%;
    max-width: none;
    position: sticky;
  }

  .hero_background-vid {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .background-video-7 {
    aspect-ratio: 1;
    max-height: 504px;
    display: block;
    position: sticky;
    inset: 0;
  }

  .introduction_accent-right {
    inset: -15% 0% auto auto;
  }

  .introduction_tabs, .tabs-content {
    overflow: visible;
  }

  .introduction_accent-left-2 {
    top: -5%;
  }

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

  .display-m {
    font-size: 1.5rem;
  }

  .faq_cta-wrapper {
    grid-column-gap: 5.1rem;
    grid-row-gap: 5.1rem;
    display: flex;
  }

  .component-3-wrapper {
    margin-top: 0;
    margin-left: 19px;
  }

  .user-image-wrapper {
    margin-left: 35px;
  }

  .user-image-wrapper._3 {
    margin-left: 28px;
  }

  .user-image-wrapper._3a {
    margin-left: -37px;
  }

  .target-audience_text.is-right {
    position: static;
    overflow: visible;
  }

  .text-style-introduction {
    font-size: 1.6rem;
  }

  .projects_button-text-2 {
    font-size: .8rem;
  }

  .heading-style-projects-2 {
    max-width: 50%;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: .8rem;
  }

  .text-size-usp-section {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    letter-spacing: -.5px;
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 1.125rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .heading-style-h3 {
    font-size: 1.5rem;
  }

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

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .padding-global.padding-section-large.is-payoff {
    padding-top: 6rem;
  }

  .padding-global.padding-section-large.is-home-intro {
    padding-bottom: 4rem;
  }

  .padding-global.padding-section_hero {
    padding-top: 4rem;
  }

  .padding-global.padding-section-medium.is-hero, .padding-global.padding-section-medium.is-projectshero {
    padding-top: 3rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

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

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

  .heading-style-h2 {
    font-size: 2rem;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .spacer-xlarge {
    padding-top: 2rem;
  }

  .spacer-large {
    padding-top: 1.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .hero_content.is-home {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .hero_content.is-about-me {
    flex-flow: column;
  }

  .hero_content.is-homepage, .hero_content.is-homepagetext {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-bottom: 2.5rem;
  }

  .section_hero.is-home {
    min-height: 0;
  }

  .nav__trigger {
    margin-left: 8px;
  }

  .nav__inner {
    justify-content: flex-start;
    align-items: center;
    padding-top: 6rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .nav__link {
    text-align: left;
    font-size: 1.75rem;
  }

  .nav__link.hide-desktop:hover {
    text-align: left;
  }

  .nav__wrapper {
    z-index: 1;
  }

  .nav__logo__link {
    width: 8rem;
    max-width: none;
    height: auto;
  }

  .nav__logo__link.w--current {
    width: 10rem;
  }

  .hero-bg_grid {
    margin-right: -5rem;
  }

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

  .introduction_content.is-sticky {
    order: -1;
  }

  .introduction_image-wrapper.is-bg, .introduction_image-wrapper.is-double {
    width: 100%;
  }

  .grid_col-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    place-items: center start;
  }

  .grid_col-2.align-center {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .usps_grid._2-col {
    grid-template-columns: 1fr;
  }

  .usps_grid.is-sectoren {
    grid-template-columns: 1fr 1fr;
  }

  .h2-wie {
    font-size: 32px;
    line-height: 41.6px;
  }

  .logo-brand-wrapper {
    justify-content: space-between;
    align-items: flex-end;
    width: 140px;
  }

  .card-image-surf {
    margin-left: 0;
  }

  .text-size-small-3 {
    margin-right: 6px;
  }

  .card.static {
    max-width: none;
    inset: auto 0% 0%;
  }

  .who-summary {
    max-width: 80%;
  }

  .card-2.static {
    max-width: none;
  }

  .section_who {
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .paragraph-big-bold, .paragraph-big-kvk {
    font-size: 1.1em;
  }

  .footer_list-wrapper {
    order: -1;
  }

  .footer {
    background-size: cover;
  }

  .footer_bottom-text {
    font-size: .8rem;
  }

  .footer-content-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .content-right_up {
    order: -9999;
  }

  .who_image-wrapper {
    max-width: none;
  }

  .hero_content-right {
    order: 0;
  }

  .hero_content-right.is-first {
    order: -1;
  }

  .heading-style-h2-2 {
    font-size: 32px;
    line-height: 41.6px;
  }

  .section_usps-web {
    flex-direction: column;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .usps-web_grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    padding-top: 24px;
  }

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

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

  .cases {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .title-wrapper, .case-services {
    font-size: 12px;
  }

  .case-image {
    height: auto;
  }

  .section_project {
    padding-left: 8px;
    padding-right: 8px;
  }

  .double-img-grid {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    overflow: hidden;
  }

  .heading-12.h3-centered {
    font-size: 60px;
    line-height: 47px;
  }

  .vid-wrapper-square {
    aspect-ratio: 1;
    height: 100%;
  }

  .case-content-grid {
    padding-left: 8px;
    padding-right: 8px;
  }

  .bg-vid-img-wrapper {
    height: 40vh;
  }

  .project-vg_intro-image {
    width: 100%;
  }

  .heading-h1-home {
    font-size: 2.6rem;
  }

  .heading-h1-home.is-right, .heading-h1-home.is-top {
    font-size: 2.5rem;
  }

  .footer_left-wrapper {
    order: 9999;
  }

  .projects-grid.is-clients, .projects-grid.is-clients-above-fold, .projects-grid.is-clients-above-fold, .projects-grid.is-clients {
    padding: 0;
  }

  .projects-wrapper.is-clients {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .button-visit-website {
    bottom: .4rem;
  }

  .clients-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    margin-left: 0;
  }

  .code-embed {
    margin-top: 44vh;
  }

  .hero_highlight {
    filter: blur(3rem);
    width: 19.6rem;
    height: 21.9rem;
  }

  .hero_content-wrapper {
    padding-top: 2.1rem;
  }

  .intro_text-style {
    max-width: none;
    font-size: 2rem;
  }

  .intro_text-style.above-fold {
    font-size: 1.75rem;
  }

  .introduction_text-wrapper {
    order: 1;
    width: 100%;
  }

  .example_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  .h3-is-basis {
    font-size: 1.5rem;
  }

  .background-video-7 {
    max-height: 410px;
  }

  .intro_review-text-wrapper {
    flex-flow: column;
  }

  .intro_review-wrapper {
    align-self: flex-end;
    max-width: 13.3rem;
    margin-bottom: 0;
  }

  .intro_review-wrapper.is-experience {
    margin-bottom: -10.5rem;
    top: 4rem;
  }

  .image-reveal-wrap.is-intro {
    max-width: 7.5rem;
  }

  .testimonial1_layout {
    flex-flow: column;
  }

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

  .testimonial1_card {
    width: auto;
  }

  .heading-style-h3-3 {
    font-size: 2rem;
  }

  .paragraph-light {
    font-size: .9rem;
  }

  .faq_list-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .display-m {
    font-size: 1.5rem;
  }

  .user-image-wrapper {
    margin-left: 0;
  }

  .user-image-wrapper._3 {
    margin-left: 29px;
  }

  .user-image-wrapper._3a {
    margin-left: -53px;
  }

  .user-image-wrapper._3b {
    margin-left: -61px;
  }

  .padding-global-3, .padding-global-3.padding-section-medium {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .target-audience_text.is-right {
    padding-left: 0;
  }

  .text-style-introduction {
    font-size: 1.4rem;
  }

  .button-4 {
    justify-content: center;
    align-items: stretch;
    padding-top: .85rem;
    padding-bottom: .85rem;
  }

  .padding-global-4 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .text-size-usp-section {
    font-size: 1.1255rem;
  }
}

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

  p {
    width: 100%;
    font-size: 1rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

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

  .padding-global.padding-section-large {
    padding-left: .55rem;
    padding-right: .55rem;
  }

  .padding-global.padding-section-large.is-payoff {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  .padding-global.padding-section-large.less-padding-mobile {
    padding-left: .45rem;
    padding-right: .45rem;
  }

  .padding-global.padding-section-medium {
    padding-left: .5rem;
    padding-right: .5rem;
  }

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

  .text-weight-xbold {
    font-size: 1rem;
  }

  .text-weight-bold {
    text-decoration: none;
  }

  .button {
    width: 100%;
  }

  .button.is-secondary {
    font-size: 1rem;
  }

  .button.nav__link.is-secondary {
    width: auto;
  }

  .button.is-margin-top.is-footer, .button.is-margin-top.is-footer-cta {
    line-height: 1.1;
  }

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

  .hero_content.is-home {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .hero_content.is-about-me {
    flex-flow: column;
  }

  .hero_content.is-homepage {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .hero_content.is-homepagetext {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .hero_heading {
    font-size: 2.5rem;
  }

  .section_hero.is-home {
    min-height: 0;
  }

  .nav__flexed {
    margin-left: 0;
  }

  .nav__inner {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav__link {
    margin-left: 0;
    margin-right: 0;
    font-size: 1.5rem;
  }

  .nav__logo__link {
    height: auto;
  }

  .nav__logo__link.w--current {
    width: 10rem;
  }

  .text-block {
    font-weight: 700;
  }

  .icon-1x1-small {
    width: 1rem;
  }

  .section_hero-bg {
    overflow: hidden;
  }

  .hero-bg_grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    place-items: center stretch;
    margin-left: -9rem;
    margin-right: -9rem;
    overflow: hidden;
  }

  .hero-bg_image-wrapper {
    width: 42.3rem;
    max-width: 283px;
    max-height: none;
  }

  .hero-bg_image {
    aspect-ratio: 1;
    max-height: none;
  }

  .introduction_image.border-radius-large {
    max-width: 100%;
  }

  .introduction_image-wrapper.is-bg {
    margin-bottom: 7rem;
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .text-size-medium-2 {
    font-size: 1.1rem;
  }

  .introduction_usps-wrapper {
    justify-content: center;
    align-items: center;
  }

  .usps_grid._2-col {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .usps_grid._4-col, .usps_grid.is-sectoren {
    grid-template-columns: 1fr;
  }

  .section_clients.is-light {
    border-radius: 0;
  }

  .swiper-wrapper.is-clients {
    padding-left: 0;
    padding-right: 0;
  }

  .swiper-slide.is-testimonial1 {
    height: auto;
  }

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

  .h2-wie {
    margin-top: 0;
    font-size: 2em;
    line-height: 1.3em;
  }

  .who_image-cards-wrapper {
    max-width: 12rem;
  }

  .logo-brand-wrapper {
    justify-content: space-between;
    align-items: flex-end;
  }

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

  .who-summary {
    padding-top: 0;
  }

  .section_who {
    padding-top: 0;
    padding-bottom: 0;
  }

  .who_grid {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    padding-top: 0;
  }

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

  .paragraph-big-bold {
    font-size: 1.1em;
    line-height: 1.4em;
  }

  .who_cv-wrapper {
    padding-top: 10px;
  }

  .button-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .button-style-alternate {
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: .9rem;
    display: flex;
  }

  .button-style-alternate.is-footer {
    width: auto;
  }

  .button-style-alternate.is-footer.w--current {
    font-family: Interdisplay, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 700;
  }

  .button-style-alternate.hide-mobile-portrait {
    display: none;
  }

  .paragraph-big-kvk {
    font-size: 1.1em;
    line-height: 1.4em;
  }

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

  .footer_bottom-wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: .75rem;
    font-size: .875rem;
  }

  .footer {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .footer_bottom-text {
    font-size: .8em;
    line-height: 1.4em;
  }

  .bold-text-7, .footer-link {
    font-size: 1em;
  }

  .footer-content-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .content-right_up {
    margin-left: 9px;
    margin-right: 9px;
    padding: 1.5rem;
  }

  .who_image-wrapper {
    max-width: none;
  }

  .footer_payoff-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .hero_content-right {
    justify-content: flex-start;
    align-items: center;
  }

  .hero_content-right.is-first {
    order: -1;
  }

  .hero_image-wrapper {
    justify-content: flex-start;
    align-items: center;
    max-width: none;
  }

  .accordion-item-bottom-wrapper {
    padding-left: 0%;
    padding-right: 0%;
  }

  .accordion-item-top-wrapper {
    grid-template-columns: .75fr 4.75fr .5fr;
  }

  .p-accordion-answer {
    max-width: 80vw;
  }

  .heading-style-h2-2 {
    margin-top: 0;
    font-size: 2em;
    line-height: 1.3em;
  }

  .section_usps-web {
    padding: 0;
  }

  .usps-web_grid {
    padding-top: 24px;
  }

  .paragraph-4 {
    line-height: 1.7;
  }

  .heading-style-h3-2 {
    margin-top: 16px;
    font-size: 14px;
  }

  .cases {
    padding-top: 0;
    padding-bottom: 0;
  }

  .case-services {
    margin-top: 0;
    font-size: 10px;
  }

  .case-image {
    height: auto;
  }

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

  .heading-12.h3-centered {
    padding-top: 0;
    font-size: 53px;
    line-height: 64px;
  }

  .case-content-grid {
    padding-left: 0;
    padding-right: 0;
  }

  .bg-vid-ado {
    width: 90%;
    height: 90%;
  }

  .bg-vid-img-wrapper {
    height: 30vh;
  }

  .background-video {
    width: 90%;
    height: 90%;
  }

  .project-vg_intro-image {
    width: 100%;
  }

  .background-video-6 {
    width: 90%;
    height: 90%;
  }

  .text-style-line.text-weight-normal {
    font-family: Interdisplay, Arial, sans-serif;
  }

  .button-3 {
    justify-content: center;
    align-items: center;
  }

  .button-text {
    text-align: left;
    font-size: 1rem;
    font-weight: 700;
  }

  .icon-1x1-medium-2 {
    width: 1.1rem;
    height: 1.1rem;
  }

  .heading-h1-home {
    font-size: 2.4rem;
  }

  .heading-h1-home.is-right, .heading-h1-home.is-top {
    font-size: 2.25rem;
  }

  .projects-grid.is-clients:hover, .projects-grid.is-clients:active {
    border-bottom-color: var(--background-color--background-secondary);
  }

  .projects-grid.is-clients-above-fold:hover, .projects-grid.is-clients-above-fold:active {
    border-bottom-color: var(--background-color--background-secondary);
  }

  .projects-grid.is-clients-above-fold {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    border-bottom-style: solid;
    border-bottom-color: #1a191924;
    border-radius: 0;
    padding: 0;
  }

  .projects-grid.is-clients-above-fold:hover, .projects-grid.is-clients-above-fold:active {
    border-bottom-color: #1a1919;
  }

  .projects-grid.is-clients {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    border-bottom-style: solid;
    border-bottom-color: #1a191924;
    border-radius: 0;
    padding: 0;
  }

  .projects-grid.is-clients:hover, .projects-grid.is-clients:active {
    border-bottom-color: #1a1919;
  }

  .projects-wrapper.is-clients {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-projects {
    max-width: 48%;
    font-size: .9rem;
  }

  .button-visit-website {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    opacity: 1;
    bottom: 0;
    right: 1rem;
  }

  .projects_arrow {
    max-width: .6rem;
  }

  .projects_button-text {
    font-size: .9rem;
  }

  .client-logo {
    object-position: 0% 50%;
  }

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

  .clients-grid.logo-animate {
    grid-template-columns: 1fr 1fr 1fr;
    width: 172.2rem;
    margin-top: 0;
  }

  .hero_background {
    max-width: 100%;
  }

  .code-embed {
    margin-top: 12vh;
  }

  .hero_header-wrapper, .hero_header-wrapper.is-top {
    width: 100%;
  }

  .hero_header-wrapper.is-bottom {
    grid-column-gap: 1.5rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

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

  .hero_name-text {
    letter-spacing: -1px;
  }

  .hero_highlight {
    filter: blur(2.7rem);
    width: 13.1rem;
    height: 17.5rem;
  }

  .hero_background-2 {
    max-width: 100%;
    display: none;
  }

  .hero_content-wrapper {
    justify-content: space-between;
    align-items: center;
    min-height: 66svh;
  }

  .intro_text-style {
    max-width: none;
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: 1.5rem;
  }

  .intro_text-style.above-fold {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.85rem;
  }

  .intro_heading-text {
    margin-bottom: -2.7rem;
    font-size: .8rem;
  }

  .intro_vg {
    padding-right: .5rem;
  }

  .intro_vg.is-left {
    padding-left: .5rem;
  }

  .introduction_text-wrapper {
    order: -9999;
  }

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

  .spline-scene {
    height: 66vh;
    display: none;
  }

  .hero_paragaph {
    max-width: 100%;
    font-size: 1.5rem;
  }

  .hero_paragaph.above-fold {
    margin-top: -8rem;
  }

  .hero_bg-highlight {
    height: 66vh;
    margin-top: 3rem;
    display: block;
  }

  .button_icon-wrapper.is-roland.is-big {
    border-radius: 2px;
  }

  .basis_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .basis_grid-item.is-dark {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    background-color: var(--background-color--background-secondary);
    padding: .75rem;
  }

  .div-block-21 {
    right: -3%;
  }

  .h3-is-basis {
    font-size: 1.35rem;
  }

  .basis_image-grid {
    top: -2rem;
  }

  .who_content.max-width {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .max-width {
    max-width: 15.6rem;
  }

  .max-width.is-who-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    max-width: none;
  }

  .footer_img-wrapper {
    max-width: 12.5rem;
  }

  .reviews_bg {
    width: 100%;
    overflow: hidden;
  }

  .marquee-content.scroll.reverse {
    width: auto;
    overflow: visible;
  }

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

  .paragraph-mobile-maxwidth {
    width: 75%;
  }

  .hero_background-vid {
    justify-content: flex-end;
    align-items: flex-end;
    max-width: 100%;
    height: 68svh;
  }

  .background-video-7 {
    position: sticky;
    inset: 0;
  }

  .introduction_accent-right {
    max-width: 8.4rem;
    color: var(--base-color-neutral--neutral-dark);
    background-color: #ffffff80;
    padding: .25rem;
    font-size: .855rem;
    inset: auto 0% -43% auto;
  }

  .introduction_accent-left-2 {
    color: var(--base-color-neutral--neutral-dark);
    background-color: #ffffff80;
    padding: .25rem;
    font-size: .85rem;
    inset: auto auto -28% 0%;
  }

  .intro_review-text-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

  .intro_review-wrapper {
    align-self: flex-end;
    min-width: 0;
    max-width: none;
    margin-bottom: 0;
  }

  .intro_review-wrapper.is-experience {
    flex-flow: column;
    width: 100%;
    margin-bottom: 0;
    position: static;
  }

  .image-reveal-wrap.is-intro {
    max-width: 7.8rem;
  }

  .exprience-wrap.is-first {
    border-bottom-style: none;
    width: 100%;
    max-width: 10rem;
    padding-bottom: 0;
  }

  .exprience-wrap.is-second {
    width: 100%;
    max-width: 10rem;
    padding-top: 0;
  }

  .div-block-24 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .paragraph-light {
    font-size: 1rem;
  }

  .faq_list-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .display-m {
    font-size: 1.25rem;
  }

  .faq_cta-wrapper {
    flex-flow: column;
  }

  .faq_cta {
    order: 9999;
    display: none;
  }

  .h2-faq {
    padding-bottom: 2.5rem;
  }

  .code-embed-5 {
    max-height: 1px;
  }

  .heading-21 {
    font-size: 2.5rem;
  }

  .component-3-wrapper {
    margin-left: -25px;
  }

  .user-image-wrapper {
    align-items: center;
    margin-left: 30px;
  }

  .user-image-wrapper._3 {
    margin-left: 63px;
  }

  .user-image-wrapper._3a, .user-image-wrapper._3b {
    margin-left: -50px;
  }

  .cta_img {
    border-width: 1px;
    border-color: var(--background-color--background-light);
  }

  .cta_horizontal-wrapper {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .target-audience_text.is-right {
    padding-left: 0;
    display: flex;
  }

  .text-style-introduction {
    font-size: 1.4rem;
  }

  .button-4 {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: .85rem;
    padding-bottom: .85rem;
  }

  .button-4.is-icon {
    width: auto;
  }

  .horizontal-wrapper {
    flex-flow: column;
  }

  .projects_button-text-2 {
    font-size: .9rem;
  }

  .heading-style-projects-2 {
    max-width: 48%;
    font-size: .9rem;
  }

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

  .padding-global-4.padding-section-large {
    padding-left: .55rem;
    padding-right: .55rem;
  }

  .projects_arrow-2 {
    max-width: .6rem;
  }
}

#w-node-_876fae4b-25c1-0d0f-8318-9927521d3d2c-df14ec4f {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e78ad120-6439-39b1-05fa-7b41b2c1e58b-df14ec4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9898f226-b9f6-90f4-a2f6-5946f66257d9-df14ec4f {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: center;
}

#w-node-d677fe19-277f-1b25-95a4-60dd8c415436-df14ec4f {
  grid-area: 1 / 11 / 2 / 13;
}

#w-node-de00175a-d78e-aa01-719c-7530ffb85507-df14ec4f {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_34629a29-660c-fc03-a300-fbdedad34b98-df14ec4f {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-_68fd96a5-18e3-8661-8773-6ea3cdedd1ce-cdedd1c4, #w-node-_68fd96a5-18e3-8661-8773-6ea3cdedd1fc-cdedd1c4, #w-node-_68fd96a5-18e3-8661-8773-6ea3cdedd213-cdedd1c4, #w-node-b224ec27-30fa-be84-48bf-7ed471542af3-df14ec53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-df14ec53, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-df14ec53, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-df14ec53, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-df14ec53, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-df14ec53, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-df14ec53, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-df14ec53 {
  justify-self: start;
}

#w-node-_5d224905-8a1e-1460-7532-d38cb7ec37c1-df14ec53, #w-node-_40538c8c-870b-b365-34c4-2a06f0f8567d-df14ec53, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-df14ec53, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-df14ec53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-df14ec53 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-df14ec53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-df14ec53 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb76-df14ec53, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb81-df14ec53, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-df14ec53, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-df14ec53, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-df14ec53, #w-node-e2cb3336-7d53-631c-0b13-1d9cd0fce45c-df14ec53, #w-node-e2cb3336-7d53-631c-0b13-1d9cd0fce45d-df14ec53, #w-node-_1aa1a5e5-8564-6f9c-e799-561228e2f0ed-df14ec53, #w-node-_1aa1a5e5-8564-6f9c-e799-561228e2f0ee-df14ec53, #w-node-_551f9190-d9d5-812d-c98e-a4f187cfcdbd-df14ec53, #w-node-_551f9190-d9d5-812d-c98e-a4f187cfcdbe-df14ec53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-df14ec53, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-df14ec53, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-df14ec53, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-df14ec53, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-df14ec53, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-df14ec53, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-df14ec53, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-df14ec53, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-df14ec53, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-df14ec53, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-df14ec53, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-df14ec53, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-df14ec53, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-df14ec53, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-df14ec53, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-df14ec53, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-df14ec53 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-df14ec53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-df14ec53, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-df14ec53, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-df14ec53, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-df14ec53, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-df14ec53, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-df14ec53, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-df14ec53, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-df14ec53, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-df14ec53, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-df14ec53, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-df14ec53, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-df14ec53, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-df14ec53, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-df14ec53, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-df14ec53, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-df14ec53, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-df14ec53, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-df14ec53, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-df14ec53, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-df14ec53, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-df14ec53 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-df14ec53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-df14ec53, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-df14ec53, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-df14ec53, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-df14ec53, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-df14ec53, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-df14ec53, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-df14ec53, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-df14ec53, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-df14ec53, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-df14ec53, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-df14ec53, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-df14ec53, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-df14ec53, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-df14ec53 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-df14ec53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-df14ec53 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-df14ec53, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-df14ec53, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd98-df14ec53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-df14ec53 {
  justify-self: start;
}

#w-node-_7f988b38-3cb0-257c-8a39-8544ff146a07-df14ec54 {
  justify-self: auto;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2680ff8-df14ec54, #w-node-_52ad79f0-419a-b770-09c1-ef19d2680ffa-df14ec54 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2680ffc-df14ec54 {
  place-self: center end;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681004-df14ec54, #w-node-_52ad79f0-419a-b770-09c1-ef19d2681006-df14ec54 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681008-df14ec54 {
  place-self: center end;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681010-df14ec54, #w-node-_52ad79f0-419a-b770-09c1-ef19d2681012-df14ec54 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681014-df14ec54 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d268101c-df14ec54, #w-node-_52ad79f0-419a-b770-09c1-ef19d268101e-df14ec54 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681020-df14ec54 {
  place-self: center end;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681028-df14ec54, #w-node-_52ad79f0-419a-b770-09c1-ef19d268102a-df14ec54 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d268102c-df14ec54 {
  place-self: center end;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681035-df14ec54, #w-node-_52ad79f0-419a-b770-09c1-ef19d2681037-df14ec54 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681039-df14ec54 {
  place-self: center end;
}

#w-node-_604fcddf-94ea-000c-9a6e-26a7d84e3427-df14ec55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_604fcddf-94ea-000c-9a6e-26a7d84e3429-df14ec55 {
  justify-self: auto;
}

#w-node-b96b91d4-c5d3-ba37-0c90-0ed4e341862d-df14ec55 {
  justify-self: start;
}

#w-node-_38d88fc8-7981-86c2-8633-17b2132838de-df14ec5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_38d88fc8-7981-86c2-8633-17b2132838e0-df14ec5d {
  justify-self: auto;
}

#w-node-_7efcb8bf-e987-0100-4717-edb7102da84b-df14ec5d, #w-node-_38d88fc8-7981-86c2-8633-17b213283978-df14ec5d {
  justify-self: start;
}

#w-node-_205817c2-0271-01a9-6b9a-8a1d25d29b99-72015206 {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: center;
}

#w-node-_205817c2-0271-01a9-6b9a-8a1d25d29ba3-72015206 {
  grid-area: 1 / 11 / 2 / 13;
}

#w-node-_38d88fc8-7981-86c2-8633-17b2132838de-df14ec5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_38d88fc8-7981-86c2-8633-17b2132838e0-df14ec5e {
  justify-self: auto;
}

#w-node-_38d88fc8-7981-86c2-8633-17b213283906-df14ec5e, #w-node-_38d88fc8-7981-86c2-8633-17b213283978-df14ec5e {
  justify-self: start;
}

#w-node-_38d88fc8-7981-86c2-8633-17b2132838de-df14ec5f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_38d88fc8-7981-86c2-8633-17b2132838e0-df14ec5f {
  justify-self: auto;
}

#w-node-_38d88fc8-7981-86c2-8633-17b213283978-df14ec5f, #w-node-_38d88fc8-7981-86c2-8633-17b213283906-df14ec5f {
  justify-self: start;
}

#w-node-_38d88fc8-7981-86c2-8633-17b2132838de-df14ec60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_38d88fc8-7981-86c2-8633-17b2132838e0-df14ec60 {
  justify-self: auto;
}

#w-node-_38d88fc8-7981-86c2-8633-17b213283978-df14ec60 {
  justify-self: start;
}

#w-node-_1193a0e5-6eff-7987-553b-46bcbc4840e6-df14ec60, #w-node-_1193a0e5-6eff-7987-553b-46bcbc4840e8-df14ec60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1193a0e5-6eff-7987-553b-46bcbc4840ec-df14ec60 {
  place-self: center end;
}

#w-node-_1193a0e5-6eff-7987-553b-46bcbc4840f4-df14ec60, #w-node-_1193a0e5-6eff-7987-553b-46bcbc4840f6-df14ec60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1193a0e5-6eff-7987-553b-46bcbc4840f8-df14ec60 {
  place-self: center end;
}

#w-node-_1193a0e5-6eff-7987-553b-46bcbc484100-df14ec60, #w-node-_1193a0e5-6eff-7987-553b-46bcbc484102-df14ec60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1193a0e5-6eff-7987-553b-46bcbc484104-df14ec60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_1193a0e5-6eff-7987-553b-46bcbc48410c-df14ec60, #w-node-_1193a0e5-6eff-7987-553b-46bcbc48410e-df14ec60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1193a0e5-6eff-7987-553b-46bcbc484110-df14ec60 {
  place-self: center end;
}

#w-node-_38d88fc8-7981-86c2-8633-17b213283906-df14ec60 {
  justify-self: start;
}

#w-node-_38d88fc8-7981-86c2-8633-17b2132838de-df14ec61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_38d88fc8-7981-86c2-8633-17b2132838e0-df14ec61 {
  justify-self: auto;
}

#w-node-_38d88fc8-7981-86c2-8633-17b213283978-df14ec61 {
  justify-self: start;
}

#w-node-b985eeb4-33e2-4622-5a85-8895f4eafef0-df14ec61, #w-node-b985eeb4-33e2-4622-5a85-8895f4eafef2-df14ec61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b985eeb4-33e2-4622-5a85-8895f4eafef5-df14ec61 {
  place-self: center end;
}

#w-node-b985eeb4-33e2-4622-5a85-8895f4eafefd-df14ec61, #w-node-b985eeb4-33e2-4622-5a85-8895f4eafeff-df14ec61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b985eeb4-33e2-4622-5a85-8895f4eaff01-df14ec61 {
  place-self: center end;
}

#w-node-b985eeb4-33e2-4622-5a85-8895f4eaff09-df14ec61, #w-node-b985eeb4-33e2-4622-5a85-8895f4eaff0b-df14ec61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b985eeb4-33e2-4622-5a85-8895f4eaff0d-df14ec61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-b985eeb4-33e2-4622-5a85-8895f4eaff15-df14ec61, #w-node-b985eeb4-33e2-4622-5a85-8895f4eaff17-df14ec61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b985eeb4-33e2-4622-5a85-8895f4eaff19-df14ec61 {
  place-self: center end;
}

#w-node-_38d88fc8-7981-86c2-8633-17b213283906-df14ec61 {
  justify-self: start;
}

#w-node-_38d88fc8-7981-86c2-8633-17b2132838de-df14ec62 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_38d88fc8-7981-86c2-8633-17b2132838e0-df14ec62 {
  justify-self: auto;
}

#w-node-_38d88fc8-7981-86c2-8633-17b213283978-df14ec62, #w-node-_38d88fc8-7981-86c2-8633-17b213283906-df14ec62 {
  justify-self: start;
}

#w-node-_7f988b38-3cb0-257c-8a39-8544ff146a05-df14ec63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f988b38-3cb0-257c-8a39-8544ff146a07-df14ec63 {
  justify-self: auto;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2680ff8-df14ec63, #w-node-_52ad79f0-419a-b770-09c1-ef19d2680ffa-df14ec63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2680ffc-df14ec63 {
  place-self: center end;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681004-df14ec63, #w-node-_52ad79f0-419a-b770-09c1-ef19d2681006-df14ec63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681008-df14ec63 {
  place-self: center end;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681010-df14ec63, #w-node-_52ad79f0-419a-b770-09c1-ef19d2681012-df14ec63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681014-df14ec63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d268101c-df14ec63, #w-node-_52ad79f0-419a-b770-09c1-ef19d268101e-df14ec63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681020-df14ec63 {
  place-self: center end;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681028-df14ec63, #w-node-_52ad79f0-419a-b770-09c1-ef19d268102a-df14ec63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d268102c-df14ec63 {
  place-self: center end;
}

#w-node-_7f988b38-3cb0-257c-8a39-8544ff146a05-df14ec64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f988b38-3cb0-257c-8a39-8544ff146a07-df14ec64 {
  justify-self: auto;
}

#w-node-ac9e670e-292d-a4e1-7581-1e88d448c4df-df14ec64 {
  justify-self: start;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2680ff8-df14ec64, #w-node-_52ad79f0-419a-b770-09c1-ef19d2680ffa-df14ec64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2680ffc-df14ec64 {
  place-self: center end;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681004-df14ec64, #w-node-_52ad79f0-419a-b770-09c1-ef19d2681006-df14ec64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681008-df14ec64 {
  place-self: center end;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681010-df14ec64, #w-node-_52ad79f0-419a-b770-09c1-ef19d2681012-df14ec64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681014-df14ec64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d268101c-df14ec64, #w-node-_52ad79f0-419a-b770-09c1-ef19d268101e-df14ec64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681020-df14ec64 {
  place-self: center end;
}

#w-node-_38d88fc8-7981-86c2-8633-17b2132838de-73170daa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_38d88fc8-7981-86c2-8633-17b2132838e0-73170daa {
  justify-self: auto;
}

#w-node-_7efcb8bf-e987-0100-4717-edb7102da84b-73170daa, #w-node-_38d88fc8-7981-86c2-8633-17b213283978-73170daa {
  justify-self: start;
}

#w-node-_38d88fc8-7981-86c2-8633-17b2132838de-25f4457c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_38d88fc8-7981-86c2-8633-17b2132838e0-25f4457c {
  justify-self: auto;
}

#w-node-_7efcb8bf-e987-0100-4717-edb7102da84b-25f4457c, #w-node-_38d88fc8-7981-86c2-8633-17b213283978-25f4457c {
  justify-self: start;
}

#w-node-_38d88fc8-7981-86c2-8633-17b2132838de-dceeff75 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_38d88fc8-7981-86c2-8633-17b2132838e0-dceeff75 {
  justify-self: auto;
}

#w-node-_7efcb8bf-e987-0100-4717-edb7102da84b-dceeff75, #w-node-_38d88fc8-7981-86c2-8633-17b213283978-dceeff75 {
  justify-self: start;
}

#w-node-_38d88fc8-7981-86c2-8633-17b2132838de-1a8d6770 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_38d88fc8-7981-86c2-8633-17b2132838e0-1a8d6770 {
  justify-self: auto;
}

#w-node-_7efcb8bf-e987-0100-4717-edb7102da84b-1a8d6770, #w-node-_38d88fc8-7981-86c2-8633-17b213283978-1a8d6770 {
  justify-self: start;
}

#w-node-_38d88fc8-7981-86c2-8633-17b2132838de-056db889 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_38d88fc8-7981-86c2-8633-17b2132838e0-056db889 {
  justify-self: auto;
}

#w-node-_7efcb8bf-e987-0100-4717-edb7102da84b-056db889, #w-node-_38d88fc8-7981-86c2-8633-17b213283978-056db889 {
  justify-self: start;
}

#w-node-_38d88fc8-7981-86c2-8633-17b2132838de-04d113c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_38d88fc8-7981-86c2-8633-17b2132838e0-04d113c1 {
  justify-self: auto;
}

#w-node-_7efcb8bf-e987-0100-4717-edb7102da84b-04d113c1, #w-node-_38d88fc8-7981-86c2-8633-17b213283978-04d113c1 {
  justify-self: start;
}

#w-node-_38d88fc8-7981-86c2-8633-17b2132838de-e01009bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_38d88fc8-7981-86c2-8633-17b2132838e0-e01009bf {
  justify-self: auto;
}

#w-node-_7efcb8bf-e987-0100-4717-edb7102da84b-e01009bf, #w-node-_38d88fc8-7981-86c2-8633-17b213283978-e01009bf {
  justify-self: start;
}

#w-node-_7f988b38-3cb0-257c-8a39-8544ff146a05-40033553 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f988b38-3cb0-257c-8a39-8544ff146a07-40033553 {
  justify-self: auto;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2680ff8-40033553, #w-node-_52ad79f0-419a-b770-09c1-ef19d2680ffa-40033553 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2680ffc-40033553 {
  place-self: center end;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681004-40033553, #w-node-_52ad79f0-419a-b770-09c1-ef19d2681006-40033553 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681008-40033553 {
  place-self: center end;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681010-40033553, #w-node-_52ad79f0-419a-b770-09c1-ef19d2681012-40033553 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681014-40033553 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d268101c-40033553, #w-node-_52ad79f0-419a-b770-09c1-ef19d268101e-40033553 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681020-40033553 {
  place-self: center end;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681028-40033553, #w-node-_52ad79f0-419a-b770-09c1-ef19d268102a-40033553 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d268102c-40033553 {
  place-self: center end;
}

#w-node-_7f988b38-3cb0-257c-8a39-8544ff146a05-25265225 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f988b38-3cb0-257c-8a39-8544ff146a07-25265225 {
  justify-self: auto;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2680ff8-25265225, #w-node-_52ad79f0-419a-b770-09c1-ef19d2680ffa-25265225 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2680ffc-25265225 {
  place-self: center end;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681004-25265225, #w-node-_52ad79f0-419a-b770-09c1-ef19d2681006-25265225 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681008-25265225 {
  place-self: center end;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681010-25265225, #w-node-_52ad79f0-419a-b770-09c1-ef19d2681012-25265225 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681014-25265225 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d268101c-25265225, #w-node-_52ad79f0-419a-b770-09c1-ef19d268101e-25265225 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681020-25265225 {
  place-self: center end;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681028-25265225, #w-node-_52ad79f0-419a-b770-09c1-ef19d268102a-25265225 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d268102c-25265225 {
  place-self: center end;
}

#w-node-_7f988b38-3cb0-257c-8a39-8544ff146a05-b80bda6b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f988b38-3cb0-257c-8a39-8544ff146a07-b80bda6b {
  justify-self: auto;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2680ff8-b80bda6b, #w-node-_52ad79f0-419a-b770-09c1-ef19d2680ffa-b80bda6b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2680ffc-b80bda6b {
  place-self: center end;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681004-b80bda6b, #w-node-_52ad79f0-419a-b770-09c1-ef19d2681006-b80bda6b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681008-b80bda6b {
  place-self: center end;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681010-b80bda6b, #w-node-_52ad79f0-419a-b770-09c1-ef19d2681012-b80bda6b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681014-b80bda6b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d268101c-b80bda6b, #w-node-_52ad79f0-419a-b770-09c1-ef19d268101e-b80bda6b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681020-b80bda6b {
  place-self: center end;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681028-b80bda6b, #w-node-_52ad79f0-419a-b770-09c1-ef19d268102a-b80bda6b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d268102c-b80bda6b {
  place-self: center end;
}

#w-node-_38d88fc8-7981-86c2-8633-17b2132838de-1028c1c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_38d88fc8-7981-86c2-8633-17b2132838e0-1028c1c0 {
  justify-self: auto;
}

#w-node-_7efcb8bf-e987-0100-4717-edb7102da84b-1028c1c0, #w-node-_38d88fc8-7981-86c2-8633-17b213283978-1028c1c0 {
  justify-self: start;
}

#w-node-_38d88fc8-7981-86c2-8633-17b2132838de-b6ce5add {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_38d88fc8-7981-86c2-8633-17b2132838e0-b6ce5add {
  justify-self: auto;
}

#w-node-_7efcb8bf-e987-0100-4717-edb7102da84b-b6ce5add, #w-node-_38d88fc8-7981-86c2-8633-17b213283978-b6ce5add {
  justify-self: start;
}

#w-node-_38d88fc8-7981-86c2-8633-17b2132838de-b7f3c96d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_38d88fc8-7981-86c2-8633-17b2132838e0-b7f3c96d {
  justify-self: auto;
}

#w-node-_7efcb8bf-e987-0100-4717-edb7102da84b-b7f3c96d, #w-node-_38d88fc8-7981-86c2-8633-17b213283978-b7f3c96d {
  justify-self: start;
}

#w-node-_38d88fc8-7981-86c2-8633-17b2132838de-f624917c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_38d88fc8-7981-86c2-8633-17b2132838e0-f624917c {
  justify-self: auto;
}

#w-node-_7efcb8bf-e987-0100-4717-edb7102da84b-f624917c, #w-node-_38d88fc8-7981-86c2-8633-17b213283978-f624917c {
  justify-self: start;
}

#w-node-_7f988b38-3cb0-257c-8a39-8544ff146a05-b135c6f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f988b38-3cb0-257c-8a39-8544ff146a07-b135c6f9 {
  justify-self: auto;
}

#w-node-_1a582674-6477-82fc-62b7-3d01f2c0feed-b135c6f9 {
  justify-self: start;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2680ff8-b135c6f9, #w-node-_52ad79f0-419a-b770-09c1-ef19d2680ffa-b135c6f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2680ffc-b135c6f9 {
  place-self: center end;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681004-b135c6f9, #w-node-_52ad79f0-419a-b770-09c1-ef19d2681006-b135c6f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681008-b135c6f9 {
  place-self: center end;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681010-b135c6f9, #w-node-_52ad79f0-419a-b770-09c1-ef19d2681012-b135c6f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681014-b135c6f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d268101c-b135c6f9, #w-node-_52ad79f0-419a-b770-09c1-ef19d268101e-b135c6f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681020-b135c6f9 {
  place-self: center end;
}

#w-node-_7f988b38-3cb0-257c-8a39-8544ff146a05-c1dc0b4a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f988b38-3cb0-257c-8a39-8544ff146a07-c1dc0b4a {
  justify-self: auto;
}

#w-node-_1a582674-6477-82fc-62b7-3d01f2c0feed-c1dc0b4a {
  justify-self: start;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2680ff8-c1dc0b4a, #w-node-_52ad79f0-419a-b770-09c1-ef19d2680ffa-c1dc0b4a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2680ffc-c1dc0b4a {
  place-self: center end;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681004-c1dc0b4a, #w-node-_52ad79f0-419a-b770-09c1-ef19d2681006-c1dc0b4a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681008-c1dc0b4a {
  place-self: center end;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681010-c1dc0b4a, #w-node-_52ad79f0-419a-b770-09c1-ef19d2681012-c1dc0b4a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681014-c1dc0b4a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d268101c-c1dc0b4a, #w-node-_52ad79f0-419a-b770-09c1-ef19d268101e-c1dc0b4a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681020-c1dc0b4a {
  place-self: center end;
}

#w-node-_7f988b38-3cb0-257c-8a39-8544ff146a05-e8215374 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f988b38-3cb0-257c-8a39-8544ff146a07-e8215374 {
  justify-self: auto;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2680ff8-e8215374, #w-node-_52ad79f0-419a-b770-09c1-ef19d2680ffa-e8215374 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2680ffc-e8215374 {
  place-self: center end;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681004-e8215374, #w-node-_52ad79f0-419a-b770-09c1-ef19d2681006-e8215374 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681008-e8215374 {
  place-self: center end;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681010-e8215374, #w-node-_52ad79f0-419a-b770-09c1-ef19d2681012-e8215374 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681014-e8215374 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d268101c-e8215374, #w-node-_52ad79f0-419a-b770-09c1-ef19d268101e-e8215374 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681020-e8215374 {
  place-self: center end;
}

#w-node-_7f988b38-3cb0-257c-8a39-8544ff146a05-6f1f7c11 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f988b38-3cb0-257c-8a39-8544ff146a07-6f1f7c11 {
  justify-self: auto;
}

#w-node-_1a582674-6477-82fc-62b7-3d01f2c0feed-6f1f7c11 {
  justify-self: start;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2680ff8-6f1f7c11, #w-node-_52ad79f0-419a-b770-09c1-ef19d2680ffa-6f1f7c11 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2680ffc-6f1f7c11 {
  place-self: center end;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681004-6f1f7c11, #w-node-_52ad79f0-419a-b770-09c1-ef19d2681006-6f1f7c11 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681008-6f1f7c11 {
  place-self: center end;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681010-6f1f7c11, #w-node-_52ad79f0-419a-b770-09c1-ef19d2681012-6f1f7c11 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681014-6f1f7c11 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d268101c-6f1f7c11, #w-node-_52ad79f0-419a-b770-09c1-ef19d268101e-6f1f7c11 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681020-6f1f7c11 {
  place-self: center end;
}

#w-node-_7f988b38-3cb0-257c-8a39-8544ff146a05-6bc8c033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f988b38-3cb0-257c-8a39-8544ff146a07-6bc8c033 {
  justify-self: auto;
}

#w-node-_1a582674-6477-82fc-62b7-3d01f2c0feed-6bc8c033 {
  justify-self: start;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2680ff8-6bc8c033, #w-node-_52ad79f0-419a-b770-09c1-ef19d2680ffa-6bc8c033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2680ffc-6bc8c033 {
  place-self: center end;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681004-6bc8c033, #w-node-_52ad79f0-419a-b770-09c1-ef19d2681006-6bc8c033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681008-6bc8c033 {
  place-self: center end;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681010-6bc8c033, #w-node-_52ad79f0-419a-b770-09c1-ef19d2681012-6bc8c033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681014-6bc8c033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d268101c-6bc8c033, #w-node-_52ad79f0-419a-b770-09c1-ef19d268101e-6bc8c033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681020-6bc8c033 {
  place-self: center end;
}

#w-node-_7f988b38-3cb0-257c-8a39-8544ff146a05-918b9cd6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f988b38-3cb0-257c-8a39-8544ff146a07-918b9cd6 {
  justify-self: auto;
}

#w-node-_1a582674-6477-82fc-62b7-3d01f2c0feed-918b9cd6 {
  justify-self: start;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2680ff8-918b9cd6, #w-node-_52ad79f0-419a-b770-09c1-ef19d2680ffa-918b9cd6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2680ffc-918b9cd6 {
  place-self: center end;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681004-918b9cd6, #w-node-_52ad79f0-419a-b770-09c1-ef19d2681006-918b9cd6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681008-918b9cd6 {
  place-self: center end;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681010-918b9cd6, #w-node-_52ad79f0-419a-b770-09c1-ef19d2681012-918b9cd6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681014-918b9cd6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d268101c-918b9cd6, #w-node-_52ad79f0-419a-b770-09c1-ef19d268101e-918b9cd6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681020-918b9cd6 {
  place-self: center end;
}

#w-node-_7f988b38-3cb0-257c-8a39-8544ff146a05-d7675408 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f988b38-3cb0-257c-8a39-8544ff146a07-d7675408 {
  justify-self: auto;
}

#w-node-_1a582674-6477-82fc-62b7-3d01f2c0feed-d7675408 {
  justify-self: start;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2680ff8-d7675408, #w-node-_52ad79f0-419a-b770-09c1-ef19d2680ffa-d7675408 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2680ffc-d7675408 {
  place-self: center end;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681004-d7675408, #w-node-_52ad79f0-419a-b770-09c1-ef19d2681006-d7675408 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681008-d7675408 {
  place-self: center end;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681010-d7675408, #w-node-_52ad79f0-419a-b770-09c1-ef19d2681012-d7675408 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681014-d7675408 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d268101c-d7675408, #w-node-_52ad79f0-419a-b770-09c1-ef19d268101e-d7675408 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681020-d7675408 {
  place-self: center end;
}

#w-node-_7f988b38-3cb0-257c-8a39-8544ff146a05-b7a4d7ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f988b38-3cb0-257c-8a39-8544ff146a07-b7a4d7ac {
  justify-self: auto;
}

#w-node-_1a582674-6477-82fc-62b7-3d01f2c0feed-b7a4d7ac {
  justify-self: start;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2680ff8-b7a4d7ac, #w-node-_52ad79f0-419a-b770-09c1-ef19d2680ffa-b7a4d7ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2680ffc-b7a4d7ac {
  place-self: center end;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681004-b7a4d7ac, #w-node-_52ad79f0-419a-b770-09c1-ef19d2681006-b7a4d7ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681008-b7a4d7ac {
  place-self: center end;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681010-b7a4d7ac, #w-node-_52ad79f0-419a-b770-09c1-ef19d2681012-b7a4d7ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681014-b7a4d7ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d268101c-b7a4d7ac, #w-node-_52ad79f0-419a-b770-09c1-ef19d268101e-b7a4d7ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681020-b7a4d7ac {
  place-self: center end;
}

#w-node-_7f988b38-3cb0-257c-8a39-8544ff146a05-3fa56f24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f988b38-3cb0-257c-8a39-8544ff146a07-3fa56f24 {
  justify-self: auto;
}

#w-node-bf698254-790d-cba8-f0fa-eaa0f12b5320-3fa56f24, #w-node-_52ad79f0-419a-b770-09c1-ef19d2680ff8-3fa56f24, #w-node-_52ad79f0-419a-b770-09c1-ef19d2680ffa-3fa56f24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2680ffc-3fa56f24 {
  place-self: center end;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681004-3fa56f24, #w-node-_52ad79f0-419a-b770-09c1-ef19d2681006-3fa56f24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681008-3fa56f24 {
  place-self: center end;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681010-3fa56f24, #w-node-_52ad79f0-419a-b770-09c1-ef19d2681012-3fa56f24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681014-3fa56f24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d268101c-3fa56f24, #w-node-_52ad79f0-419a-b770-09c1-ef19d268101e-3fa56f24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681020-3fa56f24 {
  place-self: center end;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d2681028-3fa56f24, #w-node-_52ad79f0-419a-b770-09c1-ef19d268102a-3fa56f24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52ad79f0-419a-b770-09c1-ef19d268102c-3fa56f24 {
  place-self: center end;
}

@media screen and (max-width: 767px) {
  #w-node-_9898f226-b9f6-90f4-a2f6-5946f66257d9-df14ec4f {
    grid-column-start: 1;
  }

  #w-node-d677fe19-277f-1b25-95a4-60dd8c415436-df14ec4f {
    align-self: start;
  }

  #w-node-feee4926-2521-a43e-e9a2-a49516119944-df14ec55 {
    order: 9999;
  }

  #w-node-bee472d3-1185-23d5-7540-404ec99bb196-df14ec56, #w-node-bee472d3-1185-23d5-7540-404ec99bb19f-df14ec56 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_205817c2-0271-01a9-6b9a-8a1d25d29b99-72015206 {
    grid-column-start: 1;
  }

  #w-node-_205817c2-0271-01a9-6b9a-8a1d25d29ba3-72015206 {
    align-self: start;
  }

  #w-node-_8c21874a-e6a1-1bda-fcdc-af358da8a281-df14ec64 {
    order: 9999;
  }

  #w-node-_7607a5b0-a104-eb75-ae51-b0a480d7e5fc-c1dc0b4a, #w-node-_7607a5b0-a104-eb75-ae51-b0a480d7e605-c1dc0b4a, #w-node-_7607a5b0-a104-eb75-ae51-b0a480d7e5fc-e8215374, #w-node-_7607a5b0-a104-eb75-ae51-b0a480d7e605-e8215374, #w-node-_7607a5b0-a104-eb75-ae51-b0a480d7e5fc-6f1f7c11, #w-node-_7607a5b0-a104-eb75-ae51-b0a480d7e605-6f1f7c11, #w-node-_7607a5b0-a104-eb75-ae51-b0a480d7e5fc-6bc8c033, #w-node-_7607a5b0-a104-eb75-ae51-b0a480d7e605-918b9cd6, #w-node-_7607a5b0-a104-eb75-ae51-b0a480d7e5fc-918b9cd6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_52ad79f0-419a-b770-09c1-ef19d2680ff8-df14ec54, #w-node-_1193a0e5-6eff-7987-553b-46bcbc4840e6-df14ec60, #w-node-b985eeb4-33e2-4622-5a85-8895f4eafef0-df14ec61, #w-node-_52ad79f0-419a-b770-09c1-ef19d2680ff8-df14ec63, #w-node-_52ad79f0-419a-b770-09c1-ef19d2680ff8-df14ec64, #w-node-_52ad79f0-419a-b770-09c1-ef19d2680ff8-40033553, #w-node-_52ad79f0-419a-b770-09c1-ef19d2680ff8-25265225, #w-node-_52ad79f0-419a-b770-09c1-ef19d2680ff8-b80bda6b, #w-node-_52ad79f0-419a-b770-09c1-ef19d2680ff8-b135c6f9, #w-node-_52ad79f0-419a-b770-09c1-ef19d2680ff8-c1dc0b4a, #w-node-_52ad79f0-419a-b770-09c1-ef19d2680ff8-e8215374, #w-node-_52ad79f0-419a-b770-09c1-ef19d2680ff8-6f1f7c11, #w-node-_52ad79f0-419a-b770-09c1-ef19d2680ff8-6bc8c033, #w-node-_52ad79f0-419a-b770-09c1-ef19d2680ff8-918b9cd6, #w-node-_52ad79f0-419a-b770-09c1-ef19d2680ff8-d7675408, #w-node-_52ad79f0-419a-b770-09c1-ef19d2680ff8-b7a4d7ac, #w-node-_52ad79f0-419a-b770-09c1-ef19d2680ff8-3fa56f24 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Mangogrotesque';
  src: url('../fonts/MangoGrotesque-Medium.woff2') format('woff2'), url('../fonts/MangoGrotesque-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Interdisplay';
  src: url('../fonts/InterDisplay-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Interdisplay';
  src: url('../fonts/InterDisplay-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Interdisplay';
  src: url('../fonts/InterDisplay-Bold.otf') format('opentype'), url('../fonts/InterDisplay-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}