@font-face {
  font-family: Cabinetgrotesk;
  src: url('../fonts/CabinetGrotesk-Extrabold.woff2') format("woff2"), url('../fonts/CabinetGrotesk-Extrabold.eot') format("embedded-opentype"), url('../fonts/CabinetGrotesk-Bold.eot') format("embedded-opentype"), url('../fonts/CabinetGrotesk-Extrabold.woff') format("woff"), url('../fonts/CabinetGrotesk-Bold.ttf') format("truetype"), url('../fonts/CabinetGrotesk-Extrabold.ttf') format("truetype"), url('../fonts/CabinetGrotesk-Bold.ttf') format("truetype"), url('../fonts/CabinetGrotesk-Extrabold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cabinetgrotesk;
  src: url('../fonts/CabinetGrotesk-Extralight.eot') format("embedded-opentype"), url('../fonts/CabinetGrotesk-Extralight.woff') format("woff"), url('../fonts/CabinetGrotesk-Extralight.ttf') format("truetype"), url('../fonts/CabinetGrotesk-Extralight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cabinetgrotesk;
  src: url('../fonts/CabinetGrotesk-Black.eot') format("embedded-opentype"), url('../fonts/CabinetGrotesk-Black.woff') format("woff"), url('../fonts/CabinetGrotesk-Black.ttf') format("truetype"), url('../fonts/CabinetGrotesk-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cabinetgrotesk;
  src: url('../fonts/CabinetGrotesk-Light.eot') format("embedded-opentype"), url('../fonts/CabinetGrotesk-Light.woff') format("woff"), url('../fonts/CabinetGrotesk-Light.ttf') format("truetype"), url('../fonts/CabinetGrotesk-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cabinetgrotesk;
  src: url('../fonts/CabinetGrotesk-Thin.eot') format("embedded-opentype"), url('../fonts/CabinetGrotesk-Thin.woff') format("woff"), url('../fonts/CabinetGrotesk-Thin.ttf') format("truetype"), url('../fonts/CabinetGrotesk-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cabinetgrotesk variable;
  src: url('../fonts/CabinetGrotesk-Variable.eot') format("embedded-opentype"), url('../fonts/CabinetGrotesk-Variable.ttf') format("truetype"), url('../fonts/CabinetGrotesk-Variable.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Cabinetgrotesk;
  src: url('../fonts/CabinetGrotesk-Regular.woff') format("woff"), url('../fonts/CabinetGrotesk-Regular.ttf') format("truetype"), url('../fonts/CabinetGrotesk-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-slate-grey: #1a5b5c;
  --text-grey: #dee89b;
  --ivory: #f9f7e8;
  --night-color: #124440;
  --white-smoke: #f4f4f4;
  --licht-groen: var(--text-grey);
  --groen: var(--night-color);
  --groen-donker: var(--night-color);
}

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

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

body {
  color: var(--dark-slate-grey);
  background-color: #f4f4f4;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6.75em;
  font-weight: 500;
  line-height: .9;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.375em;
  line-height: 1.1em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25em;
  line-height: 1.2em;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75em;
  line-height: 1.2em;
}

h5 {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 3em;
  margin-bottom: 1.1em;
  font-size: 1.2em;
  line-height: 1.2em;
}

h6 {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2em;
}

p {
  margin-bottom: 10px;
  line-height: 1.3;
}

a {
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

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

figure {
  margin-bottom: 10px;
}

.copy-large {
  font-size: 1.45em;
  font-weight: 500;
  line-height: 1.3;
}

.button {
  background-color: var(--dark-slate-grey);
  color: var(--text-grey);
  text-align: center;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 1.7em 4em;
  font-size: .8em;
  font-weight: 700;
  line-height: 1.1em;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.button:active {
  transform: scale(.96);
}

.button.is-bright {
  background-color: var(--ivory);
  color: var(--dark-slate-grey);
}

.p-sm-end {
  padding-bottom: 3em;
}

.p-md-end {
  padding-bottom: 5.5em;
}

.p-xxs-start {
  padding-top: 1.1em;
}

.container-w2 {
  width: 100%;
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
}

.container-w2.gutter-outside {
  padding-top: 10vh;
}

.title1 {
  color: var(--dark-slate-grey);
  text-transform: uppercase;
  font-family: co-headline, sans-serif;
  font-size: 6.75em;
  font-weight: 500;
  line-height: .9;
}

.container-w3 {
  width: 100%;
  max-width: 62em;
  margin-left: auto;
  margin-right: auto;
}

.container-w3.gutter-outside {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  max-width: 65em;
  margin-left: auto;
  padding-left: 4em;
  padding-right: 4em;
  display: block;
}

.container-w3.gutter-outside.groter {
  margin-left: 20em;
}

.container-w3.left-align {
  margin-left: 0;
}

.container-w3.left-align.gutter-outside {
  max-width: 65em;
  margin-right: 0;
  padding-left: 14em;
  padding-right: 4em;
}

.title2 {
  font-family: co-headline, sans-serif;
  font-size: 3.375em;
  font-weight: 500;
  line-height: 1.1em;
}

.title2.rechts {
  text-align: right;
  font-weight: 400;
}

.title2.links {
  text-align: left;
  font-weight: 400;
}

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

.gutter-outside {
  padding-left: 4em;
  padding-right: 4em;
}

.title4 {
  font-size: 1.75em;
  font-weight: 500;
  line-height: 1.2em;
}

.copy-medium {
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.3;
}

.p-xxs-end {
  padding-bottom: 1.1em;
}

.p-xl-end {
  padding-bottom: 8.5em;
}

.p-xs-end {
  padding-bottom: 1.6em;
}

.p-sm-start {
  padding-top: 3em;
}

.p-xl-start {
  padding-top: 8.5em;
}

.p-xl-start.p-xl-end {
  padding-top: 0;
}

.title3 {
  background-color: #f4f4f400;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.2em;
}

.title3.rechts {
  text-align: right;
  margin-top: 5vh;
}

.title3.links {
  text-align: left;
  font-size: 2em;
}

.title3.links.rechts {
  text-align: right;
}

.title3.wit {
  background-color: #f4f4f4b5;
}

.title5 {
  color: var(--dark-slate-grey);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2vh;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2em;
}

.container-w1 {
  width: 100%;
  max-width: 95em;
  margin-left: auto;
  margin-right: auto;
}

.container-w1.hero-width {
  max-width: 160em;
}

.section-tutorial {
  padding-top: 8.3em;
  padding-bottom: 8.3em;
}

.text-center {
  text-align: center;
  padding-top: 0;
}

.full-width {
  width: 100%;
}

.section-start {
  overflow: hidden;
}

.intro-image {
  object-fit: cover;
  object-position: 50% 60%;
  width: 100%;
  height: 100%;
}

.intro-content-wrapper {
  background-color: #f4f6fd;
  position: relative;
}

.intro-image-gradient-top {
  background-image: linear-gradient(#f4f6fd, #d1d8e700);
  height: 50%;
  position: absolute;
  inset: 0% 0% auto;
}

.intro-text-wrapper {
  z-index: 1;
  position: absolute;
  inset: 15% 0% auto;
}

.overview-1-wrapper {
  z-index: 1;
  grid-column-gap: 8em;
  align-items: center;
  width: 75%;
  height: 50vh;
  margin-top: -14.6em;
  margin-left: auto;
  padding-right: 3em;
  display: flex;
  position: relative;
}

.overview-2-wrapper {
  z-index: 1;
  grid-column-gap: 8em;
  align-items: flex-end;
  width: 72%;
  margin-left: 7%;
  display: flex;
  position: relative;
}

.sauna-grid-wrapper {
  z-index: 1;
  grid-column-gap: 10em;
  grid-row-gap: 10em;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.sauna-grid-item-right {
  flex: 1;
}

.sauna-grid-right-inner {
  grid-column-gap: 10em;
  grid-row-gap: 10em;
  flex-direction: column;
  padding-top: 10em;
  display: flex;
}

.image-caption-wrapper {
  width: 50%;
  margin-top: 1em;
}

.image-caption-wrapper.is-right {
  flex: 1;
  width: auto;
  max-width: 22em;
  margin-top: 0;
  margin-left: 3em;
}

.sauna-big-image-wrapper {
  flex: none;
  width: 75%;
}

.sauna-big-image-inner {
  flex-wrap: wrap;
  margin-top: 10em;
  display: flex;
}

.section-interior {
  overflow: hidden;
}

.interior-intro-text {
  z-index: 0;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
}

.interior-grid-wrapper {
  grid-column-gap: 10em;
  grid-row-gap: 10em;
  align-items: flex-start;
  display: flex;
}

.interior-grid-item-left {
  grid-column-gap: 8em;
  grid-row-gap: 8em;
  flex-direction: column;
  align-items: center;
  width: 50%;
  display: flex;
}

.interior-grid-item-right {
  grid-column-gap: 8em;
  grid-row-gap: 8em;
  flex-flow: column wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 8em;
  display: flex;
}

.interior-grid-left-last-image {
  width: 65%;
}

.interior-grid-right-first-image {
  width: 50%;
}

.interior-grid-right-second-image {
  align-self: flex-end;
  width: 70%;
}

.section-night {
  overflow: hidden;
}

.night-image-gradient {
  background-image: linear-gradient(180deg, var(--night-color) 8%, #212a3100);
  height: 20%;
  position: absolute;
  inset: 0% 0% auto;
}

.night-content-wrapper {
  background-color: var(--night-color);
  color: var(--ivory);
  position: relative;
}

.end-text-sticky {
  z-index: 1;
  margin-bottom: 9em;
  position: relative;
  inset: 7em 0% auto;
}

.body {
  background-color: var(--white-smoke);
  overflow: visible;
}

.overview-2-item-small {
  flex: 1;
}

.overview-2-item-big {
  width: 50%;
  padding-bottom: 14em;
}

.intro-content-image-wrapper {
  background-color: #f4f4f4;
  height: 100vh;
  min-height: 63em;
  max-height: 83em;
  position: relative;
}

.page-content {
  overflow: hidden;
}

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

.line-drawing {
  z-index: 0;
  color: var(--dark-slate-grey);
  width: 100%;
  max-width: 70em;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 5em 0% 0%;
}

.overview-intro-text {
  width: 60em;
  position: relative;
  overflow: hidden;
}

.text-background-blur {
  z-index: 0;
  background-color: var(--white-smoke);
  filter: blur(3.7em);
  position: absolute;
  inset: 0%;
}

.overview-intro-text-wrapper {
  padding-top: 0;
  position: relative;
}

.overview-intro-text-wrapper.korter {
  padding-top: 0;
}

.overview-intro-text-wrapper.afstand {
  padding-top: 23vh;
}

.position-relative {
  position: relative;
}

.night-pre-content-wrapper {
  justify-content: center;
  align-items: center;
  min-height: auto;
  display: flex;
}

.night-image-wrapper {
  background-color: var(--night-color);
  color: var(--ivory);
  height: 0%;
  padding-bottom: 20%;
  position: relative;
}

.night-image {
  opacity: .56;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.intro-image-gradient-bottom {
  z-index: 1;
  background-image: linear-gradient(to top, #02161b99, #d1d8e700);
  height: 45%;
  position: absolute;
  inset: auto 0% 0%;
}

.overview-1-item-small {
  width: 30%;
}

.overview-1-item-big {
  flex: 1;
}

.line-drawing-wrapper {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 100%;
  position: relative;
}

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

.sauna-grid-item-big {
  width: 45%;
}

.aspec-ratio-landscape {
  aspect-ratio: 3 / 2;
  width: 100%;
  position: relative;
}

.section-has-line {
  margin-top: -20vh;
  position: relative;
}

.nav {
  z-index: 2;
  border-bottom: 0 solid #d3d3d3;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  inset: 0% 0% auto;
}

.header-left {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  align-items: center;
  display: flex;
}

.header-inner {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.header-button {
  color: #edebd1;
  letter-spacing: .08em;
  text-transform: uppercase;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 999em;
  padding: 1em 1.6em;
  font-size: .65em;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .35s cubic-bezier(.165, .84, .44, 1);
  display: inline-block;
}

.header-button:hover {
  padding-left: 3.5em;
  padding-right: 3.5em;
}

.header-button.secondary {
  color: #000;
  background-color: #0000;
  border-width: 1px;
}

.infotext {
  color: #707070;
  font-size: .9em;
}

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

.section {
  background-image: url('../images/pexels-sean-whang-25006-804269.jpg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 11%;
}

.div-block {
  opacity: .33;
  background-color: #0000;
  background-image: url('../images/Logo-2-cirkel-copy-2.png');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: 100% 100%;
  width: 100vw;
  height: 100vh;
}

.title-2.links {
  text-align: left;
  font-family: co-headline, sans-serif;
}

.title-2.rechts {
  text-align: right;
  font-family: co-headline, sans-serif;
  font-weight: 400;
}

.div-block-2 {
  background-image: url('../images/Artboard-77.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15vw;
  height: 15vh;
  margin-left: 2vw;
}

.text-block {
  color: var(--night-color);
  flex: 1;
  order: 1;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-end;
  min-height: 5vh;
  padding-bottom: 2vh;
  display: flex;
}

.quick-stack {
  background-color: #dee89b;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navigation {
  background-color: #1a5b5c;
  align-items: center;
  padding: 1.875rem 3.12rem 30px 3.125rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

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

.navigation-wrap {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.navigation-item {
  opacity: .6;
  color: #dee89b;
  letter-spacing: 1px;
  text-transform: capitalize;
  padding-top: .5625rem;
  padding-bottom: .5625rem;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #fff;
  text-transform: capitalize;
  padding-top: .5625rem;
  padding-bottom: .5625rem;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.div-block-3 {
  aspect-ratio: auto;
  background-image: url('../images/Logo-cirkel.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 20vh;
}

.text-block-2 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.quick-stack-2 {
  padding-top: 21vh;
  padding-left: 5vw;
}

.quick-stack-2.korter {
  padding-top: 10vh;
  padding-bottom: 15vh;
}

.div-block-4 {
  aspect-ratio: 16 / 9;
  object-fit: fill;
  background-image: url('../images/eigen-beeld-post-its.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40vw;
  height: 60vh;
}

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

.container {
  width: 100%;
  max-width: 100vw;
  margin-left: 0;
  margin-right: 0;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

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

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

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

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

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

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

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

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

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

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

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

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

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.address-text {
  color: #175e5e;
  margin-left: 20px;
  font-size: 15px;
}

.address-text:hover {
  color: #3daeb5;
}

.text-block-8 {
  color: #3daeb5;
  font-size: 20px;
}

.text-block-8:hover {
  color: #fff;
}

.footer-one {
  margin-right: 10px;
  padding-right: 0;
}

.phone-text {
  color: #175e5e;
  margin-left: 20px;
  font-size: 15px;
}

.phone-text:hover {
  color: #3daeb5;
}

.address-block {
  align-items: flex-start;
  display: flex;
}

.copyright-section {
  justify-content: space-between;
  margin-bottom: 50px;
  display: flex;
}

.footer-section {
  background-color: #122637;
  width: 100%;
  height: auto;
  position: relative;
  inset: auto 0% 0%;
  overflow: auto;
}

.border-block {
  color: var(--white-smoke);
  border: 1px solid #175e5ea1;
  margin-top: 50px;
  margin-bottom: 50px;
}

.phone-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.text-block-7 {
  color: #3daeb5;
  font-size: 22px;
  font-weight: 400;
}

.text-block-7:hover {
  color: #fff;
}

.text-block-5 {
  color: #3daeb5;
  background-color: #0000;
  font-size: 22px;
}

.text-block-5:hover {
  color: #fff;
  background-color: #0000;
}

.footer-second {
  margin-top: 70px;
}

.email-text {
  color: #175e5e;
  margin-bottom: 20px;
  margin-left: 20px;
  font-size: 15px;
  text-decoration: none;
}

.email-text:hover {
  color: #3daeb5;
  text-decoration: underline;
}

.email-block {
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.dot-block {
  background-color: #175e5e;
  border-radius: 100%;
  width: 5px;
  height: 5px;
  margin-right: 20px;
  position: relative;
}

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

.text-block-6 {
  color: #3daeb5;
  font-size: 22px;
}

.text-block-6:hover {
  color: #fff;
  background-color: #0000;
}

.csr-links {
  color: #175e5e;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.csr-links:hover {
  color: #fff;
}

.facebook-icon {
  color: #3daeb5;
  font-size: 20px;
}

.facebook-icon:hover {
  color: #fff;
}

.container-2 {
  object-fit: fill;
  background-color: #dee89b;
  max-width: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
  position: relative;
}

.social-icon {
  color: #3daeb5;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.social-block {
  justify-content: space-between;
  display: flex;
}

.image {
  mix-blend-mode: exclusion;
  object-fit: cover;
}

.footer-desc {
  color: #175e5e;
  padding-top: 1vh;
  font-size: 15px;
  line-height: 21px;
}

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

.footer-head {
  color: #175e5e;
  font-family: co-headline, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.ft-link-blocks {
  flex-direction: column;
  display: flex;
}

.csl-text {
  color: #175e5e;
  font-size: 16px;
}

.flb-link {
  color: #aeaeae;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.flb-link:hover {
  color: #3daeb5;
}

.div-block-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/Artboard-77.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: end flex-end;
  place-items: stretch stretch;
  display: grid;
}

.image-2, .image-3 {
  mix-blend-mode: exclusion;
}

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/Artboard-77.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: flex-end stretch;
  height: 10vh;
  display: block;
}

.div-block-7 {
  opacity: .59;
  background-image: url('../images/Logo-cirkel-copy-5.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 10vh;
}

.div-block-7.rechts {
  text-align: right;
  background-image: url('../images/Logo-3-cirkel-copy-2.png');
  background-position: 100% 0;
}

.div-block-7.twee {
  opacity: .66;
  background-image: url('../images/Logo-cirkel-copy-6.png');
}

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

.div-block-8 {
  aspect-ratio: auto;
  object-fit: contain;
  background-image: url('../images/Layla_Impact-Innovation.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30vw;
  height: 40vh;
}

.div-block-8.patricia {
  background-image: url('../images/Patricia.JPG');
  background-size: cover;
}

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

.quick-stack-3 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  margin-left: 0;
  padding: 4em;
}

.quick-stack-4 {
  padding: 4em;
}

.quick-stack-5 {
  padding: 0;
}

.footer-divider {
  color: #1f3b34;
  background-color: #175e5ea1;
  width: 100%;
  height: 5px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.address-block-2 {
  align-items: flex-start;
  display: flex;
}

.footer-one-2 {
  align-self: flex-start;
  margin-right: 10px;
  padding-right: 0;
}

.image-4 {
  z-index: 300;
  max-width: 40%;
  position: relative;
}

.image-4.klein {
  flex: 0 auto;
  order: 0;
  align-self: flex-end;
}

.footer-dark {
  z-index: 700;
  background-color: #dee89b;
  border-bottom: 1px solid #e4ebf3;
  padding: 5vh 2vw 1vh;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.email-block-2 {
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.image-5 {
  mix-blend-mode: exclusion;
  object-fit: cover;
  max-width: 70%;
}

.image-6 {
  mix-blend-mode: exclusion;
}

.csr-wrap-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.phone-block-2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.phone-block-2.afstand {
  margin-top: 20px;
  margin-bottom: 20px;
}

.c-nav {
  z-index: 2000;
  background-color: #165d59;
  justify-content: space-between;
  align-items: center;
  padding-left: 3.8em;
  padding-right: 3.8em;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.c-nav_menu {
  justify-content: space-between;
  align-items: center;
  width: 50em;
  display: flex;
}

.c-nav_link {
  color: #fff;
  cursor: pointer;
  align-items: center;
  padding: 1.8em 1em;
  display: flex;
  position: relative;
}

.c-nav_link.is--dropdown {
  align-self: center;
}

.c-nav_menu-links {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.c-nav_menu-scroll {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.c-nav_hamburger {
  display: none;
}

.c-nav_link-text {
  letter-spacing: .1em;
  text-transform: capitalize;
  font-family: co-headline, sans-serif;
  font-size: .8em;
  font-weight: 700;
  line-height: .9;
}

.title2-2 {
  text-align: right;
  font-family: co-headline, sans-serif;
  font-size: 3.375em;
  font-weight: 500;
  line-height: 1.1em;
}

.title2-2.rechts {
  text-align: left;
}

.text-background-blur-2 {
  z-index: 0;
  opacity: .86;
  filter: blur(3.7em);
  background-color: #f4f4f4;
  position: absolute;
  inset: 0%;
}

.overview-intro-text-2 {
  position: relative;
}

.div-block-9 {
  opacity: .59;
  background-image: url('../images/Logo-3-cirkel-copy-2.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 10vh;
}

.title3-2 {
  text-align: right;
  font-size: 2.25em;
  font-weight: 400;
  line-height: 1.2em;
}

.title3-2.rechts {
  text-align: left;
  font-size: 2em;
}

.c-nav-2 {
  z-index: 2000;
  background-color: #165d59;
  justify-content: space-between;
  align-items: center;
  padding-left: 3.8em;
  padding-right: 3.8em;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.quick-stack-6 {
  padding: 0;
}

.address-block-3 {
  align-items: flex-start;
  display: flex;
}

.footer-one-3 {
  align-self: flex-start;
  margin-right: 10px;
  padding-right: 0;
}

.image-7 {
  z-index: 300;
  max-width: 40%;
  position: relative;
}

.image-7.klein {
  flex: 0 auto;
  order: 0;
  align-self: flex-end;
}

.image-8 {
  mix-blend-mode: exclusion;
}

.container-4 {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.image-9 {
  mix-blend-mode: exclusion;
}

.c-svg {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
  position: relative;
}

.c-nav_dropdown-list {
  background-color: #27262e;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 13em;
  display: none;
  position: relative;
}

.is--hidden-empty {
  background-color: #0000;
  width: 0;
  height: 0;
  padding: 0;
}

.c-nav_dropdown-item {
  width: 100%;
}

.c-nav_link-text-2 {
  letter-spacing: .2em;
  -webkit-text-stroke-color: #fff0;
  text-transform: capitalize;
  font-family: co-headline, sans-serif;
  font-size: .8em;
  font-weight: 700;
  line-height: 1;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-decoration-thickness: 0;
}

.c-nav_link-text-2:hover {
  -webkit-text-stroke-width: 0px;
}

.c-nav_menu-2 {
  justify-content: space-between;
  align-items: center;
  width: 50em;
  display: flex;
}

.c-nav_button {
  color: #0f0e17;
  text-align: center;
  background-color: #fff;
  border-radius: .6em;
  padding: .8em 2.2em;
  font-size: 1.1vw;
}

.c-nav_icon {
  justify-content: center;
  align-items: center;
  width: .7em;
  height: .3em;
  margin-left: .3em;
  display: flex;
}

.c-nav_dropdown {
  height: 0;
  min-height: 0;
  max-height: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.c-nav-3 {
  z-index: 2000;
  background-color: #1a5b5c;
  justify-content: space-between;
  align-items: center;
  padding-left: 3.8em;
  padding-right: 3.8em;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.quick-stack-7 {
  padding-left: 12em;
  padding-right: 12em;
}

.div-block-10 {
  background-image: url('../images/Patricia.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

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

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

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

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

.shadow-two {
  aspect-ratio: auto;
  object-fit: contain;
  box-shadow: 0 4px 24px #96a3b514;
}

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

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

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

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

.hero-heading-left {
  background-color: #f5f7fa00;
  border-bottom: 1px solid #e4ebf3;
  border-radius: 0;
  padding: 80px 30px;
  position: relative;
}

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

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

.wg-element-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.wg-element-wrapper.sw2 {
  justify-content: flex-end;
  align-items: center;
}

.wg-code {
  display: none;
}

.toggle {
  background-color: #fff;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  position: absolute;
}

.toggle.t-large {
  background-color: #1a5b5c;
  width: 1.5rem;
  height: 1.5rem;
}

.wg-element {
  background-color: #fbf9fd00;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 5vh;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.wg-element:hover {
  background-color: #fbf9fd;
}

.wg-toggle-1-switch {
  color: #240c2e;
  text-align: center;
  background-color: #240c2e1a;
  border-radius: 10rem;
  align-items: center;
  min-width: 3rem;
  height: 1.5rem;
  padding: .25rem;
  font-size: .875rem;
  line-height: 1em;
  transition: box-shadow .1s;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 0 10rem #240c2e00;
}

.wg-toggle-1-switch.ts-large {
  color: #dee89b;
  background-color: #dee89b;
  align-items: center;
  width: 4rem;
  height: 2rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

.wg-toggle-1-label {
  z-index: 1;
  color: #4049ff4d;
  cursor: pointer;
  margin-bottom: 0;
  padding-left: 0;
  font-weight: 700;
  position: relative;
  transform: translate(.000001%);
}

.wg-toggle-1-label.lang1 {
  color: #4049ff;
  -webkit-text-stroke-color: #dee89b;
  margin-right: -48px;
  padding-right: 48px;
}

.wg-toggle-1-label.lang2 {
  color: #dee89b;
  margin-left: -48px;
  padding-left: 48px;
}

.text-block-9 {
  color: #fff;
}

.text-block-10 {
  color: var(--ivory);
}

.wg-flag-ico {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.wg-flag-ico:hover {
  background-color: #fff0;
}

.wg-flag {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 16px;
  margin-right: 10px;
  display: flex;
}

.wg-element-2 {
  background-color: #fbf9fd00;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 5vh;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.wg-element-2:hover {
  background-color: #fbf9fd00;
}

.wg-selector-highlight {
  background-color: #4049ff;
  width: 100%;
  height: 100%;
}

.wg-selector-highlight.h4 {
  transform: translate(-100%);
}

.wg-selector-highlight.h3 {
  background-color: #dee89b;
}

.wg-selector-1 {
  color: #000;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
  position: relative;
}

.wg-selector-1:hover {
  color: #4049ff;
}

.wg-selector-1.w--current {
  cursor: default;
}

.wg-selector-1.s1 {
  opacity: 1;
}

.wg-selector-1.s2.w--current, .wg-selector-1.s1 {
  opacity: 1;
}

.wg-selector-1.s1.transp {
  opacity: .46;
}

.wg-selector-1.s2 {
  opacity: .45;
}

.wg-selector-1.s2._100 {
  opacity: 100;
}

.wg-selector-highlight-wrapper {
  width: 100%;
  height: 2px;
  margin-top: .25rem;
  overflow: hidden;
}

.wg-selector-text-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-11, .text-block-12 {
  opacity: 1;
  color: #fff;
}

.text-block-12.transparant {
  color: #ffffff4a;
}

.image-10 {
  opacity: .34;
}

.wg-flag-ico-2 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.wg-element-3 {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.wg-element-3:hover {
  background-color: #fff0;
}

.text-block-13, .text-block-14, .text-block-15, .text-block-16 {
  color: #fff;
}

@media screen and (max-width: 991px) {
  body {
    font-size: .87rem;
  }

  .title1 {
    font-size: 4.4em;
  }

  .container-w3.gutter-outside.groter {
    margin-left: 0;
    padding-left: 2.3em;
  }

  .container-w3.left-align.gutter-outside {
    padding-left: 4em;
  }

  .gutter-outside {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .p-xl-start.p-xl-end {
    padding-top: 0;
  }

  .title5 {
    padding-top: 3vh;
  }

  .container-w1.gutter-outside {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .section-tutorial {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .text-center {
    margin-left: 4vw;
    margin-right: 4vw;
  }

  .section-start {
    height: auto;
  }

  .intro-image {
    width: 160%;
    max-width: none;
    margin-top: 0;
  }

  .intro-content-wrapper {
    overflow: hidden;
  }

  .overview-1-wrapper {
    grid-column-gap: 6vw;
    width: 100%;
    margin-top: -30vw;
    padding-right: 0;
  }

  .overview-2-wrapper {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    align-items: center;
    width: 100%;
    margin-left: 0%;
  }

  .sauna-grid-wrapper {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    flex-direction: column;
  }

  .sauna-grid-item-right {
    width: 100%;
  }

  .sauna-grid-right-inner {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    flex-direction: row;
    width: 100%;
    padding-top: 0;
  }

  .image-caption-wrapper {
    width: 80%;
  }

  .image-caption-wrapper.is-right {
    max-width: 29em;
    margin-top: 1em;
    margin-left: 0;
  }

  .sauna-big-image-wrapper {
    width: 80%;
  }

  .sauna-big-image-inner {
    flex-direction: column;
    margin-top: 5em;
  }

  .interior-grid-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .interior-grid-item-left {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    width: 100%;
  }

  .interior-grid-item-right {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    width: 100%;
    padding-top: 0;
  }

  .interior-grid-left-last-image, .interior-grid-right-first-image, .interior-grid-right-second-image {
    width: 100%;
  }

  .overview-2-item-small {
    order: 1;
  }

  .overview-2-item-big {
    padding-bottom: 0;
  }

  .intro-content-image-wrapper {
    min-height: 58em;
  }

  .line-drawing {
    padding-left: 15vw;
    padding-right: 15vw;
    top: 0;
  }

  .overview-intro-text {
    width: 70vw;
  }

  .overview-intro-text-wrapper {
    padding-top: 0;
  }

  .night-image-wrapper {
    overflow: hidden;
  }

  .night-image {
    width: 140%;
    max-width: none;
  }

  .sauna-grid-item-big {
    width: 100%;
  }

  .header-inner {
    padding-top: 2em;
  }

  .header-button:hover {
    padding-left: 1.6em;
    padding-right: 1.6em;
  }

  .header-button:active {
    transform: scale(.94);
  }

  .navigation {
    padding: 17px;
  }

  .navigation-items {
    background-color: #1a5b5c;
  }

  .navigation-wrap {
    margin-right: 0;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

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

  .menu-icon {
    display: block;
  }

  .container {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

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

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

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

  .quick-stack-5 {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .image-4 {
    max-width: 50%;
  }

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

  .c-nav {
    padding: 1em 2.1em;
  }

  .c-nav_menu {
    z-index: 1;
    background-color: #0f0e17;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    height: 0;
    display: none;
    position: absolute;
    inset: 0% 0% auto;
    overflow: hidden;
  }

  .c-nav_link {
    border-bottom: .1em solid #191821;
    width: 100%;
    padding-top: .9em;
    padding-bottom: .9em;
    font-size: 20px;
  }

  .c-nav_link.is--dropdown {
    border-bottom-width: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
  }

  .c-nav_menu-links {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: block;
  }

  .c-nav_hamburger_icon {
    width: 2em;
  }

  .c-nav_menu-scroll {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    padding: 5.9em 3.8em 8.2em;
    overflow: scroll;
  }

  .c-nav_link-wrap {
    border-bottom: .1em solid #191821;
    justify-content: space-between;
    width: 100%;
    min-height: 3em;
    padding: .9em 1.1em;
  }

  .c-nav_hamburger {
    z-index: 2;
    display: block;
    position: relative;
  }

  .c-nav_link-text {
    line-height: 1.5;
  }

  .c-nav-2 {
    padding: 1em 2.1em;
  }

  .image-7 {
    max-width: 50%;
  }

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

  .c-nav_dropdown-list {
    width: 100%;
    height: auto;
    display: block;
    top: 0;
  }

  .c-nav_link-text-2 {
    line-height: 1.5;
  }

  .c-logo_wrap {
    z-index: 3;
    position: relative;
  }

  .c-nav_menu-2 {
    z-index: 1;
    background-color: #0f0e17;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    height: 0;
    display: none;
    position: absolute;
    inset: 0% 0% auto;
    overflow: hidden;
  }

  .c-nav_button {
    width: 100%;
    margin-top: 2.2em;
    font-size: 18px;
  }

  .c-nav_dropdown {
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .c-nav-3 {
    padding: 1em 2.1em;
  }

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

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

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

  .wg-element, .wg-element-2, .wg-element-3 {
    width: 50%;
  }
}

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

  h1 {
    font-size: 3.2em;
  }

  h2 {
    font-size: 2.7em;
  }

  h3 {
    font-size: 2em;
  }

  h4 {
    font-size: 1.5em;
  }

  h5 {
    font-size: 1.1em;
  }

  h6 {
    font-size: .9em;
  }

  .copy-large {
    font-size: 1.3em;
  }

  .p-sm-end {
    padding-bottom: 2.3em;
  }

  .p-md-end {
    padding-bottom: 4em;
  }

  .title1 {
    color: var(--dark-slate-grey);
    font-size: 3.2em;
  }

  .container-w3.gutter-outside.groter {
    margin-right: 0;
  }

  .title2 {
    font-size: 2.7em;
  }

  .title4 {
    font-size: 1.5em;
  }

  .copy-medium {
    font-size: 1.3em;
    line-height: 1.4em;
  }

  .p-xl-end {
    padding-bottom: 6em;
  }

  .p-xs-end {
    padding-bottom: 1.6em;
  }

  .p-sm-start {
    padding-top: 2.3em;
  }

  .p-xl-start {
    padding-top: 6em;
  }

  .title3 {
    font-size: 2em;
  }

  .title5 {
    color: var(--dark-slate-grey);
    padding-top: 3vh;
    font-size: 1.1em;
    line-height: 1.1em;
  }

  .intro-text-wrapper {
    top: 22%;
  }

  .overview-1-wrapper {
    height: 30vh;
  }

  .sauna-grid-right-inner {
    flex-direction: column;
  }

  .sauna-big-image-wrapper {
    width: 100%;
  }

  .intro-content-image-wrapper {
    height: 100vh;
    min-height: auto;
    max-height: none;
  }

  .header-left {
    flex-wrap: wrap;
    justify-content: center;
  }

  .header-inner {
    justify-content: center;
  }

  .header-right {
    margin-top: 1em;
  }

  .navigation {
    padding: 20px 30px;
  }

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

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

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

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

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

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

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

  .copyright-section {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }

  .footer-section {
    position: relative;
  }

  .cs-right {
    margin-top: 10px;
  }

  .quick-stack-4 {
    padding-left: 2em;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .image-4 {
    max-width: 70%;
  }

  .footer-dark {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .cs-right-2 {
    margin-top: 4vh;
  }

  .c-nav_menu-scroll {
    padding-left: 2em;
    padding-right: 2em;
  }

  .title2-2 {
    font-size: 2.7em;
  }

  .title3-2 {
    font-size: 2em;
  }

  .image-7 {
    max-width: 70%;
  }

  .quick-stack-7 {
    padding-left: 6em;
    padding-right: 6em;
  }

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

  .wg-element {
    width: 100%;
  }

  .wg-toggle-1-switch.ts-large {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .wg-element-2, .wg-element-3 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  p {
    margin-bottom: 0;
  }

  a {
    color: #175e5e;
  }

  .container-w2.gutter-outside {
    margin-left: 0;
    margin-right: 0;
    padding-left: 4em;
    padding-right: 4em;
  }

  .title1 {
    font-size: 3em;
  }

  .container-w3.gutter-outside {
    margin-left: 0;
    margin-right: 0;
  }

  .container-w3.gutter-outside.groter {
    margin-right: 0;
  }

  .container-w3.left-align.gutter-outside {
    padding-left: 4em;
  }

  .title3.links {
    word-break: normal;
  }

  .section-start {
    overflow: visible;
  }

  .intro-content-wrapper {
    width: 100vw;
    height: 100vh;
    padding-top: 3.5em;
  }

  .overview-1-wrapper {
    height: 15vh;
    margin-top: 9vw;
  }

  .overview-2-wrapper {
    flex-wrap: wrap;
  }

  .image-caption-wrapper, .overview-2-item-small {
    width: 100%;
  }

  .intro-content-image-wrapper {
    height: 47em;
    position: relative;
  }

  .page-content {
    overflow: visible;
  }

  .section-has-line {
    margin-top: 0;
  }

  .header-left {
    font-size: .8em;
  }

  .div-block-2 {
    width: 30vw;
    height: 15vh;
  }

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

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .container {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

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

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

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

  .footer-one, .footer-two {
    text-align: center;
  }

  .address-block {
    justify-content: center;
    align-items: flex-start;
  }

  .copyright-section {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .cs-right {
    margin-top: 10px;
  }

  .phone-block {
    justify-content: center;
  }

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

  .footer-four {
    text-align: center;
    height: 0;
  }

  .email-block {
    justify-content: center;
    align-items: flex-start;
  }

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

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

  .social-icon {
    margin-right: 20px;
  }

  .social-block {
    display: block;
  }

  .ft-link-blocks {
    height: 0;
  }

  .quick-stack-5 {
    padding-left: 5vw;
    padding-right: 3vw;
  }

  .address-block-2 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-one-2 {
    align-self: flex-start;
  }

  .image-4.klein {
    max-width: 0%;
  }

  .cell-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .footer-dark {
    padding-bottom: 0;
    overflow: hidden;
  }

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

  .email-block-2 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cs-right-2 {
    align-self: auto;
    margin-top: 4vh;
  }

  .cs-right-2.rechts3 {
    align-self: flex-start;
  }

  .csr-wrap-2 {
    justify-content: space-between;
    align-items: center;
  }

  .phone-block-2 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .c-nav {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .c-nav_menu {
    background-color: #165d59;
  }

  .c-nav_menu-scroll, .c-nav-2 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .quick-stack-6 {
    padding-left: 5vw;
    padding-right: 3vw;
  }

  .address-block-3 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-one-3 {
    align-self: flex-start;
  }

  .image-7.klein {
    max-width: 0%;
  }

  .cell-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

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

  .c-nav-3 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .quick-stack-7 {
    padding-left: 4em;
    padding-right: 4em;
  }

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

  .hero-split.afstand {
    padding-left: 1em;
  }

  .shadow-two {
    box-sizing: border-box;
    aspect-ratio: 1;
  }

  .shadow-two-2 {
    aspect-ratio: 1;
    object-fit: fill;
  }

  .wg-element, .wg-element-2, .wg-element-3 {
    height: 25vh;
  }
}

#w-node-_33e475d9-5b7c-a479-dbe3-da7d242b6e57-3cdd8df2, #w-node-e95c8fa6-bcbd-3882-c8bd-050a3bb2fe69-cd51c47a, #w-node-_70f42657-6e07-f467-7f67-6bba5a0318ff-a0a87c76, #w-node-_34762d05-e01e-71a3-de2f-38d66d4fd0ab-f65a6ba2, #w-node-_7b250f6e-d3be-fd3e-6863-c04662343016-26529ec5, #w-node-_285019e0-5724-d7f8-d59a-ba64baec5812-08293b0e, #w-node-_7b250f6e-d3be-fd3e-6863-c04662343016-f7614d87, #w-node-_7b250f6e-d3be-fd3e-6863-c04662343016-5228a55a, #w-node-_33e475d9-5b7c-a479-dbe3-da7d242b6e57-2fd6927b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 479px) {
  #w-node-_33e475d9-5b7c-a479-dbe3-da7d242b6e57-3cdd8df2, #w-node-e95c8fa6-bcbd-3882-c8bd-050a3bb2fe69-cd51c47a, #w-node-_70f42657-6e07-f467-7f67-6bba5a0318ff-a0a87c76, #w-node-_34762d05-e01e-71a3-de2f-38d66d4fd0ab-f65a6ba2, #w-node-_7b250f6e-d3be-fd3e-6863-c04662343016-26529ec5, #w-node-_285019e0-5724-d7f8-d59a-ba64baec5812-08293b0e, #w-node-_7b250f6e-d3be-fd3e-6863-c04662343016-f7614d87, #w-node-_7b250f6e-d3be-fd3e-6863-c04662343016-5228a55a, #w-node-_33e475d9-5b7c-a479-dbe3-da7d242b6e57-2fd6927b {
    grid-template-rows: auto;
    grid-template-columns: 1fr 2.25fr;
  }
}


@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Extrabold.woff2') format('woff2'), url('../fonts/CabinetGrotesk-Extrabold.eot') format('embedded-opentype'), url('../fonts/CabinetGrotesk-Bold.eot') format('embedded-opentype'), url('../fonts/CabinetGrotesk-Extrabold.woff') format('woff'), url('../fonts/CabinetGrotesk-Bold.ttf') format('truetype'), url('../fonts/CabinetGrotesk-Extrabold.ttf') format('truetype'), url('../fonts/CabinetGrotesk-Bold.ttf') format('truetype'), url('../fonts/CabinetGrotesk-Extrabold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Extralight.eot') format('embedded-opentype'), url('../fonts/CabinetGrotesk-Extralight.woff') format('woff'), url('../fonts/CabinetGrotesk-Extralight.ttf') format('truetype'), url('../fonts/CabinetGrotesk-Extralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Black.eot') format('embedded-opentype'), url('../fonts/CabinetGrotesk-Black.woff') format('woff'), url('../fonts/CabinetGrotesk-Black.ttf') format('truetype'), url('../fonts/CabinetGrotesk-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Light.eot') format('embedded-opentype'), url('../fonts/CabinetGrotesk-Light.woff') format('woff'), url('../fonts/CabinetGrotesk-Light.ttf') format('truetype'), url('../fonts/CabinetGrotesk-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Thin.eot') format('embedded-opentype'), url('../fonts/CabinetGrotesk-Thin.woff') format('woff'), url('../fonts/CabinetGrotesk-Thin.ttf') format('truetype'), url('../fonts/CabinetGrotesk-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk variable';
  src: url('../fonts/CabinetGrotesk-Variable.eot') format('embedded-opentype'), url('../fonts/CabinetGrotesk-Variable.ttf') format('truetype'), url('../fonts/CabinetGrotesk-Variable.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Medium.woff') format('woff'), url('../fonts/CabinetGrotesk-Medium.ttf') format('truetype'), url('../fonts/CabinetGrotesk-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Regular.woff') format('woff'), url('../fonts/CabinetGrotesk-Regular.ttf') format('truetype'), url('../fonts/CabinetGrotesk-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}