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

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

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

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

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

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

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

body {
  color: #000;
  font-family: Space Grotesk Light, sans-serif;
  font-size: 20px;
  line-height: 120%;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 4em;
  font-weight: 700;
  line-height: 95%;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 120%;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
  font-weight: 300;
  line-height: 140%;
}

a {
  color: #000;
}

.highlight {
  color: #000;
  text-decoration: none;
}

.highlight.hover:hover {
  opacity: .8;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 100%;
  height: 10rem;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

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

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

.nav-link {
  color: #000;
  font-variation-settings: "wght"300;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 1em;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
  transition: all .35s;
}

.nav-link:hover {
  font-variation-settings: "wght"500;
}

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

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

.nav-link.w--current {
  font-variation-settings: "wght"700;
}

.nav-link.button {
  color: #fff;
  padding-left: 0;
  padding-right: 0;
}

.padding_vertical {
  z-index: 2;
  width: 100%;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
  position: relative;
}

.header {
  padding-top: 12rem;
  padding-bottom: 7rem;
}

.main_grid {
  z-index: auto;
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: min-content;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: relative;
}

.main_grid.head {
  width: 56%;
  display: block;
}

.header_text_container {
  grid-row-gap: 30px;
  flex-direction: column;
  padding-right: 3rem;
  display: flex;
  position: relative;
}

.header_title {
  max-width: 46rem;
  white-space: break-spaces;
}

.header_text {
  max-width: 46rem;
  font-size: 1.2em;
  line-height: 130%;
}

.spirit {
  background-color: #f5f3ea;
  position: relative;
}

.padding_horizontal {
  width: 100%;
  max-width: 1800px;
  flex-direction: column;
  align-items: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.padding_horizontal.top_small {
  padding-top: 5em;
}

.padding_horizontal.none {
  padding-top: 0;
  padding-bottom: 0;
}

.padding_horizontal.bottom_small {
  padding-bottom: 3rem;
}

.padding_horizontal.imprin {
  padding-top: 15rem;
}

.textcontainer {
  position: -webkit-sticky;
  position: sticky;
  top: 5rem;
}

.textcontainer.space {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.textcontainer.sticky {
  top: 30%;
}

.image_container.absolute {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 50%;
  right: 0%;
}

.image_container.absolute._2 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 5%;
}

.image_container.absolute._60 {
  align-items: flex-end;
  display: flex;
  top: -8%;
  left: 54%;
  overflow: hidden;
}

.backgroundimage {
  width: 100%;
  height: 100%;
  filter: grayscale();
  mix-blend-mode: multiply;
  object-fit: cover;
}

.backgroundimage.effect {
  opacity: .43;
  mix-blend-mode: normal;
}

.backgroundimage.transform {
  opacity: .6;
}

.backgroundimage.transform.effect {
  height: 110%;
  position: absolute;
}

.backgroundimage.transform.move {
  opacity: 1;
  margin-top: 40px;
}

.backgroundimage._40op {
  opacity: 1;
  padding-left: 10%;
  position: absolute;
}

.backgroundimage.ppl {
  z-index: -1;
  width: 105%;
  height: 80%;
  max-width: none;
  position: absolute;
  bottom: 20px;
}

.imagecontainer.oerflow {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.imagecontainer.oerflow.portrait {
  width: 50%;
  top: -10%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.image-2 {
  width: 100%;
  height: 130%;
  object-fit: contain;
  display: block;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.rich-text-block {
  position: relative;
}

.rich-text-block._2 {
  background-color: #f5f3ea;
  border: 3px solid #000;
  border-radius: 10px;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding: 3rem;
}

.div-block {
  z-index: 1;
  width: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 15%;
  right: 4vw;
}

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

.background.black {
  z-index: 3;
  width: 46%;
  background-color: #000;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.offer {
  z-index: 0;
  background-color: #70ffc7;
  position: relative;
  overflow: visible;
}

.div-block-2 {
  width: 100%;
  height: 100%;
  position: relative;
}

.image-3 {
  height: 100%;
  max-width: none;
}

.image-4 {
  width: 100%;
  position: relative;
  top: 0%;
  bottom: 0%;
}

.div-block-3 {
  z-index: -1;
  justify-content: center;
  align-items: center;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about {
  position: relative;
}

.image-5 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 30%;
}

.people_container {
  max-width: 40rem;
  grid-column-gap: 10px;
  align-items: flex-start;
  display: flex;
}

.portrait_container {
  width: 100px;
  border: 3px solid #000;
  border-radius: 8px;
  flex: 0 auto;
  overflow: hidden;
}

.people_info_container {
  border: 3px solid #000;
  border-radius: 8px;
  flex: 1;
  overflow: hidden;
}

.people_link {
  width: 100%;
  color: #fff;
  background-color: #000;
  justify-content: space-between;
  padding: 1rem;
  text-decoration: none;
  display: flex;
}

.people_info_text {
  padding: 0 1rem 1rem;
}

.footer {
  max-height: 800px;
  background-color: #f5f3ea;
  position: relative;
}

.email {
  margin-bottom: 2rem;
  font-size: 1.6em;
  font-weight: 300;
  line-height: 120%;
}

.image-7 {
  z-index: 4;
  height: 70%;
  object-fit: cover;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.page_width {
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.right-arrow, .left-arrow, .slide-nav {
  display: none;
}

.mask {
  width: 100%;
  height: auto;
}

.slider {
  width: 10%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.menu_button {
  grid-column-gap: 5px;
  color: #fff;
  font-variation-settings: "wght"700;
  background-color: #000;
  border-radius: 8px;
  margin-left: 12px;
  padding: 8px 12px;
  text-decoration: none;
  display: flex;
}

.menu_button:hover {
  color: #70ffc7;
}

.splide {
  width: 100%;
  position: relative;
}

.splide.slider1 {
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.quote {
  flex: none;
  order: 0;
  align-self: center;
}

.splide__track {
  z-index: 1;
  width: 100%;
  flex-direction: row;
  position: relative;
  overflow: visible;
}

.splide__list {
  width: 100%;
  height: 100%;
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  object-position: 0% 50%;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.splide__slide {
  width: 100%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: stretch;
  display: flex;
}

.splide__arrows {
  width: 100%;
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.splide__arrows.splide__arrows--ltr {
  z-index: 0;
  order: 1;
  left: 0%;
  right: 0%;
}

.html-embed {
  overflow: hidden;
}

.splide__pagination__page {
  width: 20px;
  height: 6px;
  opacity: .4;
  background-color: #c9c9c9;
  border-radius: 4px;
  list-style-type: none;
  transition: width .4s ease-in-out, opacity .4s;
}

.splide__pagination__page:hover {
  opacity: .5;
}

.splide__pagination__page.is-active {
  opacity: 1;
}

.splide__pagination.splide__pagination--ltr {
  grid-column-gap: .5rem;
  justify-content: center;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.splide__arrow {
  width: 4rem;
  height: 2rem;
  background-color: rgba(56, 152, 236, 0);
  background-image: url('../images/arrow_right_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50%;
  transition: all .3s;
  display: block;
}

.splide__arrow:hover {
  opacity: .8;
  transform: scale(1.1);
}

.splide__arrow.splide__arrow--prev {
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: rotate(180deg);
}

.splide__arrow.splide__arrow--next {
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0%;
}

.splide-2 {
  width: 100%;
  height: 500px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-6 {
  width: 100%;
  position: relative;
}

.image-9 {
  z-index: 2;
  position: absolute;
  left: 0%;
  right: auto;
  transform: translate(0, -50%);
}

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

.offer_box {
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 8px;
  margin-bottom: .5rem;
  padding: 0 1rem 1rem;
  position: -webkit-sticky;
  position: sticky;
  top: 3rem;
}

.offer_box._2 {
  top: 6.8rem;
}

.offer_box._3 {
  top: 10.6rem;
}

.offer_box._4 {
  top: 14.4rem;
}

.offer_box._5 {
  top: 18.2rem;
}

.offer_box._6 {
  top: 22rem;
}

.offer_box._7 {
  top: 25.8rem;
}

.offer_box.black {
  grid-row-gap: 2.5rem;
  filter: grayscale();
  color: #fff;
  background-color: #000;
  flex-direction: column;
  display: flex;
}

.heading {
  margin-top: 1rem;
  margin-bottom: .5rem;
}

.div-block-8 {
  grid-column-gap: 1rem;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: .5rem;
  display: flex;
}

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

.image-10.invert {
  filter: invert();
  order: 1;
  margin-top: 10px;
}

.image-11 {
  z-index: -1;
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(-30%, -20%);
}

.div-block-9 {
  position: relative;
}

.text-block {
  z-index: 300;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  line-height: 180%;
  position: absolute;
}

.big {
  font-size: 30px;
  line-height: 150%;
}

.div-block-10 {
  z-index: 3;
  width: 100%;
  color: #fff;
  position: relative;
}

.div-block-11 {
  z-index: 3;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
  position: relative;
}

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

.image-12 {
  width: 110%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-12 {
  width: 100%;
  align-self: stretch;
}

.footerlink {
  opacity: .3;
  color: #000;
  align-self: center;
  font-size: .8rem;
  text-decoration: none;
  display: block;
}

.imprint {
  position: relative;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.h4 {
  font-size: 1.1em;
  line-height: 24px;
}

.body {
  padding: 314px;
}

.slider_content {
  width: 100%;
  flex-direction: column;
  flex: none;
  justify-content: flex-end;
  align-self: stretch;
  display: flex;
  position: absolute;
}

.slider_content._1 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider_content._2 {
  opacity: 0;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider_content._3 {
  opacity: 0;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text_slider {
  height: auto;
  display: block;
  position: relative;
  overflow: visible;
}

.wg-code {
  display: none;
}

.wg-selector-2 {
  color: #000;
  padding: 10px;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
  position: relative;
  overflow: hidden;
}

.wg-selector-2:hover {
  opacity: .6;
}

.wg-selector-2.w--current {
  cursor: default;
}

.wg-element {
  z-index: 30;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  line-height: 117%;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.wg-element:active {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wg-element-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.wg-element-wrapper.sw3 {
  padding-top: 0;
}

.wg-element-wrapper.sw1 {
  margin-left: -.5rem;
}

.wg-selector2-text-lang2 {
  position: relative;
}

.wg-selector2-text-lang1 {
  color: #fff;
  position: relative;
}

.wg-selector-2-fill {
  border-radius: 10px;
}

.wg-selector-2-fill.f2 {
  width: 100%;
  height: 100%;
  background-color: #4049ff;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate(-100%);
}

.wg-selector-2-fill.f1 {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

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

.div-block-13 {
  width: 50%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  margin-top: 3rem;
  display: flex;
}

.wg-selector-highlight {
  width: 100%;
  height: 100%;
  background-color: #4049ff;
}

.wg-selector-highlight.h2 {
  background-color: #70ffc7;
  transform: translate(-100%);
}

.wg-selector-highlight.h1 {
  background-color: #70ffc7;
}

.wg-selector-highlight-wrapper {
  width: 100%;
  height: 2px;
  margin-top: .25rem;
  overflow: hidden;
}

.wg-element-2 {
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.wg-selector-1 {
  color: #000;
  flex-direction: column;
  align-items: center;
  padding: .5rem;
  text-decoration: none;
  transition: color .2s;
  display: flex;
  position: relative;
}

.wg-selector-1:hover {
  color: #000;
}

.wg-selector-1.w--current {
  cursor: default;
}

.wg-selector-1.s2 {
  opacity: .5;
}

.text-block-2 {
  line-height: 100%;
}

.text-block-3 {
  text-decoration: none;
}

.html-embed-2 {
  align-self: center;
  align-items: center;
  display: flex;
}

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

.cookie-preference_component {
  z-index: 9525;
  width: 100%;
  height: 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cookie-modal_content-wrap {
  padding: 1.75rem 2rem;
}

.cookie-modal_content-wrap.is-small {
  align-self: flex-end;
  padding: 1.5rem;
}

.cookie-preference_wrapper {
  width: 100%;
  max-height: 100%;
  padding: 2rem;
  position: relative;
  overflow: auto;
}

.cookie-preference_background {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-backdrop-filter: blur(.5rem);
  backdrop-filter: blur(.5rem);
  cursor: pointer;
  background-color: rgba(215, 231, 213, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cookie-modal_closebutton {
  z-index: 5;
  width: 2.5rem;
  height: 2.5rem;
  opacity: .7;
  cursor: pointer;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  margin-left: auto;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.cookie-modal_closebutton.is-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: -1rem;
}

.cookie-modal_radio_description {
  cursor: pointer;
  font-size: .875rem;
  font-weight: 400;
}

.cookie-modal_button {
  outline-offset: 0px;
  color: #000;
  text-align: center;
  background-color: #70ffc7;
  border-radius: .25rem;
  outline: 3px #fff;
  padding: .875em 1em 1rem;
  font-size: .9375rem;
  text-decoration: none;
  transition: opacity .2s;
}

.cookie-modal_button:hover {
  opacity: .9;
}

.cookie-modal_button.is-secondary {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
  font-size: .875rem;
  font-weight: 400;
}

.cookie-modal_button.is-secondary:hover {
  text-decoration: underline;
}

.cookie-modal_button.deny {
  color: #fff;
  background-color: #383838;
}

.cookie-modal_radio {
  cursor: pointer;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 1.75rem;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_radio.is--not-allowed {
  cursor: not-allowed;
}

.cookie-modal_component {
  color: #fff;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
  box-shadow: 0 4px 1rem rgba(38, 41, 38, .05);
}

.screenreader-only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.cookie-modal_styles {
  display: none;
}

.cookie-preference-button_flex {
  border-radius: .5rem .5rem 0 0;
  align-items: center;
  font-size: .8rem;
  transition: margin-bottom .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.cookie-preference-button_flex:hover {
  margin-bottom: 0;
  text-decoration: underline;
}

.cookie-modal_closebutton_line {
  width: 1rem;
  height: 2px;
  background-color: #515750;
  position: absolute;
}

.cookie-modal_closebutton_line.is-right {
  background-color: #fff;
  transform: rotate(-45deg);
}

.cookie-modal_closebutton_line.is-left {
  background-color: #fff;
  transform: rotate(45deg);
}

.cookie-modal_form {
  padding-top: 1.25rem;
  padding-bottom: .5rem;
}

.cookie-preference-button_text {
  opacity: .3;
  border: 1px #000;
}

.cookie-modal_title {
  margin-bottom: .1875em;
  font-size: 1.25rem;
  font-weight: 700;
}

.cookie-modal_title.is-small {
  font-size: 1.1875rem;
}

.cookie-modal_button_text {
  font-size: .9rem;
}

.cookie-preference-button {
  z-index: 9475;
  text-decoration: none;
  display: flex;
}

.cookie-preference-button:hover {
  text-decoration: underline;
}

.cookie-modal_form-wrap {
  margin-bottom: 0;
}

.cookie-popup_component {
  z-index: 9500;
  max-width: 50vw;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.cookie-modal_button-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 0 0 .25rem .25rem;
  flex-wrap: wrap;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.cookie-modal_button-wrap.is-small {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-end;
  padding-top: .5rem;
}

.cookie-modal_button-wrap.in-pref-manger {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 2rem -2rem -2.25rem -1.9rem;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
}

.cookie-preference-button_icon {
  width: 1.125rem;
  height: 1.125rem;
  flex: none;
  margin-right: .375rem;
}

.cookie-modal_radio_button {
  width: 1.25rem;
  height: 1.25rem;
  float: left;
  border: 1.75px solid #999c98;
  border-radius: .375rem;
  margin-top: 0;
  margin-left: -1.75rem;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_radio_button.w--redirected-checked {
  background-color: #515750;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border: 1px solid #515750;
}

.cookie-modal_radio_button.w--redirected-focus {
  box-shadow: none;
}

.cookie-modal_radio_button.is-always-active {
  cursor: not-allowed;
  background-color: #515750;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border-color: #515750;
}

.cookie-modal_radio_label {
  cursor: pointer;
  margin-bottom: .25rem;
  font-size: .9375rem;
  font-weight: 600;
}

.cookie-modal_link {
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.body-2 {
  word-break: normal;
}

.language {
  flex: 1;
}

html.w-mod-js [data-ix="new-interaction"] {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 18px;
  }

  .navbar-logo-left-container {
    height: 8rem;
  }

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

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

  .menu-button {
    padding: 12px;
  }

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

  .header {
    padding-top: 10rem;
    padding-bottom: 6rem;
  }

  .main_grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .main_grid.head {
    width: 100%;
  }

  .padding_horizontal {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .image_container.absolute {
    left: 53%;
  }

  .image_container.absolute._60 {
    left: 60%;
  }

  .imagecontainer.oerflow.portrait {
    width: 40%;
    top: 0%;
  }

  .image-2 {
    height: auto;
  }

  .div-block-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .image-3 {
    height: 60%;
    display: block;
  }

  .div-block-3 {
    width: 100%;
    padding-right: 0%;
  }

  .portrait_container {
    width: 90px;
  }

  .email {
    font-size: 1.5em;
  }

  .image-7 {
    height: 50%;
  }

  .splide__track, .splide__slide, .slider_content {
    width: 100%;
  }

  .wg-element, .wg-element-2 {
    width: 50%;
  }

  .cookie-popup_component {
    max-width: 100vw;
  }
}

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

  h2 {
    font-size: 2em;
  }

  h3 {
    font-size: 1.4em;
  }

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

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

  .nav-link {
    font-size: 1em;
    display: inline-block;
  }

  .menu-button {
    padding-right: 0;
  }

  .menu-button.w--open {
    color: #000;
    background-color: #fff;
    text-decoration: none;
  }

  .padding_vertical {
    order: 1;
    padding-left: 40px;
    padding-right: 40px;
  }

  .header {
    padding-top: 8rem;
    padding-bottom: 4rem;
  }

  .header_text_container {
    padding-right: 0;
  }

  .spirit {
    flex-direction: column;
    display: flex;
  }

  .padding_horizontal {
    padding-top: 4rem;
    padding-bottom: 4em;
  }

  .padding_horizontal.bottom_small {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }

  .textcontainer.sticky {
    position: relative;
    top: 0%;
  }

  .image_container.absolute {
    position: relative;
    left: 0%;
  }

  .image_container.absolute._2 {
    width: 100%;
    height: 100%;
    align-items: flex-start;
    position: absolute;
  }

  .image_container.absolute._60 {
    height: 60vw;
    position: relative;
    top: 0%;
    left: 0%;
  }

  .backgroundimage.transform.effect {
    width: 90%;
    align-self: flex-start;
  }

  .backgroundimage.transform.move {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .backgroundimage._40op {
    padding-top: 50px;
    padding-left: 0%;
  }

  .imagecontainer.oerflow {
    padding-left: 5rem;
    padding-right: 2rem;
    position: relative;
  }

  .imagecontainer.oerflow.portrait {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block {
    position: relative;
    left: 0%;
  }

  .experience {
    flex-direction: column;
    display: flex;
  }

  .background.black {
    width: 100%;
    height: 320px;
    order: -1;
    position: relative;
  }

  .offer {
    margin-bottom: -1.5rem;
    padding-bottom: 1.5rem;
  }

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

  .image-4 {
    width: 80%;
  }

  .about {
    flex-direction: column;
    margin-bottom: 0;
    display: flex;
  }

  .footer {
    display: block;
    overflow: hidden;
  }

  .image-7 {
    width: 70%;
    height: 110%;
    max-height: 110%;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .right-arrow, .left-arrow, .slide-nav {
    display: none;
  }

  .mask {
    height: auto;
  }

  .slider {
    height: auto;
    background-color: rgba(0, 0, 0, 0);
  }

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

  .image-8 {
    width: 1.4em;
  }

  .splide__pagination__page {
    width: 10px;
  }

  .splide__pagination.splide__pagination--ltr {
    grid-column-gap: .25rem;
  }

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

  .offer_box {
    top: 2rem;
  }

  .offer_box._2 {
    top: 3rem;
  }

  .offer_box._3 {
    top: 4rem;
  }

  .offer_box._4 {
    top: 5rem;
  }

  .offer_box._5 {
    top: 6rem;
  }

  .offer_box._6 {
    top: 7rem;
  }

  .offer_box._7 {
    top: 8rem;
  }

  .div-block-11 {
    grid-column-gap: 2rem;
    flex-direction: row;
    align-self: center;
  }

  .hide_mobile {
    display: none;
  }

  .footerlink {
    text-align: right;
  }

  .imprint {
    flex-direction: column;
    margin-bottom: 0;
    display: flex;
  }

  .wg-element {
    width: 100%;
  }

  .div-block-13 {
    width: 100%;
    margin-top: 2rem;
  }

  .wg-element-2 {
    width: 100%;
  }

  .cookie-modal_content-wrap {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cookie-preference_wrapper {
    padding-top: 2rem;
  }

  .cookie-modal_closebutton {
    margin-right: 1.25rem;
  }

  .cookie-modal_closebutton.is-sticky {
    top: -1rem;
  }

  .cookie-modal_form {
    padding-top: .75rem;
  }

  .cookie-preference-button_text {
    display: block;
  }

  .cookie-popup_component {
    max-width: 100vw;
  }

  .cookie-modal_button-wrap {
    justify-content: flex-start;
    padding-top: 1.5rem;
  }

  .cookie-modal_button-wrap.in-pref-manger {
    margin: 1.5rem -1.5rem -2rem;
    padding-top: 1.25rem;
    position: -webkit-sticky;
    position: sticky;
    bottom: -2rem;
  }

  .cookie-preference-button_icon {
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  a {
    color: #000;
  }

  .highlight {
    color: #000;
    text-decoration: none;
  }

  .navbar-logo-left-container {
    height: 4.6rem;
  }

  .container {
    max-width: none;
  }

  .navbar-brand {
    width: 130px;
  }

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

  .padding_vertical {
    width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .header {
    padding-top: 5.2rem;
    padding-bottom: 3rem;
  }

  .header_text_container {
    width: 100%;
  }

  .header_title {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .padding_horizontal {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding_horizontal.bottom_small {
    padding-bottom: 0;
  }

  .image_container.absolute._60 {
    flex: 1;
    order: 1;
    justify-content: flex-end;
    padding-top: 0;
  }

  .backgroundimage._40op {
    padding-top: 50px;
  }

  .rich-text-block._2 {
    margin-top: 30px;
    padding: 0 1rem 1rem;
  }

  .people_container {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .portrait_container {
    width: 120px;
    order: -1;
    align-self: flex-start;
  }

  .footer {
    height: 100dvh;
    max-height: none;
    flex-direction: column;
    transition: all .2s;
    display: flex;
  }

  .email {
    font-size: 1.1em;
  }

  .image-7 {
    width: 70%;
    height: 100%;
    right: 0%;
  }

  .div-block-4 {
    width: 100%;
    height: 100%;
    align-items: stretch;
    display: flex;
  }

  .link {
    font-size: .8em;
  }

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

  .image-8 {
    display: none;
  }

  .splide__slide {
    width: 100%;
    justify-content: flex-end;
  }

  .splide__pagination__page {
    width: 6px;
  }

  .splide__pagination.splide__pagination--ltr {
    grid-column-gap: .25rem;
  }

  .offer_box {
    top: 1rem;
  }

  .offer_box._2 {
    top: 2rem;
  }

  .offer_box._3 {
    top: 3rem;
  }

  .offer_box._4 {
    top: 4rem;
  }

  .offer_box._5 {
    top: 5rem;
  }

  .offer_box._6 {
    top: 6rem;
  }

  .offer_box._7 {
    top: 7rem;
  }

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

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

  .image-10.invert {
    width: 32px;
  }

  .div-block-11 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

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

  .paragraph {
    margin-top: -15px;
  }

  .footerlink {
    text-align: left;
  }

  .slider_content {
    width: 100%;
    justify-content: flex-end;
  }

  .slider_content._2 {
    position: relative;
  }

  .wg-element {
    flex: 1;
    display: flex;
  }

  .div-block-13 {
    align-items: flex-start;
    margin-top: 1rem;
    margin-bottom: 10px;
  }

  .wg-element-2 {
    height: 25vh;
  }

  .cookie-preference_component {
    align-items: flex-end;
  }

  .cookie-modal_content-wrap.is-small {
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cookie-preference_wrapper {
    max-width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cookie-modal_closebutton {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .cookie-modal_button {
    flex: auto;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .cookie-modal_component {
    max-width: 100%;
  }

  .cookie-preference-button_flex {
    flex: 0 auto;
    align-self: center;
    display: block;
  }

  .cookie-preference-button_text {
    align-items: center;
    display: flex;
  }

  .cookie-preference-button {
    align-self: center;
    left: 1rem;
  }

  .cookie-popup_component {
    max-width: 100%;
    display: block;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .cookie-modal_button-wrap.is-small {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1.25rem 0 0;
  }

  .cookie-modal_button-wrap.in-pref-manger {
    padding-right: 2rem;
    bottom: 0;
  }

  .language {
    flex: 0 auto;
  }
}

#w-node-d3be6382-4608-8821-4337-d2198f1878a6-3266f83e {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_86085965-4b7c-30c8-11ff-cd8d0d1248cb-3266f83e {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_4a3c8452-577c-48e8-e5f1-6912ad47d3da-3266f83e {
  grid-area: 1 / 9 / 2 / 13;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_1934e9a0-86a7-4453-9f31-34f6b9df896a-3266f83e {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_149ae8fa-7319-e1e9-bc40-65ca60add4d6-3266f83e {
  grid-area: 1 / 1 / 2 / 6;
  align-self: start;
}

#w-node-fd729cb7-e6c5-0918-31a8-a2dc4de08cdc-3266f83e {
  grid-area: 1 / 7 / 2 / 13;
  align-self: center;
  justify-self: start;
}

#w-node-_2c07e9d8-bec2-2900-7135-04c8a3a54dbb-3266f83e {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_5df7767e-31eb-1039-1524-7c11b50e9461-3266f83e {
  grid-area: span 1 / span 6 / span 1 / span 6;
  justify-self: end;
}

#w-node-_6f354794-3f1c-251f-93e5-3df6a3fc2ecd-3266f83e {
  grid-area: span 1 / span 6 / span 1 / span 6;
  justify-self: start;
}

#w-node-efda6a0e-4755-b8e7-2b86-a63ff61f1b80-3266f83e {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-cd4c7282-6686-1f06-31cf-dde08a4bba88-9c32c820 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-a21fad78-6d9c-c164-d2b4-c20d1c34c129-9c32c820 {
  grid-area: 1 / 1 / 2 / 7;
}

@media screen and (max-width: 991px) {
  #w-node-d3be6382-4608-8821-4337-d2198f1878a6-3266f83e {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_86085965-4b7c-30c8-11ff-cd8d0d1248cb-3266f83e {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_1934e9a0-86a7-4453-9f31-34f6b9df896a-3266f83e {
    grid-area: 1 / 7 / 2 / 13;
  }

  #w-node-_149ae8fa-7319-e1e9-bc40-65ca60add4d6-3266f83e {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-fd729cb7-e6c5-0918-31a8-a2dc4de08cdc-3266f83e {
    grid-area: 1 / 8 / 2 / 13;
    align-self: start;
    justify-self: start;
  }

  #w-node-_2c07e9d8-bec2-2900-7135-04c8a3a54dbb-3266f83e {
    grid-area: 1 / 6 / 2 / 13;
  }

  #w-node-efda6a0e-4755-b8e7-2b86-a63ff61f1b80-3266f83e {
    grid-area: 1 / 1 / 2 / 8;
  }

  #w-node-cd4c7282-6686-1f06-31cf-dde08a4bba88-9c32c820 {
    grid-area: 1 / 1 / 2 / 11;
  }

  #w-node-a21fad78-6d9c-c164-d2b4-c20d1c34c129-9c32c820 {
    grid-area: 1 / 1 / 2 / 8;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d3be6382-4608-8821-4337-d2198f1878a6-3266f83e, #w-node-_86085965-4b7c-30c8-11ff-cd8d0d1248cb-3266f83e {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_1934e9a0-86a7-4453-9f31-34f6b9df896a-3266f83e {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_149ae8fa-7319-e1e9-bc40-65ca60add4d6-3266f83e {
    order: -9999;
    grid-row: 1 / 2;
    grid-column-end: 13;
  }

  #w-node-fd729cb7-e6c5-0918-31a8-a2dc4de08cdc-3266f83e {
    grid-row-start: 2;
    grid-column-start: 1;
  }

  #w-node-_2c07e9d8-bec2-2900-7135-04c8a3a54dbb-3266f83e {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_5df7767e-31eb-1039-1524-7c11b50e9461-3266f83e, #w-node-_6f354794-3f1c-251f-93e5-3df6a3fc2ecd-3266f83e {
    grid-column: span 12 / span 12;
  }

  #w-node-efda6a0e-4755-b8e7-2b86-a63ff61f1b80-3266f83e, #w-node-cd4c7282-6686-1f06-31cf-dde08a4bba88-9c32c820, #w-node-a21fad78-6d9c-c164-d2b4-c20d1c34c129-9c32c820 {
    grid-area: 1 / 1 / 2 / 13;
  }
}


@font-face {
  font-family: 'Space Grotesk Light';
  src: url('../fonts/SpaceGrotesk-VariableFont_wght.ttf') format('truetype');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}