@font-face {
  font-family: Studiofeixensans;
  src: url('../fonts/StudioFeixenSans-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Studiofeixenmono;
  src: url('../fonts/StudioFeixenMono-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Studiofeixenmono;
  src: url('../fonts/StudioFeixenMono-Book.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

:root {
  --white: #f5f0eb;
  --black: black;
  --black-80: #000c;
  --white-2: white;
}

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

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Studiofeixensans, sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 44px;
}

.body {
  background-color: var(--white);
  color: var(--black);
  background-image: linear-gradient(#0000, #0000);
  font-family: Studiofeixenmono, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.5;
}

.section {
  background-color: #0000;
  padding-top: 100px;
  padding-bottom: 0;
  overflow: hidden;
}

.section._2 {
  padding-bottom: 100px;
}

.container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  max-width: 1000px;
  margin-left: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.container.hero {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 18px;
  display: flex;
}

.container.logo {
  display: none;
}

.container.header {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.container.single {
  padding-left: 0;
  padding-right: 0;
}

.logo {
  color: var(--black);
  font-family: Studiofeixenmono, sans-serif;
  font-size: 26px;
  font-weight: 300;
}

.logo-div {
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  width: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding: 16px 0 16px 48px;
  display: flex;
}

.logo-div.photo {
  padding: 0;
}

.image {
  width: auto;
  max-width: 230px;
  height: auto;
  display: block;
  position: static;
}

.image.illustration {
  display: none;
}

.div-block {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  max-width: 900px;
  padding-top: 0;
  display: flex;
}

.div-block.teaser {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  max-width: 100%;
  margin-bottom: 0;
  padding: 20px 68px;
  display: flex;
}

.h1 {
  color: var(--black);
  max-width: 700px;
  margin-bottom: 24px;
  line-height: 1.5;
}

.h1.centered {
  text-align: center;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1.1;
  display: block;
}

.h1.headline-m-max {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
}

.subhead {
  color: var(--black);
  margin-bottom: 48px;
  font-family: Studiofeixenmono, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.5;
}

.cta {
  color: var(--black);
  border: 2px solid #000;
  border-radius: 999px;
  padding: 12px 24px;
  font-family: Studiofeixenmono Book, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  display: inline-block;
}

.cta:hover {
  background-color: var(--black-80);
  color: var(--white);
}

.cta.primary {
  border-color: var(--black-80);
  background-color: var(--black);
  color: var(--white);
  display: block;
}

.cta.primary:hover {
  border-color: var(--black-80);
  background-color: var(--black-80);
  color: var(--white);
}

.cta.secondary {
  pointer-events: auto;
  border-width: 0;
}

.cta.tertiary {
  border-style: none;
}

.cta-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: none;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  margin-top: 48px;
  display: flex;
}

.h2 {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Studiofeixenmono, sans-serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 1.3;
}

.bold-text {
  font-weight: 700;
}

.text-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.body-small {
  font-size: 18px;
}

.body-small.centered {
  text-align: left;
  -webkit-text-stroke-width: 0px;
  width: 100%;
  margin-bottom: 18px;
  text-decoration: underline;
}

.body-small.centered.beforeafter {
  text-decoration: underline;
}

.body-small.illustration {
  -webkit-text-stroke-color: var(--black);
  width: 280px;
  padding-top: 0;
  padding-bottom: 70px;
  padding-left: 0;
  font-weight: 300;
}

.body-small.illustration2 {
  overflow-wrap: normal;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  align-items: flex-start;
  width: auto;
  padding-bottom: 44px;
  padding-left: 0;
  font-family: Studiofeixenmono, sans-serif;
  font-weight: 500;
  display: block;
}

.illustration-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: row;
  align-items: flex-start;
  height: auto;
  margin-bottom: 96px;
  padding-bottom: 0;
  display: flex;
}

.post-it {
  align-items: flex-end;
  width: auto;
  height: auto;
  display: flex;
}

.speech-bubble {
  flex-direction: column;
  align-self: auto;
  align-items: flex-end;
  width: auto;
  max-width: 450px;
  height: auto;
  padding-bottom: 0;
  display: flex;
}

.link {
  color: var(--black);
  margin-top: 24px;
  display: inline-block;
}

.slider-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  padding-bottom: 48px;
  display: flex;
}

.slide {
  width: 900px;
  max-width: 92.5vw;
  height: auto;
  margin-right: 156px;
  overflow: visible;
}

.slider {
  background-color: #0000;
  justify-content: flex-start;
  width: 900px;
  height: auto;
  display: flex;
  overflow: visible;
}

.slide-nav {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: var(--black);
  justify-content: center;
  align-items: center;
  width: 800px;
  margin-bottom: 12px;
  display: flex;
}

.mask {
  background-color: var(--white);
  text-align: center;
  width: 900px;
  padding-right: 24px;
  overflow: visible;
}

.slider-wrapper {
  background-color: var(--white);
}

.slidertext {
  background-color: var(--white);
  text-align: center;
  word-break: normal;
  width: 900px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-family: Studiofeixensans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.icon {
  color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 24px;
  display: flex;
}

.icon:hover {
  color: var(--white);
}

.icon-2 {
  display: inline-block;
}

.link-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-block:hover {
  color: var(--black);
  text-decoration: underline;
}

.slider-arrow-right {
  border: 2px solid #000;
  border-radius: 999px;
  width: 42px;
  height: 42px;
  margin-right: -64px;
  display: block;
}

.right-arrow {
  display: block;
}

.slide-02 {
  width: 800px;
  max-width: 92.5vw;
  height: auto;
  margin-right: 96px;
  overflow: visible;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 12px;
  padding-bottom: 12px;
  display: block;
}

.slider-arrow {
  border: 2px solid #000;
  border-radius: 999px;
  width: 64px;
  height: 64px;
  margin-bottom: 0;
}

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

.section-2 {
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.image-2 {
  width: auto;
  max-width: none;
  display: none;
  position: absolute;
}

.postitwrapper {
  flex: 0 auto;
  align-self: flex-start;
  height: auto;
  display: block;
}

.div-block-4 {
  width: 1px;
  height: 32px;
}

.bold-text-2, .bold-text-3, .bold-text-4 {
  font-weight: 500;
}

.bubblewrapper {
  align-self: auto;
  width: 524px;
  height: 285px;
  position: absolute;
}

.bubblewrap {
  flex-direction: column;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: auto;
  height: auto;
  display: flex;
}

.image-3 {
  display: block;
}

.image-4 {
  height: auto;
}

.image-5 {
  display: none;
}

.image-6 {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
}

.linevertical {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--black);
  background-color: #000;
  border-radius: 1px;
  order: 0;
  align-self: stretch;
  width: 1px;
  display: block;
}

.linevertical.mobile {
  display: none;
}

.div-block-6 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.linehorizontall {
  -webkit-text-stroke-width: 0px;
  background-color: #000;
  height: 1px;
  padding-top: 0;
}

.copymax {
  text-align: left;
  max-width: 90%;
  font-family: Studiofeixensans, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.copymax.small {
  font-size: 20px;
}

.copymax.centered {
  text-align: center;
  align-self: center;
  font-family: Studiofeixensans, sans-serif;
  font-size: 20px;
}

.link-block-2 {
  display: flex;
}

.text-block {
  text-decoration: underline;
}

.text-block-2 {
  text-decoration: none;
}

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

.dividerwrapper {
  padding-top: 100px;
}

.dividerwrapper.topbottom {
  padding-bottom: 100px;
}

.dividerwrapper.topbottom.logo {
  padding-bottom: 50px;
}

.dividerwrapper.topbottom-copy {
  padding-bottom: 100px;
}

.dividerwrapper.topbottom-copy.logo {
  padding-bottom: 50px;
}

.wrapper50 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.tertiary {
  color: var(--black);
  font-weight: 400;
  text-decoration: none;
}

.tertiary:hover {
  outline-offset: 0px;
  border: 0 #000;
  outline: 2px #000;
}

.tertiary.hover {
  -webkit-text-stroke-width: 0px;
}

.text-block-3 {
  text-decoration: none;
}

.tertiarybutton {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: none;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  margin-top: 14px;
  display: flex;
}

.tertiarybutton:hover {
  border-bottom: 2px solid #000;
  align-items: flex-start;
}

.wrapper100 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  padding-bottom: 100px;
  display: flex;
}

.beforeafterimage.mobile {
  display: none;
  overflow: hidden;
}

.youtubewrapper {
  padding-left: 24px;
  padding-right: 24px;
}

.image-8 {
  box-shadow: 4px 4px 15px #0003;
}

.dwlogo {
  text-align: center;
}

.div-block-6-copy {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .container.hero {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .logo-div {
    padding: 8px 0 8px 32px;
  }

  .image {
    max-width: 176px;
  }

  .h1 {
    font-size: 48px;
  }

  .h2 {
    font-size: 32px;
  }

  .post-it {
    align-items: flex-start;
    height: auto;
  }

  .slider-grid, .slide, .slider, .slide-nav {
    width: 100%;
  }

  .mask {
    width: 100%;
    padding-right: 0;
  }

  .slider-wrapper {
    width: 100%;
  }

  .slidertext, .youtube {
    width: auto;
  }

  .slider-arrow {
    display: none;
  }

  .image-6 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .linevertical.mobile {
    display: none;
  }

  .div-block-6, .div-block-6-copy {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 56px;
  }

  .logo-div {
    padding-right: 0;
  }

  .image {
    max-width: 120px;
  }

  .h1 {
    font-size: 40px;
  }

  .subhead {
    font-family: Studiofeixenmono, sans-serif;
    font-weight: 300;
  }

  .cta {
    text-align: center;
    font-size: 30px;
  }

  .cta.primary {
    color: var(--white);
  }

  .cta-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .h2 {
    font-size: 32px;
  }

  .body-small.illustration {
    padding-bottom: 20px;
  }

  .illustration-wrapper {
    flex-direction: column;
  }

  .post-it {
    align-items: flex-start;
    height: auto;
  }

  .slider {
    width: auto;
  }

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

@media screen and (max-width: 479px) {
  .section {
    padding-top: 2px;
  }

  .container {
    padding-top: 50px;
  }

  .container.hero {
    flex-flow: column;
    margin-bottom: 0;
    padding-bottom: 0;
  }

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

  .logo-div {
    align-items: flex-start;
    padding: 0 24px;
  }

  .div-block {
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block.teaser {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding: 35px 16px;
  }

  .div-block.content {
    padding-left: 0;
    padding-right: 0;
  }

  .h1 {
    max-width: 100%;
    font-size: 40px;
  }

  .h1.centered {
    font-size: 48px;
  }

  .cta {
    align-self: auto;
    font-size: 20px;
  }

  .cta-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-self: center;
  }

  .h2 {
    font-size: 32px;
  }

  .body-small.illustration, .body-small.illustration2 {
    padding-bottom: 0;
  }

  .post-it {
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
  }

  .slide-nav {
    width: 100%;
    font-size: 18px;
  }

  .postitwrapper {
    flex-flow: column;
    display: flex;
  }

  .image-6 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .linevertical {
    display: none;
  }

  .linevertical.mobile {
    width: 100%;
    height: 1px;
    display: flex;
  }

  .div-block-6 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .linehorizontall {
    display: none;
    overflow: visible;
  }

  .linehorizontall.divider {
    display: block;
  }

  .dividerwrapper {
    padding-top: 50px;
  }

  .dividerwrapper.topbottom, .dividerwrapper.topbottom-copy {
    padding-bottom: 50px;
  }

  .wrapper50 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper50.teaser {
    padding-left: 24px;
    padding-right: 24px;
  }

  .tertiary {
    font-family: Studiofeixensans, sans-serif;
    font-size: 20px;
  }

  .wrapper100 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    padding-bottom: 0;
  }

  .beforeafterimage {
    display: none;
  }

  .beforeafterimage.mobile {
    display: block;
  }

  .image-7 {
    overflow: hidden;
  }

  .div-block-6-copy {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }
}


@font-face {
  font-family: 'Studiofeixensans';
  src: url('../fonts/StudioFeixenSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Studiofeixenmono';
  src: url('../fonts/StudioFeixenMono-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Studiofeixenmono';
  src: url('../fonts/StudioFeixenMono-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Studiofeixenmono';
  src: url('../fonts/StudioFeixenMono-Book.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Studiofeixensans';
  src: url('../fonts/StudioFeixenSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Studiofeixenmono Book';
  src: url('../fonts/StudioFeixenMono-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Studiofeixenmono';
  src: url('../fonts/StudioFeixenMono-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Studiofeixenmono';
  src: url('../fonts/StudioFeixenMono-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}