:root {
  --headline: "Merriweather", serif;
  --copy: "Merriweather Sans", sans-serif;
  --background: #1D1D22;
  --background-80: rgba(29, 29, 34, 0.8);
  --grey: #D7D9DA;
  --white: #fff;
  --vorwerk-green: #50A448;
  --font-size: 16px;
  --light: 300;
  --regular: 400;
  --bold: 700;
  --grid-gap: 16px;
  --space: 20px;
  --swiper-navigation-color: #50A448 !important;
  font-size: 100% !important;
  --swiper-navigation-size: 16px;
  --swiper-navigation-color: #fff;
}

* {
  box-sizing: border-box;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

/* Reset */
body .doc-container {
  font-family: "Merriweather Sans", sans-serif;
}
body .doc-container .doc-content {
  padding-bottom: 0 !important;
}
body .doc-container .footer-asv-disclaimer {
  background: var(--background);
  color: var(--grey);
  padding: 20px 40px;
}

.doc-container-footer {
  z-index: 20;
  position: relative;
}

@keyframes show-later {
  0%, 45% {
    opacity: 0;
  }
  60%, 100% {
    opacity: 0.9;
  }
}
.main {
  background-color: var(--grey);
  font-family: var(--copy);
  font-size: var(--font-size);
  font-weight: var(--light);
  line-height: 1.4;
  color: var(--background);
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
  overflow-x: hidden;
}
.main h1, .main h2, .main h3, .main h4, .main h5, .main h6 {
  font-family: var(--headline);
}
.main h1 {
  font-weight: var(--semibold);
  font-size: 5rem;
}
.main h2, .main h3, .main h4, .main h5, .main h6 {
  font-weight: var(--semibold);
  font-family: var(--headline);
}
.main h2, .main h3 {
  font-weight: var(--bold);
}
.main h2 {
  font-size: 1.9em;
}
.main h3 {
  font-size: 1.375em;
  max-width: 600px;
}
.main figure {
  display: flex;
  position: relative;
  align-items: stretch;
}
.main figure div {
  position: relative;
}
.main figure picture {
  width: 100%;
}
.main picture {
  display: flex;
  position: relative;
}
.main picture img {
  width: 100%;
  object-fit: cover;
}
.main .no-break {
  white-space: nowrap;
  color: inherit;
}
.main a.cta {
  font-family: var(--copy);
  font-size: var(--font-size);
  font-weight: var(--regular);
  background: var(--vorwerk-green);
  padding: 0.5em 1em;
  color: var(--white) !important;
  border: 0;
  cursor: pointer;
  width: max-content;
  text-decoration: none;
}
.main aside.fixed {
  position: fixed;
  display: block;
  z-index: 8;
  top: 100px;
  transform: rotate(90deg);
  left: 28px;
  transform-origin: 0 0;
}
.main aside.fixed .cta {
  animation: show-later 10s 1;
  opacity: 0.9;
}
.main header {
  color: var(--white);
  width: 100%;
  max-height: auto;
  position: relative;
}
.main header.video {
  display: flex;
  z-index: 15;
  aspect-ratio: 9/16;
  background-image: url(../media/video-preview.webp);
  background-size: cover;
}
.main header video {
  object-position: center;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 9/16;
}
.main header a {
  position: absolute;
  top: calc(var(--space) * 2);
  right: calc(var(--space) * 2);
}
.main header h1 {
  font-size: 2.5em;
  line-height: 1.2;
}
.main header .subheadline {
  font-size: 1.5em;
  font-family: var(--sans-serif);
  font-weight: var(--light);
}
.main header article {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 40px);
  z-index: 10;
  margin: 20px;
}
.main header article .header-content {
  display: flex;
  flex-flow: column;
  gap: 0.5rem;
  max-width: 206px;
  text-align: left;
}
.main header article .header-title {
  gap: 32px;
  max-width: 1000px;
  margin: auto;
}
.main header.collage {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: calc(2 * var(--space)) auto auto var(--space);
  gap: var(--font-size);
  padding-top: calc(2 * var(--space));
  background: var(--grey);
  z-index: 5;
}
.main header.collage figure {
  display: flex;
  min-height: 0;
  min-width: 0;
  overflow: hidden;
}
.main header.collage figure img {
  width: 100%;
}
.main header.collage figure:first-of-type {
  grid-row: 1/span 2;
  grid-column: 1/span 3;
  z-index: 5;
  aspect-ratio: 13/9;
  border-radius: 8px;
  border: 3px solid var(--grey);
  margin-left: var(--space);
}
.main header.collage figure:nth-of-type(2) {
  grid-row: 2/span 3;
  grid-column: 3/span 4;
  z-index: 1;
  aspect-ratio: 2/3;
}
.main header.collage figure:nth-of-type(2) img {
  object-position: bottom;
  object-fit: cover;
}
.main header.collage .panther {
  grid-row: 3/span 2;
  grid-column: 1/span 3;
  max-width: 140px;
  align-self: end;
  z-index: 15;
}
.main header.collage article {
  grid-column: 1/span 6;
  grid-row: 4/span 2;
  position: relative;
  margin: 0;
  width: calc(100% - var(--space));
  align-self: end;
}
.main header.collage .header-content {
  background: var(--grey);
  color: var(--background);
  border-top-right-radius: var(--font-size);
  max-width: 340px;
  padding: var(--space);
}
.main .grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: var(--grid-gap);
  grid-row-gap: calc(2 * var(--space));
  width: 100%;
  z-index: 5;
  background: var(--grey);
}
.main .grid > *:not(.panther, .product) {
  max-width: 1000px;
}
.main .grid.storytelling-footer > *:not(h2, h3) {
  margin: 0;
  max-width: 100%;
}
.main .grid > .content {
  grid-column: 1/span 6;
  padding: 0 var(--space);
  margin: auto;
  display: flex;
  flex-flow: column;
  gap: var(--font-size);
}
.main .grid > .content p {
  max-width: 600px;
}
.main .grid > .content > *:not(h2, h3) {
  margin: 0 calc(1.5 * var(--space));
}
.main .grid > .content .right {
  text-align: right;
}
.main .grid .image-left, .main .grid .image-right {
  grid-column: 1/span 6;
  padding: 0 var(--space);
  display: grid;
  gap: calc(2 * var(--space));
}
.main .grid .image-left .content, .main .grid .image-right .content {
  display: flex;
  flex-flow: column;
  gap: var(--font-size);
  grid-row: 2;
}
.main .grid .image-left p, .main .grid .image-left h3, .main .grid .image-left .cta, .main .grid .image-right p, .main .grid .image-right h3, .main .grid .image-right .cta {
  margin: 0 calc(1.5 * var(--space));
  max-width: 600px;
}
.main .grid .image-left figure, .main .grid .image-right figure {
  width: 100%;
  margin: 0;
  grid-row: 1;
  align-self: center;
}
.main .grid .image-left figure img, .main .grid .image-right figure img {
  border-radius: var(--font-size);
  width: 100%;
}
.main .grid .image-left.reverse .content, .main .grid .image-right.reverse .content {
  grid-row: 1;
}
.main .grid .image-left.reverse figure, .main .grid .image-right.reverse figure {
  grid-row: 2;
}
.main .grid .center {
  text-align: center;
  align-items: center;
}
.main .grid.intro {
  margin-top: -200px;
}
.main .grid.dark {
  background: var(--background);
  color: var(--grey);
  padding: calc(3 * var(--space)) 0;
}
.main .grid.dark figure {
  width: 100%;
}
.main .grid.light {
  padding: calc(3 * var(--space)) 0;
}
.main .grid figure.full {
  width: 100%;
  max-width: calc(100% - 2 * var(--space));
  grid-column: 1/span 6;
  margin: auto;
  border-radius: calc(0.5 * var(--font-size));
  overflow: hidden;
}
.main .fixed-image {
  height: 100vh;
  width: 100%;
  position: relative;
}
.main .fixed-image::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center;
  background-size: cover;
  height: 100vh;
  width: 100%;
  background-image: url(../media/kobold-vorfuehrung.webp);
  z-index: 1;
}
.main .storytelling-footer {
  background: var(--background);
  color: var(--grey);
  padding: calc(3 * var(--space)) 0;
}
.main .storytelling-footer .footer-copyright {
  grid-column: 1/span 6;
  padding: calc(3 * var(--space)) 0;
  margin: 0 calc(1.5 * var(--space)) !important;
}
.main .social {
  grid-column: 1/span 6;
  display: flex;
  flex-flow: column;
  gap: var(--space);
  margin: var(--space) calc(1.5 * var(--space)) 0 !important;
}
.main .social .social-buttons {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: var(--space);
}
.main .social .social-buttons a {
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .social .social-buttons a svg {
  max-width: 30px;
  width: 100%;
  height: 100%;
  max-height: 30px;
  fill: var(--grey);
}
.main .img-wrapper {
  display: grid;
  grid-gap: 2px;
}
.main .img-wrapper, .main .slider-wrapper {
  width: 100%;
  background: var(--background);
  position: relative;
  z-index: 10;
}
.main .img-wrapper figure, .main .slider-wrapper figure {
  display: flex;
  width: 100%;
  min-height: 170px;
  max-height: 440px;
}
.main .img-wrapper figure img, .main .slider-wrapper figure img {
  object-fit: cover;
  width: 100%;
}
.main .img-wrapper.line-top, .main .slider-wrapper.line-top {
  border-top: 5px solid var(--white);
  grid-template-columns: 1.5fr 1fr;
}
.main .img-wrapper.line-top figure:nth-of-type(3), .main .slider-wrapper.line-top figure:nth-of-type(3) {
  display: none;
}
.main .img-wrapper.line-bottom, .main .slider-wrapper.line-bottom {
  border-bottom: 5px solid var(--white);
  grid-template-columns: 1.5fr 1fr;
}
.main .img-wrapper.line-bottom figure:nth-of-type(1), .main .slider-wrapper.line-bottom figure:nth-of-type(1) {
  display: none;
}
.main .swiper-closeup {
  max-width: 100%;
  width: 100%;
  background: var(--background);
}
.main .swiper-closeup * {
  min-height: 170px;
  max-height: 440px;
}
.main .swiper-closeup .swiper-slide {
  display: flex;
  height: auto;
}
.main .swiper-closeup .swiper-slide img {
  width: 100%;
  object-fit: cover;
}
.main .product {
  grid-column: 1/span 6;
  max-width: 600px;
  width: calc(100% - 2 * var(--space));
  margin: auto;
  background: rgba(255, 255, 255, 0.05);
  padding: var(--space);
  border-radius: var(--space);
  position: relative;
  display: flex;
  flex-flow: column;
  gap: var(--space);
  overflow: hidden;
  user-select: none;
}
.main .product .swiper-product {
  position: relative;
}
.main .product .swiper-slide figure {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: calc(0.5 * var(--space));
}
.main .product .swiper-slide figure figcaption {
  font-size: 0.8em;
}
.main .product .swiper-slide figure img {
  object-fit: contain;
  aspect-ratio: 1/0.5;
}
.main .product .navigation-wrapper {
  position: absolute;
  bottom: calc(2 * var(--space));
  right: var(--space);
  width: calc(3 * var(--space));
  height: calc(2 * var(--space));
  display: flex;
  flex-flow: row;
  align-items: start;
  z-index: 20;
}
.main .product .navigation-wrapper .swiper-button-next, .main .product .navigation-wrapper .swiper-button-prev {
  margin: 0;
  height: 60px;
  width: 30px;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.main .product .navigation-wrapper .swiper-button-next::after, .main .product .navigation-wrapper .swiper-button-prev::after {
  display: none;
}
.main .product .navigation-wrapper .swiper-button-next svg, .main .product .navigation-wrapper .swiper-button-prev svg {
  fill: var(--vorwerk-green);
}
.main .product .navigation-wrapper .swiper-button-next {
  align-self: end;
}
.main .product .change-color {
  display: flex;
  flex-flow: row wrap;
  column-gap: calc(2 * var(--space));
  row-gap: var(--font-size);
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: var(--space);
}
.main .product .change-color .info {
  width: 100%;
  text-align: center;
}
.main .product .change-color .color {
  border: 0;
  background: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) 50% 50%/calc(100% - 4px) calc(100% - 4px) no-repeat, linear-gradient(90deg, rgb(141, 139, 142) 0%, rgb(237, 237, 237) 50%, rgb(62, 63, 66) 100%) no-repeat;
  background-blend-mode: normal;
  border-radius: 4px;
  padding: 1px;
  box-sizing: border-box;
  cursor: pointer;
}
.main .product .change-color .color div {
  height: calc(1.5 * var(--space));
  width: calc(6 * var(--space));
  padding: 2px;
  border-radius: 4px;
}
.main .product .change-color .color span {
  display: none;
}
.main .product .change-color .color.black div {
  background: #272B2C;
}
.main .product .change-color .color.white div {
  background: var(--white);
}
.main .swiper-default {
  width: 100%;
  user-select: none;
}
.main .swiper-default .swiper-wrapper img {
  width: 100%;
}
.main .swiper-default .swiper-button-next, .main .swiper-default .swiper-button-prev {
  background: var(--white);
  color: var(--dark);
  aspect-ratio: 1/1;
  width: 40px;
  height: 40px;
  padding: 10px;
  border-radius: 100px;
  display: flex;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  top: calc(1.5 * var(--space));
  opacity: 0.75;
  transition: 0.3s opacity;
}
.main .swiper-default .swiper-button-next:hover, .main .swiper-default .swiper-button-prev:hover {
  opacity: 1;
}
.main .swiper-default .swiper-button-next::after, .main .swiper-default .swiper-button-prev::after {
  display: none;
}
.main .swiper-default .swiper-button-next {
  right: var(--space);
}
.main .swiper-default .swiper-button-prev {
  left: var(--space);
}
.main .swiper-default .swiper-slide {
  display: flex;
}
.main .swiper-default .caption-toggle {
  pointer-events: auto;
  background: var(--white);
  padding: 20px 30px 30px 20px;
  border-radius: 50px;
  border-bottom-right-radius: 0;
  width: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 10;
  width: 70px;
  height: 70px;
  transition: 0.3s all;
  cursor: pointer;
  opacity: 0.75;
  box-sizing: border-box;
}
.main .swiper-default .caption-toggle:hover {
  opacity: 1;
}
.main .swiper-default .caption-toggle img {
  transition: 0.2s all ease-in-out;
  width: 20px;
}
.main .swiper-default .caption-toggle.active {
  border-bottom-right-radius: 50px;
  padding: 20px;
  height: 60px;
  width: 60px;
  margin-bottom: 10px;
  margin-right: 10px;
  opacity: 1;
}
.main .swiper-default .caption-toggle.active img {
  transform: rotate(45deg);
}
.main .swiper-default .caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: var(--background-80);
  padding: var(--space) calc(5 * var(--space)) var(--space) var(--space);
  color: var(--grey);
  font-size: 0.9em;
  font-weight: var(--light);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  z-index: 5;
  box-sizing: border-box;
}
.main .swiper-default .caption.visible {
  opacity: 1;
  pointer-events: auto;
}
.main .teaser {
  display: flex;
  flex-flow: column;
  align-items: center;
  grid-column: 1/span 6;
  gap: calc(2 * var(--space));
}
.main .teaser h2 {
  grid-column: 1/span 6;
}
.main .teaser .teaser-box {
  display: flex;
  flex-flow: column;
  gap: var(--space);
  padding: 0 var(--space);
  max-width: 600px;
  text-decoration: none;
}
.main .teaser .teaser-box:first-of-type {
  text-align: right;
  padding-right: 0;
}
.main .teaser .teaser-box:first-of-type .headline {
  padding-right: var(--space);
}
.main .teaser .teaser-box:nth-of-type(2) {
  padding-left: 0;
}
.main .teaser .teaser-box:nth-of-type(2) .headline {
  padding-left: var(--space);
}
.main .teaser .teaser-box.produkt figure img {
  object-position: 20%;
}
.main .teaser .teaser-box.produktion figure img {
  object-position: left;
}
.main .teaser .teaser-box .content {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: var(--font-size);
  align-items: center;
}
.main .teaser .teaser-box .content p {
  grid-column: 1/span 4;
  font-size: 0.9em;
  margin: 1rem 0;
}
.main .teaser .teaser-box .content figure {
  grid-column: 5/span 2;
}
.main .teaser .teaser-box .content figure img {
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.main .teaser .teaser-box:nth-of-type(2) .content p {
  grid-column: 3/span 4;
}
.main .teaser .teaser-box:nth-of-type(2) .content figure {
  grid-column: 1/span 2;
  grid-row: 1;
}
.main .comparison-container, .main .comparison-container .mask-image-container {
  background-position: 40% bottom !important;
  background-size: cover !important;
  height: 100vh;
  width: 100vw;
  z-index: 10;
  background: var(--grey);
}
.main .comparison-container {
  position: relative;
  background-image: url(../media/slider-after-desktop.webp);
  overflow: hidden;
}
.main .comparison-container .mask-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 50%;
  overflow: hidden;
}
.main .comparison-container .mask-image-container {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../media/slider-before-desktop.webp);
}
.main .comparison-container .border {
  position: absolute;
  width: 4px;
  height: 100vh;
  left: 50%;
  margin-left: -2px;
  background-color: var(--background);
}
.main .comparison-container .circle {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--white);
  top: 50%;
  margin-top: -25px;
  left: 50%;
  margin-left: -25px;
  opacity: 1;
  z-index: 15;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
}
.main div.light {
  width: 100vw;
  background: var(--grey);
  z-index: 5;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 450px) {
  .main header:not(.collage) {
    aspect-ratio: 12/16;
  }
  .main header:not(.collage) video {
    aspect-ratio: 12/16;
  }
  .main header.collage {
    max-height: 100vh;
  }
  .main .product .swiper-slide figure img {
    aspect-ratio: 1/0.7;
  }
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  .main .swiper-closeup .swiper-slide {
    width: 60% !important;
  }
  .main .swiper-closeup .swiper-slide:nth-child(2n) {
    width: 40% !important;
  }
}
@media screen and (min-width: 550px) {
  .main header article .header-content {
    max-width: none;
  }
  .main header.collage figure:nth-of-type(2) {
    grid-column: 3/span 5;
    aspect-ratio: auto;
  }
  .main header.collage .panther {
    max-width: 200px;
    margin-left: calc(3 * var(--space));
  }
  .main .panther {
    max-width: 230px;
  }
  .main .grid.intro {
    margin-top: -300px;
  }
  .main .product .navigation-wrapper {
    right: calc(4 * var(--space));
    bottom: calc(3 * var(--space));
  }
}
@media screen and (min-width: 650px) {
  .main .teaser .teaser-box .headline {
    padding: 0 !important;
  }
}
@media screen and (min-width: 700px) {
  .main header:not(.collage) {
    aspect-ratio: 1/1;
  }
  .main header video {
    aspect-ratio: 1/1;
  }
  .main header article {
    width: calc(100% - 4 * var(--space));
    margin: var(--space) calc(2 * var(--space));
  }
  .main header.collage article {
    width: calc(100% - 4 * var(--space));
    margin: 0 calc(2 * var(--space));
  }
  .main header.collage article .header-title {
    padding: 0;
  }
  .main header.collage article .header-content {
    max-width: none;
    width: fit-content;
    padding: calc(2 * var(--space)) calc(2 * var(--space)) 0 calc(2 * var(--space));
    padding-left: 0;
  }
  .main header.collage figure:first-of-type {
    border-width: 5px;
    border-radius: var(--font-size);
  }
  .main header.collage .panther {
    max-width: 280px;
    margin-bottom: calc(-2 * var(--space));
  }
  .main .product .swiper-slide figure img {
    aspect-ratio: 1/0.9;
  }
}
@media screen and (min-width: 768px) {
  .main .panther {
    margin-right: calc(3 * var(--space));
  }
  .main .swiper-closeup .swiper-slide {
    width: 37% !important;
  }
  .main .swiper-closeup .swiper-slide:nth-child(3n-2) {
    width: 26% !important;
  }
  .main .grid .content.small {
    grid-column: 1/span 4;
    margin-bottom: calc(-5 * var(--space));
  }
  .main .grid .content.small * {
    max-width: 400px;
  }
}
@media screen and (min-width: 850px) {
  .main .grid .image-right .content, .main .grid .image-right figure, .main .grid .image-left .content, .main .grid .image-left figure {
    grid-row: 1;
    justify-content: center;
  }
  .main .grid .image-right.special, .main .grid .image-left.special {
    grid-template-columns: repeat(3, 1fr);
  }
  .main .grid .image-right.special .content, .main .grid .image-left.special .content {
    grid-column: 1/span 3;
    padding: 0 var(--space);
  }
  .main .grid .image-right.special .content > *, .main .grid .image-left.special .content > * {
    margin: 0;
  }
  .main .grid .image-right.special.reverse figure, .main .grid .image-left.special.reverse figure {
    grid-column: 2/span 2;
    margin-left: calc(-2 * var(--space));
  }
  .main .grid .image-right.special.reverse .content, .main .grid .image-left.special.reverse .content {
    justify-self: end;
  }
  .main .grid .image-right .content {
    grid-column: 1;
  }
  .main .grid .image-right figure {
    grid-column: 2;
  }
  .main .grid .image-right.special {
    grid-template-columns: repeat(3, 1fr);
  }
  .main .grid .image-right.special figure {
    grid-row: 2;
    grid-column: 2/span 2;
  }
  .main .grid .image-right.special .content {
    grid-column: 1/span 3;
    justify-self: end;
  }
  .main .grid .image-left .content {
    grid-column: 2;
  }
  .main .grid .image-left figure {
    grid-column: 1;
  }
  .main .grid .image-left.special {
    margin-top: calc(-5 * var(--space));
  }
  .main .grid .image-left.special .content {
    grid-row: 2 !important;
    grid-column: 1/span 3;
    justify-self: start;
  }
  .main .grid .image-left.special figure {
    grid-row: 1;
    grid-column: 1/span 2;
  }
  .main .grid .image-left.special figure img {
    border: 5px solid var(--grey);
  }
  .main .teaser {
    flex-flow: row;
  }
}
@media screen and (min-width: 900px) {
  .main header {
    max-height: 80vh;
  }
  .main header:not(.collage) {
    aspect-ratio: 16/9;
  }
  .main header:not(.collage) video {
    aspect-ratio: 16/9;
  }
}
@media screen and (min-width: 1040px) {
  .main header .logo {
    z-index: 15;
  }
  .main header.collage {
    grid-template-rows: calc(2 * var(--space)) auto;
    min-height: 85vh;
    grid-template-columns: repeat(16, 1fr);
    gap: var(--space);
    padding-top: 0;
    max-width: 2000px;
  }
  .main header.collage figure:first-of-type {
    grid-column: 4/span 5;
    grid-row: 2/span 2;
    margin: 0;
  }
  .main header.collage figure:nth-of-type(2) {
    grid-column: 8/span 9;
    grid-row: 1/span 5;
    position: relative;
  }
  .main header.collage figure:nth-of-type(2)::after {
    content: "";
    width: 400px;
    height: 200px;
    background: var(--white);
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(200deg, rgba(202, 198, 198, 0.9) 30%, rgba(255, 255, 255, 0) 50%);
  }
  .main header.collage figure .panther {
    grid-column: 2/span 3;
    grid-row: 2/span 2;
  }
  .main header.collage article {
    grid-column: 1/span 16;
  }
  .main .grid {
    grid-template-columns: repeat(10, 1fr);
    padding: calc(3 * var(--space)) calc((100vw - 1000px) / 2) !important;
  }
  .main .grid .content {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column: 2/span 8;
    padding: 0;
    width: 100%;
  }
  .main .grid .content h2, .main .grid .content h3 {
    grid-column: 1/span 7;
  }
  .main .grid .content h2.right, .main .grid .content h3.right {
    grid-column: 2/span 7;
  }
  .main .grid .content p, .main .grid .content .cta {
    grid-column: 2/span 6;
    margin: 0;
  }
  .main .grid .content.small {
    grid-column: 1/span 8;
  }
  .main .grid.intro {
    margin-top: -220px;
  }
  .main .grid.intro .content {
    grid-row: 2;
  }
  .main .grid figure.full {
    grid-column: 1/span 10;
  }
  .main .grid .image-right, .main .grid .image-left {
    max-width: 1000px;
    padding: 0;
    grid-column: 1/span 10;
    grid-template-columns: repeat(10, 1fr);
    gap: calc(2 * var(--space)) var(--font-size);
  }
  .main .grid .image-right .content, .main .grid .image-left .content {
    max-width: 600px;
  }
  .main .grid .image-right .content, .main .grid .image-right figure, .main .grid .image-left .content, .main .grid .image-left figure {
    grid-row: 1;
    justify-content: center;
  }
  .main .grid .image-right .content {
    grid-column: 1/span 5;
  }
  .main .grid .image-right figure {
    grid-column: 2;
    grid-column: 6/span 5;
    margin-left: calc(2 * var(--space) - var(--font-size));
  }
  .main .grid .image-left .content {
    grid-column: 6/span 5;
  }
  .main .grid .image-left figure {
    grid-column: 1/span 5;
    margin-left: calc(-2 * var(--space) - var(--font-size));
  }
  .main .grid h2.center {
    grid-column: 1/span 10;
  }
  .main .panther {
    grid-column: 1/span 10;
    grid-row: 1/span 2;
    max-width: 290px;
    margin-right: -80px;
    margin-bottom: var(--space);
  }
  .main .product {
    grid-column: 3/span 6;
    width: 100%;
  }
  .main .img-wrapper.line-top {
    grid-template-columns: 1.5fr 1fr 1fr;
  }
  .main .img-wrapper.line-top figure:nth-of-type(3) {
    display: flex;
  }
  .main .img-wrapper.line-bottom {
    grid-template-columns: 1fr 1.5fr 1fr;
  }
  .main .img-wrapper.line-bottom figure:nth-of-type(1) {
    display: flex;
  }
  .main .storytelling-footer h2 {
    grid-column: 1/span 8 !important;
  }
  .main .storytelling-footer .social, .main .storytelling-footer .footer-copyright {
    grid-column: 1/span 10;
  }
  .main .teaser {
    flex-flow: row;
    grid-column: 1/span 10;
  }
}
@media screen and (min-width: 1300px) {
  .main .grid.intro {
    margin-top: -370px;
  }
  .main .grid .image-right.special, .main .grid .image-left.special {
    grid-template-columns: repeat(10, 1fr);
    margin: 0;
  }
  .main .grid .image-right.special figure, .main .grid .image-right.special .content, .main .grid .image-left.special figure, .main .grid .image-left.special .content {
    grid-row: 1 !important;
  }
  .main .grid .image-right.special figure {
    grid-column: 6/span 5;
  }
  .main .grid .image-right.special .content {
    grid-column: 1/span 5;
  }
  .main .grid .image-left.special figure {
    grid-column: 1/span 5;
  }
  .main .grid .image-left.special .content {
    grid-column: 6/span 5;
  }
  .main .grid .image-left.special.reverse figure {
    grid-column: 1/span 5;
  }
  .main .grid .image-right figure {
    margin-left: calc(4 * var(--space) - var(--font-size));
  }
  .main .grid .image-left figure {
    margin-left: calc(-4 * var(--space) - var(--font-size));
  }
  .main header .panther, .main header.collage .panther {
    max-width: 395px;
    margin-right: -200px;
  }
  .main header.collage {
    min-height: 900px;
  }
  .main header.collage .panther {
    margin-bottom: -50px;
  }
}
@media screen and (min-width: 1700px) {
  .main header.collage .panther {
    justify-self: end;
    grid-row: 3/span 3;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 400px) {
  .main header article .header-content.aos-init {
    transform: none;
    opacity: 1;
  }
}
@media screen and (max-height: 600px) {
  .main header article .header-content.aos-init {
    transform: none;
    opacity: 1;
  }
}