:root {
  --white: white;
  --black: 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;
}

body {
  color: #fff;
  background-color: #0d0d0d;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 20px;
  line-height: 150%;
}

a {
  color: #fff;
  text-decoration: underline;
}

.body {
  background-color: #0d0d0d;
}

.navbar-no-shadow {
  width: 100%;
  max-width: 1440px;
  margin-bottom: 80px;
  padding-left: 120px;
  padding-right: 120px;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 0;
}

.container-regular {
  width: 100%;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 15px;
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: underline;
}

.nav-link.buchen {
  color: #000;
  background-color: #fff;
  border-radius: 99px;
  margin-right: 0;
  padding: 8px 20px;
  display: block;
}

.nav-link.language {
  padding-right: 25px;
  font-size: 18px;
  font-weight: 400;
}

.nav-link.language.w--current {
  font-size: 20px;
}

.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: rgba(26, 27, 31, .75);
}

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

.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 {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.nav-button-wrapper {
  margin-left: 120px;
}

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

.body-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.main-grid-contain {
  width: 100%;
  max-width: 1440px;
}

.logo-grid {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr max-content 1fr;
  width: 100%;
  max-width: 1440px;
  padding-left: 120px;
  padding-right: 120px;
  position: relative;
}

.logogrid-element-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.logogrid-element-wrapper.left {
  justify-content: flex-start;
  align-items: center;
}

.logogrid-element-wrapper.right {
  justify-content: flex-end;
  align-items: center;
}

.logogrid-element-wrapper.right.text {
  padding-left: 49px;
}

.h1-desktop {
  font-size: 54px;
  font-weight: 700;
  line-height: 110%;
}

.container {
  width: 100%;
  max-width: 1440px;
  padding: 60px 120px;
}

.container.image-grid {
  max-width: none;
}

.container.footer {
  margin-top: 48px;
  margin-bottom: 48px;
}

.container.buchung {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container.main {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  margin-bottom: 60px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.mission-text-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  display: flex;
}

.h2-desktop {
  text-align: left;
  margin-top: -10px;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 700;
  line-height: 130%;
}

.h2-desktop.mission-statement {
  text-align: center;
  max-width: 860px;
  margin-top: 0;
}

.h2-desktop.buchung {
  text-align: center;
}

.facts-grid {
  grid-column-gap: 19px;
  grid-row-gap: 40px;
  grid-template-columns: 3fr 4fr 3fr;
  align-content: start;
}

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

.facts-layout-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.body-l {
  font-size: 28px;
  line-height: 130%;
}

.facts-line-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  margin-bottom: 8px;
  padding-bottom: 0;
  display: flex;
}

.fact-text {
  font-weight: 300;
  line-height: 130%;
}

.fact-text.sec {
  opacity: .7;
}

.facts-list-wrapper.hidden {
  text-decoration: none;
}

.facts-list-wrapper.hidden:hover {
  text-decoration: underline;
}

.fact-sec {
  opacity: .6;
}

.image-and-headline {
  grid-column-gap: 19px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 4fr 3fr;
  align-content: start;
}

.image-wrapper.right {
  padding-top: 5vw;
}

.image-wrapper.main._1 {
  width: 23vw;
  height: 38%;
  position: absolute;
  top: 18%;
  left: 14%;
  overflow: hidden;
}

.image-wrapper.main._2 {
  width: 34vw;
  height: 30%;
  position: absolute;
  top: 75%;
  left: 0%;
  overflow: hidden;
}

.image-wrapper.main._3 {
  width: 37.5vw;
  height: 29%;
  position: absolute;
  top: 49%;
  left: auto;
  right: 0;
  overflow: hidden;
}

.image {
  width: 100%;
}

.image.cover {
  object-fit: cover;
  height: 100%;
}

.grid {
  grid-column-gap: 19px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

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

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.footer-grid {
  grid-column-gap: 19px;
  grid-row-gap: 45px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.image-2 {
  width: 340px;
}

.body-m {
  font-size: 20px;
  line-height: 150%;
}

.body-m.right {
  text-align: right;
}

.body-m.buchung {
  text-align: center;
}

.footer-text-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.footer-text-wrapper.horiz-right {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
}

.contact-phone {
  text-decoration: none;
}

.contact-phone:hover {
  text-decoration: underline;
}

.link-footer-s {
  font-weight: 300;
  line-height: 130%;
  text-decoration: none;
}

.link-footer-s:hover {
  text-decoration: underline;
}

.link-footer-s.sec {
  opacity: .7;
}

.contact-mail {
  text-decoration: none;
}

.contact-mail:hover {
  text-decoration: underline;
}

.text-footer-s {
  font-weight: 300;
  line-height: 130%;
  text-decoration: none;
}

.text-footer-s.sec {
  opacity: .7;
}

.buchung-grid {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.buchung-column-calendar {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.text-field {
  color: #000;
  border: 1px #000;
  height: 60px;
  margin-bottom: 16px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  line-height: 150%;
}

.text-field::placeholder {
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.text-field.info {
  height: 150px;
  padding: 15px 20px;
}

.text-field.info::placeholder {
  white-space: normal;
  word-break: normal;
  font-size: 20px;
  line-height: 150%;
}

.checkbox {
  border: 1px #000;
  width: 18px;
  height: 18px;
  margin-top: 1px;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.checkbox-label {
  padding-left: 13px;
}

.body-xs {
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

.body-xs.datenschutz {
  padding-left: 12px;
}

.h7 {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
}

.submit-button {
  color: #000;
  background-color: #fff;
  border-radius: 100px;
  height: 60px;
  margin-top: 40px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
}

.form-block {
  margin-top: -25px;
  margin-bottom: 0;
}

.main-images-wrapper {
  z-index: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 5%;
  right: 5%;
}

.svg {
  height: 100%;
}

.h1-mobile {
  font-size: 54px;
  font-weight: 700;
  line-height: 110%;
}

.claim-wrapper-mobile {
  display: none;
}

.calendar-embed {
  background-color: #0d0d0d;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.calendar-embed.cover {
  object-fit: cover;
  height: 100%;
}

.footer-location {
  text-decoration: none;
}

.footer-location:hover {
  text-decoration: underline;
}

.buchungs-widget-wrapper.right {
  padding-top: 5vw;
}

.buchungs-widget-wrapper.main._1 {
  width: 23vw;
  height: 38%;
  position: absolute;
  top: 18%;
  left: 14%;
  overflow: hidden;
}

.buchungs-widget-wrapper.main._2 {
  width: 34vw;
  height: 30%;
  position: absolute;
  top: 75%;
  left: 0%;
  overflow: hidden;
}

.buchungs-widget-wrapper.main._3 {
  width: 37.5vw;
  height: 29%;
  position: absolute;
  top: 49%;
  left: auto;
  right: 0;
  overflow: hidden;
}

.location-icon {
  opacity: .6;
  color: #fff;
  width: 15px;
  margin-top: 1px;
  margin-right: 3px;
}

.slider {
  width: 100%;
  height: 100%;
}

.slide-nav, .slide-nav-2, .left-arrow, .right-arrow, .right-arrow-2, .left-arrow-2, .left-arrow-3, .right-arrow-3, .slide-nav-3 {
  display: none;
}

.lightbox-link {
  width: 100%;
  height: 100%;
}

.lightbox-link.cover {
  object-fit: cover;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .navbar-no-shadow {
    padding-left: 60px;
    padding-right: 60px;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

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

  .logo-grid {
    padding-left: 60px;
    padding-right: 60px;
  }

  .logogrid-element-wrapper {
    height: 17vw;
  }

  .h1-desktop {
    font-size: 33px;
  }

  .container {
    padding-left: 60px;
    padding-right: 60px;
  }

  .h2-desktop.mission-statement {
    font-size: 36px;
  }

  .fact-text {
    font-size: 16px;
  }

  .image-wrapper.hide-tablet {
    display: none;
  }

  .grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

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

  .footer-content {
    grid-column-gap: 60px;
  }

  .image-2 {
    width: 230px;
  }

  .body-m, .contact-phone {
    font-size: 18px;
  }

  .link-footer-s {
    font-size: 16px;
  }

  .contact-mail, .text-footer-s {
    font-size: 18px;
  }

  .buchung-grid {
    grid-row-gap: 50px;
  }

  .form-block {
    margin-top: 0;
  }

  .main-images-wrapper {
    left: 0%;
    right: 0%;
  }

  .h1-mobile {
    font-size: 33px;
  }

  .footer-location {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-no-shadow {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-no-shadow-container {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .nav-menu {
    background-color: #0d0d0d;
    border-bottom: 2px solid #fff;
    flex-direction: column;
    padding-bottom: 24px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    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 rgba(0, 0, 0, .05);
  }

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

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

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

  .menu-button.w--open {
    background-color: rgba(166, 177, 191, 0);
  }

  .logo-grid, .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .facts-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .facts-layout-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .image-and-headline {
    grid-row-gap: 24px;
    grid-template-columns: 3fr;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

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

  .body-m.right {
    text-align: left;
  }

  .footer-text-wrapper.right {
    grid-row-gap: 30px;
  }

  .footer-text-wrapper.horiz-right {
    justify-content: flex-start;
    align-items: center;
  }

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

@media screen and (max-width: 479px) {
  .navbar-no-shadow {
    margin-bottom: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-no-shadow-container {
    padding: 12px 4px 12px 0;
  }

  .container-regular {
    padding-left: 16px;
    padding-right: 4px;
  }

  .nav-menu-wrapper {
    background-color: #0d0d0d;
  }

  .nav-menu {
    border-bottom: 2px solid #fff;
    flex-direction: column;
    padding-top: 5px;
    padding-bottom: 30px;
  }

  .nav-link.buchen {
    margin-top: 13px;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .menu-button {
    padding-top: 10px;
  }

  .menu-button.w--open {
    background-color: rgba(166, 177, 191, 0);
  }

  .logo-grid {
    grid-row-gap: 13vw;
    align-content: space-between;
    justify-content: space-between;
    align-items: center;
    justify-items: stretch;
    padding-left: 16px;
    padding-right: 16px;
  }

  .logogrid-element-wrapper {
    height: 17vw;
  }

  .logogrid-element-wrapper.right.text {
    height: 14vw;
  }

  .h1-desktop {
    font-size: 24px;
  }

  .h1-desktop.logogrid {
    display: none;
  }

  .container {
    padding: 40px 16px;
  }

  .container.buchung {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container.main {
    margin-bottom: 40px;
    padding-top: 0;
  }

  .mission-text-wrapper {
    padding-top: 0;
  }

  .h2-desktop {
    font-size: 32px;
  }

  .h2-desktop.mission-statement {
    font-size: 26px;
  }

  .facts-grid {
    grid-row-gap: 24px;
  }

  .body-l {
    font-size: 22px;
    line-height: 140%;
  }

  .image-wrapper.right {
    padding-top: 0;
  }

  .image-wrapper.main._1 {
    width: 32vw;
    height: 33%;
    top: 34%;
    left: 5%;
  }

  .image-wrapper.main._2 {
    width: 38vw;
    height: 20%;
    top: 83%;
  }

  .image-wrapper.main._3 {
    height: 24%;
    top: 60%;
  }

  .image-wrapper.grundriss {
    height: 120vw;
  }

  .image-wrapper.hide-tablet {
    display: block;
  }

  .image-wrapper.mobile-hide {
    display: none;
  }

  .image {
    height: 100%;
  }

  .grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

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

  .body-m.buchung {
    text-align: left;
  }

  .buchung-grid {
    grid-row-gap: 12px;
  }

  .submit-button {
    align-self: center;
  }

  .h1-mobile {
    font-size: 36px;
  }

  .claim-wrapper-mobile {
    width: 100%;
    margin-bottom: 44px;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

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

  .calendar-embed {
    height: 100%;
  }

  .buchungs-widget-wrapper.right {
    padding-top: 0;
  }

  .buchungs-widget-wrapper.main._1 {
    width: 32vw;
    height: 33%;
    top: 34%;
    left: 5%;
  }

  .buchungs-widget-wrapper.main._2 {
    width: 38vw;
    height: 20%;
    top: 83%;
  }

  .buchungs-widget-wrapper.main._3 {
    height: 24%;
    top: 60%;
  }

  .buchungs-widget-wrapper.grundriss {
    height: 120vw;
  }

  .lightbox-link {
    height: 100%;
  }
}

#w-node-_959e7c67-4df0-ab05-41db-2c4a230c960d-a8e3ff5c {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_1664180b-e666-effc-da1a-573071dcdf80-a8e3ff5c {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_85bd8335-1742-68a0-8a30-c7e1d4446009-a8e3ff5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52c60d10-f279-d22d-498a-e0b454effbf5-a8e3ff5c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0c0549b5-1f08-5137-8103-dc27f6b0ad0e-a8e3ff5c {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-f504938b-8edd-b002-b02d-8c02909c5335-a8e3ff5c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_15e73fbb-a5ed-bfd6-3a8a-7d7207af0e23-a8e3ff5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1e1c5489-66b5-5cfe-26ce-b80e8939bea3-a8e3ff5c, #w-node-f81a0c7f-61a0-b94e-daec-cf5764866f12-a8e3ff5c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_26097e2b-c2bc-3caa-e9d5-bd9880262135-a8e3ff5c {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_117391b1-5563-aeba-8d32-c20275b9307b-a8e3ff5c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_90ed6e13-c171-5dcd-0a70-56d0e9ca5534-a8e3ff5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e7371f0d-c92f-a7a4-b4b5-783afcc3b50b-a8e3ff5c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4d90ff20-cdc2-5d72-0cf2-cb0075568348-a8e3ff5c {
  grid-area: 1 / 3 / 2 / 9;
}

#w-node-_8b1cbeb8-b9c6-fde2-7b16-9345e54b5dd0-a8e3ff5c {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-_11d52ae8-b61a-317f-5125-4a0a9d71517d-a8e3ff5c {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_2b4b6e62-d4cc-b64a-ed82-12f3acc4dd66-a8e3ff5c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2b4b6e62-d4cc-b64a-ed82-12f3acc4dd67-a8e3ff5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b0fe09a-ccc6-ae85-e2e1-0e1c6265c59b-a8e3ff5c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_1b0fe09a-ccc6-ae85-e2e1-0e1c6265c59c-a8e3ff5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_496010c7-7529-541d-0bc8-c5a8bf84129f-a8e3ff5c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d63b20f7-ecc7-9536-8793-78a666c7dee8-a8e3ff5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_959e7c67-4df0-ab05-41db-2c4a230c960d-72826a86 {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_1664180b-e666-effc-da1a-573071dcdf80-72826a86 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_85bd8335-1742-68a0-8a30-c7e1d4446009-72826a86 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52c60d10-f279-d22d-498a-e0b454effbf5-72826a86 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0c0549b5-1f08-5137-8103-dc27f6b0ad0e-72826a86 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-f504938b-8edd-b002-b02d-8c02909c5335-72826a86 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_15e73fbb-a5ed-bfd6-3a8a-7d7207af0e23-72826a86 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1e1c5489-66b5-5cfe-26ce-b80e8939bea3-72826a86, #w-node-f81a0c7f-61a0-b94e-daec-cf5764866f12-72826a86 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_26097e2b-c2bc-3caa-e9d5-bd9880262135-72826a86 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_117391b1-5563-aeba-8d32-c20275b9307b-72826a86 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_90ed6e13-c171-5dcd-0a70-56d0e9ca5534-72826a86 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e7371f0d-c92f-a7a4-b4b5-783afcc3b50b-72826a86 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4d90ff20-cdc2-5d72-0cf2-cb0075568348-72826a86 {
  grid-area: 1 / 3 / 2 / 9;
}

#w-node-_8b1cbeb8-b9c6-fde2-7b16-9345e54b5dd0-72826a86 {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-_11d52ae8-b61a-317f-5125-4a0a9d71517d-72826a86 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_2b4b6e62-d4cc-b64a-ed82-12f3acc4dd66-72826a86 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2b4b6e62-d4cc-b64a-ed82-12f3acc4dd67-72826a86 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b0fe09a-ccc6-ae85-e2e1-0e1c6265c59b-72826a86 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_1b0fe09a-ccc6-ae85-e2e1-0e1c6265c59c-72826a86 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_496010c7-7529-541d-0bc8-c5a8bf84129f-72826a86 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d63b20f7-ecc7-9536-8793-78a666c7dee8-72826a86 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_0c0549b5-1f08-5137-8103-dc27f6b0ad0e-a8e3ff5c, #w-node-_26097e2b-c2bc-3caa-e9d5-bd9880262135-a8e3ff5c, #w-node-e7371f0d-c92f-a7a4-b4b5-783afcc3b50b-a8e3ff5c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_11d52ae8-b61a-317f-5125-4a0a9d71517d-a8e3ff5c {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_0c0549b5-1f08-5137-8103-dc27f6b0ad0e-72826a86, #w-node-_26097e2b-c2bc-3caa-e9d5-bd9880262135-72826a86, #w-node-e7371f0d-c92f-a7a4-b4b5-783afcc3b50b-72826a86 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_11d52ae8-b61a-317f-5125-4a0a9d71517d-72826a86 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1664180b-e666-effc-da1a-573071dcdf80-a8e3ff5c, #w-node-_667af7db-5ac7-715d-8a47-99e2077bbf26-a8e3ff5c, #w-node-df7adc60-9827-1b68-e7f0-18cd95c693f3-a8e3ff5c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_52c60d10-f279-d22d-498a-e0b454effbf5-a8e3ff5c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0c0549b5-1f08-5137-8103-dc27f6b0ad0e-a8e3ff5c {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-f504938b-8edd-b002-b02d-8c02909c5335-a8e3ff5c, #w-node-_1e1c5489-66b5-5cfe-26ce-b80e8939bea3-a8e3ff5c, #w-node-f81a0c7f-61a0-b94e-daec-cf5764866f12-a8e3ff5c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_26097e2b-c2bc-3caa-e9d5-bd9880262135-a8e3ff5c {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_117391b1-5563-aeba-8d32-c20275b9307b-a8e3ff5c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e7371f0d-c92f-a7a4-b4b5-783afcc3b50b-a8e3ff5c {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_11d52ae8-b61a-317f-5125-4a0a9d71517d-a8e3ff5c, #w-node-_2b4b6e62-d4cc-b64a-ed82-12f3acc4dd66-a8e3ff5c, #w-node-_1b0fe09a-ccc6-ae85-e2e1-0e1c6265c59b-a8e3ff5c, #w-node-_496010c7-7529-541d-0bc8-c5a8bf84129f-a8e3ff5c, #w-node-_1664180b-e666-effc-da1a-573071dcdf80-72826a86, #w-node-_667af7db-5ac7-715d-8a47-99e2077bbf26-72826a86, #w-node-df7adc60-9827-1b68-e7f0-18cd95c693f3-72826a86 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_52c60d10-f279-d22d-498a-e0b454effbf5-72826a86 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0c0549b5-1f08-5137-8103-dc27f6b0ad0e-72826a86 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-f504938b-8edd-b002-b02d-8c02909c5335-72826a86, #w-node-_1e1c5489-66b5-5cfe-26ce-b80e8939bea3-72826a86, #w-node-f81a0c7f-61a0-b94e-daec-cf5764866f12-72826a86 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_26097e2b-c2bc-3caa-e9d5-bd9880262135-72826a86 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_117391b1-5563-aeba-8d32-c20275b9307b-72826a86 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e7371f0d-c92f-a7a4-b4b5-783afcc3b50b-72826a86 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_11d52ae8-b61a-317f-5125-4a0a9d71517d-72826a86, #w-node-_2b4b6e62-d4cc-b64a-ed82-12f3acc4dd66-72826a86, #w-node-_1b0fe09a-ccc6-ae85-e2e1-0e1c6265c59b-72826a86, #w-node-_496010c7-7529-541d-0bc8-c5a8bf84129f-72826a86 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_85bd8335-1742-68a0-8a30-c7e1d4446009-a8e3ff5c, #w-node-_52c60d10-f279-d22d-498a-e0b454effbf5-a8e3ff5c {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_0c0549b5-1f08-5137-8103-dc27f6b0ad0e-a8e3ff5c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f504938b-8edd-b002-b02d-8c02909c5335-a8e3ff5c, #w-node-_15e73fbb-a5ed-bfd6-3a8a-7d7207af0e23-a8e3ff5c, #w-node-_1e1c5489-66b5-5cfe-26ce-b80e8939bea3-a8e3ff5c, #w-node-f81a0c7f-61a0-b94e-daec-cf5764866f12-a8e3ff5c, #w-node-_26097e2b-c2bc-3caa-e9d5-bd9880262135-a8e3ff5c, #w-node-_117391b1-5563-aeba-8d32-c20275b9307b-a8e3ff5c, #w-node-e7371f0d-c92f-a7a4-b4b5-783afcc3b50b-a8e3ff5c {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_4d90ff20-cdc2-5d72-0cf2-cb0075568348-a8e3ff5c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8b1cbeb8-b9c6-fde2-7b16-9345e54b5dd0-a8e3ff5c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_85bd8335-1742-68a0-8a30-c7e1d4446009-72826a86, #w-node-_52c60d10-f279-d22d-498a-e0b454effbf5-72826a86 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_0c0549b5-1f08-5137-8103-dc27f6b0ad0e-72826a86 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f504938b-8edd-b002-b02d-8c02909c5335-72826a86, #w-node-_15e73fbb-a5ed-bfd6-3a8a-7d7207af0e23-72826a86, #w-node-_1e1c5489-66b5-5cfe-26ce-b80e8939bea3-72826a86, #w-node-f81a0c7f-61a0-b94e-daec-cf5764866f12-72826a86, #w-node-_26097e2b-c2bc-3caa-e9d5-bd9880262135-72826a86, #w-node-_117391b1-5563-aeba-8d32-c20275b9307b-72826a86, #w-node-e7371f0d-c92f-a7a4-b4b5-783afcc3b50b-72826a86 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_4d90ff20-cdc2-5d72-0cf2-cb0075568348-72826a86 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8b1cbeb8-b9c6-fde2-7b16-9345e54b5dd0-72826a86 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


