@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: "Generalsans Variable 2";
  src: url('../fonts/GeneralSans-Variable.ttf') format("truetype");
  font-weight: 200 700;
  font-style: normal;
  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;
}

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

:root {
  --bkg: #f1f0ed;
  --black: #111;
  --outline-dark: #dfdedb;
  --white-smoke: white;
  --gainsboro: #e3e2df;
  --light-grey: #ceccc8;
  --background: #f5f6f6;
  --light-outline: #eceaea40;
}

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

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

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

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

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

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

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

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

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

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

body {
  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;
}

.padding-top.padding-large.conen {
  padding-top: 6rem;
}

.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.expertise {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

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

.padding-horizontal.padding-small {
  padding-left: 0;
  padding-right: 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;
}

.padding-bottom.padding-large.clients {
  margin-top: 4.5rem;
}

.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 {
  text-transform: none;
  font-family: FeatureDisplay, Times New Roman, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.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;
  text-transform: none;
  font-family: FeatureDisplay, Times New Roman, sans-serif;
  font-size: 3.8rem;
  font-weight: 400;
  line-height: 1.1;
}

.heading-style-h1.text-align-center {
  text-transform: none;
  font-family: FeatureDisplay, Times New Roman, sans-serif;
}

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

.text-size-regular.text-style-muted.uber_mobil {
  display: none;
}

.text-size-regular.text-style-allcaps.font-style-2.text-align-center {
  text-transform: none;
  font-family: Generalsans variable, sans-serif;
}

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

.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 {
  padding-top: 0;
  font-size: .875rem;
}

.text-size-small.text-style-muted {
  font-size: .7rem;
}

.text-size-small.light {
  color: #fff;
}

.text-size-small.light.nav {
  font-size: .8rem;
  font-weight: 300;
}

.text-size-small.light.button_cta {
  text-align: left;
  word-break: keep-all;
  width: 7rem;
}

.text-size-small.dark {
  color: #000;
}

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

.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;
  text-decoration: none;
}

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

.text-size-large.text-align-center.text-style-muted {
  font-size: 1.2rem;
}

.text-size-large.text-align-center.text-style-muted.cta {
  font-size: 1.4rem;
}

.text-size-large.font-style-2 {
  font-family: FeatureDisplay, Times New Roman, sans-serif;
}

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

.heading-style-h2 {
  text-transform: none;
  flex-flow: column;
  font-family: FeatureDisplay, Times New Roman, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
}

.heading-style-h2.presse {
  padding-left: 0;
}

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

.page-wrapper {
  overflow: visible;
}

.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 {
  text-transform: none;
  font-family: FeatureDisplay, Times New Roman, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
}

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

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

.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 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  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-large {
  padding: 1rem 2rem;
}

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

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

.button.dark {
  border-color: var(--black);
}

.button.dark.inside {
  background-color: #000;
}

.button.landing_one {
  margin-top: 3rem;
}

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

.text-size-medium {
  text-align: left;
  text-transform: none;
  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;
}

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

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

.font-style-2 {
  font-family: Gambetta variable, sans-serif;
  font-weight: 300;
}

.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.buecher {
  z-index: -1;
}

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

.navbar_com {
  background-color: #ddd0;
  flex-direction: column;
  justify-content: center;
  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: 2.875rem;
  grid-row-gap: 2.875rem;
  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;
}

.home-banner.ape {
  z-index: -10;
}

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

.brand.mobile.w--current {
  display: none;
}

.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);
  position: absolute;
  inset: 0% 0% auto;
}

.image-overlay {
  z-index: 100;
  background-color: #11111140;
  background-image: url('../images/herotalk_60.jpg');
  background-position: 0 0;
  background-size: cover;
  display: none;
  position: absolute;
  inset: 0%;
}

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

.image-overlay.hero {
  background-image: linear-gradient(#0003, #0003), url('../images/titel_hk_wertheim_quer.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  display: flex;
}

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

.word-one {
  font-family: FeatureDisplay, Times New Roman, sans-serif;
  display: inline-block;
}

.word-two {
  font-size: 2rem;
  display: inline-block;
}

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

.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: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

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

.home-hero_title {
  z-index: 10;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.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: absolute;
  inset: auto 0% 5%;
}

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

.home-hero_intro {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  bottom: 20%;
}

.home-call {
  display: none;
  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_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;
}

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

.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;
  display: none;
  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);
  width: 33.33%;
  color: var(--black);
  cursor: pointer;
  flex-direction: column;
  flex: none;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  text-decoration: none;
  display: flex;
}

.home-slider_image {
  background-color: var(--outline-dark);
  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;
  grid-auto-flow: row;
  padding-top: 0;
  display: grid;
}

.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: 3rem;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-width: 36rem;
  max-width: 36rem;
  padding-top: 4rem;
  padding-bottom: 2rem;
  padding-right: 2rem;
  display: grid;
  overflow: visible;
}

.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_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(--gainsboro);
}

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

.slide-nav {
  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;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

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

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

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

.home-benefits_slider, .slider-mask {
  overflow: hidden;
}

.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_intro.left {
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
}

.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;
  padding-top: 8rem;
  padding-bottom: 8rem;
  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;
  flex-direction: column;
  min-height: 14rem;
  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: flex-end;
  display: flex;
}

.footer_brand {
  width: 25rem;
  color: var(--black);
  text-transform: uppercase;
  justify-content: flex-end;
  align-items: center;
  font-size: 7rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.footer_com {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  flex-direction: column;
  padding-top: 4rem;
  padding-bottom: 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: none;
}

.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: 1rem;
  grid-row-gap: 1rem;
  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;
}

.quote_slider.swiper {
  padding-top: 2rem;
  padding-left: 0;
}

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

.quote_avater {
  border-radius: .4rem;
  width: 3.5rem;
  height: 3.5rem;
  display: none;
  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: flex-end;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.quote_top {
  z-index: -1;
  align-items: flex-start;
  height: 4rem;
  margin-top: -28px;
  margin-bottom: -1.5rem;
  padding-left: 0;
  display: flex;
  position: relative;
}

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

.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: 9rem;
  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 4rem 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;
  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: 40rem;
  display: flex;
}

.home-action_descript.contact {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  width: 30rem;
  margin-left: 0;
}

.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 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_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;
  padding-bottom: 4rem;
  display: grid;
}

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

.locations-hero_right {
  flex-direction: column;
  padding: 2rem 1.5rem 1rem 2.5rem;
  display: flex;
  overflow: scroll;
}

.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%;
  padding-top: 225px;
  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: flex-start;
  padding-top: 8rem;
  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;
}

.impressum {
  max-width: 40rem;
}

.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;
  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_height {
  padding-top: 80%;
}

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

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

.member_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 19rem;
  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 dashed var(--outline-dark);
  height: 4rem;
  padding-top: 0;
  padding-bottom: 0;
}

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

.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-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 .5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

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

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

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

.preloader_one {
  display: inline-block;
}

.preloader_two {
  width: 35%;
  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;
}

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

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

.home-benefits_title.books {
  max-width: 15rem;
  margin-top: 2rem;
}

.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 {
  height: 2rem;
}

.div-block {
  background-color: #8cd69a;
  border-radius: 10px;
  width: 6px;
  height: 6px;
}

.marquee-css {
  color: #efeeec;
  width: 100vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-css__list {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex: none;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.marquee-css__item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex: 0;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 1em;
  display: flex;
}

.marquee-css__item-p {
  color: #f1f0ed;
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 1.5em;
  line-height: 1;
  display: block;
}

.marquee-css__item-p.svg {
  z-index: 10;
  height: 2rem;
  position: relative;
}

.marquee-css__item-svg {
  width: 1em;
}

.image-2 {
  width: 4rem;
}

.marquee-advanced__scroll {
  will-change: transform;
  width: 100%;
  display: flex;
  position: relative;
}

.osmo-icon-svg {
  color: #ff4c24;
  width: 50%;
}

.marquee-advanced__item-width {
  background-color: #131313;
  border-radius: 1vw;
  justify-content: center;
  align-items: center;
  width: 18vw;
  height: 18vw;
  margin: 1vw;
  display: flex;
}

.marquee__advanced__p {
  white-space: nowrap;
  margin-bottom: 0;
  margin-right: .25em;
  font-family: FeatureDisplay, Times New Roman, sans-serif;
  font-size: .4em;
}

.marquee__advanced__p.grey {
  color: #8a8a85;
  line-height: 1;
}

.section-resource {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 15rem;
  display: flex;
}

.marquee__advanced__arrow-svg {
  color: #ff4c24;
  width: 1em;
  margin-right: .25em;
  position: relative;
}

.marquee-advanced__item {
  justify-content: flex-start;
  align-items: center;
  font-size: max(4em, 8vw);
  display: flex;
}

.marquee-advanced__collection {
  will-change: transform;
  display: flex;
  position: relative;
}

.marquee-advanced {
  width: 100vw;
  height: 5rem;
  position: relative;
  overflow: hidden;
}

.clients {
  margin-top: 12rem;
  margin-bottom: 4rem;
  display: none;
}

.clients_logo_grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 70rem;
  display: grid;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  height: 4rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.div-block-3.breit {
  padding-left: 0;
  padding-right: 0;
}

.div-block-3.breit.weniger {
  padding-left: 1rem;
  padding-right: 1rem;
}

.image-3 {
  height: 100%;
}

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

.image-4 {
  width: 1.5rem;
}

.image-5 {
  height: 2rem;
  margin-top: 0;
}

.image-5.desktop {
  display: none;
}

.home_section_1 {
  background-color: #f1f0ed;
  border-radius: .5rem;
  padding-top: 0;
  padding-bottom: 8rem;
}

.div-block-5 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.circle-cta {
  z-index: 100;
  mix-blend-mode: difference;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 7.5rem;
  height: 7.5rem;
  display: flex;
  position: fixed;
  inset: auto 4% 5% auto;
}

.circle {
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
}

.circle-text {
  color: #fff;
  text-align: center;
  letter-spacing: .05em;
  font-size: 3rem;
  line-height: 1;
  text-decoration: none;
  position: absolute;
}

.circle-text.pointer-events-none {
  color: #fff;
  mix-blend-mode: normal;
  font-size: .75rem;
  font-weight: 300;
}

.arrow-icon {
  z-index: 1;
  color: #000;
  mix-blend-mode: difference;
  width: 20%;
  height: 20%;
  position: absolute;
}

.laufband {
  display: none;
}

.kennzahlen {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 1rem;
  padding-bottom: 8rem;
  display: grid;
}

.div-block-6 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-6._300000 {
  margin-left: 2rem;
}

.div-block-7 {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  width: 70%;
  display: flex;
}

.div-block-8 {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.div-block-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-11 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.image-7 {
  width: 40%;
}

.modal__content {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  padding: 2em;
  display: flex;
}

.modal {
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  justify-content: center;
  align-items: center;
  padding: 2em 1em;
  display: flex;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.modal__p {
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.5;
}

.modal__card {
  pointer-events: auto;
  background-color: #efeeec;
  border-radius: 2em;
  width: 100%;
  max-width: 54em;
  max-height: 100%;
  padding: .75em;
  display: none;
  position: relative;
}

.modal__dark {
  opacity: .5;
  pointer-events: auto;
  cursor: pointer;
  background-color: #131313;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.modal__h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 1.175;
}

.modal__scroll {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  background-color: #e2e1df;
  border-radius: 1.25em;
  flex-flow: column;
  width: 100%;
  max-height: 100%;
  display: flex;
  position: relative;
  overflow: scroll;
}

.modal__btn-close-bar {
  background-color: currentColor;
  width: .125em;
  height: 40%;
  position: absolute;
  transform: rotate(45deg);
}

.modal__btn-close-bar.is--second {
  transform: rotate(-45deg);
}

.modal__btn-close {
  background-color: #efeeec;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  height: 3.5em;
  display: flex;
  position: absolute;
  top: 2.5em;
  right: 2.5em;
}

.appointment {
  border-top: 1px none var(--outline-dark);
  border-bottom-right-radius: .625rem;
  border-bottom-left-radius: .625rem;
  margin-left: -4rem;
  padding-top: 0;
  padding-bottom: 8rem;
  overflow: hidden;
}

.content {
  background-color: #eee0eb;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.calendly-button {
  background-color: #111;
  border-radius: 100px;
  padding: .65rem 48px;
  display: flex;
}

.html-embed {
  display: block;
  overflow: hidden;
}

.div-block-12 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

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

.b-cher-modal__btn {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #fff;
  cursor: pointer;
  background-color: #612c08;
  border-radius: 30em;
  padding: 1em 1.5em;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.b-cher-modal__btn.is--large {
  background-color: #612c0800;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  padding: .5em 1em;
  font-size: 1.25em;
}

.resource-group {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.whatsapp-modal__icon-svg {
  width: 1.25em;
  margin-top: -.125em;
  margin-left: -.25em;
  display: block;
  position: relative;
}

.whatsapp-modal__btn-span {
  color: #f8f6f3;
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
}

.whatsapp-modal__overlay-toggle {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.whatsapp-modal__qr-canvas {
  background-color: #0000001a;
  width: 8.75em;
  height: 8.75em;
}

.whatsapp-modal__close-bar {
  background-color: #000;
  width: 1em;
  height: .09375em;
  position: absolute;
  transform: rotate(-45deg);
}

.whatsapp-modal__close-bar.is--duplicate {
  transform: rotate(45deg);
}

.b-cher-modal__card {
  z-index: 9000;
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  pointer-events: auto;
  background-color: #f8f6f3;
  border-radius: 1.5em;
  flex-flow: column;
  align-items: center;
  width: 30rem;
  padding: 2em 0 3.26em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.b-cher-modal__close {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  display: flex;
  position: absolute;
  top: 1.5em;
  right: 1.5em;
}

.whatsapp-modal__dark {
  z-index: 3999;
  pointer-events: auto;
  background-color: #0003;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.buchtitel {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .8em;
  font-weight: 500;
  line-height: 1;
}

.whatsapp-modal__text {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-flow: column;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.whatsapp-modal__overlay-link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.whatsapp-modal__p {
  color: #0009;
  text-align: center;
  font-size: .6em;
}

.whatsapp-modal {
  z-index: 4000;
  pointer-events: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

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

.div-block-13 {
  height: 50vh;
  padding-left: 4rem;
  padding-right: 4rem;
  position: relative;
  overflow: scroll;
}

.div-block-14 {
  grid-column-gap: 5.3rem;
  grid-row-gap: 5.3rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-9 {
  height: 80vh;
  margin-left: -4rem;
}

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

.image-10 {
  margin-right: 3%;
}

.vimeo-bg__btn-play-svg {
  width: 40%;
}

.vimeo-bg__iframe {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
}

.vimeo-bg__btn {
  -webkit-backdrop-filter: blur(1em);
  backdrop-filter: blur(1em);
  background-color: #64646433;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  transition: opacity .3s linear;
  display: flex;
  position: relative;
}

.vimeo-bg__iframe-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
}

.vimeo-bg__btn-pause-svg {
  width: 50%;
}

.vimeo-bg__pause {
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  bottom: 4vw;
  right: 4vw;
}

.vimeo-bg {
  pointer-events: auto;
  color: #efeeec;
  isolation: isolate;
  background-color: #131313;
  background-image: linear-gradient(#000, #fff);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  transform: translateX(0);
}

.vimeo-bg.footer_video {
  border-radius: .5rem;
  display: none;
  position: static;
}

.vimeo-bg__placeholder {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: opacity .3s linear;
  display: block;
  position: absolute;
}

.vimeo-bg__play {
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  bottom: 4vw;
  right: 4vw;
}

.vimeo-bg__before {
  padding-top: 62.5%;
}

.slide-nav-2 {
  color: var(--black);
  margin-bottom: -51px;
  display: flex;
}

.right-arrow-2 {
  display: none;
}

.slider {
  background-color: #ddd0;
  height: 100%;
}

.slider.mobile {
  display: none;
}

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

.presse {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 4rem;
  padding-right: 0;
  display: flex;
}

.div-block-17 {
  width: 100%;
  display: none;
}

.tab-link-tab-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #c8c8c800;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  display: flex;
}

.tab-link-tab-1.w--current {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #c8c8c838;
  border-radius: .5rem;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.tab-link-tab-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #ddd0;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  display: flex;
}

.tab-link-tab-2.w--current {
  background-color: #c8c8c838;
  border-radius: .5rem;
}

.tab-link-tab-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #ddd0;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  display: flex;
}

.tab-link-tab-3.w--current {
  background-color: #c8c8c838;
  border-radius: .5rem;
}

.image-11 {
  border: 1.5px solid #000;
  width: 10rem;
}

.image-11.fachtexte {
  width: 5rem;
}

.tab-pane-tab-1 {
  z-index: 10;
  width: 35rem;
}

.div-block-18 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-bottom: 1rem;
  display: flex;
}

.div-block-18.editorial {
  width: 100%;
}

.div-block-19 {
  margin-top: 2rem;
}

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

.tabs {
  width: 100%;
  margin-top: 2rem;
}

.tabs-menu {
  z-index: 20;
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 25rem;
  display: flex;
}

.tabs-content {
  z-index: 10;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 80rem;
  margin-top: -29rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-21 {
  background-color: #000;
  width: 5px;
  height: 5px;
}

.tab-pane-tab-2 {
  width: 35rem;
}

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

.div-block-23 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-24 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tab-pane-tab-3 {
  width: 35rem;
}

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

.background-video.mobile {
  display: none;
}

.image-12 {
  width: 100%;
}

.div-block-25 {
  filter: brightness(200%);
  width: 30rem;
  height: 20rem;
}

.div-block-25.mobile {
  display: none;
}

.div-block-25.weg {
  filter: none;
  border-radius: 1rem;
  display: block;
  overflow: hidden;
}

.div-block-26 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  display: flex;
}

.div-block-27 {
  display: none;
}

.image-13 {
  width: 2rem;
}

.div-block-28 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 35rem;
  display: flex;
}

.image-14 {
  object-fit: cover;
  border-radius: .5rem;
  width: 80%;
  height: 100%;
}

.tab-pane-tab-4 {
  width: 35rem;
}

.background-video-2 {
  z-index: 1;
  height: 100%;
}

.div-block-29 {
  aspect-ratio: 16 / 9;
}

.background-video-3 {
  z-index: 10;
  width: 100%;
  height: 100%;
}

.logo_schwillt {
  letter-spacing: -2px;
  font-family: "Generalsans Variable 2", Arial, sans-serif;
  font-size: 3.2rem;
  line-height: 1;
}

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

.b-cher-modal {
  z-index: 4000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0;
}

@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-large.conen {
    padding-top: 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.expertise {
    padding-bottom: 8rem;
  }

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

  .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-muted.uber {
    display: none;
  }

  .text-size-regular.text-style-muted.uber_mobil {
    display: block;
  }

  .text-size-small.light.nav {
    font-size: 1rem;
  }

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

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

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

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

  .button.is-small.landing {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

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

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

  .image-fill {
    object-position: 50% 40%;
  }

  .subtitle {
    margin-bottom: 2rem;
    display: none;
  }

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

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

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

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

  .brand {
    padding-left: 0;
  }

  .image-overlay.hero {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: url('../images/titel_hk_wertheim_quer.jpg'), linear-gradient(#00000080, #00000080), linear-gradient(#0000, #0000);
    background-position: 70%, 0 0, 0 0;
    background-size: cover, auto, auto;
  }

  .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-benefits_com {
    grid-template-columns: 1fr;
  }

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

  .home-benefits_image {
    height: 65vw;
  }

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

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

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

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

  .quote_top {
    padding-left: 0;
  }

  .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;
    padding-top: 2rem;
    padding-bottom: 0;
    display: none;
    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 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    justify-content: center;
    align-items: flex-start;
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 3rem;
  }

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

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

  .preloader_two {
    width: 35%;
  }

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

  .marquee-advanced {
    height: 2rem;
  }

  .div-block-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-5.desktop {
    height: 2.5rem;
    display: block;
  }

  .kennzahlen {
    padding-top: 0;
    padding-bottom: 12rem;
    padding-right: 1rem;
  }

  .div-block-6._300000 {
    margin-left: 0;
  }

  .div-block-7 {
    width: 80%;
  }

  .div-block-8 {
    padding-top: 4rem;
  }

  .div-block-10 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .div-block-11 {
    width: 100%;
  }

  .appointment {
    margin-left: 0;
  }

  .contact {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    max-width: 22.5rem;
  }

  .div-block-14 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    padding-right: 0;
  }

  .image-9 {
    width: 70vw;
    height: auto;
    margin-left: 0;
  }

  .div-block-15 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: .5rem;
    display: flex;
  }

  .vimeo-bg__pause {
    bottom: 1em;
    right: 1em;
  }

  .vimeo-bg__placeholder {
    object-position: 35% 50%;
  }

  .vimeo-bg__play {
    bottom: 1em;
    right: 1em;
  }

  .presse {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding-left: 0;
  }

  .tab-pane-tab-1 {
    width: 100%;
  }

  .tabs-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
  }

  .tabs-content {
    justify-content: center;
    align-items: flex-start;
    margin-top: 2rem;
  }

  .tab-pane-tab-2, .tab-pane-tab-3 {
    width: 100%;
  }

  .div-block-25 {
    width: 15rem;
    height: 10rem;
  }

  .div-block-26 {
    flex-flow: column;
  }

  .tab-pane-tab-4 {
    width: 100%;
  }

  .logo_schwillt {
    font-size: 2.6rem;
  }
}

@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-vertical.padding-xlarge.expertise {
    padding-bottom: 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;
  }

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

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

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

  .navbar_com {
    height: 6rem;
  }

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

  .image-overlay.hero {
    filter: brightness(67%);
    background-image: linear-gradient(#0000, #0000), url('../images/titel_hk_wertheim_quer.jpg');
    background-position: 0 0, 70%;
    background-size: auto, cover;
  }

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

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

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

  .home-action_intro.left {
    padding-bottom: 0;
  }

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

  .footer_brand {
    width: 50vw;
    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;
    padding-left: 1.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;
    padding-left: 3rem;
  }

  .impressum {
    padding-left: 0;
    padding-right: 2rem;
  }

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

  .image-5.desktop {
    height: 2.5rem;
  }

  .div-block-5 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .circle-cta {
    display: none;
  }

  .kennzahlen {
    grid-template-columns: 1fr;
    padding-bottom: 12rem;
    padding-left: 1rem;
  }

  .image-6 {
    display: none;
  }

  .div-block-10 {
    grid-template-columns: 1fr;
  }

  .appointment {
    margin-left: 0;
  }

  .contact {
    max-width: 26rem;
    padding-bottom: 4rem;
  }

  .b-cher-modal__card {
    width: auto;
  }

  .div-block-14 {
    flex-flow: column;
  }

  .image-9 {
    width: 70vw;
    margin-left: 0;
  }

  .div-block-15 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
  }

  .vimeo-bg__placeholder {
    object-position: 40% 50%;
  }

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

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

  .padding-top.padding-large.conen {
    padding-top: 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.expertise {
    padding-top: 4rem;
    padding-bottom: 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;
  }

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

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

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

  .text-size-regular.text-style-allcaps.font-style-2.text-align-center.hero {
    text-align: left;
    font-size: 1rem;
  }

  .text-size-small.light.nav {
    font-size: .8rem;
    font-weight: 300;
  }

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

  .text-size-large.text-align-center.text-style-muted.cta {
    font-size: 1.2rem;
  }

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

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

  .button.is-small.landing {
    display: none;
  }

  .button.landing_one {
    margin-top: 2rem;
  }

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

  .text-size-medium.books {
    text-align: left;
    font-size: 1.1rem;
    line-height: 1.2;
  }

  .navbar_com {
    display: none;
  }

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

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

  .brand.w--current {
    z-index: 10;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: absolute;
    inset: 10px auto auto;
  }

  .brand.mobile.w--current {
    display: flex;
    top: 2rem;
  }

  .image-overlay.hero {
    filter: brightness(65%);
  }

  .word-two {
    font-size: 1.25rem;
  }

  .home-hero_com {
    min-height: 95vh;
  }

  .home-hero_intro {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .home-call_intro {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .home-benefits_nav {
    margin-left: 0;
  }

  .home-action_intro.left {
    padding-bottom: 0;
  }

  .footer_brand {
    width: 100vw;
  }

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

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

  .quote_slide.swiper-slide {
    margin-right: 2rem;
    padding-left: 0;
  }

  .quote_top {
    height: 4rem;
    padding-left: 0;
  }

  .team_block {
    grid-template-columns: 1fr .8fr;
  }

  .home-banner_wrap {
    height: 20rem;
  }

  .home-action_descript.contact {
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .locations-hero_left {
    margin-top: -2.4rem;
    margin-bottom: -3.8rem;
    padding-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .locations-hero_intro {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .location-hero_middle {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-left: 1rem;
  }

  .impressum {
    padding-left: 0;
    padding-right: 1rem;
  }

  .locations-list {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .member-hero_com {
    min-height: 75vh;
  }

  .member_spacer {
    height: .5rem;
  }

  .navbar_mobile {
    display: none;
  }

  .section-resource {
    height: 5rem;
  }

  .marquee-advanced {
    height: 2.5rem;
  }

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

  .div-block-3.hide_mobile {
    display: none;
  }

  .div-block-4 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .image-5 {
    height: 2.5rem;
  }

  .image-5.impressum_logo {
    height: 2.5rem;
    display: block;
  }

  .home_section_1 {
    padding-bottom: 4rem;
  }

  .div-block-5 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column-reverse;
  }

  .kennzahlen {
    padding-bottom: 4rem;
  }

  .div-block-7 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .div-block-9 {
    grid-template-columns: 1fr;
  }

  .image-7 {
    width: 70%;
  }

  .appointment {
    padding-bottom: 4rem;
  }

  .div-block-12 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
  }

  .contact {
    padding-bottom: 0;
  }

  .b-cher-modal__card {
    width: 100%;
  }

  .whatsapp-modal {
    pointer-events: auto;
    padding-left: .5em;
    padding-right: .5em;
  }

  .div-block-13 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-block-14 {
    flex-flow: column;
  }

  .image-9 {
    margin-left: 0;
  }

  .div-block-15 {
    padding-top: 4rem;
  }

  .vimeo-bg__placeholder {
    object-position: 50% 50%;
  }

  .home_presse {
    padding-bottom: 4rem;
  }

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

  .image-11 {
    width: 5rem;
  }

  .div-block-18 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    padding-bottom: 2rem;
  }

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

  .tabs-menu {
    flex-flow: column;
  }

  .tabs-content {
    margin-top: 4rem;
  }

  .div-block-24 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .div-block-25 {
    width: 18rem;
    display: none;
  }

  .div-block-25.mobile {
    width: 100%;
    display: block;
  }

  .div-block-26 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .div-block-27 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-top: 2rem;
    display: flex;
  }

  .div-block-28 {
    object-position: 50% 0%;
    height: 18rem;
  }

  .image-14 {
    object-position: 50% 0%;
    width: 100%;
  }

  .logo_schwillt {
    font-size: 1.9rem;
  }
}

#w-node-_88005c0f-7d97-33c3-514d-6825a6b1f90a-befa0893 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f5c5aa7c-d505-5c09-02bf-982d1abadec0-befa0893 {
  place-self: center;
}

#w-node-bef515c8-8445-ba03-c727-e811114578df-befa0893 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed91716f-1d15-7826-45ce-732a3c62cadd-befa0893 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d61e999e-0e03-1f4e-760e-f5b42e0a0b88-befa0893 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-c8e1955b-516f-5b70-603e-c9ea2d50c5ef-befa0893 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f4c75d6-3c96-ff70-9e35-9a124bedc8b2-befa0893 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_1502513d-1055-d10e-037c-587782ab9b79-befa0893 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_1502513d-1055-d10e-037c-587782ab9b7a-befa0893 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_1502513d-1055-d10e-037c-587782ab9b7d-befa0893 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-bad87e53-04bf-3da6-e35a-74cbc71d5192-befa0893 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_33e83e46-4734-5f06-2132-b88c15610f05-befa0893 {
  justify-self: center;
}

#w-node-f6093c3d-4724-93dd-9596-35f04d42410c-befa0893 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f79fbd9-a94c-1cb1-76da-3dcfcd7105b9-befa0893 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-deb837d3-25d7-1002-174a-80f06b81bb33-befa0893 {
  justify-self: stretch;
}

#w-node-_2d420ba6-fd4f-1819-1be6-e48480c4317d-befa0893, #w-node-_54ce6ff7-7b26-a067-dfa2-8b4efd57ac22-befa0893 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ba871f65-e7d5-22f5-784a-ba1efd4d963d-befa0893 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ba871f65-e7d5-22f5-784a-ba1efd4d9640-befa0893 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

#w-node-_790acfcc-560a-b6ad-3838-5883be1c8ad8-befa0893 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_10db9599-6d77-221d-a0f8-13bd038a652a-befa0893, #w-node-a7d2248f-2abb-d9ad-0b28-973e91ffc9be-befa0893 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d1d78047-e282-308c-da57-0039a34747f9-befa0893 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d1d78047-e282-308c-da57-0039a34747fc-befa0893 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

#w-node-d61b32d4-a08a-9f9e-8c8e-7d7867496ddf-befa0893 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_12ff12c3-3bcf-e1f1-c576-7736ce51585a-befa0893 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_12ff12c3-3bcf-e1f1-c576-7736ce51585d-befa0893 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

#w-node-f69cb7f1-1503-f58e-2c43-4198665c6d4f-befa0893 {
  grid-area: 1 / 1 / 4 / 2;
}

#w-node-c3eebaa9-a2b7-5e93-29b9-58239d82a642-9d82a63e, #w-node-c3eebaa9-a2b7-5e93-29b9-58239d82a658-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-_444978e3-cd03-595b-7bf4-189829181b0b-befa0896, #w-node-_7a2d80de-4047-833d-3ed8-6474720f10a5-befa0896 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02ea8923-a899-d6ca-9992-b1753c0a5e19-befa0896 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_02ea8923-a899-d6ca-9992-b1753c0a5e1f-befa0896 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_02ea8923-a899-d6ca-9992-b1753c0a5e20-befa0896 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02ea8923-a899-d6ca-9992-b1753c0a5e23-befa0896 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_02ea8923-a899-d6ca-9992-b1753c0a5e26-befa0896 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_02ea8923-a899-d6ca-9992-b1753c0a5e27-befa0896 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_02ea8923-a899-d6ca-9992-b1753c0a5e2a-befa0896 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-befa0897, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-befa0897, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-befa0897, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-befa0897, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-befa0897, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-befa0897, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-befa0897 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-befa0897, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-befa0897 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-befa0897 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-befa0897 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-befa0897 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-befa0897, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-befa0897, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-befa0897 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-befa0897, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-befa0897, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-befa0897, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-befa0897, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-befa0897, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-befa0897, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-befa0897, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-befa0897, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-befa0897, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-befa0897, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-befa0897, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-befa0897, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-befa0897, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-befa0897, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-befa0897, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-befa0897, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-befa0897 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-befa0897 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-befa0897, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-befa0897, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-befa0897, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-befa0897, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-befa0897, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-befa0897, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-befa0897, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-befa0897, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-befa0897, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-befa0897, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-befa0897, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-befa0897, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-befa0897, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-befa0897, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-befa0897, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-befa0897, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-befa0897, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-befa0897, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-befa0897, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-befa0897, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-befa0897 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-befa0897 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-befa0897, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-befa0897, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-befa0897, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-befa0897 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-befa0897 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-befa0897, #w-node-_93089330-e20d-853c-b629-0fca8536cd5a-befa0898 {
  justify-self: start;
}

#w-node-_93089330-e20d-853c-b629-0fca8536cd5e-befa0898 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-_93089330-e20d-853c-b629-0fca8536cd60-befa0898 {
  place-self: center;
}

#w-node-_8b2a7b67-8b77-5e1e-c257-624e5b122a42-befa0898 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ef2c5c97-40a7-c5f8-e9c3-989a783ef2bb-befa0898, #w-node-_47d2bd0e-9f38-8b10-29b1-653ec09e0d07-befa0898, #w-node-_42b6b24d-1e03-4d25-afa6-d035a895937f-befa0898 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_171dd54d-fa79-f6cd-40a6-f96ab51d711f-befa0898 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_171dd54d-fa79-f6cd-40a6-f96ab51d7125-befa0898 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_171dd54d-fa79-f6cd-40a6-f96ab51d7126-befa0898 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_171dd54d-fa79-f6cd-40a6-f96ab51d7129-befa0898 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_171dd54d-fa79-f6cd-40a6-f96ab51d712c-befa0898 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_171dd54d-fa79-f6cd-40a6-f96ab51d712d-befa0898 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_171dd54d-fa79-f6cd-40a6-f96ab51d7130-befa0898 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_81abe671-ebb5-c8c5-672f-972017cc188f-befa0898, #w-node-_81abe671-ebb5-c8c5-672f-972017cc18c2-befa0898, #w-node-b375d1d0-b980-5b99-7c68-f1adddf62daf-befa0899, #w-node-_005a9cdd-d083-0d54-ffd9-4077b9f809fa-befa0899, #w-node-_48124fdf-ee30-bf2f-e25a-b890af2897df-befa0899, #w-node-_6b9d6179-74ba-a8f2-5542-9b127b878a11-befa0899, #w-node-ca41c035-5030-3f5f-e0c1-ef0674594d14-74594d10, #w-node-ca41c035-5030-3f5f-e0c1-ef0674594d16-74594d10, #w-node-_60371d1e-5e6c-fc29-9876-fb2b8f87773d-8f87773c, #w-node-_60371d1e-5e6c-fc29-9876-fb2b8f877746-8f87773c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b2a7b67-8b77-5e1e-c257-624e5b122a42-befa089a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6386809c-0e36-64cc-142f-ce388d2025b9-befa089a, #w-node-aa5154e2-3679-3851-7391-640b221c7c74-befa089a, #w-node-_42b6b24d-1e03-4d25-afa6-d035a895937f-befa089a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a40a29d2-f40b-57eb-4730-bcb12fff80dc-befa089a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a40a29d2-f40b-57eb-4730-bcb12fff80e2-befa089a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-a40a29d2-f40b-57eb-4730-bcb12fff80e3-befa089a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a40a29d2-f40b-57eb-4730-bcb12fff80e6-befa089a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-a40a29d2-f40b-57eb-4730-bcb12fff80e9-befa089a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-a40a29d2-f40b-57eb-4730-bcb12fff80ea-befa089a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-a40a29d2-f40b-57eb-4730-bcb12fff80ed-befa089a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_8b2a7b67-8b77-5e1e-c257-624e5b122a42-befa089b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6386809c-0e36-64cc-142f-ce388d2025b9-befa089b, #w-node-aa5154e2-3679-3851-7391-640b221c7c74-befa089b, #w-node-_42b6b24d-1e03-4d25-afa6-d035a895937f-befa089b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b1e2c526-bf0e-df87-fad0-fe219e4a368d-befa089b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b1e2c526-bf0e-df87-fad0-fe219e4a3693-befa089b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-b1e2c526-bf0e-df87-fad0-fe219e4a3694-befa089b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b1e2c526-bf0e-df87-fad0-fe219e4a3697-befa089b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-b1e2c526-bf0e-df87-fad0-fe219e4a369a-befa089b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-b1e2c526-bf0e-df87-fad0-fe219e4a369b-befa089b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-b1e2c526-bf0e-df87-fad0-fe219e4a369e-befa089b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_93089330-e20d-853c-b629-0fca8536cd5a-a62bd109 {
  justify-self: start;
}

#w-node-_93089330-e20d-853c-b629-0fca8536cd5e-a62bd109 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-_93089330-e20d-853c-b629-0fca8536cd60-a62bd109 {
  place-self: center;
}

#w-node-_8b2a7b67-8b77-5e1e-c257-624e5b122a42-a62bd109 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ef2c5c97-40a7-c5f8-e9c3-989a783ef2bb-a62bd109, #w-node-_47d2bd0e-9f38-8b10-29b1-653ec09e0d07-a62bd109, #w-node-_42b6b24d-1e03-4d25-afa6-d035a895937f-a62bd109 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_171dd54d-fa79-f6cd-40a6-f96ab51d711f-a62bd109 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_171dd54d-fa79-f6cd-40a6-f96ab51d7125-a62bd109 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_171dd54d-fa79-f6cd-40a6-f96ab51d7126-a62bd109 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_171dd54d-fa79-f6cd-40a6-f96ab51d7129-a62bd109 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_171dd54d-fa79-f6cd-40a6-f96ab51d712c-a62bd109 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_171dd54d-fa79-f6cd-40a6-f96ab51d712d-a62bd109 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_171dd54d-fa79-f6cd-40a6-f96ab51d7130-a62bd109 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_81abe671-ebb5-c8c5-672f-972017cc188f-a62bd109, #w-node-_81abe671-ebb5-c8c5-672f-972017cc18c2-a62bd109 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-f26c8417-bfcf-7345-7245-e3f7554e0897-554e0884 {
    justify-self: end;
  }

  #w-node-_444978e3-cd03-595b-7bf4-189829181ad6-befa0896 {
    order: 9999;
  }

  #w-node-_93089330-e20d-853c-b629-0fca8536cd6b-befa0898 {
    justify-self: end;
  }

  #w-node-_8b2a7b67-8b77-5e1e-c257-624e5b122a42-befa0898 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_42b6b24d-1e03-4d25-afa6-d035a895937f-befa0898 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8b2a7b67-8b77-5e1e-c257-624e5b122a42-befa089a, #w-node-_8b2a7b67-8b77-5e1e-c257-624e5b122a42-befa089b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_93089330-e20d-853c-b629-0fca8536cd6b-a62bd109 {
    justify-self: end;
  }

  #w-node-_8b2a7b67-8b77-5e1e-c257-624e5b122a42-a62bd109 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_42b6b24d-1e03-4d25-afa6-d035a895937f-a62bd109 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ed91716f-1d15-7826-45ce-732a3c62cadd-befa0893 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d61e999e-0e03-1f4e-760e-f5b42e0a0b88-befa0893 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c3eebaa9-a2b7-5e93-29b9-58239d82a656-9d82a63e {
    justify-self: center;
  }

  #w-node-c3eebaa9-a2b7-5e93-29b9-58239d82a658-9d82a63e {
    order: -9999;
  }

  #w-node-_02ea8923-a899-d6ca-9992-b1753c0a5e19-befa0896 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_02ea8923-a899-d6ca-9992-b1753c0a5e1f-befa0896 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_171dd54d-fa79-f6cd-40a6-f96ab51d711f-befa0898 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_171dd54d-fa79-f6cd-40a6-f96ab51d7125-befa0898 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_81abe671-ebb5-c8c5-672f-972017cc18be-befa0898 {
    justify-self: center;
  }

  #w-node-_81abe671-ebb5-c8c5-672f-972017cc18c2-befa0898 {
    order: -9999;
  }

  #w-node-a40a29d2-f40b-57eb-4730-bcb12fff80dc-befa089a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a40a29d2-f40b-57eb-4730-bcb12fff80e2-befa089a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b1e2c526-bf0e-df87-fad0-fe219e4a368d-befa089b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b1e2c526-bf0e-df87-fad0-fe219e4a3693-befa089b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_171dd54d-fa79-f6cd-40a6-f96ab51d711f-a62bd109 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_171dd54d-fa79-f6cd-40a6-f96ab51d7125-a62bd109 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_81abe671-ebb5-c8c5-672f-972017cc18be-a62bd109 {
    justify-self: center;
  }

  #w-node-_81abe671-ebb5-c8c5-672f-972017cc18c2-a62bd109 {
    order: -9999;
  }
}


@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: 'Generalsans Variable 2';
  src: url('../fonts/GeneralSans-Variable.ttf') format('truetype');
  font-weight: 200 700;
  font-style: normal;
  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;
}
@font-face {
  font-family: 'FeatureDisplay';
  src: url('../fonts/FeatureDisplay-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}