:root {
  --main-beige: #f1f1f1;
  --background_white: black;
}

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

.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;
}

a {
  text-decoration: underline;
}

.body {
  background-color: var(--main-beige);
  color: #000;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

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

.bg-main-gray {
  background-color: #f1f1f1;
}

.text-color-white {
  color: #fff;
}

.text-color-dark-gray {
  z-index: 2;
  color: var(--main-beige);
  text-decoration: none;
  position: relative;
}

.text-color-dark-gray.line {
  line-height: 3;
}

.bg-dark-gray {
  background-color: #848484;
}

.brand {
  width: 58px;
}

.navbar {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
}

.navbar.off {
  display: none;
}

.container {
  justify-content: space-around;
  align-items: center;
  height: 100vh;
  display: flex;
}

.nav-menu {
  text-transform: uppercase;
  flex-direction: column;
  align-items: stretch;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.main-grid {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  height: 100%;
  margin-top: 60px;
  padding-right: 0;
}

.main-grid.space-top {
  padding-top: 40px;
}

.main-grid.space-top.grid {
  grid-template-rows: auto;
}

.main-grid.titles {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  justify-content: space-between;
  align-items: start;
  width: auto;
  height: auto;
  margin-top: 100px;
  padding-bottom: 40px;
  position: absolute;
  inset: auto 50px 0%;
}

.main-grid._100vh, .main-grid._75 {
  height: 100vh;
}

.main-grid._75.footer {
  grid-auto-rows: 10em;
}

.main-grid._100vh {
  height: 100vh;
}

.main-grid.titles {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  justify-content: space-between;
  align-items: start;
  width: auto;
  height: auto;
  padding-bottom: 40px;
  position: absolute;
  inset: auto 50px 0%;
}

.main-grid.abstand {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 0;
}

.main-grid.abstand.breite {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 60em;
  display: grid;
}

.main-nav {
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
}

.main-nav.bg-main-gray {
  z-index: 999;
  background-color: #f1f1f17a;
  justify-content: flex-start;
  align-items: center;
  height: 5vh;
  display: flex;
  position: relative;
}

.flex {
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  line-height: 0;
  text-decoration: none;
  display: flex;
  position: static;
}

.flex.align-right {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
  margin-right: 0;
  position: static;
  inset: auto 0% 0% auto;
}

.flex.align-right.align-bottom {
  position: absolute;
}

.flex.vert {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  margin-top: 140px;
}

.flex.vert.text {
  justify-content: flex-start;
  align-items: flex-start;
}

.flex.space-margin {
  margin-bottom: 100px;
}

.flex._1 {
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 2%;
}

.flex.align-center {
  justify-content: center;
  margin-bottom: 20px;
}

.flex.align-bottom {
  margin-bottom: 20px;
}

.flex.breit {
  justify-content: flex-end;
  align-items: center;
  width: auto;
}

.flex.footer {
  width: 90%;
}

.flex.space {
  padding-left: 60px;
}

.heading-xlarge {
  letter-spacing: -.8vh;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12vh;
  font-weight: 900;
  line-height: .8;
}

.heading-xlarge.smaller {
  font-size: 16vh;
}

.heading-xlarge.long {
  margin-top: 60px;
  font-size: 12vh;
}

.image-hero {
  text-align: center;
  object-fit: cover;
  width: 100%;
  height: auto;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6%;
  padding-right: 6%;
  position: absolute;
  inset: 0% 0% auto;
}

.heading-xsmall {
  line-height: 1;
}

.heading-xsmall.text-color-dark-gray {
  color: var(--background_white);
  text-align: center;
  text-transform: uppercase;
  margin-left: 7px;
  margin-right: 7px;
  line-height: 1;
}

.heading-xsmall.text-color-dark-gray.no-space {
  text-align: left;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  font-style: normal;
  line-height: 1.2;
}

.heading-xsmall.text-color-dark-gray.no-space.neu {
  text-align: left;
}

.heading-xsmall.text-color-dark-gray.no-space-mobil {
  text-align: left;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  font-style: normal;
  line-height: 1.2;
}

.heading-xsmall.text-color-dark-gray.no-space-mobil.neu {
  text-align: left;
}

.heading-xsmall.text-color-dark-gray-2 {
  text-align: center;
  text-transform: uppercase;
  margin-left: 7px;
  margin-right: 7px;
  line-height: 1;
}

.link-bto {
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: opacity 1s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-button {
  text-align: center;
  text-transform: none;
  border: 1px solid #848484;
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 32px;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.main-button:hover {
  background-color: #000;
  border-color: #000;
}

.main-button.mini {
  align-items: center;
  width: 32px;
  margin-left: 14px;
}

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

.divider.bg-dark-gray.space-50-padding {
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.divider.bg-main-gray {
  background-color: var(--background_white);
  flex: none;
  width: 74%;
}

.main-paragraph {
  text-align: justify;
  letter-spacing: -3px;
  margin-top: 10px;
  margin-left: 0;
  font-size: 56px;
  line-height: 1.2;
}

.main-paragraph.space-20 {
  border-bottom: 1px solid #000;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.main-paragraph.breit {
  text-align: right;
  margin-top: 0;
  font-weight: 700;
}

.main-paragraph.ohne-space-20 {
  border-bottom: 1px solid #000;
  margin-top: 60px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.wrap-div-med {
  flex-direction: row;
  display: flex;
}

.wrap-med {
  flex: 0 auto;
  align-self: flex-end;
  margin-bottom: 18px;
  margin-left: 16px;
}

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

.paragraph--6-px.video {
  display: flex;
}

.space-100 {
  height: auto;
}

.image-dieter {
  object-fit: cover;
  border-radius: 100%;
  overflow: hidden;
}

.image-project {
  object-fit: cover;
  border-radius: 0%;
  overflow: hidden;
}

.portfa {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  margin-bottom: 14px;
  display: flex;
  position: relative;
}

.paragraph-18px {
  font-size: 15px;
  line-height: 1.4;
}

.paragraph-18px.text-color-dark-gray {
  color: var(--background_white);
  text-align: justify;
  margin-bottom: 0;
  position: relative;
}

.heading-medium {
  font-size: 16vh;
  line-height: 1;
}

.heading-medium.text-color-white {
  font-weight: 300;
}

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

.letter-use {
  z-index: 11;
  width: 100%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  overflow: hidden;
}

.wrap-block {
  width: 40%;
  height: 10vh;
}

.imagem-dieter {
  background-image: url('../images/mohamed-nohassi-T8r6lWluRzg-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
}

.main-container {
  max-width: 1420px;
  padding-left: 50px;
  padding-right: 50px;
}

.main-container.space-bottom {
  max-width: 1680px;
  padding-bottom: 200px;
}

.main-container.space-bottom.kein-abstand {
  padding-bottom: 0;
}

.main-section {
  z-index: 10;
  background-color: var(--main-beige);
}

.main-section.bg-main-gray {
  background-color: var(--main-beige);
}

.container-full {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.letter-font {
  white-space: nowrap;
  font-size: 130px;
  font-weight: 900;
  line-height: 1.1;
}

.dot-text {
  font-size: 70px;
}

.inner-letreiro {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  display: flex;
}

.image {
  flex: none;
  width: 12px;
  height: 12px;
}

.button-view {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 9em;
  height: 9em;
  margin-top: 0;
  margin-right: 29px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 2px 3px 15px #00000026;
}

.bg-button-view {
  z-index: 1;
  background-color: #000;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.main-paragraph-copy {
  letter-spacing: -3px;
  font-size: 56px;
  line-height: 1;
}

.main-paragraph-copy.text-color-dark-gray {
  padding: 10px 34px;
  position: relative;
}

.see-more-bto {
  text-align: center;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: opacity 1s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-button-large {
  text-align: center;
  border: 1px solid #848484;
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 32px;
  display: flex;
}

.main-button-large.large {
  border-left-style: none;
  height: 76px;
}

.menu-item {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-end;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.hifen {
  background-color: #000;
  width: 14px;
  height: 2px;
  margin-bottom: 5px;
}

.text-block-2 {
  color: #000;
}

.image-3 {
  object-fit: scale-down;
  max-width: 100%;
  margin-left: 140px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.image-wrapper {
  background-color: var(--main-beige);
  border-radius: 24px;
  flex-direction: column;
  flex: 1;
  margin-left: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-wrapper.absolut {
  z-index: 0;
  position: absolute;
  right: 0%;
}

.image-wrapper.absolut.header {
  width: 50em;
}

.image-wrapper.video {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.tall-image {
  z-index: 1;
  object-fit: cover;
  width: 50%;
  height: 35em;
}

.tall-image.rechts {
  background-color: var(--main-beige);
  color: var(--main-beige);
  width: 50vw;
  height: 450px;
}

.corner-graphic {
  z-index: 2;
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0;
}

.corner-graphic.bottom-right {
  inset: auto 0 0 auto;
  transform: rotate(180deg);
}

.corner-graphic.bottom-left {
  top: auto;
  bottom: 0;
  transform: rotate(-90deg);
}

.corner-graphic.top-right {
  transform-style: preserve-3d;
  left: auto;
  right: 0;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.corner-graphic-top {
  z-index: 1;
  align-items: flex-start;
  display: flex;
}

.corner-graphic-polygon {
  background-color: var(--main-beige);
  border-bottom-right-radius: 24px;
  width: 96px;
  height: 96px;
}

.corner-graphic-polygon.wide {
  border: 1px #4e1919;
  width: 192px;
}

.corner-graphic-polygon.xwide {
  width: 288px;
}

.graphic-round-1 {
  display: block;
  transform: rotate(180deg);
}

.collection-list-wrapper {
  margin-bottom: 220px;
}

.collection-list-wrapper.abstand.breite {
  width: 60em;
}

.quick-stack {
  width: 100%;
  height: auto;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.cell-brand {
  justify-content: center;
  align-items: center;
}

.we-are-box {
  text-transform: uppercase;
  margin-left: 0;
  margin-right: auto;
  font-weight: 700;
}

.text-no {
  display: none;
}

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

.menu-button-wrapper {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: fixed;
}

.menu-button-3 {
  background-color: #0000;
  height: auto;
  padding: 0;
  display: block;
}

.menu-button-3:focus-visible, .menu-button-3[data-wf-focus-visible], .menu-button-3.w--open {
  background-color: #0000;
}

.dot-menu-button {
  filter: contrast(0%);
  background-color: #0000;
  background-image: url('../images/open-menu.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 0;
  width: 30px;
  height: 30px;
  font-family: Inter, sans-serif;
}

.nav-menu-3 {
  z-index: 90;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 40px;
  margin-right: 40px;
  text-decoration: none;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.nav-link-6 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #000;
  text-decoration: none;
  transition: opacity .6s;
}

.nav-link-6:hover {
  opacity: .1;
}

.nav-link-6.w--current {
  color: #ff5864;
}

.nav-link-text-2 {
  color: var(--main-beige);
  text-align: center;
  letter-spacing: -2px;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 8vw;
  font-weight: 400;
  line-height: .8;
  text-decoration: none;
}

.overlay-menu {
  background-color: var(--background_white);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  width: 100vw;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.image-4 {
  width: 10rem;
}

.image-header {
  object-fit: scale-down;
  max-width: 100%;
  margin-left: 140px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.image-header.oben {
  margin: 0 auto 100px;
  top: auto;
}

.image-header.mitte {
  margin: 0 auto;
}

.imagem-dieter-3 {
  background-image: url('../images/Sales_073855_dark.webp');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
  margin-top: 100px;
}

.imagem-dieter-3.neu {
  background-image: url('../images/07.webp');
}

.flex-2 {
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  line-height: 0;
  text-decoration: none;
  display: flex;
  position: static;
}

.flex-2.vert {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
}

.flex-2._1 {
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 2%;
}

.paragraph-18px-2 {
  font-size: 18px;
  line-height: 1.4;
}

.paragraph-18px-2.text-color-white {
  color: var(--background_white);
  font-size: 16px;
}

.heading-xlarge-2 {
  letter-spacing: -.8vh;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12vh;
  font-weight: 900;
  line-height: .8;
}

.button-view-2 {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 9em;
  height: 9em;
  margin-top: -54px;
  margin-right: 29px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 2px 3px 15px #00000026;
}

.flex-3 {
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 100px;
  line-height: 0;
  text-decoration: none;
  display: flex;
  position: static;
}

.flex-3.vert {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
}

.flex-3.space-margin {
  margin-bottom: 38px;
}

.flex-3.impressum {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 100px;
  margin-bottom: 220px;
}

.main-section-2 {
  z-index: 10;
}

.main-paragraph-2 {
  text-align: justify;
  letter-spacing: -3px;
  margin-bottom: 140px;
  font-size: 56px;
  line-height: 1;
}

.main-grid-2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  height: 100%;
}

.home-hero_heading-mask-2 {
  z-index: 1;
  mix-blend-mode: normal;
  font-size: 1vh;
  line-height: 1;
  position: relative;
  top: -5vh;
  overflow: hidden;
}

.home-hero_heading-mask-2.black {
  color: #000;
  top: auto;
}

.home-hero_heading-mask-2.black.sichtbar {
  overflow: visible;
}

.hero-grid-bg {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  pointer-events: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: calc(100% - 40px);
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: absolute;
  inset: 0%;
}

.home-hero_wrapper {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.hero-grid_block {
  border-right: 1px solid #e8e8e8;
}

.hero-grid_block.first-block {
  border-left: 1px solid #e8e8e8;
}

.section_hero {
  color: #fff;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  display: flex;
  position: relative;
}

.section_hero.cc-home-page {
  justify-content: flex-start;
  align-items: center;
  height: auto;
  min-height: auto;
  padding-top: 8rem;
  padding-bottom: 3rem;
}

.padding-global {
  width: 100%;
  height: 100%;
  padding-left: 1.3125rem;
  padding-right: 1.3125rem;
  overflow: visible;
}

.container-large {
  width: 100%;
  max-width: 100rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container-large.cc-home-page {
  max-width: none;
  position: relative;
}

.home-hero_heading-2 {
  color: #fff;
  text-align: center;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 11rem;
  font-weight: 600;
  line-height: 1;
}

.home-hero_heading-2.wh_black {
  background-color: var(--main-beige);
  color: var(--background_white);
  text-align: left;
  letter-spacing: -.8px;
  text-transform: lowercase;
  max-width: 75%;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  font-family: Inter, sans-serif;
  font-size: 12vh;
  font-weight: 900;
  line-height: .8;
}

.home-hero_heading-2.wh_black.off {
  display: none;
}

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

.ex-cms {
  height: auto;
}

.button-view-3 {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 9em;
  height: 9em;
  margin-top: -54px;
  margin-right: 29px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 2px 3px 15px #00000026;
}

.heading-xlarge-3 {
  letter-spacing: -.8vh;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12vh;
  font-weight: 900;
  line-height: .8;
}

.flex-4 {
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  line-height: 0;
  text-decoration: none;
  display: flex;
  position: static;
}

.flex-4.vert {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
}

.main-grid-3 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  height: 100%;
  margin-top: 220px;
}

.main-grid-3.titles {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  justify-content: space-between;
  align-items: start;
  width: auto;
  height: auto;
  padding-bottom: 40px;
  position: absolute;
  inset: auto 50px 0%;
}

.text-color-dark-gray-2 {
  z-index: 2;
  color: #848484;
  text-decoration: none;
  position: relative;
}

.div-akquise {
  display: flex;
}

.div-block {
  flex-flow: row;
  display: block;
}

.abstand {
  flex-flow: row;
  width: 75em;
  display: block;
}

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

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

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

.main-impressum {
  text-align: justify;
  letter-spacing: -3px;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 1;
}

.main-grid-imp {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  height: 100%;
}

.link-footer {
  color: var(--background_white);
  text-decoration: none;
  transition: opacity .6s;
}

.link-footer:hover {
  opacity: .3;
  text-decoration: none;
}

.div-adressen {
  display: flex;
}

@media screen and (min-width: 1280px) {
  .flex {
    min-width: 0;
  }

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

  .flex.video {
    min-width: 30vw;
    max-height: 50vh;
  }

  .flex.abstand {
    margin-left: 60px;
  }

  .divider.bg-dark-gray.abstand {
    margin-bottom: -153px;
  }

  .main-paragraph, .main-paragraph.space-20, .main-paragraph.breit, .main-paragraph.ohne-space-20 {
    max-width: none;
  }

  .paragraph--6-px.video {
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .tall-image {
    height: 35em;
  }

  .corner-graphic-polygon.xwide {
    width: 288px;
  }
}

@media screen and (min-width: 1920px) {
  .text-color-dark-gray.black {
    color: var(--background_white);
  }

  .main-grid.titles {
    margin-top: 100px;
  }

  .main-grid._100vh {
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
  }

  .main-grid._75 {
    width: 75vw;
    margin-left: auto;
    margin-right: auto;
  }

  .main-grid._75.footer {
    grid-auto-rows: 10em;
  }

  .main-grid.abstand.breite {
    width: 75em;
  }

  .flex.align-right {
    height: auto;
  }

  .main-button {
    margin-top: 0;
  }

  .divider.bg-dark-gray {
    border: 1px #000;
  }

  .divider.bg-dark-gray.space-50-padding {
    margin-top: 0;
  }

  .main-paragraph.space-20 {
    margin-bottom: 0;
  }

  .main-paragraph.ohne-100 {
    margin-top: 0;
  }

  .main-paragraph.ohne-space-20 {
    margin-bottom: 0;
  }

  .portfa {
    height: auto;
  }

  .main-section.bg-main-gray {
    margin-top: 0;
  }

  .main-button-large.large {
    border-style: none;
    border-width: 0;
  }

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

  .image-wrapper.absolut {
    right: 10%;
  }

  .tall-image {
    height: 45em;
  }

  .tall-image.rechts.wide {
    width: 654px;
  }

  .collection-list-wrapper.abstand.breite {
    width: 75em;
  }

  .nav-link-text-2 {
    font-size: 6vw;
  }

  .image-header {
    max-width: 75%;
    margin-left: auto;
    margin-right: 0;
    position: absolute;
    inset: 30% 0% 0% auto;
  }

  .image-header.oben, .image-header.mitte {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: static;
    top: auto;
    bottom: auto;
    right: auto;
  }

  .heading-xlarge-2 {
    max-width: none;
  }

  .flex-3.breite {
    width: 100%;
    max-width: none;
  }

  .home-hero_heading-mask-2.black.sichtbar {
    overflow: visible;
  }

  .container-large.cc-home-page {
    max-width: none;
  }

  .abstand {
    width: 80em;
  }
}

@media screen and (max-width: 991px) {
  .brand {
    margin-left: 16px;
  }

  .nav-menu {
    background-color: #f1f1f1;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 16px;
  }

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

  .main-grid.space-top.grid, .main-grid.titles {
    grid-template-columns: 1fr;
  }

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

  .main-grid._75.footer {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    height: auto;
  }

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

  .main-nav.bg-main-gray {
    padding-left: 0;
    padding-right: 0;
  }

  .flex.vert.space-too {
    padding-left: 16px;
    padding-right: 16px;
  }

  .flex.align-bottom {
    width: 100%;
  }

  .flex.space {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    display: block;
  }

  .image-hero {
    padding-left: 0%;
    padding-right: 0%;
    inset: 16.2vh 0% auto;
  }

  .heading-xsmall.text-color-dark-gray.no-space, .heading-xsmall.text-color-dark-gray.no-space-mobil {
    text-align: left;
  }

  .text-span {
    font-size: 16vh;
  }

  .button-view {
    margin-top: -139px;
  }

  .menu-button {
    background-color: #0000;
    margin-right: 16px;
  }

  .menu-button.w--open {
    background-color: #f1f1f1;
    margin-right: 16px;
  }

  .icon {
    color: #000;
  }

  .text-block-3 {
    font-size: 90px;
    line-height: 1.5;
  }

  .tall-image {
    height: 540px;
  }

  .quick-stack {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-3 {
    display: none;
  }

  .nav-link-text-2 {
    font-size: 6rem;
  }

  .overlay-menu {
    display: none;
  }

  .flex-2.vert.space-too {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-view-2 {
    margin-top: -139px;
  }

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

  .section_hero {
    padding-top: 3rem;
  }

  .section_hero.cc-home-page {
    padding-bottom: 5rem;
  }

  .home-hero_heading-2 {
    font-size: 5rem;
  }

  .button-view-3 {
    margin-top: -139px;
  }

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

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

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

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

@media screen and (max-width: 767px) {
  .container {
    justify-content: center;
    width: 100vw;
  }

  .main-grid.space-top.grid {
    padding-top: 0;
  }

  .main-grid.midlle {
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .main-grid.titles {
    width: auto;
    left: 16px;
    right: 16px;
  }

  .main-nav.bg-main-gray {
    padding-left: 0;
    padding-right: 0;
  }

  .flex.align-right {
    flex-flow: column;
  }

  .flex.align-right.align-bottom {
    flex: 0 auto;
    width: auto;
    margin-right: 16px;
  }

  .flex.align-bottom {
    display: none;
  }

  .heading-xsmall.text-color-dark-gray.no-space {
    text-align: left;
    padding-left: 0;
  }

  .heading-xsmall.text-color-dark-gray.no-space-mobil {
    text-align: left;
    display: block;
  }

  .main-paragraph {
    letter-spacing: -1px;
    font-size: 26px;
  }

  .paragraph--6-px {
    margin-top: -19px;
  }

  .space-100 {
    height: 40px;
  }

  .heading-medium.text-color-white, .text-span {
    font-size: 12vh;
  }

  .main-container.space-bottom, .container-full {
    padding-left: 16px;
    padding-right: 16px;
  }

  .main-paragraph-copy.text-color-dark-gray {
    font-size: 50px;
  }

  .tall-image {
    height: 320px;
  }

  .corner-graphic {
    transform: scale3d(1none, 1none, 1none);
  }

  .corner-graphic-polygon {
    width: 72px;
    height: 72px;
  }

  .nav-menu-3 {
    justify-content: center;
    margin-right: 60px;
    display: none;
  }

  .nav-link-text-2 {
    font-size: 4rem;
  }

  .main-paragraph-2 {
    letter-spacing: -1px;
    font-size: 26px;
  }

  .hero-grid-bg {
    width: calc(100% - 32px);
  }

  .section_hero.cc-home-page {
    height: 100svh;
    padding-top: 8rem;
    padding-bottom: 4rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .home-hero_heading-2 {
    font-size: 15vw;
  }

  .ex-cms {
    height: 40px;
  }

  .main-grid-3.titles {
    width: auto;
    left: 16px;
    right: 16px;
  }

  .div-impressum {
    flex-flow: row;
    justify-content: space-between;
    display: flex;
  }

  .main-impressum {
    letter-spacing: -1px;
    font-size: 26px;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    margin-left: 16px;
    padding-left: 0;
  }

  .container {
    object-fit: fill;
    overflow: hidden;
  }

  .nav-menu {
    padding-right: 0;
  }

  .main-grid.space-top.grid {
    justify-items: center;
  }

  .main-grid._75.footer {
    margin-top: 40px;
  }

  .main-grid.titles {
    padding-bottom: 10vh;
    overflow: visible;
  }

  .main-nav.bg-main-gray {
    padding-left: 0;
  }

  .flex.align-right {
    display: block;
  }

  .flex.align-bottom {
    display: none;
  }

  .heading-xlarge {
    letter-spacing: -.6vh;
    font-size: 12vh;
  }

  .image-hero {
    width: 100vw;
    margin-top: 0;
    margin-left: 0;
    top: 0;
    left: 0;
    overflow: hidden;
  }

  .heading-xsmall.text-color-dark-gray.no-space {
    text-align: left;
  }

  .heading-xsmall.text-color-dark-gray.no-space-mobil {
    text-align: left;
    margin-top: 40px;
  }

  .divider.bg-dark-gray {
    margin-top: -400px;
  }

  .divider.bg-main-gray {
    width: 50%;
  }

  .main-paragraph.space-20, .main-paragraph.ohne-space-20 {
    margin-bottom: 0;
    padding-top: 10px;
  }

  .portfa {
    margin-bottom: 20px;
  }

  .paragraph-18px {
    font-size: 14px;
  }

  .imagem-dieter {
    background-position: 26%;
  }

  .main-section.bg-main-gray {
    overflow: visible;
  }

  .button-view {
    width: 7em;
    height: 7em;
  }

  .main-paragraph-copy.text-color-dark-gray {
    letter-spacing: -2px;
    padding: 0 16px;
    font-size: 28px;
  }

  .main-button-large.large {
    height: 48px;
  }

  .image-3 {
    width: 200%;
    max-width: none;
    margin-left: -18vw;
    padding-top: 9vh;
    overflow: hidden;
  }

  .menu-button, .menu-button.w--open {
    margin-right: 0;
    padding-right: 10px;
  }

  .text-block-3 {
    font-size: 55px;
    line-height: 2.3;
  }

  .tall-image {
    height: 260px;
  }

  .corner-graphic-polygon {
    width: 66px;
    height: 66px;
  }

  .corner-graphic-polygon.wide {
    width: 96px;
  }

  .corner-graphic-polygon.xwide {
    width: 120px;
  }

  .dot-menu-button {
    width: 15px;
    height: 15px;
  }

  .nav-menu-3 {
    justify-content: flex-end;
    margin-right: 40px;
    display: none;
  }

  .nav-link-text-2 {
    font-size: 4rem;
  }

  .overlay-menu {
    display: none;
  }

  .image-header {
    width: 200%;
    max-width: none;
    margin-left: -18vw;
    padding-top: 9vh;
    overflow: hidden;
  }

  .imagem-dieter-3 {
    background-position: 26%;
  }

  .paragraph-18px-2 {
    font-size: 14px;
  }

  .heading-xlarge-2 {
    letter-spacing: -.6vh;
    font-size: 12vh;
  }

  .button-view-2 {
    width: 7em;
    height: 7em;
  }

  .main-section-2.bg-main-gray {
    overflow: visible;
  }

  .home-hero_heading-mask-2 {
    z-index: 2;
    overflow: visible;
  }

  .home-hero_wrapper {
    flex-flow: column;
  }

  .section_hero.cc-home-page {
    padding-top: 6rem;
  }

  .home-hero_heading-2 {
    font-size: 18vw;
  }

  .button-view-3 {
    width: 7em;
    height: 7em;
  }

  .heading-xlarge-3 {
    letter-spacing: -.6vh;
    font-size: 12vh;
  }

  .main-grid-3.titles {
    padding-bottom: 10vh;
    overflow: visible;
  }

  .div-impressum {
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .div-adressen {
    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: flex;
  }
}

#w-node-f7a49027-4e7e-de73-71be-f4005f25831e-5e21416c {
  grid-area: 1 / 1 / 2 / 10;
  place-self: start;
}

#w-node-_694a7b6b-62e0-5310-f42f-f4a016923f0d-5e21416c {
  grid-area: 2 / 3 / 3 / 13;
  place-self: start;
}

#w-node-_5925fa77-73fc-94f8-fb10-b69fcd0fce48-5e21416c {
  grid-area: 1 / 9 / 2 / 11;
}

#w-node-b9e199b7-c9d2-26e1-829e-58f85f0d176a-5e21416c {
  grid-area: 3 / 9 / 4 / 13;
  justify-self: end;
}

#w-node-_1f9d06dd-2d01-e716-1cce-86fa90ccfe35-5e21416c {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-_1f9d06dd-2d01-e716-1cce-86fa90ccfe38-5e21416c {
  grid-area: 2 / 4 / 3 / 13;
  place-self: start;
}

#w-node-_1f9d06dd-2d01-e716-1cce-86fa90ccfe3d-5e21416c {
  grid-area: 1 / 9 / 2 / 11;
}

#w-node-_4a16fda9-df93-bf4b-dd66-cc948f25756e-5e21416c {
  grid-area: 2 / 1 / 3 / 13;
  place-self: start;
}

#w-node-_9cf86057-c80e-6a3a-7fd9-3252a87c1929-5e21416c {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_7cd5e1c9-2f3e-bc9b-2816-4b3e7f2d1af1-5e21416c {
  grid-area: 4 / 5 / 5 / 12;
}

#w-node-b6efdd33-db9e-5ed6-35ed-27c8eea075ed-5e21416c {
  grid-area: 5 / 5 / 6 / 8;
}

#w-node-_12a0d88e-c356-1bc9-217b-2a51b0fa5676-5e21416c {
  grid-area: 5 / 7 / 6 / 12;
}

#w-node-d3fa9923-e379-0dd7-0b82-2d428139e6d2-5e21416c {
  grid-area: 6 / 5 / 7 / 6;
}

#w-node-_955f59b6-8e5c-fd5d-2059-b420f64aa25a-5e21416c {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-_955f59b6-8e5c-fd5d-2059-b420f64aa25d-5e21416c {
  grid-area: 2 / 4 / 3 / 12;
}

#w-node-_955f59b6-8e5c-fd5d-2059-b420f64aa260-5e21416c {
  grid-area: 4 / 4 / 6 / 13;
}

#w-node-c86db6da-adec-6d8a-84ca-2f77f68b230c-5e21416c {
  grid-area: 5 / 4 / 6 / 13;
}

#w-node-_1dfdabfd-1992-c607-2fc2-fde51ca53879-5e21416c {
  grid-area: 2 / 1 / 3 / 12;
}

#w-node-_9dca59b0-0d81-e573-aad9-00ec2e249ccb-5e21416c {
  grid-area: 3 / 1 / 4 / 11;
  align-self: center;
}

#w-node-e1f605d7-990d-79b4-51a1-5af8a14db296-5e21416c {
  grid-area: 3 / 11 / 4 / 12;
  justify-self: end;
}

#w-node-_374ae82f-dcdf-54f6-a6b0-e27fe1ce6db0-5e21416c {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_374ae82f-dcdf-54f6-a6b0-e27fe1ce6db1-5e21416c {
  grid-area: 2 / 1 / 3 / 12;
}

#w-node-_374ae82f-dcdf-54f6-a6b0-e27fe1ce6db4-5e21416c {
  grid-area: 3 / 1 / 4 / 11;
  align-self: center;
}

#w-node-_374ae82f-dcdf-54f6-a6b0-e27fe1ce6db7-5e21416c {
  grid-area: 3 / 11 / 4 / 12;
  justify-self: end;
}

#w-node-f59a3059-88e0-d035-18ed-9a3a427de34f-5e21416c {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-f59a3059-88e0-d035-18ed-9a3a427de350-5e21416c {
  grid-area: 2 / 1 / 3 / 12;
}

#w-node-f59a3059-88e0-d035-18ed-9a3a427de353-5e21416c {
  grid-area: 3 / 1 / 4 / 11;
  align-self: center;
}

#w-node-f59a3059-88e0-d035-18ed-9a3a427de356-5e21416c {
  grid-area: 3 / 11 / 4 / 12;
  justify-self: end;
}

#w-node-_0de63a5c-787c-2796-379d-f615c1a09b9f-5e21416c {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_0de63a5c-787c-2796-379d-f615c1a09ba0-5e21416c {
  grid-area: 2 / 1 / 3 / 12;
}

#w-node-_0de63a5c-787c-2796-379d-f615c1a09ba3-5e21416c {
  grid-area: 3 / 1 / 4 / 11;
  align-self: center;
}

#w-node-_0de63a5c-787c-2796-379d-f615c1a09ba6-5e21416c {
  grid-area: 3 / 11 / 4 / 12;
  justify-self: end;
}

#w-node-a4730f93-9b40-26fc-40f7-ff6eef995258-5e21416c {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-a4730f93-9b40-26fc-40f7-ff6eef995259-5e21416c {
  grid-area: 2 / 1 / 3 / 12;
}

#w-node-a4730f93-9b40-26fc-40f7-ff6eef99525c-5e21416c {
  grid-area: 3 / 1 / 4 / 11;
  align-self: center;
}

#w-node-a4730f93-9b40-26fc-40f7-ff6eef99525f-5e21416c {
  grid-area: 3 / 11 / 4 / 12;
  justify-self: end;
}

#w-node-_8e1a0a38-2505-3ca8-e71c-aee09a47fbea-5e21416c {
  grid-area: 5 / 2 / 6 / 8;
}

#w-node-_2b562015-b1ef-8999-64fe-f4533093dc07-5e21416c {
  grid-area: 2 / 7 / 3 / 13;
}

#w-node-_58185b46-bd42-9306-999e-c2f01c793f8c-5e21416c {
  grid-area: 2 / 1 / 6 / 7;
}

#w-node-_2c718fd7-05f3-e14c-2a3b-668ad9c3c07d-5e21416c {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_40446628-2e81-4196-e25e-708523b6b23e-5e21416c {
  grid-area: 4 / 4 / 5 / 5;
}

#w-node-_3421f33b-cc27-38cf-ba57-f8eaf48b3b07-5e21416c {
  grid-area: 5 / 2 / 6 / 8;
}

#w-node-_56e52c01-9b6d-5154-8a18-9205eb792fc0-eb792f95 {
  grid-area: 3 / 4 / 4 / 13;
  align-self: end;
}

#w-node-_56e52c01-9b6d-5154-8a18-9205eb792fc3-eb792f95 {
  grid-area: 4 / 6 / 5 / 13;
  align-self: start;
}

#w-node-_56e52c01-9b6d-5154-8a18-9205eb792fc7-eb792f95 {
  grid-area: 6 / 1 / 7 / 6;
}

#w-node-_56e52c01-9b6d-5154-8a18-9205eb792fc6-eb792f95 {
  grid-area: 6 / 1 / 7 / 13;
  align-self: center;
}

#w-node-_98ba4e6e-67df-1881-f1c6-32030b90566c-eb792f95 {
  grid-area: 7 / 1 / 8 / 13;
}

#w-node-_56e52c01-9b6d-5154-8a18-9205eb792fd9-eb792f95 {
  grid-area: 7 / 4 / 8 / 7;
}

#w-node-_04b2b44e-a1c3-8d48-ad72-28cbfe86bb80-eb792f95 {
  grid-area: 7 / 7 / 8 / 10;
}

#w-node-a3f11cb8-9b1c-e402-da3d-b6c1e73821a6-eb792f95 {
  grid-area: 7 / 10 / 8 / 13;
}

#w-node-_56e52c01-9b6d-5154-8a18-9205eb792fe4-eb792f95 {
  grid-area: 8 / 1 / 9 / 6;
  align-self: end;
}

#w-node-_56e52c01-9b6d-5154-8a18-9205eb792fea-eb792f95 {
  grid-area: 8 / 9 / 9 / 13;
  place-self: end;
}

#w-node-a5712c48-a951-3a85-c4ae-0078bf9164a4-13736be7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_955f59b6-8e5c-fd5d-2059-b420f64aa25a-319ac0d5 {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-_955f59b6-8e5c-fd5d-2059-b420f64aa25d-319ac0d5 {
  grid-area: 2 / 4 / 3 / 12;
}

#w-node-_955f59b6-8e5c-fd5d-2059-b420f64aa25a-f2f7a8f4 {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-_955f59b6-8e5c-fd5d-2059-b420f64aa25d-f2f7a8f4 {
  grid-area: 2 / 4 / 3 / 12;
}

@media screen and (min-width: 1920px) {
  #w-node-_694a7b6b-62e0-5310-f42f-f4a016923f0d-5e21416c {
    grid-area: 2 / 2 / 3 / 13;
    place-self: start;
  }

  #w-node-_1dfdabfd-1992-c607-2fc2-fde51ca53879-5e21416c, #w-node-_374ae82f-dcdf-54f6-a6b0-e27fe1ce6db1-5e21416c, #w-node-f59a3059-88e0-d035-18ed-9a3a427de350-5e21416c, #w-node-_0de63a5c-787c-2796-379d-f615c1a09ba0-5e21416c, #w-node-a4730f93-9b40-26fc-40f7-ff6eef995259-5e21416c {
    grid-area: 2 / 1 / 3 / 12;
  }

  #w-node-_58185b46-bd42-9306-999e-c2f01c793f8c-5e21416c {
    grid-area: 2 / 1 / 6 / 7;
  }

  #w-node-_56e52c01-9b6d-5154-8a18-9205eb792fc6-eb792f95 {
    grid-area: 6 / 1 / 7 / 13;
    align-self: center;
  }

  #w-node-_56e52c01-9b6d-5154-8a18-9205eb792fea-eb792f95 {
    grid-area: 8 / 9 / 9 / 13;
    place-self: end start;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_694a7b6b-62e0-5310-f42f-f4a016923f0d-5e21416c {
    grid-area: 2 / 3 / 3 / 13;
    place-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-f7a49027-4e7e-de73-71be-f4005f25831e-5e21416c, #w-node-_694a7b6b-62e0-5310-f42f-f4a016923f0d-5e21416c {
    grid-column: 1 / 3;
  }

  #w-node-_5925fa77-73fc-94f8-fb10-b69fcd0fce48-5e21416c {
    grid-column: 2 / 3;
    justify-self: end;
  }

  #w-node-_1f9d06dd-2d01-e716-1cce-86fa90ccfe35-5e21416c {
    grid-column-end: 3;
  }

  #w-node-_1f9d06dd-2d01-e716-1cce-86fa90ccfe38-5e21416c {
    grid-column: 1 / 3;
  }

  #w-node-_1f9d06dd-2d01-e716-1cce-86fa90ccfe3d-5e21416c {
    grid-column: 2 / 3;
    justify-self: end;
  }

  #w-node-_4a16fda9-df93-bf4b-dd66-cc948f25756e-5e21416c, #w-node-_7cd5e1c9-2f3e-bc9b-2816-4b3e7f2d1af1-5e21416c {
    grid-column: 1 / 3;
  }

  #w-node-b6efdd33-db9e-5ed6-35ed-27c8eea075ed-5e21416c {
    grid-column: 1 / 2;
  }

  #w-node-_12a0d88e-c356-1bc9-217b-2a51b0fa5676-5e21416c, #w-node-d3fa9923-e379-0dd7-0b82-2d428139e6d2-5e21416c {
    grid-column: 2 / 3;
  }

  #w-node-_955f59b6-8e5c-fd5d-2059-b420f64aa25a-5e21416c {
    grid-column-end: 3;
  }

  #w-node-_955f59b6-8e5c-fd5d-2059-b420f64aa25d-5e21416c {
    grid-column: 1 / 3;
  }

  #w-node-_955f59b6-8e5c-fd5d-2059-b420f64aa260-5e21416c {
    grid-column: 2 / 3;
  }

  #w-node-_8e1a0a38-2505-3ca8-e71c-aee09a47fbea-5e21416c, #w-node-_2b562015-b1ef-8999-64fe-f4533093dc07-5e21416c {
    grid-column: 1 / 3;
  }

  #w-node-_2c718fd7-05f3-e14c-2a3b-668ad9c3c07d-5e21416c {
    grid-column-end: 3;
  }

  #w-node-_40446628-2e81-4196-e25e-708523b6b23e-5e21416c {
    grid-column: 2 / 3;
  }

  #w-node-_3421f33b-cc27-38cf-ba57-f8eaf48b3b07-5e21416c, #w-node-_56e52c01-9b6d-5154-8a18-9205eb792fc0-eb792f95, #w-node-_56e52c01-9b6d-5154-8a18-9205eb792fc3-eb792f95 {
    grid-column: 1 / 3;
  }

  #w-node-_56e52c01-9b6d-5154-8a18-9205eb792fc7-eb792f95, #w-node-_56e52c01-9b6d-5154-8a18-9205eb792fc6-eb792f95 {
    grid-column-end: 3;
  }

  #w-node-_98ba4e6e-67df-1881-f1c6-32030b90566c-eb792f95 {
    grid-area: 7 / 1 / 8 / 3;
  }

  #w-node-_56e52c01-9b6d-5154-8a18-9205eb792fd9-eb792f95, #w-node-_04b2b44e-a1c3-8d48-ad72-28cbfe86bb80-eb792f95, #w-node-a3f11cb8-9b1c-e402-da3d-b6c1e73821a6-eb792f95 {
    grid-column: 2 / 3;
  }

  #w-node-_56e52c01-9b6d-5154-8a18-9205eb792fe4-eb792f95 {
    grid-column-end: 2;
    justify-self: auto;
  }

  #w-node-_56e52c01-9b6d-5154-8a18-9205eb792fea-eb792f95 {
    grid-column: 2 / 3;
  }

  #w-node-_955f59b6-8e5c-fd5d-2059-b420f64aa25a-319ac0d5 {
    grid-column-end: 3;
  }

  #w-node-_955f59b6-8e5c-fd5d-2059-b420f64aa25d-319ac0d5 {
    grid-column: 1 / 3;
  }

  #w-node-_955f59b6-8e5c-fd5d-2059-b420f64aa25a-f2f7a8f4 {
    grid-column-end: 3;
  }

  #w-node-_955f59b6-8e5c-fd5d-2059-b420f64aa25d-f2f7a8f4 {
    grid-column: 1 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4a16fda9-df93-bf4b-dd66-cc948f25756e-5e21416c, #w-node-_7cd5e1c9-2f3e-bc9b-2816-4b3e7f2d1af1-5e21416c, #w-node-b6efdd33-db9e-5ed6-35ed-27c8eea075ed-5e21416c {
    grid-column: 1 / 3;
  }

  #w-node-_12a0d88e-c356-1bc9-217b-2a51b0fa5676-5e21416c {
    grid-column: 2 / 3;
  }

  #w-node-d3fa9923-e379-0dd7-0b82-2d428139e6d2-5e21416c {
    grid-column: 1 / 3;
  }

  #w-node-_56e52c01-9b6d-5154-8a18-9205eb792fe4-eb792f95 {
    grid-column-end: 3;
  }

  #w-node-_56e52c01-9b6d-5154-8a18-9205eb792fea-eb792f95 {
    grid-area: 8 / 1 / 9 / 3;
    place-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9dca59b0-0d81-e573-aad9-00ec2e249ccb-5e21416c, #w-node-_374ae82f-dcdf-54f6-a6b0-e27fe1ce6db4-5e21416c, #w-node-f59a3059-88e0-d035-18ed-9a3a427de353-5e21416c, #w-node-_0de63a5c-787c-2796-379d-f615c1a09ba3-5e21416c, #w-node-a4730f93-9b40-26fc-40f7-ff6eef99525c-5e21416c {
    align-self: start;
  }

  #w-node-_98ba4e6e-67df-1881-f1c6-32030b90566c-eb792f95 {
    grid-area: 5 / 1 / 8 / 3;
  }

  #w-node-_56e52c01-9b6d-5154-8a18-9205eb792fe4-eb792f95 {
    align-self: auto;
  }

  #w-node-_56e52c01-9b6d-5154-8a18-9205eb792fea-eb792f95 {
    grid-area: 8 / 1 / 9 / 3;
    place-self: end start;
  }
}


