:root {
  --black: #131417;
  --brand-primary: #ebeef6;
  --grey-80: #4d4e50;
  --white: white;
  --grey-15: #ecedf1;
  --white-50: #ffffff80;
  --lightgreen: #ebebd3;
  --grey-8-81: #f8f9fa;
  --brand--quaternary: #7886ab;
  --grey-60: #828283;
  --grey-40: #9fa0a3;
  --grey-20: #cfd1d7;
  --white-25: #ffffff40;
  --white-75: #ffffffbf;
  --brand--bg: #f8f9fd;
  --brand-secondary: #b6c0d8;
  --brand--tertiary: #323337;
  --blue: #19284c;
  --gold: #cda65b;
  --light-salmon: #ffa58c;
  --brand--hero-inner-page: #f9f3ee;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  color: var(--black);
  background-color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.6em;
  font-weight: 300;
  line-height: 1.28;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 300;
  line-height: 1.3;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.36;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.36;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 400;
}

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

p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.4;
}

a {
  color: var(--black);
  line-height: 1;
  text-decoration: none;
  display: inline-block;
}

ul {
  margin-top: 0;
  margin-bottom: 12px;
  padding-left: 20px;
}

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

form {
  font-size: 1em;
  font-weight: 600;
}

label {
  margin-bottom: 5px;
  font-size: 1em;
  display: block;
}

blockquote {
  border-left: 4px solid var(--brand-primary);
  color: var(--black);
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 1.5;
}

figure {
  margin-bottom: 16px;
}

figcaption {
  color: var(--grey-80);
  text-align: left;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 300;
}

.section {
  width: 100%;
  overflow: hidden;
}

.section.is-brand-bg {
  background-color: var(--brand-primary);
}

.section.is-brand-bg.overflow-visible {
  overflow: visible;
}

.section.is-brand-bg.is-relative {
  z-index: 1;
  position: relative;
}

.section.footer {
  background-color: var(--black);
  color: var(--white);
  position: relative;
}

.section.is-full-bleed-img-bg {
  background-image: url('../images/bg_1bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: sticky;
  top: 0;
}

.section.overflow-visible {
  overflow: visible;
}

.section.is-sticky-section {
  position: sticky;
  top: 0;
}

.container {
  z-index: 1;
  width: 100%;
  max-width: 1640px;
  padding: 6.5em 3em;
  position: relative;
}

.container.is-nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
}

.container.inner-hero {
  padding-top: 4.5rem;
}

.container.hero {
  padding-top: 3.6rem;
  padding-bottom: 6em;
  display: flex;
}

.container.without-top-padding {
  padding-top: 0;
}

.container.footer {
  padding-top: 3.5em;
  padding-bottom: 2em;
}

.container.without-bottom-padding {
  padding-bottom: 0;
}

.container.procedures {
  align-items: flex-start;
  height: 200em;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container.is-droplist {
  padding-top: 3em;
  padding-bottom: 2em;
  font-size: 1vw;
}

.grid {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
  position: relative;
}

.grid.center-align {
  justify-content: center;
}

.grid-item {
  width: 100%;
  padding: 1.5em;
  position: relative;
}

.grid-item._80 {
  width: 80%;
}

.grid-item._20 {
  width: 20%;
  position: relative;
}

.grid-item._50 {
  width: 50%;
}

.grid-item._50.landscape-100.algemene-voorwaarden {
  width: 100%;
}

.grid-item._33 {
  width: 33%;
}

.grid-item._25 {
  width: 25%;
}

.grid-item._67 {
  width: 67%;
}

.grid-item._70 {
  width: 70%;
}

.grid-item._30 {
  width: 30%;
}

.grid-item._40 {
  width: 40%;
}

.grid-item._60 {
  width: 60%;
}

.spacer._32 {
  height: 32px;
}

.spacer._88 {
  height: 88px;
}

.spacer._16 {
  height: 16px;
}

.spacer._24 {
  height: 24px;
}

.spacer._64 {
  height: 64px;
}

.spacer._56 {
  height: 56px;
}

.spacer._104 {
  height: 104px;
}

.spacer._8 {
  height: 8px;
}

.spacer._12 {
  height: 12px;
}

.spacer._20 {
  height: 20px;
}

.spacer._40 {
  height: 40px;
}

.spacer._48 {
  height: 48px;
}

.spacer._72 {
  height: 72px;
}

.spacer._80 {
  height: 80px;
}

.spacer._96 {
  height: 96px;
}

.spacer._112 {
  height: 112px;
}

.spacer._128 {
  height: 128px;
}

.spacer._184 {
  height: 184px;
}

.sg-block {
  justify-items: start;
  padding-top: 8px;
  padding-bottom: 8px;
}

.sg-block.colors {
  border-radius: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.sg-block.colors.dark {
  background-color: var(--black);
  color: #fff;
  border-radius: 2px;
}

.sg-block.dark {
  background-color: var(--black);
  border-radius: 32px;
  padding: 24px;
}

.sg-block.typo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--grey-15);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.sg-block.typo.on-dark {
  border-top-color: var(--white-50);
}

.sg-container {
  max-width: 100%;
  padding: 104px 48px;
}

.sg-container.grey-bg {
  background-color: var(--lightgreen);
}

.sg-container.dark-bg {
  background-color: var(--black);
  color: var(--grey-8-81);
}

.paragraph.large {
  font-size: 16px;
}

.paragraph.small {
  text-align: justify;
}

.paragraph.small.procedure {
  margin-left: 8px;
  margin-right: 4px;
}

.paragraph.extra-small {
  font-size: 11px;
}

.paragraph.extra-small.grey {
  margin-top: 4px;
}

.paragraph.text-color-grey-80 {
  color: var(--grey-80);
}

.paragraph.grey {
  color: #4d4e50;
}

.sg-caption {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
}

.sg-colors-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link {
  letter-spacing: .08em;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-family: Manrope, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  display: flex;
}

.link.back {
  color: var(--brand--quaternary);
}

.link.none-capitalize {
  letter-spacing: 0;
  text-transform: none;
}

.color-block {
  background-color: var(--black);
  width: 100%;
  height: 16vw;
  color: var(--white);
  border-radius: 2px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  font-size: 20px;
  display: flex;
}

.color-block.grey-80 {
  background-color: var(--grey-80);
}

.color-block.grey-60 {
  background-color: var(--grey-60);
}

.color-block.grey-40 {
  background-color: var(--grey-40);
}

.color-block.grey-20 {
  background-color: var(--grey-20);
  color: var(--black);
}

.color-block.grey-15 {
  background-color: var(--grey-15);
  color: var(--black);
}

.color-block.grey-8 {
  background-color: var(--grey-8-81);
  color: var(--black);
}

.color-block.white {
  background-color: var(--white);
  color: var(--black);
}

.color-block.white-50 {
  background-color: var(--white-50);
}

.color-block.white-25 {
  background-color: var(--white-25);
}

.color-block.brand-primary {
  background-color: var(--brand-primary);
  color: var(--black);
}

.color-block.white-75 {
  background-color: var(--white-75);
  color: var(--black);
}

.color-block.brand-bg {
  background-color: var(--brand--bg);
  color: var(--black);
}

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

.color-block.brand-tertiary {
  background-color: var(--brand--tertiary);
  color: var(--white);
}

.color-block.brand-quaternary {
  background-color: var(--brand--quaternary);
  color: var(--white);
}

.sg-column {
  background-color: var(--grey-20);
  border-radius: 8px;
  width: 100%;
  height: 60px;
  margin-top: 1em;
}

.bold {
  font-weight: 700;
}

.text-link {
  color: var(--black);
  padding-bottom: 0;
  text-decoration: underline;
  transition: opacity .3s;
  display: inline-block;
}

.text-link:hover {
  opacity: .6;
}

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

.sg-filler {
  background-color: var(--grey-20);
  border-radius: 8px;
  width: 100%;
  height: 100%;
  margin-top: 1em;
}

.navigation {
  z-index: 999;
  border-bottom: 1px solid var(--grey-15);
  background-color: var(--white);
  position: fixed;
  inset: 0% 0% auto;
}

.nav-brand {
  height: 1.6em;
  color: var(--white);
  align-items: center;
  font-size: 1.2em;
  font-weight: 600;
  transition: opacity .3s;
  display: flex;
}

.nav-brand:hover {
  opacity: .6;
}

.nav-link-text {
  padding: 0;
  transition: color .3s;
}

.nav-link-text.w--current {
  box-shadow: inset 0 -1px 0 0 var(--white);
  color: var(--white);
}

.nav-link-text.non-capitalized {
  text-transform: none;
}

.center-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-links-wrapper {
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.links-container {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: wrap;
  align-items: flex-start;
  display: flex;
}

.footer-bottom-wrapper {
  color: var(--grey-60);
  justify-content: space-between;
  align-items: center;
  margin-top: 4em;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 470px;
  display: flex;
}

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

.page-overlay {
  z-index: 99999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
}

.grey {
  color: var(--grey-60);
}

.rich-text {
  text-align: justify;
  font-size: 14px;
}

.rich-text h2 {
  margin-bottom: 40px;
  font-size: 32px;
}

.rich-text p {
  margin-bottom: 32px;
}

.rich-text h4 {
  margin-bottom: 16px;
  font-size: 20px;
}

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

.rich-text h3 {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 400;
}

.rich-text h5 {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 400;
}

.rich-text h6 {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
}

.rich-text figure {
  margin-bottom: 32px;
}

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

.sg-images {
  object-fit: cover;
  width: 100%;
  height: 40vw;
}

.overlay-transition {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.decorative {
  font-size: 3em;
  font-weight: 300;
  line-height: 1.36;
}

.decorative.large {
  font-size: 3.4em;
}

.decorative.large._3-2em {
  font-size: 3.2em;
}

.nav-grid {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

._404-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.text-block {
  flex-direction: column;
  display: flex;
}

.nav-logo-wrapper {
  flex: 0 auto;
  align-items: center;
  margin-bottom: 6px;
  margin-right: 4em;
  font-size: 2vw;
  line-height: 3;
  display: flex;
}

.error-message {
  color: #fc2b2b;
  background-color: #0000;
  padding-left: 0;
  font-size: 14px;
}

.changelog-wrapper {
  background-color: var(--grey-20);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
}

.changelog-divider {
  background-color: #c2c8d9;
  width: 100%;
  height: 1px;
  margin-bottom: 12px;
}

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

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--grey-40);
  height: 48px;
  color: var(--grey-60);
  background-color: #0000;
  margin-bottom: 24px;
  padding: 8px 0;
  font-size: 16px;
  font-weight: 300;
  transition: padding .3s, background-color .3s, color .3s, border-color .3s;
}

.text-field:hover {
  border-bottom-color: var(--black);
  background-color: #0a0a0a;
  padding-left: 20px;
}

.text-field:focus {
  border-bottom-color: var(--black);
  color: var(--white);
  background-color: #000;
  padding-left: 20px;
  padding-right: 20px;
}

.text-field::placeholder {
  color: var(--grey-60);
}

.text-field.text-area {
  min-height: 88px;
  max-height: 200px;
  padding-top: 16px;
}

.text-field.light {
  border-bottom-color: var(--grey-40);
}

.text-field.light:hover {
  border-bottom-color: var(--grey-15);
  background-color: var(--grey-15);
}

.text-field.light:focus {
  border-bottom-color: var(--grey-15);
  background-color: var(--grey-15);
  color: var(--black);
}

.select-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--grey-40);
  height: 56px;
  color: var(--grey-60);
  background-color: #0000;
  margin-bottom: 24px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
  transition: padding .3s, background-color .3s, border-color .3s, color .3s;
}

.select-field:hover {
  background-color: #0a0a0a;
  border-style: none;
  border-color: #000;
  padding-left: 20px;
}

.select-field:focus {
  border-bottom-color: var(--grey-15);
  color: var(--white);
}

.select-field.light:hover {
  background-color: var(--grey-15);
}

.select-field.light:focus {
  background-color: var(--grey-15);
  color: var(--black);
  padding-left: 20px;
  padding-right: 20px;
}

.color-text {
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.submit-button {
  z-index: 1;
  width: 100%;
  height: 100%;
  color: var(--black);
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  inset: 0%;
}

.link-arrow {
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 10px;
  margin-top: 0;
  margin-left: .5em;
  display: flex;
}

.link-text-wrapper {
  overflow: hidden;
}

.link-text.shadow-medium {
  text-shadow: 0 15px #000;
}

.link-text.text-shadow-light {
  text-shadow: 0 15px 0 var(--white);
}

.sg-link-wrapper {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.hero-img-wrapper {
  width: 50vw;
  margin-top: -1.5em;
  position: relative;
  overflow: hidden;
}

.hero-img-wrapper.about {
  margin-top: 2em;
}

.category-item {
  border-bottom: 1px solid var(--white-25);
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.category-item.without-border {
  border-bottom-style: none;
}

.aspect-ratio-height {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.aspect-ratio-height.blog {
  padding-top: 65%;
}

.aspect-ratio-height.post {
  padding-top: 40%;
}

.categories-wrapper {
  align-self: flex-start;
  margin-top: 1em;
}

.categories-wrapper.margin-bottom-xxxs {
  margin-bottom: 2.5em;
}

.tile-img-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.tile-img-wrapper.blog {
  height: auto;
  margin-bottom: 1em;
}

.tile-grid-item {
  width: 100%;
}

.tag {
  background-color: var(--brand-primary);
  color: var(--black);
  text-align: center;
  align-self: center;
  align-items: center;
  padding: .8em 1.2em;
  font-size: 12px;
  transition: background-color .2s;
  display: flex;
}

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

.tag.category {
  font-size: 12px;
  transition: color .3s, background-color .3s;
}

.tag.category:hover, .tag.category.w--current {
  background-color: var(--black);
  color: var(--white);
}

.succsess-message {
  text-align: left;
  background-color: #0000;
  padding: 0;
  font-size: 3em;
}

.social-icons-wrapper {
  grid-column-gap: 1.5em;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.social-icon-link {
  transform-origin: 0%;
  color: var(--white);
  transition: background-color .3s, padding .3s;
  overflow: hidden;
}

.social-icon-link.dark {
  color: var(--black);
}

.social-icon {
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  display: flex;
}

.flex-horizontal {
  display: flex;
}

.flex-horizontal.categories {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
}

.flex-horizontal.blog-tile {
  justify-content: space-between;
  align-items: baseline;
}

.flex-horizontal.justify-center {
  justify-content: center;
}

.flex-horizontal.space-between {
  justify-content: space-between;
  align-items: flex-start;
}

.flex-horizontal.space-between.align-center {
  align-items: center;
}

.nav-link-wrapper {
  font-size: .75rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: static;
}

.nav-link-wrapper.w--current {
  color: var(--brand--quaternary);
}

.nav-link-wrapper.is-dropdown {
  padding-top: 0;
  padding-bottom: 0;
}

.inner-title-wrapper {
  width: 60%;
}

.back-wrapper {
  margin-bottom: 2em;
  display: flex;
}

.back-arrow {
  justify-content: center;
  align-items: center;
  width: .8em;
  height: .8em;
  margin-right: 1em;
  display: flex;
  transform: rotate(-135deg);
}

.case-description-wrapper {
  border-bottom: 1px solid var(--grey-15);
  align-self: flex-start;
  max-width: 500px;
}

.max-width {
  max-width: 38em;
}

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

.max-width.medium-fixed {
  max-width: 350px;
}

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

.blog-main-grid {
  grid-column-gap: 1em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.blog-info-wrapper {
  color: var(--grey-60);
  letter-spacing: .02em;
  text-transform: uppercase;
  white-space: nowrap;
  align-items: flex-end;
  margin-top: 1.5em;
  margin-left: 3em;
  font-size: .8em;
  display: flex;
}

.blog-content-grid {
  grid-template-rows: auto;
  grid-template-columns: .25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start;
  margin-top: 2em;
  display: flex;
  position: relative;
}

.blog-title {
  font-size: 3em;
}

.tile-img-wrapper-cover {
  width: 100%;
  height: 100%;
  color: var(--white);
}

.title-1 {
  font-size: 2.5em;
  font-weight: 300;
  line-height: 1.36;
}

.title-2 {
  font-size: 2em;
  line-height: 1.36;
}

.text-caps {
  text-transform: uppercase;
}

.title-3 {
  font-size: 1.5em;
  line-height: 1.36;
}

.title-4 {
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.36;
}

.title-5 {
  font-size: 16px;
  line-height: 1.36;
}

.title-6 {
  font-size: 14px;
  line-height: 1.4;
}

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

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

.button {
  background-color: var(--brand-primary);
  color: var(--black);
  justify-content: center;
  align-items: center;
  padding: 1.1em 1.5em;
  font-family: Manrope, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  transition: background-color .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

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

.button.is-dark {
  background-color: var(--brand--tertiary);
  color: var(--white);
}

.button.submit {
  width: 100%;
  font-weight: 400;
  position: relative;
}

.nav-logo {
  height: 100%;
}

.nav-link-stack {
  grid-column-gap: 1.5em;
  flex-direction: row;
  align-items: center;
  display: flex;
}

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

.full-bleed-grid-item {
  justify-content: flex-end;
  width: 50%;
  display: flex;
  position: relative;
}

.full-bleed-grid-item.right {
  justify-content: flex-start;
}

.full-bleed-grid-item.landscape-100 {
  padding-right: 4em;
}

.full-bleed-img {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
}

.full-bleed-content {
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 10em;
  display: flex;
}

.full-bleed-content.is-bottom-content {
  padding-bottom: 6em;
}

.full-bleed-content.is-without-bottom-margin {
  padding-bottom: 0;
}

.content-wrapper {
  width: 100%;
}

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

.text-color-grey-60 {
  color: var(--grey-60);
}

.full-bleed-case-link {
  width: 100%;
  display: flex;
}

.title-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2em;
  display: flex;
}

.title-wrapper.without-divider {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.grid-case-link {
  width: 100%;
}

.rec-procedure-image-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: grid;
  position: relative;
}

.all-button {
  background-color: var(--black);
  width: 4em;
  height: 4em;
  color: var(--white);
  border-radius: 50em;
  justify-content: center;
  align-items: center;
  padding: 1.3em;
  display: flex;
  position: relative;
}

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

.instagram-link-wrapper {
  padding-top: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.instagram-img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.footer-nav-brand {
  height: 2em;
  margin-bottom: 2.5em;
  display: block;
}

.footer-nav-img {
  height: 100%;
}

.footer-grid-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 38em;
  display: grid;
}

.footer-cell-wrapper {
  max-width: 140px;
}

.caption {
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}

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

.blog-grid {
  grid-column-gap: 1em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-date-wrapper {
  color: var(--grey-60);
  white-space: nowrap;
  margin-left: 1em;
}

.blog-content-wrapper {
  max-width: 640px;
}

.blog-intro {
  margin-bottom: 5.5em;
}

.empty-state {
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  font-size: 3em;
}

.contact-us-header {
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  margin-bottom: 5em;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.contact-us-overlay {
  cursor: pointer;
  background-color: #0d0d0dcc;
  flex: 1;
  height: 100%;
  padding-bottom: 0;
  position: absolute;
  inset: 0%;
}

.contact-us-scroll-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100vh;
  padding-top: 3.5em;
  padding-bottom: 3.5em;
  display: flex;
}

.contact-us-close-link {
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-left: 40px;
  text-decoration: none;
  display: flex;
}

.contact-us-container {
  background-color: #fff;
  flex-direction: column;
  width: 640px;
  height: 100dvh;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
  overflow: auto;
}

.contact-us-wrapper {
  z-index: 9998;
  cursor: default;
  background-color: #0000;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.contact-us-contact {
  margin-bottom: 2rem;
}

.close-icon {
  width: 100%;
  height: 100%;
}

.procedure-bullet-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--grey-15);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  display: grid;
}

.grid-images {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  display: grid;
}

.procedure-grid-img-item {
  width: 100%;
  overflow: hidden;
}

.procedure-lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.procedure-grid-img {
  object-fit: cover;
  width: 100%;
}

.nav-wrapper {
  align-items: center;
  width: 100%;
  padding-left: 1.5em;
  padding-right: 1.5em;
  display: flex;
}

.link-arrow-wrapper {
  margin-left: .2rem;
  overflow: hidden;
}

.hero-small-image {
  width: 11em;
  margin-bottom: 3.5em;
}

.hero-height-wrapper {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-top: 2em;
  padding-bottom: 3em;
  display: flex;
}

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

.aspect-ratio {
  width: 100%;
  padding-top: 120%;
  position: relative;
  overflow: hidden;
}

.aspect-ratio._1-1, .aspect-ratio.procedure {
  padding-top: 100%;
}

.square-imgs-wrapper {
  grid-column-gap: 1em;
  margin-top: 5em;
  margin-bottom: 5em;
  display: flex;
}

.square-imgs-wrapper.bleed {
  margin-top: -1.5em;
  margin-bottom: 5.9em;
  margin-left: -7.5em;
}

.square-imgs-wrapper.about {
  margin-top: 0;
}

.square-img {
  flex: none;
  width: 10em;
}

.square-img.is-large {
  width: 17em;
}

.square-img.is-grow {
  flex: 1;
}

.service-wrapper {
  margin-top: 9.75em;
}

.service-item {
  border-bottom: 1px solid var(--grey-20);
  justify-content: space-between;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.service-img-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

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

.procedures-horizontal-wrapper {
  grid-column-gap: 1em;
  margin-top: 2em;
  padding-left: 3em;
  display: flex;
}

.procedure-item {
  flex: none;
  width: 22em;
  display: flex;
}

.procedure-item.rec {
  width: 100%;
}

.procedure-link-item {
  background-color: var(--white);
  width: 100%;
  padding: 1em 1em 2em;
  display: block;
}

.procedure-img {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 1.25em;
  display: flex;
}

.procedure-info {
  justify-content: space-between;
  display: flex;
}

.procedure-camera {
  flex-direction: column;
  justify-content: center;
  padding-top: 5em;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.procedure-headline-wrapper {
  justify-content: space-between;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
}

.features-wrapper {
  grid-column-gap: 2.5em;
  margin-bottom: 2em;
  display: flex;
}

.feature-item {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

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

.banner-text-wrapper {
  height: 65vh;
  margin-left: 13em;
}

.team-list {
  margin-bottom: 5em;
  position: relative;
}

.team-item {
  border-bottom: 1px solid var(--brand-primary);
  justify-content: space-between;
  align-items: baseline;
  display: flex;
  position: relative;
}

.team-img-wrapper {
  z-index: 1;
  width: 25%;
  height: 100%;
  position: absolute;
  inset: 0% 20em auto auto;
}

.team-img-sticky {
  align-items: center;
  height: 0;
  display: flex;
  position: sticky;
  top: 50vh;
}

.team-img {
  width: 100%;
  transform: rotate(6deg);
}

.team-img.normal {
  justify-content: center;
  align-items: center;
  display: flex;
  transform: none;
}

.team-item-info {
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  padding: 1.8em 1em;
  display: flex;
}

.full-bleed-image-banner {
  height: 70vh;
  display: flex;
}

.banner-full-bleed-img {
  width: 60%;
  overflow: hidden;
}

.banner-full-bleed-img.small {
  width: 40%;
}

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

.image.laser {
  object-position: 50% 50%;
}

.footer-link-items-wrapper {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
}

.hover-arrow-wrapper {
  z-index: 1;
  background-color: var(--white);
  border-radius: 50em;
  flex: none;
  width: 2.5em;
  max-width: 32px;
  height: 2.5em;
  max-height: 32px;
  padding: .6em;
  position: absolute;
}

.hover-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
}

.img-overflow-hidden {
  width: 50vw;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.service-hero-img-wrapper {
  height: 22em;
  overflow: hidden;
}

.get-template-wrapper {
  z-index: 999;
  justify-content: flex-end;
  align-items: flex-end;
  height: 0;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.get-template-link-wrapper {
  align-items: flex-end;
  height: 5rem;
  display: flex;
  position: relative;
  top: -.75rem;
  right: .75rem;
}

.get-template-link {
  z-index: 2;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #000;
  background-color: #fff;
  border: 1px solid #e2e1e1;
  border-radius: .4rem;
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 7.7rem;
  height: 2.6rem;
  padding: .6rem 1rem .6rem .6rem;
  font-size: 12px;
  transition: border-color .2s, color .3s, background-color .3s;
  display: flex;
  position: relative;
}

.get-template-link:hover {
  border-color: var(--black);
  color: #fff;
  background-color: #000;
}

.get-template-link.more-templates {
  z-index: 0;
  position: absolute;
  bottom: 15%;
  left: 0%;
  right: 0%;
}

.procedure-wrapper {
  grid-column-gap: 4em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.procedure-list {
  border-top: 1px solid var(--grey-15);
  flex-direction: column;
  margin-top: 2em;
  display: flex;
}

.procedure-list-item {
  border-bottom: 1px solid var(--grey-15);
  justify-content: space-between;
  align-items: baseline;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  transition: background-color .2s, padding .2s;
  display: flex;
}

.procedure-list-item:hover {
  background-color: var(--brand-primary);
  padding-left: 1em;
  padding-right: 1em;
}

.procedure-title-wrapper {
  align-items: baseline;
  display: flex;
}

.procedure-title {
  color: var(--brand--quaternary);
  letter-spacing: .02em;
  text-transform: uppercase;
  font-weight: 600;
}

.procedure-duration-wrapper {
  color: var(--grey-80);
  align-items: baseline;
  display: flex;
}

.specialist-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3.5em;
  display: grid;
}

.team-card-link, .team-card-item {
  width: 100%;
}

.team-card-info {
  margin-top: 1em;
}

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

.procedure-description {
  width: 48em;
  max-width: 640px;
}

.team-card-wrapper {
  width: 80%;
  margin-top: 4em;
}

.team-card-wrapper.large {
  width: 100%;
}

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

.dropdown-arrow {
  margin: 0 0 0 .5em;
  position: static;
}

.dropdown-list {
  background-color: var(--grey-8-81);
  inset: 100% 0% auto;
  overflow: hidden;
}

.dropdown-list.w--open {
  z-index: 9999;
  justify-content: center;
  display: flex;
  inset: 100% 0% auto;
}

.dropdown-toggle {
  padding: 1.5rem 0;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: static;
}

.dropdown-toggle.w--current {
  color: var(--white-50);
}

.droplist-link-wrapper {
  grid-column-gap: 5.5em;
  grid-row-gap: 2em;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.droplist-link-item {
  grid-column-gap: 1.5em;
  border-top: 1px solid var(--grey-15);
  width: 100%;
  min-height: 8.5em;
  color: var(--grey-60);
  align-items: baseline;
  padding-top: 1em;
  padding-bottom: 1em;
  transition: border-color .3s, color .3s;
  display: flex;
}

.droplist-link-item:hover {
  border-top-color: var(--black);
  color: var(--black);
}

.droplist-link-item.w--current {
  border-top-color: var(--black);
}

.droplist-toc-wrapper {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  flex: 1;
  font-size: 12px;
  display: flex;
}

.droplist-title-wrapper {
  color: var(--black);
  flex: 1;
}

.sections-light-bg {
  z-index: 1;
  background-color: var(--white);
  position: relative;
}

.dropdown-promo-link {
  align-items: flex-start;
  height: 19em;
  padding: 1.5em;
  display: flex;
  position: relative;
}

.button-wrapper {
  display: flex;
}

.about-bullet-item {
  border-bottom: 1px solid var(--grey-15);
  justify-content: space-between;
  align-items: baseline;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.slider-arrow {
  color: #828283;
  justify-content: center;
  align-items: center;
  width: 1.2em;
  min-width: 40px;
  height: 1.2em;
  min-height: 40px;
  transition: color .3s;
  display: flex;
  inset: -2em 1.8em auto auto;
}

.slider-arrow:hover {
  color: var(--black);
}

.slider-arrow.right {
  right: 0;
}

.container-2 {
  z-index: 1;
  max-width: 1640px;
  padding: 11em 4em;
  position: relative;
}

.slider-slide {
  margin-left: 1em;
  margin-right: 1em;
}

.hidden {
  display: none;
}

.slider-heading {
  text-align: left;
  max-width: 27em;
  margin-bottom: 3em;
  position: relative;
}

.slider-arrow-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.hero-image-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.slider-slide-wrapper {
  border-radius: 1em;
  width: 100%;
  height: 100%;
  min-height: 330px;
}

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

.slider-mask {
  width: 350px;
  margin-left: -1em;
  overflow: visible;
}

.about-bullet-wrapper {
  margin-top: -1.6em;
}

.contact-wrapper {
  margin-top: 3em;
}

.contact-img-wrapper {
  width: 100%;
  height: 16.3em;
  margin-bottom: 2em;
  overflow: hidden;
}

.contact-us-form {
  width: 95%;
  margin-bottom: 0;
}

.instagram-arow-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.team-item-link {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
}

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

.empty-state-2 {
  display: none;
}

.smaller-header {
  font-size: 2.5em;
}

.pakketten-title {
  margin-bottom: 16px;
  font-weight: 700;
}

.margin-top {
  margin-top: 16px;
}

.margin-top-10 {
  margin-top: 10%;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.5em;
  }

  h4 {
    font-size: 16px;
  }

  .container {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .container.hero {
    padding-top: 3rem;
    padding-bottom: 5em;
  }

  .container.footer {
    padding-top: 64px;
    padding-bottom: 32px;
  }

  .container.procedures {
    height: auto;
  }

  .container.is-droplist {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .grid-item._80.tablet-100, .grid-item._50.tablet-100 {
    width: 100%;
  }

  .grid-item._50.tablet-hidden {
    display: none;
  }

  .grid-item._33.tablet-100, .grid-item._67.tablet-100 {
    width: 100%;
  }

  .grid-item._40.tablet-hidden {
    display: none;
  }

  .grid-item._60.tablet-100 {
    width: 100%;
  }

  .spacer._104 {
    height: 64px;
  }

  .sg-container {
    padding: 64px 24px;
  }

  .paragraph.large {
    font-size: 16px;
  }

  .paragraph.small {
    font-size: .8rem;
  }

  .navigation {
    z-index: 9999;
    background-color: var(--white);
    mix-blend-mode: normal;
    position: fixed;
  }

  .nav-brand {
    color: var(--black);
    margin-right: 0;
    font-size: 18px;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    padding: 0;
  }

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

  .nav-link-text.w--current {
    box-shadow: inset 0 -1px 0 0 var(--black);
    color: var(--black);
  }

  .footer-links-wrapper {
    width: 100%;
  }

  .links-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

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

  .hamburger-icon {
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .sg-images {
    height: 24vw;
  }

  .decorative {
    font-size: 4em;
  }

  .nav-grid {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-logo-wrapper {
    margin-right: 4em;
  }

  .hero-img-wrapper {
    height: 100%;
  }

  .categories-wrapper.margin-bottom-xxxs {
    margin-bottom: 24px;
  }

  .tile-img-wrapper.blog {
    margin-bottom: 16px;
  }

  .tag {
    font-size: 8px;
  }

  .succsess-message {
    font-size: 32px;
  }

  .social-icon {
    width: 2em;
    height: 2em;
  }

  .hamburger-bar {
    background-color: var(--black);
    width: 100%;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
  }

  .hamburger-bar._1, .hamburger-bar._2 {
    height: 2px;
  }

  .inner-title-wrapper {
    width: 100%;
  }

  .back-wrapper {
    margin-bottom: 32px;
  }

  .case-description-wrapper {
    flex: 1;
    margin-right: 0;
  }

  .blog-main-grid {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .blog-title-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 0;
  }

  .blog-info-wrapper {
    margin-top: 16px;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 12px;
  }

  .blog-content-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .title-1 {
    font-size: 4em;
  }

  .title-3 {
    font-size: 2em;
  }

  .title-4 {
    font-size: 14px;
  }

  .nav-logo {
    margin-bottom: 0;
  }

  .all-button {
    width: 48px;
    height: 48px;
    padding: 14px;
  }

  .footer-nav-brand {
    height: 24px;
    margin-bottom: 32px;
  }

  .footer-grid-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    align-items: start;
    max-width: none;
    margin-bottom: 3em;
  }

  .blog-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }

  .blog-content-wrapper {
    max-width: none;
  }

  .contact-us-header {
    margin-bottom: 32px;
  }

  .contact-us-scroll-wrapper {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .contact-us-container {
    height: 100%;
    padding-left: 40px;
    padding-right: 40px;
    overflow: scroll;
  }

  .contact-us-wrapper {
    z-index: 9999;
    height: 100vh;
    overflow: scroll;
  }

  .service-wrapper {
    margin-top: 4em;
  }

  .procedures-horizontal-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 1.5em;
    padding-right: 1.5em;
    display: grid;
  }

  .procedure-item {
    width: 100%;
  }

  .procedure-headline-wrapper {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .hover-arrow-wrapper {
    display: none;
  }

  .procedure-title {
    font-size: 12px;
  }

  .procedure-description {
    width: auto;
    max-width: none;
    padding-right: 7em;
  }

  .droplist-link-wrapper {
    grid-column-gap: 6em;
    grid-row-gap: 5em;
  }

  .slider-arrow {
    width: 1em;
    height: 1em;
    top: -2em;
  }

  .container-2 {
    padding: 72px 32px;
  }

  .slider-heading {
    max-width: 50%;
    margin-bottom: 32px;
  }

  .hero-image-wrapper {
    margin-top: 3em;
  }

  .slider-mask {
    width: 320px;
  }

  .contact-img-wrapper {
    height: 100%;
  }

  .contact-us-form {
    width: 100%;
  }
}

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

  h3 {
    font-size: 1.8em;
  }

  h4 {
    font-size: 16px;
  }

  .section.is-full-bleed-img-bg {
    background-position: 100%;
    position: static;
  }

  .section.is-sticky-section {
    position: static;
  }

  .container {
    padding: 5em .5em;
  }

  .container.is-nav {
    align-items: flex-start;
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
    display: flex;
  }

  .container.is-droplist {
    padding-top: 1em;
    padding-bottom: 0;
  }

  .grid.landscape-reverse {
    flex-wrap: wrap-reverse;
  }

  .grid-item._20.landscape-100, .grid-item._50.landscape-100 {
    width: 100%;
  }

  .grid-item._33.tablet-100 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .grid-item._33.mobile-100 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-item._25.landscape-100, .grid-item._70.landscape-100, .grid-item._30.landscape-100 {
    width: 100%;
  }

  .spacer._88.landscape-56 {
    height: 56px;
  }

  .spacer._64 {
    height: 48px;
  }

  .spacer._104 {
    height: 20px;
  }

  .spacer._64.landscape-32 {
    height: 32px;
  }

  .spacer._72 {
    height: 24px;
  }

  .spacer._72.landscape-40 {
    height: 40px;
  }

  .spacer._80 {
    height: 24px;
  }

  .spacer._80.landscape-48 {
    height: 48px;
  }

  .spacer._96.landscape-64 {
    height: 64px;
  }

  .spacer._112.landscape-72 {
    height: 72px;
  }

  .spacer._128.landscape-80 {
    height: 80px;
  }

  .spacer._184.landscape-104 {
    height: 104px;
  }

  .sg-block.colors {
    border-radius: 12px;
    padding: 16px;
  }

  .sg-container {
    padding: 48px 16px;
  }

  .link {
    font-size: 14px;
  }

  .nav-brand {
    flex: none;
    padding-left: 0;
  }

  .menu-button {
    flex: none;
  }

  .nav-link-text.is-header {
    font-size: 1.3em;
  }

  .footer-bottom-wrapper {
    margin-top: 32px;
  }

  .hamburger-icon {
    width: 32px;
    height: 32px;
  }

  .utility-page-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rich-text h2 {
    font-size: 28px;
  }

  .rich-text h4 {
    font-size: 18px;
  }

  .rich-text h3 {
    font-size: 20px;
  }

  .rich-text h5 {
    font-size: 16px;
  }

  .rich-text h6 {
    font-size: 14px;
  }

  .decorative {
    font-size: 32px;
  }

  .decorative.large {
    font-size: 3em;
  }

  .nav-grid {
    align-items: flex-start;
  }

  ._404-content {
    height: auto;
    margin-top: 32px;
  }

  .changelog-wrapper {
    padding: 24px;
  }

  .submit-button {
    width: 100%;
  }

  .hero-img-wrapper {
    width: 100%;
    height: auto;
  }

  .hero-img-wrapper.about {
    margin-top: 0;
  }

  .categories-wrapper {
    margin-top: 3em;
  }

  .hamburger-bar._1 {
    margin-bottom: 12px;
  }

  .hamburger-bar._3 {
    margin-top: 12px;
  }

  .nav-link-wrapper.is-dropdown {
    flex-direction: column;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

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

  .max-width.medium {
    max-width: none;
  }

  .blog-main-grid {
    grid-row-gap: 3em;
    grid-template-columns: 1fr 1fr;
  }

  .blog-content-grid {
    grid-template-columns: 1.25fr;
  }

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

  .title-4 {
    font-size: 16px;
  }

  .button {
    flex: none;
  }

  .nav-link-stack {
    grid-row-gap: 2em;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 4em;
  }

  .full-bleed-grid-item.landscape-100 {
    flex: none;
    justify-content: center;
    width: 101vw;
    height: 100vw;
    padding-right: 2vw;
  }

  .full-bleed-img {
    width: 100%;
    position: absolute;
  }

  .full-bleed-content {
    height: auto;
    padding-bottom: 4em;
  }

  .full-bleed-content.is-without-bottom-margin {
    padding-bottom: 2em;
  }

  .full-bleed-case-link {
    flex-direction: column-reverse;
  }

  .rec-procedure-image-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr;
    justify-content: flex-start;
    margin-left: -2em;
    margin-right: -2em;
    padding-left: 2em;
    padding-right: 2em;
    display: flex;
    overflow: auto;
  }

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

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

  .empty-state {
    font-size: 24px;
  }

  .contact-us-header {
    margin-bottom: 20px;
  }

  .contact-us-scroll-wrapper {
    min-height: 0;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .contact-us-container {
    width: 100%;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    overflow: scroll;
  }

  .contact-us-wrapper {
    min-height: auto;
  }

  .contact-us-contact {
    min-height: 400px;
  }

  .contact-us-trigger {
    display: flex;
  }

  .grid-images {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr;
  }

  .nav-wrapper {
    justify-content: space-between;
  }

  .square-imgs-wrapper {
    margin-top: 0;
    margin-bottom: 4em;
  }

  .procedures-horizontal-wrapper {
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
    margin-left: -1.5em;
    margin-right: -1.5em;
    padding-left: 1.5em;
    padding-right: 1.5em;
    display: flex;
    overflow: auto;
  }

  .procedure-item, .procedure-item.rec {
    width: 20em;
  }

  .procedure-link-item {
    flex: none;
    width: 22em;
  }

  .procedure-camera {
    padding-top: 0;
  }

  .procedure-headline-wrapper {
    grid-row-gap: 1em;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .banner-text-wrapper {
    height: 45vh;
    margin-left: 0;
  }

  .team-list {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 0;
    display: grid;
  }

  .team-item {
    border-bottom-style: none;
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .team-img-wrapper {
    width: 100%;
    height: auto;
    position: relative;
    right: 0;
  }

  .team-img-sticky {
    height: auto;
  }

  .team-img {
    transform: none;
  }

  .team-item-info {
    grid-row-gap: .5em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 1em;
    padding-left: 0;
    padding-right: 0;
  }

  .full-bleed-image-banner {
    flex-direction: column;
  }

  .banner-full-bleed-img {
    width: 100%;
    height: 60%;
  }

  .banner-full-bleed-img.small {
    width: 100%;
    height: 40%;
  }

  .nav-menu {
    background-color: var(--white);
    flex-direction: column;
    justify-content: space-between;
    height: 100dvh;
    min-height: 0;
    padding: 2em 2em 4em;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .img-overflow-hidden {
    width: 100%;
  }

  .procedure-wrapper {
    grid-row-gap: 4em;
    grid-template-columns: 1fr;
  }

  .procedure-list-item {
    padding-top: 2em;
    padding-bottom: 2em;
  }

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

  .service-title-wrapper {
    grid-row-gap: 1em;
    flex-direction: column;
    align-items: flex-start;
  }

  .procedure-description {
    padding-right: 0;
  }

  .team-card-wrapper {
    width: 100%;
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .service-list {
    grid-template-columns: 1fr 1fr 1fr;
    margin-left: -2em;
    margin-right: -2em;
    padding-left: 2em;
    padding-right: 2em;
    display: flex;
    overflow: scroll;
  }

  .dropdown-list {
    background-color: #0000;
  }

  .dropdown-list.w--open {
    margin-left: -.7em;
    margin-right: -.7em;
    padding-top: .5em;
    position: relative;
  }

  .dropdown-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .droplist-link-wrapper {
    grid-row-gap: 3em;
    flex-direction: column;
    display: flex;
  }

  .droplist-link-item {
    grid-column-gap: 0em;
    border-top-style: none;
    width: auto;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .droplist-toc-wrapper {
    display: none;
  }

  .slider-arrow {
    top: -1.7em;
  }

  .container-2 {
    padding: 6em .75em;
  }

  .about-bullet-wrapper {
    margin-top: 0;
  }

  .contact-img-wrapper {
    width: 100%;
    height: auto;
  }
}

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

  h2 {
    font-size: 24px;
  }

  .container {
    padding: 5em 0;
  }

  .container.is-nav {
    width: 100%;
  }

  .container.inner-hero {
    padding-top: 4.5rem;
  }

  .container.hero {
    padding-top: 2rem;
  }

  .grid-item._50.mobile-hidden {
    display: none;
  }

  .grid-item._50.mobile-100 {
    width: 100%;
  }

  .footer-links-wrapper {
    flex-flow: column wrap;
  }

  .links-container {
    flex-flow: column wrap;
    width: 100%;
    display: flex;
  }

  .footer-bottom-wrapper {
    opacity: .98;
    justify-content: flex-start;
    margin-top: 24px;
    margin-bottom: 0;
  }

  .decorative.large {
    font-size: 2.5em;
  }

  .decorative.large._3-2em {
    font-size: 2em;
  }

  .categories-wrapper {
    width: 100%;
    margin-top: 20px;
  }

  .categories-wrapper.margin-bottom-xxxs {
    margin-top: 16px;
    margin-bottom: 24px;
  }

  .tile-img-wrapper.blog {
    margin-bottom: 16px;
  }

  .succsess-message {
    font-size: 24px;
  }

  .social-icons-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .social-icon {
    width: 24px;
    height: 24px;
  }

  .flex-horizontal.space-between {
    grid-row-gap: 2em;
    flex-direction: column;
  }

  .flex-horizontal.space-between.align-center {
    align-items: flex-start;
  }

  .case-description-wrapper {
    width: 100%;
  }

  .blog-main-grid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .full-bleed-grid-item.landscape-100 {
    width: 102vw;
    padding-right: 5vw;
  }

  .full-bleed-content {
    align-items: flex-start;
  }

  .title-wrapper.without-divider {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .instagram-grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 12px;
  }

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

  .footer-cell-wrapper {
    width: 100%;
  }

  .blog-grid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .empty-state {
    font-size: 20px;
  }

  .contact-us-header {
    justify-content: space-between;
    align-self: flex-start;
    align-items: flex-start;
  }

  .contact-us-overlay {
    overflow: visible;
  }

  .contact-us-scroll-wrapper {
    min-height: 200px;
  }

  .contact-us-close-link {
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .contact-us-container {
    padding-left: 16px;
    padding-right: 16px;
    overflow: auto;
  }

  .contact-us-wrapper {
    min-height: auto;
  }

  .contact-us-contact {
    padding-right: 0;
  }

  .grid-images {
    grid-row-gap: 16px;
    margin-left: 0;
    margin-right: 0;
  }

  .procedure-grid-img-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-small-image {
    margin-bottom: 3em;
  }

  .hero-height-wrapper {
    padding-top: 3em;
  }

  .square-imgs-wrapper {
    justify-content: center;
  }

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

  .nav-menu {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .procedure-list-item {
    grid-row-gap: 1em;
    flex-direction: column;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .procedure-duration-wrapper {
    white-space: nowrap;
  }

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

  .dropdown-list.w--open {
    margin-left: -.5em;
    margin-right: -.5em;
  }

  .slider-arrow {
    inset: auto auto -64px 0%;
  }

  .slider-arrow.right {
    inset: auto 0% -64px auto;
  }

  .container-2 {
    padding-left: .75em;
    padding-right: .75em;
  }

  .slider-slide {
    margin-left: 8px;
    margin-right: 8px;
  }

  .slider-heading {
    max-width: 100%;
    margin-bottom: 24px;
  }

  .hero-image-wrapper {
    margin-top: 1em;
  }

  .slider {
    margin-top: 2em;
    margin-bottom: 56px;
  }

  .slider-mask {
    width: 90%;
    max-width: 280px;
    margin-left: -8px;
  }

  .margin-top-10 {
    margin-top: 15%;
  }
}

#w-node-ade8cd91-665f-d71b-3a9b-9d1421a44370-b8e98f75 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-f8720455-1678-38b2-ebf3-1f404ca3390e-b8e98f75, #w-node-_06ebad0a-e6a5-cf60-de0f-cd7e88b59183-b8e98f75, #w-node-_297692cf-c75b-6695-abad-355e923b3db7-b8e98f75, #w-node-cf88daa6-25b7-7bf0-a77d-7d649bfb80ff-8e3105a8, #w-node-cf88daa6-25b7-7bf0-a77d-7d649bfb8105-8e3105a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_904a9d43-417d-c9a6-a53c-9c81d03b741e-8e3105a9, #w-node-_904a9d43-417d-c9a6-a53c-9c81d03b741a-8e3105a9 {
  justify-self: end;
}

#w-node-_43ae2e8d-28c5-9a93-7512-a71d040d854d-8e3105a9, #w-node-_80134d31-7e7d-d9e0-cc07-47ec58bc1e70-8e3105ab, #w-node-be123a5a-6df5-16da-5bb7-1464e222353d-8e3105ab, #w-node-_7cabdede-354a-b7bb-a17e-39c6ecd386e2-8e3105ab, #w-node-_6b5d900a-2e54-c8a0-fef5-33ad4072e771-8e3105ab, #w-node-_6b5d900a-2e54-c8a0-fef5-33ad4072e772-8e3105ab, #w-node-_6b5d900a-2e54-c8a0-fef5-33ad4072e774-8e3105ab, #w-node-ef859450-1cea-d7f0-a40a-9d52fbac4b3f-8e3105ab, #w-node-ef859450-1cea-d7f0-a40a-9d52fbac4b40-8e3105ab, #w-node-ef859450-1cea-d7f0-a40a-9d52fbac4b42-8e3105ab, #w-node-_845aed56-024f-8bde-9edb-008f1ad2bdf9-8e3105ab, #w-node-_845aed56-024f-8bde-9edb-008f1ad2bdfa-8e3105ab, #w-node-_845aed56-024f-8bde-9edb-008f1ad2bdfc-8e3105ab, #w-node-_80134d31-7e7d-d9e0-cc07-47ec58bc1e70-8e3105ac, #w-node-be123a5a-6df5-16da-5bb7-1464e222353d-8e3105ac, #w-node-_7cabdede-354a-b7bb-a17e-39c6ecd386e2-8e3105ac, #w-node-_6b5d900a-2e54-c8a0-fef5-33ad4072e771-8e3105ac, #w-node-_6b5d900a-2e54-c8a0-fef5-33ad4072e772-8e3105ac, #w-node-_6b5d900a-2e54-c8a0-fef5-33ad4072e774-8e3105ac, #w-node-ef859450-1cea-d7f0-a40a-9d52fbac4b3f-8e3105ac, #w-node-ef859450-1cea-d7f0-a40a-9d52fbac4b40-8e3105ac, #w-node-ef859450-1cea-d7f0-a40a-9d52fbac4b42-8e3105ac, #w-node-_80134d31-7e7d-d9e0-cc07-47ec58bc1e70-8e3105ad, #w-node-be123a5a-6df5-16da-5bb7-1464e222353d-8e3105ad, #w-node-_7cabdede-354a-b7bb-a17e-39c6ecd386e2-8e3105ad, #w-node-_6b5d900a-2e54-c8a0-fef5-33ad4072e771-8e3105ad, #w-node-_6b5d900a-2e54-c8a0-fef5-33ad4072e772-8e3105ad, #w-node-_6b5d900a-2e54-c8a0-fef5-33ad4072e774-8e3105ad, #w-node-ef859450-1cea-d7f0-a40a-9d52fbac4b3f-8e3105ad, #w-node-ef859450-1cea-d7f0-a40a-9d52fbac4b40-8e3105ad, #w-node-ef859450-1cea-d7f0-a40a-9d52fbac4b42-8e3105ad, #w-node-_80134d31-7e7d-d9e0-cc07-47ec58bc1e70-8e3105ae, #w-node-be123a5a-6df5-16da-5bb7-1464e222353d-8e3105ae, #w-node-_6b5d900a-2e54-c8a0-fef5-33ad4072e771-8e3105ae, #w-node-_6b5d900a-2e54-c8a0-fef5-33ad4072e772-8e3105ae, #w-node-_6b5d900a-2e54-c8a0-fef5-33ad4072e774-8e3105ae, #w-node-ef859450-1cea-d7f0-a40a-9d52fbac4b3f-8e3105ae, #w-node-ef859450-1cea-d7f0-a40a-9d52fbac4b40-8e3105ae, #w-node-ef859450-1cea-d7f0-a40a-9d52fbac4b42-8e3105ae, #w-node-_80134d31-7e7d-d9e0-cc07-47ec58bc1e70-8e3105b0, #w-node-be123a5a-6df5-16da-5bb7-1464e222353d-8e3105b0, #w-node-_7cabdede-354a-b7bb-a17e-39c6ecd386e2-8e3105b0, #w-node-_70cedf94-0ce3-2522-4962-0f072aabff9d-8e3105b0, #w-node-_70cedf94-0ce3-2522-4962-0f072aabff9e-8e3105b0, #w-node-_70cedf94-0ce3-2522-4962-0f072aabffa0-8e3105b0, #w-node-_6b5d900a-2e54-c8a0-fef5-33ad4072e771-8e3105b0, #w-node-_6b5d900a-2e54-c8a0-fef5-33ad4072e772-8e3105b0, #w-node-_6b5d900a-2e54-c8a0-fef5-33ad4072e774-8e3105b0, #w-node-ef859450-1cea-d7f0-a40a-9d52fbac4b3f-8e3105b0, #w-node-ef859450-1cea-d7f0-a40a-9d52fbac4b40-8e3105b0, #w-node-ef859450-1cea-d7f0-a40a-9d52fbac4b42-8e3105b0, #w-node-_845aed56-024f-8bde-9edb-008f1ad2bdf9-8e3105b0, #w-node-_845aed56-024f-8bde-9edb-008f1ad2bdfa-8e3105b0, #w-node-_845aed56-024f-8bde-9edb-008f1ad2bdfc-8e3105b0, #w-node-_80134d31-7e7d-d9e0-cc07-47ec58bc1e70-8e3105b2, #w-node-be123a5a-6df5-16da-5bb7-1464e222353d-8e3105b2, #w-node-_7cabdede-354a-b7bb-a17e-39c6ecd386e2-8e3105b2, #w-node-_6b5d900a-2e54-c8a0-fef5-33ad4072e771-8e3105b2, #w-node-_6b5d900a-2e54-c8a0-fef5-33ad4072e772-8e3105b2, #w-node-_6b5d900a-2e54-c8a0-fef5-33ad4072e774-8e3105b2, #w-node-ef859450-1cea-d7f0-a40a-9d52fbac4b3f-8e3105b2, #w-node-ef859450-1cea-d7f0-a40a-9d52fbac4b40-8e3105b2, #w-node-ef859450-1cea-d7f0-a40a-9d52fbac4b42-8e3105b2, #w-node-_845aed56-024f-8bde-9edb-008f1ad2bdf9-8e3105b2, #w-node-_845aed56-024f-8bde-9edb-008f1ad2bdfa-8e3105b2, #w-node-_845aed56-024f-8bde-9edb-008f1ad2bdfc-8e3105b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70cedf94-0ce3-2522-4962-0f072aabff9d-80fe90fa {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_70cedf94-0ce3-2522-4962-0f072aabff9e-80fe90fa, #w-node-_70cedf94-0ce3-2522-4962-0f072aabffa0-80fe90fa, #w-node-_80134d31-7e7d-d9e0-cc07-47ec58bc1e70-80fe90fa, #w-node-be123a5a-6df5-16da-5bb7-1464e222353d-80fe90fa, #w-node-_7cabdede-354a-b7bb-a17e-39c6ecd386e2-80fe90fa, #w-node-_6b5d900a-2e54-c8a0-fef5-33ad4072e771-80fe90fa, #w-node-_6b5d900a-2e54-c8a0-fef5-33ad4072e772-80fe90fa, #w-node-_6b5d900a-2e54-c8a0-fef5-33ad4072e774-80fe90fa, #w-node-ef859450-1cea-d7f0-a40a-9d52fbac4b3f-80fe90fa, #w-node-ef859450-1cea-d7f0-a40a-9d52fbac4b40-80fe90fa, #w-node-ef859450-1cea-d7f0-a40a-9d52fbac4b42-80fe90fa, #w-node-_845aed56-024f-8bde-9edb-008f1ad2bdf9-80fe90fa, #w-node-_845aed56-024f-8bde-9edb-008f1ad2bdfa-80fe90fa, #w-node-_845aed56-024f-8bde-9edb-008f1ad2bdfc-80fe90fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


