@font-face {
  font-family: Valky Wolgen;
  src: url('../fonts/valkyregular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --background-2: #252320;
  --background-3: #99a49f;
  --white: white;
  --blue: blue;
  --ghost-white: #eff4ff;
  --background-1: #1e1d1b;
  --black: black;
  --khaki: #fbfb9c;
  --font-family: futura-pt-bold, sans-serif;
  --size: 0px;
  --size-2: 0px;
}

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

body {
  background-color: var(--background-2);
  color: #121621;
  font-family: Quicksand, sans-serif;
  font-size: 14px;
  line-height: 1.6em;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Valky Wolgen, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.3;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Valky Wolgen, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.3em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat Alternates, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3em;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: futura-pt-bold, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3em;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3em;
}

p {
  color: #212531bf;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

a {
  color: var(--background-3);
  text-decoration: none;
}

ul, ol {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

blockquote {
  color: #fff;
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.styleguide-sidepanel {
  background-color: #f8f8f8;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  flex-direction: column;
  align-items: stretch;
  width: 15%;
  height: 100vh;
  padding: 10px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 1px 1px 20px #00000024;
}

.text-link {
  color: #1c4ed8;
  margin-bottom: 35px;
  text-decoration: none;
}

.text-link:hover {
  text-shadow: 1px 1px 6px #1c4ed878;
}

.text-link.w--current {
  color: #4d18ff;
}

.styleguide-logo {
  margin-top: 20px;
  margin-bottom: 20px;
}

.light-section {
  float: right;
  width: 85%;
  position: relative;
  overflow: auto;
}

.styleguide-type-row {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-bottom: 35px;
  padding: 25px 0 15px;
  display: flex;
}

.sg-text-container {
  background-color: #f2f2f2;
  border-radius: 4px;
  flex-direction: column;
  min-width: 100px;
  margin-right: 20px;
  padding: 0;
  display: flex;
  overflow: hidden;
  box-shadow: 1px 1px 20px #00000026;
}

.text-highlight {
  background-color: #fff;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: 35px 20px;
  display: flex;
}

.text-highlight.md-spacing {
  min-height: 110px;
}

.sgtext-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 10px 32px 10px 20px;
  display: flex;
}

.text-description {
  color: gray;
  white-space: nowrap;
  object-fit: fill;
  font-size: 12px;
}

.light-block {
  background-color: #f8f8f8;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  padding: 20px;
}

.heading-description {
  color: gray;
  padding-top: 10px;
  padding-bottom: 0;
  font-size: 12px;
}

.dark-block {
  background-color: #f2f2f2;
  width: 100%;
  padding: 20px;
}

.light-block-flat {
  background-color: #f8f8f8;
  width: 100%;
  padding: 20px;
}

.light-block-flat.rounded-bottom {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 45px;
}

.styleguide-row {
  background-color: #f2f2f2;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  padding: 20px;
  display: flex;
}

.styleguide-row.bg-lighter {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.caption {
  text-transform: uppercase;
  font-size: 12px;
}

.caption.margined {
  margin-top: 20px;
  margin-left: 10px;
  font-size: 8px;
}

.form-label {
  text-transform: none;
  font-weight: 500;
}

.color-row {
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 0;
  padding: 25px 0 15px;
  display: flex;
}

.color-block {
  z-index: -1;
  border-radius: 4px;
  width: 100%;
  height: 85px;
  padding: 10px;
  display: flex;
  position: relative;
}

.styleguide-block-parent {
  background-color: #fff;
  border-radius: 5px;
  width: 20%;
  margin-right: 20px;
  overflow: hidden;
  box-shadow: 1px 1px 8px #0000001f;
}

.styleguide-block-parent.md-placeholder {
  background-image: linear-gradient(#0000 65%, #fff 66%), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
}

.bg-dark {
  background-color: #1b1b1b;
}

.styleguide-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  padding: 40px;
  display: flex;
}

.styleguide-block-label {
  min-width: 100px;
  margin-right: 20px;
}

.pill {
  background-color: var(--background-3);
  color: #1f3a8a;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 6px 20px;
  font-size: 9px;
  line-height: 10px;
  display: flex;
  box-shadow: 1px 1px 6px #0000001a;
}

.pill.md-optional {
  color: #313131;
  background-color: #fafafa;
}

.pill.md-optional.sg {
  background-color: #0076ff;
  padding-left: 2px;
  padding-right: 2px;
}

.styleguide-body {
  background-color: #f1f1f1;
}

.bg-light {
  background-color: #e5e7eb;
}

.bg-lighter {
  background-color: #fbfbf9;
}

.bg-base {
  background-color: #9da3ae;
}

.bg-darker {
  background-color: #121212;
}

.bg-succes {
  background-color: #48f07c;
}

.bg-warning {
  background-color: #ffd84a;
}

.bg-error {
  background-color: #ed3636;
}

.bgp-lighter {
  background-color: #f0f0ff;
}

.bgp-light {
  background-color: #0047ff;
}

.bgp-base {
  background-color: #00f;
}

.bgp-dark {
  background-color: #1133b6;
}

.bgp-darker {
  background-color: #193d33;
}

.bgs-darker {
  background-color: #8b8b00;
}

.bgs-dark {
  background-color: #c7c700;
}

.bgs-base {
  background-color: #ff0;
}

.bgs-light {
  background-color: #ffffa4;
}

.bgs-lighter {
  background-color: #ffffef;
}

.bg-white {
  background-color: #fff;
}

.bg-black {
  background-color: #000;
}

.bg-grad-misc {
  background-image: linear-gradient(358deg, #0000ffd6, #1d4ed830);
}

.bg-grad-dark {
  background-image: linear-gradient(#0000001a, #0000001a), linear-gradient(to top, #000c, #13131300 84%);
}

.bg-grad {
  background-image: linear-gradient(to top, #00000082, #0000);
}

.text-lighter {
  color: #fff;
}

.text-light {
  color: #e5e7eb;
}

.text-light.text-ch-max50 {
  color: #e5e7eba8;
}

.text-light.text-ch-max50.text-tagline {
  color: #e5e7ebcc;
  font-size: 12px;
}

.text-light.text-ch-max50.text-tagline.pill.text-dark {
  color: #141414cc;
}

.text-base {
  color: #9ca3af;
}

.text-warning {
  color: #ffd84a;
}

.text-darker {
  color: #101827;
}

.text-xs {
  font-size: .65rem;
}

.text-2xs {
  font-size: .5rem;
}

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

.text-m {
  font-size: .875rem;
}

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

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

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

.text-3xl {
  max-width: 500px;
  font-size: 1.5rem;
}

.text-4xl {
  font-size: 1.875rem;
}

.text-5xl {
  font-size: 2.25rem;
}

.text-6xl {
  font-size: 3rem;
}

.text-7xl {
  font-size: 3.75rem;
}

.text-8xl {
  font-size: 4.5rem;
}

.text-9xl {
  font-size: 6rem;
}

.text-tagline {
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-pill {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--blue);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #f0f0ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  display: flex;
}

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

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

.text-ch-max50 {
  max-width: 50ch;
}

.text-ch-max25 {
  max-width: 25ch;
}

.text-no-wrap {
  white-space: nowrap;
}

.wrapper.gap-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

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

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

.text-center.text-primary {
  background-image: linear-gradient(to bottom, var(--blue), #0000ff82);
  color: #00f0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

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

.text-shadow-light {
  text-shadow: 1px 1px 10px #00000040;
}

.text-shadow {
  text-shadow: 1px 1px 10px #00000080;
}

.text-shadow-dark {
  text-shadow: 1px 1px 10px #000000bf;
}

.text-shadow-darker {
  text-shadow: 1px 1px 10px #000;
}

.btn {
  background-color: var(--blue);
  text-align: center;
  letter-spacing: 3px;
  text-transform: none;
  white-space: nowrap;
  border: 1px solid #1c4ed8;
  border-radius: 5px;
  padding: 12px 20px;
  font-family: Montserrat Alternates, sans-serif;
  font-size: 12px;
  font-weight: 500;
  transition: all .3s;
  box-shadow: 1px 1px 10px #0000001a;
}

.btn:hover {
  transform: scale(1.02)translate(0, -3px);
}

.btn.outline {
  color: var(--blue);
  background-color: #1d4ed800;
  border-color: #0000ffa3;
}

.btn.outline:hover {
  color: #fff;
  background-color: #00f;
}

.btn.dark {
  background-color: #000;
  border-color: #000;
  font-weight: 500;
}

.btn.dark.outline {
  color: #000c;
  background-color: #0000;
}

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

.btn.dark.text {
  color: #000;
  background-color: #0000;
  border-color: #0000;
}

.btn.white {
  color: #303030;
  background-color: #fff;
  border-color: #e6e6e6;
  font-weight: 500;
}

.btn.white.outline {
  color: #fff;
  background-color: #fff0;
}

.btn.white.text {
  color: #fffc;
  font-weight: 400;
}

.btn.white.text:hover {
  color: #fff;
  border-color: #58585800;
}

.btn.white.text.w--current {
  color: #fff;
  text-shadow: 0 1px 10px #fff;
  font-weight: 500;
}

.btn.white.text.is-met_witte_knop {
  background-image: url('../images/outline-button.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 70px;
  padding-right: 100px;
}

.btn.white.text.is-met_knop {
  background-image: url('../images/white-button.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 70px;
  padding-right: 80px;
}

.btn.white.text.is-met_knop.zwart {
  filter: invert();
}

.btn.white.text.text-2xs {
  font-size: 12px;
}

.btn.text {
  box-shadow: none;
  color: var(--blue);
  letter-spacing: 1px;
  background-color: #1c4ed800;
  border-color: #fff0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
}

.btn.text:hover {
  color: #1d4ed8;
  border-color: #5858581c;
}

.btn.is-minimal_button {
  width: 200px;
  height: 40px;
  box-shadow: none;
  background-color: #00f0;
  background-image: url('../images/outline-button.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70px;
  border-style: none;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 100px;
}

.btn.white.text.is-met_witte_knop.behandelingen {
  position: absolute;
  inset: auto 40px 23px auto;
}

.social-links {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.text-menu {
  color: #797979;
  text-decoration: none;
}

.text-menu:hover {
  color: #000;
}

.btn-menu {
  border-bottom: 2px solid #0000;
  text-decoration: none;
  transition: all .225s;
}

.btn-menu:hover {
  border-bottom-color: #000;
}

.form.gap-10-vertical {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

._w-10 {
  width: 10px;
}

.sg-width {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

._w-20 {
  width: 20px;
}

._w-40 {
  width: 40px;
}

._w-50 {
  width: 50px;
}

._w-100 {
  width: 100px;
}

._w-10vw {
  width: 10vw;
}

.h-10 {
  height: 10px;
}

.h-20 {
  height: 20px;
}

.h-40 {
  height: 40px;
}

._w-5vw {
  width: 5vw;
}

._w-20vw {
  width: 20vw;
}

._w-25vw {
  width: 25vw;
}

._w-40vw {
  width: 40vw;
}

._w-50vw {
  width: 50vw;
}

._w-60vw {
  width: 60vw;
}

._w-75vw {
  width: 75vw;
}

._w-80vw {
  width: 80vw;
}

._w-100vw {
  width: 100vw;
}

.h-5vh {
  height: 5vh;
}

.h-10vh {
  height: 10vh;
}

.h-20vh {
  height: 20vh;
}

.h-25vh {
  height: 25vh;
}

.h-40vh {
  height: 40vh;
}

.h-50vh {
  height: 50vh;
}

.div-block {
  height: 60vh;
}

.h-75vh {
  height: 75vh;
}

.h-80vh {
  height: 80vh;
}

.h-100vh {
  height: 100vh;
}

.wh-10 {
  width: 10px;
  height: 10px;
}

.wh-15 {
  width: 15px;
  height: 15px;
}

.wh-50 {
  width: 50px;
  height: 50px;
}

.wh-100 {
  width: 100px;
  height: 100px;
}

.wh-100-cover {
  min-width: 100%;
  min-height: 100%;
}

.flex-horiz-c-end {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.flex-horiz-c-end.col {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
}

.flex-verti-cent-s {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.flex-verti-cc {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flexbox-2 {
  display: flex;
}

.flex-horiz-dist-even {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.flex-horiz-dist-ce {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.flex-verti-st-end {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.flex-verti-end-st {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.flex-horiz-c-start {
  align-items: center;
  display: flex;
}

.flex-horiz-c-start.col {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.flex-horiz-cc {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-verti-ss {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.flex-verti-ss.gap-10.max-w {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: 500px;
}

.flex-verti-end-cent {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.pos-relat {
  position: relative;
}

.opac-20 {
  opacity: .2;
}

.opac-40 {
  opacity: .4;
}

.opac-60 {
  opacity: .6;
}

.opac-80 {
  opacity: .8;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  min-height: 30px;
  display: flex;
  position: relative;
}

.section.relatplus {
  z-index: 3;
}

.container {
  grid-column-gap: 20px;
  grid-template: "."
                 "Area"
                 / 1fr;
  grid-auto-columns: 1fr;
  width: 80vw;
  min-height: 5px;
  display: flex;
}

.container.is_bottom-line {
  border-bottom: 1px solid #a2a2a236;
}

.col {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  perspective: 1000px;
  flex-direction: column;
  width: 100%;
  min-height: 10px;
}

.col.flex-horiz-c-end {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.col._w-30pct {
  width: 30%;
}

.col._w-50pct {
  width: 50%;
}

.col._w-75pct {
  width: 75%;
}

.col.flex-verti-st-c {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.col.flex-horiz-cs {
  flex-direction: row;
}

.col.flex-horiz-dist-ce {
  flex-direction: row;
  justify-content: flex-end;
}

.pos-static {
  position: static;
}

.section-grid {
  grid-template-columns: .25fr minmax(80vw, 95vw) .25fr;
  grid-template-areas: ". Area"
                       ". Area-2";
}

.container-grid {
  grid-template-columns: 1fr;
  grid-template-areas: "Area"
                       "Area-2";
}

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

.columns-2 {
  grid-template-rows: auto;
  grid-template-areas: "Area Area-2";
}

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

.columns-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: "Area Area Area Area"
                       "Area-2 Area-3 Area-4 Area-5";
  place-content: center;
  place-items: stretch stretch;
}

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

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

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

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

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

.border-black {
  border: 1px solid #000;
}

.px-2-5 {
  padding-left: .625rem;
  padding-right: .625rem;
}

.py-2-5 {
  padding-top: .625rem;
  padding-bottom: .625rem;
}

.p2-5 {
  padding: .625rem;
}

.pt-2-5 {
  padding-top: .625rem;
}

.pr-0-25 {
  padding-right: .625rem;
}

.pb-2-5 {
  padding-bottom: .625rem;
}

.pl-2-5 {
  padding-left: .625rem;
}

.p-5 {
  padding: 1.5rem;
}

.px-5 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-5 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.pt-5 {
  padding-top: 1.5rem;
}

.pr-5 {
  padding-right: 1.5rem;
}

.pb-5 {
  padding-bottom: 1.5rem;
}

.pl-5 {
  padding-left: 1.5rem;
}

.p-10 {
  padding: 2.5rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.m-2-5 {
  margin: .625rem;
}

.mx-2-5 {
  margin-left: .625rem;
  margin-right: .625rem;
}

.my-2-5 {
  margin-top: .625rem;
  margin-bottom: .625rem;
}

.mt-2-5 {
  margin-top: .625rem;
}

.mr-2-5 {
  margin-right: .625rem;
}

.mb-2-5 {
  margin-bottom: .625rem;
}

.ml-2-5 {
  margin-left: .625rem;
}

.m-5 {
  margin: 1.5rem;
}

.mx-5 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-5 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mt-5 {
  margin-top: 1.5rem;
}

.mr-5 {
  margin-right: 1.5rem;
}

.mb-5 {
  margin-bottom: 1.5rem;
}

.ml-5 {
  margin-left: 1.5rem;
}

.m-10 {
  margin: 2.5rem;
}

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.space-2-5 {
  min-width: .625rem;
  min-height: .625rem;
}

.divider {
  background-color: #0000000f;
  min-width: 100%;
  height: 1px;
}

.blur {
  filter: blur(8px);
}

.tect-ch-max10 {
  max-width: 10ch;
}

.blur-sm {
  filter: blur(4px);
}

.sepia {
  filter: sepia();
}

.invert {
  filter: invert();
}

.drop-shadow-sm {
  box-shadow: 0 0 5px #0000001a;
}

.drop-shadow {
  box-shadow: 0 0 10px #00000026;
}

.drop-shadow-md {
  box-shadow: 0 0 15px #0003;
}

.drop-shadow-lg {
  box-shadow: 1px 1px 5px #0000000d, 0 0 20px #00000040;
}

.drop-shadow-xl {
  box-shadow: 1px 1px 15px #00000014, 0 0 25px #0000004d;
}

.drop-shadow-2xl {
  box-shadow: 1px 1px 15px #0000001a, 1px 1px 30px #00000059;
}

.backdrop-br-50 {
  -webkit-backdrop-filter: brightness(50%);
  backdrop-filter: brightness(50%);
}

.backdrop-blur-sm {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.backdrop-blur {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.backdrop-blur-md {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.backdrop-blur-lg {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

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

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

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

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

.space-5 {
  min-width: 1.5rem;
  min-height: 1.5rem;
}

.space-10 {
  min-width: 2.5rem;
  min-height: 2.5rem;
}

.space-10vh {
  min-height: 10vh;
}

.space-20vh {
  height: 20vh;
}

.dual-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area-2"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.border-white {
  border: 1px solid #fff;
}

.border-base {
  border: 1px solid #9ca3af;
}

.border-primary {
  border: 1px solid #1c4ed8;
}

.text-primary {
  background-image: linear-gradient(to bottom, var(--blue), #0000ff73);
  color: #00f0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.text-error {
  color: #ff2f32;
}

.text-secondary {
  color: #315fde;
}

.text-succes {
  color: #48f07c;
}

.text-dark {
  color: #374151;
}

.icon-link {
  opacity: .7;
  padding: 7px;
  transition: all .2s;
}

.icon-link:hover {
  opacity: 1;
  transform: scale(1.05);
}

.error-message {
  color: red;
  background-color: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 500px;
  margin-top: 45px;
  position: absolute;
}

.gap-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.flex-horiz-c-start-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.flex-horiz-c-start-2.no-gap {
  margin-top: 5px;
  padding-left: 13px;
}

.form-field {
  color: #000;
  background-color: #fff0;
  border: 2px solid #0003;
  border-radius: 5px;
  min-width: 10vw;
  height: 50px;
  margin-bottom: 0;
  font-size: 14px;
  transition: all .2s;
}

.form-field:hover {
  border-color: #9c9c9c;
}

.form-field:focus {
  color: #fff;
  border-color: #00000091;
}

.form-field:focus-visible, .form-field[data-wf-focus-visible] {
  color: #fff;
}

.form-field::placeholder {
  color: #00000096;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 10px;
}

.form-field.white {
  color: #fff;
  border-color: #fff3;
}

.form-field.white:hover {
  border-color: #ffffff80;
}

.form-field.white:focus {
  border-color: #fff;
}

.form-field.white::placeholder {
  color: #fff;
}

.checkbox {
  opacity: .35;
}

.checkbox.scale-down {
  filter: grayscale();
  margin-top: 0;
  transition: all .2s;
  transform: scale(1);
}

.checkbox.scale-down:hover {
  opacity: 1;
}

.form-succes {
  color: #000;
  background-color: #fff;
  border-radius: 10px;
  width: 500px;
}

.flex-horiz-cc-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.flex-horiz-cc-2.form {
  border-radius: 10px;
  flex-direction: column;
  width: 500px;
}

.gap-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.pointer {
  z-index: -1;
  background-color: #191919;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -1% 6% auto auto;
  transform: rotate(45deg);
}

.hamburger {
  background-image: url('../images/hamburger_1hamburger.png');
  background-position: 50%;
  background-size: auto;
  width: 40px;
  height: 40px;
  margin-left: 17px;
  margin-right: 5px;
}

.hamburger.comp {
  width: 50px;
  height: 50px;
  margin-left: -10px;
}

.dropdown-wrapper {
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background-color: #191919;
  border-radius: 10px;
  min-width: 140px;
  overflow: hidden;
  box-shadow: 4px -19px 35px #20355a14, 11px 11px 30px -10px #20355a26;
}

.dropdown-wrapper.w--open {
  background-color: #fff;
  border-radius: 15px;
  min-width: 300px;
  max-height: 100vh;
  left: -97px;
  box-shadow: 0 50px 25px -50px #20355a26, 8px 18px 60px 4px #00000021;
}

.icon-wrap {
  background-color: #e6fde600;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 11px;
  display: flex;
}

.icon-2 {
  width: 100%;
}

.icon-2.smaller {
  width: 90%;
}

.navigation-dropdown {
  min-width: 140px;
}

.navigation-dropdown.w--open {
  background-color: #0000;
  min-width: 320px;
  max-height: 100vh;
  padding-top: 38px;
  inset: 35px -20% auto auto;
}

.dropdown {
  height: 50px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.nav-blog-item {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: none;
  display: flex;
}

.nav-blog-item:hover {
  color: #fff;
}

.menu-outer-shell.section.pad-total {
  z-index: 110;
  -webkit-backdrop-filter: brightness(90%) blur(8px);
  backdrop-filter: brightness(90%) blur(8px);
  border: 1px #000;
  border-bottom: 1px solid #ffffff38;
  transition: all .2s;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.menu-outer-shell.section.pad-total:hover {
  -webkit-backdrop-filter: brightness(70%) blur(8px);
  backdrop-filter: brightness(70%) blur(8px);
}

.dropdown-block {
  z-index: 25;
  color: #283338;
  background-color: #2f2f2f;
  border-top: 1px solid #00000014;
  align-items: center;
  width: 100%;
  padding: 20px;
  font-size: 16px;
  text-decoration: none;
  position: relative;
}

.dropdown-toggle {
  color: #fff;
  align-items: center;
  height: 50px;
  padding: 0 0 0 20px;
  font-family: Montserrat, sans-serif;
  transition: all .375s;
  display: flex;
}

.dropdown-toggle:hover {
  color: #7cc4a8;
  text-shadow: 1px 1px 12px #7cc4a8;
}

.nav-link-blog {
  color: #727272;
  white-space: normal;
  font-size: 14px;
}

.nav-link-blog:hover {
  color: #fff;
}

.container-2 {
  width: 80vw;
  display: flex;
}

.dropdown-title {
  color: #fff;
  margin-bottom: 2px;
  font-size: 15px;
}

.dropdown-title.insta-follow {
  text-align: right;
  letter-spacing: 2px;
  white-space: nowrap;
  object-fit: fill;
  justify-content: flex-end;
  width: 20px;
  font-size: 10px;
  display: flex;
  transform: rotate(-90deg);
}

.dropdown-link {
  z-index: 25;
  color: #283338;
  background-color: #454545;
  align-items: center;
  padding: 20px;
  font-size: 16px;
  text-decoration: none;
  transition: all .275s;
  display: flex;
  position: relative;
}

.dropdown-link:hover {
  background-color: #393939;
}

.mar-bottom {
  margin-bottom: 20px;
}

.nav-content-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 12px;
  display: flex;
}

.menu-side {
  background-color: #2f2f2f;
  margin-right: -10px;
}

.menu-side.flex-verti-cc {
  justify-content: space-between;
}

.menu-side.flex-verti-cc.pad-total {
  background-color: #2f2f2fdb;
  background-image: linear-gradient(to right, #0000 37%, #0000003d);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  justify-content: flex-start;
  padding-bottom: 211px;
}

.dd--list {
  display: flex;
  position: absolute;
}

.nav-link-details {
  color: #fff9;
  white-space: normal;
  font-size: 10px;
  line-height: 1.5;
}

.menu-progress-bar {
  z-index: 115;
  background-image: linear-gradient(126deg, #4817efe6, #ad00fff2 45%, #ff0000fa 87%, #ffd400), url('../images/0002.gif');
  background-position: 0 0, -100vw 0;
  background-size: auto, 200vw;
  height: 4px;
  position: absolute;
  inset: auto auto -2px 0%;
}

.tagline {
  letter-spacing: 2.5px;
  text-transform: uppercase;
  flex-direction: row;
  margin-bottom: 0;
  font-weight: 400;
  position: static;
}

.section-brands.section.h-10vh {
  align-items: flex-start;
}

.brands-strip {
  width: 200vw;
}

.brands-strip.flex-horiz-dist-ce {
  max-height: 50px;
}

.brand-logo {
  object-fit: contain;
  max-height: 100%;
}

.menu {
  height: 80px;
  position: fixed;
  inset: 0% 0% auto;
}

.hover-slider-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 20px;
  display: flex;
  box-shadow: 3px 50px 40px -6px #0000001a;
}

.hover-slider-wrapper.p-10.bgp-light {
  transform-style: preserve-3d;
  overflow: hidden;
  transform: rotateX(-1deg)rotateY(-1deg)rotateZ(-1deg);
}

.hover-slider-strip {
  display: flex;
  transform: scale(.9);
}

.slider-content-slide {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  min-width: 80vw;
  display: flex;
}

.splitter {
  width: 1px;
  height: 100%;
}

.namecard {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template: "Area Area-2"
                 "Area Area-3"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.namecard.p-2-5 {
  border-radius: 10px;
  transition: all .35s;
  box-shadow: 0 7px 20px -1px #0000;
}

.namecard.p-2-5:hover {
  box-shadow: 0 7px 20px -1px #00000026;
}

.avatar {
  width: 70px;
}

.p-2-5 {
  padding: .625rem;
}

.hover-slider-progress-indicator {
  background-color: #1d4ed8;
  width: 50%;
  height: 3px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.p-10vh {
  padding: 10vh;
}

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

.py-10vh {
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.card {
  border: 1px solid #d8d8d8;
  border-radius: 20px;
  padding: 40px;
}

.btn-special {
  grid-column-gap: 10px;
  border: 1px solid var(--ghost-white);
  background-image: linear-gradient(#ffffffa6, #ffffffa6), linear-gradient(to right, #fbfb9c66, #0000ff2b);
  border-radius: 10px;
  align-items: center;
  padding: 10px 15px 10px 20px;
  text-decoration: none;
  display: flex;
  box-shadow: -7px 4px 20px -6px #0003;
}

.btn-special-text {
  font-family: futura-pt, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.btn-special-icon-container {
  background-color: #fff;
  border: 1px solid #0000ff12;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  min-width: 33px;
  height: auto;
  min-height: 33px;
  padding: 4px;
  display: flex;
  box-shadow: 0 2px 13px #0000000f;
}

.pill-icon {
  object-fit: contain;
  max-width: 20px;
  max-height: 20px;
}

.h-60vh {
  height: 60vh;
}

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

.absolute-underlay.center-image {
  justify-content: center;
  align-items: center;
  display: flex;
}

.absolute-underlay.mm {
  max-height: 100%;
}

.blur-stain.stretch100x100 {
  width: 50vw;
  min-width: 50vw;
}

.portfolio-section {
  grid-column-gap: 20px;
  display: flex;
  transform: scale(1.1);
}

.portfolio-lane {
  grid-row-gap: 20px;
  flex-direction: column;
  max-width: 20vw;
  display: flex;
}

.portfolio-lane.pt10vh {
  padding-top: 10vh;
}

.portfolio-lane.pt-20vh {
  padding-top: 20vh;
}

.portfolio-item {
  width: 100%;
  height: 30vh;
  overflow: hidden;
  box-shadow: 0 8px 20px #0003;
}

.portfolio-item.card {
  filter: grayscale();
  min-width: 20vw;
  height: 40vh;
  transition: all .325s;
  position: relative;
}

.portfolio-item.card:hover {
  filter: grayscale(0%);
}

.portfolio-picture.stretch100x100 {
  position: absolute;
  inset: 0%;
}

.page-content {
  max-width: 100vw;
  overflow: hidden;
}

.nav-menu {
  z-index: 110;
  -webkit-backdrop-filter: brightness(300%) hue-rotate(278deg) grayscale() blur(8px);
  backdrop-filter: brightness(300%) hue-rotate(278deg) grayscale() blur(8px);
  background-color: #ffffff96;
  background-image: radial-gradient(circle at 20%, #ffffff5c, #0000);
  border: 1px solid #8686e2b0;
  border-radius: 3px;
  justify-content: center;
  height: 60px;
  margin-top: 20px;
  margin-right: 10vw;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
  box-shadow: 8px 9px 20px #00000012;
}

.flex-horiz-cs {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero.section.h-60vh {
  justify-content: flex-end;
}

.heading {
  font-size: 55px;
}

.divider-verti {
  background-color: #81818133;
  border-radius: 13px;
  width: 1px;
  height: 100%;
}

.list-icon {
  background-color: #fff;
  border: 1px solid #0000ff1f;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100px;
  min-width: 100px;
  height: 100px;
  padding: 25px;
  display: flex;
}

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

.gap-5 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.home-hero_section.section.homepage {
  min-height: 60vh;
}

.hero-image.stretch100x100.grey {
  filter: grayscale();
}

.menu_section.section {
  z-index: 10;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-bottom: 1px solid #fff3;
  position: fixed;
  inset: 0% 0% auto;
}

.menu-bar.container {
  flex-flow: row;
}

.top-bar {
  width: 100%;
  height: 25px;
}

.star-rating-image {
  width: 15px;
  margin-right: 5px;
}

.topbar-left.col {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.topbar-text {
  color: var(--white);
  font-family: Montserrat Alternates, sans-serif;
  font-size: 12px;
  position: static;
}

.hero-text.text-lighter {
  color: #ffffffad;
  max-width: 50ch;
}

.hero-text.text-lighter.text-center {
  text-align: left;
}

.hero-text.text-lighter.tagline._90 {
  margin-left: 0;
}

.home-intro-section.section {
  z-index: 2;
  margin-bottom: -30px;
}

.background.absolute-underlay.flex-horiz-cc.bot-service {
  margin-top: -60px;
}

.circle-bg {
  background-color: var(--background-2);
  border-radius: 100%;
  width: 200%;
  min-width: 200%;
  height: 100%;
}

.circle-bg.blue {
  background-color: var(--background-3);
}

.light-section-title {
  background-image: linear-gradient(119deg, var(--white), var(--background-3));
  color: #fff;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 50px;
  font-weight: 400;
}

.light-section-title.content-2 {
  margin-left: 0;
  padding-right: 100px;
}

.onderstreping {
  width: 250px;
}

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

.services-section.section {
  background-color: var(--background-2);
  display: block;
}

.content-2_section.section {
  z-index: 2;
}

.cta-section.section {
  z-index: 3;
}

.footer-secton.section {
  background-image: linear-gradient(180deg, var(--background-2), var(--background-2) 42%, var(--background-1));
}

.footer-title {
  color: var(--ghost-white);
}

.credits {
  border-top: 1px solid #ffffff26;
  height: 60px;
  position: absolute;
  inset: auto 0% 0%;
}

.social-button {
  background-color: #fff0;
  border: 1px solid #ffffff69;
  border-top: 1px #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .3s;
  display: flex;
}

.social-button:hover {
  background-color: #ffffff4d;
}

.foto-bg {
  z-index: -1;
  width: 40%;
  min-width: 500px;
  height: 90%;
  margin-bottom: -31px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.bg-img {
  object-fit: cover;
  border-top-right-radius: 200px;
  min-width: 100%;
  height: 100%;
  position: static;
}

.service-card {
  filter: grayscale();
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  transition: all .2s;
  display: flex;
}

.service-card:hover {
  filter: grayscale(0%);
}

.service-c_i {
  width: 25%;
}

.service-name.text-lighter {
  margin-top: 100px;
}

.service-bg {
  z-index: -1;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.topgrad {
  background-image: linear-gradient(359deg, var(--background-1), #0000);
  min-height: 110%;
  position: absolute;
  inset: 0%;
}

.collection-list-wrapper {
  z-index: 1;
  min-width: 120%;
  position: relative;
}

.cta-title {
  font-size: 50px;
}

.rich-text {
  margin-bottom: 10px;
}

.rich-text h2 {
  color: #fff;
}

.rich-text h3 {
  color: var(--white);
}

.rich-text h4 {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 10px;
}

.rich-text p {
  color: #ffffff6e;
  margin-bottom: 20px;
  line-height: 1.5;
}

.rich-text a {
  color: #85e2e7;
}

.rich-text h1 {
  color: #fff;
}

.rich-text h3 {
  color: #fff;
  border-radius: 0;
  margin-bottom: 12px;
}

.container-small {
  max-width: 980px;
}

.container-small.container.cod {
  min-height: 600px;
}

.whiteline {
  position: absolute;
  inset: 20% 0% auto auto;
}

.lottie-animation {
  justify-content: center;
  align-items: center;
  width: 70px;
  padding: 20px 10px 20px 40px;
  display: flex;
}

.cta-line {
  margin-bottom: 20vh;
  margin-right: 43vw;
  position: absolute;
  inset: auto 0% 0% auto;
}

.menu-open {
  justify-content: center;
  align-items: center;
  width: 980px;
  height: 0;
  display: flex;
  overflow: hidden;
}

.menu-ball {
  color: #ffffffd6;
  background-color: #fff0;
  background-image: radial-gradient(circle at 50% 20%, #ffffff14, #0000 52%);
  border: 1px solid #ffffff40;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 170px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 0 2px 5px #fff0;
}

.menu-ball:hover {
  color: #fff;
  text-shadow: 0 1px 20px #fff;
  background-color: #ffffff40;
  border-color: #ffffff8c;
  box-shadow: 0 2px 20px #ffffff40;
}

.menu-ball.w--current {
  background-color: #ffffff1f;
}

.menu-ball.middle {
  border-radius: 1000px;
  width: 340px;
}

.menu-ball-name {
  text-decoration: none;
}

.menu-ball-name.kleiner {
  font-size: 30px;
}

.ball-undertitle.text-light.text-tagline {
  text-align: center;
  font-size: 12px;
}

.grid-2 {
  grid-template: "Area Area-2 Area-3 Area-4"
                 "Area-10 Area-11 Area-11 Area-5"
                 "Area-9 Area-8 Area-7 Area-6"
                 / 1fr 1fr 1fr 1fr;
}

.dienst-wrapper {
  background-color: #fff0;
  border: 1px solid #ffffff24;
  border-radius: 13px;
  margin-bottom: 40px;
  padding: 40px 20px;
  text-decoration: none;
  transition: all .2s;
  display: block;
  position: relative;
  overflow: hidden;
}

.dienst-wrapper:hover {
  background-color: #ffffff0f;
}

.dienst-wrapper.blog-edit {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 600px;
  padding-left: 40px;
  display: flex;
}

.dienst-naam {
  color: var(--ghost-white);
}

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

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

.background-filter {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.iframehoog {
  min-height: 600px;
}

.blog-achtergrond {
  z-index: -1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.thumbnail-content {
  background-image: linear-gradient(180deg, #0000, var(--background-1) 36%);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 40px 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.blog-hero {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .styleguide-sidepanel {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding: 25px 10px;
    position: relative;
  }

  .text-link {
    margin-right: 50px;
  }

  .styleguide-logo {
    margin-bottom: 0;
    margin-right: 10px;
  }

  .light-section {
    float: none;
    clear: left;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    overflow: visible;
  }

  .text-highlight {
    padding: 20px;
  }

  .flex-horiz-c-end {
    flex-wrap: wrap;
    place-content: center;
  }

  .flex-verti-cc.ipad-left, .flex-verti-cc.mob-left {
    justify-content: center;
    align-items: flex-start;
  }

  .flex-horiz-cc {
    flex-direction: row;
    align-items: flex-start;
  }

  .container {
    flex-direction: column;
    width: 95vw;
  }

  .container.ipad-horiz {
    flex-flow: row;
  }

  .col.flex-verti-st-c {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .col.flex-verti-cc.ipad-left {
    justify-content: center;
    align-items: flex-start;
  }

  .col.flex-verti-end-st.ipad-left {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hide-ipad-down {
    display: none;
  }

  .section-grid {
    grid-template-columns: .25fr minmax(80vw, 95vw) .25fr;
  }

  .flex-horiz-cc-2 {
    flex-direction: row;
    align-items: flex-start;
  }

  .navigation-dropdown.w--open {
    max-width: 100vw;
    position: fixed;
    top: 83px;
    right: 0%;
  }

  .dropdown {
    display: flex;
  }

  .container-2 {
    flex-direction: column;
    width: 95vw;
  }

  .container-2.mob-horiz {
    flex-direction: row;
  }

  .dropdown-title {
    font-family: Montserrat, sans-serif;
  }

  .menu-progress-bar {
    box-shadow: 1px 1px 6px #ad00ffcc, 1px 1px 14px #7754efd9;
  }

  .brands-strip.flex-horiz-dist-ce {
    max-height: 40px;
  }

  .topbar-center.col.flex-horiz-cc {
    display: none;
  }

  .footer-title {
    margin-top: 40px;
  }

  .footer-list.flex-verti-end-st {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .grid-2 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-areas: "Area Area Area-2 Area-2"
                         "Area-10 Area-10 Area-3 Area-3"
                         "Area-11 Area-11 Area-11 Area-11"
                         "Area-4 Area-4 Area-5 Area-5"
                         "Area-9 Area-9 Area-8 Area-8"
                         "Area-7 Area-7 Area-6 Area-6";
  }
}

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

  h2 {
    font-size: 32px;
  }

  .styleguide-sidepanel {
    padding-bottom: 0;
    padding-right: 35px;
    overflow: auto;
  }

  .text-highlight {
    padding: 9px;
  }

  .btn.is-minimal_button {
    width: 100%;
  }

  .flex-horiz-dist-ce.ipad-verti {
    flex-direction: row;
  }

  .col.flex-horiz-c-end {
    justify-content: flex-end;
  }

  .col.special-section {
    padding-left: 100px;
  }

  .hide-ls-down {
    display: none;
  }

  .section-grid {
    grid-column-gap: 1px;
    grid-template-columns: 2vw minmax(96vw, 96vw) 2vw;
  }

  .columns-2 {
    grid-template-rows: auto auto;
    grid-template-areas: "Area Area"
                         "Area-2 Area-2";
  }

  .px-2-5 {
    padding-left: .425rem;
    padding-right: .425rem;
  }

  .py-2-5 {
    padding-top: .425rem;
    padding-bottom: .425rem;
  }

  .p2-5 {
    padding: .425rem;
  }

  .pt-2-5 {
    padding-top: .425rem;
  }

  .pr-0-25 {
    padding-right: .425rem;
  }

  .pb-2-5 {
    padding-bottom: .425rem;
  }

  .pl-2-5 {
    padding-left: .425rem;
  }

  .p-5 {
    padding: 1rem;
  }

  .px-5 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .py-5 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .pt-5 {
    padding-top: 1rem;
  }

  .pr-5 {
    padding-right: 1rem;
  }

  .pb-5 {
    padding-bottom: 1rem;
  }

  .pl-5 {
    padding-left: 1rem;
  }

  .p-10 {
    padding: 1.5rem;
  }

  .py-10 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .pt-10 {
    padding-top: 1.5rem;
  }

  .pr-10 {
    padding-right: 1.5rem;
  }

  .pb-10 {
    padding-bottom: 1.5rem;
  }

  .pl-10 {
    padding-left: 1.5rem;
  }

  .gap-20 {
    flex-direction: column;
  }

  .flex-horiz-c-start-2 {
    justify-content: center;
  }

  .flex-horiz-c-start-2.no-gap {
    padding-left: 0;
  }

  .form-field {
    margin-bottom: -2px;
  }

  .flex-horiz-cc-2.form {
    width: auto;
  }

  .menu-outer-shell.section.pad-total {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .dropdown-link {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .tagline {
    font-size: 12px;
  }

  .brands-strip.flex-horiz-dist-ce {
    max-height: 25px;
  }

  .hover-slider-wrapper.p-10.bgp-light {
    transform: none;
  }

  .slider-content-slide {
    flex-direction: column;
  }

  .namecard.p-2-5 {
    grid-template-rows: auto auto auto;
  }

  .avatar {
    width: 30px;
  }

  .menu-bar.container {
    justify-content: flex-start;
    align-items: center;
  }

  .star-rating-image {
    width: 10px;
    margin-right: 2px;
  }

  .topbar-text {
    font-size: 10px;
  }

  .menu-left.col.flex-horiz-c-start {
    width: auto;
  }

  .hero-text.text-lighter.tagline._90 {
    margin-left: 0;
  }

  .light-section-title.text-center {
    font-size: 32px;
  }

  .light-section-title.content-2 {
    margin-left: 0;
    font-size: 32px;
  }

  .bg-img {
    opacity: .54;
  }

  .cta-title {
    font-size: 32px;
  }

  .cta-line {
    margin-right: 5vw;
  }

  .dienst-wrapper {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 479px) {
  .styleguide-type-row {
    flex-direction: column;
  }

  .sg-text-container {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-highlight {
    width: 32%;
    padding: 20px 10px;
  }

  .sgtext-container {
    width: 68%;
  }

  .color-row {
    flex-direction: row;
  }

  .color-block {
    width: 100%;
    height: 55px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .styleguide-block-parent {
    width: 30%;
    margin-right: 3%;
  }

  .wrapper.star-rating {
    width: 60px;
  }

  .btn.white.text.is-met_knop {
    background-size: 30px;
    padding-right: 40px;
  }

  .btn.text {
    font-size: 14px;
  }

  .btn.white.text.is-met_witte_knop.behandelingen {
    inset: auto auto 2% 20px;
  }

  .container {
    flex-direction: column;
  }

  .col.special-section {
    padding-left: 20px;
  }

  .hide-mob {
    display: none;
  }

  .hamburger.comp {
    margin-left: 0;
  }

  .navigation-dropdown.w--open {
    top: 55px;
  }

  .dropdown {
    width: auto;
    margin-right: 0;
  }

  .nav-blog-item:hover {
    color: #488faf;
  }

  .container-2 {
    flex-direction: column;
  }

  .dropdown-link {
    padding-bottom: 10px;
  }

  .tagline {
    margin-top: 5px;
  }

  .menu-link {
    display: none;
  }

  .brands-strip.flex-horiz-dist-ce {
    max-height: 20px;
  }

  .menu-bar.container {
    grid-column-gap: 0px;
  }

  .topbar-left.col.flex-horiz-c-start {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

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

  .link-to-home.p-2-5.w--current {
    max-width: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-center.col.flex-horiz-cc {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .menu-left.col.flex-horiz-c-start {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .menu-right.col.flex-horiz-c-end {
    margin-left: -10px;
  }

  .hero-text.text-lighter.tagline {
    letter-spacing: 2px;
    font-size: 9px;
  }

  .bg-img {
    opacity: .25;
  }

  .service-c_i {
    padding-left: 0;
    padding-right: 0;
  }

  .whiteline {
    width: 50px;
  }

  .lottie-animation {
    max-width: 40px;
    max-height: 60px;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 20px;
  }

  .cta-line {
    max-width: 50px;
  }

  .image {
    width: 50px;
  }
}

#w-node-_3b5e215c-9037-314b-f351-30d39711aac5-2767fcf5 {
  grid-area: Area;
}

#w-node-edc84833-9ba4-3ec8-ce14-932c8377fa58-2767fcf5 {
  grid-area: Area-2;
}

#w-node-_1ef99071-bc9c-6089-5617-294b83f29b80-2767fcf5 {
  grid-area: Area-4;
}

#w-node-_9e2cf2b0-af8e-baca-1eb2-7dae73e397c2-2767fcf5 {
  grid-area: Area-3;
}

#w-node-b5f3babe-af10-753d-43d9-1154bf28cbec-2767fcf5 {
  grid-area: Area-8;
}

#w-node-_3a27c984-b095-90fe-6d45-d752e1eaed2e-2767fcf5 {
  grid-area: Area-7;
}

#w-node-_7602b99e-0716-9e02-9e7d-86281922bfee-2767fcf5 {
  grid-area: Area-6;
}

#w-node-e873fd52-31be-367a-4b63-52663d49c8b0-2767fcf5 {
  grid-area: Area-11;
}

#w-node-_70871e97-aa95-f26b-a736-c7993df4b27a-2767fcf5 {
  grid-area: Area-9;
}

#w-node-_49e0e390-2b34-5a94-18ae-c5ba4536b437-2767fcf5 {
  grid-area: Area-10;
}

#w-node-_5a6fce14-9124-4b31-f075-372b35656e39-2767fcf5 {
  grid-area: Area-5;
}


@font-face {
  font-family: 'Valky Wolgen';
  src: url('../fonts/valkyregular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}