:root {
  --dark-slate-grey: #003f41;
  --forest-green: #449b23;
  --goldenrod: #dbb44f0d;
  --white: white;
}

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

body {
  color: var(--dark-slate-grey);
  flex-direction: column;
  justify-content: space-between;
  font-family: adelle, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  display: flex;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.2;
}

h2, h3 {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.3;
}

h4 {
  letter-spacing: .05em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--forest-green);
  background-color: #0000;
  text-decoration: underline;
}

li {
  color: var(--forest-green);
  padding-bottom: 1em;
  font-size: 1.3em;
  line-height: 1.2;
  list-style-type: none;
}

strong {
  letter-spacing: .05px;
  font-style: normal;
  font-weight: 700;
}

.container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
}

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

.logo {
  padding-top: 20px;
  padding-bottom: 20px;
}

.image {
  width: 230px;
}

.navbar {
  background-color: #fff;
  box-shadow: 0 0 14px #0003;
}

.body {
  color: var(--dark-slate-grey);
  background-color: #fff;
}

.section-header {
  background-image: linear-gradient(to right, #fff 16%, #fff0 60%), url('../images/Irmgard-Benoelken-Hero_1Irmgard-Benoelken-Hero.webp');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-image-overlay {
  z-index: 1;
  background-image: linear-gradient(to right, #fff 45%, #fff0);
  width: 75%;
  height: 100%;
  position: static;
}

.hero-image {
  position: absolute;
}

.heading {
  z-index: 2;
  position: static;
}

.hero-headline-wrapper {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  padding-top: 10%;
  padding-bottom: 10%;
  padding-left: 0%;
  display: flex;
  position: static;
  inset: 0% auto 0% 0%;
}

.line {
  display: none;
  position: relative;
  inset: auto auto 0% 25%;
}

.h1-hero {
  max-width: 30ch;
  font-size: 1.8em;
}

.h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8em;
}

.h1.zitat {
  color: var(--forest-green);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: adelle, sans-serif;
  font-weight: 400;
}

.service-content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  display: flex;
}

.btn-prime {
  border: 2px solid var(--forest-green);
  background-color: var(--forest-green);
  border-radius: 999px;
  flex: 0 auto;
  align-self: flex-start;
  padding: .5em 1em;
  font-size: 14px;
  font-weight: 400;
  transition: border-color .5s, color .5s, background-color .5s;
}

.btn-prime:hover {
  border-color: var(--dark-slate-grey);
  color: var(--dark-slate-grey);
  background-color: #fff;
}

.btn-prime.nav {
  margin-left: 1em;
  padding-left: 1em;
  font-size: 14px;
}

.div-block-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  display: flex;
}

.service-header-wrapper {
  width: 80%;
  margin-top: 4em;
  margin-bottom: 3em;
}

.line-div-bottom {
  border-left: 2px solid var(--forest-green);
  height: 100px;
  margin-left: 20%;
}

.line-div-top {
  border-left: 2px solid var(--forest-green);
  height: 150px;
  margin-left: 25%;
}

.service-button-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  margin-top: 2em;
  margin-bottom: 6em;
  display: flex;
}

.btn-second {
  border: 2px solid var(--forest-green);
  color: var(--forest-green);
  text-align: center;
  background-color: #0000;
  border-radius: 999px;
  flex: 0 auto;
  align-self: flex-start;
  padding: .5em 1em;
  font-size: 16px;
  transition: border-color .5s, color .5s, background-color .5s;
}

.btn-second:hover {
  border-color: var(--dark-slate-grey);
  color: var(--dark-slate-grey);
  background-color: #0000;
}

.margin-bot-s {
  margin-bottom: 1em;
}

.margin-bot-m {
  margin-bottom: 1.5em;
}

.margin-bot-l {
  margin-bottom: 2em;
}

.half-grid {
  width: 50%;
}

.half-grid.bg-logo {
  background-image: url('../images/Irmgard-Benoelken-Logo-Big-BG.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.section-benefit {
  background-color: var(--dark-slate-grey);
}

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

.benefit-wrapper.logo-bg {
  background-image: url('../images/Irmgard-Benoelken-Logo-Big-BG.png');
  background-position: 100%;
  background-repeat: no-repeat;
}

.image-2 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.half-grid-txt-wrapper {
  padding-left: 10%;
  padding-right: 10%;
}

.white {
  color: #fff;
  line-height: 1.4;
}

.angebot-header-wrapper {
  margin-top: 6em;
}

.heading-2 {
  font-size: 20px;
}

.container-2 {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.angebot-content-wrapper {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  justify-content: space-between;
  margin-top: 3em;
  display: flex;
}

.angebot-list {
  color: var(--forest-green);
}

.angebot-textbox {
  margin-bottom: 3em;
}

.angebot-textblock-wrapper {
  width: 45%;
}

.angebot-list-wrapper {
  background-color: var(--goldenrod);
  color: var(--dark-slate-grey);
  border-radius: 40px;
  width: 45%;
  padding: 20px;
}

.list {
  margin-bottom: 0;
  padding-left: 0;
}

.logo-img-wrapper {
  width: 25%;
  margin: 4em auto;
}

.section-about-ib {
  background-color: var(--goldenrod);
  margin-top: 6em;
  padding-bottom: 6em;
}

.center {
  text-align: center;
}

.about-img-wrapper {
  color: var(--dark-slate-grey);
  background-color: #0000;
  border-radius: 40px;
  width: 45%;
  padding: 0;
}

.heading-3 {
  font-size: 1em;
  line-height: 1.3;
}

.section-about-images {
  clear: none;
  background-color: #0000;
  height: 100%;
  margin-bottom: 6em;
}

.about-images-wrapper {
  clear: none;
  height: 100%;
  position: relative;
  top: -50px;
}

.about-image {
  position: absolute;
}

.about-image._01 {
  width: 500px;
  position: relative;
  inset: 100px auto auto 12%;
}

.about-image._02 {
  width: 350px;
  position: relative;
  inset: -7% auto auto 966px;
}

.about-image._03 {
  z-index: 5;
  width: 350px;
  position: relative;
  inset: -627px auto 0% 75%;
}

.about-image._04 {
  z-index: 6;
  text-align: center;
  padding-left: 179px;
  inset: 246px 0% 0%;
}

.image-3 {
  width: 100%;
}

.container-wide {
  clear: none;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1%;
  padding-right: 1%;
}

.image-4 {
  width: 400px;
}

.image-5 {
  box-shadow: none;
  width: 400px;
}

.image-6 {
  width: 650px;
  padding-left: 0;
}

.section-cta {
  background-color: #0000;
  margin-top: 6em;
  margin-bottom: 6em;
}

.image-7 {
  mix-blend-mode: multiply;
  width: 100%;
  margin-top: -60px;
  margin-left: auto;
  margin-right: auto;
}

.green {
  color: var(--forest-green);
}

.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.margin-bot-xs {
  margin-bottom: .5em;
}

.heading-4 {
  letter-spacing: .05em;
}

.footer {
  background-color: var(--dark-slate-grey);
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding-top: 3em;
  padding-bottom: 3em;
}

.footer-links {
  color: #fff;
  text-align: center;
}

.footer-service-nav {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6em;
  display: flex;
}

.footer-divider {
  color: #fff;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.nav-links {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
}

.nav-links.mobile {
  display: none;
}

.section {
  padding-top: 150px;
}

.section.hero-header {
  object-fit: contain;
  background-image: linear-gradient(to right, #fff 25%, #fff0 69%), url('../images/Irmgard-Benoelken-Hero_1Irmgard-Benoelken-Hero.webp');
  background-position: 0 0, 0%;
  background-size: auto, cover;
}

.section.no-margin-top {
  padding-top: 0;
}

.pad-bot-m {
  margin-top: 0;
  margin-bottom: 1em;
}

.container-xs {
  max-width: 1100px;
  padding: 5em 2em;
}

.container-xs.modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h2 {
  font-size: 1.3em;
  line-height: 1.3;
}

.grid {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
}

.pad-bot-l {
  margin-top: 0;
  margin-bottom: 2em;
}

.pad-bot-s {
  padding-bottom: .5em;
}

.header {
  max-width: 80ch;
  margin-bottom: 3em;
}

.navbar-logo-center {
  z-index: 4;
  background-color: var(--white);
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 0 19px #0000001a;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  background-color: var(--white);
  align-items: center;
  width: 100%;
  max-width: 1400px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: block;
}

.container-3 {
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: var(--dark-slate-grey);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: color .2s, opacity .2s;
}

.nav-link:hover {
  color: #003f4180;
}

.nav-link:active, .nav-link:focus {
  color: var(--forest-green);
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.mobile-margin-top-10 {
  margin-top: 5px;
  padding-bottom: 0;
}

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

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

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

.list-item {
  border-bottom: 1px #449b234d;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 1em;
  line-height: 1.3;
}

.list-item-2, .list-item-3, .list-item-4 {
  padding-bottom: 0;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.greenbox {
  background-color: var(--dark-slate-grey);
  color: var(--white);
  align-items: center;
  padding: 60px;
  display: flex;
}

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

.cta.pad-top-l {
  margin-top: 1em;
}

.btn-prime-copy {
  border: 2px solid var(--forest-green);
  background-color: var(--forest-green);
  border-radius: 999px;
  flex: 0 auto;
  align-self: flex-start;
  padding: .5em 1em;
  font-size: 14px;
  font-weight: 400;
  transition: border-color .5s, color .5s, background-color .5s;
}

.btn-prime-copy:hover {
  border-color: var(--dark-slate-grey);
  color: var(--dark-slate-grey);
  background-color: #fff;
}

.btn-prime-copy.nav {
  margin-left: 1em;
  padding-left: 1em;
  font-size: 14px;
}

.image-8 {
  object-fit: cover;
}

.bg-image {
  object-fit: cover;
  background-image: url('../images/Imrgard-Benoelken-SQR.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 700px;
}

.bg-image.gdw {
  background-image: url('../images/Imrgard-Benoelken-garten-der-Weiblichkeit.jpg');
}

.bg-image.sls {
  background-image: url('../images/Imrgard-Benoelken-Selbstliebe-Seminar.jpg');
}

.bg-image.sh {
  background-image: url('../images/Imrgard-Benoelken-schwitzhuette-Seminar.jpg');
}

.sandbox {
  background-color: var(--goldenrod);
  border-radius: 30px;
  margin: 0;
  padding: 40px;
}

.box {
  padding: 30px 0;
}

.signet-ib {
  text-align: center;
  width: 140px;
  margin-left: auto;
  margin-right: auto;
}

.image-center {
  margin-bottom: 2em;
  display: flex;
}

.image-9 {
  object-fit: cover;
}

.bg-image-02 {
  object-fit: cover;
  background-image: url('../images/Imrgard-Benoelken-AboutSection.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 700px;
}

.sand {
  background-color: var(--goldenrod);
  padding-top: 150px;
  padding-bottom: 10em;
}

.cite {
  color: var(--forest-green);
  text-align: center;
  margin-bottom: .25em;
  font-size: 2.5em;
  font-style: italic;
  font-weight: 400;
}

.header-cite {
  text-align: center;
  margin-bottom: 3em;
}

.image-big {
  justify-content: center;
  align-items: center;
  margin-top: -100px;
  display: flex;
}

.image-10 {
  mix-blend-mode: multiply;
}

.footer-logo {
  width: 320px;
  margin-bottom: 2em;
}

.modal-section {
  z-index: 999;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #003f41cc;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-content-wrapper {
  background-color: var(--white);
  border-radius: 2em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  max-height: 90vh;
  padding: 2em 3em 3em;
  display: block;
  overflow: auto;
}

.list-service {
  margin-top: 1em;
  margin-bottom: 2em;
  padding-left: 0;
}

.list-item-service {
  border-bottom: 1px solid #449b234d;
  margin-bottom: 1em;
  padding-bottom: .5em;
  font-size: 1em;
  line-height: 1.3;
}

.div-block-3 {
  position: static;
}

.hero-header-cta {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  display: flex;
}

.div-block-4 {
  padding-top: 2em;
}

.section-testimonial {
  background-color: var(--dark-slate-grey);
  color: var(--white);
}

.testimonial-slider {
  background-color: #0000;
}

.testimonial-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 45px 150px;
  display: flex;
}

.testimonial-meta {
  color: var(--forest-green);
  font-size: 14px;
}

.testimonial-arrow {
  z-index: 1;
  background-color: var(--dark-slate-grey);
  color: var(--white);
}

@media screen and (max-width: 991px) {
  .navbar-wrapper {
    justify-content: space-between;
  }

  .image {
    width: 180px;
  }

  .hero-headline-wrapper {
    width: 60%;
  }

  .line {
    left: 25%;
  }

  .half-grid {
    height: 100%;
  }

  .angebot-list-wrapper, .about-img-wrapper {
    padding: 2em;
  }

  .nav-menu.desktop {
    justify-content: flex-start;
  }

  .nav-links.mobile {
    display: block;
  }

  .section.hero-header {
    background-image: linear-gradient(to right, #fff 32%, #fff0 81%), url('../images/Irmgard-Benoelken-Hero_1Irmgard-Benoelken-Hero.webp');
    background-position: 0 0, 0%;
    background-size: auto, cover;
  }

  .grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .navbar-logo-center-container.shadow-three {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 0;
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    padding: 60px 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding: 20px 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .mobile-margin-top-10 {
    margin-top: 40px;
  }

  .menu-button {
    padding: 12px;
  }

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

  .list-item {
    flex-direction: column;
    display: flex;
  }

  .list-item-3 {
    flex: 0 auto;
    align-self: auto;
  }

  .list-item-service {
    flex-direction: column;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .hero-headline-wrapper {
    width: 90%;
  }

  .section.hero-header {
    background-image: linear-gradient(to right, #fff 22%, #fff6), url('../images/Irmgard-Benoelken-Hero_1Irmgard-Benoelken-Hero.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

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

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 0;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 40px;
  }

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

  .footer-logo {
    width: 200px;
  }

  .hero-header-cta {
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 1.3em;
  }

  p {
    font-size: 16px;
    line-height: 1.3;
  }

  .h1 {
    font-size: 1.3em;
  }

  .btn-prime {
    text-align: center;
  }

  .section {
    padding-top: 130px;
  }

  .container-xs {
    padding-top: 0;
    padding-left: 1em;
    padding-right: 1em;
  }

  .h2 {
    font-size: 1em;
  }

  .grid {
    width: 100%;
    overflow: visible;
  }

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

  .nav-menu-three {
    flex-direction: column;
  }

  .greenbox, .sandbox {
    padding: 20px;
  }

  .image-center {
    width: 100%;
  }

  .sand {
    padding-top: 130px;
    padding-bottom: 1em;
  }

  .cite {
    font-size: 1.5em;
  }

  .image-10 {
    display: none;
  }

  .paragraph {
    font-size: 16px;
    line-height: 1.3;
  }

  .grid-wrapper {
    width: 100%;
  }

  .hero-header-cta {
    flex-direction: column;
  }
}

#w-node-bf401160-a62c-a4c2-b00b-8a94db1ab0ca-1a2320e7, #w-node-aa8c40f9-168d-1a81-70d7-c59fc2ec4873-1a2320e7, #w-node-_1f6cdd26-0c02-3f4d-fcfe-ba74991f77a4-1a2320e7, #w-node-dbfdbb00-ff10-34ea-2da2-ddd7a77c3138-1a2320e7, #w-node-_365d654a-136b-59cb-a628-b5dc44c4b5a6-1a2320e7, #w-node-_365d654a-136b-59cb-a628-b5dc44c4b5ab-1a2320e7, #w-node-_202d0319-d448-686d-9cf9-585bf3deb6cc-1a2320e7, #w-node-_202d0319-d448-686d-9cf9-585bf3deb6cb-1a2320e7, #w-node-e8795e55-e4e0-8e1c-dc30-152b08f97690-1a2320e7, #w-node-e8795e55-e4e0-8e1c-dc30-152b08f97691-1a2320e7, #w-node-_81852315-953c-0745-9808-7fc3999701ec-1a2320e7, #w-node-_81852315-953c-0745-9808-7fc3999701f3-1a2320e7, #w-node-_81852315-953c-0745-9808-7fc3999701ff-1a2320e7, #w-node-_13a221e1-62cc-cdf9-3793-aaa3914941d5-1a2320e7, #w-node-_69e1f7f5-4506-f641-1ceb-d59e433bec90-1a2320e7, #w-node-_69e1f7f5-4506-f641-1ceb-d59e433bec91-1a2320e7, #w-node-_13a221e1-62cc-cdf9-3793-aaa3914941c2-1a2320e7, #w-node-ea97c097-ff4d-5772-a4e8-3899b07af902-1a2320e7, #w-node-_13a648aa-c2b3-e038-b068-4cf8ec5544b6-1a2320e7, #w-node-_13a648aa-c2b3-e038-b068-4cf8ec5544c9-1a2320e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


