:root {
  --color-scheme-1--background: var(--_primitives---colors--white);
  --_typography---font-styles--body\<deleted\|relume-variable-font-style-body\>: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  --color-scheme-1--text: var(--_primitives---ss);
  --_typography---font-styles--heading\<deleted\|relume-variable-font-style-heading\>: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  --_primitives---colors--white: #fff;
  --_primitives---ss: ;
  --text-color--text-alternate\<deleted\|relume-variable-text-color-3\>: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
  --_primitives---opacity--transparent: transparent;
  --_primitives---opacity--neutral-darkest-60: #0009;
  --_primitives---opacity--white-60: #fff9;
  --_ui-styles---stroke--border-width: 1px;
  --color-scheme-1--border: var(--_primitives---ss);
  --_ui-styles---radius--medium: 0px;
  --color-scheme-1--foreground: var(--_primitives---colors--neutral-lightest);
  --background-color--background-secondary\<deleted\|relume-variable-background-color-2\>: var(--base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>);
  --border-color--border-primary\<deleted\|relume-variable-border-color-1\>: var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>);
  --_ui-styles---radius--small: 0px;
  --_primitives---colors--neutral-lightest: #eee;
  --_ui-styles---radius--large: 0px;
  --color-scheme-1--accent: var(--_primitives---ss);
  --_typography---primary-blue: #27213c;
  --_typography---color: #f97417;
  --_typography---white: white;
  --_primitives---opacity--white-15: #ffffff26;
  --dfdfdf: #dfdfdf;
  --_primitives---opacity--white-50: #ffffff80;
  --_primitives---opacity--neutral-darkest-50: #00000080;
  --_primitives---opacity--white-30: #ffffff4d;
  --relume-library-lite--rl-black: black;
  --relume-library-lite--rl-white: white;
  --_primitives---colors--neutral-lighter: #ccc;
  --_primitives---colors--neutral-light: #aaa;
  --_primitives---colors--neutral: #666;
  --_primitives---colors--neutral-dark: #444;
  --_primitives---colors--neutral-darker: #222;
  --_typography---primary-mont: Montserrat, sans-serif;
  --_primitives---opacity--white-5: #ffffff0d;
  --_typography---secondary-lato: Lato, sans-serif;
  --_primitives---opacity--white-10: #ffffff1a;
  --_primitives---opacity--white-20: #fff3;
  --_primitives---opacity--white-40: #fff6;
  --_typography---paragraph-white: #918d9b;
  --_primitives---opacity--neutral-darkest-5: #0000000d;
  --_primitives---opacity--neutral-darkest-10: #0000001a;
  --_primitives---opacity--neutral-darkest-15: #00000026;
  --_primitives---opacity--neutral-darkest-20: #0003;
  --_primitives---opacity--neutral-darkest-30: #0000004d;
  --_primitives---opacity--neutral-darkest-40: #0006;
  --_ui-styles---stroke--divider-width: 1px;
  --base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>: white;
  --base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>: #eee;
  --base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>: 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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

body {
  background-color: var(--color-scheme-1--background);
  font-family: var(--_typography---font-styles--body\<deleted\|relume-variable-font-style-body\>);
  color: var(--color-scheme-1--text);
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  font-family: var(--_typography---font-styles--heading\<deleted\|relume-variable-font-style-heading\>);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  font-family: var(--_typography---font-styles--heading\<deleted\|relume-variable-font-style-heading\>);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  font-family: var(--_typography---font-styles--heading\<deleted\|relume-variable-font-style-heading\>);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  font-family: var(--_typography---font-styles--heading\<deleted\|relume-variable-font-style-heading\>);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  font-family: var(--_typography---font-styles--heading\<deleted\|relume-variable-font-style-heading\>);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  font-family: var(--_typography---font-styles--heading\<deleted\|relume-variable-font-style-heading\>);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--color-scheme-1--text);
  text-decoration: none;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

img {
  max-width: 100%;
  height: 70px;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .1875rem solid var(--color-scheme-1--text);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

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

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

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

.hide {
  display: none;
}

.text-style-link {
  text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.margin-top, .margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3, .margin-top.margin-medium, .margin-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-custom2, .margin-top.margin-xsmall, .margin-top.margin-large, .margin-top.margin-xxlarge, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom, .margin-bottom.margin-xxlarge, .margin-bottom.margin-medium, .margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny, .margin-bottom.margin-small, .margin-bottom.margin-large, .margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-custom2, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left, .margin-left.margin-tiny, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-small, .margin-left.margin-xsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-xxsmall, .margin-left.margin-custom1, .margin-left.margin-custom2, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right, .margin-right.margin-huge, .margin-right.margin-xsmall, .margin-right.margin-xxhuge, .margin-right.margin-small, .margin-right.margin-medium, .margin-right.margin-xlarge, .margin-right.margin-custom3, .margin-right.margin-custom2, .margin-right.margin-xxsmall, .margin-right.margin-xhuge, .margin-right.margin-custom1, .margin-right.margin-large, .margin-right.margin-0, .margin-right.margin-xxlarge, .margin-right.margin-tiny {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical, .margin-vertical.margin-medium, .margin-vertical.margin-xlarge, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xxlarge, .margin-vertical.margin-huge, .margin-vertical.margin-0, .margin-vertical.margin-xxhuge, .margin-vertical.margin-tiny, .margin-vertical.margin-xsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-small, .margin-vertical.margin-large, .margin-vertical.margin-xhuge, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-tiny, .margin-horizontal.margin-custom3, .margin-horizontal.margin-0, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-large, .margin-horizontal.margin-custom2, .margin-horizontal.margin-small, .margin-horizontal.margin-xxhuge {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-0, .padding-top.padding-large, .padding-top.padding-custom2, .padding-top.padding-xlarge, .padding-top.padding-huge, .padding-top.padding-xxsmall, .padding-top.padding-custom3, .padding-top.padding-tiny, .padding-top.padding-medium, .padding-top.padding-xxlarge, .padding-top.padding-small, .padding-top.padding-xsmall, .padding-top.padding-custom1 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xxhuge, .padding-bottom.padding-large, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xxlarge, .padding-bottom.padding-custom3, .padding-bottom.padding-custom1, .padding-bottom.padding-xsmall, .padding-bottom.padding-huge, .padding-bottom.padding-tiny, .padding-bottom.padding-medium, .padding-bottom.padding-0 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left, .padding-left.padding-xhuge, .padding-left.padding-xlarge, .padding-left.padding-0, .padding-left.padding-small, .padding-left.padding-xsmall, .padding-left.padding-medium, .padding-left.padding-xxhuge, .padding-left.padding-huge, .padding-left.padding-custom1, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-custom3, .padding-left.padding-custom2, .padding-left.padding-xxlarge, .padding-left.padding-large {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right, .padding-right.padding-xxhuge, .padding-right.padding-custom2, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-tiny, .padding-right.padding-custom3, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-xxlarge, .padding-right.padding-xxsmall, .padding-right.padding-medium, .padding-right.padding-xhuge, .padding-right.padding-huge, .padding-right.padding-0, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-custom3, .padding-vertical.padding-medium, .padding-vertical.padding-tiny, .padding-vertical.padding-xxlarge, .padding-vertical.padding-custom1, .padding-vertical.padding-xsmall, .padding-vertical.padding-xhuge, .padding-vertical.padding-xlarge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-0, .padding-horizontal.padding-custom3, .padding-horizontal.padding-huge, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-small, .padding-horizontal.padding-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

.text-size-medium {
  font-size: 1.125rem;
}

.margin-top-auto {
  margin-top: auto;
}

.text-style-quote {
  border-left: .1875rem solid var(--color-scheme-1--text);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

.rl-styleguide_heading {
  z-index: 4;
  font-family: var(--_typography---font-styles--heading\<deleted\|relume-variable-font-style-heading\>);
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-size: 3.5rem;
  font-weight: 700;
}

.heading-style-h6 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.rl-styleguide_item-row.is-button-row {
  grid-template-columns: 19rem 1fr;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024;
}

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

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

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

.form_radio.is-alternate {
  color: var(--_primitives---colors--white);
}

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

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

.heading-style-h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.form_checkbox-icon {
  border: 1px solid var(--_primitives---ss);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form_checkbox-icon.is-alternate {
  border-color: var(--_primitives---colors--white);
}

.form_checkbox-label {
  margin-bottom: 0;
}

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

.form_field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.form_field-label.is-alternate {
  color: var(--text-color--text-alternate\<deleted\|relume-variable-text-color-3\>);
}

.button {
  border: 1px solid var(--_primitives---ss);
  background-color: var(--_primitives---ss);
  color: var(--_primitives---colors--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button.is-link {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---ss);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.is-secondary {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---ss);
}

.button.is-secondary.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

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

.button.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---ss);
}

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

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

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

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

.form_radio-label {
  margin-bottom: 0;
}

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e;
}

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

.rl-styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #ebeffa;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_label.is-html-tag {
  color: #bb4198;
  background-color: #f9eff6;
}

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

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

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

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

.icon-height-xlarge {
  height: 6.5rem;
}

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

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

.form_input {
  border: 1px solid var(--_primitives---ss);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---ss);
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: var(--_primitives---ss);
}

.form_input::placeholder {
  color: var(--_primitives---opacity--neutral-darkest-60);
}

.form_input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form_input.is-select-input {
  background-image: url('../images/chevron-down.svg');
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: auto;
}

.form_input.is-select-input.is-alternate {
  background-image: url('../images/chevron-down-white.svg');
}

.form_input.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.form_input.is-alternate::placeholder {
  color: var(--_primitives---opacity--white-60);
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

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

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

.text-color-white {
  color: var(--_primitives---colors--white);
}

.background-color-white {
  background-color: var(--_primitives---colors--white);
}

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

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

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

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

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

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

.text-color-black {
  color: var(--_primitives---ss);
}

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

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

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

.background-color-black {
  background-color: var(--_primitives---ss);
}

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

.icon-1x1-custom1 {
  width: 1.25rem;
  height: 1.25rem;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.rl-styleguide_subheading {
  z-index: 3;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  font-family: var(--_typography---font-styles--heading\<deleted\|relume-variable-font-style-heading\>);
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.rl-styleguide_subheading.is-text-small {
  font-family: var(--_typography---font-styles--body\<deleted\|relume-variable-font-style-body\>);
  font-size: 1rem;
  font-weight: 400;
}

.form_radio-icon {
  border: 1px solid var(--_primitives---ss);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form_radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.form_radio-icon.is-alternate {
  border-color: var(--_primitives---colors--white);
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.form_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.icon-height-custom1 {
  height: 1.25rem;
}

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

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

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_field-wrapper {
  position: relative;
}

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

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

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

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

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

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text figcaption {
  border-left: 2px solid var(--color-scheme-1--text);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

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

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

.form_checkbox.is-alternate {
  color: var(--_primitives---colors--white);
}

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

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

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

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

.icon-height-xsmall {
  height: 1.5rem;
}

.pointer-events-auto {
  pointer-events: auto;
}

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

.pointer-events-none {
  pointer-events: none;
}

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

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: var(--background-color--background-secondary\<deleted\|relume-variable-background-color-2\>);
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed var(--border-color--border-primary\<deleted\|relume-variable-border-color-1\>);
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.rl-styleguide_nav {
  z-index: 1000;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  margin-top: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
}

.rl-styleguide_nav-link {
  border-radius: var(--_ui-styles---radius--small);
  padding: .5rem 1rem;
  text-decoration: none;
}

.rl-styleguide_nav-link.w--current {
  background-color: var(--color-scheme-1--background);
}

.rl-styleguide_subheading-small {
  font-size: 1rem;
  font-weight: 400;
}

.rl-styleguide_background-color-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.rl-styleguide_color-spacer {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.aspect-ratio-square {
  aspect-ratio: 1;
}

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: var(--background-color--background-secondary\<deleted\|relume-variable-background-color-2\>);
  min-width: 3rem;
  height: 100%;
  position: relative;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
}

.form_message-success-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.form_message-success {
  color: #027a48;
  background-color: #ecfdf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.form_message-error {
  color: #b42318;
  background-color: #fef3f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.rl-styleguide_component {
  grid-column-gap: 0rem;
  color: #000;
  background-color: #f1f0ee;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.rl-styleguide_image {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  max-width: 50rem;
  height: 100vh;
  max-height: 60rem;
}

.rl-styleguide_content {
  max-width: 35rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

.delete-this {
  display: flex;
}

.rl-styleguide_image-wrapper {
  background-image: url('../images/Webflow-Background.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1080px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.rl-styleguide_form-wrapper {
  padding-right: 1.5rem;
}

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--_primitives---colors--neutral-lightest);
  background-color: var(--_primitives---colors--neutral-lightest);
  color: var(--_primitives---ss);
  justify-content: center;
  align-items: center;
  padding: .175rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.tag.is-text {
  border-style: none;
  border-color: var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  padding: 0;
  display: inline-block;
}

.tag.is-text.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.tag.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---ss);
}

.color-scheme-1 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
}

.rl-styleguide_scheme-foreground {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  flex-flow: column;
  padding: 1rem;
  display: flex;
}

.rl-styleguide_scheme-wrapper {
  padding: 1rem;
}

.rl-styleguide_scheme-list {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl-styleguide_scheme-card {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.rl-styleguide-accent {
  color: var(--color-scheme-1--accent);
}

.rl-styleguide_scheme {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
}

.rl-styleguide_radius-large-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.rl-styleguide_radius-large {
  aspect-ratio: 1;
  border: 1px solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--large);
  object-fit: cover;
}

.rl-styleguide_radius-medium-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.rl-styleguide_radius-medium {
  aspect-ratio: 1;
  border: 1px solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  object-fit: cover;
}

.rl-styleguide_radius-small-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.rl-styleguide_radius-small {
  aspect-ratio: 1;
  border: 1px solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--small);
  object-fit: cover;
}

.tabs-menu {
  border: 1px solid var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
  align-self: center;
  margin-bottom: 3rem;
  padding: .25rem;
  display: flex;
}

.tab-link {
  border: 1px solid var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  padding: .5rem 1.5rem;
}

.tab-link.w--current {
  border-color: var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--background);
}

.category-filter-menu {
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.category-filter-menu.is-center {
  justify-content: center;
  align-items: center;
}

.category-filter-link {
  border: 1px solid var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  white-space: nowrap;
  flex: none;
  padding: .5rem 1rem;
  text-decoration: none;
}

.category-filter-link.w--current {
  border-color: var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
}

.slider-arrow {
  border: 1px solid var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
  color: var(--color-scheme-1--text);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.slider-arrow.is-bottom-previous {
  inset: auto 4rem 0% auto;
}

.slider-arrow.is-bottom-next {
  inset: auto 0% 0% auto;
}

.slider-arrow.is-centre-previous, .slider-arrow.is-centre-next {
  bottom: 4rem;
}

.slider-arrow-icon_default {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.hidden-ui-elements {
  display: none;
}

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

.rl-styleguide_logo {
  width: 10rem;
}

.section {
  background-color: #4b52d4;
}

.desktop---5 {
  background-color: #fff;
  overflow: hidden;
}

.navbar {
  background-color: #27213c;
  overflow: hidden;
}

.nav-max-width {
  overflow: hidden;
}

.home, .leistungen, .kontakt {
  color: #e0e0e0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.frame-6 {
  background-image: linear-gradient(#1d262cb3, #1d262cb3), url('../images/Frame-6_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 944px;
  overflow: hidden;
}

.renovierung-sanierung-sicherheit-fr-ihr-zuhause {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 72px;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
}

.fenster-tren-bodenbelge-komplettausbau {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.rectangle-34 {
  background-color: #27213c;
  border-radius: 10px;
}

.jetzt-termin-vereinbaren {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.desktop---6 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  height: 1024px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar-2 {
  background-color: #27213c;
  overflow: hidden;
}

.nav-max-width-2 {
  overflow: hidden;
}

.text {
  color: #e0e0e0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.group-17 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 204px;
  height: 50px;
  text-decoration: none;
  display: flex;
}

.frame-7 {
  background-image: linear-gradient(#1d262cb3, #1d262cb3), url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 944px;
  overflow: hidden;
}

.text-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
}

.text-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.rectangle-35 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 288px;
  height: 60px;
  text-decoration: none;
  display: flex;
}

.text-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.version-021 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 69.9545px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 5px;
  left: 113px;
}

.background-video {
  height: 100vh;
}

.div-block {
  z-index: 1;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.div-block.hero-section-anim {
  padding-left: 60px;
  padding-right: 60px;
}

.background-video-2 {
  z-index: 1;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-2 {
  z-index: 2;
  display: block;
  position: absolute;
  inset: 0%;
}

.slide-img-1 {
  z-index: 2;
  opacity: 1;
  object-fit: cover;
  border-radius: 18px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.slide-img-2 {
  opacity: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
}

.slide-img-3 {
  box-sizing: border-box;
  aspect-ratio: auto;
  opacity: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-3 {
  z-index: 3;
  background-image: linear-gradient(320deg, #f9741780 30%, #fff0 55%), linear-gradient(0deg, #042134e6 100%, #fff);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: absolute;
  inset: 0%;
}

.heading {
  z-index: 5;
  color: var(--_primitives---colors--white);
  max-width: 600px;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  line-height: 1.3;
  position: relative;
}

.container {
  z-index: 6;
  max-width: 1680px;
  padding-top: 15vh;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.paragraph {
  color: var(--_primitives---colors--neutral-lightest);
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.button-2 {
  background-color: var(--_typography---primary-blue);
  border-radius: 10px;
  margin-top: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  transition: background-color .25s;
}

.button-2:hover {
  background-color: var(--_typography---color);
  box-shadow: 3px 5px 10px 10px #0003;
}

.nav-link, .nav-link-2 {
  color: var(--_typography---white);
  font-family: Montserrat, sans-serif;
}

.nav-link-3 {
  color: var(--_primitives---colors--white);
  font-family: Montserrat, sans-serif;
}

.container-2 {
  font-family: Montserrat, sans-serif;
}

.navbar-3 {
  color: var(--_primitives---opacity--white-15);
  background-color: #27213c;
}

.nav-menu {
  color: var(--_primitives---colors--white);
}

.padding-container {
  background-color: #27213c;
  max-width: 1680px;
  padding-left: 50px;
  padding-right: 50px;
}

.link {
  color: var(--_typography---white);
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
}

.link:hover {
  border-bottom: 1px solid var(--_typography---color);
  color: var(--_typography---color);
  text-decoration: none;
}

.image {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-4 {
  background-color: #27213c;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 5px 5px #0003;
}

.container-3 {
  z-index: 5;
  background-color: #f97417;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 80px;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.call-icon {
  margin-left: 10px;
  margin-right: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.cell {
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.quick-stack {
  width: 100%;
}

.link-2 {
  color: var(--_primitives---colors--white);
  text-align: center;
  font-size: 14px;
  text-decoration: none;
}

.detail-cell {
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.container-4 {
  background-color: var(--dfdfdf);
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 40px;
}

.section-3 {
  border-bottom: 5px solid #fff;
  padding-left: 60px;
  padding-right: 60px;
}

.quick-stack-2 {
  color: var(--_typography---primary-blue);
  padding-left: 0;
  padding-right: 0;
}

.div-block-4 {
  background-image: url('../images/IMG-20250710-WA0079_1.avif');
  background-repeat: repeat;
  background-size: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.heading-2 {
  color: var(--_typography---primary-blue);
  text-align: center;
  max-width: 800px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 700;
}

.about-us-paragraph {
  color: var(--_typography---primary-blue);
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.ueber-uns-block {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
}

.heading-3 {
  color: var(--_typography---primary-blue);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.p2 {
  color: var(--_typography---primary-blue);
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  line-height: 1.5;
}

.paragraph-2 {
  color: var(--_typography---primary-blue);
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.quick-stack-3 {
  width: 100%;
  padding-left: 0;
}

.orange-heading {
  color: var(--_typography---color);
  font-family: Montserrat, sans-serif;
}

.paragraph-3 {
  color: var(--_typography---primary-blue);
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.image-2 {
  border-radius: 12px;
}

.body {
  background-color: var(--dfdfdf);
}

.text-span {
  color: var(--_typography---color);
}

.container-leistungen {
  background-color: var(--_primitives---opacity--transparent);
  background-image: none;
  background-position: 0 0;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 40px;
}

.heading-4 {
  color: var(--_typography---primary-blue);
  text-align: center;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.paragraph-4 {
  color: var(--_typography---primary-blue);
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
}

.leistungen-block {
  text-align: center;
  margin: 60px auto;
  padding-left: 40px;
  padding-right: 40px;
}

.quick-stack-4 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  padding: 60px 0;
}

.service-card {
  color: var(--_typography---white);
  cursor: pointer;
  background-color: #27213ce6;
  border-radius: 10px;
  height: 100%;
  padding: 26px 32px;
  font-family: Montserrat, sans-serif;
  box-shadow: 3px 5px 10px 10px #0003;
}

.service-card:hover {
  background-color: #f97417e6;
}

.service-card.card-one {
  background-image: linear-gradient(#0009, #0009), url('../images/2_1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.service-card.card-one:hover {
  background-image: linear-gradient(#f97417cc, #f97417cc), url('../images/2_1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-bottom: 0 solid #27213c;
}

.service-card.card-2 {
  background-image: linear-gradient(#0009, #0009), url('../images/22_1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  transition: background-color .15s;
}

.service-card.card-2:hover {
  background-image: linear-gradient(#f97417e6, #f97417e6), url('../images/22_1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.service-card.card-3 {
  background-image: linear-gradient(#0009, #0009), url('../images/abdichtung-ingolstadt-04.avif');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.service-card.card-3:hover {
  background-image: linear-gradient(#f97417e6, #f97417e6), url('../images/abdichtung-ingolstadt-04.avif');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.service-card.card-4 {
  background-image: linear-gradient(#0009, #0009), url('../images/22_2.avif');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.service-card.card-4:hover {
  background-image: linear-gradient(#f97417e6, #f97417e6), url('../images/22_2.avif');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.service-card.card-5 {
  background-image: linear-gradient(#0009, #0009), url('../images/19_1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.service-card.card-5:hover {
  background-image: linear-gradient(#f97417e6, #f97417e6), url('../images/19_1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.service-card.card-6 {
  background-image: linear-gradient(#0009, #0009), url('../images/34_1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.service-card.card-6:hover {
  background-image: linear-gradient(#f97417e6, #f97417e6), url('../images/34_1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.image-3 {
  -webkit-text-stroke-color: var(--_primitives---opacity--white-50);
  border: 1px solid #cc3939;
}

.code-embed {
  color: var(--_primitives---opacity--white-50);
}

.image-4 {
  color: var(--_primitives---opacity--neutral-darkest-50);
  font-family: Montserrat, sans-serif;
}

.service-svg {
  color: var(--_typography---white);
  width: 70px;
  height: 70px;
  margin-bottom: 40px;
  position: relative;
}

.service-h {
  color: var(--_typography---color);
  text-align: left;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
}

.service-p {
  color: var(--dfdfdf);
  text-align: left;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  line-height: 150%;
  position: relative;
}

.service-p.special-padding {
  margin-right: 40px;
}

.txt-btn {
  background-color: #f9741700;
  border-radius: 10px;
  padding: 15px 10px;
  font-family: Montserrat, sans-serif;
  transition: background-color .25s;
  display: inline-block;
  position: relative;
  bottom: 0;
}

.txt-btn:hover {
  background-color: #27213c;
}

.section-4 {
  background-image: linear-gradient(0deg, #dfdfdfa6 100%, #fff), url('../images/11_1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-bottom: 5px solid #fff;
  font-family: Montserrat, sans-serif;
}

.cell-2, .heading-5 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.heading4-alt {
  color: var(--_typography---white);
  text-align: center;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.section-5 {
  background-color: #27213c;
  border-bottom: 5px solid #fff;
}

.paragraph-5 {
  color: var(--dfdfdf);
  text-align: center;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.container-5 {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.button-orange {
  background-color: var(--_typography---color);
  color: var(--_typography---white);
  border-radius: 10px;
  margin-top: 40px;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  transition: background-color .225s;
  position: relative;
}

.button-orange:hover {
  background-color: var(--_primitives---opacity--white-30);
}

.prozess-block {
  color: var(--_typography---white);
  max-width: 1680px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 0 80px;
  font-family: Montserrat, sans-serif;
}

.code-embed-2 {
  width: 80px;
  height: 80px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.prozess-heading {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 2.2rem;
}

.heading-7 {
  text-align: center;
  margin-bottom: 40px;
}

.paragraph-6 {
  color: var(--dfdfdf);
  text-align: center;
  max-width: 800px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.quick-stack-5 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  color: var(--_typography---primary-blue);
  margin-bottom: 40px;
}

.prozess-card {
  background-color: #d9d9d9b3;
  border-radius: 10px;
  height: 100%;
  padding: 20px;
  box-shadow: 3px 5px 10px 10px #0003;
}

.section-6 {
  font-family: Montserrat, sans-serif;
  position: relative;
}

.background-video-3 {
  object-fit: fill;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.prozess {
  font-family: Montserrat, sans-serif;
  position: relative;
}

.background-video-4 {
  z-index: -1;
  background-image: linear-gradient(#000, #fff);
  height: 100%;
  position: absolute;
  inset: 0%;
}

.paddiingcontainer {
  max-width: 1680px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.overlay-down {
  z-index: -1;
  background-image: linear-gradient(0deg, #1d262c80 100%, #fff);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: absolute;
  inset: 0%;
}

.detail-cell-form {
  color: var(--_typography---primary-blue);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  font-family: Montserrat, sans-serif;
}

.link--forms {
  color: var(--_typography---white);
  text-align: center;
  font-size: 14px;
  text-decoration: none;
}

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

.rl-error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.rl-form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.rl-heading-style-h2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-error-text {
  color: #e23939;
}

.rl_contact1_form-field-wrapper {
  position: relative;
}

.rl-form-input {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.rl-form-input:focus {
  border-color: var(--relume-library-lite--rl-black);
}

.rl-form-input::placeholder {
  color: var(--relume-library-lite--rl-black);
  font-size: 1rem;
}

.rl_contact1_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

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

.rl-checkbox-label-small {
  color: var(--relume-library-lite--rl-black);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.rl_contact1_spacing-block-4 {
  width: 100%;
  padding-bottom: .5rem;
}

.rl_section_contact1 {
  background-color: var(--relume-library-lite--rl-white);
}

.rl-button {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-success-text {
  font-weight: 600;
}

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

.rl-form-text-area {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  height: auto;
  min-height: 11.25rem;
  margin-bottom: 0;
  padding: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  overflow: auto;
}

.rl-form-text-area:focus {
  border-color: var(--relume-library-lite--rl-black);
}

.rl-form-text-area::placeholder {
  color: var(--relume-library-lite--rl-black);
}

.rl-form-checkbox-icon {
  border: 1px solid var(--relume-library-lite--rl-black);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.rl-form-checkbox-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  box-shadow: none;
  background-size: 16px 16px;
}

.rl-form-checkbox-icon.w--redirected-focus {
  border-color: var(--relume-library-lite--rl-black);
  box-shadow: none;
}

.rl-text-style-medium {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_contact1_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl_contact1_spacing-block-3 {
  width: 100%;
  padding-bottom: 3rem;
}

.rl_contact1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-link {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

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

.rl-text-style-subheading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl-padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_contact1_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_contact1_form-block {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 35rem;
  margin-bottom: 0;
}

.rl-field-label {
  color: var(--relume-library-lite--rl-black);
  margin-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.form {
  height: 100%;
}

.form-block {
  color: var(--_typography---primary-blue);
  border: 5px solid #fff;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 33px;
  font-family: Montserrat, sans-serif;
}

.form-name {
  color: var(--_typography---color);
}

.heading-8 {
  margin-bottom: 20px;
  margin-right: 10px;
}

.paragraph-7 {
  max-width: 80%;
  margin-bottom: 20px;
}

.quick-stack-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--_typography---primary-blue);
  padding: 10px;
}

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

.cell-3 {
  color: var(--_typography---white);
  font-family: Montserrat, sans-serif;
}

.section-7 {
  background-color: var(--dfdfdf);
  color: var(--_typography---white);
  background-image: linear-gradient(#0009, #0009), url('../images/15_1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-top: 5px solid #fff;
  font-family: Montserrat, sans-serif;
}

.form-detail-block {
  color: var(--_typography---white);
}

.call-icon-secondary {
  margin-left: 10px;
  margin-right: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.cell-icon-2 {
  background-color: var(--_typography---color);
  color: var(--_typography---white);
  border: 1px solid #f97417;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  margin-right: 20px;
  padding: 10px;
}

.form-cell {
  border: 0 solid #dfdfdf80;
  border-radius: 20px;
  box-shadow: 4px 6px 20px #00000063;
}

.text-field {
  background-color: #fff0;
  border: 1px solid #ffffff80;
  border-radius: 10px;
}

.text-field.border-form {
  color: var(--_typography---primary-blue);
  background-color: #fff;
  border-color: #27213c80;
  height: 40px;
  padding-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
}

.text-field.border-form.last-margin {
  color: var(--_typography---primary-blue);
  border-color: #27213c80;
  margin-bottom: 30px;
}

.text-field-2 {
  color: var(--_typography---primary-blue);
  background-color: #fff;
  border: 1px solid #27213c80;
  border-radius: 10px;
  height: 40px;
  font-size: 18px;
  font-weight: 500;
}

.textarea {
  color: var(--_typography---primary-blue);
  background-color: #fff;
  border: 1px solid #27213c80;
  border-radius: 10px;
  padding-bottom: 40px;
  font-size: 18px;
  font-weight: 500;
}

.formblock-btn {
  height: auto;
  display: flex;
}

.submit-button {
  background-color: var(--_typography---primary-blue);
  opacity: 1;
  color: var(--_typography---white);
  border: 1px solid #fff;
  border-radius: 10px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 500;
  transition: background-color .25s;
}

.submit-button:hover {
  background-color: var(--_typography---color);
  border-color: #f97417;
}

.section-8 {
  background-color: var(--_typography---primary-blue);
  color: var(--_typography---white);
  border-top: 5px solid #fff;
  font-family: Montserrat, sans-serif;
}

.paragraph-8 {
  color: var(--dfdfdf);
  text-align: center;
}

.image-5 {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.heading-10 {
  text-align: center;
  margin-top: 20px;
}

.trenn-vlock {
  border: 1px solid #fff3;
  max-width: 1680px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
}

.footer-cell {
  padding-top: 0;
  padding-bottom: 20px;
}

.footer-cell-link {
  flex-flow: row;
  padding: 0 20px 20px 40px;
}

.link-copy {
  color: var(--_typography---white);
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
}

.link-3 {
  font-size: 16px;
  text-decoration: none;
}

.div-block-7 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.quick-stack-7 {
  padding-top: 20px;
}

.cell-4 {
  justify-content: center;
  align-items: flex-start;
}

.paddiingcontainer-contact {
  max-width: 1680px;
  padding: 80px 100px;
}

.div-block-5-copy, .prozess-card-2, .prozess-card-3, .prozess-card-4 {
  background-color: #d9d9d9b3;
  border-radius: 10px;
  height: 100%;
  padding: 20px;
  box-shadow: 3px 5px 10px 10px #0003;
}

.prozess-heading-2, .prozess-heading-3 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 2.2rem;
}

.prozess-heading-copy {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.prozess-heading-4 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 2.2rem;
}

.paragraph-leistung {
  color: var(--_typography---primary-blue);
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.padding-wrap {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1680px;
  height: 100%;
  padding-top: 0;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  position: relative;
}

.section-9 {
  background-image: linear-gradient(#0009, #0009), url('../images/IMG-20250710-WA0039_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 100vh;
  position: relative;
}

.body-2 {
  background-color: var(--_typography---primary-blue);
  font-family: Montserrat, sans-serif;
}

.service-heading {
  color: var(--_typography---white);
  text-align: center;
  margin-bottom: 20px;
}

.service-head-p {
  color: var(--_typography---white);
  text-align: center;
  max-width: 800px;
  font-size: 18px;
}

.div-block-8 {
  border: 5px solid var(--_primitives---colors--white);
  background-color: #27213c;
  width: 500px;
  height: 150px;
  position: relative;
  bottom: -50px;
}

.section-10 {
  background-color: var(--_typography---primary-blue);
  border-top: 0 solid #fff;
  border-bottom: 0 solid #fff;
  position: relative;
  overflow: hidden;
}

.div-block-9 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1680px;
  margin-top: 60px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-10 {
  max-width: 1000px;
  margin-right: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.image-6 {
  border: 0px solid var(--_typography---white);
  border-radius: 20px;
  padding: 0;
  box-shadow: 8px 10px 20px 5px #27213c;
}

.div-block-11 {
  background-color: var(--_typography---white);
  color: var(--_typography---primary-blue);
  border: 15px solid #dfdfdf;
  border-radius: 20px;
  max-width: 700px;
  height: 50%;
  margin-left: -189px;
  padding: 60px 20px;
  position: relative;
}

.padding-wrap--service {
  background-color: #fff0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1680px;
  height: 100%;
  margin-top: 60px;
  padding: 0 80px 60px;
  display: flex;
  position: relative;
}

.code-embed-3 {
  height: 60vh;
}

.cell-5 {
  justify-content: center;
  align-items: flex-end;
}

.div-block-12 {
  z-index: 3;
  position: relative;
}

.div-block-13 {
  z-index: -1;
  background-color: #fff;
  border-radius: 15px;
  position: absolute;
  inset: 2% 3%;
  overflow: hidden;
}

.div-block-13.new-style {
  background-color: #27213c;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.form-block-iphone {
  color: var(--_typography---white);
  border: 0 solid #0000;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 33px;
  font-family: Montserrat, sans-serif;
}

.heading-11 {
  color: var(--_typography---color);
  font-family: Montserrat, sans-serif;
  font-size: 22px;
}

.iphone-form {
  z-index: 3;
  position: relative;
}

.hero-service-container {
  color: var(--_typography---white);
  text-align: center;
}

.link-4 {
  background-image: linear-gradient(#27213cb3, #27213cb3);
  border: 1px solid #fff0;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 16px;
  text-decoration: none;
  display: inline-block;
}

.link-4:hover {
  color: var(--_typography---color);
  background-color: #27213c;
  background-image: none;
  border: 1px solid #f97417;
  border-radius: 5px;
  padding: 10px 16px;
}

.heading-12 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  line-height: .8;
}

.heading-12.hallenbau-h {
  text-align: left;
}

.paragraph-9 {
  text-align: left;
  margin-bottom: 20px;
  padding-right: 0;
}

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

.mask {
  max-height: 400px;
}

.slider {
  height: 400px;
  margin-top: 60px;
}

.slider-2 {
  max-width: 1000px;
}

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

.image-slide-1 {
  object-fit: cover;
  background-image: url('../images/IMG-20250710-WA0033_1.avif');
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
}

.slider-3 {
  background-color: #27213c;
  border: 10px solid #27213c;
  border-radius: 15px;
  width: 600px;
  height: 350px;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-right: -140px;
  position: relative;
  box-shadow: 10px 10px 5px #0003;
}

.image-slide-2 {
  object-fit: cover;
  background-image: url('../images/IMG-20250710-WA0039_1.avif');
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
}

.image-slide-3 {
  object-fit: cover;
  background-image: url('../images/IMG-20250710-WA0033_1.avif');
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
}

.zhumbnail-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.thumbnail-1 {
  width: 80px;
}

.thumbnail-2 {
  cursor: pointer;
  width: 80px;
}

.thumbnail-3 {
  width: 80px;
}

.c-img-gallery {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.c-img-gallery-main {
  margin-bottom: 20px;
}

.img-gallery-subs-slide {
  background-image: url('../images/IMG-20250710-WA0098_1.avif');
  background-position: 0 0;
  background-size: auto;
  width: 33.33%;
  padding: 5px;
  overflow: hidden;
}

.c-sub-img-feed-item {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.c-main-img-lightbox {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.c-img-feed {
  display: none;
}

.img-gallery-main {
  background-color: #0000;
  height: 450px;
}

.sub-img-feed-item {
  opacity: .5;
  cursor: pointer;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 3px solid #131313;
  width: 100%;
  height: 100%;
  transition: all .25s;
  position: relative;
}

.sub-img-feed-item:hover {
  opacity: 1;
  border-color: #eee;
}

.c-img-gallery-subs-dots, .img-gallery-main-arrow {
  display: none;
}

.cloneable-area {
  min-height: 50vh;
}

.c-img-gallery-sub {
  position: relative;
  overflow: hidden;
}

._w-sub-img-feed-item {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.c-img-gallery-main-icon {
  display: none;
}

.main-img-overlay-icon {
  width: 5%;
}

.img-gallery-main-slide {
  background-image: url('../images/IMG-20250710-WA0103_1.avif');
  background-position: 0 0;
  background-size: auto;
}

.c-img-gallery-main-dots {
  display: none;
}

.img-gallery-subs {
  background-color: #131313;
  height: 200px;
}

.c-main-img-overlay-lightbox {
  z-index: 10;
  background-color: #131313bf;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.c-main-img-feed-item {
  width: 100%;
  height: 100%;
  position: relative;
}

.img-gallery-main-slide-2, .img-gallery-main-slide-3, .img-gallery-main-slide-4 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.service-block-1 {
  z-index: 1;
  justify-content: flex-start;
  max-width: 1440px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.div-block-15 {
  background-color: #ffffffe6;
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/30_1.avif');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 220px;
  padding-right: 100px;
  display: flex;
  box-shadow: 10px 10px 5px #0003;
}

.mask-2 {
  border-radius: 0;
  min-height: 400px;
}

.heading-13 {
  color: var(--_typography---color);
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.service-section-1 {
  background-color: var(--_typography---primary-blue);
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
}

.service-block-2 {
  z-index: 1;
  justify-content: flex-start;
  max-width: 1440px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.service-slider-2 {
  background-color: #27213c;
  border: 10px solid #27213c;
  border-radius: 20px;
  width: 600px;
  height: 350px;
  margin: 60px 0 60px -140px;
  position: relative;
  box-shadow: -10px 10px 5px #0003;
}

.image-10 {
  z-index: -1;
  height: auto;
  position: absolute;
  inset: -100px -150px 0% auto;
}

.image-11 {
  z-index: -1;
  height: auto;
  position: absolute;
  inset: -70px auto auto -120px;
}

.service-block-3 {
  z-index: 1;
  justify-content: flex-start;
  max-width: 1440px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.service-text-2 {
  background-color: #ffffffe6;
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/30_2.avif');
  background-position: 0 0, 0 100%;
  background-size: auto, cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 100px;
  padding-right: 220px;
  display: flex;
  box-shadow: -10px 10px 5px #0003;
}

.service-slider-3 {
  background-color: #27213c;
  border: 10px solid #27213c;
  border-radius: 15px;
  width: 600px;
  height: 350px;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-right: -140px;
  position: relative;
  box-shadow: 10px 10px 5px #0003;
}

.service-text-3 {
  background-color: #ffffffe6;
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/Design-ohne-Titel-2_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 220px;
  padding-right: 100px;
  display: flex;
  box-shadow: 10px 10px 5px #0003;
}

.image-12 {
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-13 {
  z-index: -1;
  height: auto;
  position: absolute;
  inset: -70px -40px -50px -120px;
}

.paragraph-10 {
  color: var(--_typography---white);
  margin-bottom: 20px;
  padding-right: 0;
}

.paragraph-11 {
  color: var(--_typography---white);
  margin-bottom: 20px;
}

.image-14 {
  z-index: 0;
  height: auto;
  position: absolute;
  top: -100px;
  left: -150px;
  overflow: hidden;
}

.image-15 {
  z-index: -1;
  height: auto;
  position: absolute;
  inset: -70px -120px auto auto;
}

.image-16 {
  z-index: 0;
  opacity: 1;
  height: auto;
  position: absolute;
  top: -100px;
  right: -150px;
  overflow: hidden;
}

.quick-stack-service {
  width: 100%;
}

.udesly-menu-links.udesly-margin-right {
  margin-right: 16px;
}

.udesly-button-navigation-secondary {
  color: #fff;
  background-color: #0000;
  border-radius: 6px;
  flex: none;
  min-height: 40px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: background-color .25s ease-out;
}

.udesly-button-navigation-secondary:hover {
  background-color: #f97417;
}

.udesly-navigation-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.udesly-navigation-buttons.udesly-align-right {
  border-left: 1px solid #e6e6e6;
  padding-left: 20px;
}

.udesly-container-navigation {
  opacity: 1;
  color: var(--_typography---white);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.udesly-navigation {
  background-color: var(--_typography---primary-blue);
  opacity: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  width: 100%;
  padding: 10px 80px;
  font-family: Montserrat, sans-serif;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 7px 5px #0003;
}

.udesly-menu-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: none;
}

.udesly-button-navigation {
  color: #fff;
  background-color: #27213c;
  border-radius: 6px;
  flex: none;
  min-height: 40px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: background-color .25s ease-out;
}

.udesly-button-navigation:hover {
  background-color: #f97417;
}

.udesly-nav-link {
  color: #fff;
  text-align: center;
  border: 1px solid #0000;
  border-radius: 6px;
  min-height: 40px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: all .25s ease-out;
}

.udesly-nav-link:hover {
  color: #f97417;
  border: 1px solid #f97417;
}

.udesly-nav-link.w--current {
  color: #f97417;
  border-bottom-color: #f97417;
  border-radius: 0;
  transition-property: all;
}

.udesly-nav-link.w--current:hover {
  border-radius: 6px;
}

.udesly-nav-link.udesly-dropdown {
  padding-right: 32px;
}

.udesly-nav-link.udesly-dropdown:hover {
  color: #f97417;
  border-color: #f97417;
}

.udesly-nav-content-container {
  display: flex;
}

.udesly-icon-circle-wrapper {
  background-color: #f2f2f2;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 35px;
  max-width: 35px;
  height: 35px;
  min-height: 35px;
  margin-bottom: 0;
  margin-right: 10px;
  display: flex;
}

.udesly-dropdown-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.udesly-dropdown-link-title {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

.udesly-dropdown-link {
  background-color: var(--_typography---primary-blue);
  opacity: 1;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 250px;
  padding: 20px 0;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.udesly-dropdown-link:hover {
  background-color: var(--_typography---color);
  border-radius: 0;
}

.udesly-dropdown-arrow {
  margin-right: 15px;
  font-size: 12px;
}

.udesly-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #27213c;
  flex-direction: column;
  display: flex;
}

.udesly-dropdown-icon {
  width: 20px;
}

.image-17 {
  width: 100%;
  height: 70px;
  transition: transform .225s;
}

.image-17:hover {
  transform: scale(1.1);
}

.div-block-16 {
  background-color: #27213c;
  margin-top: 24px;
}

.paragraph-12 {
  color: var(--_typography---white);
  margin-bottom: 20px;
}

.lottie-animation {
  width: 50%;
}

.section-11 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.dropdown-list, .dropdown-list-2 {
  background-color: #27213c;
}

.service-block-4 {
  z-index: 1;
  justify-content: flex-start;
  max-width: 1440px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.service-slider-4 {
  background-color: #27213c;
  border: 10px solid #27213c;
  border-radius: 20px;
  width: 600px;
  height: 350px;
  margin: 60px 0 60px -140px;
  position: relative;
  box-shadow: -10px 10px 5px #0003;
}

.image-18 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 100% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
}

.service-text-4 {
  background-color: #ffffffe6;
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/4_1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 100px;
  padding-right: 220px;
  display: flex;
  box-shadow: -10px 10px 5px #0003;
}

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

.service-btn {
  text-align: center;
  cursor: pointer;
  color: #1f2937;
  background-color: #f97417;
  border-radius: 8px;
  padding: 16px 32px;
  font-weight: 700;
  text-decoration: none;
  transition-property: box-shadow, background-color, transform;
  transition-duration: .3s, .3s, .3s;
  transition-timing-function: ease, ease, ease;
  display: inline-block;
}

.service-btn:hover {
  background-color: #eab308;
  transform: translate(0, -2px);
  box-shadow: 0 6px 5px #0006;
}

.image-19 {
  z-index: 1;
  object-fit: cover;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  height: 100%;
  position: relative;
}

.text-block-3 {
  font-size: 18px;
}

.div-block-18 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 17px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  display: grid;
}

.div-block-18.service-card-wrapper {
  margin-top: 94px;
}

.div-block-18.service-card-wrapper.hochbau {
  place-items: center;
  transition: box-shadow .3s;
  position: relative;
  box-shadow: 0 6px 20px #00000094;
}

.div-block-18.service-card-wrapper.hochbau:hover {
  box-shadow: none;
}

.service-card-text {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--_typography---white);
  background-color: #2c303a;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  flex-flow: column;
  height: 100%;
  padding: 32px;
  display: flex;
  position: relative;
}

.icon-line {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-line.icon-line--ready {
  margin-bottom: 10px;
}

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

.service-card-image {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.icon-check {
  margin-right: 10px;
  display: flex;
}

.padding-wrap-second {
  background-color: #27213c;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1680px;
  height: 100%;
  padding: 60px 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.padding-wrap-firs {
  background-color: #2c303a;
  background-image: linear-gradient(20deg, #27213c 40%, #f97417);
  border-bottom: 5px solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1680px;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 140px 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.slider-card-1 {
  background-color: #27213c;
  border: 10px solid #27213c;
  border-radius: 15px;
  width: 600px;
  height: 350px;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-right: -140px;
  position: relative;
  box-shadow: 10px 10px 5px #0003;
}

.slider-card-1.full-witdh {
  border-width: 0;
  border-radius: 0;
  width: auto;
  height: auto;
  max-height: 700px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.slider-service-1 {
  background-color: #27213c;
  border: 10px solid #27213c;
  border-radius: 15px;
  width: 600px;
  height: 350px;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-right: -140px;
  position: relative;
  box-shadow: 10px 10px 5px #0003;
}

.slider-service-1.full-witdh-copy {
  border-width: 0;
  border-radius: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.service-container-intro {
  color: var(--_typography---white);
  text-align: left;
  margin-left: 0;
}

.ready-container-second {
  border-top: 0 solid #fff;
  border-bottom: 5px solid var(--_primitives---opacity--white-60);
  background-color: #27213c;
  background-image: none;
  background-position: 0 0;
  position: relative;
}

.paragraph-13.paragraph-5.ready-project {
  text-align: left;
}

.icon-line--ready {
  color: var(--_typography---white);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.ready-inner-block {
  text-align: center;
  margin: 40px 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.padding-wrap-ready {
  z-index: 2;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 1680px;
  height: 100%;
  padding-top: 0;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  position: relative;
}

.image-20 {
  z-index: 0;
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.overlay-half {
  z-index: 1;
  object-fit: fill;
  background-image: linear-gradient(0deg, #27213c, #2b2f3a00), linear-gradient(80deg, #2c303a 40%, #fff0);
  position: absolute;
  inset: 0%;
}

.cell-6 {
  border-bottom: 5px solid #c6c6c6;
  justify-content: flex-start;
  align-items: flex-start;
}

.service-container-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 17px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  display: grid;
}

.service-container-1.service-card-wrapper {
  margin-top: 94px;
}

.service-container-1.service-card-wrapper.hochbau {
  grid-template-columns: 1fr 1fr;
  place-items: center;
  transition: box-shadow .3s;
  position: relative;
  box-shadow: 0 6px 20px #00000094;
}

.service-container-1.service-card-wrapper.hochbau:hover {
  box-shadow: none;
}

.service-container-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 17px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  display: grid;
}

.service-container-2.service-card-wrapper {
  margin-top: 94px;
}

.service-container-2.service-card-wrapper.hochbau {
  place-items: center;
  transition: box-shadow .3s;
  position: relative;
  box-shadow: 0 6px 20px #00000094;
}

.service-container-2.service-card-wrapper.hochbau:hover {
  box-shadow: none;
}

.service-container-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 17px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  display: grid;
}

.service-container-3.service-card-wrapper {
  margin-top: 94px;
}

.service-container-3.service-card-wrapper.hochbau {
  place-items: center;
  transition: box-shadow .3s;
  position: relative;
  box-shadow: 0 6px 20px #00000094;
}

.service-container-3.service-card-wrapper.hochbau:hover {
  box-shadow: none;
}

.service-container-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 17px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  display: grid;
}

.service-container-4.service-card-wrapper {
  margin-top: 94px;
}

.service-container-4.service-card-wrapper.hochbau {
  place-items: center;
  transition: box-shadow .3s;
  position: relative;
  box-shadow: 0 6px 20px #00000094;
}

.service-container-4.service-card-wrapper.hochbau:hover {
  box-shadow: none;
}

.service-container-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 17px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  display: grid;
}

.service-container-5.service-card-wrapper {
  margin-top: 94px;
}

.service-container-5.service-card-wrapper.hochbau {
  place-items: center;
  transition: box-shadow .3s;
  position: relative;
  box-shadow: 0 6px 20px #00000094;
}

.service-container-5.service-card-wrapper.hochbau:hover {
  box-shadow: none;
}

.lottie-animation-2 {
  background-color: #fff0;
  width: 50%;
  position: static;
  inset: 0%;
}

.loading-overlay {
  z-index: 9990;
  background-color: #231d37;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
  position: fixed;
  inset: 0%;
}

.image-21 {
  width: 100%;
  height: 100%;
}

.loading-overlay-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.link-block-2 {
  text-decoration: none;
}

.cell-8 {
  justify-content: center;
  align-items: center;
}

.contact-section {
  z-index: 4;
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_typography---white);
  background-image: none;
  background-position: 0 0;
  border-top: 0 solid #fff;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.div-contact {
  z-index: 1;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.div-contact.hero-section-anim {
  padding-left: 60px;
  padding-right: 60px;
}

.div-contact.hero-section-contact {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.paddiing-contact-form {
  color: var(--_primitives---opacity--transparent);
  max-width: 1680px;
  padding: 80px 100px;
}

.overlay-hero-home {
  z-index: 3;
  background-image: linear-gradient(#0009, #0009);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: absolute;
  inset: 0%;
}

.form-block-contact {
  color: var(--_typography---white);
  border: 5px solid #fff;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  box-shadow: 10px 10px 5px #27213c80;
}

.cell-contact {
  color: var(--_typography---white);
  font-family: Montserrat, sans-serif;
}

.hero-info-contact-div {
  z-index: 5;
  background-color: #f97417;
  border-top: 5px solid #fff;
  border-bottom: 0 solid #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 80px;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.para-contact {
  max-width: 80%;
  margin-bottom: 20px;
  font-size: 16px;
}

.contactstack {
  color: var(--_typography---primary-blue);
  padding-left: 0;
  padding-right: 0;
}

.schnelllinks {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: var(--_typography---primary-blue);
  padding: 10px;
}

.location-heading-contact {
  color: var(--_typography---white);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.link-forms-contact {
  color: var(--_typography---white);
  text-align: center;
  font-size: 14px;
  text-decoration: none;
}

.code-embed-4 {
  color: var(--_typography---primary-blue);
  width: 70px;
  max-width: 100%;
  height: 70px;
  padding-left: 10px;
  padding-right: 10px;
}

.ready--home-div {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.ready-container-home {
  background-color: #27213c;
  border-bottom: 5px solid #fff;
  padding-left: 80px;
  padding-right: 80px;
}

.location-heading-home {
  font-size: 20px;
}

.contact-home-h {
  margin-bottom: 20px;
}

.contact-p-home {
  max-width: 80%;
  margin-bottom: 20px;
}

.form-block-home {
  color: var(--_typography---primary-blue);
  background-color: #27213c;
  border: 5px solid #fff;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 33px;
  font-family: Montserrat, sans-serif;
  box-shadow: 10px 10px 5px #27213c80;
}

.text-field-home {
  background-color: #fff0;
  border: 1px solid #ffffff80;
  border-radius: 10px;
}

.text-field-home.border-form {
  color: var(--_typography---primary-blue);
  background-color: #fff;
  border-color: #27213c80;
  height: 40px;
  font-size: 18px;
  font-weight: 500;
}

.text-field-home.border-form.last-margin {
  color: var(--_typography---primary-blue);
  border-color: #27213c80;
  margin-bottom: 30px;
}

.text-field-home.border-form--home {
  color: var(--_typography---primary-blue);
  background-color: #fff;
  border-color: #27213c;
  height: 40px;
  font-size: 18px;
  font-weight: 500;
}

.text-field-home.border-form--home.last-margin {
  color: var(--_typography---primary-blue);
  border-color: #27213c80;
  margin-bottom: 30px;
}

.text-field-home.border-form--home.margin-10 {
  margin-bottom: 40px;
}

.textarea-home {
  color: var(--_typography---primary-blue);
  background-color: #fff;
  border: 1px solid #27213c;
  border-radius: 10px;
  padding-bottom: 60px;
  font-size: 18px;
  font-weight: 500;
}

.holz-img-1 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 100% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
}

.holz-img-2 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
}

.holz-img-3 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 70% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
}

.bad-img-1, .bad-img-2, .bad-img-3, .anbau-img-1, .anbau-img-2 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 100% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
}

.anbau-img-3 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
}

.slider-service-2 {
  background-color: #27213c;
  border: 10px solid #27213c;
  border-radius: 15px;
  width: 600px;
  height: 350px;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-right: -140px;
  position: relative;
  box-shadow: 10px 10px 5px #0003;
}

.slider-service-2.full-witdh-copy {
  border-width: 0;
  border-radius: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.wood-img-1 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 100% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
}

.wood-img-2 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 80% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
}

.wood-img-3 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
}

.image-slide-4 {
  object-fit: cover;
  background-image: url('../images/IMG-20250710-WA0033_1.avif');
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
}

.hero-services-tmp {
  background-image: linear-gradient(#0009, #0009), url('../images/33_1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  height: 100vh;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.hero-template-container {
  color: var(--_typography---white);
  text-align: left;
  max-width: 640px;
  margin-left: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
}

.back-link {
  background-color: #fff0;
  border: 1px solid #fff0;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 16px;
  text-decoration: none;
  display: inline-block;
}

.back-link:hover {
  color: var(--_typography---color);
  background-color: #27213c;
  background-image: none;
  border: 1px solid #f97417;
  border-radius: 5px;
  padding: 10px 16px;
}

.lottie-animation-3 {
  height: 40px;
}

.link-block-3 {
  background-color: #27213c;
  justify-content: flex-start;
  align-items: center;
  display: inline-block;
}

.link-block-3.back-link {
  border-width: 0;
  margin-left: 0;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  transition: background-color .225s;
}

.link-block-3.back-link:hover {
  color: var(--_typography---white);
  background-color: #f97417;
}

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

.button-block {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-block-3-copy.back-link {
  margin-left: 10px;
  margin-right: 10px;
}

.link-block-3-copy.back-link-copy {
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 16px;
}

.padding-wrap-first-temp {
  background-color: #2c303a;
  background-image: linear-gradient(20deg, #27213c 40%, #f97417);
  border-bottom: 5px solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1680px;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 140px 80px;
  font-family: Montserrat, sans-serif;
  display: block;
  position: relative;
  overflow: hidden;
}

.padding-wrap-second-temp {
  background-color: #e0daf200;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1680px;
  height: 100%;
  padding: 100px 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.cell2-temp {
  justify-content: center;
  align-items: center;
}

.service-container-intro-temp {
  color: var(--_typography---white);
  text-align: left;
  margin-left: 0;
}

.heading-temp {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.paragraph--temp {
  margin-bottom: 20px;
  padding-right: 60px;
}

.service-container-1-temp {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 17px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  display: grid;
}

.service-container-1-temp.service-card-wrapper {
  margin-top: 94px;
}

.service-container-1-temp.service-card-wrapper.hochbau {
  grid-template-columns: 1fr 1fr;
  place-items: center;
  transition: box-shadow .3s;
  position: relative;
  box-shadow: 0 6px 20px #00000094;
}

.service-container-1-temp.service-card-wrapper.hochbau:hover {
  box-shadow: none;
}

.service-container-2-temp {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 17px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  display: grid;
}

.service-container-2-temp.service-card-wrapper {
  margin-top: 94px;
}

.service-container-2-temp.service-card-wrapper.hochbau {
  place-items: center;
  transition: box-shadow .3s;
  position: relative;
  box-shadow: 0 6px 20px #00000094;
}

.service-container-2-temp.service-card-wrapper.hochbau:hover {
  box-shadow: none;
}

.service-container-3-temp {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 17px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  display: grid;
}

.service-container-3-temp.service-card-wrapper {
  margin-top: 94px;
}

.service-container-3-temp.service-card-wrapper.hochbau {
  place-items: center;
  transition: box-shadow .3s;
  position: relative;
  box-shadow: 0 6px 20px #00000094;
}

.service-container-3-temp.service-card-wrapper.hochbau:hover {
  box-shadow: none;
}

.service-container-4-temp {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 17px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  display: grid;
}

.service-container-4-temp.service-card-wrapper {
  margin-top: 94px;
}

.service-container-4-temp.service-card-wrapper.hochbau {
  place-items: center;
  transition: box-shadow .3s;
  position: relative;
  box-shadow: 0 6px 20px #00000094;
}

.service-container-4-temp.service-card-wrapper.hochbau:hover {
  box-shadow: none;
}

.service-container-5-temp {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 17px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  display: grid;
}

.service-container-5-temp.service-card-wrapper {
  margin-top: 94px;
}

.service-container-5-temp.service-card-wrapper.hochbau {
  place-items: center;
  transition: box-shadow .3s;
  position: relative;
  box-shadow: 0 6px 20px #00000094;
}

.service-container-5-temp.service-card-wrapper.hochbau:hover {
  box-shadow: none;
}

.service-card-image-temp {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slider-service-1-temp {
  background-color: #27213c;
  border: 10px solid #27213c;
  border-radius: 15px;
  width: 600px;
  height: 350px;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-right: -140px;
  position: relative;
  box-shadow: 10px 10px 5px #0003;
}

.slider-service-1-temp.full-witdh-copy {
  border-width: 0;
  border-radius: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.service-card-text-temp {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--_typography---white);
  background-color: #2c303a;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  flex-flow: column;
  height: 100%;
  padding: 32px;
  display: flex;
  position: relative;
}

.link--btn-temp {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}

.service-container-1-energie {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 17px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  display: grid;
}

.service-container-1-energie.service-card-wrapper {
  margin-top: 94px;
}

.service-container-1-energie.service-card-wrapper.hochbau {
  grid-template-columns: 1fr 1fr;
  place-items: center;
  transition: box-shadow .3s;
  position: relative;
  box-shadow: 0 6px 20px #00000094;
}

.service-container-1-energie.service-card-wrapper.hochbau:hover {
  box-shadow: none;
}

.service-card-image-energie {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.service-card-text-energie {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--_typography---white);
  background-color: #2c303a;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  flex-flow: column;
  height: 100%;
  padding: 32px;
  display: flex;
  position: relative;
}

.slider-service-1-energie {
  background-color: #27213c;
  border: 10px solid #27213c;
  border-radius: 15px;
  width: 600px;
  height: 350px;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-right: -140px;
  position: relative;
  box-shadow: 10px 10px 5px #0003;
}

.slider-service-1-energie.full-witdh-copy {
  border-width: 0;
  border-radius: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.service-container-2-energie {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 17px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  display: grid;
}

.service-container-2-energie.service-card-wrapper {
  margin-top: 94px;
}

.service-container-2-energie.service-card-wrapper.hochbau {
  grid-template-columns: 1fr 1fr;
  place-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  transition: box-shadow .3s;
  position: relative;
  box-shadow: 0 6px 20px #00000094;
}

.service-container-2-energie.service-card-wrapper.hochbau:hover {
  box-shadow: none;
}

.service-container-3-energie {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 17px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  display: grid;
}

.service-container-3-energie.service-card-wrapper {
  margin-top: 94px;
}

.service-container-3-energie.service-card-wrapper.hochbau {
  grid-template-columns: 1fr 1fr;
  place-items: center;
  margin-bottom: 220px;
  transition: box-shadow .3s;
  position: relative;
  box-shadow: 0 6px 20px #00000094;
}

.service-container-3-energie.service-card-wrapper.hochbau:hover {
  box-shadow: none;
}

.heading-14 {
  font-family: Montserrat, sans-serif;
}

.service-heading-energie {
  color: var(--_typography---white);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
}

.div-block-21 {
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: relative;
}

.lottie-animation-4 {
  width: 50%;
  position: absolute;
  inset: 0% 50% auto;
}

.lottie-animation-5 {
  border-bottom: 5px solid #fff;
}

.bold-text-2 {
  font-size: 34px;
}

.link-block-4 {
  background-color: #27213c;
  justify-content: flex-start;
  align-items: center;
  display: inline-block;
}

.link-block-4.back-link {
  background-color: #f97417ad;
  border-width: 0;
  margin-left: 0;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.link-block-4.back-link:hover {
  color: var(--_typography---white);
  background-color: #27213c;
  border-width: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.text-block-7 {
  font-size: 16px;
}

.padding-wrap-energie {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1680px;
  height: 100%;
  padding-top: 0;
  padding-left: 80px;
  padding-right: 80px;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: relative;
}

.paragraph-ready {
  color: var(--dfdfdf);
  text-align: left;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.code-embed-5, .code-embed-6 {
  color: var(--_typography---primary-blue);
  height: 25px;
}

.error-message {
  background-color: #f96600;
  border-radius: 10px;
}

.text-block-9 {
  color: var(--_typography---white);
  text-align: center;
  font-size: 18px;
}

.link-block-3-copy {
  background-color: #27213c;
  justify-content: flex-start;
  align-items: center;
  display: inline-block;
}

.link-block-3-copy.back-link {
  background-color: #f97417;
  border-width: 0;
  margin-left: 0;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.link-block-3-copy.back-link:hover {
  color: var(--_typography---white);
  background-color: #f97417;
}

.text-span-3 {
  color: var(--_typography---color);
}

.service-part-1 {
  background-color: #27213c;
  background-image: linear-gradient(#27213c, #2c303a);
}

.service-part-2 {
  background-color: #2c303a;
  background-image: linear-gradient(#2c303a, #27213c);
}

.service-part-3 {
  background-color: #27213c;
  background-image: linear-gradient(#27213c, #2c303a);
}

.slide-1 {
  background-image: url('../images/daemmung-ingolstadt-01.avif');
  background-position: 0 0;
  background-size: cover;
}

.slide-1.abdichtung-ingolstadt-01 {
  background-image: url('../images/abdichtung-ingolstadt-02.avif');
}

.slide-1.hallenbau-ingolstadt-01 {
  background-image: url('../images/hallenbau-ingolstadt-05.avif');
}

.slide-1.fenster-ingolstadt-01 {
  background-image: url('../images/daemmung-ingolstadt-05.avif');
  background-position: 0%;
}

.slide-1.gartenbau-ingolstadt-01 {
  background-image: url('../images/plasterstein-ingolstadt-01.avif');
}

.slide-2 {
  background-image: url('../images/daemmung-ingolstadt-02.avif');
  background-position: 0 0;
  background-size: cover;
}

.slide-2.window01 {
  background-image: url('../images/fenster-ingolstadt-04.avif');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.slide-2.abdichtung-ingolstadt-02 {
  background-image: url('../images/4-min_1.avif');
}

.slide-2.hallenbau-ingolstadt-02 {
  background-image: url('../images/hallenbau-ingolstadt-03.avif');
}

.slide-2.gartenbau-ingolstadt-02 {
  background-image: url('../images/plasterstein-ingolstadt-02.png');
}

.slide-3 {
  background-image: url('../images/abdichtung-ingolstadt-01.avif');
  background-position: 0 0;
  background-size: cover;
}

.slide-3.window-03 {
  background-image: url('../images/fenster-ingolstadt-10.avif');
  background-position: 50%;
}

.slide-3.daemmung-ingolstadt-03 {
  background-image: url('../images/daemmung-ingolstadt-07_1.avif');
}

.slide-3.hallenbau-ingolstadt-03 {
  background-image: url('../images/hallenbau-ingolstadt-06.avif');
}

.slide-3.gartenbau-ingolstadt-03 {
  background-image: url('../images/gartenbau-ingolstadt-07.avif');
}

.slide-4 {
  background-image: url('../images/daemmung-ingolstadt-06.avif');
  background-position: 0 0;
  background-size: cover;
}

.slide-4.garden01 {
  background-image: url('../images/gartenbau-ingolstadt-01.avif');
}

.slide-4.abdichtung-ingolstadt-04 {
  background-image: url('../images/abdichtung-ingolstadt-03.avif');
}

.slide-4.hallenbau-ingolstadt-04 {
  background-image: url('../images/hallenbau-ingolstadt-01.avif');
}

.slide-4.fenster-ingolstadt-04 {
  background-image: url('../images/fenster-ingolstadt-03.avif');
}

.slide-5 {
  background-image: url('../images/15_2.avif');
  background-position: 0 0;
  background-size: cover;
}

.slide-5.garden02 {
  background-image: url('../images/gartenbau-ingolstadt-02.png');
}

.slide-5.abdichtung-ingolstadt-05 {
  background-image: url('../images/abdichtung-ingolstadt-04.avif');
}

.slide-5.hallenbau-ingolstadt-05 {
  background-image: url('../images/hallenbau-ingolstadt-02.avif');
}

.slide-5.fenster-ingolstadt-05 {
  background-image: url('../images/balkon-ingolstadt-01.avif');
}

.slide-6 {
  background-image: url('../images/fenster-ingolstadt-10.avif');
  background-position: 0 0;
  background-size: cover;
}

.slide-6.garden03 {
  background-image: url('../images/gartenbau-ingolstadt-03.avif');
}

.slide-6.daemmung-ingolstadt-06 {
  background-image: url('../images/daemmung-ingolstadt-07.avif');
}

.slide-6.abdichtung-ingolstadt-06 {
  background-image: url('../images/daemmung-ingolstadt-03.avif');
}

.slide-6.fenster-ingolstadt-06 {
  background-image: url('../images/fenster-ingolstadt-05.avif');
}

.slide-7 {
  background-image: url('../images/beratung-ingolstadt.avif');
  background-position: 0 0;
  background-size: cover;
}

.slide-7.schimmel-behandlung.abdichtung-ingolstadt-07 {
  background-image: url('../images/abdichtung-ingolstadt-05.avif');
}

.slide-7.wall02 {
  background-image: url('../images/zaun-ingolstadt-01.avif');
}

.slide-7.geruest-ingolstadt-01 {
  background-image: url('../images/geruestverleih-ingolstadt-01.avif');
}

.slide-7.rolladen-ingolstadt-01 {
  background-image: url('../images/rolladen-ingolstadt-01.avif');
}

.slide-8 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-8.wall01 {
  background-image: url('../images/zaun-ingolstadt-02.avif');
  background-size: cover;
}

.slide-8.abdichtung-ingolstadt-08 {
  background-image: url('../images/abdichtung-ingolstadt-06.avif');
  background-size: cover;
}

.slide-8.geruest-ingolstadt-02 {
  background-image: url('../images/geruest-ingolstadt-03.avif');
  background-size: cover;
}

.slide-8.rolladen-ingolstadt-02 {
  background-image: url('../images/rolladen-ingolstadt-01_1.avif');
  background-position: 50%;
  background-size: cover;
}

.lottie-animation--water {
  border-bottom: 5px solid #fff;
}

.bold-text-4 {
  font-family: Montserrat, sans-serif;
}

.hero-proof-tmp {
  background-image: linear-gradient(#0009, #0009), url('../images/32_1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  height: 100vh;
  position: relative;
}

.hero-proof-tmp.halle {
  background-image: linear-gradient(#0009, #0009), url('../images/19_3.avif');
}

.hero-proof-tmp.door {
  background-image: linear-gradient(#0009, #0009), url('../images/IMG-20250710-WA0028_1.avif');
}

.hero-proof-tmp.garden {
  background-image: linear-gradient(#0009, #0009), url('../images/gartenbau-ingolstadt-09.avif');
}

.text-span-5, .text-span-6 {
  color: var(--_typography---color);
}

.text-span-7 {
  color: var(--_typography---primary-blue);
}

.lottie-animation--hall {
  border-bottom: 5px solid #fff;
}

.text-span-8 {
  color: var(--_typography---white);
}

.text-span-9 {
  color: var(--_typography---primary-blue);
}

.text-span-10 {
  color: var(--_typography---color);
}

.text-span-11 {
  color: var(--_typography---primary-blue);
}

.text-span-12 {
  color: var(--_typography---color);
}

.lottie-animation--door {
  border-bottom: 5px solid #fff;
}

.text-span-13 {
  color: var(--_typography---primary-blue);
}

.text-span-14 {
  color: var(--_typography---color);
}

.lottie-animation--garden {
  border-bottom: 5px solid #fff;
}

.ueber-uns-her {
  border-bottom: 5px solid var(--_primitives---colors--white);
  background-image: linear-gradient(71deg, #27213c, #fff0), linear-gradient(350deg, #f57318 16%, #fff0 57%), linear-gradient(#0009, #0009), linear-gradient(#27213c 8%, #27213c00), url('../images/1.avif');
  background-position: 0 0, 0 0, 0 0, 0 0, 0 0;
  background-size: auto, auto, auto, auto, cover;
  height: 100vh;
  position: relative;
}

.about-us-container {
  color: var(--_typography---white);
  text-align: center;
  max-width: 840px;
  font-family: Montserrat, sans-serif;
}

.icon-lottie {
  max-width: 50%;
}

.cell-9, .cell-10, .cell-11 {
  justify-content: flex-start;
  align-items: center;
}

.paragraph-15, .paragraph-16, .paragraph-17 {
  font-size: 16px;
}

.about-us-container--2 {
  color: var(--_typography---white);
  text-align: center;
  max-width: 100%;
  font-family: Montserrat, sans-serif;
}

.max-width-info {
  max-width: 350px;
  margin-top: 20px;
}

.auto-height {
  height: 80px;
  display: flex;
}

.heading-15, .heading-16 {
  font-family: Montserrat, sans-serif;
}

.heading-us {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
}

.about-wrap-firs-copy {
  border-bottom: 5px solid var(--_primitives---opacity--white-60);
  background-color: #27213c;
  background-image: linear-gradient(50deg, #27213c 40%, #f97417);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 1680px;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 140px 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid-foto {
  column-count: 4;
}

.div-block-22 {
  direction: ltr;
  text-indent: 17px;
  column-count: 3;
  padding-bottom: 20px;
}

.paragraph-18 {
  font-size: 16px;
}

.text-span-17, .text-span-18 {
  color: var(--_typography---color);
}

.quick-stack-11 {
  grid-column-gap: 0px;
}

.rl_footer3_spacing-block-5 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_footer3_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_footer3_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  place-items: end stretch;
  display: grid;
}

.rl_footer3_legal-link {
  color: var(--_primitives---opacity--white-60);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: underline;
}

.rl_footer3_spacing-block-1 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_footer3_link {
  color: var(--_primitives---opacity--white-60);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

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

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

.rl_footer3_logo {
  cursor: pointer;
  transition: transform .225s;
}

.rl_footer3_logo:hover {
  transform: scale(1.1);
}

.rl_footer3_left-wrapper {
  font-family: Montserrat, sans-serif;
}

.rl-text-style-small {
  color: var(--_primitives---opacity--white-60);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_footer3_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;
  place-items: start;
  display: grid;
}

.rl_footer3_spacing-block-3 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_footer3_line-divider {
  background-color: var(--_typography---white);
  width: 100%;
  height: 1px;
}

.rl_footer3_social-link {
  color: var(--relume-library-lite--rl-black);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.rl_footer3_text {
  color: var(--_typography---white);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_footer3_spacing-block-4 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_footer3_link-list {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  justify-content: flex-end;
  place-items: flex-start start;
  display: flex;
}

.rl_footer3_credit-text {
  color: var(--_primitives---opacity--white-60);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_footer3_component {
  background-color: var(--_typography---primary-blue);
}

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

.rl-padding-global-2 {
  padding-left: 80px;
  padding-right: 80px;
}

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

.rl-social-icon {
  color: var(--_typography---color);
  width: 1.5rem;
  height: 1.5rem;
}

.rl_footer3_menu-wrapper {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: end stretch;
}

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

.heading-17 {
  color: var(--_typography---white);
}

.cell-12 {
  justify-content: center;
  align-items: center;
}

.our-story {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  line-height: .8;
}

.bold-text-5 {
  font-size: 34px;
  line-height: 1.2;
}

.padding-wrap-about-us {
  z-index: 2;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 1680px;
  height: 100%;
  padding-top: 0;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  position: relative;
}

.overlay-half-about {
  z-index: 1;
  object-fit: fill;
  background-image: linear-gradient(0deg, #27213c, #2b2f3a00), linear-gradient(80deg, #27213c 40%, #fff0);
  position: absolute;
  inset: 0%;
}

.energetische-sanierung-h {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  line-height: .8;
}

.kontakt-h {
  margin-bottom: 20px;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
}

.window-h, .garden-h {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  line-height: .8;
}

.padding-wrap-renovation {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1680px;
  height: 100%;
  padding-top: 0;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  position: relative;
}

.renovation-h, .dry-h {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  line-height: .8;
}

.success-message {
  background-color: var(--_typography---primary-blue);
  color: var(--_typography---color);
}

.text-block-10 {
  font-size: 18px;
}

.text-span-19 {
  color: var(--_typography---white);
}

.lottie-animation-6 {
  width: 50%;
}

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

.success-message-2 {
  background-color: #ddd0;
}

.datenschutz {
  background-color: var(--dfdfdf);
  padding-left: 80px;
  padding-right: 80px;
}

.datenschutz-container {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.datenschutz-inner-container {
  background-color: #fff;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.code-embed-7 {
  margin-top: 140px;
}

.slide-9.abdichtung-ingolstadt-09 {
  background-image: url('../images/abdichtung-ingolstadt-07.avif');
  background-position: 0 0;
  background-size: cover;
}

.slide-12.rolladen-ingolstadt-03 {
  background-image: url('../images/fliegengitter-ingolstadt-02.avif');
  background-position: 50%;
  background-size: cover;
}

.wall03 {
  background-image: url('../images/zaun-ingolstadt-03.avif');
  background-position: 0 0;
  background-size: cover;
}

.service-card-copy {
  color: var(--_typography---white);
  cursor: pointer;
  background-color: #27213ce6;
  border-radius: 10px;
  height: 100%;
  padding: 26px 32px;
  font-family: Montserrat, sans-serif;
  box-shadow: 3px 5px 10px 10px #0003;
}

.service-card-copy:hover {
  background-color: #f97417e6;
}

.service-card-copy.card-one {
  background-image: linear-gradient(#0009, #0009), url('../images/2_1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.service-card-copy.card-one:hover {
  background-image: linear-gradient(#f97417cc, #f97417cc), url('../images/2_1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-bottom: 0 solid #27213c;
}

.service-card-copy.card-2 {
  background-image: linear-gradient(#0009, #0009), url('../images/22_1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  transition: background-color .15s;
}

.service-card-copy.card-2:hover {
  background-image: linear-gradient(#f97417e6, #f97417e6), url('../images/22_1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.service-card-copy.card-3 {
  background-image: linear-gradient(#0009, #0009), url('../images/abdichtung-ingolstadt-04.avif');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.service-card-copy.card-3:hover {
  background-image: linear-gradient(#f97417e6, #f97417e6), url('../images/abdichtung-ingolstadt-04.avif');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.service-card-copy.card-4 {
  background-image: linear-gradient(#0009, #0009), url('../images/22_2.avif');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.service-card-copy.card-4:hover {
  background-image: linear-gradient(#f97417e6, #f97417e6), url('../images/22_2.avif');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.service-card-copy.card-5 {
  background-image: linear-gradient(#0009, #0009), url('../images/19_1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.service-card-copy.card-5:hover {
  background-image: linear-gradient(#f97417e6, #f97417e6), url('../images/19_1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.service-card-copy.card-6 {
  background-image: linear-gradient(#0009, #0009), url('../images/34_1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.service-card-copy.card-6:hover {
  background-image: linear-gradient(#f97417e6, #f97417e6), url('../images/34_1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.service-card-copy.card-one-copy {
  opacity: 1;
  pointer-events: auto;
  background-image: url('../images/2_1.avif');
  background-position: 0 0;
  background-size: cover;
  position: relative;
}

.service-card-copy.card-one-copy:hover {
  background-image: url('../images/2_1.avif');
  background-position: 0 0;
  background-size: cover;
  border-bottom: 0 solid #27213c;
}

.service-card-copy-copy {
  color: var(--_typography---white);
  cursor: pointer;
  background-color: #27213ce6;
  border-radius: 10px;
  height: 100%;
  padding: 26px 32px;
  font-family: Montserrat, sans-serif;
  box-shadow: 3px 5px 10px 10px #0003;
}

.service-card-copy-copy:hover {
  background-color: #f97417e6;
}

.service-card-copy-copy.card-one {
  background-image: linear-gradient(#0009, #0009), url('../images/2_1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.service-card-copy-copy.card-one:hover {
  background-image: linear-gradient(#f97417cc, #f97417cc), url('../images/2_1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-bottom: 0 solid #27213c;
}

.service-card-copy-copy.card-2 {
  background-image: linear-gradient(#0009, #0009), url('../images/22_1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  transition: background-color .15s;
}

.service-card-copy-copy.card-2:hover {
  background-image: linear-gradient(#f97417e6, #f97417e6), url('../images/22_1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.service-card-copy-copy.card-3 {
  background-image: linear-gradient(#0009, #0009), url('../images/abdichtung-ingolstadt-04.avif');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.service-card-copy-copy.card-3:hover {
  background-image: linear-gradient(#f97417e6, #f97417e6), url('../images/abdichtung-ingolstadt-04.avif');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.service-card-copy-copy.card-4 {
  background-image: linear-gradient(#0009, #0009), url('../images/22_2.avif');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.service-card-copy-copy.card-4:hover {
  background-image: linear-gradient(#f97417e6, #f97417e6), url('../images/22_2.avif');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.service-card-copy-copy.card-5 {
  background-image: linear-gradient(#0009, #0009), url('../images/19_1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.service-card-copy-copy.card-5:hover {
  background-image: linear-gradient(#f97417e6, #f97417e6), url('../images/19_1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.service-card-copy-copy.card-6 {
  background-image: linear-gradient(#0009, #0009), url('../images/34_1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.service-card-copy-copy.card-6:hover {
  background-image: linear-gradient(#f97417e6, #f97417e6), url('../images/34_1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.service-card-copy-copy.card-one-copy {
  background-image: linear-gradient(#0009, #0009), url('../images/2_1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.service-card-copy-copy.card-one-copy:hover {
  background-image: linear-gradient(#f97417cc, #f97417cc), url('../images/2_1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-bottom: 0 solid #27213c;
}

.service-card-copy-copy.card-one-copy-copy {
  background-image: linear-gradient(#0009, #0009), url('../images/2_1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.service-card-copy-copy.card-one-copy-copy:hover {
  background-image: linear-gradient(#f97417cc, #f97417cc), url('../images/2_1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-bottom: 0 solid #27213c;
}

.link-block-2-copy {
  text-decoration: none;
}

.link-block-2-copy:hover {
  color: var(--_typography---primary-blue);
  font-family: Montserrat, sans-serif;
}

.div-block-24 {
  z-index: 0;
  background-color: #0009;
  border-radius: 10px;
  position: absolute;
  inset: 0%;
}

.padding-wrap-home {
  z-index: 5;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1680px;
  height: 100%;
  padding-top: 0;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  position: relative;
}

.hero-home-container {
  color: var(--_typography---white);
  text-align: left;
  max-width: 640px;
  margin-left: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
}

.home-heading {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
}

.button-block-home {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link--contact {
  background-color: #27213c;
  justify-content: flex-start;
  align-items: center;
  display: inline-block;
}

.link--contact.back-link {
  background-color: #f97417ad;
  border-width: 0;
  margin-left: 0;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.link--contact.back-link:hover {
  color: var(--_typography---white);
  background-color: #27213c;
  border-width: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.link--contact.back-link.home-contact {
  transition: background-color .225s;
}

.paragraph-19 {
  margin-bottom: 20px;
}

.gartenbau-ingolstadt-04 {
  background-image: url('../images/gartenbau-ingolstadt-09.avif');
  background-position: 0%;
  background-size: cover;
}

.hero-subscribe-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::placeholder {
  color: #1a1b1fcc;
}

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

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

@media screen and (min-width: 1280px) {
  .div-block-3 {
    background-image: linear-gradient(330deg, #f9741780 30%, #fff0 49%), linear-gradient(0deg, #042134e6 100%, #fff);
  }

  .heading {
    font-size: 52px;
  }

  .paragraph-5 {
    text-align: center;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .container-5 {
    margin-left: 0;
    padding-left: 80px;
  }

  .prozess-block {
    padding-left: 60px;
    padding-right: 60px;
  }

  .prozess-heading {
    font-size: 34px;
  }

  .prozess-card {
    min-width: 300px;
  }

  .detail-cell-form {
    color: var(--_typography---white);
  }

  .detail-cell-form.collumn-down {
    flex-flow: row;
  }

  .link--forms {
    color: var(--_typography---white);
  }

  .form-block {
    color: var(--_typography---white);
    border-width: 5px;
    border-color: #fff;
  }

  .quick-stack-6 {
    color: var(--_typography---white);
  }

  .location-heading {
    color: var(--_typography---primary-blue);
    font-family: Montserrat, sans-serif;
  }

  .cell-3 {
    color: var(--_typography---white);
    border: 0 solid #fff;
  }

  .text-field.border-form {
    background-color: #dfdfdf;
    border: 1px solid #fff6;
  }

  .text-field.border-form.last-margin {
    border-color: #ffffff4d;
  }

  .text-field-2 {
    background-color: #dfdfdf;
    border-color: #ffffff4d;
  }

  .textarea {
    color: var(--_typography---white);
    background-color: #dfdfdf;
    border-color: #ffffff4d;
  }

  .submit-button {
    cursor: pointer;
    background-color: #27213c;
    transition: background-color .25s;
  }

  .submit-button:hover {
    background-color: #f97417;
  }

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

  .footer-cell-link {
    flex-flow: row;
  }

  .nav-stack-footer {
    padding-left: 100px;
    padding-right: 100px;
  }

  .prozess-heading-2, .prozess-heading-3, .prozess-heading-4 {
    font-size: 34px;
  }

  .padding-wrap {
    justify-content: center;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    display: flex;
  }

  .section-9 {
    background-image: linear-gradient(#0009, #0009), url('../images/IMG-20250710-WA0039_1.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 100vh;
    position: relative;
  }

  .section-10 {
    background-color: var(--_typography---primary-blue);
    background-image: url('../images/IMG-20250710-WA0025_1.avif');
    background-position: 0 0;
    background-size: auto;
  }

  .code-embed-3 {
    border: 0 solid #fff;
    border-radius: 60px;
    height: 80vh;
    box-shadow: 8px 12px 5px #0006;
  }

  .div-block-13 {
    background-color: #27213c;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .form-block-2 {
    margin-top: 60px;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .form-block-iphone {
    color: var(--_typography---white);
    height: auto;
  }

  .heading-11 {
    color: var(--_typography---color);
    padding-left: 40px;
    padding-right: 40px;
    font-family: Montserrat, sans-serif;
    font-size: 30px;
  }

  .link-4 {
    justify-content: center;
    align-items: stretch;
    margin-bottom: 20px;
    text-decoration: none;
    display: inline-block;
  }

  .heading-12 {
    text-align: center;
    margin-top: 0;
    line-height: .8;
  }

  .heading-12.hallenbau-h {
    text-align: left;
  }

  .paragraph-9 {
    text-align: left;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 140px;
    font-size: 18px;
  }

  .slide {
    object-fit: cover;
    height: 100%;
    max-height: 800px;
  }

  .image-7 {
    object-fit: cover;
    width: 100%;
    max-height: 800px;
  }

  .mask {
    height: 100%;
  }

  .slider {
    width: 100%;
    height: 800px;
    margin-top: 40px;
  }

  .image-8 {
    object-fit: cover;
    width: 100%;
    max-height: 800px;
  }

  .slider-2 {
    margin-top: 60px;
  }

  .slider-3 {
    border: 15px solid #27213c;
    border-radius: 15px;
    width: 800px;
    margin-right: -140px;
  }

  .slider-3.full-witdh, .slider-3.full-witdh-copy {
    border-width: 10px;
  }

  .service-block-1 {
    margin-top: 100px;
  }

  .div-block-15 {
    background-color: #ffffffe6;
    background-image: linear-gradient(#0003, #0003), url('../images/30_1.avif');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
    justify-content: flex-end;
    align-items: flex-end;
    padding-right: 0;
  }

  .mask-2 {
    border-radius: 0;
  }

  .heading-13 {
    margin-bottom: 20px;
  }

  .service-section-1 {
    background-color: var(--_typography---white);
  }

  .service-block-2 {
    margin-top: 100px;
  }

  .service-slider-2 {
    border: 10px solid #27213c;
    border-radius: 10px;
    width: 800px;
    margin-right: 0;
  }

  .image-10 {
    z-index: -1;
    height: auto;
    inset: -100px -150px 0% auto;
  }

  .image-11 {
    z-index: -14;
    background-image: linear-gradient(0deg, #27213c 100%, #fff);
    height: auto;
    position: absolute;
    inset: -70px auto auto -120px;
  }

  .service-block-3 {
    z-index: 1;
    margin-top: 100px;
  }

  .service-text-2 {
    background-color: #524d63;
    background-image: linear-gradient(#0003, #0003), url('../images/30_2.avif');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    justify-content: flex-end;
    align-items: flex-start;
    padding-left: 0;
  }

  .service-slider-3 {
    border: 10px solid #27213c;
    border-radius: 15px;
    width: 800px;
    margin-right: -140px;
  }

  .service-text-3 {
    background-color: #524d63;
    background-image: linear-gradient(#000000b3, #000000b3), url('../images/Design-ohne-Titel-2_1.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .image-12 {
    z-index: -1;
    inset: auto 0% -100px -150px;
  }

  .image-13 {
    z-index: 0;
    inset: auto auto -120px -150px;
  }

  .paragraph-10 {
    color: var(--_typography---white);
    margin-bottom: 40px;
    margin-right: 0;
    font-size: 18px;
  }

  .paragraph-11 {
    color: var(--_typography---white);
    font-size: 18px;
  }

  .image-14 {
    z-index: -1;
    height: auto;
    position: absolute;
    top: -100px;
    left: -150px;
  }

  .image-15 {
    z-index: -1;
    height: auto;
    position: absolute;
    inset: -70px -120px auto auto;
  }

  .image-16 {
    z-index: 0;
    position: absolute;
    inset: -100px -150px 0% auto;
    overflow: hidden;
  }

  .service-block-4 {
    margin-top: 100px;
  }

  .service-slider-4 {
    border: 10px solid #27213c;
    border-radius: 10px;
    width: 800px;
    margin-right: 0;
  }

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

  .service-text-4 {
    background-color: #524d63;
    background-image: linear-gradient(#000000b3, #000000b3), url('../images/4_1.avif');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .inner-block {
    background-image: linear-gradient(#000c, #000c);
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .div-block-17 {
    background-image: linear-gradient(#000c, #000c);
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 20px 20px 20px 100px;
  }

  .service-btn {
    color: #27213c;
    background-color: #f97417;
    transition-property: box-shadow, background-color, transform;
    transition-duration: .3s, .3s, .125s;
    transition-timing-function: ease, ease, ease;
  }

  .service-btn:hover {
    color: #f97417;
    background-color: #27213c;
    transform: none;
    box-shadow: 4px 3px 5px #0006;
  }

  .image-19 {
    z-index: 2;
    max-width: none;
    height: auto;
  }

  .div-block-18.service-card-wrapper.hochbau {
    z-index: 0;
    border-radius: 15px;
    width: 100%;
    margin-bottom: 100px;
  }

  .service-card-text {
    background-color: #2c303a;
    justify-content: center;
    align-items: flex-start;
  }

  .icon-line.icon-line--ready {
    color: var(--_typography---white);
    margin-bottom: 10px;
  }

  .service-card-image {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    width: 100%;
    height: auto;
  }

  .padding-wrap-second {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .padding-wrap-firs {
    background-image: linear-gradient(15deg, #27213c 40%, #f97417);
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-top: 160px;
    padding-bottom: 220px;
    display: flex;
  }

  .slider-card-1 {
    border: 15px solid #27213c;
    border-radius: 15px;
    width: 800px;
    margin-right: -140px;
  }

  .slider-card-1.full-witdh {
    border-width: 0;
    border-radius: 15px 0 0 15px;
    width: auto;
    height: auto;
    max-height: 700px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .slider-service-1 {
    border: 15px solid #27213c;
    border-radius: 15px;
    width: 800px;
    margin-right: -140px;
  }

  .slider-service-1.full-witdh {
    border-width: 10px;
  }

  .slider-service-1.full-witdh-copy {
    border-width: 0;
    height: auto;
    max-height: 700px;
  }

  .service-part {
    background-color: #27213c;
    overflow: hidden;
  }

  .ready-container-second {
    z-index: 1;
    border-top: 0 solid #fff;
    border-bottom-width: 5px;
    border-bottom-color: var(--_primitives---opacity--white-60);
    background-color: #fff;
    background-image: linear-gradient(90deg, #000c 50%, #fff0 100%, #27213c9e), linear-gradient(#00000080, #00000080);
    background-position: 0 0, 0 0;
    position: relative;
  }

  .paragraph-13 {
    color: var(--_typography---white);
  }

  .icon-line--ready {
    color: var(--_typography---white);
    margin-bottom: 10px;
    font-size: 20px;
  }

  .ready-inner-block {
    background-image: none;
    margin-left: 0;
    padding-left: 0;
  }

  .div-block-19 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 40px;
    display: flex;
  }

  .padding-wrap-ready {
    z-index: 1;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    display: flex;
  }

  .image-20 {
    z-index: -1;
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: none;
    object-position: 100% 50%;
    width: 100%;
    max-width: none;
    height: 100%;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .overlay-half {
    z-index: 0;
    text-align: center;
    background-image: linear-gradient(0deg, #27213c, #2c303a00), linear-gradient(80deg, #2c303a 50%, #fff0);
    position: absolute;
    inset: 0%;
  }

  .overlay-half.two {
    background-image: linear-gradient(#27213c, #fff9f900), linear-gradient(0deg, #27213c, #2c303a00), linear-gradient(80deg, #2c303a 50%, #fff0);
  }

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

  .quick-stack-9 {
    max-width: 1680px;
  }

  .cell-7 {
    justify-content: center;
    align-items: flex-start;
    padding-right: 40px;
  }

  .service-container-1.service-card-wrapper.hochbau, .service-container-2.service-card-wrapper.hochbau, .service-container-3.service-card-wrapper.hochbau, .service-container-4.service-card-wrapper.hochbau, .service-container-5.service-card-wrapper.hochbau {
    z-index: 0;
    border-radius: 15px;
    width: 100%;
    margin-bottom: 100px;
  }

  .lottie-animation-2 {
    width: 30%;
  }

  .image-21 {
    width: 80%;
  }

  .loading-overlay-block {
    width: 40%;
    height: auto;
  }

  .cell-8 {
    justify-content: center;
    align-items: flex-start;
  }

  .contact-section {
    z-index: 44;
    background-color: var(--_primitives---opacity--transparent);
    background-image: none;
    border-top-width: 0;
    position: relative;
  }

  .div-contact.hero-section-contact {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paddiing-contact-form {
    background-color: #fff0;
  }

  .overlay-hero-home {
    background-image: linear-gradient(#0009, #0009);
  }

  .form-block-contact {
    color: var(--_typography---white);
    border-width: 5px;
    border-color: #fff;
  }

  .cell-contact {
    color: var(--_typography---white);
    border: 0 solid #fff;
  }

  .schnelllinks {
    color: var(--_typography---white);
  }

  .link-forms-contact {
    color: var(--dfdfdf);
  }

  .ready--home-div {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .ready-container-home {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .location-heading-home, .contact-home-h {
    color: var(--_typography---white);
    font-family: Montserrat, sans-serif;
  }

  .contact-p-home {
    color: var(--_typography---white);
  }

  .form-block-home {
    color: var(--_typography---color);
    border-width: 5px;
    border-color: #fff;
    box-shadow: 10px 10px 5px #27213c80;
  }

  .text-field-home.border-form {
    background-color: #dfdfdf;
    border: 1px solid #fff6;
  }

  .text-field-home.border-form.last-margin {
    border-color: #ffffff4d;
  }

  .text-field-home.border-form--home {
    background-color: #dfdfdf;
    border: 1px solid #27213c;
  }

  .text-field-home.border-form--home.last-margin {
    border-color: #ffffff4d;
  }

  .text-field-home.border-form--home.margin-10 {
    margin-bottom: 20px;
  }

  .textarea-home {
    color: var(--_typography---primary-blue);
    background-color: #dfdfdf;
    border-color: #27213c;
  }

  .holz-img-1 {
    object-fit: scale-down;
    object-position: 100% 50%;
    width: auto;
    height: 100%;
  }

  .holz-img-2 {
    object-fit: cover;
    width: auto;
    height: auto;
  }

  .holz-img-3 {
    object-fit: cover;
    object-position: 50% 100%;
    width: auto;
    height: auto;
  }

  .bad-img-1 {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .bad-img-2 {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: 50% 100%;
    width: 100%;
    height: 100%;
  }

  .bad-img-3, .anbau-img-1, .anbau-img-2, .anbau-img-3 {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .slider-service-2 {
    border: 15px solid #27213c;
    border-radius: 15px;
    width: 800px;
    margin-right: -140px;
  }

  .slider-service-2.full-witdh {
    border-width: 10px;
  }

  .slider-service-2.full-witdh-copy {
    border-width: 0;
    height: auto;
    max-height: 700px;
  }

  .wood-img-1, .wood-img-2, .wood-img-3 {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .hero-services-tmp {
    background-image: linear-gradient(#0009, #0009), url('../images/33_1.avif');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    height: 100vh;
    font-family: Montserrat, sans-serif;
    position: relative;
  }

  .back-link {
    justify-content: center;
    align-items: stretch;
    margin-bottom: 20px;
    text-decoration: none;
    display: inline-block;
  }

  .service-part-temp {
    background-color: #27213c;
    overflow: hidden;
  }

  .padding-wrap-first-temp {
    background-image: linear-gradient(15deg, #27213c 40%, #f97417);
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-top: 160px;
    padding-bottom: 220px;
    display: flex;
  }

  .padding-wrap-second-temp {
    background-color: #27213c00;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .quick-stack-temp {
    max-width: 1680px;
  }

  .celll1-temp {
    justify-content: center;
    align-items: flex-start;
    padding-right: 40px;
  }

  .heading-temp {
    margin-top: 0;
  }

  .paragraph--temp {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 140px;
  }

  .service-container-1-temp.service-card-wrapper.hochbau, .service-container-2-temp.service-card-wrapper.hochbau, .service-container-3-temp.service-card-wrapper.hochbau, .service-container-4-temp.service-card-wrapper.hochbau, .service-container-5-temp.service-card-wrapper.hochbau {
    z-index: 0;
    border-radius: 15px;
    width: 100%;
    margin-bottom: 100px;
  }

  .service-card-image-temp {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    width: 100%;
    height: auto;
  }

  .slider-service-1-temp {
    border: 15px solid #27213c;
    border-radius: 15px;
    width: 800px;
    margin-right: -140px;
  }

  .slider-service-1-temp.full-witdh {
    border-width: 10px;
  }

  .slider-service-1-temp.full-witdh-copy {
    border-width: 0;
    height: auto;
    max-height: 700px;
  }

  .service-card-text-temp {
    background-color: #2c303a;
    justify-content: center;
    align-items: flex-start;
  }

  .link--btn-temp {
    display: inline-flex;
  }

  .service-container-1-energie.service-card-wrapper.hochbau {
    z-index: 0;
    border-radius: 15px;
    width: 100%;
    margin-bottom: 100px;
  }

  .service-card-image-energie {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    width: 100%;
    height: 100%;
  }

  .service-card-text-energie {
    background-color: #2c303a;
    justify-content: center;
    align-items: flex-start;
  }

  .slider-service-1-energie {
    border: 15px solid #27213c;
    border-radius: 15px;
    width: 800px;
    margin-right: -140px;
  }

  .slider-service-1-energie.full-witdh {
    border-width: 10px;
  }

  .slider-service-1-energie.full-witdh-copy {
    border-width: 0;
    height: 100%;
    max-height: 100%;
  }

  .service-container-2-energie.service-card-wrapper.hochbau {
    z-index: 0;
    border-radius: 15px;
    width: 100%;
    margin-bottom: 100px;
  }

  .service-container-3-energie.service-card-wrapper.hochbau {
    z-index: 0;
    border-radius: 15px;
    width: 100%;
    margin-bottom: 220px;
  }

  .div-block-21 {
    margin-top: 140px;
    margin-bottom: 100px;
  }

  .padding-wrap-energie {
    justify-content: center;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    display: flex;
  }

  .paragraph-ready {
    text-align: left;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .service-part-proto, .service-part-1, .service-part-2, .service-part-3 {
    background-color: #27213c;
    overflow: hidden;
  }

  .slide-1 {
    background-image: url('../images/daemmung-ingolstadt-05.avif');
    background-position: 0 100%;
    background-size: cover;
  }

  .slide-1.hall1 {
    background-image: url('../images/hallenbau-ingolstadt-03.avif');
  }

  .slide-1.pflaster-01 {
    background-image: url('../images/plasterstein-ingolstadt-01.avif');
  }

  .slide-1.daemmung-ingolstadt {
    background-image: url('../images/daemmung-ingolstadt-01.avif');
  }

  .slide-1.gartenbau-ingolstadt-01 {
    background-image: url('../images/plasterstein-ingolstadt-01.avif');
  }

  .slide-2 {
    background-image: url('../images/plasterstein-ingolstadt-02.png');
  }

  .slide-2.hall2 {
    background-image: url('../images/hallenbau-ingolstadt-04.avif');
  }

  .slide-2.window01 {
    background-image: url('../images/fenster-ingolstadt-04.avif');
    background-position: 50%;
  }

  .slide-2.daemmung-ingolstadt-02 {
    background-image: url('../images/daemmung-ingolstadt-02.avif');
  }

  .slide-3 {
    background-image: url('../images/abdichtung-ingolstadt-01.avif');
  }

  .slide-3.hall3 {
    background-image: url('../images/22_3.avif');
  }

  .slide-3.window-03 {
    background-image: url('../images/fenster-ingolstadt-10.avif');
    background-position: 0%;
  }

  .slide-3.pflaster01 {
    background-image: url('../images/gartenbau-ingolstadt-09.avif');
  }

  .slide-3.daemmung-ingolstadt-03 {
    background-image: url('../images/daemmung-ingolstadt-07_1.avif');
  }

  .slide-3.gartenbau-ingolstadt-03 {
    background-image: url('../images/gartenbau-ingolstadt-07.avif');
  }

  .slide-4 {
    background-image: url('../images/9-min_1.avif');
  }

  .slide-4.land-halle1 {
    background-image: url('../images/hallenbau-ingolstadt-01.avif');
    background-position: 0%;
  }

  .slide-4.garden01 {
    background-image: url('../images/gartenbau-ingolstadt-01.avif');
    background-position: 0%;
  }

  .slide-4.daemmung-ingolstadt-04 {
    background-image: url('../images/daemmung-ingolstadt-06.avif');
  }

  .slide-4.hallenbau-ingolstadt-04 {
    background-position: 0%;
    background-size: cover;
  }

  .slide-4.fenster-ingolstadt-04 {
    background-image: url('../images/fenster-ingolstadt-03.avif');
    background-position: 0%;
  }

  .slide-5 {
    background-image: url('../images/abdichtung-ingolstadt-04.avif');
  }

  .slide-5.land-halle2 {
    background-image: url('../images/hallenbau-ingolstadt-02.avif');
    background-position: 50%;
    background-size: cover;
  }

  .slide-5.balkon01 {
    background-image: url('../images/19_2.avif');
  }

  .slide-5.garden02 {
    background-image: url('../images/gartenbau-ingolstadt-02.png');
    background-position: 0 100%;
  }

  .slide-5.daemmung-ingolstadt-05 {
    background-image: url('../images/15_2.avif');
  }

  .slide-5.fenster-ingolstadt-05 {
    background-image: url('../images/balkon-ingolstadt-01.avif');
    background-position: 100%;
  }

  .slide-6 {
    background-image: url('../images/daemmung-ingolstadt-03.avif');
  }

  .slide-6.balkon03 {
    background-image: url('../images/7-min.avif');
  }

  .slide-6.garden03 {
    background-image: url('../images/gartenbau-ingolstadt-03.avif');
    background-position: 0%;
  }

  .slide-6.daemmung-ingolstadt-06 {
    background-image: url('../images/daemmung-ingolstadt-07.avif');
  }

  .slide-6.fenster-ingolstadt-06 {
    background-image: url('../images/fenster-ingolstadt-05.avif');
    background-position: 0%;
  }

  .slide-7 {
    background-image: url('../images/beratung-ingolstadt.avif');
  }

  .slide-7.schimmel-behandlung {
    background-image: url('../images/abdichtung-ingolstadt-05.avif');
  }

  .slide-7.geruest01 {
    background-image: url('../images/geruestverleih-ingolstadt-01.avif');
  }

  .slide-7.roll01 {
    background-image: url('../images/35.avif');
    background-position: 0%;
    background-size: cover;
  }

  .slide-7.wall02 {
    background-image: url('../images/zaun-ingolstadt-01.avif');
  }

  .slide-7.rolladen-ingolstadt-01 {
    background-image: url('../images/rolladen-ingolstadt-01.avif');
    background-position: 0%;
  }

  .slide-8 {
    background-image: url('../images/25-min_1.avif');
    background-position: 50%;
    background-size: cover;
  }

  .slide-8.geruest02 {
    background-image: url('../images/16_1.avif');
  }

  .slide-8.wall01 {
    background-image: url('../images/zaun-ingolstadt-02.avif');
  }

  .slide-8.rolladen-ingolstadt-02 {
    background-image: url('../images/rolladen-ingolstadt-01_1.avif');
  }

  .hero-proof-tmp {
    background-image: linear-gradient(#0009, #0009), url('../images/abdichtung-ingolstadt-04.avif');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    height: 100vh;
    font-family: Montserrat, sans-serif;
    position: relative;
  }

  .ueber-uns-her {
    background-image: linear-gradient(120deg, #27213c, #fff0), linear-gradient(341deg, #f17017, #fff0 50%), linear-gradient(#000000b3, #000000b3), url('../images/1.avif');
    background-position: 0 0, 0 0, 0 0, 50%;
    background-size: auto, auto, auto, cover;
    height: 100vh;
    position: relative;
  }

  .about-us-container {
    max-width: 940px;
  }

  .icon-lottie {
    padding-bottom: 20px;
  }

  .quick-stack-10 {
    margin-top: 0;
  }

  .about-us-container--2 {
    max-width: 1640px;
  }

  .max-width-info {
    max-width: 350px;
    margin-top: 0;
  }

  .about-us-part {
    background-color: #27213c;
    background-image: linear-gradient(218deg, var(--_typography---color), #fff0 55%);
    overflow: hidden;
  }

  .about-wrap-firs-copy {
    background-color: #5c527c00;
    background-image: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-top: 160px;
    padding-bottom: 220px;
    display: flex;
  }

  .about-us-stack {
    max-width: 1680px;
  }

  .text-span-15, .text-span-16 {
    color: var(--_typography---color);
  }

  .quick-stack-11 {
    grid-column-gap: 0px;
  }

  .rl-padding-global-2 {
    justify-content: center;
    align-items: center;
    padding-left: 100px;
    padding-right: 100px;
    display: flex;
  }

  .rl-container-large {
    max-width: 1640px;
    margin-left: 0;
    margin-right: 0;
  }

  .our-story {
    text-align: left;
    margin-top: 0;
    margin-bottom: 40px;
    line-height: .8;
  }

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

  .padding-wrap-about-us {
    z-index: 1;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    display: flex;
  }

  .overlay-half-about {
    z-index: 0;
    text-align: center;
    background-image: linear-gradient(0deg, #27213c, #2c303a00), linear-gradient(80deg, #27213c 50%, #fff0);
    position: absolute;
    inset: 0%;
  }

  .energetische-sanierung-h, .window-h, .garden-h {
    text-align: left;
    margin-top: 0;
    line-height: .8;
  }

  .padding-wrap-renovation {
    z-index: 5;
    justify-content: center;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    display: flex;
  }

  .renovation-h, .dry-h {
    text-align: left;
    margin-top: 0;
    line-height: .8;
  }

  .datenschutz {
    background-color: #dfdfdf;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .datenschutz-container {
    max-width: 1680px;
  }

  .datenschutz-inner-container {
    background-color: #fff;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 100px;
  }

  .code-embed-7 {
    margin-top: 140px;
  }

  .slide-9 {
    background-image: url('../images/abdichtung-ingolstadt-06.avif');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-10 {
    background-image: url('../images/renovierung-ingolstadt-01.avif');
    background-position: 0 0;
    background-size: auto;
  }

  .slide-11 {
    background-image: url('../images/23_1.avif');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-12 {
    background-image: url('../images/rolladen-ingolstadt-01.avif');
    background-position: 0%;
    background-size: cover;
  }

  .slide-12.rolladen-ingolstadt-03 {
    background-image: url('../images/fliegengitter-ingolstadt-02.png');
    background-position: 50%;
  }

  .wall03 {
    background-image: url('../images/zaun-ingolstadt-03.avif');
    background-position: 0 0;
    background-size: cover;
  }

  .padding-wrap-home {
    z-index: 5;
    justify-content: center;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    font-family: Montserrat, sans-serif;
    display: flex;
  }

  .hero-home-container {
    max-width: 667px;
  }

  .home-heading {
    margin-bottom: 10px;
    font-size: 54px;
  }

  .paragraph-19 {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .gartenbau-ingolstadt-04 {
    background-image: url('../images/gartenbau-ingolstadt-09.avif');
    background-position: 50%;
    background-size: cover;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .rl-styleguide_item-row {
    grid-template-columns: auto 1fr;
  }

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

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

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

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

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

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

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

  .spacer-xlarge {
    padding-top: 3.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4.5rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 7.5rem;
  }

  .rl-styleguide_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 4rem;
  }

  .rl-styleguide_image {
    height: 100%;
    max-height: none;
  }

  .rl-styleguide_content {
    max-width: none;
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .rl-styleguide_image-wrapper {
    height: 640px;
  }

  .rl-styleguide_scheme-list {
    grid-template-columns: 1fr;
  }

  .div-block.hero-section-anim {
    padding-left: 40px;
    padding-right: 40px;
  }

  .slide-img-1 {
    border-radius: 0;
  }

  .div-block-3 {
    background-image: linear-gradient(0deg, #04213499 100%, #fff), linear-gradient(#1d262c, #3a424791 100%, #fff);
  }

  .heading {
    margin-bottom: 20px;
    font-size: 44px;
  }

  .menu-button {
    margin-top: 15px;
  }

  .container-3 {
    justify-content: space-between;
    align-items: center;
    height: auto;
  }

  .call-icon {
    width: 50px;
    max-width: 40px;
    height: auto;
  }

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

  .detail-cell {
    border-bottom: 1px #fff;
    justify-content: flex-start;
    align-items: center;
  }

  .container-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-4 {
    display: none;
  }

  .ueber-uns-block {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .prozess-heading {
    font-size: 1.8rem;
  }

  .detail-cell-form {
    justify-content: flex-start;
    align-items: center;
  }

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

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

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

  .rl_contact1_spacing-block-3 {
    padding-bottom: 2.5rem;
  }

  .quick-stack-6 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .call-icon-secondary {
    max-width: 40px;
  }

  .cell-icon-2 {
    color: #e0c9c9;
  }

  .text-field.border-form {
    height: 30px;
  }

  .text-field.border-form.last-margin {
    margin-bottom: 20px;
  }

  .text-field-2 {
    height: 30px;
  }

  .textarea {
    padding-bottom: 40px;
  }

  .paddiingcontainer-contact {
    padding-left: 60px;
    padding-right: 60px;
  }

  .prozess-heading-2, .prozess-heading-3, .prozess-heading-4 {
    font-size: 1.8rem;
  }

  .padding-wrap {
    background-image: linear-gradient(143deg, #27213c, #fff0), linear-gradient(340deg, #f57217 8%, #fff0 55%);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .service-heading {
    font-family: Montserrat, sans-serif;
    font-size: 32px;
  }

  .padding-wrap--service {
    padding-left: 60px;
    padding-right: 60px;
  }

  .code-embed-3 {
    height: auto;
  }

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

  .heading-12 {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 32px;
  }

  .heading-12.hallenbau-h {
    text-align: left;
  }

  .paragraph-9 {
    text-align: left;
    padding-right: 100px;
    font-size: 16px;
  }

  .slider-3 {
    width: 400px;
    height: 300px;
    margin-top: 0;
    margin-bottom: -100px;
    margin-right: 0;
  }

  .slider-3.full-witdh, .slider-3.full-witdh-copy {
    width: 80%;
    height: 400px;
    margin-top: -100px;
    margin-bottom: 0;
  }

  .img-gallery-main {
    height: 370px;
  }

  .img-gallery-main-icon {
    width: 20px;
  }

  .c-img-gallery-main-icon {
    z-index: 10;
    background-color: #131313e6;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    margin-right: 5px;
    padding: 5px;
    display: flex;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .img-gallery-main-slide {
    overflow: hidden;
  }

  .img-gallery-subs {
    height: 170px;
  }

  .c-main-img-overlay-lightbox {
    display: none;
  }

  .img-gallery-main-slide-2, .img-gallery-main-slide-3, .img-gallery-main-slide-4 {
    overflow: hidden;
  }

  .service-block-1 {
    flex-flow: row-reverse wrap-reverse;
    justify-content: center;
    align-items: center;
  }

  .div-block-15 {
    height: 100%;
    padding: 60px 40px 140px;
  }

  .service-block-2 {
    z-index: 1;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .service-slider-2 {
    width: 80%;
    height: 400px;
    margin: -100px 0 0;
  }

  .image-10 {
    top: -100px;
  }

  .image-11 {
    max-width: 100%;
    inset: auto auto 0% -120px;
  }

  .service-block-3 {
    flex-flow: row-reverse wrap-reverse;
    justify-content: center;
    align-items: center;
  }

  .service-text-2 {
    height: 100%;
    padding: 60px 40px 140px;
  }

  .service-slider-3 {
    width: 80%;
    height: 400px;
    margin-top: -100px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .service-text-3 {
    height: 100%;
    padding: 60px 40px 140px;
  }

  .image-13 {
    top: auto;
    bottom: 0;
    right: auto;
  }

  .image-15 {
    inset: auto -120px 0% auto;
  }

  .image-16 {
    top: -100px;
  }

  .quick-stack-service {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .udesly-nav-menu {
    background-color: var(--_typography---primary-blue);
    padding: 24px;
  }

  .udesly-button-navigation-secondary.udesly-full {
    border: 1px solid #d4d4d4;
    flex: 1;
  }

  .udesly-navigation-buttons {
    display: none;
  }

  .udesly-container-navigation {
    justify-content: space-between;
  }

  .udesly-navigation {
    background-color: var(--_typography---primary-blue);
    padding-left: 60px;
    padding-right: 60px;
  }

  .udesly-menu-buttons {
    justify-content: center;
    margin-top: 32px;
    display: flex;
  }

  .udesly-lottie-animation {
    width: 32px;
    height: 32px;
  }

  .udesly-menu-button {
    color: var(--_typography---white);
    border: 0 solid #e6e6e6;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    padding: 7px;
    display: flex;
  }

  .udesly-menu-button:active, .udesly-menu-button:focus {
    color: var(--_typography---white);
  }

  .udesly-menu-button.w--open {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .udesly-nav-link {
    text-align: left;
  }

  .udesly-nav-link:hover {
    background-color: var(--_typography---color);
    color: #27213c;
  }

  .udesly-nav-link.udesly-dropdown {
    display: block;
  }

  .udesly-nav-link.udesly-dropdown:hover {
    color: #27213c;
  }

  .udesly-icon-circle-wrapper {
    max-width: 35px;
  }

  .udesly-dropdown-text-wrapper {
    align-items: center;
    width: auto;
  }

  .udesly-dropdown-link {
    color: var(--_typography---white);
    justify-content: flex-start;
    align-items: center;
    min-width: 150px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-block-4 {
    z-index: 1;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .service-slider-4 {
    width: 80%;
    height: 400px;
    margin: -100px 0 0;
  }

  .image-18 {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
  }

  .service-text-4 {
    height: 100%;
    padding: 60px 40px 140px;
  }

  .image-19 {
    border-top-right-radius: 16px;
    border-bottom-left-radius: 0;
  }

  .div-block-18.service-card-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .service-card-text {
    border-top-right-radius: 0;
    border-bottom-left-radius: 16px;
  }

  .service-card-image {
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0;
    max-height: 700px;
  }

  .padding-wrap-second {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 140px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .padding-wrap-firs {
    background-image: linear-gradient(45deg, #27213c 40%, #f97417);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 140px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .slider-card-1 {
    width: 400px;
    height: 300px;
    margin-top: 0;
    margin-bottom: -100px;
    margin-right: 0;
  }

  .slider-card-1.full-witdh {
    object-fit: scale-down;
    object-position: 50% 100%;
    width: auto;
    height: auto;
    max-height: 600px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .bold-text {
    font-family: Montserrat, sans-serif;
  }

  .slider-service-1 {
    width: 400px;
    height: 300px;
    margin-top: 0;
    margin-bottom: -100px;
    margin-right: 0;
  }

  .slider-service-1.full-witdh {
    width: 80%;
    height: 400px;
    margin-top: -100px;
    margin-bottom: 0;
  }

  .slider-service-1.full-witdh-copy {
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .service-container-intro {
    margin-bottom: 20px;
  }

  .ready-container-second {
    background-image: none;
    background-position: 0 0;
  }

  .div-block-19 {
    padding-right: 40px;
  }

  .padding-wrap-ready {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 140px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .image-20 {
    object-fit: cover;
    object-position: 50% 50%;
  }

  .overlay-half {
    background-image: linear-gradient(147deg, #2c303a, #fff0), linear-gradient(0deg, #27213c, #2c303a00), linear-gradient(90deg, #2c303ae6 70%, #fff0);
  }

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

  .service-container-1.service-card-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .service-container-1.service-card-wrapper.hochbau {
    grid-template-columns: 1fr;
  }

  .service-container-2.service-card-wrapper, .service-container-3.service-card-wrapper, .service-container-4.service-card-wrapper, .service-container-5.service-card-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .lottie-animation-2 {
    margin-top: 0;
  }

  .image-21, .div-contact.hero-section-contact {
    height: auto;
  }

  .paddiing-contact-form {
    padding-top: 140px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .overlay-hero-home {
    background-image: linear-gradient(#0009, #0009);
  }

  .hero-info-contact-div {
    border-bottom-width: 0;
    height: auto;
    position: relative;
  }

  .para-contact {
    font-size: 16px;
  }

  .schnelllinks {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .link-forms-contact {
    text-align: left;
  }

  .code-embed-4 {
    width: 60px;
    height: auto;
  }

  .text-field-home.border-form {
    height: 30px;
  }

  .text-field-home.border-form.last-margin {
    margin-bottom: 20px;
  }

  .text-field-home.border-form--home {
    height: 30px;
  }

  .text-field-home.border-form--home.last-margin {
    margin-bottom: 20px;
  }

  .textarea-home {
    padding-bottom: 40px;
  }

  .holz-img-1, .holz-img-2, .holz-img-3, .bad-img-1, .bad-img-2, .bad-img-3, .anbau-img-1, .anbau-img-2, .anbau-img-3 {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
  }

  .slider-service-2 {
    width: 400px;
    height: 300px;
    margin-top: 0;
    margin-bottom: -100px;
    margin-right: 0;
  }

  .slider-service-2.full-witdh {
    width: 80%;
    height: 400px;
    margin-top: -100px;
    margin-bottom: 0;
  }

  .slider-service-2.full-witdh-copy {
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .wood-img-1, .wood-img-2, .wood-img-3 {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
  }

  .hero-services-tmp {
    background-position: 0 0, 50% 0;
  }

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

  .padding-wrap-first-temp {
    background-image: linear-gradient(45deg, #27213c 40%, #f97417);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 140px 40px 0;
    display: flex;
  }

  .padding-wrap-second-temp {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 140px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .service-container-intro-temp {
    margin-bottom: 20px;
  }

  .heading-temp {
    text-align: left;
    font-size: 40px;
  }

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

  .service-container-1-temp.service-card-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .service-container-1-temp.service-card-wrapper.hochbau {
    grid-template-columns: 1fr;
  }

  .service-container-2-temp.service-card-wrapper, .service-container-3-temp.service-card-wrapper, .service-container-4-temp.service-card-wrapper, .service-container-5-temp.service-card-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .service-card-image-temp {
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0;
    max-height: 700px;
  }

  .slider-service-1-temp {
    width: 400px;
    height: 300px;
    margin-top: 0;
    margin-bottom: -100px;
    margin-right: 0;
  }

  .slider-service-1-temp.full-witdh {
    width: 80%;
    height: 400px;
    margin-top: -100px;
    margin-bottom: 0;
  }

  .slider-service-1-temp.full-witdh-copy {
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .service-card-text-temp {
    border-top-right-radius: 0;
    border-bottom-left-radius: 16px;
  }

  .service-container-1-energie.service-card-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .service-container-1-energie.service-card-wrapper.hochbau {
    grid-template-columns: 1fr;
  }

  .service-card-image-energie {
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0;
    max-height: 700px;
  }

  .service-card-text-energie {
    border-top-right-radius: 0;
    border-bottom-left-radius: 16px;
  }

  .slider-service-1-energie {
    width: 400px;
    height: 300px;
    margin-top: 0;
    margin-bottom: -100px;
    margin-right: 0;
  }

  .slider-service-1-energie.full-witdh {
    width: 80%;
    height: 400px;
    margin-top: -100px;
    margin-bottom: 0;
  }

  .slider-service-1-energie.full-witdh-copy {
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .service-container-2-energie.service-card-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .service-container-2-energie.service-card-wrapper.hochbau {
    grid-template-columns: 1fr;
  }

  .service-container-3-energie.service-card-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .service-container-3-energie.service-card-wrapper.hochbau {
    grid-template-columns: 1fr;
  }

  .service-heading-energie {
    border-bottom: 0 solid #fff;
    font-size: 40px;
  }

  .bold-text-2 {
    font-family: Montserrat, sans-serif;
    font-size: 26px;
  }

  .padding-wrap-energie {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
    font-family: Montserrat, sans-serif;
    display: flex;
  }

  .bold-text-3 {
    font-family: Montserrat, sans-serif;
  }

  .dropdown {
    display: block;
  }

  .text-span-2 {
    color: var(--_typography---color);
  }

  .ueber-uns-her {
    border-bottom-color: var(--_typography---white);
  }

  .paragraph-15, .paragraph-16, .paragraph-17 {
    font-size: 14px;
  }

  .heading-15.heading-us, .heading-us {
    font-size: 20px;
  }

  .about-wrap-firs-copy {
    border-bottom-color: var(--_typography---white);
    background-image: linear-gradient(45deg, #27213c 40%, #f97417 92%);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 140px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .paragraph-18 {
    font-size: 14px;
  }

  .rl_footer3_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    font-family: Montserrat, sans-serif;
  }

  .rl_footer3_link {
    color: var(--_primitives---opacity--white-60);
  }

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

  .rl-text-style-small {
    color: var(--_primitives---opacity--white-60);
  }

  .rl_footer3_text {
    color: var(--_typography---white);
  }

  .rl_footer3_spacing-block-4 {
    padding-bottom: 4.5rem;
  }

  .rl_footer3_component {
    background-color: var(--_typography---primary-blue);
  }

  .rl-padding-global-2 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .rl-social-icon {
    color: var(--_typography---color);
  }

  .our-story {
    text-align: left;
    font-family: Montserrat, sans-serif;
    font-size: 32px;
  }

  .padding-wrap-about-us {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 140px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .overlay-half-about {
    background-image: linear-gradient(0deg, #27213c, #2c303a00), linear-gradient(90deg, #2c303ae6 70%, #fff0);
  }

  .quick-stack-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .energetische-sanierung-h, .window-h, .garden-h {
    text-align: left;
    font-family: Montserrat, sans-serif;
    font-size: 32px;
  }

  .padding-wrap-renovation {
    background-image: linear-gradient(143deg, #27213c, #fff0);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .renovation-h, .dry-h {
    text-align: left;
    font-family: Montserrat, sans-serif;
    font-size: 32px;
  }

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

  .code-embed-7 {
    margin-top: 100px;
  }

  .padding-wrap-home {
    background-image: none;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-family: Montserrat, sans-serif;
    display: flex;
  }

  .hero-home-container {
    margin-left: 0;
    margin-right: 0;
  }

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

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

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

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

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

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

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-style-quote {
    font-size: 1.125rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .spacer-xsmall {
    padding-top: .75rem;
  }

  .spacer-small {
    padding-top: 1.25rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

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

  .spacer-xlarge {
    padding-top: 2.5rem;
  }

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

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 5rem;
  }

  .rl-styleguide_component {
    padding-top: 4rem;
  }

  .rl-styleguide_content {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .category-filter-menu {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .heading {
    font-size: 42px;
  }

  .paragraph {
    font-size: 16px;
  }

  .call-icon {
    width: 40px;
    max-width: 30px;
    height: 40px;
  }

  .link-2 {
    font-size: 12px;
  }

  .detail-cell {
    justify-content: flex-start;
    align-items: center;
  }

  .section-3 {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .detail-cell-form {
    justify-content: flex-start;
    align-items: center;
  }

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

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

  .rl-text-style-medium {
    font-size: 1rem;
  }

  .rl_contact1_spacing-block-3 {
    padding-bottom: 2rem;
  }

  .rl_contact1_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl_contact1_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .call-icon-secondary {
    max-width: 30px;
  }

  .paddiingcontainer-contact {
    padding-left: 40px;
    padding-right: 40px;
  }

  .padding-wrap {
    background-image: linear-gradient(143deg, #27213c, #fff0), linear-gradient(311deg, #f57217 8%, #fff0 55%);
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .padding-wrap--service {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cell-5 {
    justify-content: center;
    align-items: center;
  }

  .link-4 {
    color: var(--_typography---white);
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
  }

  .link-4:hover {
    color: var(--_typography---color);
  }

  .heading-12 {
    text-align: left;
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    line-height: 1;
  }

  .paragraph-9 {
    padding-right: 0;
    font-size: 16px;
  }

  .slider-3 {
    background-color: #fff;
    border-width: 0;
    border-radius: 20px 20px 0 0;
    width: 100%;
  }

  .slider-3.full-witdh, .slider-3.full-witdh-copy {
    background-color: #fff0;
    width: 100%;
    margin-top: 0;
    margin-bottom: -100px;
  }

  .img-gallery-main {
    height: 270px;
  }

  .img-gallery-main-icon {
    width: 15px;
  }

  .img-gallery-main-arrow {
    display: block;
  }

  .img-gallery-main-arrow.right {
    background-color: #13131380;
    width: 50%;
    height: 35px;
    font-size: 1em;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .img-gallery-main-arrow.left {
    background-color: #13131380;
    width: 50%;
    height: 35px;
    font-size: 1em;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .c-img-gallery-sub {
    display: none;
  }

  .c-img-gallery-main-icon {
    opacity: .75;
  }

  .service-block-1 {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-15 {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .mask-2 {
    border-radius: 20px 20px 0 0;
  }

  .service-block-2 {
    flex-flow: row-reverse wrap-reverse;
    padding-left: 0;
    padding-right: 0;
  }

  .service-slider-2 {
    background-color: #fff;
    border-width: 0;
    border-radius: 20px 20px 0 0;
    width: 100%;
    margin-top: 0;
    margin-bottom: -100px;
  }

  .image-10, .image-11 {
    overflow: hidden;
  }

  .service-block-3 {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .service-text-2 {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .service-slider-3 {
    background-color: #fff0;
    border-width: 0;
    width: 100%;
    margin-top: 0;
    margin-bottom: -100px;
  }

  .service-text-3 {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .image-13, .image-15 {
    overflow: hidden;
  }

  .quick-stack-service {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .udesly-button-navigation-secondary.udesly-full {
    flex: 1;
  }

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

  .udesly-lottie-animation {
    width: 20px;
    height: 20px;
  }

  .udesly-menu-button {
    width: 36px;
    height: 36px;
  }

  .udesly-nav-link.udesly-dropdown:hover {
    color: #fff;
  }

  .service-block-4 {
    flex-flow: row-reverse wrap-reverse;
    padding-left: 0;
    padding-right: 0;
  }

  .service-slider-4 {
    background-color: #fff;
    border-width: 0;
    border-radius: 20px 20px 0 0;
    width: 100%;
    margin-top: 0;
    margin-bottom: -100px;
  }

  .service-text-4 {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .padding-wrap-second {
    padding-top: 40px;
  }

  .padding-wrap-firs {
    background-image: linear-gradient(50deg, #27213c 40%, #f97417);
  }

  .slider-card-1 {
    background-color: #fff;
    border-width: 0;
    border-radius: 20px 20px 0 0;
    width: 100%;
  }

  .slider-card-1.full-witdh {
    background-color: #fff0;
    width: 100%;
    margin-top: 0;
    margin-bottom: -100px;
  }

  .slider-service-1 {
    background-color: #fff;
    border-width: 0;
    border-radius: 20px 20px 0 0;
    width: 100%;
  }

  .slider-service-1.full-witdh, .slider-service-1.full-witdh-copy {
    background-color: #fff0;
    width: 100%;
    margin-top: 0;
    margin-bottom: -100px;
  }

  .padding-wrap-ready {
    padding-top: 80px;
  }

  .overlay-half {
    background-image: linear-gradient(90deg, #000c 80%, #fff0);
  }

  .text-block-5, .text-block-6 {
    text-align: left;
  }

  .div-contact.hero-section-contact {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .schnelllinks {
    padding-bottom: 20px;
  }

  .code-embed-4 {
    width: 50px;
    height: 30px;
  }

  .textarea-home {
    padding-bottom: 60px;
    font-size: 16px;
  }

  .slider-service-2 {
    background-color: #fff;
    border-width: 0;
    border-radius: 20px 20px 0 0;
    width: 100%;
  }

  .slider-service-2.full-witdh, .slider-service-2.full-witdh-copy {
    background-color: #fff0;
    width: 100%;
    margin-top: 0;
    margin-bottom: -100px;
  }

  .back-link {
    color: var(--_typography---white);
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
  }

  .back-link:hover {
    color: var(--_typography---color);
  }

  .padding-wrap-first-temp {
    background-image: linear-gradient(50deg, #27213c 40%, #f97417);
  }

  .padding-wrap-second-temp {
    padding-top: 40px;
  }

  .heading-temp {
    font-family: Montserrat, sans-serif;
    font-size: 30px;
  }

  .paragraph--temp {
    font-size: 16px;
  }

  .slider-service-1-temp {
    background-color: #fff;
    border-width: 0;
    border-radius: 20px 20px 0 0;
    width: 100%;
  }

  .slider-service-1-temp.full-witdh, .slider-service-1-temp.full-witdh-copy {
    background-color: #fff0;
    width: 100%;
    margin-top: 0;
    margin-bottom: -100px;
  }

  .slider-service-1-energie {
    background-color: #fff;
    border-width: 0;
    border-radius: 20px 20px 0 0;
    width: 100%;
  }

  .slider-service-1-energie.full-witdh, .slider-service-1-energie.full-witdh-copy {
    background-color: #fff0;
    width: 100%;
    margin-top: 0;
    margin-bottom: -100px;
  }

  .service-heading-energie {
    font-size: 30px;
  }

  .text-block-7, .text-block-8 {
    font-size: 14px;
  }

  .ueber-uns-her {
    border-bottom-color: var(--_typography---white);
    height: auto;
  }

  .icon-lottie {
    max-width: 150px;
  }

  .paragraph-15 {
    text-align: left;
    font-size: 16px;
  }

  .paragraph-16, .paragraph-17 {
    font-size: 16px;
  }

  .about-us-part {
    border-bottom: 5px solid #fff;
  }

  .about-wrap-firs-copy {
    background-image: linear-gradient(50deg, #27213c 40%, #f97417);
    border-bottom-width: 0;
  }

  .rl_footer3_spacing-block-5 {
    padding-bottom: 1.5rem;
  }

  .rl_footer3_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

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

  .rl_footer3_spacing-block-1 {
    padding-bottom: 1.5rem;
  }

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

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

  .rl_footer3_spacing-block-3 {
    padding-bottom: 1.5rem;
  }

  .rl_footer3_spacing-block-4 {
    padding-bottom: 3rem;
  }

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

  .rl-padding-global-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .our-story {
    text-align: left;
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    line-height: 1;
  }

  .padding-wrap-about-us {
    padding-top: 80px;
  }

  .overlay-half-about {
    background-image: linear-gradient(90deg, #000c 80%, #fff0);
  }

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

  .energetische-sanierung-h, .window-h, .garden-h {
    text-align: left;
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    line-height: 1;
  }

  .padding-wrap-renovation {
    background-image: linear-gradient(143deg, #27213c, #fff0);
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .renovation-h, .dry-h {
    text-align: left;
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    line-height: 1;
  }

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

  .padding-wrap-home {
    background-image: none;
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .hero-subscribe-left {
    padding: 60px 15px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .div-block.hero-section-anim {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-3 {
    background-image: linear-gradient(0deg, #04213499 100%, #fff), linear-gradient(#1d262c, #3a424791 100%, #fff);
  }

  .heading {
    font-size: 34px;
  }

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

  .button-2 {
    margin-left: auto;
    margin-right: auto;
  }

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

  .image {
    max-width: 70%;
  }

  .menu-button {
    background-color: var(--_typography---primary-blue);
    opacity: 1;
    mix-blend-mode: normal;
  }

  .menu-button.w--open {
    opacity: 1;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .call-icon {
    max-width: 30px;
    height: 30px;
  }

  .quick-stack {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    font-size: 10px;
  }

  .link-2 {
    font-size: 10px;
  }

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

  .section-3, .quick-stack-2, .container-leistungen {
    padding-left: 0;
    padding-right: 0;
  }

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

  .nav-menu-2 {
    background-color: #27213c;
  }

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

  .quick-stack-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .detail-cell-form {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

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

  .quick-stack-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .location-heading {
    text-align: left;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
  }

  .call-icon-secondary {
    max-width: 30px;
  }

  .form-cell {
    box-shadow: none;
    border-radius: 10px;
  }

  .text-field.border-form, .text-field-2 {
    height: 40px;
  }

  .submit-button {
    width: auto;
  }

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

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

  .paddiingcontainer-contact {
    padding-left: 20px;
    padding-right: 20px;
  }

  .padding-wrap {
    background-image: linear-gradient(143deg, #27213c, #fff0), linear-gradient(288deg, #f57217 8%, #fff0 55%);
    justify-content: flex-start;
    align-items: center;
    padding-top: 220px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-9 {
    height: 100vh;
    position: relative;
  }

  .section-10 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .padding-wrap--service {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .code-embed-3 {
    height: auto;
  }

  .quick-stack-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .form-block-iphone {
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-4 {
    color: var(--dfdfdf);
  }

  .heading-12 {
    font-size: 26px;
  }

  .paragraph-9 {
    font-size: 14px;
  }

  .slider-3 {
    background-color: #27213c;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    height: 350px;
  }

  .slider-3.full-witdh, .slider-3.full-witdh-copy {
    background-color: #fff0;
  }

  .img-gallery-main {
    height: 250px;
  }

  .div-block-15 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mask-2 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .image-10 {
    top: -60px;
    right: -50px;
  }

  .image-11 {
    max-width: 100%;
    inset: auto auto -100px -100px;
  }

  .service-slider-3 {
    background-color: #fff0;
  }

  .image-13 {
    bottom: -100px;
    left: -100px;
  }

  .image-14 {
    top: -50px;
    left: -50px;
  }

  .image-15 {
    inset: auto -100px -100px auto;
  }

  .image-16 {
    top: -50px;
    right: -60px;
  }

  .quick-stack-service {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .udesly-button-navigation-secondary.udesly-full {
    border: 1px solid #d4d4d4;
    width: 100%;
  }

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

  .udesly-menu-buttons {
    flex-direction: column;
  }

  .udesly-button-navigation {
    text-align: center;
    width: 100%;
  }

  .udesly-dropdown-link {
    color: var(--_typography---white);
    justify-content: flex-start;
    align-items: center;
  }

  .image-17 {
    height: 60px;
  }

  .padding-wrap-second {
    justify-content: flex-start;
    align-items: center;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .padding-wrap-firs {
    justify-content: flex-start;
    align-items: center;
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-card-1 {
    background-color: #27213c;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    height: 350px;
  }

  .slider-card-1.full-witdh {
    background-color: #fff0;
  }

  .bold-text {
    font-size: 26px;
  }

  .slider-service-1 {
    background-color: #27213c;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    height: 350px;
  }

  .slider-service-1.full-witdh, .slider-service-1.full-witdh-copy {
    background-color: #fff0;
  }

  .ready-inner-block {
    padding-left: 0;
  }

  .div-block-19 {
    padding-right: 0;
  }

  .padding-wrap-ready {
    justify-content: flex-start;
    align-items: center;
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .overlay-half {
    background-image: linear-gradient(90deg, #000c 100%, #fff0);
  }

  .quick-stack-9 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-contact.hero-section-anim, .div-contact.hero-section-contact {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .overlay-hero-home {
    background-image: linear-gradient(#0009, #0009);
  }

  .form-block-contact {
    padding-left: 10px;
    padding-right: 10px;
  }

  .para-contact {
    font-size: 14px;
  }

  .contactstack, .schnelllinks {
    padding-left: 0;
    padding-right: 0;
  }

  .location-heading-contact {
    text-align: left;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
  }

  .link-forms-contact {
    text-align: left;
  }

  .code-embed-4 {
    height: 30px;
  }

  .location-heading-home {
    text-align: left;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
  }

  .form-block-home {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-field-home.border-form, .text-field-home.border-form--home {
    height: 40px;
  }

  .slider-service-2 {
    background-color: #27213c;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    height: 350px;
  }

  .slider-service-2.full-witdh, .slider-service-2.full-witdh-copy {
    background-color: #fff0;
  }

  .hero-services-tmp {
    background-position: 0 0, 100% 0;
    height: 100vh;
    position: relative;
  }

  .back-link {
    color: var(--dfdfdf);
  }

  .link-block-3.back-link {
    margin-bottom: 20px;
  }

  .button-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .padding-wrap-first-temp {
    justify-content: flex-start;
    align-items: center;
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .padding-wrap-second-temp {
    justify-content: flex-start;
    align-items: center;
    padding-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .quick-stack-temp {
    padding-left: 10px;
    padding-right: 10px;
  }

  .slider-service-1-temp {
    background-color: #27213c;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    height: 350px;
  }

  .slider-service-1-temp.full-witdh, .slider-service-1-temp.full-witdh-copy {
    background-color: #fff0;
  }

  .service-card-text-energie {
    padding-left: 10px;
    padding-right: 10px;
    font-family: Montserrat, sans-serif;
  }

  .slider-service-1-energie {
    background-color: #27213c;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    height: 350px;
  }

  .slider-service-1-energie.full-witdh, .slider-service-1-energie.full-witdh-copy {
    background-color: #fff0;
  }

  .heading-14 {
    font-family: Montserrat, sans-serif;
    font-size: 24px;
  }

  .paragraph-14 {
    font-size: 16px;
  }

  .service-heading-energie {
    font-size: 24px;
  }

  .bold-text-2 {
    font-size: 28px;
  }

  .text-block-7 {
    font-size: 14px;
  }

  .padding-wrap-energie {
    justify-content: flex-start;
    align-items: center;
    padding-top: 220px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-8 {
    font-size: 14px;
  }

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

  .link-block-3-copy.back-link {
    margin-bottom: 20px;
  }

  .hero-proof-tmp {
    height: 100vh;
    position: relative;
  }

  .ueber-uns-her {
    height: auto;
    position: relative;
  }

  .about-wrap-firs-copy {
    justify-content: flex-start;
    align-items: center;
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-us-stack {
    padding-left: 10px;
    padding-right: 10px;
  }

  .rl-padding-global-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .our-story {
    font-size: 28px;
  }

  .padding-wrap-about-us {
    justify-content: flex-start;
    align-items: center;
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .overlay-half-about {
    background-image: linear-gradient(90deg, #000c 100%, #fff0);
  }

  .brand {
    padding-left: 0;
  }

  .energetische-sanierung-h, .kontakt-h, .window-h, .garden-h {
    font-size: 26px;
  }

  .padding-wrap-renovation {
    background-image: linear-gradient(143deg, #27213c, #fff0);
    justify-content: flex-start;
    align-items: center;
    padding-top: 220px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .renovation-h, .dry-h {
    font-size: 26px;
  }

  .padding-wrap-home {
    background-image: none;
    justify-content: flex-start;
    align-items: center;
    padding-top: 220px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-block-home {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }
}

#w-node-dc892943-326d-fcb5-cdc5-1960552417ae-baef47c9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-dc892943-326d-fcb5-cdc5-1960552417b4-baef47c9 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-e9d9cc87-1c75-5e1d-a16f-dc20108a3d39-baef47c9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e9c84e39-5a2e-5d16-e219-7877d500b581-baef47c9 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a1faa62c-8d75-86c7-9d38-27cb8ccaddba-baef47c9 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-e0e48a55-39cd-b798-ebdb-ed284fa9cb20-baef47c9 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-eafdb2fd-6234-474d-05db-01d74e99bbf8-baef47c9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7b56643e-3c4a-30a5-18dc-25f11b4239b2-baef47c9 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_036bfbaf-e2a7-a8d0-a67f-1a6ccab3f8fd-cab3f8fc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-e69ea66c-b8d1-379c-3cd4-006637d2334e-37d23335 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e69ea66c-b8d1-379c-3cd4-006637d23354-37d23335 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-baef47d1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-baef47d1 {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-baef47d1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-baef47d1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-baef47d1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-baef47d1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-baef47d1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-baef47d1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-baef47d1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-baef47d1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-baef47d1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-baef47d1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-baef47d1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-baef47d1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-baef47d1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-baef47d1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-baef47d1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-baef47d1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-baef47d1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-baef47d1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-baef47d1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-baef47d1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-baef47d1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-baef47d1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-baef47d1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-baef47d1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-baef47d1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-baef47d1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-baef47d1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-baef47d1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-baef47d1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-baef47d1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-baef47d1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-baef47d1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-baef47d1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-baef47d1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-baef47d1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-baef47d1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-baef47d1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-baef47d1 {
  justify-self: start;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794ca-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794cb-baef47d1 {
  justify-self: start;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534b-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534c-baef47d1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-baef47d1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-baef47d1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-baef47d1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-baef47d1 {
  justify-self: start;
}

#w-node-f850239f-5feb-931e-45b8-7b579b43a164-baef47d1, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-baef47d1, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-baef47d1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-baef47d1, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-baef47d1, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-baef47d1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-baef47d1, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-baef47d1, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-baef47d1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-baef47d1, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-baef47d1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-baef47d1, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-baef47d1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-baef47d1, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-baef47d1, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-baef47d1, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-baef47d1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-baef47d1, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-baef47d1, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-baef47d1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-baef47d1, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-baef47d1, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-baef47d1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-baef47d1, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-baef47d1, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-baef47d1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-baef47d1, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-baef47d1, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-baef47d1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-baef47d1, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-baef47d1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-baef47d1, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-baef47d1, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-baef47d1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-baef47d1, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-baef47d1, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-baef47d1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-baef47d1, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-baef47d1, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-baef47d1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-baef47d1, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-baef47d1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-baef47d1, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f17-baef47d1, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f18-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f19-baef47d1 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f1d-baef47d1, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f22-baef47d1, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f23-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f24-baef47d1 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2a-baef47d1, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2f-baef47d1, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f30-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f31-baef47d1 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f37-baef47d1, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3c-baef47d1, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3d-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3e-baef47d1 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f46-baef47d1, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4c-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4d-baef47d1 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f53-baef47d1, #w-node-d37b2579-9d18-04c9-4090-52481ef792d1-baef47d1, #w-node-d37b2579-9d18-04c9-4090-52481ef792d2-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792d3-baef47d1 {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792dc-baef47d1, #w-node-d37b2579-9d18-04c9-4090-52481ef792dd-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792de-baef47d1 {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e7-baef47d1, #w-node-d37b2579-9d18-04c9-4090-52481ef792e8-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e9-baef47d1 {
  justify-self: start;
}

#w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d284-baef47d1, #w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d285-baef47d1, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506421-baef47d1, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506422-baef47d1, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd443-baef47d1, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd444-baef47d1, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44a-baef47d1, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44b-baef47d1, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-baef47d1, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-baef47d1, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-baef47d1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-baef47d1, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-baef47d1, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-baef47d1, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-baef47d1, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-baef47d1, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-baef47d1, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-baef47d1, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-baef47d1, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-baef47d1, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-baef47d1, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-baef47d1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-baef47d1, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-baef47d1, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-baef47d1 {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-baef47d1, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-baef47d1, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-baef47d1, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-baef47d1, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-baef47d1 {
  justify-self: start;
}

#w-node-efe47a2c-71a3-58fc-52e2-5719cef52200-baef47d1, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55803-baef47d1, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55804-baef47d1, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55805-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55806-baef47d1 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55808-baef47d1, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580b-baef47d1, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580f-baef47d1, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55810-baef47d1, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55811-baef47d1, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581a-baef47d1, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581b-baef47d1, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581c-baef47d1, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55825-baef47d1, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55826-baef47d1, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55827-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55828-baef47d1 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5582e-baef47d1, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5582f-baef47d1, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55830-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55831-baef47d1 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55833-baef47d1, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55837-baef47d1, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55838-baef47d1, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55839-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5583a-baef47d1, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5583c-baef47d1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-baef47d1, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-baef47d1, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-baef47d1, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-baef47d1, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-baef47d1, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-baef47d1, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-baef47d1, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-baef47d1, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-baef47d1, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-baef47d1, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-baef47d1, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-baef47d1, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-baef47d1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-baef47d1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-baef47d1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-baef47d1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-baef47d1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-baef47d1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-baef47d1, #w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-baef47d1, #w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-baef47d1, #w-node-dcc5fc80-562f-447f-055c-339db14678d8-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-baef47d1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-baef47d1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-baef47d1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-baef47d1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-baef47d1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-baef47d1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-baef47d1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-baef47d1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-baef47d1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-baef47d1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-baef47d1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-baef47d1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-baef47d1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-baef47d1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-baef47d1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-baef47d1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-baef47d1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-baef47d1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-baef47d1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-baef47d1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-baef47d1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-baef47d1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-baef47d1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-baef47d1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-baef47d1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-baef47d1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-baef47d1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-baef47d1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-baef47d1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-baef47d1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-baef47d1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-baef47d1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-baef47d1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-baef47d1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-baef47d1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-baef47d1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-baef47d1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-baef47d1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-baef47d1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-baef47d1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-baef47d1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-baef47d1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-baef47d1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-baef47d1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-baef47d1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-baef47d1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-baef47d1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-baef47d1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-baef47d1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-baef47d1, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-baef47d1, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-baef47d1 {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-baef47d1, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-baef47d1, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-baef47d1 {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-baef47d1, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-baef47d1, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-baef47d1 {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-baef47d1, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-baef47d1, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-baef47d1 {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-baef47d1, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-baef47d1, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-baef47d1 {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-baef47d1, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-baef47d1, #w-node-ee961e8d-845a-edc3-3307-509470022457-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-baef47d1 {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-baef47d1, #w-node-ee961e8d-845a-edc3-3307-50947002245b-baef47d1, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-baef47d1 {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-baef47d1, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-baef47d1, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-baef47d1 {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-baef47d1, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-baef47d1, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-baef47d1 {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-baef47d1, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-baef47d1, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-baef47d1 {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-baef47d1, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-baef47d1, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-baef47d1 {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-baef47d1, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-baef47d1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-baef47d1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-baef47d1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-baef47d1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-baef47d1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-baef47d1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-baef47d1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-baef47d1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-baef47d1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-baef47d1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-baef47d1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-baef47d1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-baef47d1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-baef47d1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-baef47d1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-baef47d1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-baef47d1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-baef47d1 {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-baef47d1 {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-baef47d1 {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-baef47d1 {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-baef47d1 {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-baef47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-baef47d1 {
  justify-self: start;
}

#w-node-a942aba4-5bd9-a614-f82e-7d1b596c27ee-c49d9531, #w-node-a51b4a2f-3798-7465-6547-9a8e1ef42bdb-693370ec {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a51b4a2f-3798-7465-6547-9a8e1ef42be1-693370ec {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_9e9650b6-4395-278b-d877-be6516315f74-337100d5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_8b28f1a1-480b-d8aa-c162-1820b29e16c2-337100d5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_182de276-3a0a-a35d-28bf-95b18b318395-8b318393 {
  grid-template-rows: auto;
  grid-template-columns: 6.5fr .25fr 1fr;
}

#w-node-_182de276-3a0a-a35d-28bf-95b18b318397-8b318393, #w-node-_182de276-3a0a-a35d-28bf-95b18b31839e-8b318393 {
  grid-template-rows: minmax(80px, 80px) auto;
  grid-template-columns: 1fr;
}

#w-node-_4d499f9b-947f-9286-8b4c-95eed5cce2e5-8b318393 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8ea971d8-7f2f-8354-bd72-7dccefbf8652-8b318393 {
  grid-template-rows: minmax(80px, 80px) auto;
  grid-template-columns: 1fr;
}

#w-node-_8ea971d8-7f2f-8354-bd72-7dccefbf8657-8b318393, #w-node-_8b28f1a1-480b-d8aa-c162-1820b29e16c2-3ad1a10e, #w-node-_8b28f1a1-480b-d8aa-c162-1820b29e16c2-4e3f4395, #w-node-_8b28f1a1-480b-d8aa-c162-1820b29e16c2-0fcf20dd, #w-node-_8b28f1a1-480b-d8aa-c162-1820b29e16c2-f0e52c6f, #w-node-_8b28f1a1-480b-d8aa-c162-1820b29e16c2-825d5ecb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-cc557526-8109-9110-b350-56d476323663-81d77498 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-e946c35b-86cb-9eba-e34e-557b04f9ca77-81d77498 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_752bcb6c-c522-2881-e90d-e6755ca9b50f-81d77498 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (min-width: 1280px) {
  #w-node-e0e48a55-39cd-b798-ebdb-ed284fa9cb20-baef47c9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #w-node-_182de276-3a0a-a35d-28bf-95b18b318395-8b318393 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr 2.25fr;
  }

  #w-node-_4d499f9b-947f-9286-8b4c-95eed5cce2e5-8b318393, #w-node-_8ea971d8-7f2f-8354-bd72-7dccefbf8657-8b318393 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  #w-node-e9d9cc87-1c75-5e1d-a16f-dc20108a3d39-baef47c9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a1faa62c-8d75-86c7-9d38-27cb8ccaddba-baef47c9 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-e0e48a55-39cd-b798-ebdb-ed284fa9cb20-baef47c9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-eafdb2fd-6234-474d-05db-01d74e99bbf8-baef47c9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_036bfbaf-e2a7-a8d0-a67f-1a6ccab3f8fd-cab3f8fc {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-a942aba4-5bd9-a614-f82e-7d1b596c27ee-c49d9531, #w-node-a51b4a2f-3798-7465-6547-9a8e1ef42bdb-693370ec {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9e9650b6-4395-278b-d877-be6516315f74-337100d5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_8b28f1a1-480b-d8aa-c162-1820b29e16c2-337100d5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_182de276-3a0a-a35d-28bf-95b18b318395-8b318393 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8b28f1a1-480b-d8aa-c162-1820b29e16c2-3ad1a10e, #w-node-_8b28f1a1-480b-d8aa-c162-1820b29e16c2-4e3f4395, #w-node-_8b28f1a1-480b-d8aa-c162-1820b29e16c2-0fcf20dd, #w-node-_8b28f1a1-480b-d8aa-c162-1820b29e16c2-f0e52c6f, #w-node-_8b28f1a1-480b-d8aa-c162-1820b29e16c2-825d5ecb {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e946c35b-86cb-9eba-e34e-557b04f9ca77-81d77498 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_752bcb6c-c522-2881-e90d-e6755ca9b50f-81d77498 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e0e48a55-39cd-b798-ebdb-ed284fa9cb20-baef47c9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_036bfbaf-e2a7-a8d0-a67f-1a6ccab3f8fd-cab3f8fc {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_9e9650b6-4395-278b-d877-be6516315f74-337100d5, #w-node-cc557526-8109-9110-b350-56d476323663-81d77498, #w-node-e946c35b-86cb-9eba-e34e-557b04f9ca77-81d77498 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e0e48a55-39cd-b798-ebdb-ed284fa9cb20-baef47c9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_036bfbaf-e2a7-a8d0-a67f-1a6ccab3f8fd-cab3f8fc {
    grid-template-rows: minmax(auto, 1fr);
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_9e9650b6-4395-278b-d877-be6516315f74-337100d5, #w-node-e946c35b-86cb-9eba-e34e-557b04f9ca77-81d77498 {
    grid-template-rows: minmax(auto, 1fr);
    grid-template-columns: 1fr;
  }
}


