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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: 15px 50px;
  display: flex;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #333;
  background-color: #5fd7d5;
}

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

.button.cc-contact-us {
  z-index: 5;
  position: relative;
}

.button.cc-contact-us:hover {
  color: #333;
  background-color: #5fd7d5;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #fff;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #5fd7d5;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-image {
  display: block;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.heading-jumbo {
  color: #333;
  text-transform: none;
  white-space: pre-wrap;
  overflow-wrap: normal;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  font-weight: 300;
  line-height: 80px;
}

.heading-jumbo:hover {
  color: #333;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.paragraph-light {
  opacity: .6;
  overflow-wrap: normal;
  padding-left: 0;
  padding-right: 0;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-light {
  opacity: .6;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.motto-wrap {
  width: 80%;
  text-align: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.divider {
  height: 1px;
  text-align: left;
  background-color: #eee;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

.image-4 {
  border-radius: 15px;
  box-shadow: 5px 9px 10px rgba(0, 0, 0, .5);
}

.cta {
  margin-left: 30px;
  margin-right: 30px;
  display: block;
}

.cta.cc-store-home-wrap {
  display: block;
}

.cta.cc-cta {
  background-color: #f4f4f4;
  background-image: url('../images/janosch-lino-oQQEXoG8Oqc-unsplash_1janosch-lino-oQQEXoG8Oqc-unsplash.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 15px;
  margin-top: 20px;
  padding-left: 80px;
  padding-right: 80px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.intro-content {
  width: 70%;
  max-width: 1140px;
  text-align: center;
}

.intro-content.cc-homepage {
  margin-bottom: 20px;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-3 {
  border-radius: 15px;
  box-shadow: 6px 8px 10px rgba(0, 0, 0, .5);
}

.home-section-wrap {
  margin-bottom: 30px;
}

.intro-header {
  height: 620px;
  color: #fff;
  background-color: #f4f4f4;
  background-image: linear-gradient(rgba(255, 255, 255, .25), rgba(255, 255, 255, .25)), url('../images/janosch-lino-oQQEXoG8Oqc-unsplash_1janosch-lino-oQQEXoG8Oqc-unsplash.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.intro-header.cc-subpage {
  height: 480px;
  color: #fff;
  background-color: rgba(255, 255, 255, .61);
  background-image: none;
  margin-bottom: 60px;
}

.intro-text {
  width: 80%;
  background-color: rgba(213, 213, 213, .5);
  border-radius: 5px;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
  text-shadow: 2px 2px 3px #000;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.service-icon {
  margin-bottom: 30px;
}

.section-heading-wrap {
  text-align: center;
  margin: 60px 100px 80px;
  display: block;
}

.reviewer-wrap {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.reviewer-wrap.toggle-review-wrap {
  margin-top: 0;
  margin-bottom: 20px;
}

.image-6 {
  margin-top: 20px;
}

.reviewer-job {
  margin-bottom: 0;
}

.reviewer-name {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
}

.review-content-wrap {
  background-color: #fff;
  border-radius: 1px 1px 1px 40px;
  padding: 10px 35px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
}

.review-content-wrap.toggle-review-content-wrap {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 1px;
  padding-left: 35px;
  box-shadow: 7px 7px 10px rgba(0, 0, 0, .2);
}

.container-4 {
  max-width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.client-reviews-section {
  padding-top: 90px;
  padding-bottom: 100px;
}

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

.client-review-item {
  background-color: rgba(46, 57, 71, 0);
  margin-bottom: 30px;
  padding: 40px 40px 40px 50px;
}

.link-2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.client-review-area {
  margin-top: 60px;
}

.review-content {
  margin-top: 30px;
  margin-bottom: 0;
}

.reviewer-image-wrap {
  width: 84px;
  height: 84px;
  border-radius: 100px;
}

.reviewer-image {
  border-radius: 100px;
}

.reviewer-detail {
  padding-left: 22px;
}

.section-title-text {
  text-align: center;
  font-size: 45px;
}

.section-title {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  font-size: 30px;
  display: flex;
}

.cta-wrap {
  text-align: center;
  background-image: url('../images/janosch-lino-oQQEXoG8Oqc-unsplash_1janosch-lino-oQQEXoG8Oqc-unsplash.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.container-5 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-6 {
  background-image: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .8));
  border-radius: 10px;
  padding: 20px;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  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-social-link {
  margin-left: 12px;
}

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

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

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 60px;
  display: flex;
}

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

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  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);
}

.container-6 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.image {
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
}

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

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  border-radius: 10px;
  padding: 50px 30px 15px;
  position: relative;
  box-shadow: 5px 9px 10px rgba(0, 0, 0, .2);
}

.section {
  margin-left: 30px;
  margin-right: 30px;
  display: block;
}

.section.cc-cta {
  background-color: #f4f4f4;
  background-image: url('../images/janosch-lino-oQQEXoG8Oqc-unsplash_1janosch-lino-oQQEXoG8Oqc-unsplash.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 15px;
  margin-top: 20px;
  padding-left: 80px;
  padding-right: 80px;
}

.container-7 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-2 {
  text-align: center;
  padding-left: 0;
  display: inline-block;
}

.div-block-10 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.div-block-9 {
  width: 500px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-block {
  text-align: left;
  padding-top: 10px;
}

.div-block-11 {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.container-8 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-5 {
  width: 500px;
}

.div-block-7 {
  display: flex;
}

.heading-2 {
  margin-bottom: 100px;
}

.marco-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-9, .container-10 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-12 {
  background-image: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .8));
  border-radius: 10px;
  padding: 20px;
}

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

.image-7 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.details-wrap {
  margin-bottom: 30px;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.contact-form {
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.div-block-13 {
  text-align: center;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
  display: none;
}

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

.image-8 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-name-wrap {
  width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.project-cover-pic {
  border-radius: 10px;
}

.div-block-16 {
  margin-top: 40px;
}

.container-13 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-15, .div-block-14, .div-block-23 {
  margin-top: 40px;
}

.container-14, .container-15, .container-16 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-9 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.project-overview-header {
  height: 620px;
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/türen-0_1türen 0.webp');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.container-17 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.container-18 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 30px;
}

.div-block-17 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-2 {
  background-color: #333;
}

.button-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button-3:hover {
  color: #333;
  background-color: #5fd7d5;
}

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

.button-3.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.container-19, .container-20 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-10 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.button-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button-4:hover {
  color: #333;
  background-color: #5fd7d5;
}

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

.button-4.cc-contact-us {
  z-index: 5;
  position: relative;
}

.button-4.cc-contact-us:hover {
  color: #333;
  background-color: #5fd7d5;
}

.div-block-18 {
  height: 620px;
  background-image: linear-gradient(rgba(255, 255, 255, .45), rgba(255, 255, 255, .45)), url('../images/Fbank-2_1Fbank 2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-21, .container-22 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-24 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button-5:hover {
  color: #333;
  background-color: #5fd7d5;
}

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

.button-5.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.container-23, .container-24 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-11 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-19 {
  height: 620px;
  background-image: linear-gradient(rgba(255, 255, 255, .45), rgba(255, 255, 255, .45)), url('../images/zaun-2_1zaun 2.webp');
  background-position: 0 0, 0%;
  background-size: auto, auto;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-25, .container-26 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-25 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-6 {
  background-color: #333;
}

.div-block-20 {
  height: 620px;
  background-image: linear-gradient(rgba(255, 255, 255, .45), rgba(255, 255, 255, .45)), url('../images/treppe-0_1treppe 0.webp');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-copy {
  margin-left: 30px;
  margin-right: 30px;
  display: block;
}

.section-copy.cc-cta {
  background-color: #f4f4f4;
  background-image: url('../images/janosch-lino-oQQEXoG8Oqc-unsplash_1janosch-lino-oQQEXoG8Oqc-unsplash.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 15px;
  margin-top: 20px;
  padding-left: 80px;
  padding-right: 80px;
}

.container-27, .container-28 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-26 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-7 {
  background-color: #333;
}

.div-block-21 {
  height: 620px;
  background-image: linear-gradient(rgba(255, 255, 255, .45), rgba(255, 255, 255, .45)), url('../images/restau-0_1restau 0.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-29, .container-30 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-27 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-8 {
  background-color: #333;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-content-wrap {
  text-align: center;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.container-31 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.styleguide-header-wrap {
  height: 460px;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 51, 255, .03);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.container-32, .container-33 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.body, .body-2, .body-3, .body-4 {
  background-image: linear-gradient(rgba(255, 255, 255, .85), rgba(255, 255, 255, .85)), url('../images/greg-rosenke-yQ9slR8E5jM-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.link-4, .link-5, .link-6, .link-7, .link-8, .link-9 {
  padding-right: 10px;
}

@media screen and (min-width: 1280px) {
  .heading-jumbo {
    word-break: break-all;
  }

  .cta.cc-cta {
    background-image: url('../images/janosch-lino-oQQEXoG8Oqc-unsplash_1janosch-lino-oQQEXoG8Oqc-unsplash.webp');
  }

  .reviewer-name {
    font-size: 26px;
  }

  .review-content-wrap {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 35px;
  }

  .review-content-wrap.toggle-review-content-wrap {
    padding: 70px 45px 60px;
  }

  .container-4 {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .client-reviews-section {
    padding-top: 115px;
    padding-bottom: 140px;
  }

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

  .client-review-item {
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.cc-cta {
    background-image: url('../images/janosch-lino-oQQEXoG8Oqc-unsplash_1janosch-lino-oQQEXoG8Oqc-unsplash.webp');
  }

  .div-block-18 {
    background-image: linear-gradient(to bottom, null, null), url('../images/Fbank-2_1Fbank 2.webp');
  }

  .section-copy.cc-cta {
    background-image: url('../images/janosch-lino-oQQEXoG8Oqc-unsplash_1janosch-lino-oQQEXoG8Oqc-unsplash.webp');
  }

  .styleguide-header-wrap {
    background-color: rgba(0, 51, 255, .05);
  }
}

@media screen and (min-width: 1440px) {
  .about-grid {
    margin-bottom: 100px;
  }

  .about-grid.cc-about-2 {
    margin-top: 80px;
  }

  .paragraph-light {
    padding-left: 0;
    padding-right: 0;
  }

  .cta.cc-cta {
    background-image: url('../images/janosch-lino-oQQEXoG8Oqc-unsplash_1janosch-lino-oQQEXoG8Oqc-unsplash.webp');
  }

  .intro-header {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/janosch-lino-oQQEXoG8Oqc-unsplash_1janosch-lino-oQQEXoG8Oqc-unsplash.webp');
    background-position: 0 0, 50%;
  }

  .reviewer-name {
    font-size: 30px;
  }

  .review-content-wrap {
    padding: 45px 45px 60px;
  }

  .container-4 {
    max-width: 1400px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .review-content {
    font-size: 20px;
  }

  .section-title-text {
    margin-bottom: 20px;
  }

  .footer-block {
    padding-left: 10px;
    padding-right: 20px;
  }

  .footer-link:hover {
    font-size: 15px;
    line-height: 16px;
  }

  .section.cc-cta {
    background-image: url('../images/janosch-lino-oQQEXoG8Oqc-unsplash_1janosch-lino-oQQEXoG8Oqc-unsplash.webp');
  }

  .div-block-22 {
    margin-top: 40px;
  }

  .project-overview-header {
    opacity: 1;
  }

  .div-block-17 {
    justify-content: center;
    display: flex;
  }

  .button-2 {
    background-color: #000;
    margin-left: 0;
    margin-right: 5px;
  }

  .div-block-18 {
    height: 620px;
    background-image: url('../images/Fbank-0_1Fbank 0.webp');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-24 {
    justify-content: center;
    display: flex;
  }

  .div-block-19 {
    height: 620px;
    background-image: url('../images/zaun-0_1zaun 0.webp');
    background-position: 0 0;
    background-size: cover;
    background-attachment: fixed;
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-25 {
    justify-content: center;
    display: flex;
  }

  .button-6 {
    background-color: #000;
    margin-left: 0;
    margin-right: 5px;
  }

  .div-block-20 {
    height: 620px;
    background-image: url('../images/treppe-0_1treppe 0.webp');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-copy.cc-cta {
    background-image: url('../images/janosch-lino-oQQEXoG8Oqc-unsplash_1janosch-lino-oQQEXoG8Oqc-unsplash.webp');
  }

  .div-block-26 {
    justify-content: center;
    display: flex;
  }

  .button-7 {
    background-color: #000;
    margin-left: 0;
    margin-right: 5px;
  }

  .div-block-21 {
    height: 620px;
    background-image: url('../images/restau-0_1restau 0.webp');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-27 {
    justify-content: center;
    display: flex;
  }

  .button-8 {
    background-color: #000;
    margin-left: 0;
    margin-right: 5px;
  }

  .styleguide-header-wrap {
    background-color: rgba(0, 51, 255, .03);
  }
}

@media screen and (min-width: 1920px) {
  a {
    color: #2d2d2d;
  }

  .heading-jumbo {
    white-space: normal;
    word-break: normal;
  }

  .cta {
    margin-top: 20px;
  }

  .cta.cc-cta {
    background-image: url('../images/janosch-lino-oQQEXoG8Oqc-unsplash_1janosch-lino-oQQEXoG8Oqc-unsplash.webp');
  }

  .reviewer-wrap {
    margin-top: 30px;
  }

  .reviewer-wrap.toggle-review-wrap {
    margin-bottom: 30px;
  }

  .container-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .section-title-text {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
  }

  .footer-wrap {
    padding-bottom: 100px;
  }

  .footer {
    margin-bottom: 0;
  }

  .section {
    margin-top: 20px;
  }

  .section.cc-cta {
    background-image: url('../images/janosch-lino-oQQEXoG8Oqc-unsplash_1janosch-lino-oQQEXoG8Oqc-unsplash.webp');
  }

  .text-block {
    margin-right: 40px;
  }

  .image-5 {
    border-radius: 10px;
    margin-left: 0;
    padding-left: 0;
    box-shadow: 5px 9px 10px rgba(0, 0, 0, .5);
  }

  .project-cover-pic {
    border-radius: 15px;
    box-shadow: 5px 9px 15px rgba(0, 0, 0, .5);
  }

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

  .project-overview-header {
    background-image: url('../images/türen-0_1türen 0.webp');
    background-size: cover;
  }

  .section-copy {
    margin-top: 20px;
  }

  .section-copy.cc-cta {
    background-image: url('../images/janosch-lino-oQQEXoG8Oqc-unsplash_1janosch-lino-oQQEXoG8Oqc-unsplash.webp');
  }

  .styleguide-header-wrap {
    background-color: rgba(0, 51, 255, .03);
  }

  .link-3 {
    color: #464646;
  }
}

@media screen and (max-width: 991px) {
  .menu-button {
    padding: 0;
  }

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

  .menu {
    margin-left: 30px;
    margin-right: 40px;
    position: static;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-wrap {
    background-color: rgba(255, 255, 255, 0);
  }

  .navigation {
    padding: 0;
  }

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .navigation-items {
    background-color: #fff;
  }

  .menu-icon {
    display: block;
  }

  .logo-image {
    padding: 15px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .cta.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .intro-text {
    width: auto;
  }

  .our-services-grid {
    width: 80%;
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .review-content-wrap, .review-content-wrap.toggle-review-content-wrap {
    padding: 30px 25px;
  }

  .client-reviews-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .client-review-grid {
    display: block;
  }

  .client-review-item {
    background-color: rgba(46, 57, 71, 0);
  }

  .section-title-text {
    font-size: 36px;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .cta-text {
    width: auto;
  }

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

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

  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

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

  .text-block {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .div-block-11 {
    flex-wrap: wrap;
    justify-content: center;
  }

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

  .get-in-touch-form {
    text-align: left;
  }

  .contact-form-grid {
    width: 80%;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

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

  .project-details-grid {
    width: 80%;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .button-3, .button-4 {
    justify-content: center;
  }

  .button-4.cc-contact-us {
    display: none;
  }

  .button-5 {
    justify-content: center;
  }

  .section-copy.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .styleguide-block {
    text-align: center;
  }

  .body, .body-2, .body-3, .body-4 {
    background-image: linear-gradient(#fff, #fff), url('../images/greg-rosenke-yQ9slR8E5jM-unsplash.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }
}

@media screen and (max-width: 767px) {
  .menu {
    margin-right: 40px;
  }

  .navigation {
    padding: 0;
  }

  .logo-link {
    padding-left: 0;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .cta, .cta.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .cta.cc-cta {
    padding: 15px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .intro-content {
    width: 80%;
  }

  .container {
    text-align: center;
  }

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

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .section-title-text {
    font-size: 32px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-5 {
    text-align: center;
  }

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

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

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

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

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

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

  .container-6 {
    text-align: center;
  }

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

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

  .section, .section.cc-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .container-7, .container-8, .container-9, .container-10 {
    text-align: center;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .container-13, .container-14, .container-15, .container-16, .container-17, .container-18 {
    text-align: center;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .container-19, .container-20, .container-21, .container-22, .container-23, .container-24, .container-25, .container-26 {
    text-align: center;
  }

  .section-copy, .section-copy.cc-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section-copy.cc-cta {
    padding: 15px;
  }

  .container-27, .container-28, .container-29, .container-30, .container-31, .container-32, .container-33 {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .menu {
    margin-left: 0;
    margin-right: 20px;
  }

  .navigation {
    padding: 0;
    position: relative;
  }

  .logo-link.w--current {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-jumbo {
    font-size: 27px;
    line-height: 48px;
  }

  .cta.cc-cta {
    margin-top: 20px;
  }

  .section-heading-wrap {
    margin-left: 20px;
    margin-right: 20px;
  }

  .reviewer-name {
    font-size: 25px;
  }

  .review-content-wrap, .review-content-wrap.toggle-review-content-wrap {
    background-color: #f7f7f7;
  }

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

  .client-reviews-section {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .section.cc-cta {
    margin-top: 20px;
  }

  .div-block-11 {
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .contact-heading {
    overflow-wrap: anywhere;
  }

  .contact-form-grid {
    width: 100%;
  }

  .contact-form-wrap {
    padding-left: 0;
    padding-right: 0;
  }

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

  .project-details-grid {
    width: 100%;
  }

  .section-copy.cc-cta {
    margin-top: 20px;
  }

  .heading-3 {
    white-space: normal;
    word-break: normal;
  }

  .body {
    background-image: linear-gradient(#fff, #fff), url('../images/greg-rosenke-yQ9slR8E5jM-unsplash.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }
}

#w-node-_304cbb61-fa09-098c-97ed-c352a5385ff6-f200b62a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_304cbb61-fa09-098c-97ed-c352a5386003-f200b62a, #w-node-_304cbb61-fa09-098c-97ed-c352a5386005-f200b62a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_304cbb61-fa09-098c-97ed-c352a5386010-f200b62a, #w-node-_60d858df-98f9-cc59-da20-469d0e981a17-f200b62a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_60d858df-98f9-cc59-da20-469d0e981a1f-f200b62a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_60d858df-98f9-cc59-da20-469d0e981a27-f200b62a {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_60d858df-98f9-cc59-da20-469d0e981a2f-f200b62a {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_60d858df-98f9-cc59-da20-469d0e981a37-f200b62a {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_60d858df-98f9-cc59-da20-469d0e981a40-f200b62a {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_20e49aae-94ed-9e3c-5923-5701136d12d8-f200b62a {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: auto;
  justify-self: center;
}

#w-node-_20e49aae-94ed-9e3c-5923-5701136d12f1-f200b62a, #w-node-_20e49aae-94ed-9e3c-5923-5701136d1306-f200b62a, #w-node-_20e49aae-94ed-9e3c-5923-5701136d131d-f200b62a {
  justify-self: center;
}

#w-node-_4a75d4fa-58c3-a935-b6a6-4f30bd42b658-f200b62a, #w-node-_4a75d4fa-58c3-a935-b6a6-4f30bd42b665-f200b62a, #w-node-_4a75d4fa-58c3-a935-b6a6-4f30bd42b671-f200b62a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36b21581-0f5d-97da-1905-2126da79f6f6-434c7158 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_36b21581-0f5d-97da-1905-2126da79f6fe-434c7158 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_36b21581-0f5d-97da-1905-2126da79f706-434c7158 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_36b21581-0f5d-97da-1905-2126da79f70e-434c7158 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_36b21581-0f5d-97da-1905-2126da79f716-434c7158 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_36b21581-0f5d-97da-1905-2126da79f71f-434c7158 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-b06b303c-a8a3-0002-5e52-59df8eb09a3d-434c7158, #w-node-b06b303c-a8a3-0002-5e52-59df8eb09a4a-434c7158, #w-node-b06b303c-a8a3-0002-5e52-59df8eb09a56-434c7158 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97dcc1cb-bccc-e743-a2e4-6455a6c78c6b-e58bda4d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_97dcc1cb-bccc-e743-a2e4-6455a6c78c89-e58bda4d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7442141b-22d0-33d7-0d7b-4985b32537ea-e58bda4d, #w-node-_7442141b-22d0-33d7-0d7b-4985b32537f7-e58bda4d, #w-node-_7442141b-22d0-33d7-0d7b-4985b3253803-e58bda4d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f89650b-6fca-e4bf-9bc6-c470ea366c04-35ed4e8a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0f89650b-6fca-e4bf-9bc6-c470ea366c0c-35ed4e8a {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_0f89650b-6fca-e4bf-9bc6-c470ea366c14-35ed4e8a {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_4e70bef6-7192-377d-ea17-166af356931d-35ed4e8a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4e70bef6-7192-377d-ea17-166af3569325-35ed4e8a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4e70bef6-7192-377d-ea17-166af356932d-35ed4e8a {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_4e70bef6-7192-377d-ea17-166af3569335-35ed4e8a {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_4e70bef6-7192-377d-ea17-166af356933d-35ed4e8a {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_4e70bef6-7192-377d-ea17-166af3569346-35ed4e8a {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-d6de690a-f240-df01-14f9-c7d12eee191d-35ed4e8a, #w-node-d6de690a-f240-df01-14f9-c7d12eee192a-35ed4e8a, #w-node-d6de690a-f240-df01-14f9-c7d12eee1936-35ed4e8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_192bd6c7-d51b-7c5c-f9c4-56363025a65b-f7aba666 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_192bd6c7-d51b-7c5c-f9c4-56363025a666-f7aba666 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_22603094-1947-b6e7-b1a0-68b3c3e5d4b2-f7aba666, #w-node-_22603094-1947-b6e7-b1a0-68b3c3e5d4bf-f7aba666, #w-node-_22603094-1947-b6e7-b1a0-68b3c3e5d4cb-f7aba666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e1b0141c-bbb3-b7d6-0009-c38347c8931c-29b3eb28 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e1b0141c-bbb3-b7d6-0009-c38347c89327-29b3eb28 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_44a1fa9b-d85f-97b7-c992-b4054385cbe3-29b3eb28, #w-node-_44a1fa9b-d85f-97b7-c992-b4054385cbf0-29b3eb28, #w-node-_44a1fa9b-d85f-97b7-c992-b4054385cbfc-29b3eb28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4691eed4-b1ae-fb4c-292f-1420f3f71339-874aaf1f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4691eed4-b1ae-fb4c-292f-1420f3f71344-874aaf1f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bb0e5943-09ad-d3bc-6892-0e851ed3875d-874aaf1f, #w-node-bb0e5943-09ad-d3bc-6892-0e851ed3876a-874aaf1f, #w-node-bb0e5943-09ad-d3bc-6892-0e851ed38776-874aaf1f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a6bc86d5-4d26-d40f-a11d-1f497341f3f1-fc9f024f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a6bc86d5-4d26-d40f-a11d-1f497341f3fc-fc9f024f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b19d3ea1-aafc-24b6-f238-f884ef72988f-fc9f024f, #w-node-b19d3ea1-aafc-24b6-f238-f884ef72989c-fc9f024f, #w-node-b19d3ea1-aafc-24b6-f238-f884ef7298a8-fc9f024f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_441add6b-eadf-f267-e050-d11ebb0946a3-96429096 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_441add6b-eadf-f267-e050-d11ebb0946ae-96429096 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_350d9baf-f5d1-c236-20bd-63836f0439e4-96429096, #w-node-_350d9baf-f5d1-c236-20bd-63836f0439f1-96429096, #w-node-_350d9baf-f5d1-c236-20bd-63836f0439fd-96429096, #w-node-_66a2c904-b78b-43a6-81fa-40d1f1e78406-b0ae1f1c, #w-node-_66a2c904-b78b-43a6-81fa-40d1f1e78413-b0ae1f1c, #w-node-_66a2c904-b78b-43a6-81fa-40d1f1e7841f-b0ae1f1c, #w-node-_2375d1f9-016d-7111-d2ea-fe4ccbd9bc81-da7b4a46, #w-node-_2375d1f9-016d-7111-d2ea-fe4ccbd9bc8e-da7b4a46, #w-node-_2375d1f9-016d-7111-d2ea-fe4ccbd9bc9a-da7b4a46, #w-node-_8554f091-ea9d-bc13-d64d-e222b6990718-0cadd3aa, #w-node-_8554f091-ea9d-bc13-d64d-e222b6990725-0cadd3aa, #w-node-_8554f091-ea9d-bc13-d64d-e222b6990731-0cadd3aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_192bd6c7-d51b-7c5c-f9c4-56363025a666-f7aba666, #w-node-e1b0141c-bbb3-b7d6-0009-c38347c89327-29b3eb28, #w-node-_441add6b-eadf-f267-e050-d11ebb0946ae-96429096 {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_304cbb61-fa09-098c-97ed-c352a5386010-f200b62a {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_304cbb61-fa09-098c-97ed-c352a5385ff6-f200b62a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_304cbb61-fa09-098c-97ed-c352a5386003-f200b62a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_304cbb61-fa09-098c-97ed-c352a5386005-f200b62a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_304cbb61-fa09-098c-97ed-c352a5386010-f200b62a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_60d858df-98f9-cc59-da20-469d0e981a27-f200b62a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_60d858df-98f9-cc59-da20-469d0e981a2f-f200b62a {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_60d858df-98f9-cc59-da20-469d0e981a37-f200b62a {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_60d858df-98f9-cc59-da20-469d0e981a40-f200b62a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_36b21581-0f5d-97da-1905-2126da79f706-434c7158 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_36b21581-0f5d-97da-1905-2126da79f70e-434c7158 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_36b21581-0f5d-97da-1905-2126da79f716-434c7158 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_36b21581-0f5d-97da-1905-2126da79f71f-434c7158 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_97dcc1cb-bccc-e743-a2e4-6455a6c78c6b-e58bda4d, #w-node-_4e70bef6-7192-377d-ea17-166af356932d-35ed4e8a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4e70bef6-7192-377d-ea17-166af3569335-35ed4e8a {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_4e70bef6-7192-377d-ea17-166af356933d-35ed4e8a {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_4e70bef6-7192-377d-ea17-166af3569346-35ed4e8a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_192bd6c7-d51b-7c5c-f9c4-56363025a666-f7aba666, #w-node-e1b0141c-bbb3-b7d6-0009-c38347c89327-29b3eb28, #w-node-_4691eed4-b1ae-fb4c-292f-1420f3f71344-874aaf1f, #w-node-a6bc86d5-4d26-d40f-a11d-1f497341f3fc-fc9f024f, #w-node-_441add6b-eadf-f267-e050-d11ebb0946ae-96429096 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_60d858df-98f9-cc59-da20-469d0e981a1f-f200b62a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_60d858df-98f9-cc59-da20-469d0e981a27-f200b62a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_60d858df-98f9-cc59-da20-469d0e981a2f-f200b62a {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_60d858df-98f9-cc59-da20-469d0e981a37-f200b62a {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_60d858df-98f9-cc59-da20-469d0e981a40-f200b62a {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_36b21581-0f5d-97da-1905-2126da79f6fe-434c7158 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_36b21581-0f5d-97da-1905-2126da79f706-434c7158 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_36b21581-0f5d-97da-1905-2126da79f70e-434c7158 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_36b21581-0f5d-97da-1905-2126da79f716-434c7158 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_36b21581-0f5d-97da-1905-2126da79f71f-434c7158 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_4e70bef6-7192-377d-ea17-166af3569325-35ed4e8a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4e70bef6-7192-377d-ea17-166af356932d-35ed4e8a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_4e70bef6-7192-377d-ea17-166af3569335-35ed4e8a {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_4e70bef6-7192-377d-ea17-166af356933d-35ed4e8a {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_4e70bef6-7192-377d-ea17-166af3569346-35ed4e8a {
    grid-area: 5 / 1 / 6 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_97dcc1cb-bccc-e743-a2e4-6455a6c78c89-e58bda4d {
    grid-area: 1 / 1 / 2 / 2;
  }
}


