:root {
  --orange: #dc6f28;
  --white: white;
  --orange-hover: #a85e27;
  --background-grey: #f3f3f3;
  --black: black;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

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

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

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

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

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

.section.cc-cta {
  background-color: var(--orange);
  background-color: #dc6f28;
  padding-left: 80px;
  padding-right: 80px;
}

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

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

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

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

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

.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: #fff;
  background-color: #32343a;
}

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

.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: #f1f1f1;
}

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

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

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

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

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

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

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

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

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

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  opacity: .6;
}

.heading-style-hero {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

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

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

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

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

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

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

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

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

.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: 30px 50px;
  display: flex;
}

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

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

.logo-image {
  display: block;
}

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

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

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

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

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  color: var(--white);
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.intro-header.cc-subpage {
  background-color: var(--orange);
  color: var(--white);
  background-image: none;
  height: 480px;
  margin-top: 8rem;
}

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

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

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

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

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

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

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

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

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

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

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

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

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

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

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

.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::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-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

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

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

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

.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-cover-link {
  margin-bottom: 40px;
}

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

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

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

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

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

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

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

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

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

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

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

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

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

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

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

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

.collection-wrap {
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

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

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

._w-lightbox-caption {
  background-color: rgba(0, 0, 0, .6);
}

.margin-xhuge {
  margin: 8rem;
}

.text-weight-bold {
  font-weight: 700;
}

.icon-height-small {
  height: 1rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.text-size-small {
  font-size: .875rem;
}

.text-size-small.text-weight-semibold {
  font-weight: 600;
}

.padding-vertical, .padding-vertical.padding-xxlarge {
  padding-left: 0;
  padding-right: 0;
}

.margin-0 {
  margin: 0;
}

.text-weight-xbold {
  font-weight: 800;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: grid;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, rgba(45, 64, 234, .1), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

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

.padding-0 {
  padding: 0;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.text-size-tiny {
  font-size: .75rem;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.background-color-white {
  background-color: #fff;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

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

.text-size-large {
  font-size: 1.5rem;
  line-height: 2rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  width: 100%;
  padding-bottom: 2rem;
}

.overflow-visible {
  overflow: visible;
}

.text-weight-medium {
  font-weight: 500;
}

.fs-styleguide_background {
  border: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.icon-height-large {
  height: 3rem;
}

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

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.margin-small {
  margin: 1rem;
}

.text-size-regular {
  font-size: 1rem;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.icon-height-medium {
  height: 2rem;
}

.form_checkbox-label {
  text-transform: none;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.padding-custom3 {
  padding: 3.5rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.margin-xxhuge {
  margin: 12rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.fs-styleguide_spacer-box {
  background-color: rgba(45, 64, 234, .1);
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.margin-huge {
  margin: 6rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.margin-medium {
  margin: 2rem;
}

.text-color-white {
  color: #fff;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

.text-weight-semibold {
  font-weight: 600;
}

.padding-small {
  padding: 1rem;
}

.text-color-black {
  color: #000;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.text-color-grey {
  color: gray;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.padding-bottom, .padding-bottom.padding-xxlarge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

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

.text-align-center.not-on-mobile {
  width: 100%;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.margin-xsmall {
  margin: .5rem;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-style-italic {
  font-style: italic;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #2d40ea;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.form_label {
  text-transform: uppercase;
}

.text-size-medium {
  font-size: 1.25rem;
  line-height: 2rem;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.text-align-left {
  text-align: left;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.margin-custom2 {
  margin: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.overflow-auto {
  overflow: auto;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.icon-1x1-medium.is-orange {
  color: #dc6f28;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.form_component {
  margin-bottom: 0;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.form_input {
  background-color: rgba(0, 0, 0, 0);
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.margin-tiny {
  margin: .125rem;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-large {
  padding: 3rem;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.margin-top, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-top, .padding-top.padding-medium {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.text-weight-light {
  font-weight: 300;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

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

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.padding-xxsmall {
  padding: .25rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: rgba(45, 64, 234, .05);
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.padding-xxhuge {
  padding: 12rem;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.background-color-grey {
  background-color: #f5f5f5;
}

.text-style-muted {
  opacity: .6;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.padding-medium {
  padding: 2rem;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.spacer-large {
  padding-top: 3rem;
}

.fs-styleguide_header {
  background-color: rgba(0, 0, 0, .05);
}

.margin-bottom, .margin-bottom.margin-xxlarge, .margin-bottom.margin-small, .margin-bottom.margin-tiny, .margin-bottom.margin-medium {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}

.form_message-success {
  padding: 1.25rem;
}

.padding-huge {
  padding: 6rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.fs-styleguide_color.is-4 {
  background-color: var(--orange);
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.button-2 {
  background-color: var(--orange);
  color: #fff;
  text-align: center;
  padding: .75rem 1.5rem;
  font-weight: 600;
  transition: all .2s, opacity .2s;
}

.button-2:hover {
  background-color: var(--orange-hover);
  color: var(--white);
}

.button-2.is-secondary {
  border: 2px solid var(--orange);
  color: var(--orange);
  background-color: rgba(0, 0, 0, 0);
  padding: .7rem 1.5rem;
  font-size: 16px;
}

.button-2.is-text {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
}

.button-2.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-2.is-large {
  padding: 1rem 2rem;
}

.button-2.is-small {
  padding: .5rem 1.25rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.margin-large {
  margin: 3rem;
}

.padding-tiny {
  padding: .125rem;
}

.fs-styleguide_spacing-all {
  display: none;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.3;
}

.hide {
  display: none;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.hero {
  padding-top: 6rem;
}

.header26_image-wrapper {
  aspect-ratio: 16 / 9;
  object-position: 50% 0%;
  width: 100%;
  height: 40rem;
  overflow: hidden;
}

.header_image {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 0% 40%;
  width: 100%;
  height: 100%;
}

.header_image.t-ueberdachung {
  object-position: 50% 80%;
}

.header_image.rolladen, .header_image.rolltore {
  object-position: 50% 50%;
}

.header_image.beratung {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: 50% 50%;
}

.header_wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.spacer-tiny-2 {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxsmall-2 {
  width: 100%;
  padding-top: .5rem;
}

.spacer-xsmall-2 {
  width: 100%;
  padding-top: 1rem;
}

.spacer-small-2 {
  width: 100%;
  padding-top: 1.5rem;
}

.spacer-large-2 {
  width: 100%;
  padding-top: 3rem;
}

.spacer-xhuge-2 {
  width: 100%;
  padding-top: 7rem;
}

.spacer-xxhuge-2 {
  width: 100%;
  padding-top: 10rem;
}

.navbar_component {
  z-index: 5;
  background-color: #fff;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.navbar_cta-button {
  background-color: var(--orange);
  color: #fff;
  text-align: center;
  text-transform: none;
  padding: .75rem 1.5rem;
  font-weight: 500;
  transition-property: all;
}

.navbar_cta-button:hover {
  background-color: var(--orange-hover);
  color: var(--white);
}

.navbar_primary-dropdown {
  align-items: center;
}

.navbar_primary-dropdown-inner {
  flex-direction: row;
  align-items: center;
}

.navbar_cta-wrap.hide-desktop {
  display: none;
}

.navbar_primary-list {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.navbar_primary-link-item-text {
  color: #474747;
  text-transform: none;
  font-size: 1.2rem;
  text-decoration: none;
}

.navbar_primary-list-item {
  margin-bottom: 0;
}

.navbar_brand-link {
  width: 11rem;
}

.navbar_primary-link-item {
  padding-top: .8rem;
  padding-bottom: .8rem;
  position: relative;
}

.navbar-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 89rem;
  margin-left: auto;
  margin-right: auto;
  padding: .8rem 1rem;
  display: flex;
}

.navbar_primary {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
}

.local-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.local-grid._0-5 {
  grid-template-columns: .75fr .5fr;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button-3.is-link {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-3.is-link.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.usp_component {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.heading-style-h5-2 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.usp_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

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

.usp_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.spacer-tiny-3 {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxsmall-3 {
  width: 100%;
  padding-top: .5rem;
}

.spacer-xsmall-3 {
  width: 100%;
  padding-top: 1rem;
}

.spacer-small-3 {
  width: 100%;
  padding-top: 1.5rem;
}

.spacer-xxhuge-3 {
  width: 100%;
  padding-top: 10rem;
}

.footer_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: start;
  justify-items: start;
  display: grid;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.footer_link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.footer_legal-link {
  font-size: .875rem;
  text-decoration: underline;
}

.footer_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: flex-start;
  justify-items: start;
  display: flex;
}

.footer_menu-wrapper {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.footer_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer_logo-link {
  float: none;
  padding-left: 0;
}

.line-divider {
  background-color: #000;
  width: 100%;
  height: 1px;
}

.footer_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
}

.footer_credit-text {
  font-size: .875rem;
}

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

.spacer-tiny-4 {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxsmall-4 {
  width: 100%;
  padding-top: .5rem;
}

.spacer-small-4 {
  width: 100%;
  padding-top: 1.5rem;
}

.spacer-xxhuge-4 {
  width: 100%;
  padding-top: 10rem;
}

.image {
  width: 10rem;
}

.services-section {
  background-color: var(--background-grey);
}

.services_component {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.services_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.services_item {
  background-color: var(--white);
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2.25rem;
}

.services_item-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.image-2 {
  aspect-ratio: 16 / 9;
}

.service_item-link {
  color: var(--orange);
  font-size: 1.25rem;
}

.navbar_primary-trigger {
  cursor: pointer;
  display: none;
}

.navbar_primary-trigger-icon {
  transition: transform .4s;
}

.navbar_primary-trigger-icon.is-open {
  transform-style: preserve-3d;
}

.reviews_link {
  color: var(--orange);
}

.reviews {
  background-color: var(--background-grey);
}

.reviews-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

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

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

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

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

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

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

.navbar_primary-dropdown-item {
  letter-spacing: .25px;
  padding: .8rem 2rem .8rem 0;
  font-size: 14px;
  line-height: 20px;
  transition: opacity .2s;
}

.navbar_primary-dropdown-item:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

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

.nav-dropdown-list {
  background-color: rgba(255, 255, 255, 0);
  padding-top: 2.5rem;
  top: 100%;
  left: 50%;
  transform: translate(-50%);
}

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

.nav-dropdown-list.shadow-three.mobile-shadow-hide {
  background-color: var(--background-grey);
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  flex-direction: column;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

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

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

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

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

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

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

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

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

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

.navbar_dropdown_list-inner {
  background-color: #fff;
  padding: 1.4rem;
  display: block;
  box-shadow: 0 .5rem 1rem .5rem rgba(0, 0, 0, .1);
}

.navbar_dropdown_list-inner.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar_dropdown_list-inner.shadow-three.mobile-shadow-hide {
  background-color: var(--background-grey);
}

.navbar_dropdown_list-inner.shadow-three.mobile-shadow-hide.w--open {
  flex-direction: column;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.spacer-xsmall-4 {
  width: 100%;
  padding-top: .5rem;
}

.spacer-large-3 {
  padding-top: 3rem;
}

.reviews_link-2 {
  color: #dc6f28;
}

.button-4 {
  color: #fff;
  text-align: center;
  background-color: #dc6f28;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button-4.is-secondary {
  color: #dc6f28;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #dc6f28;
  padding: .7rem 1.5rem;
  font-size: 16px;
}

.reviews-2 {
  background-color: #f3f3f3;
}

.spacer-tiny-5 {
  width: 100%;
  padding-top: .25rem;
}

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

.services_item-2 {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2.25rem;
}

.services-section-2 {
  background-color: #f3f3f3;
}

.checkbox-wrapper {
  margin-bottom: 25px;
  padding-bottom: 10px;
}

.header-image_wrapper {
  height: 30svh;
}

.start {
  background-image: url('../images/jalousien-raffstoresrb80-p-r00106-004_1.webp');
  background-position: 50%;
  background-size: cover;
  margin-top: 4rem;
  position: relative;
}

.start.beratung {
  background-image: none;
  overflow: hidden;
}

.container-huge {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.start_background-blurr {
  z-index: 1;
  -webkit-backdrop-filter: brightness(90%) blur(15px);
  backdrop-filter: brightness(90%) blur(15px);
  background-color: rgba(255, 255, 255, .25);
  width: 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.start_wrapper {
  z-index: 2;
  position: relative;
}

.start_content {
  color: var(--black);
  width: 50%;
  padding-right: 4rem;
}

.start_background-image-wrapper {
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.form-submission {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  display: flex;
}

.form-submission_wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  text-align: center;
  background-color: #00e45b;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5rem;
  display: flex;
}

.select-field {
  background-color: var(--white);
  color: #38383a;
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

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

  .button {
    justify-content: center;
  }

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

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

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

  .menu-icon {
    display: block;
  }

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

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

  .navigation {
    padding: 25px 30px;
  }

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

  .menu-button {
    padding: 0;
  }

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

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

  .cta-text {
    width: auto;
  }

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

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

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

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

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

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

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

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

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

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

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

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .hide-tablet {
    display: none;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

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

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-align-center.not-on-mobile {
    text-align: left;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .navbar_component {
    z-index: 999;
    background-color: #fff;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .navbar_cta-button.hide-mobile {
    display: none;
  }

  .text-block {
    color: #474747;
    font-size: 1.2rem;
  }

  .navbar_primary-dropdown {
    z-index: -1;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: rgba(0, 0, 0, .88);
    transition: filter .2s, background-color .2s;
    display: none;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .navbar_primary-dropdown-inner {
    z-index: 1;
    padding-top: 10rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .navbar_cta-wrap {
    z-index: 6;
    margin-left: auto;
    margin-right: 2rem;
    display: block;
    position: relative;
  }

  .navbar_cta-wrap.hide-mobile {
    display: none;
  }

  .navbar_cta-wrap.hide-desktop {
    display: block;
  }

  .navbar_primary-list {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    padding-bottom: 2rem;
  }

  .navbar_primary-link-item-text {
    color: #fff;
    font-size: 1.6rem;
  }

  .navbar_primary-link-item-text.dropdown {
    font-size: 1.4rem;
  }

  .navbar_primary-list-item {
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    width: 100%;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }

  .navbar_brand-link {
    z-index: 6;
    width: 12rem;
    position: relative;
  }

  .navbar_primary-link-item.is-secondary-item {
    font-size: .8rem;
  }

  .navbar-wrap {
    z-index: 12;
    margin-top: 1.2rem;
  }

  .navbar_primary {
    flex: 0 auto;
    order: 1;
  }

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

  .usp_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .footer_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .services_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .navbar_primary-trigger {
    z-index: 6;
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    background-color: var(--black);
    color: #fff;
    padding: .75rem 1.5rem;
    display: flex;
    position: relative;
  }

  .text-block-2 {
    font-size: 1.2rem;
  }

  .navbar_primary-trigger-icon-wrap {
    position: relative;
  }

  .navbar_primary-trigger-icon {
    justify-content: center;
    align-items: center;
    width: 1.8rem;
    display: flex;
  }

  .navbar_primary-trigger-icon.is-open {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    transform: rotateX(0)rotateY(90deg)rotateZ(0);
  }

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

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

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

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

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

  .nav-dropdown {
    margin-left: 0;
  }

  .navbar_primary-dropdown-item {
    padding-left: 0;
  }

  .nav-dropdown-icon {
    color: var(--white);
  }

  .nav-dropdown-list {
    padding-top: 1.5rem;
    position: static;
    left: 0%;
    transform: none;
  }

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

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    background-color: rgba(255, 255, 255, 0);
  }

  .menu-button-2 {
    padding: 12px;
  }

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

  .navbar_dropdown_list-inner {
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0);
    flex-direction: column;
    display: flex;
  }

  .navbar_dropdown_list-inner.shadow-three.w--open {
    position: absolute;
  }

  .navbar_dropdown_list-inner.shadow-three.mobile-shadow-hide.w--open {
    background-color: rgba(255, 255, 255, 0);
  }

  .cta-text-2 {
    width: auto;
  }

  .start_background-blurr, .start_content {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

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

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

  .container {
    text-align: center;
  }

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

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

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

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

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

  .navigation {
    padding: 20px 30px;
  }

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

  .intro-content {
    width: 80%;
  }

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

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

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

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

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

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

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

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

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

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

  .heading-style-h2 {
    font-size: 2rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .fs-styleguide_version {
    font-size: .875rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .navbar-wrap {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .heading-style-h5-2 {
    font-size: .875rem;
  }

  .usp_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .footer_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .footer_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer_credit-text {
    margin-top: 2rem;
  }

  .footer_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .services_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

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

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

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

  .navbar_primary-dropdown-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

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

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

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

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

  .navbar_dropdown_list-inner.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .navbar_dropdown_list-inner.shadow-three.w--open {
    position: relative;
  }

  .navbar_dropdown_list-inner.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-style-hero {
    font-size: 36px;
    line-height: 48px;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

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

  .status-message.cc-no-data {
    width: 100%;
  }

  .contact-form-wrap {
    text-align: left;
  }

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

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

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

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

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

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h1.smaller {
    font-size: 2rem;
  }

  .header_image.rolladen, .header_image.rolltore, .header_image.beratung {
    object-position: 50% 100%;
  }

  .navbar-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .usp_list, .usp_list._2clm {
    grid-template-columns: 1fr;
  }

  .footer_menu-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

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

  .services_item {
    padding: 1.25rem;
  }

  .navbar_primary-trigger {
    padding: .5rem 1rem;
  }

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

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

  .nav-dropdown {
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar_primary-dropdown-item {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .services_item-2 {
    padding: 1.25rem;
  }

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

  .form-submission_wrapper {
    padding: 2rem;
  }
}

#w-node-_86e64837-0616-515b-4568-76c147234d34-515d554b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_86e64837-0616-515b-4568-76c147234d3f-515d554b, #w-node-_86e64837-0616-515b-4568-76c147234d41-515d554b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_86e64837-0616-515b-4568-76c147234d4c-515d554b, #w-node-ca1212d8-4247-8b87-bc90-543393b118e6-515d554e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118ec-515d554e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118f2-515d554e {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118f8-515d554e {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118fe-515d554e {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b11905-515d554e {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be705858e-515d5550 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-515d5550 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-515d5552 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-515d5552 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-515d5553 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-515d5553 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-515d5554 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-515d5554 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38cdc-515d5555 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38ce3-515d5555 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38cea-515d5555 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9803c-515d5557 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98043-515d5557 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-515d5557 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98051-515d5557 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98058-515d5557 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-515d5557 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-e8551958-abb9-9d67-0d56-64172d7d5837-65d98da8, #w-node-e8551958-abb9-9d67-0d56-64172d7d583c-65d98da8, #w-node-e8551958-abb9-9d67-0d56-64172d7d5841-65d98da8, #w-node-e8551958-abb9-9d67-0d56-64172d7d5846-65d98da8, #w-node-e8551958-abb9-9d67-0d56-64172d7d584c-65d98da8, #w-node-e8551958-abb9-9d67-0d56-64172d7d5852-65d98da8, #w-node-e8551958-abb9-9d67-0d56-64172d7d5858-65d98da8 {
  justify-self: start;
}

#w-node-e8551958-abb9-9d67-0d56-64172d7d5965-65d98da8, #w-node-e8551958-abb9-9d67-0d56-64172d7d597e-65d98da8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8551958-abb9-9d67-0d56-64172d7d5981-65d98da8 {
  justify-self: start;
}

#w-node-e8551958-abb9-9d67-0d56-64172d7d5983-65d98da8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8551958-abb9-9d67-0d56-64172d7d5986-65d98da8 {
  justify-self: start;
}

#w-node-e8551958-abb9-9d67-0d56-64172d7d59ef-65d98da8, #w-node-e8551958-abb9-9d67-0d56-64172d7d59f9-65d98da8, #w-node-e8551958-abb9-9d67-0d56-64172d7d59fa-65d98da8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8551958-abb9-9d67-0d56-64172d7d5a68-65d98da8, #w-node-e8551958-abb9-9d67-0d56-64172d7d5a6d-65d98da8, #w-node-e8551958-abb9-9d67-0d56-64172d7d5a72-65d98da8, #w-node-e8551958-abb9-9d67-0d56-64172d7d5a77-65d98da8, #w-node-e8551958-abb9-9d67-0d56-64172d7d5a7c-65d98da8, #w-node-e8551958-abb9-9d67-0d56-64172d7d5a81-65d98da8, #w-node-e8551958-abb9-9d67-0d56-64172d7d5a8b-65d98da8, #w-node-e8551958-abb9-9d67-0d56-64172d7d5a90-65d98da8, #w-node-e8551958-abb9-9d67-0d56-64172d7d5a95-65d98da8, #w-node-e8551958-abb9-9d67-0d56-64172d7d5a9a-65d98da8, #w-node-e8551958-abb9-9d67-0d56-64172d7d5a9f-65d98da8, #w-node-e8551958-abb9-9d67-0d56-64172d7d5aa4-65d98da8, #w-node-e8551958-abb9-9d67-0d56-64172d7d5aa9-65d98da8, #w-node-e8551958-abb9-9d67-0d56-64172d7d5aae-65d98da8, #w-node-e8551958-abb9-9d67-0d56-64172d7d5ab3-65d98da8, #w-node-e8551958-abb9-9d67-0d56-64172d7d5ab8-65d98da8, #w-node-e8551958-abb9-9d67-0d56-64172d7d5abd-65d98da8 {
  justify-self: start;
}

#w-node-e8551958-abb9-9d67-0d56-64172d7d5ac1-65d98da8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8551958-abb9-9d67-0d56-64172d7d5ac2-65d98da8, #w-node-e8551958-abb9-9d67-0d56-64172d7d5ac7-65d98da8, #w-node-e8551958-abb9-9d67-0d56-64172d7d5acc-65d98da8, #w-node-e8551958-abb9-9d67-0d56-64172d7d5ad1-65d98da8, #w-node-e8551958-abb9-9d67-0d56-64172d7d5ae6-65d98da8, #w-node-e8551958-abb9-9d67-0d56-64172d7d5aeb-65d98da8, #w-node-e8551958-abb9-9d67-0d56-64172d7d5af0-65d98da8, #w-node-e8551958-abb9-9d67-0d56-64172d7d5af5-65d98da8, #w-node-e8551958-abb9-9d67-0d56-64172d7d5afa-65d98da8, #w-node-e8551958-abb9-9d67-0d56-64172d7d5aff-65d98da8, #w-node-e8551958-abb9-9d67-0d56-64172d7d5b09-65d98da8, #w-node-e8551958-abb9-9d67-0d56-64172d7d5b0e-65d98da8, #w-node-e8551958-abb9-9d67-0d56-64172d7d5b13-65d98da8, #w-node-e8551958-abb9-9d67-0d56-64172d7d5b18-65d98da8, #w-node-e8551958-abb9-9d67-0d56-64172d7d5b1d-65d98da8, #w-node-e8551958-abb9-9d67-0d56-64172d7d5b22-65d98da8, #w-node-e8551958-abb9-9d67-0d56-64172d7d5b27-65d98da8, #w-node-e8551958-abb9-9d67-0d56-64172d7d5b2c-65d98da8, #w-node-e8551958-abb9-9d67-0d56-64172d7d5b31-65d98da8, #w-node-e8551958-abb9-9d67-0d56-64172d7d5b36-65d98da8, #w-node-e8551958-abb9-9d67-0d56-64172d7d5b3b-65d98da8 {
  justify-self: start;
}

#w-node-e8551958-abb9-9d67-0d56-64172d7d5b3f-65d98da8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8551958-abb9-9d67-0d56-64172d7d5b40-65d98da8, #w-node-e8551958-abb9-9d67-0d56-64172d7d5b45-65d98da8, #w-node-e8551958-abb9-9d67-0d56-64172d7d5b4a-65d98da8, #w-node-e8551958-abb9-9d67-0d56-64172d7d5b4f-65d98da8, #w-node-e8551958-abb9-9d67-0d56-64172d7d5b61-65d98da8, #w-node-e8551958-abb9-9d67-0d56-64172d7d5b66-65d98da8, #w-node-e8551958-abb9-9d67-0d56-64172d7d5b6b-65d98da8, #w-node-e8551958-abb9-9d67-0d56-64172d7d5b70-65d98da8, #w-node-e8551958-abb9-9d67-0d56-64172d7d5b75-65d98da8, #w-node-e8551958-abb9-9d67-0d56-64172d7d5b7a-65d98da8, #w-node-e8551958-abb9-9d67-0d56-64172d7d5b7f-65d98da8, #w-node-e8551958-abb9-9d67-0d56-64172d7d5b84-65d98da8, #w-node-e8551958-abb9-9d67-0d56-64172d7d5b89-65d98da8, #w-node-e8551958-abb9-9d67-0d56-64172d7d5b8e-65d98da8 {
  justify-self: start;
}

#w-node-e8551958-abb9-9d67-0d56-64172d7d5b92-65d98da8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8551958-abb9-9d67-0d56-64172d7d5b93-65d98da8 {
  justify-self: start;
}

#w-node-e8551958-abb9-9d67-0d56-64172d7d5b96-65d98da8, #w-node-e8551958-abb9-9d67-0d56-64172d7d5c19-65d98da8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8551958-abb9-9d67-0d56-64172d7d5c75-65d98da8 {
  justify-self: start;
}

#w-node-_2233f9e2-c47c-1aaa-c06a-9d272b9257b5-1b285bac, #w-node-_72ae2e80-8756-a5a2-7f54-433b71c43246-1b285bac, #w-node-a127ab7f-fac2-4e2d-c4f1-b2908f0563d2-1b285bac, #w-node-_66d20dae-b30d-5bd5-5c71-796c1304da34-1b285bac, #w-node-_66d20dae-b30d-5bd5-5c71-796c1304da35-1b285bac, #w-node-_66d20dae-b30d-5bd5-5c71-796c1304da42-1b285bac, #w-node-_231373f8-cb8e-a55f-b0df-c855b7454eb8-1b285bac, #w-node-_231373f8-cb8e-a55f-b0df-c855b7454eb9-1b285bac, #w-node-_231373f8-cb8e-a55f-b0df-c855b7454ec2-1b285bac, #w-node-e794a97e-7371-7eac-4545-cfefd86b640e-1b285bac, #w-node-e794a97e-7371-7eac-4545-cfefd86b6400-1b285bac, #w-node-e794a97e-7371-7eac-4545-cfefd86b6401-1b285bac, #w-node-_4aca34df-dfbd-9cca-3343-f832cd6b76fa-855c4854, #w-node-_4aca34df-dfbd-9cca-3343-f832cd6b76fb-855c4854, #w-node-_4aca34df-dfbd-9cca-3343-f832cd6b7704-855c4854, #w-node-_85d43c19-9f9d-89d5-ae6c-df94397e0199-855c4854, #w-node-_85d43c19-9f9d-89d5-ae6c-df94397e019b-855c4854, #w-node-_85d43c19-9f9d-89d5-ae6c-df94397e019c-855c4854, #w-node-ce58fb93-7294-ff7c-4dd6-730bbc44c47c-855c4854, #w-node-ce58fb93-7294-ff7c-4dd6-730bbc44c47d-855c4854, #w-node-ce58fb93-7294-ff7c-4dd6-730bbc44c48c-855c4854, #w-node-_9fc0d1ee-d76a-ff46-b882-8d7309f5b401-855c4854, #w-node-_9fc0d1ee-d76a-ff46-b882-8d7309f5b403-855c4854, #w-node-_9fc0d1ee-d76a-ff46-b882-8d7309f5b404-855c4854, #w-node-_63b0d93b-6dd8-ab99-8fd8-c4e20e9616da-855c4854, #w-node-_63b0d93b-6dd8-ab99-8fd8-c4e20e9616db-855c4854, #w-node-_63b0d93b-6dd8-ab99-8fd8-c4e20e9616e6-855c4854, #w-node-a7def646-6065-2831-4fe6-ef35c7cc2577-855c4854, #w-node-a7def646-6065-2831-4fe6-ef35c7cc2578-855c4854, #w-node-a7def646-6065-2831-4fe6-ef35c7cc2585-855c4854, #w-node-af090f34-81a8-a405-4366-e27a8377b41d-855c4854, #w-node-af090f34-81a8-a405-4366-e27a8377b41f-855c4854, #w-node-af090f34-81a8-a405-4366-e27a8377b420-855c4854, #w-node-_8ffc3cd4-e05b-ea4b-4c21-437984a4b044-0db7a6f4, #w-node-_8ffc3cd4-e05b-ea4b-4c21-437984a4b045-0db7a6f4, #w-node-_8ffc3cd4-e05b-ea4b-4c21-437984a4b054-0db7a6f4, #w-node-_8ffc3cd4-e05b-ea4b-4c21-437984a4b05c-0db7a6f4, #w-node-_8ffc3cd4-e05b-ea4b-4c21-437984a4b05e-0db7a6f4, #w-node-_8ffc3cd4-e05b-ea4b-4c21-437984a4b05f-0db7a6f4, #w-node-_8ffc3cd4-e05b-ea4b-4c21-437984a4b076-0db7a6f4, #w-node-_8ffc3cd4-e05b-ea4b-4c21-437984a4b077-0db7a6f4, #w-node-_8ffc3cd4-e05b-ea4b-4c21-437984a4b081-0db7a6f4, #w-node-_8ffc3cd4-e05b-ea4b-4c21-437984a4b089-0db7a6f4, #w-node-_8ffc3cd4-e05b-ea4b-4c21-437984a4b08b-0db7a6f4, #w-node-_8ffc3cd4-e05b-ea4b-4c21-437984a4b08c-0db7a6f4, #w-node-_8ffc3cd4-e05b-ea4b-4c21-437984a4b0c9-0db7a6f4, #w-node-_8ffc3cd4-e05b-ea4b-4c21-437984a4b0ca-0db7a6f4, #w-node-_8ffc3cd4-e05b-ea4b-4c21-437984a4b0d5-0db7a6f4, #w-node-_8ffc3cd4-e05b-ea4b-4c21-437984a4b0dd-0db7a6f4, #w-node-_8ffc3cd4-e05b-ea4b-4c21-437984a4b0de-0db7a6f4, #w-node-_8ffc3cd4-e05b-ea4b-4c21-437984a4b0ea-0db7a6f4, #w-node-c354afb3-ba3b-5835-47ea-268c471bffe3-65db5fd5, #w-node-c354afb3-ba3b-5835-47ea-268c471bffe4-65db5fd5, #w-node-c354afb3-ba3b-5835-47ea-268c471bffef-65db5fd5, #w-node-c354afb3-ba3b-5835-47ea-268c471bfff7-65db5fd5, #w-node-c354afb3-ba3b-5835-47ea-268c471bfff9-65db5fd5, #w-node-c354afb3-ba3b-5835-47ea-268c471bfffa-65db5fd5, #w-node-c354afb3-ba3b-5835-47ea-268c471c000b-65db5fd5, #w-node-c354afb3-ba3b-5835-47ea-268c471c000c-65db5fd5, #w-node-c354afb3-ba3b-5835-47ea-268c471c0016-65db5fd5, #w-node-c354afb3-ba3b-5835-47ea-268c471c001e-65db5fd5, #w-node-c354afb3-ba3b-5835-47ea-268c471c0020-65db5fd5, #w-node-c354afb3-ba3b-5835-47ea-268c471c0021-65db5fd5, #w-node-c354afb3-ba3b-5835-47ea-268c471c007d-65db5fd5, #w-node-c354afb3-ba3b-5835-47ea-268c471c007e-65db5fd5, #w-node-c354afb3-ba3b-5835-47ea-268c471c0089-65db5fd5, #w-node-c354afb3-ba3b-5835-47ea-268c471c0091-65db5fd5, #w-node-c354afb3-ba3b-5835-47ea-268c471c0092-65db5fd5, #w-node-c354afb3-ba3b-5835-47ea-268c471c009e-65db5fd5, #w-node-_6d9f01ca-187a-3a72-ddfc-52fee9d504c7-713f0539, #w-node-_6d9f01ca-187a-3a72-ddfc-52fee9d504c8-713f0539, #w-node-_6d9f01ca-187a-3a72-ddfc-52fee9d504d4-713f0539, #w-node-_6d9f01ca-187a-3a72-ddfc-52fee9d504dc-713f0539, #w-node-_6d9f01ca-187a-3a72-ddfc-52fee9d504de-713f0539, #w-node-_6d9f01ca-187a-3a72-ddfc-52fee9d504df-713f0539, #w-node-_6d9f01ca-187a-3a72-ddfc-52fee9d504f1-713f0539, #w-node-_6d9f01ca-187a-3a72-ddfc-52fee9d504f2-713f0539, #w-node-_6d9f01ca-187a-3a72-ddfc-52fee9d504ff-713f0539, #w-node-_6d9f01ca-187a-3a72-ddfc-52fee9d50565-713f0539, #w-node-_6d9f01ca-187a-3a72-ddfc-52fee9d50566-713f0539, #w-node-_6d9f01ca-187a-3a72-ddfc-52fee9d50571-713f0539, #w-node-_6d9f01ca-187a-3a72-ddfc-52fee9d50579-713f0539, #w-node-_6d9f01ca-187a-3a72-ddfc-52fee9d5057a-713f0539, #w-node-_6d9f01ca-187a-3a72-ddfc-52fee9d50586-713f0539, #w-node-_18a442b2-f4ee-ff0c-e169-370ef1a54b3c-36f6c82b, #w-node-_18a442b2-f4ee-ff0c-e169-370ef1a54b3d-36f6c82b, #w-node-_18a442b2-f4ee-ff0c-e169-370ef1a54b47-36f6c82b, #w-node-_18a442b2-f4ee-ff0c-e169-370ef1a54b4f-36f6c82b, #w-node-_18a442b2-f4ee-ff0c-e169-370ef1a54b51-36f6c82b, #w-node-_18a442b2-f4ee-ff0c-e169-370ef1a54b52-36f6c82b, #w-node-_18a442b2-f4ee-ff0c-e169-370ef1a54b61-36f6c82b, #w-node-_18a442b2-f4ee-ff0c-e169-370ef1a54b62-36f6c82b, #w-node-_18a442b2-f4ee-ff0c-e169-370ef1a54b6e-36f6c82b, #w-node-_18a442b2-f4ee-ff0c-e169-370ef1a54bc0-36f6c82b, #w-node-_18a442b2-f4ee-ff0c-e169-370ef1a54bc1-36f6c82b, #w-node-_18a442b2-f4ee-ff0c-e169-370ef1a54bcc-36f6c82b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbde8d9c-9bc8-98e8-6581-3dfd794eb055-76fc18c1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bbde8d9c-9bc8-98e8-6581-3dfd794eb072-76fc18c1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0a69e147-b18d-701c-38c4-b279890898d8-76fc18c1, #w-node-_0a69e147-b18d-701c-38c4-b279890898d9-76fc18c1, #w-node-_0a69e147-b18d-701c-38c4-b279890898e4-76fc18c1, #w-node-_0a69e147-b18d-701c-38c4-b279890898ec-76fc18c1, #w-node-_0a69e147-b18d-701c-38c4-b279890898ed-76fc18c1, #w-node-_0a69e147-b18d-701c-38c4-b279890898f9-76fc18c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6b1f040-6074-6ab8-7f13-1e5a185d969c-5c29caea {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d6b1f040-6074-6ab8-7f13-1e5a185d96c8-5c29caea {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c2ac316c-e665-e601-114b-b0ced4b6bf14-bc64cc91, #w-node-c2ac316c-e665-e601-114b-b0ced4b6bf15-bc64cc91, #w-node-c2ac316c-e665-e601-114b-b0ced4b6bf1f-bc64cc91, #w-node-c2ac316c-e665-e601-114b-b0ced4b6bf98-bc64cc91, #w-node-c2ac316c-e665-e601-114b-b0ced4b6bf99-bc64cc91, #w-node-c2ac316c-e665-e601-114b-b0ced4b6bfa4-bc64cc91, #w-node-c2ac316c-e665-e601-114b-b0ced4b6bfac-bc64cc91, #w-node-c2ac316c-e665-e601-114b-b0ced4b6bfad-bc64cc91, #w-node-c2ac316c-e665-e601-114b-b0ced4b6bfb9-bc64cc91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_86e64837-0616-515b-4568-76c147234d34-515d554b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d3f-515d554b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d41-515d554b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d4c-515d554b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-515d554e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f8-515d554e {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118fe-515d554e {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b11905-515d554e {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-515d5550, #w-node-_421df62a-c217-12af-eee8-27f88a387928-515d5552, #w-node-_421df62a-c217-12af-eee8-27f88a387928-515d5553, #w-node-_421df62a-c217-12af-eee8-27f88a387928-515d5554, #w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-515d5557 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98051-515d5557 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98058-515d5557 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-515d5557 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-e794a97e-7371-7eac-4545-cfefd86b640e-1b285bac, #w-node-_8ffc3cd4-e05b-ea4b-4c21-437984a4b089-0db7a6f4, #w-node-c354afb3-ba3b-5835-47ea-268c471c001e-65db5fd5 {
    order: 9999;
  }

  #w-node-bbde8d9c-9bc8-98e8-6581-3dfd794eb072-76fc18c1, #w-node-d6b1f040-6074-6ab8-7f13-1e5a185d96c8-5c29caea {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ca1212d8-4247-8b87-bc90-543393b118ec-515d554e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-515d554e {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f8-515d554e {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118fe-515d554e {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b11905-515d554e {
    grid-area: 5 / 1 / 6 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c28cc763-f708-1e61-f196-6bd9fce98043-515d5557 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-515d5557 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98051-515d5557 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98058-515d5557 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-515d5557 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_8ffc3cd4-e05b-ea4b-4c21-437984a4b089-0db7a6f4, #w-node-c354afb3-ba3b-5835-47ea-268c471c001e-65db5fd5 {
    order: 9999;
  }
}


