:root {
  --_colors---background: #f6f3ef;
  --_colors---black: #120e0c;
  --_colors---shade: #eee5dc;
  --_colors---moss: #748a62;
  --_colors---moss-shade: #657b53;
  --_colors---shade-shade: #e9dfd4;
  --_colors---moss-pale: #889d77;
}

body {
  background-color: var(--_colors---background);
  color: var(--_colors---black);
  font-family: Figtree, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Instrument Serif, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 100%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Instrument Serif, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 100%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Instrument Serif, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 100%;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Instrument Serif, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Instrument Serif, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 20px;
}

.section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.shade {
  background-color: var(--_colors---shade);
}

.container {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}

.container.with-sidebar {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.body {
  padding-top: 70px;
}

.body.index {
  padding-top: 0;
}

.p-l {
  font-size: 24px;
  line-height: 135%;
}

.p-l._60 {
  opacity: .6;
}

.p-l._30 {
  opacity: .3;
}

.p-m {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 135%;
}

.p-m._60 {
  opacity: .6;
}

.p-m._30 {
  opacity: .3;
}

.p-s {
  font-size: 17px;
  line-height: 135%;
}

.p-s._60 {
  opacity: .6;
}

.p-s._30 {
  opacity: .3;
}

.heading {
  font-family: Instrument Serif, sans-serif;
  font-weight: 400;
}

.aside {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 35%;
  margin-top: 80px;
  display: flex;
}

.content-container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.button {
  background-color: var(--_colors---moss);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  font-size: 20px;
  font-weight: 400;
  transition: all .2s;
  display: flex;
  transform: translate(0);
}

.button:hover {
  background-color: var(--_colors---moss-shade);
  transform: translate(0, -2px);
}

.button:active {
  transform: translate(0, -2px)scale(.97);
}

.button.sec {
  background-color: var(--_colors---shade);
  color: var(--_colors---black);
}

.button.sec:hover {
  background-color: var(--_colors---shade);
}

.sidebar-nav {
  flex-flow: column;
  display: flex;
}

.sidebar-nav-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--_colors---black);
  border-radius: 12px;
  padding: 8px 12px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.sidebar-nav-link:hover {
  background-color: var(--_colors---shade);
}

.sidebar-nav-link._60 {
  opacity: .6;
}

.sidebar-nav-link._60:hover {
  opacity: 100;
}

.dot {
  aspect-ratio: 1;
  background-color: var(--_colors---black);
  border-radius: 20px;
  width: 10px;
  height: 10px;
  margin-top: 8px;
}

.image {
  border-radius: 16px;
  width: 100%;
}

.horizontal-cards-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
}

.horizontal-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--_colors---shade);
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  transition: all .2s;
  display: flex;
}

.horizontal-card:hover {
  background-color: var(--_colors---shade-shade);
}

.abstandhalter {
  width: 75px;
  height: 75px;
}

.grid-card-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.grid-card-wrapper._16margin {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.grid-card {
  background-color: var(--_colors---shade);
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  padding: 16px;
  transition: all .2s;
  display: flex;
}

.grid-card:hover {
  background-color: var(--_colors---shade-shade);
}

.cta-section {
  background-color: var(--_colors---shade);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.cta-section-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.footer {
  color: var(--_colors---background);
  background-image: url('../images/footer-background-1.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 80px;
  display: flex;
}

.footer-cta-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 700px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.footer-form {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.form-input {
  background-color: var(--_colors---background);
  height: 56px;
  color: var(--_colors---black);
  border: 1px #000;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 16px 20px;
  font-size: 20px;
}

.form-input.white {
  background-color: #fff;
  margin-bottom: 12px;
}

.footer-form-submit {
  background-color: var(--_colors---black);
  border-radius: 8px;
  width: 56px;
  height: 56px;
  font-family: Material Symbols Rounded, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 26px;
  transform: translate(0);
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.footer-form-submit:hover {
  background-color: var(--_colors---moss);
  transform: translate(0, -2px);
}

.footer-form-submit:active {
  transform: translate(0, -2px) scale(0.97);
}

.success-message {
  background-color: var(--_colors---moss);
  border-radius: 12px;
  margin-top: 16px;
}

.error-message {
  background-color: var(--_colors---black);
  border-radius: 12px;
  padding: 16px 20px;
}

.form-block {
  min-width: 400px;
}

.footer-nav {
  justify-content: space-around;
  align-items: flex-end;
  width: 100%;
  max-width: 1150px;
  margin-top: 80px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.footer-nav-link {
  color: var(--_colors---background);
  font-family: Instrument Serif, sans-serif;
  font-size: 32px;
  line-height: 100%;
  text-decoration: none;
}

.footer-nav-divider {
  border-left: 1px solid var(--_colors---background);
  height: 38px;
}

.footer-footer {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  margin-top: 80px;
  display: flex;
}

.footer-image {
  width: 100%;
}

.footer-impressum-wrapper {
  flex-flow: row;
  justify-content: space-between;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.link-block {
  color: var(--_colors---background);
  text-decoration: none;
}

.code-embed {
  display: none;
}

.nav {
  z-index: 99;
  background-image: linear-gradient(#f6f3ef 10%, #f6f3ef00);
  justify-content: space-between;
  padding-right: 12px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.logo-wrapper {
  height: 70px;
  color: var(--_colors---black);
  padding: 16px 12px;
}

.logo-wrapper.w--current {
  padding-top: 16px;
  padding-bottom: 16px;
}

.code-embed-2 {
  width: 100%;
  height: 100%;
}

.nav-content-wrapper {
  justify-content: flex-end;
  align-items: stretch;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.nav-links {
  display: flex;
}

.nav-link {
  color: var(--_colors---black);
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.nav-link:hover {
  color: var(--_colors---moss);
}

.language-button {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--_colors---black);
  border: 1px solid #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  margin-right: 12px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.language-button:hover {
  border-color: var(--_colors---moss);
  color: var(--_colors---moss);
}

.text-span {
  font-family: Material Symbols Rounded, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.text-block {
  font-weight: 400;
}

.language-icon {
  font-family: Material Symbols Rounded, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.menu-icon-wrapper, .mobile-nav-dropdown, .mobile-menu-content-wrapper {
  display: none;
}

.hero-section {
  width: 100%;
  height: 100vh;
  min-height: 800px;
  color: var(--_colors---background);
  background-image: url('../images/sky_meinwegunf-parallax.avif');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.paralax {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.mid-ground-parallax {
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.foreground-parallax {
  width: 50%;
  position: absolute;
  inset: auto 25% 0%;
}

.progressive-blur {
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.backdrop-blur-1 {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  position: absolute;
  inset: 0%;
  -webkit-mask-image: linear-gradient(#0000 0%, #000 25%);
  mask-image: linear-gradient(#0000 0%, #000 25%);
}

.backdrop-blur-2 {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  position: absolute;
  inset: 0%;
  -webkit-mask-image: linear-gradient(#0000 25%, #000 50%);
  mask-image: linear-gradient(#0000 25%, #000 50%);
}

.backdrop-blur-3 {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  position: absolute;
  inset: 0%;
  -webkit-mask-image: linear-gradient(#0000 50%, #000 75%);
  mask-image: linear-gradient(#0000 50%, #000 75%);
}

.backdrop-blur-4 {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  position: absolute;
  inset: 0%;
  -webkit-mask-image: linear-gradient(#0000 75%, #000 100%);
  mask-image: linear-gradient(#0000 75%, #000 100%);
}

.div-block {
  background-image: linear-gradient(#00000026, #0000 13%), radial-gradient(circle, #0000 80%, #0003);
  position: absolute;
  inset: 0%;
}

.hero-content {
  z-index: 3;
  aspect-ratio: auto;
  width: 976px;
  max-width: 100%;
  position: relative;
}

.hero-content._2 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-span-2 {
  font-style: italic;
  font-weight: 400;
}

.h1-hero {
  font-size: 120px;
}

.div-block-2 {
  text-align: right;
  width: 591px;
  max-width: 100%;
}

.div-block-3 {
  width: 100%;
  margin-top: 70px;
  padding-left: 12px;
  padding-right: 12px;
}

.div-block-4 {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-cta-button {
  border: 1px solid var(--_colors---background);
  width: 110px;
  height: 110px;
  color: var(--_colors---background);
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  text-decoration: none;
  display: flex;
}

.material-symbol-l {
  margin-bottom: 0;
  font-family: Material Symbols Rounded, sans-serif;
  font-size: 48px;
  font-weight: 100;
  line-height: 100%;
}

.button-wrapper-hero {
  display: none;
}

.div-block-5 {
  margin-top: 32px;
}

.icon-card {
  background-color: var(--_colors---shade);
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.icon-card-icon {
  color: var(--_colors---moss);
  font-family: Material Symbols Rounded, sans-serif;
  font-size: 40px;
}

.card-content-wrapper {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  margin-top: 24px;
  display: flex;
}

.horizontal-content-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-marqee {
  max-width: 100vw;
  height: 350px;
  margin-top: 48px;
  display: flex;
  overflow: hidden;
}

.marqee-track {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-around;
  align-items: stretch;
  width: max-content;
  height: 100%;
  padding-right: 16px;
  display: flex;
}

.marqee-card {
  aspect-ratio: 1;
  background-color: var(--_colors---moss);
  color: var(--_colors---background);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.marqee-image {
  border-radius: 16px;
  height: 100%;
}

.marqee-track-wrapper {
  display: flex;
}

.process-card-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.process-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--_colors---moss);
  width: 100%;
  color: var(--_colors---background);
  border-radius: 20px;
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.process-card.one {
  background-color: var(--_colors---moss-pale);
}

.process-card.three {
  background-color: var(--_colors---moss-shade);
}

.card-number {
  opacity: .3;
  font-family: Instrument Serif, sans-serif;
  font-size: 48px;
  line-height: 100%;
}

.faq-wrapper {
  flex-flow: column;
  display: flex;
}

.question-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-bottom: 1px solid #0000004d;
  flex-flow: column;
  padding-top: 20px;
  padding-bottom: 16px;
  display: flex;
}

.question-header-wrapper {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.text-block-2 {
  font-family: Material Symbols Rounded, sans-serif;
}

.qna-icon {
  font-family: Material Symbols Rounded, sans-serif;
  font-size: 38px;
  font-weight: 200;
  line-height: 100%;
}

.contact-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 24px;
  display: grid;
}

.label {
  opacity: .45;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 400;
}

.link {
  color: var(--_colors---moss-shade);
  font-size: 20px;
  line-height: 135%;
  text-decoration: none;
  transition: all .2s;
}

.link:hover {
  color: var(--_colors---moss);
  -webkit-text-stroke-color: var(--_colors---moss);
  text-decoration: underline;
}

.div-block-6 {
  flex-flow: column;
  display: flex;
}

.contact-link-wrapper {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  margin-top: 20px;
  display: flex;
}

.person-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--_colors---shade);
  border-radius: 16px;
  flex-flow: column;
  display: flex;
}

.person-image {
  border-radius: 16px;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.person-card-conten-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.mail-icon {
  vertical-align: middle;
  font-family: Material Symbols Rounded, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 135%;
}

.quote-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.quote {
  color: var(--_colors---moss-shade);
  font-family: Instrument Serif, sans-serif;
  font-size: 38px;
  font-style: italic;
  font-weight: 400;
  line-height: 110%;
}

.quotemarks {
  color: var(--_colors---moss);
  font-family: Instrument Serif, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 10px;
}

.div-block-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 50%;
  height: 100%;
  display: flex;
}

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

.image-2 {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 16px;
  width: 50%;
  height: 100%;
}

.div-block-9 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 12px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .mid-ground-parallax {
    width: auto;
    max-width: none;
    height: 100%;
  }

  .foreground-parallax {
    width: 90%;
    max-width: none;
    inset: auto 5% 0%;
  }

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

  .h1-hero {
    font-size: 90px;
  }
}

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

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 28px;
  }

  h4, .p-l {
    font-size: 20px;
  }

  .p-m {
    font-size: 18px;
  }

  .p-s {
    font-size: 16px;
  }

  .aside {
    display: none;
  }

  .content-container {
    width: 100%;
  }

  .abstandhalter {
    width: 56px;
    height: 56px;
  }

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

  .form-input {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 18px;
  }

  .form-block {
    min-width: 0;
  }

  .footer-nav {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
  }

  .footer-nav-divider {
    border-bottom: 1px solid var(--_colors---background);
    border-left-style: none;
    border-left-width: 0;
    width: 100%;
    height: 0;
  }

  .nav {
    height: 70px;
    padding-right: 0;
  }

  .logo-wrapper.w--current {
    padding: 16px 12px;
  }

  .nav-content-wrapper {
    display: none;
  }

  .language-button {
    margin: 8px 0;
    padding-left: 12px;
    padding-right: 12px;
  }

  .menu-icon-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    width: 70px;
    height: 70px;
    display: block;
  }

  .mobile-nav-dropdown {
    background-color: var(--_colors---background);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: calc(100svh - 70px);
    display: none;
    position: absolute;
    inset: 70px 0% auto;
  }

  .link-block-2 {
    color: var(--_colors---black);
    padding: 16px 20px;
    text-decoration: none;
  }

  .mobile-drowdown-link {
    font-family: Instrument Serif, sans-serif;
    font-size: 38px;
  }

  .mobile-menu-button-wrapper {
    margin-top: 24px;
  }

  .mobile-menu-content-wrapper {
    display: flex;
  }

  .hero-section {
    justify-content: flex-end;
    align-items: flex-start;
    height: 100svw;
    overflow: hidden;
  }

  .foreground-parallax {
    width: 130%;
    left: -15%;
    right: -15%;
  }

  .hero-content._2 {
    justify-content: flex-start;
    align-items: center;
  }

  .h1-hero {
    font-size: 81px;
  }

  .div-block-2 {
    text-align: left;
  }

  .div-block-3 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 32px;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
  }

  .hero-cta-button {
    display: none;
  }

  .button-wrapper-hero {
    display: block;
  }

  .horizontal-content-section {
    grid-template-columns: 1fr;
  }

  .about-marqee {
    height: 250px;
  }

  .process-card-wrapper {
    flex-flow: column;
  }

  .contact-grid {
    flex-flow: column-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .contact-link-wrapper {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .quote {
    font-size: 28px;
  }

  .div-block-7 {
    width: 100%;
  }

  .div-block-8 {
    flex-flow: column;
  }

  .image-2 {
    width: 100%;
  }

  .div-block-10 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .heading-2 {
    font-size: 52px;
  }

  .foreground-parallax {
    width: 160%;
    left: -30%;
    right: -40%;
  }

  .h1-hero {
    font-size: 56px;
  }

  .about-marqee {
    height: 200px;
  }

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

  .contact-link-wrapper {
    grid-template-rows: auto;
  }
}

#w-node-_65f51941-34b3-6c66-82fe-5a3b78e2c801-63c7d6c1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_57dedc85-9a19-44dc-ab35-0e88ae46a29f-63c7d6c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e9168da-b1a9-10e8-bd27-206f2f71f7c2-a1dc3161 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 767px) {
  #w-node-_98c1db17-1ada-99d9-883c-cb9410ae1c46-a1dc3161 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6dbb999a-2119-1ece-7448-e76411a9ab03-a1dc3161, #w-node-f8074483-dcb9-9bda-66dc-1b943dadcf2c-a1dc3161, #w-node-_768582fb-609b-2fbb-42e4-9006af71197b-a1dc3161 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}


