.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: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.hero {
  width: 100%;
  height: 80vh;
  position: static;
}

.hero-image {
  width: 100%;
  height: 100%;
  background-image: url('../images/REBAS_Hero-Banner_72dpi.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-overlay {
  z-index: auto;
  width: 50%;
  height: 100%;
  opacity: 1;
  background-color: rgba(0, 0, 0, .7);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-left: 5vw;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.trenner {
  width: 16rem;
  height: .25rem;
  background-color: #fff;
  margin-bottom: 2rem;
}

.trenner.mitte {
  width: 200px;
  margin-bottom: 0;
}

.trenner.mitte.aktuelle {
  margin-bottom: 2rem;
}

.trenner.schwarz {
  background-color: #000;
}

.trenner.schwarz.ueber-uns {
  margin-bottom: 0;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: Open Sans, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 4rem;
}

.paragraph {
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2.5rem;
  display: inline-block;
}

.hero-text-wrapper {
  width: auto;
  height: auto;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
}

.navbar {
  height: 80px;
  object-fit: fill;
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
}

.navbar.mobile {
  z-index: 10;
  width: 100vw;
}

.image {
  clear: none;
  margin-left: auto;
  margin-right: 0;
  padding-left: 0;
  display: block;
}

.brand {
  flex: 0 auto;
  margin-right: auto;
}

.brand.w--current {
  padding-left: 0;
}

.nav-menu {
  width: 23vw;
  height: 100vh;
  color: #000;
  background-color: rgba(0, 0, 0, .8);
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: flex-end;
  align-self: auto;
  align-items: stretch;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
  right: 0;
}

.navbar-wrapper {
  width: 90%;
  height: 100%;
  max-width: 1600px;
  color: #fff;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-wrapper {
  width: auto;
  height: auto;
  max-width: 1600px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-wrapper.expertise {
  width: 100%;
  height: 100%;
  max-width: 1600px;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.container-wrapper.ref {
  width: 90%;
  max-width: 1600px;
  margin-top: -175px;
}

.container-wrapper.ref._2 {
  margin-top: -11rem;
}

.container-wrapper.footer {
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
}

.container-wrapper.hero {
  width: auto;
  flex: 1;
  margin-top: 0;
  margin-left: auto;
  margin-right: 0;
}

.body {
  font-family: Open Sans, sans-serif;
}

.expertise {
  width: 100%;
  height: auto;
  opacity: 1;
  justify-content: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  position: static;
}

.hintergrund {
  z-index: -1;
  height: 100%;
  opacity: .2;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 2.5em;
  font-weight: 600;
}

.button {
  color: #000;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #000;
  margin-bottom: 0;
  margin-left: 60px;
  margin-right: 0;
  padding: 10px 15px;
  font-size: 1em;
  font-weight: 400;
  transition: all .2s;
  display: inline-block;
}

.button:hover {
  color: #fff;
  background-color: #000;
  border-radius: 0;
}

.button.full {
  color: #fff;
  text-align: center;
  background-color: #ff8f02;
  border-style: none;
  padding: 10px 30px;
  font-weight: 400;
}

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

.button._1 {
  margin-left: 0;
}

.text-wrapper {
  border-left: 5px solid #000;
  margin-left: 4rem;
  margin-right: 4rem;
  padding: 2rem 0 2rem 3rem;
}

.referenzen {
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 60px;
  position: relative;
}

.section-header {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 30px;
  display: flex;
}

.section-header.referenzen {
  width: 100%;
  height: 22em;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .9), rgba(0, 0, 0, .9));
  background-position: 0 0;
  justify-content: flex-start;
  margin-top: 0;
  padding-top: 4em;
  padding-bottom: 4em;
}

.section-header._2 {
  padding-bottom: 0;
}

.heading-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 2.5em;
  font-weight: 600;
}

.heading-4.leistungen {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 0;
}

.grid {
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 16px solid #fff;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
}

.grid.projekte {
  width: 100%;
  height: 100%;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 0;
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
}

.grid.referenz {
  height: 100%;
  grid-column-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  position: static;
}

.grid.referenzen {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-style: solid;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 0;
  display: grid;
}

.referenz-wrapper {
  padding-bottom: 0%;
  display: none;
  position: relative;
}

.referenz-wrapper.herkenrath {
  display: block;
}

.referenz-wrapper.siegen {
  display: none;
}

.referenz-wrapper.hengsberg {
  display: block;
}

.referenz-wrapper.no--showing {
  display: none;
}

.modal-link {
  z-index: 1;
  opacity: 0;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, .6);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-link:hover {
  opacity: 1;
  display: flex;
}

.referenz {
  width: 100%;
  height: auto;
}

.referenz.bensberg, .referenz.bergisch-gladbach {
  height: 100%;
  max-width: none;
}

.referenz.mehlem {
  height: 100%;
  max-width: none;
  display: block;
}

.referenz.hamm {
  height: 100%;
  max-width: none;
}

.referenz.siegen {
  height: 100%;
  max-width: none;
  display: block;
}

.referenz.unterbach {
  max-width: none;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.paragraph-3 {
  margin-bottom: 2rem;
  margin-left: 1rem;
  margin-right: 1rem;
  font-size: .8rem;
}

.heading-referenz {
  text-align: center;
  margin-top: 0;
  margin-bottom: .5em;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 1rem;
  line-height: 20px;
}

.heading-6, .heading-7, .heading-8, .heading-9 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3em;
}

.heading-10 {
  margin-top: 0;
  margin-bottom: 0;
}

.leistungen {
  background-color: rgba(0, 0, 0, .03);
  padding-bottom: 60px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: none;
  position: relative;
}

.leistungen-wrapper {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
}

.leistungen-wrapper._1 {
  width: 100%;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
}

.heading-11 {
  color: #000;
  margin-top: 30px;
  margin-bottom: 15px;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 1.8em;
}

.paragraph-4 {
  color: #000;
  flex: 1;
  margin-top: 0;
  margin-bottom: -1px;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 1em;
}

.projekte {
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 4rem;
  position: relative;
}

.ber-uns {
  width: 100vw;
  height: auto;
  background-color: rgba(0, 0, 0, .03);
  padding-bottom: 60px;
  display: none;
  position: relative;
}

.grid-2 {
  width: 100%;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  justify-content: center;
}

.image-3 {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  transition: all .2s;
}

.image-3:hover {
  border-radius: 0%;
}

.paragraph-5 {
  text-align: center;
  margin-bottom: 0;
  font-size: 1em;
}

.div-block-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link {
  color: #000;
  margin-top: 5px;
  font-weight: 700;
  text-decoration: none;
  display: inline;
}

.link.footer {
  color: #fff;
  cursor: pointer;
  font-weight: 400;
}

.link.footer:hover {
  color: #ff8f02;
}

.heading-13 {
  margin-bottom: 0;
}

.paragraph-6 {
  margin-bottom: 0;
  margin-right: 5vw;
  font-size: 1em;
}

.div-block-4 {
  align-items: center;
  display: flex;
}

.footer {
  width: 100vw;
  height: auto;
  position: relative;
}

.grid-3 {
  width: 100%;
  grid-template-rows: auto;
  margin-top: 60px;
}

.grid-3.referenz {
  margin-top: 0;
}

.grid-4 {
  width: 95%;
  max-width: 1600px;
  grid-template-rows: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.footer-ende {
  width: 100vw;
  height: 80px;
  color: #fff;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-8 {
  margin-bottom: 0;
  font-size: .9rem;
}

.heading-14 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
}

.div-block-6 {
  background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/REBAS_Hero-Banner_72dpi.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.paragraph-9 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 1em;
}

.image-4 {
  width: 200px;
  margin-bottom: -10px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.div-block-8 {
  padding-bottom: 30px;
}

.textarea {
  margin-bottom: 30px;
}

.error-message {
  font-size: 1em;
}

.heading-15 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-size: 1.5em;
}

.field-label, .field-label-2, .field-label-3, .field-label-4 {
  color: #fff;
  font-weight: 400;
}

.form {
  width: 49%;
  background-image: linear-gradient(rgba(255, 255, 255, .3), rgba(255, 255, 255, .3)), url('../images/IMG_7021.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-top: -70px;
  padding: 30px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
}

.form-2 {
  width: auto;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.form-block {
  flex: 1;
  margin-bottom: 0;
}

.nav-link {
  width: 100%;
  color: #fff;
  text-align: right;
  border: 3px rgba(0, 0, 0, 0);
  border-bottom-style: solid;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: auto;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15% 5vw;
  font-size: 1.2em;
  line-height: 1.2em;
  transition: all .2s;
  display: flex;
}

.nav-link:hover {
  color: #ff8f02;
}

.nav-link.w--current {
  color: #ff8f02;
  border-bottom: 5px solid #ff8f02;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  padding-top: 15%;
  padding-bottom: 15%;
  padding-right: 5vw;
}

.square_link {
  width: 3rem;
  height: 3rem;
  color: rgba(0, 0, 0, 0);
  background-color: #333;
  background-image: url('../images/share-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto;
}

.square_link:hover {
  border-radius: 0%;
}

.fake_anchor {
  z-index: -1;
  margin-top: -80px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.simple-menu-button {
  z-index: 100;
  width: 50px;
  height: 50px;
  background-color: #fff;
  padding: 0;
  overflow: hidden;
}

.simple-menu-button.w--open {
  z-index: 100;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
}

.line-1 {
  z-index: 2;
  width: 35px;
  height: 2px;
  background-color: #7a7a7a;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.line-1.simple {
  width: 30px;
  color: #000;
  background-color: #000;
  top: 15px;
}

.line-2 {
  z-index: 1;
  width: 35px;
  height: 2px;
  background-color: #7a7a7a;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.line-2.simple {
  width: 30px;
  color: #000;
  background-color: #000;
  top: 25px;
}

.line-3 {
  z-index: 2;
  width: 35px;
  height: 2px;
  background-color: #7a7a7a;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.line-3.simple {
  width: 30px;
  color: #000;
  background-color: #000;
  top: 35px;
}

.div-block-16 {
  max-width: 1600px;
}

.image-5 {
  display: none;
}

.heading-16 {
  margin-top: 3.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
}

.lightbox-link {
  height: 450px;
  cursor: pointer;
}

.lightbox-image {
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.modal-link-1 {
  z-index: 1;
  opacity: 0;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, .6);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-link-1:hover {
  opacity: 1;
}

.modal-text {
  width: 100%;
  padding-left: 2em;
  padding-right: 2em;
  position: static;
}

.modal-link-3 {
  z-index: 1;
  opacity: 0;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, .6);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-link-3:hover {
  opacity: 1;
  display: flex;
}

.modal-link-5 {
  z-index: 1;
  opacity: 0;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, .6);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-link-5:hover {
  opacity: 1;
  display: flex;
}

.modal-link-4 {
  z-index: 1;
  opacity: 0;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, .6);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-link-4:hover {
  opacity: 1;
  display: flex;
}

.modal-link-2 {
  z-index: 1;
  opacity: 0;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, .6);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-link-2:hover {
  opacity: 1;
  display: flex;
}

.modal-link-6 {
  z-index: 1;
  opacity: 0;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, .6);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-link-6:hover {
  opacity: 1;
  display: flex;
}

.modal-link-7 {
  z-index: 1;
  opacity: 0;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, .6);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-link-7:hover {
  opacity: 1;
  display: flex;
}

.modal-link-8 {
  z-index: 1;
  opacity: 0;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, .6);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-link-8:hover {
  opacity: 1;
  display: flex;
}

.modal-link-9 {
  z-index: 1;
  opacity: 0;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, .6);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-link-9:hover {
  opacity: 1;
  display: flex;
}

.modal-link-10 {
  z-index: 1;
  opacity: 0;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, .6);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-link-10:hover {
  opacity: 1;
  display: flex;
}

.modal-link-11 {
  z-index: 1;
  opacity: 0;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, .6);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-link-11:hover {
  opacity: 1;
  display: flex;
}

.modal-link-12 {
  z-index: 1;
  opacity: 0;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, .6);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-link-12:hover {
  opacity: 1;
  display: flex;
}

.impressum-wrapper {
  padding: 5%;
}

.impressum {
  z-index: 1;
  width: 90vw;
  max-width: 1600px;
  background-color: #fff;
  margin-top: -170px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.paragraph-36 {
  color: #424343;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 400;
}

.bold-text-5 {
  font-size: 14px;
  font-weight: 700;
}

.italic-text {
  color: #424343;
  font-style: normal;
}

.text-span-13, .text-span-14 {
  font-weight: 700;
}

.body-2 {
  font-family: Verdana, Geneva, sans-serif;
}

.heading-29 {
  text-transform: uppercase;
  font-size: 1.5em;
}

.heading-32 {
  font-size: 40px;
}

.heading-32.header-mobile {
  margin-top: 0;
  font-size: 2em;
}

.paragraph-39 {
  margin-bottom: 30px;
  padding-top: 10px;
  font-size: 1em;
}

.datenschutz-wrapper {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  margin-top: -170px;
  position: relative;
}

.heading-31 {
  font-size: 1.5em;
}

.mobile {
  font-size: 1.2em;
}

.ende {
  margin-bottom: 0;
  font-family: Verdana, Geneva, sans-serif;
}

.trenner-2 {
  width: 200px;
  height: 10px;
  background-color: #ff8f02;
  margin-bottom: 30px;
}

.trenner-2.mitte {
  margin-bottom: 0;
}

.trenner-2.mitte.aktuelle {
  background-color: #fff;
}

.datenschutz-content {
  width: 90%;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 5%;
  font-family: Verdana, Geneva, sans-serif;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
}

.div-block-19 {
  width: 100vw;
  height: 250px;
  filter: grayscale();
  background-image: url('../images/shutterstock_1017199342.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: -5vw;
  transition: all .2s;
}

.div-block-19:hover {
  filter: none;
}

.modal-link-13 {
  z-index: 1;
  opacity: 0;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, .6);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-link-13:hover {
  opacity: 1;
  display: flex;
}

.text-span-15 {
  font-size: 1.5em;
  line-height: 1.5em;
}

.modal-link-14 {
  z-index: 1;
  opacity: 0;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, .6);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-link-14:hover {
  opacity: 1;
  display: flex;
}

.modal-link-15 {
  z-index: 1;
  opacity: 0;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, .6);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-link-15:hover {
  opacity: 1;
  display: flex;
}

.modal-link-16 {
  z-index: 1;
  opacity: 0;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, .6);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-link-16:hover {
  opacity: 1;
}

.modal-link-17 {
  z-index: 1;
  opacity: 0;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, .6);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-link-17:hover {
  opacity: 1;
  display: flex;
}

.modal-link-18 {
  z-index: 1;
  opacity: 0;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, .6);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-link-18:hover {
  opacity: 1;
  display: flex;
}

.popup-toggle {
  z-index: 1;
  opacity: 0;
  color: #fff;
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-toggle:hover {
  opacity: 1;
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
}

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

.lightbox-wrapper.is-single {
  grid-template-rows: auto;
}

.popup-wrapper {
  z-index: 999;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-wrapper.is-hidden {
  z-index: 999;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-background {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-7 {
  width: 1.5rem;
  align-self: flex-start;
  padding-top: 0;
}

.square_link-2 {
  width: 60px;
  height: 60px;
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: #333;
  background-image: url('../images/share-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto;
}

.square_link-2:hover {
  border-radius: 0%;
}

.heading-referenz-2 {
  width: 80%;
  text-align: center;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 1.3rem;
  line-height: 20px;
}

.fakt-2 {
  margin-bottom: 15px;
  display: flex;
}

.fakt-2.ende {
  margin-bottom: 60px;
}

.heading-33 {
  margin-top: 3.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

.popup-group {
  position: relative;
}

.popup-group.is-hidden {
  display: block;
}

.lightbox-link-2 {
  width: 100%;
  overflow: visible;
}

.modal-text-divider {
  height: 5px;
  background-image: linear-gradient(#000, #000);
  margin-bottom: 1.5rem;
}

.modal-text-2 {
  width: 100%;
  height: auto;
  padding-bottom: 0%;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  position: relative;
}

.popup-content {
  width: auto;
  height: auto;
  margin: 1.5em;
  display: block;
  position: static;
  overflow: visible;
}

.popup-content-wrapper {
  z-index: 2;
  width: 80%;
  height: auto;
  background-color: #fff;
  border-radius: 0;
  display: block;
  position: relative;
  overflow: visible;
}

.lightbox-thumbnail {
  width: 100%;
  height: 100px;
  overflow: hidden;
}

.lightbox-thumbnail.is-hidden {
  display: block;
}

.popup-close-icon {
  width: 1em;
  height: 1em;
}

.popup-inner {
  z-index: 999;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.popup-close {
  z-index: 2;
  width: 3.5em;
  height: 3.5em;
  color: #000;
  cursor: pointer;
  background-color: #e9e9e9;
  border-radius: 999em;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 2.5em;
  bottom: auto;
  left: auto;
  right: 2.5em;
}

.paragraph-42 {
  margin-bottom: 0;
  padding-top: 5px;
  padding-left: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.2rem;
  display: block;
}

.lightbox-image-hero {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.square_link-3 {
  width: 3rem;
  height: 3rem;
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: #333;
  background-image: url('../images/share-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto;
}

.square_link-3:hover {
  border-radius: 0%;
}

.div-block-22 {
  width: 200px;
  height: .25em;
  background-color: #000;
  margin-bottom: 1.5rem;
}

.lightbox-image {
  max-width: none;
  object-fit: cover;
  position: static;
  overflow: visible;
}

.paragraph-45 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

.paragraph-46 {
  margin-bottom: 2rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-span-18 {
  font-weight: 600;
}

.popup-content-wrap {
  z-index: 2;
  width: 80%;
  height: auto;
  background-color: #fff;
  position: relative;
}

@media screen and (min-width: 1280px) {
  .hero-image {
    background-image: url('../images/REBAS_Hero-Banner_72dpi.jpg');
  }

  .trenner {
    background-color: #fff;
  }

  .trenner.schwarz {
    background-color: #000;
  }

  .trenner.schwarz.ueber-uns {
    margin-bottom: 0;
  }

  .text-wrapper {
    border-left-color: #000;
  }

  .paragraph-3 {
    margin-bottom: 2vh;
  }

  .link {
    color: #000;
    font-weight: 700;
  }

  .link.footer {
    font-weight: 400;
  }

  .div-block-6 {
    background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/REBAS_Hero-Banner_72dpi.jpg');
  }

  .square_link {
    background-image: url('../images/share-arrow.svg');
  }

  .lightbox-link {
    height: 100%;
  }

  .square_link-2 {
    background-image: url('../images/share-arrow.svg');
  }

  .lightbox-thumbnail {
    height: 100%;
  }

  .lightbox-image-hero {
    height: 450px;
  }

  .square_link-3 {
    background-image: url('../images/share-arrow.svg');
  }

  .lightbox-image {
    height: 100px;
  }
}

@media screen and (min-width: 1440px) {
  .hero-image {
    background-image: url('../images/REBAS_Hero-Banner_72dpi.jpg');
  }

  .trenner {
    background-color: #fff;
  }

  .trenner.schwarz {
    background-color: #000;
    margin-bottom: 30px;
  }

  .trenner.schwarz.ueber-uns {
    margin-bottom: 0;
  }

  .navbar.mobile {
    z-index: 10;
  }

  .container-wrapper.hero {
    max-width: 800px;
  }

  .expertise {
    width: 100%;
  }

  .text-wrapper {
    border-left-color: #000;
  }

  .section-header._2, .section-header.ueber {
    padding-bottom: 0;
  }

  .heading-referenz {
    font-size: 1.5em;
    line-height: 1.2em;
    display: block;
  }

  .heading-6, .heading-7, .heading-8, .heading-9 {
    font-size: 1.5em;
  }

  .link {
    color: #000;
    font-weight: 700;
  }

  .link.footer {
    font-weight: 400;
  }

  .div-block-6 {
    background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/REBAS_Hero-Banner_72dpi.jpg');
  }

  .square_link {
    background-image: url('../images/share-arrow.svg');
  }

  .lightbox-link {
    overflow: hidden;
  }

  .popup-wrapper {
    position: fixed;
  }

  .popup-wrapper.is-hidden {
    display: none;
  }

  .popup-background {
    z-index: 1;
  }

  .square_link-2 {
    background-image: url('../images/share-arrow.svg');
  }

  .heading-referenz-2 {
    font-size: 1.5em;
    display: block;
  }

  .popup-group.is-hidden {
    display: block;
  }

  .lightbox-link-2 {
    width: 100%;
    overflow: hidden;
  }

  .popup-content {
    z-index: 2;
    position: relative;
  }

  .popup-content-wrapper {
    z-index: 2;
  }

  .popup-close {
    z-index: 3;
  }

  .lightbox-image-hero {
    overflow: visible;
  }

  .square_link-3 {
    background-image: url('../images/share-arrow.svg');
  }
}

@media screen and (min-width: 1920px) {
  .hero {
    overflow: visible;
  }

  .hero-image {
    background-image: url('../images/REBAS_Hero-Banner_72dpi.jpg');
    background-position: 50% 100%;
  }

  .trenner {
    background-color: #fff;
  }

  .trenner.schwarz {
    background-color: #000;
  }

  .trenner.schwarz.ueber-uns {
    margin-bottom: 0;
  }

  .navbar.mobile {
    z-index: 8;
    width: 100%;
  }

  .container-wrapper.expertise {
    width: 100vw;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    position: static;
  }

  .container-wrapper.ref {
    margin-top: -11rem;
  }

  .container-wrapper.hero {
    max-width: 800px;
  }

  .expertise {
    padding-left: 0;
    overflow: visible;
  }

  .text-wrapper {
    width: auto;
    border-left-color: #000;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .referenzen {
    position: relative;
    overflow: visible;
  }

  .section-header.referenzen {
    overflow: visible;
  }

  .section-header.ueber {
    margin-bottom: 30px;
  }

  .heading-4 {
    font-size: 2.5em;
  }

  .grid.projekte {
    position: relative;
  }

  .grid.referenz {
    height: 750px;
    grid-template-rows: auto;
    position: static;
  }

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

  .paragraph-3 {
    margin-bottom: 2em;
    margin-left: 1em;
    margin-right: 1em;
    font-size: .9rem;
  }

  .heading-referenz {
    line-height: 1.5em;
  }

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

  .link {
    color: #000;
    font-weight: 700;
    display: none;
  }

  .link.footer {
    font-weight: 400;
    display: inline;
  }

  .footer {
    width: 100%;
  }

  .grid-4 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph-8 {
    font-size: .9rem;
  }

  .div-block-6 {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/REBAS_Hero-Banner_72dpi.jpg');
  }

  .paragraph-9 {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .square_link {
    background-image: url('../images/share-arrow.svg');
  }

  .simple-menu-button {
    overflow: hidden;
  }

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

  .heading-29 {
    font-size: 2.5em;
  }

  .heading-32.header-mobile {
    font-size: 3em;
  }

  .paragraph-39 {
    font-size: 2em;
    line-height: 2em;
  }

  .mobile {
    font-size: 1.5em;
    line-height: 1.5em;
  }

  .lightbox-wrapper {
    width: 100%;
    height: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: .25fr .25fr .25fr .25fr;
    grid-template-columns: .25fr .25fr .25fr .25fr;
    grid-auto-columns: 1fr;
    display: grid;
    overflow: hidden;
  }

  .lightbox-wrapper.is-single {
    max-height: 70vh;
    grid-template-rows: 1fr;
  }

  .popup-wrapper {
    display: block;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .popup-wrapper.is-hidden {
    display: none;
  }

  .popup-background {
    z-index: 1;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .image-7 {
    width: 2rem;
  }

  .square_link-2 {
    background-image: url('../images/share-arrow.svg');
  }

  .fakt-2 {
    align-items: center;
    margin-bottom: 2rem;
  }

  .fakt-2.ende {
    margin-bottom: 2rem;
  }

  .heading-33 {
    margin-top: 4rem;
    margin-bottom: 2rem;
    font-size: 2em;
    line-height: 2.2rem;
  }

  .popup-group {
    width: 100%;
    height: 100%;
  }

  .popup-group.is-hidden {
    display: block;
  }

  .lightbox-link-2 {
    width: 100%;
    height: 100%;
    text-decoration: none;
    display: flex;
    overflow: visible;
  }

  .modal-text-divider {
    width: 300px;
  }

  .modal-text-2 {
    width: auto;
    display: block;
  }

  .popup-content {
    width: auto;
    height: auto;
    max-height: none;
    object-fit: fill;
    justify-content: space-between;
    display: flex;
    position: static;
    overflow: visible;
  }

  .popup-content-wrapper {
    z-index: 2;
    width: 1600%;
    height: 800px;
    max-width: 1600px;
    min-height: auto;
    overflow: visible;
  }

  .lightbox-thumbnail {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .lightbox-thumbnail.is-hidden {
    height: 100%;
    display: block;
  }

  .paragraph-42 {
    padding-top: 0;
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  .lightbox-image-hero {
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
  }

  .square_link-3 {
    background-image: url('../images/share-arrow.svg');
  }

  .div-block-22 {
    height: 5px;
    margin-bottom: 2rem;
  }

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

  .lightbox-link-3 {
    overflow: hidden;
  }

  .popup-content-wrap {
    width: 1600px;
    height: 800px;
    max-width: 1600px;
  }
}

@media screen and (max-width: 991px) {
  .hero-image {
    background-position: 100%;
  }

  .hero-overlay {
    width: 100vw;
  }

  .hero-text-wrapper {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .brand.white {
    margin-top: 15px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 5%;
    right: auto;
  }

  .nav-menu {
    width: 100vw;
    background-color: rgba(0, 0, 0, .9);
    margin-top: 0;
    padding-top: 15%;
  }

  .navbar-wrapper {
    width: 100vw;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .container-wrapper {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .container-wrapper.expertise {
    width: 100vw;
  }

  .container-wrapper.ref {
    width: 100%;
    margin-top: -100px;
  }

  .container-wrapper.ref._2 {
    margin-top: -100px;
  }

  .text-wrapper {
    width: 90vw;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .section-header.referenzen {
    height: 270px;
  }

  .heading-4.leistungen {
    text-align: center;
  }

  .grid {
    width: 90%;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .grid.projekte {
    width: 90%;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .grid.referenz {
    width: 100%;
    grid-template-rows: minmax(auto, .5fr) minmax(auto, 1.5fr);
    grid-template-columns: 1fr;
  }

  .grid.referenzen {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    padding-bottom: 0;
  }

  .paragraph-3 {
    text-align: center;
    margin-bottom: 2vh;
  }

  .leistungen {
    width: 100vw;
  }

  .leistungen-wrapper._1 {
    width: auto;
  }

  .heading-11 {
    text-align: left;
    align-self: flex-start;
    margin-top: 30px;
    margin-left: 0;
    margin-right: auto;
    padding-left: 5vw;
    padding-right: 5vw;
    font-size: 1.5em;
  }

  .paragraph-4 {
    flex: 1;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .grid-2 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .image-3, .paragraph-5 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-3 {
    align-items: flex-start;
  }

  .link {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-13 {
    text-align: center;
  }

  .paragraph-6 {
    margin-right: 0;
  }

  .grid-3 {
    margin-top: 30px;
    padding-left: 0;
  }

  .grid-4 {
    width: 100vw;
  }

  .heading-14 {
    text-align: center;
  }

  .div-block-8 {
    margin-bottom: 60px;
    padding-bottom: 30px;
  }

  .form {
    margin-right: 5vw;
  }

  .nav-link {
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding: 5% 0;
  }

  .nav-link.w--current {
    color: #fff;
    border-bottom-width: 5px;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-right: 0;
    font-weight: 700;
  }

  .square_link {
    margin-bottom: 30%;
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .paragraph-10 {
    text-align: center;
  }

  .simple-menu-button {
    width: 50px;
    height: 50px;
    justify-content: flex-start;
    display: block;
  }

  .simple-menu-button.w--open {
    width: 50px;
    height: 50px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
  }

  .line-1.simple {
    width: 30px;
    height: 3px;
    background-color: #000;
    top: 15px;
  }

  .line-2.simple {
    width: 30px;
    height: 3px;
    background-color: #000;
    top: 25px;
  }

  .line-3.simple {
    width: 30px;
    height: 3px;
    background-color: #000;
    top: 35px;
  }

  .image-5 {
    width: 200px;
    margin-top: -2px;
    display: block;
  }

  .heading-16 {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .lightbox-link {
    height: 100%;
  }

  .modal-text {
    padding-bottom: 0;
  }

  .impressum {
    margin-top: -100px;
  }

  .trenner-2.mitte.aktuelle {
    background-color: #fff;
  }

  .datenschutz-content {
    margin-top: 70px;
  }

  .image-7 {
    padding-top: 3px;
  }

  .square_link-2 {
    margin-bottom: 30%;
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .heading-referenz-2 {
    font-size: 1.2rem;
  }

  .fakt-2 {
    margin-bottom: 15px;
  }

  .fakt-2.ende {
    margin-bottom: 0;
  }

  .heading-33 {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .modal-text-divider {
    width: 200px;
  }

  .modal-text-2 {
    padding-bottom: 0;
  }

  .popup-content-wrapper {
    max-height: 92%;
    max-width: 75%;
    min-width: 75%;
  }

  .lightbox-thumbnail {
    height: 100%;
    overflow: hidden;
  }

  .paragraph-42 {
    padding-top: 0;
  }

  .lightbox-image-hero {
    height: 450px;
  }

  .square_link-3 {
    margin-bottom: 30%;
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-22 {
    flex: none;
    margin-bottom: 15px;
  }

  .lightbox-image {
    height: 100px;
    object-fit: cover;
    overflow: visible;
  }
}

@media screen and (max-width: 767px) {
  .hero-overlay {
    width: 100vw;
  }

  .hero-text-wrapper {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .image {
    margin-left: 50px;
  }

  .brand {
    margin-left: auto;
    padding-top: 2px;
    padding-left: 0;
  }

  .brand.w--current {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .brand.white {
    width: 100%;
    flex: 0 auto;
    align-self: auto;
    margin-top: 10px;
    margin-left: -30px;
    margin-right: auto;
  }

  .nav-menu {
    justify-content: center;
    padding-top: 30%;
  }

  .container-wrapper.expertise {
    width: 100vw;
  }

  .text-wrapper {
    padding-left: 30px;
  }

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

  .grid.referenz {
    grid-template-rows: minmax(auto, .5fr) minmax(auto, 1.5fr);
    grid-template-columns: 1fr;
  }

  .grid.referenzen {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 0;
  }

  .paragraph-3 {
    margin-bottom: 1vh;
    font-size: .8em;
  }

  .heading-referenz {
    font-size: 1em;
    line-height: 25px;
  }

  .heading-6, .heading-7, .heading-8, .heading-9, .heading-10 {
    font-size: 1em;
  }

  .ber-uns {
    padding-bottom: 30px;
  }

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

  .div-block-3 {
    margin-top: 20px;
  }

  .heading-13 {
    margin-left: auto;
    margin-right: auto;
  }

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

  .div-block-8 {
    margin-bottom: 30px;
    padding-bottom: 0;
  }

  .form {
    width: 100%;
    margin-top: 0;
    position: static;
  }

  .square_link {
    width: 40px;
    height: 40px;
    margin-bottom: 30%;
  }

  .image-5 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .heading-16 {
    text-align: left;
    align-self: flex-start;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .lightbox-link {
    height: 100%;
  }

  .lightbox-image {
    height: auto;
  }

  .fakt-wrapper {
    align-self: flex-start;
  }

  .datenschutz-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .trenner-2.mitte.aktuelle {
    background-color: #fff;
  }

  .datenschutz-content {
    margin-top: 70px;
  }

  .image-7 {
    width: 3vw;
  }

  .square_link-2 {
    width: 40px;
    height: 40px;
    margin-bottom: 30%;
  }

  .heading-referenz-2 {
    font-size: 1em;
    line-height: 25px;
  }

  .fakt-2.ende {
    margin-bottom: 5px;
  }

  .heading-33 {
    text-align: left;
    align-self: flex-start;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .popup-content {
    margin: 6em 2em 3em;
  }

  .popup-content-wrapper {
    max-height: 81%;
    max-width: 80%;
    min-width: 80%;
  }

  .lightbox-thumbnail {
    height: 100%;
  }

  .popup-close {
    top: 1em;
    right: 1em;
  }

  .lightbox-image-hero {
    height: 350px;
  }

  .square_link-3 {
    width: 40px;
    height: 40px;
    margin-bottom: 30%;
  }

  .div-block-22 {
    align-self: flex-start;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: auto;
  }

  .lightbox-image {
    height: 80px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    height: 80vh;
  }

  .hero-image {
    background-position: 50%;
  }

  .hero-overlay {
    height: auto;
    padding-left: 0;
  }

  .trenner.mitte {
    margin-bottom: 0;
  }

  .trenner.mitte.aktuelle {
    margin-bottom: 30px;
  }

  .trenner.schwarz.ueber-uns {
    margin-bottom: 0;
  }

  .heading-2 {
    font-size: 2.5em;
  }

  .paragraph {
    font-size: 1.2em;
  }

  .image {
    margin-left: auto;
  }

  .brand, .brand.w--current {
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
  }

  .brand.white {
    margin-left: -26px;
    padding-left: 0;
  }

  .brand.white.w--current {
    width: 150px;
    flex: 0 auto;
    align-self: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0;
    top: 12px;
    bottom: auto;
    left: -20px;
    right: 0%;
  }

  .nav-menu {
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-right: auto;
  }

  .navbar-wrapper {
    justify-content: flex-end;
  }

  .container-wrapper.expertise {
    width: 100vw;
  }

  .container-wrapper.ref {
    margin-top: -145px;
  }

  .container-wrapper.ref._2 {
    margin-top: -175px;
  }

  .container-wrapper.hero {
    justify-content: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-3 {
    font-size: 2em;
  }

  .text-wrapper {
    padding-left: 5vw;
  }

  .section-header.referenzen {
    height: 300px;
  }

  .heading-4 {
    text-align: center;
  }

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

  .grid.projekte {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 80px;
  }

  .grid.referenz {
    width: 100%;
    height: auto;
    grid-template-rows: minmax(auto, .5fr) minmax(auto, 1.5fr);
  }

  .grid.referenzen {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 15px;
    padding-bottom: 0;
  }

  .paragraph-4 {
    margin-bottom: 30px;
  }

  .paragraph-8 {
    width: 100vw;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 1em;
  }

  .div-block-8 {
    margin-bottom: 30px;
  }

  .nav-link {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .paragraph-10 {
    margin-top: 20px;
    margin-bottom: -1px;
    padding-bottom: 0;
  }

  .image-5 {
    margin-top: 1px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .heading-16 {
    margin-top: 0;
    padding-top: 0;
    font-size: 1.3em;
    line-height: 1.3em;
  }

  .lightbox-link {
    height: auto;
  }

  .modal-text {
    height: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-28 {
    font-size: 2em;
    line-height: 1em;
  }

  .impressum {
    width: 100vw;
    margin-top: -120px;
  }

  .paragraph-36 {
    width: 90vw;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-32.header-mobile {
    font-size: 1.5em;
    line-height: 35px;
  }

  .datenschutz-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-31 {
    position: static;
    right: 0;
  }

  .trenner-2.mitte {
    margin-bottom: 0;
  }

  .trenner-2.mitte.aktuelle {
    background-color: #fff;
    margin-bottom: 30px;
  }

  .datenschutz-content {
    width: 100%;
    margin-top: 40px;
  }

  .lightbox-wrapper {
    height: 100%;
    grid-template-rows: auto auto;
    align-content: stretch;
    align-items: stretch;
    overflow: visible;
  }

  .image-7 {
    width: 5vw;
  }

  .heading-referenz-2 {
    line-height: 1em;
  }

  .fakt-2 {
    margin-bottom: 10px;
  }

  .fakt-2.ende {
    margin-bottom: 5px;
  }

  .heading-33 {
    margin-top: 0;
    padding-top: 0;
    font-size: 1.3em;
    line-height: 1.3em;
  }

  .modal-text-2 {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .popup-content {
    margin-left: 1em;
    margin-right: 1em;
  }

  .popup-content-wrapper {
    width: 90%;
    max-height: none;
    max-width: 90%;
    min-width: 90%;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .lightbox-thumbnail {
    height: 100%;
    overflow: hidden;
  }

  .lightbox-image-hero {
    height: 270px;
  }

  .lightbox-image {
    height: 84px;
  }

  .popup-content-wrap {
    width: 90%;
  }
}

#w-node-_6189038d-f976-d001-1219-f1b91c9961cd-1c3d4fe5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6189038d-f976-d001-1219-f1b91c9961de-1c3d4fe5 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_6189038d-f976-d001-1219-f1b91c9961ff-1c3d4fe5 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_6189038d-f976-d001-1219-f1b91c996243-1c3d4fe5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6189038d-f976-d001-1219-f1b91c996254-1c3d4fe5 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_6189038d-f976-d001-1219-f1b91c996270-1c3d4fe5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6189038d-f976-d001-1219-f1b91c996271-1c3d4fe5 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_9e01ea84-2116-2dfa-626d-89caf4fc5504-1c3d4fe5 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_9e01ea84-2116-2dfa-626d-89caf4fc5515-1c3d4fe5 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_0a1b8a9a-3f4a-70c4-c715-1a7b69988c55-1c3d4fe5 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_53137674-32d9-c0bf-4235-0a28429066a1-1c3d4fe5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff8e5e4e-2ec4-892c-a56d-c3e654f83cb9-1c3d4fe5 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-ff8e5e4e-2ec4-892c-a56d-c3e654f83cca-1c3d4fe5 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_8c0863d3-1b96-3835-34b0-d667e61b1a2c-1c3d4fe5 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_39ce8918-9809-cfdf-a9d3-7ad8e5e971e7-1c3d4fe5 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_75620cc2-a7bb-47e2-7b1a-50a610755557-1c3d4fe5 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e1521f84-c310-7103-bc2f-bc5208408cb5-1c3d4fe5 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_2f588262-dfe2-895b-f9b8-d5e1ca8878b8-1c3d4fe5 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-ee8672e8-05e2-062b-5703-e95891c8c16c-1c3d4fe5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ee8672e8-05e2-062b-5703-e95891c8c17b-1c3d4fe5 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-ee8672e8-05e2-062b-5703-e95891c8c190-1c3d4fe5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee8672e8-05e2-062b-5703-e95891c8c191-1c3d4fe5 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_9f1bf92f-f71f-c96e-4da5-9bab63864774-1c3d4fe5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9f1bf92f-f71f-c96e-4da5-9bab63864785-1c3d4fe5 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-fc85f9ea-a929-50b8-d8b1-d3d2bde47e4a-1c3d4fe5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d99b5c86-2bae-d22a-15de-be1f3dee5a66-1c3d4fe5 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_98c51143-9f89-fd38-c87c-8a6a36e20f2f-1c3d4fe5 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_98c51143-9f89-fd38-c87c-8a6a36e20f40-1c3d4fe5 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_98c51143-9f89-fd38-c87c-8a6a36e20f65-1c3d4fe5 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_98c51143-9f89-fd38-c87c-8a6a36e20f70-1c3d4fe5 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_98c51143-9f89-fd38-c87c-8a6a36e20f81-1c3d4fe5 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_98c51143-9f89-fd38-c87c-8a6a36e20fac-1c3d4fe5 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_98c51143-9f89-fd38-c87c-8a6a36e20fb7-1c3d4fe5 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_98c51143-9f89-fd38-c87c-8a6a36e20fc6-1c3d4fe5 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_98c51143-9f89-fd38-c87c-8a6a36e20fe9-1c3d4fe5 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_98c51143-9f89-fd38-c87c-8a6a36e20ff4-1c3d4fe5 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_98c51143-9f89-fd38-c87c-8a6a36e21003-1c3d4fe5 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_98c51143-9f89-fd38-c87c-8a6a36e21022-1c3d4fe5 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_98c51143-9f89-fd38-c87c-8a6a36e2102d-1c3d4fe5 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_98c51143-9f89-fd38-c87c-8a6a36e2103c-1c3d4fe5 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_98c51143-9f89-fd38-c87c-8a6a36e2105f-1c3d4fe5 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_98c51143-9f89-fd38-c87c-8a6a36e2106a-1c3d4fe5 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_98c51143-9f89-fd38-c87c-8a6a36e21079-1c3d4fe5 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_98c51143-9f89-fd38-c87c-8a6a36e2109a-1c3d4fe5 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_98c51143-9f89-fd38-c87c-8a6a36e210a5-1c3d4fe5 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_98c51143-9f89-fd38-c87c-8a6a36e210b4-1c3d4fe5 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_98c51143-9f89-fd38-c87c-8a6a36e210d5-1c3d4fe5 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_98c51143-9f89-fd38-c87c-8a6a36e210e0-1c3d4fe5 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_98c51143-9f89-fd38-c87c-8a6a36e210ef-1c3d4fe5 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_98c51143-9f89-fd38-c87c-8a6a36e21112-1c3d4fe5 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_98c51143-9f89-fd38-c87c-8a6a36e2111d-1c3d4fe5 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_98c51143-9f89-fd38-c87c-8a6a36e2112c-1c3d4fe5 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_98c51143-9f89-fd38-c87c-8a6a36e2114d-1c3d4fe5 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_98c51143-9f89-fd38-c87c-8a6a36e21158-1c3d4fe5 {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-_98c51143-9f89-fd38-c87c-8a6a36e21167-1c3d4fe5 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_98c51143-9f89-fd38-c87c-8a6a36e21188-1c3d4fe5 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_98c51143-9f89-fd38-c87c-8a6a36e21193-1c3d4fe5 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-_98c51143-9f89-fd38-c87c-8a6a36e211a2-1c3d4fe5 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_98c51143-9f89-fd38-c87c-8a6a36e211c5-1c3d4fe5 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_98d5587a-0908-7a9d-43f5-b05debfca2b8-1c3d4fe5 {
  justify-self: center;
}

#w-node-a9a70aed-7e53-8e1a-e0ac-f68b92051e32-92051e28, #w-node-_9071ed67-dd4a-9d7a-36ef-0e49d4160b5c-8d3d4fe6, #w-node-_0f01497c-00d0-e230-a824-1171750da964-033d4fe7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (min-width: 1920px) {
  #w-node-_6189038d-f976-d001-1219-f1b91c9961cd-1c3d4fe5 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6189038d-f976-d001-1219-f1b91c9961de-1c3d4fe5 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6189038d-f976-d001-1219-f1b91c9961fe-1c3d4fe5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6189038d-f976-d001-1219-f1b91c9961ff-1c3d4fe5 {
    grid-area: span 4 / span 3 / span 4 / span 3;
  }

  #w-node-_6189038d-f976-d001-1219-f1b91c996201-1c3d4fe5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6189038d-f976-d001-1219-f1b91c996243-1c3d4fe5 {
    grid-column: 2 / 3;
  }

  #w-node-_6189038d-f976-d001-1219-f1b91c996270-1c3d4fe5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6189038d-f976-d001-1219-f1b91c996271-1c3d4fe5 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_6189038d-f976-d001-1219-f1b91c996273-1c3d4fe5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9e01ea84-2116-2dfa-626d-89caf4fc5504-1c3d4fe5 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9e01ea84-2116-2dfa-626d-89caf4fc5515-1c3d4fe5 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_9e01ea84-2116-2dfa-626d-89caf4fc5535-1c3d4fe5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0a1b8a9a-3f4a-70c4-c715-1a7b69988c55-1c3d4fe5 {
    grid-area: span 4 / span 3 / span 4 / span 3;
  }

  #w-node-ff8e5e4e-2ec4-892c-a56d-c3e654f83cb9-1c3d4fe5 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-ff8e5e4e-2ec4-892c-a56d-c3e654f83cca-1c3d4fe5 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ff8e5e4e-2ec4-892c-a56d-c3e654f83cea-1c3d4fe5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8c0863d3-1b96-3835-34b0-d667e61b1a2c-1c3d4fe5 {
    grid-area: 1 / 1 / 5 / 4;
  }

  #w-node-_39ce8918-9809-cfdf-a9d3-7ad8e5e971e7-1c3d4fe5 {
    grid-area: 1 / 4 / 2 / 5;
  }

  #w-node-_75620cc2-a7bb-47e2-7b1a-50a610755557-1c3d4fe5 {
    grid-area: 2 / 4 / 3 / 5;
  }

  #w-node-e1521f84-c310-7103-bc2f-bc5208408cb5-1c3d4fe5 {
    grid-area: 3 / 4 / 4 / 5;
  }

  #w-node-_2f588262-dfe2-895b-f9b8-d5e1ca8878b8-1c3d4fe5 {
    grid-row: 4 / 5;
  }

  #w-node-ee8672e8-05e2-062b-5703-e95891c8c16c-1c3d4fe5 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ee8672e8-05e2-062b-5703-e95891c8c17b-1c3d4fe5 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ee8672e8-05e2-062b-5703-e95891c8c190-1c3d4fe5, #w-node-ee8672e8-05e2-062b-5703-e95891c8c193-1c3d4fe5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9f1bf92f-f71f-c96e-4da5-9bab63864774-1c3d4fe5, #w-node-_9f1bf92f-f71f-c96e-4da5-9bab63864785-1c3d4fe5 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-fc85f9ea-a929-50b8-d8b1-d3d2bde47e4a-1c3d4fe5, #w-node-fc85f9ea-a929-50b8-d8b1-d3d2bde47e4d-1c3d4fe5, #w-node-_98c51143-9f89-fd38-c87c-8a6a36e20f64-1c3d4fe5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e20f65-1c3d4fe5 {
    grid-area: span 4 / span 3 / span 4 / span 3;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e20f67-1c3d4fe5, #w-node-_98c51143-9f89-fd38-c87c-8a6a36e20fab-1c3d4fe5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e20fac-1c3d4fe5 {
    grid-area: span 4 / span 3 / span 4 / span 3;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e20fae-1c3d4fe5, #w-node-_98c51143-9f89-fd38-c87c-8a6a36e20fe8-1c3d4fe5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e20fe9-1c3d4fe5 {
    grid-area: span 4 / span 3 / span 4 / span 3;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e20feb-1c3d4fe5, #w-node-_98c51143-9f89-fd38-c87c-8a6a36e21021-1c3d4fe5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e21022-1c3d4fe5 {
    grid-area: span 4 / span 3 / span 4 / span 3;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e21024-1c3d4fe5, #w-node-_98c51143-9f89-fd38-c87c-8a6a36e2105e-1c3d4fe5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e2105f-1c3d4fe5 {
    grid-area: span 4 / span 3 / span 4 / span 3;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e21061-1c3d4fe5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e2106a-1c3d4fe5 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e21099-1c3d4fe5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e2109a-1c3d4fe5 {
    grid-area: span 4 / span 3 / span 4 / span 3;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e2109c-1c3d4fe5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e210a5-1c3d4fe5 {
    grid-column: 3 / 4;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e210d4-1c3d4fe5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e210d5-1c3d4fe5 {
    grid-area: span 4 / span 3 / span 4 / span 3;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e210d7-1c3d4fe5 {
    grid-area: 1 / 4 / 2 / 5;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e210d9-1c3d4fe5 {
    grid-area: 2 / 4 / 3 / 5;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e210db-1c3d4fe5 {
    grid-area: 3 / 4 / 4 / 5;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e210dd-1c3d4fe5 {
    grid-area: 4 / 4 / 5 / 5;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e210e0-1c3d4fe5 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e210ef-1c3d4fe5 {
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e21111-1c3d4fe5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e21112-1c3d4fe5 {
    grid-area: span 4 / span 3 / span 4 / span 3;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e21114-1c3d4fe5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e2111d-1c3d4fe5 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e2114c-1c3d4fe5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e2114d-1c3d4fe5 {
    grid-area: span 4 / span 3 / span 4 / span 3;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e2114f-1c3d4fe5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e21158-1c3d4fe5 {
    grid-column: 3 / 4;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e21167-1c3d4fe5 {
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e21187-1c3d4fe5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e21188-1c3d4fe5 {
    grid-area: span 4 / span 3 / span 4 / span 3;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e2118a-1c3d4fe5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e21193-1c3d4fe5 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e211c4-1c3d4fe5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e211c5-1c3d4fe5 {
    grid-area: span 4 / span 3 / span 4 / span 3;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e211c7-1c3d4fe5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_6189038d-f976-d001-1219-f1b91c9961cd-1c3d4fe5 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6189038d-f976-d001-1219-f1b91c996243-1c3d4fe5 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_9e01ea84-2116-2dfa-626d-89caf4fc5504-1c3d4fe5 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ff8e5e4e-2ec4-892c-a56d-c3e654f83cb9-1c3d4fe5 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-ee8672e8-05e2-062b-5703-e95891c8c16c-1c3d4fe5 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9f1bf92f-f71f-c96e-4da5-9bab63864774-1c3d4fe5 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e2106a-1c3d4fe5 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e210a5-1c3d4fe5 {
    grid-area: 3 / 3 / 4 / 4;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e210e0-1c3d4fe5 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e2111d-1c3d4fe5 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e21158-1c3d4fe5 {
    grid-area: 4 / 3 / 5 / 4;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e21193-1c3d4fe5 {
    grid-area: 5 / 1 / 6 / 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_6189038d-f976-d001-1219-f1b91c9961de-1c3d4fe5, #w-node-_6189038d-f976-d001-1219-f1b91c996254-1c3d4fe5, #w-node-_9e01ea84-2116-2dfa-626d-89caf4fc5515-1c3d4fe5, #w-node-ff8e5e4e-2ec4-892c-a56d-c3e654f83cca-1c3d4fe5, #w-node-ee8672e8-05e2-062b-5703-e95891c8c17b-1c3d4fe5, #w-node-_9f1bf92f-f71f-c96e-4da5-9bab63864785-1c3d4fe5, #w-node-_98c51143-9f89-fd38-c87c-8a6a36e20f40-1c3d4fe5, #w-node-_98c51143-9f89-fd38-c87c-8a6a36e20f81-1c3d4fe5 {
    grid-column: 1 / 2;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e20fc6-1c3d4fe5 {
    grid-column: 1 / 2;
    grid-row-end: 2;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e21003-1c3d4fe5 {
    grid-column: 1 / 2;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e2103c-1c3d4fe5 {
    grid-area: 1 / 1 / 2 / 7;
    align-self: start;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e21079-1c3d4fe5 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e210b4-1c3d4fe5, #w-node-_98c51143-9f89-fd38-c87c-8a6a36e210ef-1c3d4fe5, #w-node-_98c51143-9f89-fd38-c87c-8a6a36e2112c-1c3d4fe5 {
    grid-column: 1 / 2;
    grid-row-end: 2;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e21158-1c3d4fe5 {
    grid-area: 4 / 3 / 5 / 4;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e21167-1c3d4fe5 {
    grid-column: 1 / 2;
    grid-row-end: 2;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e21193-1c3d4fe5 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e211a2-1c3d4fe5 {
    grid-column: 1 / 2;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6189038d-f976-d001-1219-f1b91c9961de-1c3d4fe5 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6189038d-f976-d001-1219-f1b91c996243-1c3d4fe5 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6189038d-f976-d001-1219-f1b91c996254-1c3d4fe5, #w-node-_9e01ea84-2116-2dfa-626d-89caf4fc5515-1c3d4fe5, #w-node-ff8e5e4e-2ec4-892c-a56d-c3e654f83cca-1c3d4fe5, #w-node-ee8672e8-05e2-062b-5703-e95891c8c16c-1c3d4fe5, #w-node-ee8672e8-05e2-062b-5703-e95891c8c17b-1c3d4fe5 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9f1bf92f-f71f-c96e-4da5-9bab63864774-1c3d4fe5 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_9f1bf92f-f71f-c96e-4da5-9bab63864785-1c3d4fe5 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e20f2f-1c3d4fe5 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e20f40-1c3d4fe5 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e20f70-1c3d4fe5 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e20f81-1c3d4fe5 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e20fb7-1c3d4fe5 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e20fc6-1c3d4fe5 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e20ff4-1c3d4fe5 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e21003-1c3d4fe5 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e2102d-1c3d4fe5 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e2103c-1c3d4fe5 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e2106a-1c3d4fe5 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e21079-1c3d4fe5 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e210a5-1c3d4fe5 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e210b4-1c3d4fe5 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e210e0-1c3d4fe5 {
    grid-area: 5 / 2 / 6 / 3;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e210ef-1c3d4fe5 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e2111d-1c3d4fe5 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e2112c-1c3d4fe5 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e21158-1c3d4fe5 {
    grid-area: 6 / 2 / 7 / 3;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e21167-1c3d4fe5 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e21193-1c3d4fe5 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e211a2-1c3d4fe5 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_99bf33b9-c86b-be5c-ed7a-be5683686edd-1c3d4fe5 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_98d5587a-0908-7a9d-43f5-b05debfca2b8-1c3d4fe5 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6189038d-f976-d001-1219-f1b91c996201-1c3d4fe5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6189038d-f976-d001-1219-f1b91c996203-1c3d4fe5 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_6189038d-f976-d001-1219-f1b91c996243-1c3d4fe5 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_9e01ea84-2116-2dfa-626d-89caf4fc5504-1c3d4fe5 {
    grid-row: 4 / 5;
  }

  #w-node-ff8e5e4e-2ec4-892c-a56d-c3e654f83cb9-1c3d4fe5 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-ee8672e8-05e2-062b-5703-e95891c8c16c-1c3d4fe5 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9f1bf92f-f71f-c96e-4da5-9bab63864774-1c3d4fe5 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e20f2f-1c3d4fe5 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e20f65-1c3d4fe5 {
    grid-area: span 2 / span 4 / span 2 / span 4;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e20f67-1c3d4fe5 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e20f69-1c3d4fe5 {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e20f70-1c3d4fe5 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e20fab-1c3d4fe5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e20fac-1c3d4fe5 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e20fae-1c3d4fe5 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e20fb0-1c3d4fe5 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e20fb2-1c3d4fe5 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e20fb4-1c3d4fe5 {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e20fb7-1c3d4fe5 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e20fe9-1c3d4fe5 {
    grid-area: span 2 / span 4 / span 2 / span 4;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e20feb-1c3d4fe5 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e20fed-1c3d4fe5 {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e20ff4-1c3d4fe5 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e21022-1c3d4fe5 {
    grid-area: span 2 / span 4 / span 2 / span 4;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e21024-1c3d4fe5 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e21026-1c3d4fe5 {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e2102d-1c3d4fe5 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e2103c-1c3d4fe5 {
    align-self: end;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e2105f-1c3d4fe5 {
    grid-area: span 2 / span 4 / span 2 / span 4;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e21061-1c3d4fe5 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e21063-1c3d4fe5 {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e2106a-1c3d4fe5 {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e2109a-1c3d4fe5 {
    grid-area: span 2 / span 4 / span 2 / span 4;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e2109c-1c3d4fe5 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e210a5-1c3d4fe5 {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e210d5-1c3d4fe5 {
    grid-area: span 2 / span 4 / span 2 / span 4;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e210d7-1c3d4fe5 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e210e0-1c3d4fe5 {
    grid-area: 10 / 1 / 11 / 2;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e21112-1c3d4fe5 {
    grid-area: span 2 / span 4 / span 2 / span 4;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e21114-1c3d4fe5 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e21116-1c3d4fe5 {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e2111d-1c3d4fe5 {
    grid-area: 11 / 1 / 12 / 2;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e2114d-1c3d4fe5 {
    grid-area: span 2 / span 4 / span 2 / span 4;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e2114f-1c3d4fe5 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e21158-1c3d4fe5 {
    grid-area: 12 / 1 / 13 / 2;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e21188-1c3d4fe5 {
    grid-area: span 2 / span 4 / span 2 / span 4;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e2118a-1c3d4fe5 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e21193-1c3d4fe5 {
    grid-area: 13 / 1 / 14 / 2;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e211c5-1c3d4fe5 {
    grid-area: span 2 / span 4 / span 2 / span 4;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e211c7-1c3d4fe5 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_98c51143-9f89-fd38-c87c-8a6a36e211c9-1c3d4fe5 {
    grid-area: 3 / 3 / 4 / 5;
  }
}


