@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-VariableItalic.ttf') format("truetype");
  font-weight: 200 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Generalsans variable;
  src: url('../fonts/GeneralSans-Variable.ttf') format("truetype");
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gambetta variable;
  src: url('../fonts/Gambetta-Variable.ttf') format("truetype");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gambetta;
  src: url('../fonts/Gambetta-VariableItalic.ttf') format("truetype");
  font-weight: 300 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Coolvetica Compressed Hv;
  src: url('../fonts/coolvetica-compressed-hv.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Coolvetica Condensed Rg;
  src: url('../fonts/coolvetica-condensed-rg.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Coolvetica Crammed Rg;
  src: url('../fonts/coolvetica-crammed-rg.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Coolvetica Rg It;
  src: url('../fonts/coolvetica-rg-it.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Coolvetica Rg;
  src: url('../fonts/coolvetica-rg.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --bkg: #f1f0ed;
  --black: #111;
  --outline-dark: #dfdedb;
  --enfit-green: #216a54;
  --background: #f5f6f6;
  --light-grey: #ceccc8;
  --light-outline: #eceaea40;
  --white-smoke: white;
  --gainsboro: #e3e2df;
  --enfit-mint-green: #b5d4c3;
  --enfit-bg: #f1f0ec;
}

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

body {
  background-color: var(--bkg);
  color: var(--black);
  font-family: Generalsans variable, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans variable, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

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

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

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

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

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

.utility-page_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-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

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

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 8rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 10rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

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

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 4.5rem;
}

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

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2.5rem;
}

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

.margin-xxlarge {
  margin: 5rem;
}

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

.margin-xhuge {
  margin: 8rem;
}

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

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

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

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

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

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

.padding-vertical.padding-xlarge {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.padding-vertical.padding-xhuge.smaller {
  padding-top: 4rem;
}

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

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

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

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

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

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

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

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

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

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

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #0073e61a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: .875rem;
  height: .875rem;
  display: flex;
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

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

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

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

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

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

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

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

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

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

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

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

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

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

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

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

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

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

.form_message-success {
  background-color: var(--bkg);
  border-radius: .625rem;
  padding: 0 1.25rem;
}

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

.heading-style-h3 {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.heading-style-h3.text-style-allcaps.font-style-2.smaller {
  font-size: 1.75rem;
}

.heading-style-h3.text-style-allcaps.font-style-2.tiny {
  font-size: 1.5rem;
}

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

.text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 2.875rem;
  font-weight: 500;
}

.text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 500;
}

.text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 500;
}

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

.text-rich-text p {
  color: #111111d9;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

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

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

.icon-1x1-medium {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  overflow: hidden;
}

.heading-style-h1 {
  letter-spacing: 0;
  font-size: 5.5rem;
  font-weight: 400;
  line-height: 1.1;
}

.heading-style-h1.text-align-center {
  text-align: center;
  text-transform: uppercase;
  font-size: 3.75rem;
  font-weight: 600;
}

.heading-style-h1.text-align-center.x {
  font-family: Generalsans variable, sans-serif;
  font-size: 5rem;
  font-weight: 400;
}

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #0073e61a;
  border: 1px dashed #0073e6;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

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

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

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

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

.text-size-regular {
  font-size: 1.1rem;
  line-height: 1.55;
}

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

.text-size-regular.text-style-muted.text-style-2lines {
  overflow: hidden;
}

.text-size-regular.text-style-muted.text-under {
  margin-bottom: 2rem;
}

.text-size-regular.text-style-allcaps.font-style-2.text-align-center {
  font-weight: 300;
}

.text-size-regular.bigger {
  font-size: 2.25rem;
}

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

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

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

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

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

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

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

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

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

.text-size-small {
  text-transform: none;
  padding-top: 0;
  font-size: .875rem;
}

.text-size-small.capitalize {
  text-transform: uppercase;
  font-size: .755rem;
}

.text-size-small.capitalize.navbar_menu-full {
  text-align: center;
  place-items: center;
  font-size: .875rem;
}

.text-size-small.capitalize.nav-kontakt {
  font-size: .8rem;
}

.heading-style-h4 {
  text-transform: none;
  margin-top: 1.5rem;
  font-size: 1.2rem;
  line-height: .9;
}

.heading-style-h4.bold {
  text-align: center;
  width: 100%;
  margin-top: 1.25rem;
  margin-bottom: .25rem;
  font-weight: 600;
}

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

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

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

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

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

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

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

.form_input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

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

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

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

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

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

.text-style-link {
  color: #000c;
  margin-right: 2px;
  text-decoration: none;
}

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

.fs-styleguide_header {
  background-color: #0000000d;
}

.heading-style-h2 {
  z-index: 100;
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
}

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

.heading-style-h2.center {
  text-align: center;
}

.heading-style-h2.center._3rem {
  font-size: 3rem;
}

.heading-style-h2.bold {
  text-align: center;
  font-weight: 500;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

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

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

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

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

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

.container-large.hqf {
  max-width: 70rem;
}

.container-large.hqf.ppwr {
  max-width: none;
}

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

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

.overflow-scroll {
  overflow: scroll;
}

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

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

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

.text-align-center.leistungen {
  font-size: 2.5rem;
}

.form_component {
  margin-bottom: 0;
}

.main-wrapper {
  background-color: var(--outline-dark);
  padding: 0;
}

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

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

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

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

.button {
  border: 1px solid var(--outline-dark);
  color: #000;
  text-align: center;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: .65rem 1.3rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-small {
  padding: .4rem 1.1rem;
}

.button.is-small.kontakt {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
}

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

.button.is-secondary {
  border: 1px solid var(--bkg);
  background-color: var(--bkg);
  color: var(--black);
}

.button.is-secondary.green {
  background-color: var(--enfit-green);
  color: var(--background);
  padding-left: 2rem;
  padding-right: 2rem;
}

.button.is-secondary.green.tabs {
  border-color: var(--light-grey);
  background-color: var(--light-outline);
  color: var(--black);
  margin-right: 20px;
}

.button.is-secondary.green.tabs.w--current {
  background-color: var(--enfit-green);
  color: var(--background);
  margin-right: 20px;
}

.button.is-secondary.light {
  border-color: var(--light-grey);
  margin-right: 20px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.button.is-secondary.light.tabs.w--current {
  background-color: var(--enfit-green);
  color: var(--background);
}

.button.is-secondary.light.youtube {
  color: var(--background);
  background-color: #45a0f5;
  border-width: 1px;
}

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

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

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

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

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

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

.hide {
  display: none;
}

.hide.slider-nav {
  z-index: 1000;
  width: 500px;
  height: 500px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

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

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

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

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

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

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

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

.image-fill.contain {
  object-fit: contain;
}

.image-fill.cover {
  overflow: clip;
}

.image-fill.cover.ppwr {
  aspect-ratio: auto;
  object-fit: cover;
  overflow: clip;
}

.icon-1x1-tiny {
  justify-content: center;
  align-items: center;
  width: .7rem;
  height: .7rem;
  display: flex;
  overflow: hidden;
}

.font-style-2 {
  font-family: Generalsans variable, sans-serif;
  font-weight: 400;
}

.subtitle {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.clip {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.clip.nav-drop {
  padding-left: 0;
  padding-right: 20px;
}

.navbar_com {
  background-color: #ddd0;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  display: flex;
}

.navbar-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  height: 4rem;
  display: grid;
}

.vavbar_link {
  color: var(--black);
  text-decoration: none;
}

.nav-menu {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-banner {
  z-index: 1;
  justify-content: center;
  align-items: center;
  min-height: 37.5rem;
  margin-top: -.625rem;
  margin-bottom: -.625rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.placeholder-item {
  border-top: 1px solid var(--outline-dark);
  border-bottom: 1px none var(--outline-dark);
  background-color: var(--white-smoke);
  margin-bottom: -10rem;
  padding-bottom: 10rem;
  position: relative;
  top: 0;
}

.brand {
  color: var(--black);
  text-transform: uppercase;
  align-items: center;
  font-family: Generalsans variable, sans-serif;
  font-size: 1rem;
  line-height: 1;
  display: flex;
}

.hyperlink {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  color: #111111bf;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.navbar {
  z-index: 1000;
  border-bottom: 1px none var(--outline-dark);
  background-color: var(--bkg);
  justify-content: center;
  align-items: stretch;
  height: 12vh;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.image-overlay {
  z-index: 100;
  background-color: #11111173;
  position: absolute;
  inset: 0%;
}

.image-overlay.light-overlay {
  background-color: #11111126;
}

.image-overlay.background-image {
  background-image: url('../images/globelet-reusable-wqrACNEel58-unsplash_1.webp');
  background-position: 50% 0;
  background-size: cover;
}

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

.hover-text.bottom {
  text-align: center;
  position: absolute;
  bottom: -100%;
}

.word-one {
  font-size: 1.875rem;
  display: inline-block;
}

.word-one.bigger {
  font-size: 2.5rem;
}

.word-one.bigger._2rem {
  font-size: 2rem;
}

.word-two {
  display: inline-block;
}

.word-three {
  font-size: 1.875rem;
  display: inline-block;
}

.word-three.bigger, .word-three.bigger._2rem {
  font-size: 2.5rem;
}

.word-three.bigger._1-5rem {
  font-size: 2rem;
}

.navbar_left {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: stretch;
  display: flex;
}

.home-hero_com {
  min-height: 100vh;
  padding-top: 4rem;
  padding-bottom: 1rem;
  display: flex;
}

.home-hero_content {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  color: var(--bkg);
  border-radius: .625rem;
  flex-flow: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center;
  width: 100%;
  padding: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-hero_title {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 55rem;
  display: flex;
  position: relative;
}

.home-hero_title.breiter {
  max-width: 75rem;
}

.scroll-base {
  z-index: 100;
  border: 1px solid #f1f0ed26;
  border-radius: 100rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.875rem;
  height: 2.875rem;
  display: flex;
  position: relative;
}

.home-hero_bkg {
  z-index: 1;
  border-radius: .625rem;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.home-hero_intro {
  z-index: 10;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 55rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.home-call {
  overflow: hidden;
}

.home-call_com {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  padding-top: 9rem;
  padding-bottom: 9rem;
  display: grid;
}

.home-call_com.second {
  height: 100%;
}

.home-call_intro {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 35rem;
  max-width: 40rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.home-call_intro.seond {
  max-width: 45rem;
}

.text-size-xl {
  font-size: 2.875rem;
  line-height: 1.3;
}

.text-size-xl.text-align-center.text-style-allcaps.white {
  color: var(--background);
  font-weight: 500;
}

.home-slider_com {
  flex-direction: column;
  padding-bottom: 1rem;
  display: flex;
}

.home-slider {
  z-index: 10;
  background-color: var(--bkg);
  border-bottom-right-radius: .625rem;
  border-bottom-left-radius: .625rem;
  position: relative;
  overflow: hidden;
}

.home-slider_top {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px dashed var(--outline-dark);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.home-slider_list {
  display: flex;
}

.home-slider_item {
  grid-column-gap: 1.35rem;
  grid-row-gap: 1.35rem;
  border-right: 1px dashed var(--outline-dark);
  color: var(--black);
  cursor: pointer;
  flex-direction: column;
  flex: none;
  width: 33.33%;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  text-decoration: none;
  display: flex;
}

.home-slider_image {
  background-color: var(--gainsboro);
  border-radius: .4rem;
  position: relative;
  overflow: hidden;
}

.home-slider_image-ht {
  padding: 70% 0% 0%;
}

.home-slider_info {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 10rem;
  padding-left: .4rem;
  padding-right: .4rem;
  display: flex;
}

.home-banner_bkg {
  z-index: 5;
  position: absolute;
  inset: 0%;
}

.home-benefits {
  z-index: 10;
  border-bottom: 1px none var(--outline-dark);
  background-color: var(--bkg);
  border-top-left-radius: .625rem;
  border-top-right-radius: .625rem;
  position: relative;
}

.home-benefits_com {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  display: grid;
}

.home-benefits_com.ppwr {
  flex-flow: column;
  display: flex;
}

.home-benefits_img {
  background-color: var(--outline-dark);
  border-radius: .625rem;
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
}

.home-benefits_left {
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-width: auto;
  max-width: none;
  padding-top: 4rem;
  padding-bottom: 2rem;
  padding-right: 6rem;
  display: grid;
  overflow: visible;
}

.home-benefits_left.hqf {
  grid-template-rows: 1fr;
  padding-top: 0;
  padding-bottom: 0;
}

.home-benefits_left.about {
  grid-column-gap: 2rem;
  padding-top: 2rem;
  padding-right: 0;
}

.home-benefits_left.ppwr {
  justify-content: center;
  align-items: center;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.home-benefits_nav {
  flex-direction: column;
  margin-left: -1.5rem;
  display: flex;
}

.home-benefits_image {
  z-index: 10;
  background-color: var(--outline-dark);
  border-radius: .625rem;
  height: 20rem;
  min-height: 100%;
  position: relative;
  overflow: hidden;
}

.home-benefits_image.bg-none {
  background-color: var(--light-outline);
  height: 30rem;
}

.home-benefits_nav-item {
  border-top: 1px none var(--outline-dark);
  cursor: pointer;
  background-color: #e3e2df00;
  border-radius: .5rem;
  align-items: center;
  padding: 0 1.5rem;
  transition: background-color .2s linear;
  display: flex;
  position: relative;
}

.home-benefits_nav-item.fs-sliderdots_active {
  background-color: var(--enfit-mint-green);
}

.home-benifits_nav {
  z-index: 200;
  background-color: var(--black);
  border-radius: 100rem;
  width: 2rem;
  height: 2rem;
  position: relative;
}

.hidden-slide-nav {
  flex-direction: column;
  padding: 1.4rem;
  display: none;
}

.home-benefits_text-slider {
  background-color: #ddd0;
  width: 100%;
  height: auto;
  overflow: visible;
}

.home-benefits_descript {
  max-width: 30rem;
}

.home-benefits_descript.longer {
  max-width: 45rem;
}

.home-benefits_descript.ppwr {
  max-width: 90%;
}

.slide-nav {
  display: none;
  position: static;
  bottom: -2rem;
}

.home-benefits_intro {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.home-benefits_top {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.home-benefits_top.homepage {
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 8rem;
}

.home-benefits_top.ppwr {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 4em;
}

.home-benefits_right-slide {
  overflow: hidden;
}

.mask {
  border-radius: .625rem;
}

.home-benefits_slide-wrap {
  height: 100%;
  padding: 3rem;
  overflow: hidden;
}

.home-benefits_slide-wrap.smaller {
  padding-top: 0;
  padding-bottom: 0;
}

.home-benefits_slide-wrap.ppwr {
  width: 90%;
  margin-left: 4em;
  margin-right: 4em;
  padding-left: 2rem;
  padding-right: 2rem;
  overflow: visible;
}

.home-benefits_slider {
  overflow: hidden;
}

.slider-mask {
  overflow: visible;
}

.home-benefits_nav-grid {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px dashed var(--outline-dark);
  grid-template-rows: auto;
  grid-template-columns: 2.5rem 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  width: 100%;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  display: grid;
  position: relative;
}

.home-benefits_shade {
  background-color: var(--gainsboro);
  border-radius: .4rem;
  position: absolute;
  inset: 0%;
}

.home-action_intro {
  z-index: 10;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 55rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.home-action_com {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: .625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  min-height: 100vh;
  margin-top: -2rem;
  padding: 0;
  display: grid;
  position: relative;
  overflow: visible;
}

.home-action {
  border-top: 1px none var(--outline-dark);
  border-bottom-right-radius: .625rem;
  border-bottom-left-radius: .625rem;
  overflow: hidden;
}

.page-body {
  z-index: 10;
  background-color: var(--bkg);
  border-bottom-right-radius: .625rem;
  border-bottom-left-radius: .625rem;
  position: relative;
}

.footer {
  z-index: 5;
  background-color: var(--enfit-bg);
  flex-direction: column;
  min-height: 10rem;
  padding-top: 0;
  display: flex;
  position: relative;
}

.footer_credits {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px dashed var(--light-grey);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 1.625rem;
  padding-bottom: 1.625rem;
  display: grid;
}

.footer_grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer_brand {
  color: var(--black);
  text-transform: uppercase;
  font-size: 7rem;
  line-height: 1;
  text-decoration: none;
}

.footer_com {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  flex-direction: column;
  padding-top: 4rem;
  display: flex;
}

.footer_link {
  color: #111111bf;
  text-decoration: none;
}

.footer_menu {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  place-items: center;
  display: flex;
}

.footer_social {
  grid-column-gap: 1.35rem;
  grid-row-gap: 1.35rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer_social-icon {
  color: var(--black);
}

.footer_trigger {
  position: absolute;
  inset: 0%;
  transform: translate(0, -100vh);
}

.home-slider_intro {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-direction: column;
  max-width: 18rem;
  display: flex;
}

.icon-link_circle {
  border: 1px solid var(--outline-dark);
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  padding-left: 1px;
  display: flex;
}

.quick_com {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--outline-dark);
  border-radius: .625rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 3rem 3.5rem 1.5rem;
  display: flex;
  overflow: hidden;
}

.quick {
  border-top: 1px #000;
}

.quote_slider {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  padding-bottom: 6rem;
  padding-left: 6rem;
  display: flex;
}

.home-slider_clip {
  border-radius: .4rem;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hover-arrow {
  justify-content: center;
  align-items: center;
  padding: 2px;
  display: flex;
}

.hover-arrow.left-arrow {
  position: absolute;
  inset: 0% auto 0% -100%;
}

.hover-arrow.right-arrow {
  position: absolute;
  inset: 0% -100% 0% auto;
}

.hover-arrow.top-arrow {
  position: absolute;
  inset: -100% 0% auto;
}

.slider-arrow {
  border: 1px solid var(--outline-dark);
  cursor: pointer;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.slider-arrow.swiper-next.dark, .slider-arrow.swiper-prev.dark {
  border-color: var(--light-grey);
}

.slider-arrows {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  display: flex;
  position: relative;
}

.quote_slide {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  width: 45rem;
  padding-right: 8rem;
  display: flex;
}

.quote_slide.swiper-slide {
  opacity: 1;
  cursor: pointer;
}

.location-slider {
  margin-left: -1.875rem;
  margin-right: -1.875rem;
}

.location-slider.swiper {
  margin-bottom: 2rem;
}

.quote_avater {
  border-radius: .4rem;
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
  overflow: hidden;
}

.quote_credit {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  align-items: center;
  display: flex;
}

.quote_bottom {
  border-top: 1px dashed var(--light-grey);
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.quote_top {
  align-items: flex-start;
  margin-bottom: -1.5rem;
  display: flex;
}

.quote_intro {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.home-banner_list {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--bkg);
  border-radius: .625rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.team_block {
  grid-column-gap: 1rem;
  grid-row-gap: 3.5rem;
  border-bottom: 1px none var(--light-grey);
  flex-direction: column;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr .9fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 4rem 2.5rem 6rem;
  display: grid;
}

.home-banner_wrap {
  height: 100vh;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: sticky;
  top: 0;
}

.home-banner_clip {
  border-top-left-radius: .625rem;
  border-bottom-left-radius: .625rem;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.home-banner_frame {
  background-color: var(--bkg);
  mix-blend-mode: lighten;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: sticky;
  top: 0;
}

.home-banner_frame.pointer-events-off {
  z-index: 100;
}

.home-banner_cutout {
  background-color: #000;
  border-radius: 0 .625rem .625rem 0;
  flex: 1;
}

.home-banner_gallery {
  border-radius: .625rem;
  flex-direction: column;
  max-height: 30vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.base-height {
  padding-top: 90%;
}

.base-wrap {
  border-bottom: 1px dashed var(--light-grey);
  background-color: var(--outline-dark);
}

.base-wrap.top {
  padding-top: 2rem;
}

.base-wrap.btm {
  border-bottom-style: none;
  padding-bottom: 2rem;
}

.home-action_descript {
  grid-column-gap: 1.625rem;
  grid-row-gap: 1.625rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 45rem;
  display: flex;
}

.home-number_com {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px none var(--outline-dark);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: -2rem;
  margin-right: -2rem;
  padding-bottom: 0;
  display: grid;
}

.home-number_item {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  border-right: 1px dashed var(--outline-dark);
  justify-content: flex-start;
  align-items: flex-end;
  padding: .25rem 2rem;
  display: flex;
}

.home-number_item.fourth {
  border-right-style: none;
}

.home-number_label {
  padding-bottom: .75rem;
}

.home-numbers_list {
  border-bottom: 1px none var(--outline-dark);
  padding-top: .5rem;
  padding-bottom: 0;
}

.home-call_column {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  margin-top: -1rem;
  margin-bottom: -1rem;
  display: grid;
}

.home-call_avatar {
  border: 1px solid var(--outline-dark);
  border-radius: 100rem;
  width: 4.5rem;
  height: 4.5rem;
  padding: .4rem;
  position: relative;
  overflow: hidden;
}

.home-call_avatar.top, .home-call_avatar.btm {
  width: 6rem;
  height: 6rem;
}

.home-call_image {
  border-radius: 100rem;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.locations-hero_com {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 4rem;
  display: grid;
}

.locations-hero_left {
  flex-direction: column;
  height: 100%;
  max-height: 100vh;
  margin-top: -1rem;
  margin-bottom: -1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: sticky;
  top: 0;
}

.locations-hero_right {
  flex-direction: column;
  padding-bottom: 1rem;
  padding-left: 2.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.locations-hero_intro {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  display: grid;
}

.locations-hero_img {
  border-radius: .625rem;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.locations-hero_sticky {
  border-top: 1px solid var(--outline-dark);
  background-color: var(--bkg);
  color: var(--black);
  justify-content: space-between;
  align-items: center;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  text-decoration: none;
  display: flex;
  position: sticky;
  bottom: 0;
}

.location-hero_middle {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 7rem;
  display: flex;
}

.locations-hero_title {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: center;
  max-width: 45rem;
  display: flex;
}

.locations-hero_descript {
  max-width: 30rem;
}

.locations-list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  padding-top: 5rem;
  display: flex;
}

.locations-list_grid {
  grid-column-gap: 1.625rem;
  grid-row-gap: 1.625rem;
  grid-template-rows: auto;
  grid-template-columns: .55fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.locations-list_item {
  border-top: 1px dashed var(--outline-dark);
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.locations-list_img {
  border-radius: .4rem;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.locations-list_height {
  padding-top: 80%;
}

.locations-list_intro {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.locations-list_descript {
  max-width: 18rem;
}

.locations-item_right {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  place-content: space-between;
  align-items: flex-start;
  padding-top: .625rem;
  padding-bottom: .625rem;
  display: grid;
}

.locations-item_title {
  grid-column-gap: .35rem;
  grid-row-gap: .35rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.locations-list_link {
  color: var(--black);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-decoration: none;
}

.space-hero_com {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-direction: column;
  max-height: 100vh;
  margin-top: 3rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: sticky;
  top: 0;
}

.space-hero_img {
  flex: 1;
  width: 100%;
  padding-bottom: 0%;
  padding-left: 0%;
  padding-right: 0%;
  position: relative;
  overflow: hidden;
}

.space-hero_bottom {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: var(--outline-dark);
  border-radius: .625rem;
  flex-direction: column;
  flex: 1;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem;
  display: flex;
  overflow: hidden;
}

.space-gallery_com {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 4rem;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.lightbox-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

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

.lightbox-link {
  width: 100%;
  height: 100%;
  padding: 0%;
  position: relative;
}

.space-gallery_body {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 32.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 2.5rem;
  display: flex;
}

.locations-item_members {
  align-items: center;
  display: flex;
}

.member-hero_com {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 100vh;
  padding-top: 4rem;
  display: grid;
}

.member-hero_top {
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.member-hero_btm {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.member_com {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: -1.875rem;
  margin-right: -1.875rem;
  padding-top: 0;
  display: grid;
}

.member_card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-right: 1px dashed var(--outline-dark);
  color: var(--black);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  text-decoration: none;
  display: grid;
}

.member_card.guideline {
  grid-template-rows: auto;
}

.member_height {
  padding-top: 80%;
}

.member_top {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.member_card-top {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.member_card-top.guideline {
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
}

.member_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 22rem;
  display: flex;
}

.member_price {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  align-items: flex-end;
  margin-bottom: .2rem;
  display: flex;
}

.member_rate {
  padding-bottom: .1rem;
}

.member_spacer {
  border-top: 1px none var(--outline-dark);
  height: 4rem;
  padding-top: 0;
  padding-bottom: 0;
}

.member_spacer.bigger {
  height: 15vh;
}

.member-benefit_com {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  border-radius: .625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: visible;
}

.member-faq_right {
  background-color: var(--outline-dark);
  border-radius: .625rem;
  padding: 4rem 4rem 2.5rem;
}

.member-faq_inside {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.member-benefit_list {
  flex-direction: column;
  display: flex;
}

.member-faq_left {
  border-radius: .625rem;
  max-height: 100vh;
  margin-top: -.625rem;
  margin-bottom: -.625rem;
  padding-top: .625rem;
  padding-bottom: .625rem;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.member-act_intro {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 6rem;
  display: flex;
}

.member-faq_item {
  border-top: 1px dashed var(--light-grey);
  flex-direction: column;
  display: flex;
}

.member-faq_top {
  cursor: pointer;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: relative;
}

.member-faq_grid {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: relative;
}

.member-faq_btm {
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.member-faq_content {
  padding-top: .625rem;
  padding-bottom: 2rem;
}

.member-faq_descript {
  max-width: 20rem;
}

.member-faq_descript.longer {
  max-width: none;
}

.member-faq_shade {
  background-color: #f1f0ed99;
  border-radius: .5rem;
  margin-left: -1rem;
  margin-right: -1rem;
  position: absolute;
  inset: 0%;
}

.member-faq_image {
  border-radius: .625rem;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.apply-hero_com {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  padding-top: 4rem;
  padding-bottom: 2rem;
  display: grid;
}

.apply-hero_right {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: var(--outline-dark);
  border-radius: .625rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  padding: 5rem 4rem 6rem;
  display: grid;
}

.button-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #2e313a;
  border-radius: 100rem;
  padding: .75rem 1.05rem .75rem 1.15rem;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
}

.button-2.is-form-submit {
  background-color: #0b0c0f;
  border-style: none;
  width: 100%;
  margin-top: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.button-2.is-form-submit.green {
  background-color: var(--enfit-green);
}

.form-dual-input {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  justify-content: space-between;
  display: flex;
}

.contact-intro {
  width: 100%;
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
}

.form-block {
  flex-direction: column;
  flex: 1;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.form-block.old {
  display: none;
}

.form-input {
  border: 1px solid var(--light-grey);
  background-color: #0000;
  border-radius: .4rem;
  min-height: 3.5rem;
  margin-bottom: .5rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.form-input::placeholder {
  color: #111111a6;
}

.form-input.is-text-area {
  min-height: 8rem;
  padding-top: .875rem;
}

.form-field-wrapper {
  margin-bottom: 1rem;
}

.form {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.form-label {
  font-size: .875rem;
  font-weight: 400;
}

.form-wrapper {
  width: 100%;
  max-width: 35rem;
  margin-left: auto;
  margin-right: auto;
}

.navbar_menu-base {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  align-items: center;
  display: flex;
}

.navbar_menu-full {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center end;
  width: 100%;
  display: grid;
}

.hyperlink-arrow {
  padding-top: 2px;
}

.letter-1, .letter-2, .letter-3 {
  display: inline-block;
}

.preloader {
  z-index: 1000;
  background-color: var(--outline-dark);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader_text {
  text-transform: uppercase;
  font-size: 3rem;
  line-height: 1;
}

.preloader_one, .preloader_two {
  display: inline-block;
}

.preloader_content {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.icon-link {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: var(--black);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.member-hero_title {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: center;
  max-width: 45rem;
  display: flex;
}

.member-hero_title.breiter {
  max-width: 55rem;
}

.home-slider_link {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  color: var(--black);
  flex-direction: column;
  align-items: stretch;
  text-decoration: none;
  display: flex;
}

.home-slider_title {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  align-items: center;
  display: flex;
}

.locations-list_left {
  background-color: var(--outline-dark);
  border-radius: .4rem;
}

.locations-list_left.green-bg {
  background-color: var(--enfit-mint-green);
  justify-content: center;
  align-items: center;
  display: block;
}

.place-hero_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 100vh;
  display: grid;
}

.home-benefits_title {
  max-width: 27rem;
}

.support-hero_title {
  max-width: 35rem;
}

.apply-hero_intro {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: center;
  max-width: 45rem;
  display: flex;
}

.success-message {
  justify-content: center;
  align-items: center;
  min-height: 40vh;
  display: flex;
}

.space-hero_gallery {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-radius: .625rem;
  flex-direction: column;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
  overflow: hidden;
}

.space-hero_top {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
  display: flex;
}

.space-hero_info {
  border-top: 1px dashed var(--outline-dark);
  flex-direction: column;
  display: flex;
}

.space-hero_list-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px dashed var(--outline-dark);
  grid-template-rows: auto;
  grid-template-columns: 5rem 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: grid;
}

.space-hero_text {
  align-items: center;
  display: flex;
}

.space-hero_body {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-direction: column;
  display: flex;
}

.home-numbers {
  display: none;
  overflow: hidden;
}

.image {
  width: 222px;
}

.bold-text {
  color: var(--white-smoke);
  font-weight: 400;
}

.divider-line {
  z-index: 100;
  background-color: #afafaf;
  width: 100%;
  height: 1px;
  position: relative;
}

.divider-line.vertical {
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.container-large-2 {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

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

.link-4 {
  color: var(--black);
  font-size: .8rem;
  text-decoration: none;
}

.footer-links_wrapper {
  justify-content: space-around;
  align-items: center;
  height: 100%;
  display: flex;
}

.padding-global-2 {
  width: 100%;
  padding-left: 10vw;
  padding-right: 10vw;
}

.padding-global-2.footer {
  padding-left: 0;
  padding-right: 0;
}

.footer-component {
  padding: 2rem 40px 1.875rem;
}

.link.is-footer {
  text-transform: uppercase;
  font-size: 1rem;
  text-decoration: none;
  overflow: hidden;
}

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

.grid.is-awards {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.grid.is-awards.smaller {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  max-width: 60rem;
}

.grid.is-awards.second {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid.is-hero {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .55fr;
  place-items: start;
  position: absolute;
  top: auto;
  right: 5vw;
}

.grid.is-wood {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  place-items: start;
}

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

.footer-link.small {
  color: var(--black);
}

.footer-link.small.download, .footer-link.small.newsletter {
  display: none;
}

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

.spacer-footer {
  border-top: 1px solid #004d40;
  margin-top: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

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

.column.footer-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  display: flex;
}

.column.hero-middle {
  max-width: 38rem;
  display: block;
}

.column.hero-right {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  width: 30vw;
  display: flex;
}

.column.wood-left {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
  padding-right: 3.25rem;
  display: flex;
  position: relative;
}

.column.wood-right {
  width: 100%;
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
  padding-left: 2.375rem;
  display: flex;
}

.contact-checkbox {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
}

.contact-two-form-field-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
}

.contact-two-form-wrap {
  z-index: 3;
  background-color: var(--enfit-bg);
  flex: 1;
  max-width: 741px;
  padding: 80px 85px 90px 110px;
}

.input-type {
  color: #bebebe;
  background-color: #fff0;
  border: 0 solid #000;
  border-bottom: 1px solid #fff3;
  margin-bottom: 0;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 0;
  font-size: 16px;
}

.input-type.top-padding-off {
  border-right-color: var(--black);
  filter: invert();
  color: var(--black);
  padding-top: 10px;
  padding-bottom: 55px;
}

.success-message-2 {
  color: #126b18;
  text-align: center;
  background-color: #edffec;
  width: 100%;
  padding: 20px;
}

.heading-9 {
  color: #fff;
  text-align: left;
  letter-spacing: .32px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1em;
}

.margin-remove {
  color: var(--black);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
}

.auto-fit {
  object-fit: cover;
}

.auto-fit.image-full-width {
  width: 100%;
  height: 100%;
}

.auto-fit.image-full-width.max-hihgt {
  min-height: 75vh;
  max-height: 75vh;
}

.contact-two-form-image {
  flex: 1;
}

.contact-two-form-wrapper {
  justify-content: space-between;
  align-items: stretch;
}

.contact-checbox-field {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #c8c8c8;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.form-button-box {
  position: relative;
}

.body-text {
  text-transform: none;
  margin-bottom: 0;
  font-weight: 400;
}

.error-message-2 {
  color: #e03d3d;
  text-align: center;
  background-color: #ecc3c3;
  width: 100%;
  padding: 20px;
}

.button-bottom-line {
  background-color: #fff;
  height: 1px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.contact-one-form-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  margin-top: 30px;
  padding-bottom: 50px;
  display: flex;
}

.contact-two-form {
  max-height: 75vh;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.contact-two-form-block {
  margin-bottom: 40px;
}

.divblock-anfrage {
  letter-spacing: .32px;
  background-color: #d0d327;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  display: flex;
}

.textarea-3 {
  color: #bebebe;
  background-color: #fff0;
  border: 0 solid #000;
  border-bottom: 1px solid #ffffff4d;
  height: 190px;
  min-height: 190px;
  padding-top: 30px;
  padding-left: 0;
  font-size: 16px;
}

.textarea-3.contact-message-box {
  filter: invert();
  min-height: 94px;
  padding-top: 0;
}

.button-main {
  border-top: 1px solid #fff3;
  border-bottom: 1px solid #fff3;
  padding: 20px 22px;
  position: relative;
}

.button-main.from-button {
  filter: invert();
  text-transform: uppercase;
  background-color: #3898ec00;
  border-radius: 0;
}

.checkbox-3 {
  cursor: pointer;
  flex: none;
  width: 22.12px;
  height: 22.12px;
  margin-top: 0;
}

.checkbox-3.w--redirected-checked {
  outline-offset: 0px;
  background-color: #ffefe6;
  background-image: url('../images/black-tick.svg');
  background-position: 50%;
  background-size: auto;
  outline-width: 0;
  outline-style: none;
}

.checkbox-3.w--redirected-focus {
  outline-offset: 0px;
  outline: 0 #fff0;
}

.checkbox-3.w--redirected-focus-visible {
  outline-offset: 0px;
  outline-width: 0;
  outline-style: none;
}

.button-top-line {
  background-color: #fff;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.checkbox-label, .text-block, .text-block-2 {
  color: var(--black);
}

.button-wrap {
  display: flex;
}

.div-block {
  margin-top: 1rem;
}

.img {
  width: 100px;
}

.text-span {
  font-family: Generalsans, sans-serif;
  font-weight: 400;
}

.textlink-wrapper {
  display: flex;
}

.arrow-small {
  width: 25px;
  height: 25px;
}

.text-span-2 {
  font-family: Generalsans variable, sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
}

.text-span-2.leistungen {
  font-size: 2rem;
}

.text-span-2._3rem {
  font-size: 3rem;
}

.home-slider_bottom {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.paragraph {
  text-align: center;
}

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

.div-block-2 {
  z-index: 100;
  background-color: var(--enfit-mint-green);
  justify-content: center;
  align-items: center;
  width: 80%;
  height: auto;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  position: relative;
}

.bold-text-2 {
  font-weight: 400;
}

.arrow-sliders {
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  inset: 300px auto 0% 0%;
}

.arrow-sliders.left {
  z-index: 100;
  top: 350px;
  right: auto;
}

.arrow-sliders.right {
  z-index: 1001;
  top: 350px;
  left: 55px;
}

.invert {
  filter: invert();
  margin-left: 0;
  margin-right: 0;
}

.dropdown-list {
  background-color: var(--outline-dark);
}

.dropdown-list.w--open {
  z-index: 100;
  background-color: var(--enfit-bg);
}

.image-award {
  width: 100%;
  max-width: 12rem;
  height: 100%;
  max-height: 15rem;
}

.image-award.smaller {
  max-height: 10rem;
}

.image-award.smaller.contain {
  background-color: var(--white-smoke);
  object-fit: contain;
  height: 100%;
}

.image-award.quer {
  object-fit: cover;
  height: 15rem;
}

.wrapper.is-awards {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

.text-size-medium-2 {
  color: #191919;
  font-size: 1.25rem;
  line-height: 1.45;
}

.text-capitalize {
  text-align: right;
  text-transform: uppercase;
  font-size: .8rem;
}

.icon-1x1-tiny-2 {
  z-index: 5;
  flex: none;
  width: .8rem;
  height: .8rem;
  position: relative;
}

.button-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #191919;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 50rem;
  justify-content: flex-start;
  align-items: center;
  padding: .6em 1.5em;
  font-size: .8rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-bg {
  z-index: 0;
  background-color: #191919;
  height: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.button-text {
  z-index: 5;
  position: relative;
}

.image-badge {
  max-width: 4rem;
  height: auto;
}

.second-line {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.div-vorstand {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-10 {
  margin-top: .5rem;
}

.tabs-content, .tab-pane-tab-1 {
  height: 100%;
}

.guideline-menu {
  margin-bottom: 4rem;
  display: flex;
}

.icon-guideline {
  filter: invert();
  width: 65px;
  height: 65px;
}

.tab-1.w--current {
  margin-right: 20px;
}

.wood-component-icon {
  border: 1px solid #191919;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  transition: transform .35s cubic-bezier(.165, .84, .44, 1), opacity .35s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.wood-component-icon:hover {
  opacity: .5;
  color: #191919;
  border-color: #191919;
  transform: rotate(-45deg);
}

.wood-component-wrapper {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 19.375rem) 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.wood-component-icon_arrow {
  width: 1rem;
  height: 1rem;
}

.wood-component-title {
  justify-content: space-between;
  margin-top: 2.25rem;
  margin-bottom: 1.25rem;
  display: flex;
}

.wood-component-text {
  max-width: 27rem;
  font-size: .9rem;
}

.wood-component-link {
  color: #191919;
}

.wood-component-item {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.wood-component-content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.text-subtitle {
  color: #0009;
  text-transform: uppercase;
}

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

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

.image-overlay-2 {
  background-color: #f7f6f1;
  display: none;
  position: absolute;
  inset: 0%;
}

.image-wrapper {
  position: relative;
  overflow: hidden;
}

.image-wrapper.wood {
  max-width: 19.375rem;
}

.image-fill-2 {
  width: 100%;
  min-width: 300px;
  height: 25vh;
  max-height: 30vh;
}

.image-fill-2.contain {
  object-fit: cover;
  width: 300px;
  max-height: 30vh;
}

.section-title {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.icon {
  margin-left: auto;
  margin-right: 0;
  left: 90px;
}

.cta-container {
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
}

.section-2 {
  min-height: 80vh;
  padding-left: 40px;
  padding-right: 40px;
}

.section-2.is-newsletter {
  background-color: #216a54;
  flex-direction: column;
  align-items: center;
  min-height: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: flex;
}

.heading-wrapper {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 15vh;
  margin-bottom: 4rem;
  display: flex;
}

.heading-wrapper.newsletter {
  height: 25vh;
}

.heading-wrapper.impressum {
  justify-content: flex-start;
  padding-left: 40px;
}

.heading_newsletter {
  color: #f7f6f1;
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.3;
}

.html-embed {
  width: 50%;
}

.section-impressum {
  padding-top: 15vh;
  padding-bottom: 0;
}

.div-impressum {
  padding-bottom: 10vh;
  padding-left: 40px;
  padding-right: 100px;
}

.heading-13 {
  text-transform: none;
  margin-bottom: 2rem;
  font-size: 3rem;
}

.paragraph-12 {
  font-size: 1rem;
}

.section-impressum-2 {
  padding-top: 5vh;
  padding-bottom: 0;
}

.text-span-5, .text-span-6 {
  font-size: 1.2rem;
}

.bold-text-21 {
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 400;
}

.text-span-3 {
  font-size: 1.2rem;
}

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

.text-span-4 {
  font-size: 1.2rem;
}

.div-block-3 {
  padding-top: 15vh;
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

  .padding-top.padding-xlarge {
    padding-top: 2rem;
  }

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

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

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

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

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

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

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

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

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

  .heading-style-h1.text-align-center {
    font-size: 2.75rem;
  }

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

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

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

  .text-size-regular.text-style-allcaps.font-style-2.text-align-center {
    font-weight: 400;
  }

  .text-size-small {
    text-align: center;
    font-size: .8rem;
  }

  .text-size-small.text-style-muted {
    text-align: left;
  }

  .heading-style-h4.bold {
    text-align: center;
    font-size: 1rem;
  }

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

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

  .button.is-secondary.green, .button.is-secondary.light {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

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

  .subtitle {
    margin-bottom: 2rem;
  }

  .clip.nav-drop {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .nav-menu {
    background-color: var(--bkg);
    flex-direction: column;
  }

  .home-banner {
    min-height: 70vw;
  }

  .brand {
    padding-left: 0;
  }

  .image-overlay.light-overlay {
    object-fit: fill;
  }

  .home-call_com {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .home-call_intro {
    min-width: 28rem;
  }

  .text-size-xl {
    font-size: 2rem;
  }

  .home-slider_item.swiper-slide {
    width: 50%;
  }

  .home-slider_image {
    max-height: 35vh;
  }

  .home-benefits_com {
    grid-template-columns: 1fr;
  }

  .home-benefits_left {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    min-width: auto;
    padding-right: 0;
  }

  .home-benefits_left.about {
    width: 100%;
  }

  .home-benefits_left.ppwr {
    padding-left: 0;
    padding-right: 0;
  }

  .home-benefits_image {
    height: 65vw;
  }

  .home-benefits_image.bg-none.hqf {
    height: 20rem;
  }

  .home-benefits_nav-item.fs-sliderdots_active {
    background-color: var(--enfit-mint-green);
  }

  .home-benefits_descript {
    max-width: none;
  }

  .home-benefits_intro {
    padding-left: 2em;
    padding-right: 2em;
  }

  .home-benefits_top {
    width: 100%;
    padding-bottom: 2rem;
  }

  .home-benefits_top.ppwr {
    padding-left: 0;
  }

  .home-benefits_slide-wrap {
    padding: 2rem;
  }

  .home-benefits_slide-wrap.ppwr {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .home-action_intro {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .home-action_com {
    grid-template-columns: 1fr;
  }

  .footer_brand {
    font-size: 5rem;
  }

  .quick_com {
    padding: 1.7rem 1.7rem .5rem;
  }

  .quote_slider.swiper {
    padding-left: 3rem;
  }

  .quote_slide.swiper-slide {
    width: 80%;
    padding-right: 4rem;
  }

  .team_block {
    grid-row-gap: 6rem;
  }

  .home-banner_wrap {
    height: 80vw;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .home-banner_clip {
    border-radius: .625px;
  }

  .home-banner_frame.pointer-events-off {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .home-banner_cutout {
    border-radius: .625rem;
  }

  .base-wrap.top {
    padding-top: 1rem;
  }

  .base-wrap.btm {
    padding-bottom: 1rem;
  }

  .home-number_label {
    padding-bottom: .35rem;
  }

  .home-call_column {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .locations-hero_com {
    grid-template-columns: 1fr;
  }

  .locations-hero_left {
    min-height: 75vw;
    position: relative;
  }

  .locations-hero_right {
    padding-left: 0;
    padding-right: 0;
  }

  .locations-hero_intro {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    height: auto;
  }

  .locations-hero_sticky {
    position: relative;
  }

  .location-hero_middle {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  .locations-item_right {
    grid-row-gap: 1rem;
  }

  .space-hero_com {
    max-height: none;
  }

  .space-gallery_com {
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lightbox-link {
    padding-top: 75%;
  }

  .member-hero_btm {
    padding-bottom: 3rem;
  }

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

  .member_card {
    border-bottom: 1px dashed var(--outline-dark);
    border-right-style: none;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .member_spacer {
    height: 2rem;
  }

  .member-benefit_com {
    grid-template-columns: 1fr;
  }

  .member-faq_left {
    min-height: 75vw;
    position: relative;
  }

  .member-act_intro {
    padding-bottom: 4rem;
  }

  .apply-hero_com {
    grid-template-columns: 1fr;
  }

  .apply-hero_right {
    padding: 3.5rem 2rem;
  }

  .navbar_menu-base {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
  }

  .navbar_menu-full {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    border-top: 1px solid var(--outline-dark);
    border-bottom: 1px solid var(--outline-dark);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    place-items: center;
    padding: 1.5rem;
  }

  .navbar_mobile {
    background-color: #f1f0ed00;
    height: 100%;
    padding: 0;
  }

  .navbar_mobile.w--open {
    background-color: var(--bkg);
    color: var(--black);
  }

  .member-hero_title {
    max-width: 35rem;
  }

  .place-hero_grid {
    grid-template-columns: 1fr;
  }

  .space-hero_gallery {
    grid-template-rows: auto auto;
  }

  .navbar_menu-btn {
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 100%;
    display: flex;
  }

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

  .divider-line.vertical {
    display: none;
  }

  .padding-global-2 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .grid.is-awards {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid.is-hero {
    grid-template-columns: .55fr 1fr;
  }

  .grid.is-wood {
    grid-template-columns: .55fr;
    place-items: stretch stretch;
    width: 100%;
  }

  .column.footer-right {
    flex-direction: column;
  }

  .column.wood-right {
    padding-left: 0;
  }

  .contact-checkbox {
    padding-top: 20px;
  }

  .contact-two-form-wrap {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    padding: 30px 15px;
  }

  .heading-9 {
    text-align: center;
    font-size: 20px;
  }

  .auto-fit.image-full-width {
    height: 45%;
    max-height: 45vh;
  }

  .contact-two-form-image {
    flex: 1;
    width: 100%;
    max-width: none;
  }

  .contact-two-form-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .contact-one-form-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-bottom: 20px;
  }

  .contact-two-form {
    margin-top: 0;
    padding-bottom: 20px;
  }

  .contact-two-form-block {
    width: 100%;
  }

  .divblock-anfrage {
    width: 35%;
    height: 30%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 40px;
  }

  .text-span {
    font-family: Generalsans, sans-serif;
    font-weight: 400;
  }

  .image-award {
    max-height: 15rem;
  }

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

  .wood-component-item {
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .wood-component-content {
    justify-content: center;
    align-items: flex-start;
  }

  .padding-global-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .heading_newsletter {
    text-transform: none;
  }

  .html-embed {
    border-radius: .3rem;
    width: 90%;
  }

  .div-impressum {
    padding-right: 60px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-small {
    padding: .6rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.1rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .home-banner {
    min-height: 80vw;
  }

  .home-hero_content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    padding: 1rem 1rem 2rem;
  }

  .home-call_com {
    grid-template-columns: auto;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .home-call_intro {
    min-width: auto;
    padding-top: 2rem;
  }

  .home-slider_com {
    padding-bottom: 2rem;
  }

  .home-slider_item.swiper-slide {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home-benefits_left {
    padding-top: 1.5rem;
    padding-left: 1rem;
    padding-right: 0;
  }

  .home-benefits_slide-wrap {
    padding: 1.5rem;
  }

  .home-action_intro {
    padding-bottom: 4rem;
  }

  .footer_credits {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .footer_brand {
    font-size: 3rem;
  }

  .footer_com {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    padding-top: 3rem;
  }

  .footer_menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .footer_social {
    justify-content: center;
  }

  .quick_com {
    padding: 1.3rem 1.3rem .25rem;
  }

  .quote_slider.swiper {
    padding-bottom: 2.5rem;
    padding-left: 0;
  }

  .slider-arrows {
    grid-column-gap: .625rem;
  }

  .quote_slide.swiper-slide {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 0;
  }

  .location-slider.swiper {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .quote_top {
    margin-bottom: -.5rem;
  }

  .team_block {
    grid-row-gap: 4rem;
    padding: 1.5rem 1.5rem 3rem;
  }

  .home-banner_clip {
    border-radius: .625rem;
  }

  .home-number_com {
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .home-number_item {
    padding: .6rem 0;
  }

  .home-number_item.first {
    border-bottom: 1px dashed var(--outline-dark);
  }

  .home-number_item.second {
    border-bottom: 1px dashed var(--outline-dark);
    border-right-style: none;
    padding-left: 1.25rem;
  }

  .home-number_item.fourth {
    border-right-style: none;
    padding-left: 1.25rem;
  }

  .home-numbers_list {
    padding-top: 0;
  }

  .home-call_column {
    width: 100%;
  }

  .location-hero_middle {
    padding-top: 2.5rem;
  }

  .locations-list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 2rem;
  }

  .locations-list_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .locations-list_intro {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .locations-item_right {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding: 0 .625rem;
  }

  .locations-list_link {
    padding-top: 1.625rem;
    padding-bottom: 1.625rem;
  }

  .space-hero_bottom {
    padding: 1rem;
  }

  .space-gallery_com {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lightbox-wrapper {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .space-gallery_body {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    padding-bottom: 0;
  }

  .member-hero_btm {
    padding-top: 2rem;
    padding-bottom: 2.5rem;
  }

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

  .member_spacer {
    height: 1rem;
  }

  .member-faq_right {
    padding: 1.5rem;
  }

  .member-faq_inside {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .member-act_intro {
    padding-top: 1.5rem;
    padding-bottom: 3rem;
  }

  .member-faq_top {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .apply-hero_right {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    padding: 2.5rem 1rem;
  }

  .preloader_text {
    font-size: 2rem;
  }

  .member-hero_title {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    max-width: 25rem;
  }

  .space-hero_gallery {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .navbar_menu-btn {
    width: 1.25rem;
  }

  .spacer-huge {
    padding-top: 4rem;
  }

  .padding-global-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .grid.is-awards {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .grid.is-wood {
    grid-template-columns: 1fr;
  }

  .spacer-footer {
    padding-top: 8rem;
  }

  .column.footer-right {
    flex-direction: column;
    justify-content: flex-start;
  }

  .column.wood-right {
    padding-left: 0;
  }

  .contact-checkbox {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .contact-two-form-field-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .input-type.top-padding-off {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .contact-one-form-box {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .textarea-3.contact-message-box {
    padding-top: 30px;
  }

  .wrapper.is-awards {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .padding-global-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .wood-component-title {
    align-items: center;
    margin-bottom: .5rem;
  }

  .wood-component-item {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .padding-global-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .image-wrapper.wood {
    max-width: 12rem;
  }

  .html-embed {
    border-radius: .3rem;
    width: 90%;
  }

  .heading-13 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

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

  .padding-horizontal.padding-medium {
    padding-top: 2rem;
  }

  .padding-horizontal.padding-small {
    padding-top: 3rem;
  }

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

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

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

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

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

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

  .heading-style-h1.text-align-center {
    font-size: 1.75rem;
  }

  .heading-style-h1.text-align-center.x {
    font-size: 3rem;
  }

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

  .text-size-regular.text-style-muted {
    font-weight: 500;
  }

  .text-size-regular.text-style-allcaps.font-style-2 {
    text-align: center;
  }

  .text-size-regular.text-style-allcaps.font-style-2.text-align-center {
    font-size: .9rem;
    font-weight: 500;
  }

  .text-size-regular.bigger {
    font-size: 1.75rem;
  }

  .text-size-small.text-style-muted {
    text-align: left;
    font-weight: 400;
  }

  .text-size-small.text-style-muted.cta {
    font-weight: 600;
  }

  .text-size-large.text-align-center.text-style-muted {
    font-size: 1rem;
  }

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

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

  .heading-style-h2.center._2rem, .heading-style-h2.center._3rem {
    font-size: 2rem;
  }

  .button.is-secondary.green.tabs {
    margin-right: 15px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button.is-secondary.light.tabs.w--current {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home-banner {
    min-height: 100vw;
  }

  .word-one {
    font-size: 1.35rem;
  }

  .word-one.bigger {
    font-size: 2.5rem;
  }

  .word-one.bigger._2rem {
    font-size: 2rem;
  }

  .word-one.bigger._2rem._1-9 {
    font-size: 1.9rem;
  }

  .word-one.bigger._1-5rem {
    font-size: 1.5rem;
  }

  .word-three {
    font-size: 1.35rem;
  }

  .word-three.bigger {
    font-size: 2.5rem;
  }

  .word-three.bigger._2rem {
    font-size: 2rem;
  }

  .word-three.bigger._2rem._1-9 {
    font-size: 1.9rem;
  }

  .word-three.bigger._1-5rem {
    font-size: 1.5rem;
  }

  .home-hero_com {
    min-height: 86vh;
  }

  .home-call_intro {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .home-slider_image {
    max-height: 30vh;
  }

  .home-benefits_left {
    padding-left: 0;
  }

  .home-benefits_image.bg-none.hqf {
    height: 25rem;
  }

  .home-benefits_descript.ppwr {
    max-width: 100%;
  }

  .home-benefits_intro {
    padding-left: 2em;
  }

  .home-benefits_intro.home {
    padding-left: 0;
  }

  .home-benefits_intro.ppwr {
    padding-left: 1em;
    padding-right: 1em;
  }

  .home-benefits_slide-wrap {
    padding: 0;
  }

  .footer {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .team_block {
    grid-template-columns: 1fr .8fr;
  }

  .locations-hero_intro, .locations-list {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .member-hero_com {
    min-height: 75vh;
  }

  .member_spacer {
    height: .5rem;
  }

  .member_spacer.bigger {
    height: 10vh;
  }

  .home-numbers {
    display: none;
  }

  .container-large-2 {
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .footer-component {
    border-top: 1px #000;
    padding-left: 0;
    padding-right: 0;
  }

  .link.is-footer {
    overflow: visible;
  }

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

  .grid.is-awards {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .grid.is-awards.second {
    grid-template-columns: 1fr 1fr;
  }

  .grid.is-hero {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
    display: none;
  }

  .grid.is-wood {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .spacer-footer {
    padding-top: 6rem;
  }

  .column.footer-right {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .column.wood-left {
    padding-bottom: 0;
    padding-right: 0;
  }

  .column.wood-right {
    padding-top: 0;
  }

  .contact-checkbox {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-9 {
    text-align: center;
    letter-spacing: 0;
    font-size: 20px;
    line-height: 1.4em;
  }

  .divblock-anfrage {
    text-align: left;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-span-2, .text-span-2._3rem {
    font-size: 2rem;
  }

  .arrow-sliders.right {
    left: 65px;
  }

  .image-award {
    object-fit: cover;
    height: 15rem;
    max-height: 20rem;
    overflow: hidden;
  }

  .image-award.smaller {
    object-fit: contain;
  }

  .image-award.quer.beirat {
    object-fit: cover;
  }

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

  .wood-component-title {
    margin-top: 1.5rem;
  }

  .wood-component-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .image-wrapper.wood {
    width: 100%;
    max-width: none;
  }

  .image-fill-2.contain {
    width: 100%;
    min-width: auto;
  }

  .cta-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .section-2.is-newsletter {
    min-height: auto;
    padding: 5vh 0;
  }

  .heading-wrapper {
    margin-bottom: 2rem;
  }

  .heading-wrapper.newsletter {
    height: auto;
  }

  .heading-wrapper.impressum {
    background-color: #b5d4c3;
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .heading_newsletter {
    font-size: 1.5rem;
    font-weight: 700;
  }

  .html-embed {
    border-radius: .3rem;
    width: 90%;
  }

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

  .heading-impressum {
    color: #004d40;
  }

  .div-impressum {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-13 {
    font-size: 1.5rem;
  }

  .bold-text-21 {
    font-size: 1.6rem;
  }
}

#w-node-_88005c0f-7d97-33c3-514d-6825a6b1f90a-06fd2fea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_1b17c401-6026-f03f-6544-3a6bd6051767-06fd2fea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f5c5aa7c-d505-5c09-02bf-982d1abadec0-06fd2fea {
  place-self: center;
}

#w-node-bef515c8-8445-ba03-c727-e811114578df-06fd2fea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed91716f-1d15-7826-45ce-732a3c62cadd-06fd2fea {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d61e999e-0e03-1f4e-760e-f5b42e0a0b88-06fd2fea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-c8e1955b-516f-5b70-603e-c9ea2d50c5ef-06fd2fea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f4c75d6-3c96-ff70-9e35-9a124bedc8b2-06fd2fea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_1502513d-1055-d10e-037c-587782ab9b79-06fd2fea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_1502513d-1055-d10e-037c-587782ab9b7a-06fd2fea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_1502513d-1055-d10e-037c-587782ab9b7d-06fd2fea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_10d4dfdc-494b-dc9d-6b71-c9c040326851-06fd2fea {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_33e83e46-4734-5f06-2132-b88c15610f05-06fd2fea {
  justify-self: center;
}

#w-node-_41f55909-b754-c43c-e371-e30443cda82e-06fd2fea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f79fbd9-a94c-1cb1-76da-3dcfcd7105b9-06fd2fea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-deb837d3-25d7-1002-174a-80f06b81bb33-06fd2fea {
  justify-self: stretch;
}

#w-node-_2d420ba6-fd4f-1819-1be6-e48480c4317d-06fd2fea, #w-node-_54ce6ff7-7b26-a067-dfa2-8b4efd57ac22-06fd2fea {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ba871f65-e7d5-22f5-784a-ba1efd4d963a-06fd2fea {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-ba871f65-e7d5-22f5-784a-ba1efd4d9640-06fd2fea {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

#w-node-_790acfcc-560a-b6ad-3838-5883be1c8ad8-06fd2fea {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_10db9599-6d77-221d-a0f8-13bd038a652a-06fd2fea {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d1d78047-e282-308c-da57-0039a34747f6-06fd2fea {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-d1d78047-e282-308c-da57-0039a34747fc-06fd2fea {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

#w-node-d61b32d4-a08a-9f9e-8c8e-7d7867496ddf-06fd2fea {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-b5e31aab-3b0a-16e7-d6b8-087e667d9bce-06fd2fea {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_91ba0d6c-00a3-1030-3ef8-e705a82c4e74-06fd2fea {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_91ba0d6c-00a3-1030-3ef8-e705a82c4e7a-06fd2fea {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

#w-node-f69cb7f1-1503-f58e-2c43-4198665c6d4f-06fd2fea {
  grid-area: 1 / 1 / 4 / 2;
}

#w-node-_22332d47-5e79-a77a-6991-fc6be119a940-9d82a63e, #w-node-_22332d47-5e79-a77a-6991-fc6be119a950-9d82a63e, #w-node-_22332d47-5e79-a77a-6991-fc6be119a96d-9d82a63e, #w-node-_22332d47-5e79-a77a-6991-fc6be119a96f-9d82a63e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_641fa812-87b4-4f08-66da-cb723b10447b-554e0884 {
  justify-self: start;
}

#w-node-f26c8417-bfcf-7345-7245-e3f7554e088c-554e0884 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-e81ef7cb-7109-3953-d3e9-f67430da3ad7-554e0884 {
  place-self: center;
}

#w-node-c0c17a15-a2f8-6af2-c08e-beadee1d8a17-554e0884 {
  place-self: center end;
}

#w-node-_8b2a7b67-8b77-5e1e-c257-624e5b122a42-06fd2ff1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6386809c-0e36-64cc-142f-ce388d2025b9-06fd2ff1, #w-node-aa5154e2-3679-3851-7391-640b221c7c74-06fd2ff1, #w-node-_42b6b24d-1e03-4d25-afa6-d035a895937f-06fd2ff1, #w-node-_217d9938-9a78-329f-0f3b-619a0c479b4f-a560dcfe, #w-node-_217d9938-9a78-329f-0f3b-619a0c479b51-a560dcfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_217d9938-9a78-329f-0f3b-619a0c479b5f-a560dcfe {
  justify-self: center;
}

#w-node-_628e60c7-8abe-4c78-5fbb-cd2dd7623e7c-a560dcfe, #w-node-_628e60c7-8abe-4c78-5fbb-cd2dd7623e7d-a560dcfe, #w-node-_628e60c7-8abe-4c78-5fbb-cd2dd7623e82-a560dcfe, #w-node-_628e60c7-8abe-4c78-5fbb-cd2dd7623e83-a560dcfe, #w-node-_628e60c7-8abe-4c78-5fbb-cd2dd7623e8a-a560dcfe, #w-node-_628e60c7-8abe-4c78-5fbb-cd2dd7623e8b-a560dcfe, #w-node-_628e60c7-8abe-4c78-5fbb-cd2dd7623e9a-a560dcfe, #w-node-_628e60c7-8abe-4c78-5fbb-cd2dd7623ea6-a560dcfe, #w-node-_9112c5dc-c603-602b-c2ee-d24a969d51d6-a560dcfe, #w-node-_9112c5dc-c603-602b-c2ee-d24a969d51d7-a560dcfe, #w-node-_9112c5dc-c603-602b-c2ee-d24a969d51dc-a560dcfe, #w-node-_9112c5dc-c603-602b-c2ee-d24a969d51dd-a560dcfe, #w-node-_9112c5dc-c603-602b-c2ee-d24a969d51e2-a560dcfe, #w-node-_9112c5dc-c603-602b-c2ee-d24a969d51e3-a560dcfe, #w-node-_9112c5dc-c603-602b-c2ee-d24a969d51e9-a560dcfe, #w-node-be112cab-fc1f-d058-9eb6-cac42d90d761-a560dcfe, #w-node-ef7c53ce-9b2d-54bb-81e0-db521b0b85a5-a560dcfe, #w-node-e496df46-18fb-c5da-aedc-c7568ce2430f-a560dcfe, #w-node-_8a3276ee-f16a-5917-38cd-317d23b084a3-a560dcfe, #w-node-_442df229-3ae2-42e8-2e03-f52aef170526-a560dcfe, #w-node-_64e5e265-22fd-5ca1-979a-3d6746f3c638-a560dcfe, #w-node-_57f32772-75ba-0075-f706-bba03f40ad2a-a560dcfe, #w-node-f7041dbe-1040-ca75-7090-34968acdf197-a560dcfe, #w-node-f8a86fa4-a9b0-93c4-7fee-b4c59e77c88a-a560dcfe, #w-node-_44da595d-c333-7aa9-740f-2b8195df4156-a560dcfe, #w-node-_38a6f86c-3737-37d9-16bd-bd977004a5e1-a560dcfe, #w-node-cb4ded5f-da16-1c61-3250-15baba32bc0e-a560dcfe, #w-node-_24912d16-9cca-077a-e557-f16307759410-a560dcfe, #w-node-_93be0b1a-5ded-b469-bb81-6a2f3318d395-a560dcfe, #w-node-bac6fb3e-3812-b2f9-ee1f-1550064b89a9-a560dcfe, #w-node-_9878cabb-557f-6899-d1be-e2e3ab04c234-a560dcfe, #w-node-_2fb8a137-45eb-17c5-c0a9-66630ca3b8c2-a560dcfe, #w-node-dae6c452-d225-4836-64b0-7cee4d0dc226-a560dcfe, #w-node-af8f0e03-a018-8a69-5c0d-7be71a7c3bd4-a560dcfe, #w-node-_1338042d-d464-1104-cc37-e76db91b9390-a560dcfe {
  place-self: center;
}

#w-node-_9cc15ff9-b188-2ff7-196c-28ba7787ae0d-2857ea1d, #w-node-_9cc15ff9-b188-2ff7-196c-28ba7787ae0f-2857ea1d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9cc15ff9-b188-2ff7-196c-28ba7787ae1d-2857ea1d {
  justify-self: center;
}

#w-node-_9cc15ff9-b188-2ff7-196c-28ba7787ae38-2857ea1d, #w-node-_9cc15ff9-b188-2ff7-196c-28ba7787ae50-2857ea1d, #w-node-_9cc15ff9-b188-2ff7-196c-28ba7787ae68-2857ea1d, #w-node-_230ce9c1-622c-6652-c9d4-94279f19eff2-2857ea1d, #w-node-_230ce9c1-622c-6652-c9d4-94279f19f009-2857ea1d, #w-node-_230ce9c1-622c-6652-c9d4-94279f19f020-2857ea1d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f51d4948-1244-1363-934a-f271dc57e773-2857ea1d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-f51d4948-1244-1363-934a-f271dc57e77f-2857ea1d, #w-node-_83d7ea55-32b2-ead2-a588-9a57b9dc7695-cc260e00, #w-node-_83d7ea55-32b2-ead2-a588-9a57b9dc7698-cc260e00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c552d47a-fa76-5df2-393e-dc6dc2964dc9-cc260e00 {
  justify-self: center;
}

#w-node-d663bbd8-51d0-9ddc-2bb3-51b115160c45-cc260e00, #w-node-e69dbac2-b20a-8ac6-2b04-e868e06a4e5e-cc260e00, #w-node-e53b8e02-8af1-9fd9-4753-230ffb252a3d-cc260e00, #w-node-e53b8e02-8af1-9fd9-4753-230ffb252a56-cc260e00, #w-node-e0e08964-9591-9fca-a7f9-6478326075d8-cc260e00, #w-node-e0e08964-9591-9fca-a7f9-6478326075f1-cc260e00, #w-node-_83d7ea55-32b2-ead2-a588-9a57b9dc76c9-cc260e00, #w-node-_83d7ea55-32b2-ead2-a588-9a57b9dc76cd-cc260e00, #w-node-ca41c035-5030-3f5f-e0c1-ef0674594d14-74594d10, #w-node-ca41c035-5030-3f5f-e0c1-ef0674594d16-74594d10, #w-node-_4fa38136-9b99-f428-1a0d-215235f5b193-1445f1c5, #w-node-_4fa38136-9b99-f428-1a0d-215235f5b195-1445f1c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4fa38136-9b99-f428-1a0d-215235f5b1a3-1445f1c5 {
  justify-self: center;
}

#w-node-a043b646-ce9f-2ca6-f135-25fc3e911cf8-1445f1c5, #w-node-a043b646-ce9f-2ca6-f135-25fc3e911d0b-1445f1c5, #w-node-a043b646-ce9f-2ca6-f135-25fc3e911d10-1445f1c5, #w-node-a043b646-ce9f-2ca6-f135-25fc3e911d23-1445f1c5, #w-node-a043b646-ce9f-2ca6-f135-25fc3e911d28-1445f1c5, #w-node-a043b646-ce9f-2ca6-f135-25fc3e911d3b-1445f1c5, #w-node-b4719a01-041a-d42c-5bfe-7322079cb115-1445f1c5, #w-node-b4719a01-041a-d42c-5bfe-7322079cb119-1445f1c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4719a01-041a-d42c-5bfe-7322079cb11a-1445f1c5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b4719a01-041a-d42c-5bfe-7322079cb11f-1445f1c5 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
}

#w-node-a72822f1-7a35-bb14-c9d0-f8082378432c-2eef8a11, #w-node-a72822f1-7a35-bb14-c9d0-f8082378432e-2eef8a11 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a72822f1-7a35-bb14-c9d0-f8082378433c-2eef8a11 {
  justify-self: center;
}

#w-node-a72822f1-7a35-bb14-c9d0-f80823784354-2eef8a11, #w-node-a72822f1-7a35-bb14-c9d0-f8082378435e-2eef8a11, #w-node-a72822f1-7a35-bb14-c9d0-f80823784363-2eef8a11, #w-node-a72822f1-7a35-bb14-c9d0-f8082378436d-2eef8a11, #w-node-a72822f1-7a35-bb14-c9d0-f80823784372-2eef8a11, #w-node-a72822f1-7a35-bb14-c9d0-f8082378437c-2eef8a11 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4253f535-0d14-52bb-bac5-0ec3e5ab5eb9-2eef8a11 {
  justify-self: center;
}

#w-node-a72822f1-7a35-bb14-c9d0-f80823784384-2eef8a11, #w-node-a72822f1-7a35-bb14-c9d0-f80823784388-2eef8a11 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a72822f1-7a35-bb14-c9d0-f80823784389-2eef8a11 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a72822f1-7a35-bb14-c9d0-f8082378438c-2eef8a11 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
}

#w-node-_7cf8201b-a07a-7dad-dc4d-1b2fd89f3e9b-34cae00f, #w-node-_7cf8201b-a07a-7dad-dc4d-1b2fd89f3e9d-34cae00f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7cf8201b-a07a-7dad-dc4d-1b2fd89f3eab-34cae00f {
  justify-self: center;
}

#w-node-_7cf8201b-a07a-7dad-dc4d-1b2fd89f3ec3-34cae00f, #w-node-_7cf8201b-a07a-7dad-dc4d-1b2fd89f3ecd-34cae00f, #w-node-_7cf8201b-a07a-7dad-dc4d-1b2fd89f3ed2-34cae00f, #w-node-_7cf8201b-a07a-7dad-dc4d-1b2fd89f3edc-34cae00f, #w-node-_7cf8201b-a07a-7dad-dc4d-1b2fd89f3ee1-34cae00f, #w-node-_7cf8201b-a07a-7dad-dc4d-1b2fd89f3eeb-34cae00f, #w-node-_7cf8201b-a07a-7dad-dc4d-1b2fd89f3f06-34cae00f, #w-node-_7cf8201b-a07a-7dad-dc4d-1b2fd89f3f0a-34cae00f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7cf8201b-a07a-7dad-dc4d-1b2fd89f3f0b-34cae00f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7cf8201b-a07a-7dad-dc4d-1b2fd89f3f0e-34cae00f {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
}

#w-node-_723658d5-66b4-92da-5327-8087cce76220-0d604e8a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_723658d5-66b4-92da-5327-8087cce76222-0d604e8a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_723658d5-66b4-92da-5327-8087cce7622d-0d604e8a, #w-node-a022ec25-d880-d181-de74-dbf36af96965-0d604e8a, #w-node-a022ec25-d880-d181-de74-dbf36af9696a-0d604e8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a022ec25-d880-d181-de74-dbf36af9696b-0d604e8a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a022ec25-d880-d181-de74-dbf36af96970-0d604e8a {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
}

#w-node-_8b0848f2-e02e-451c-c09e-72d79c1c7465-0d604e8a, #w-node-_8b0848f2-e02e-451c-c09e-72d79c1c746a-0d604e8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b0848f2-e02e-451c-c09e-72d79c1c746b-0d604e8a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8b0848f2-e02e-451c-c09e-72d79c1c7470-0d604e8a {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
}

#w-node-_5362e968-e916-0bd7-52f9-7ee3e7525490-0d604e8a, #w-node-_5362e968-e916-0bd7-52f9-7ee3e7525495-0d604e8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5362e968-e916-0bd7-52f9-7ee3e7525496-0d604e8a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5362e968-e916-0bd7-52f9-7ee3e752549b-0d604e8a {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
}

#w-node-_42572b12-2ff9-7d44-d30c-a31008e6ca91-0d604e8a, #w-node-_42572b12-2ff9-7d44-d30c-a31008e6ca96-0d604e8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42572b12-2ff9-7d44-d30c-a31008e6ca97-0d604e8a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_42572b12-2ff9-7d44-d30c-a31008e6ca9c-0d604e8a {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
}

#w-node-_39847c9c-2146-6e8f-98df-e9bb6d528a9f-0d604e8a, #w-node-_39847c9c-2146-6e8f-98df-e9bb6d528aa4-0d604e8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_39847c9c-2146-6e8f-98df-e9bb6d528aa5-0d604e8a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_39847c9c-2146-6e8f-98df-e9bb6d528aaa-0d604e8a {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
}

#w-node-_04acbdc5-98f3-cd76-b086-9f0f0ca9f9aa-0d604e8a, #w-node-_04acbdc5-98f3-cd76-b086-9f0f0ca9f9af-0d604e8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04acbdc5-98f3-cd76-b086-9f0f0ca9f9b0-0d604e8a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_04acbdc5-98f3-cd76-b086-9f0f0ca9f9b5-0d604e8a {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
}

#w-node-_723658d5-66b4-92da-5327-8087cce76260-0d604e8a, #w-node-d3fd0e3e-1567-1824-4a76-aa98a5e48281-07ce932a, #w-node-d3fd0e3e-1567-1824-4a76-aa98a5e48283-07ce932a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d3fd0e3e-1567-1824-4a76-aa98a5e48291-07ce932a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-ca2c6156-b024-5790-bc46-01bf98957571-07ce932a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ca2c6156-b024-5790-bc46-01bf98957573-07ce932a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ca2c6156-b024-5790-bc46-01bf9895757c-07ce932a, #w-node-ca2c6156-b024-5790-bc46-01bf98957596-07ce932a, #w-node-ca2c6156-b024-5790-bc46-01bf9895759a-07ce932a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca2c6156-b024-5790-bc46-01bf9895759b-07ce932a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ca2c6156-b024-5790-bc46-01bf989575a0-07ce932a {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
}

#w-node-ca2c6156-b024-5790-bc46-01bf989575a8-07ce932a, #w-node-ca2c6156-b024-5790-bc46-01bf989575ac-07ce932a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca2c6156-b024-5790-bc46-01bf989575ad-07ce932a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ca2c6156-b024-5790-bc46-01bf989575b2-07ce932a {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
}

#w-node-ca2c6156-b024-5790-bc46-01bf989575ba-07ce932a, #w-node-ca2c6156-b024-5790-bc46-01bf989575be-07ce932a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca2c6156-b024-5790-bc46-01bf989575bf-07ce932a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ca2c6156-b024-5790-bc46-01bf989575c4-07ce932a {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
}

#w-node-ca2c6156-b024-5790-bc46-01bf989575cc-07ce932a, #w-node-ca2c6156-b024-5790-bc46-01bf989575d0-07ce932a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca2c6156-b024-5790-bc46-01bf989575d1-07ce932a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ca2c6156-b024-5790-bc46-01bf989575d6-07ce932a {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
}

#w-node-ca2c6156-b024-5790-bc46-01bf989575de-07ce932a, #w-node-ca2c6156-b024-5790-bc46-01bf989575e2-07ce932a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca2c6156-b024-5790-bc46-01bf989575e3-07ce932a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ca2c6156-b024-5790-bc46-01bf989575e8-07ce932a {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
}

#w-node-ca2c6156-b024-5790-bc46-01bf989575f0-07ce932a, #w-node-ca2c6156-b024-5790-bc46-01bf989575f4-07ce932a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca2c6156-b024-5790-bc46-01bf989575f5-07ce932a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ca2c6156-b024-5790-bc46-01bf989575fa-07ce932a {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
}

#w-node-ca2c6156-b024-5790-bc46-01bf98957600-07ce932a, #w-node-d3fd0e3e-1567-1824-4a76-aa98a5e48308-07ce932a, #w-node-d3fd0e3e-1567-1824-4a76-aa98a5e4830c-07ce932a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-da80a2f3-7a79-684f-2519-b94cbc0e3d2a-07ce932a, #w-node-da80a2f3-7a79-684f-2519-b94cbc0e3d2b-07ce932a, #w-node-da80a2f3-7a79-684f-2519-b94cbc0e3d30-07ce932a, #w-node-da80a2f3-7a79-684f-2519-b94cbc0e3d31-07ce932a, #w-node-da80a2f3-7a79-684f-2519-b94cbc0e3d36-07ce932a, #w-node-da80a2f3-7a79-684f-2519-b94cbc0e3d37-07ce932a, #w-node-da80a2f3-7a79-684f-2519-b94cbc0e3d3d-07ce932a, #w-node-da80a2f3-7a79-684f-2519-b94cbc0e3d43-07ce932a {
  place-self: center;
}

#w-node-_4fa38136-9b99-f428-1a0d-215235f5b193-1ad3c7bc, #w-node-_4fa38136-9b99-f428-1a0d-215235f5b195-1ad3c7bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d461374-9329-000c-4509-5aad71d1fbf5-1ad3c7bc, #w-node-_801acff8-1f46-4852-a57e-84bd22e2ccc4-1ad3c7bc, #w-node-e37d50ad-a1f3-a484-fd24-62f9d7932cd9-1ad3c7bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-b4719a01-041a-d42c-5bfe-7322079cb115-1ad3c7bc, #w-node-b4719a01-041a-d42c-5bfe-7322079cb119-1ad3c7bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4719a01-041a-d42c-5bfe-7322079cb11a-1ad3c7bc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b4719a01-041a-d42c-5bfe-7322079cb11f-1ad3c7bc {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_1b17c401-6026-f03f-6544-3a6bd6051767-06fd2fea {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: end;
  }

  #w-node-c0c17a15-a2f8-6af2-c08e-beadee1d8a17-554e0884 {
    justify-self: center;
  }

  #w-node-f26c8417-bfcf-7345-7245-e3f7554e0897-554e0884 {
    justify-self: end;
  }

  #w-node-_8b2a7b67-8b77-5e1e-c257-624e5b122a42-06fd2ff1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f51d4948-1244-1363-934a-f271dc57e773-2857ea1d {
    justify-self: auto;
  }

  #w-node-_723658d5-66b4-92da-5327-8087cce76220-0d604e8a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_723658d5-66b4-92da-5327-8087cce76260-0d604e8a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ca2c6156-b024-5790-bc46-01bf98957571-07ce932a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ca2c6156-b024-5790-bc46-01bf98957600-07ce932a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_801acff8-1f46-4852-a57e-84bd22e2ccd3-1ad3c7bc {
    grid-area: 2 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1b17c401-6026-f03f-6544-3a6bd6051767-06fd2fea {
    justify-self: auto;
  }

  #w-node-ed91716f-1d15-7826-45ce-732a3c62cadd-06fd2fea {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d61e999e-0e03-1f4e-760e-f5b42e0a0b88-06fd2fea {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_10d4dfdc-494b-dc9d-6b71-c9c040326851-06fd2fea {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1b17c401-6026-f03f-6544-3a6bd6051767-06fd2fea {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }
}


@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-VariableItalic.ttf') format('truetype');
  font-weight: 200 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans variable';
  src: url('../fonts/GeneralSans-Variable.ttf') format('truetype');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gambetta variable';
  src: url('../fonts/Gambetta-Variable.ttf') format('truetype');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gambetta';
  src: url('../fonts/Gambetta-VariableItalic.ttf') format('truetype');
  font-weight: 300 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Coolvetica Compressed Hv';
  src: url('../fonts/coolvetica-compressed-hv.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Coolvetica Condensed Rg';
  src: url('../fonts/coolvetica-condensed-rg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Coolvetica Crammed Rg';
  src: url('../fonts/coolvetica-crammed-rg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Coolvetica Rg It';
  src: url('../fonts/coolvetica-rg-it.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Coolvetica Rg';
  src: url('../fonts/coolvetica-rg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}