@font-face {
  font-family: Manrope;
  src: url('../fonts/Manrope-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url('../fonts/Manrope-SemiBold.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #000;
  --white: white;
  --gray-300: #c9c7c7;
  --gray-200: #e0e0e0;
  --grey-400: #828282;
  --gray-100: #f2f2f2;
  --neongrün: #51e91b;
  --electric-blue: #00f;
}

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

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

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

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

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

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

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

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

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

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-next, .w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

body {
  color: var(--black);
  letter-spacing: -.02em;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 180%;
}

h2 {
  color: var(--black);
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

ul {
  grid-row-gap: 1rem;
  letter-spacing: -.04em;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 160%;
  display: flex;
}

strong {
  font-weight: bold;
}

blockquote {
  background-color: var(--black);
  color: var(--white);
  border-left: 5px solid #e2e2e2;
  margin-bottom: 0;
  padding: 2.5rem;
  font-size: 18px;
  line-height: 22px;
}

.main {
  flex-direction: column;
  flex: 1;
  padding-top: 9.75rem;
  display: flex;
}

.main.main-no-padding-top {
  padding-top: 0;
}

.container {
  flex-direction: column;
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  position: relative;
}

.container.container-small {
  max-width: 73rem;
}

.container.container-small.contact-form {
  color: var(--black);
}

.container.hero-container {
  z-index: 2;
  grid-row-gap: 1rem;
  display: flex;
}

.container.contact-form {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
}

.logo {
  justify-content: center;
  align-items: center;
  width: 6.85rem;
  margin-top: -.5rem;
  margin-left: -.5rem;
  padding: .5rem;
  transition: opacity .3s;
  display: flex;
}

.logo:hover {
  opacity: .7;
}

.nav-menu {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 25rem;
  height: 100%;
  display: flex;
}

.nav-list {
  grid-row-gap: .25rem;
  align-items: flex-start;
  height: 100%;
  margin-top: -.5rem;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.nav-list-item {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-arrow {
  color: var(--black);
  letter-spacing: -.02em;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: -.5rem;
  padding: .5rem;
  font-size: 1rem;
  line-height: 100%;
  display: flex;
  position: relative;
}

.link-arrow:focus {
  border-radius: 6px;
}

.link-arrow.link-arrow-small {
  margin-left: -.5rem;
}

.link-arrow.link-arrow-small.nav-link {
  color: var(--white);
}

.link-arrow.text-color-white.nav-link:focus-visible, .link-arrow.text-color-white.nav-link[data-wf-focus-visible] {
  text-decoration: underline;
}

.navbar {
  background-color: #0000;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.navbar-inner {
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding-top: 1.875rem;
  display: flex;
}

.logo-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.button {
  color: var(--white);
  text-align: center;
  letter-spacing: -.06em;
  border-radius: 2px;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-height: 4rem;
  padding: 1.22rem 3rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 140%;
  display: flex;
  position: relative;
}

.button.button-white {
  color: var(--black);
  background-color: #0000;
}

.button.button-white.hero-project-button {
  max-width: 22.25rem;
}

.button.success-button {
  background-color: var(--black);
  width: 100%;
  max-width: 37.5rem;
  margin-top: 6.25rem;
}

.dropdown {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.dropdown-toggle {
  border-bottom: 1px solid var(--black);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 0 .38rem;
  display: flex;
}

.dropdown-toggle.w--open {
  height: auto;
}

.dropdown-list {
  grid-row-gap: 1rem;
  opacity: 0;
  background-color: #fff;
  border: 1px solid #000;
  flex-direction: column;
  display: none;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.dropdown-list.w--open {
  height: auto;
  inset: 6rem auto auto 0%;
  overflow: hidden;
}

.dropdown-list.dropdown-list-relative.w--open {
  background-color: var(--black);
  opacity: 1;
  color: var(--gray-300);
  padding: 2rem;
  position: absolute;
  top: 2.4rem;
}

.dropdown-link {
  color: var(--gray-300);
  padding-top: .5rem;
  padding-bottom: .5rem;
  line-height: 100%;
  transition: color .3s;
  display: block;
}

.dropdown-link:hover {
  color: var(--white);
}

.section {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
}

.section.section-black-noise {
  background-color: var(--black);
  background-image: url('../images/noise_1noise.png');
  background-position: 0 0;
  background-size: auto;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.section.section-black-noise.paddingtop {
  background-color: var(--black);
  padding-top: 0;
  padding-bottom: 0;
}

.section.border-bottom {
  border-bottom: 1px solid var(--gray-200);
}

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

.section.section-overflow-hidden {
  overflow: hidden;
}

.section.empty-page {
  background-image: url('../images/404.jpg'), linear-gradient(to bottom, var(--black), var(--black));
  background-position: 50%, 0 0;
  background-size: cover, auto;
  flex: 1;
  align-items: center;
  display: flex;
  position: relative;
}

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

.section.section-small-top-padding {
  padding-top: 6.25rem;
}

.section.section-small-top-padding.partners {
  border-bottom: 1px solid var(--gray-200);
  padding-top: 0;
  overflow: hidden;
}

.section.image {
  padding-top: 0;
  padding-bottom: 0;
}

.content-vertical-center {
  grid-row-gap: 6.25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading {
  letter-spacing: -.06em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 120%;
}

.text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 180%;
}

.text.text-semi-bold {
  font-weight: 600;
}

.text.text-color-gray.nav-connection-title {
  text-align: center;
}

.text.text-color-gray-400 {
  text-align: justify;
}

.colors {
  grid-column-gap: 1.25rem;
  grid-row-gap: 3.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.color-card {
  flex-direction: column;
  display: flex;
}

.color {
  background-color: #000;
  border: 1px solid #0000;
  margin-bottom: 2rem;
  padding-top: 80%;
}

.color.color-white.color-border {
  border: 1px solid var(--gray-100);
}

.typography {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.typography-item-wrapper {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
}

.typography-item-wrapper.typography-item-wrapper-no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

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

.button-card {
  flex-direction: column;
  display: flex;
}

.button-wrapper {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0 auto auto 0%;
  overflow: hidden;
}

.projects-filters-item {
  position: relative;
}

.slide {
  background-color: #000;
  margin-right: 2rem;
}

.content-vertical-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.block-quote {
  text-align: center;
  letter-spacing: -.05em;
  border-left-style: none;
  max-width: 46rem;
  font-size: 1.25rem;
  line-height: 160%;
}

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

.color-gray-100 {
  background-color: var(--gray-100);
}

.color-gray-200 {
  background-color: var(--gray-200);
}

.color-gray-300 {
  background-color: var(--gray-300);
}

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

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

.text-color-gray {
  color: var(--grey-400);
}

.text-semi-bold {
  font-weight: 600;
}

.text-large {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 600;
}

.text-extra-large {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 160%;
}

.text-extra-large.text-semi-bold {
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 600;
}

.heading-small {
  grid-row-gap: 2.25px;
  letter-spacing: -.04em;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 110%;
}

.heading-small.heading-semi-bold {
  font-weight: 600;
}

.heading-small.success-text {
  margin-top: 2.5rem;
}

.heading-large {
  letter-spacing: -.06em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6.25rem;
  font-weight: 500;
  line-height: 110%;
}

.heading-extra-large {
  letter-spacing: -.06em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 8.75rem;
  font-weight: 500;
  line-height: 110%;
}

.border-top {
  border-top: 1px solid var(--gray-200);
}

.nav-contacts {
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.nav-contacts.tablet-hidden {
  display: flex;
}

.link {
  color: var(--black);
  white-space: nowrap;
  margin: -.5rem;
  padding: .5rem;
  font-weight: 600;
  line-height: 100%;
}

.link-arrow-icon {
  opacity: 0;
  position: absolute;
  inset: 50% auto auto -1.25rem;
  transform: translate(0, -50%);
}

.link-arrow-icon.link-arrow-icon-invert-color {
  filter: invert();
}

.link-text {
  white-space: nowrap;
  text-decoration: none;
}

.link-text-wrapper {
  position: relative;
}

.link-text-underline {
  border-bottom: 1px solid #221e2000;
  margin-top: -.25rem;
  margin-bottom: -.25rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 1.25rem;
}

.link-text-underline.link-text-underline-visible {
  border-bottom-color: #221e20;
}

.link-text-underline.link-text-underline-white {
  border-bottom-color: #fff0;
}

.link-text-underline.link-text-underline-white.link-text-underline-visible {
  border-bottom-color: #fff;
}

.nav-connection {
  margin-top: 3svh;
  display: none;
}

.nav-link-wrapper {
  margin-top: -.5rem;
}

.hero {
  padding-top: 12.5rem;
}

.hero.hero-agent {
  border-bottom: 1px solid var(--gray-200);
}

.hero.hero-project {
  align-items: flex-end;
  min-height: 100vh;
  padding-bottom: 7.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.preview-card {
  color: var(--black);
  flex-direction: column;
  width: 100%;
  height: 62.5rem;
  display: flex;
}

.preview-card:focus {
  outline-color: var(--black);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
}

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

.preview-image.right {
  box-sizing: content-box;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 50%;
  width: 40vw;
  height: 40vw;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: -71px;
  bottom: auto;
  left: 50%;
  overflow: visible;
}

.preview-image.right.video {
  object-fit: fill;
  margin-left: -200px;
}

.preview-image.right.video.test {
  margin-left: 0;
  top: 17%;
  left: 29%;
}

.preview-description-wrapper {
  z-index: 1;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 31.25rem;
  display: flex;
  position: absolute;
  top: 5rem;
  left: 5rem;
}

.section-badge {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.section-badge.text.text-semi-bold {
  align-items: flex-start;
  line-height: 100%;
}

.section-badge-circle {
  background-color: var(--black);
  border-radius: 50%;
  flex: none;
  width: .375rem;
  height: .375rem;
  margin-top: .6em;
  transform: translate(0, -50%);
}

.section-badge-circle.color-white {
  background-color: var(--white);
}

.section-badge-name.txt-white {
  color: var(--white);
}

.section-header {
  grid-row-gap: 2.5rem;
  color: var(--black);
  flex-direction: column;
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
  display: flex;
}

.section-header.projects-header {
  grid-row-gap: 5rem;
  flex-direction: column;
  max-width: 58.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-header.section-header-center {
  text-align: center;
  align-items: center;
}

.information-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 3.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  display: grid;
}

.information {
  border-top: 1px solid var(--gray-200);
  padding-top: 3.75rem;
}

.information-item {
  margin-top: -72px;
  position: relative;
}

.information-card {
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.text-color-gray-400 {
  color: var(--grey-400);
  font-size: .75rem;
  font-weight: 500;
}

.mission-image-wrapper {
  width: 1em;
  height: 1.305em;
  font-size: 12rem;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.footer {
  background-color: var(--black);
  background-image: url('../images/noise_1noise.png');
  background-position: 0 0;
  background-size: auto;
}

.button-hidden {
  z-index: 1;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.button-text-wrapper {
  padding-left: .25rem;
  padding-right: .25rem;
  position: relative;
  overflow: hidden;
}

.button-text {
  white-space: nowrap;
  cursor: pointer;
}

.button-text.button-text-duplicate {
  white-space: nowrap;
  position: absolute;
  bottom: -100%;
}

.form-field {
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.text-color-gray-300 {
  color: var(--gray-300);
}

.form-input {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--gray-200);
  background-color: #fff0;
  margin-bottom: 0;
  padding: 0 0 .5rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 160%;
  transition: border-color .3s;
}

.form-input:focus {
  border-bottom-color: var(--black);
}

.form-input::placeholder {
  color: var(--gray-200);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 160%;
}

.form-input.form-input-light {
  border-bottom-color: var(--grey-400);
}

.form-input.form-input-light:focus {
  border-bottom-color: var(--white);
}

.form-input.form-input-light::placeholder {
  color: var(--grey-400);
}

.form {
  grid-row-gap: 6.25rem;
  flex-direction: column;
  display: flex;
}

.form.form-contact {
  grid-row-gap: 3.75rem;
  flex-direction: column;
  display: flex;
}

.form-fields {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  display: flex;
}

.form-fields.form-fields-horizontal {
  grid-column-gap: 1.25rem;
  grid-row-gap: 2.5rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
  overflow: hidden;
}

.form-fields.form-fields-two-columns {
  grid-column-gap: 1.25rem;
  grid-row-gap: 2.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.text-color-white.text-border-bottom {
  border-bottom: 1px solid var(--white);
  line-height: 180%;
}

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

.text-color-gray-100 {
  color: var(--gray-100);
}

.form-success {
  background-color: var(--white);
  border-radius: 2px;
}

.footer-nav {
  grid-column-gap: 1rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 0;
}

.text-link {
  transition: color .3s;
}

.text-link.text-color-gray-400:hover {
  color: var(--white);
}

.text-link.text-color-white:hover {
  color: var(--gray-200);
  -webkit-text-stroke-color: var(--grey-400);
}

.form-header {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  display: flex;
}

.characteristics {
  border-top: 1px solid var(--gray-200);
  border-bottom: 1px solid var(--gray-200);
}

.characteristics-list {
  grid-row-gap: 0rem;
  margin-top: -1px;
  position: relative;
}

.characteristics-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.characteristics-card-image-wrapper {
  opacity: 1;
  height: 100%;
  position: relative;
}

.characteristics-card-content-wrapper {
  grid-row-gap: 1.875rem;
  border-style: solid none none solid;
  border-width: 1px;
  border-color: var(--gray-200);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: none;
  padding: 8rem 8vw;
  display: flex;
  position: relative;
}

.characteristics-card-number {
  border: 1px solid var(--grey-400);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 4.125rem;
  height: 4.125rem;
  display: flex;
}

.characteristics-card-number.text-large.text-color-white {
  opacity: 0;
  position: absolute;
  inset: 1.75rem auto auto 1.75rem;
}

.projects-filters {
  z-index: 2;
  grid-column-gap: 3.75rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
  position: relative;
}

.dropdown-icon {
  background-image: url('../images/Arrow-dropdown.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: .625rem;
  height: .375rem;
  margin-right: 0;
}

.dropdown-links {
  flex-direction: column;
  display: flex;
}

.projects-inner {
  margin-top: 0;
}

.projects-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 3.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.projects-list.projects-list-flex {
  justify-content: center;
  display: flex;
}

.projects-item {
  flex: 1;
  position: relative;
}

.projects-item.projects-item-width-limit {
  max-width: 40%;
}

.project-card {
  grid-row-gap: 1rem;
  filter: grayscale();
  flex-direction: column;
  transition: filter .3s;
  display: flex;
}

.project-card:hover, .project-card.text-color-black:hover {
  filter: grayscale(0%);
}

.project-card-image-wrapper {
  width: 100%;
  height: 43vw;
  overflow: hidden;
}

.project-card-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.pagination {
  grid-column-gap: 1rem;
  flex-direction: row;
  align-items: center;
  margin-top: 5rem;
}

.hidden {
  display: none;
}

.pagination-button {
  border-color: var(--gray-200);
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 6.25rem;
  height: 6.25rem;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  transition: border-color .5s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pagination-button:hover {
  border-color: var(--grey-400);
}

.partners {
  position: relative;
}

.partners-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.partners-item {
  border-bottom: 1px solid var(--gray-200);
}

.partner-card {
  opacity: .2;
  justify-content: center;
  align-items: center;
  height: 11.875rem;
  transition: opacity .3s;
  display: flex;
}

.partner-card:hover {
  opacity: 1;
}

.agents-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 3.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.agents-item {
  position: relative;
}

.agent-card {
  grid-row-gap: 1rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.agent-card-image-wrapper {
  aspect-ratio: 3 / 2;
  width: 100%;
  padding-top: 0%;
  position: relative;
  overflow: hidden;
}

.agent-card-image {
  object-fit: fill;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: clip;
}

.agent-card-text-wrapper {
  display: flex;
}

.agent-card-text-wrapper.text-color-gray-300 {
  color: var(--grey-400);
}

.contacts {
  grid-row-gap: 3.75rem;
  border-top: 1px solid var(--gray-200);
  flex-direction: column;
  align-items: flex-start;
  padding-top: 3.75rem;
  display: flex;
}

.contacts-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  width: 100%;
  display: grid;
}

.contacts-item {
  width: 100%;
  padding-bottom: .5rem;
  position: relative;
}

.contact {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  font-style: normal;
  display: flex;
}

.contact-inner-list {
  padding-left: 0;
}

.contacts-file {
  margin-top: -.5rem;
}

.projects, .projects-wrapper {
  grid-row-gap: 6.25rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.curtain-animation {
  z-index: 1;
  background-color: var(--white);
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto -40%;
  transform: translate(0%)skew(-45deg);
}

.curtain-animation.curtain-animation-second {
  z-index: 2;
  left: auto;
  right: -40%;
}

.preview-item {
  position: relative;
}

.curtain-animation-vertical {
  z-index: 3;
  background-color: var(--white);
  opacity: 0;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.section-heading.heading {
  color: var(--black);
  font-weight: 500;
}

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

.section-heading.heading.txt-white {
  color: #fff;
}

.section-heading.heading.txt-black {
  color: var(--black);
  margin-top: 60px;
}

.section-heading.heading.txt-black.klein {
  font-size: 2.5rem;
  font-weight: 500;
}

.section-heading.heading-large {
  width: 100%;
}

.section-heading.heading {
  color: #061945;
  text-transform: none;
  font-weight: 700;
}

.section-heading.headingnew {
  letter-spacing: -.06em;
  font-size: 4.5rem;
  line-height: 120%;
}

.opacity-animation {
  z-index: 1000;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.curtain-wrapper {
  z-index: 100;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.opacity-animation-background {
  background-image: linear-gradient(326deg, var(--white), var(--white) 40%, #fff0 65%);
  width: 400%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
  transform: translate(0%);
}

.section-title-wrapper {
  padding-bottom: 1em;
  position: relative;
}

.agent {
  grid-column-gap: 2.5rem;
  justify-content: space-between;
  display: flex;
}

.agent-image-wrapper {
  width: 100%;
  position: relative;
}

.agent-info {
  grid-row-gap: 3.75rem;
  flex-direction: column;
  flex: none;
  display: flex;
}

.agent-list {
  grid-row-gap: 2rem;
}

.agent-item {
  position: relative;
}

.agent-info-block {
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--gray-200);
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 1.75rem;
  display: flex;
}

.agent-text-wrapper {
  align-items: center;
  display: flex;
}

.agent-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.agent-link {
  margin-left: 0;
  margin-right: 0;
}

.agent-link.link.heading-small {
  padding-left: 0;
}

.projects-empty-agent {
  justify-content: center;
  align-items: baseline;
  display: flex;
}

.projects-empty {
  background-color: #0000;
}

.hero-header.hero-header-project {
  grid-column-gap: 10vw;
  grid-row-gap: 10vh;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  display: flex;
}

.hero-background-wrapper {
  background-image: url('../images/404.jpg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.hero-background-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.hero-background-overlay {
  z-index: 1;
  background-color: #221e2080;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.project-price-wrapper {
  grid-row-gap: .625rem;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 22.25rem;
  display: flex;
  position: relative;
}

.project-value {
  flex-wrap: nowrap;
  display: flex;
}

.hero-footer {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  border-top: 1px solid var(--white);
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 3rem;
  padding-top: 3.75rem;
  display: flex;
}

.hero-price-title {
  position: absolute;
  inset: -40% auto auto 0%;
}

.link-download {
  grid-column-gap: 1.875rem;
  align-items: center;
  display: flex;
}

.link-download-arrow {
  background-color: var(--white);
  border-radius: 2px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
}

.link-download-arrow.link-download-arrow-small {
  width: auto;
  height: auto;
}

.link-download-arrow-wrapper {
  border-bottom: 2px solid var(--black);
  justify-content: center;
  align-items: flex-start;
  width: 1.375rem;
  height: 1.375rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-download-icon {
  transform: rotate(-90deg);
}

.link-download-icon-dublicate {
  position: absolute;
  inset: -120% auto auto 50%;
  transform: translate(-50%)rotate(-90deg);
}

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

.article p {
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 160%;
}

.article ul {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.article h2 {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
}

.project-info {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  display: flex;
}

.project-info-list {
  grid-row-gap: 0rem;
}

.project-info-item {
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.project-info-value {
  display: flex;
}

.project-info-value.heading-small {
  flex-direction: row;
}

.button-card-wrapper {
  background-color: var(--grey-400);
  padding: .5rem;
  display: flex;
}

.project-video-wrapper {
  margin-top: 11.25rem;
  position: relative;
}

.project-video {
  width: 100%;
  height: auto;
}

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

.section-description {
  max-width: 35.4em;
}

.project-agent-info {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-2 {
  width: 100%;
  max-width: 22.25rem;
  display: flex;
  position: relative;
}

.project-agent-image {
  object-fit: cover;
  width: 100%;
}

.project-agent-name {
  margin-top: 3.75rem;
}

.project-agent-deals {
  justify-content: center;
  align-items: center;
  margin-top: 1.12rem;
  display: flex;
}

.agent-contacts {
  grid-column-gap: 2.5rem;
  grid-row-gap: 3rem;
  border-top: 1px solid var(--gray-200);
  flex-flow: wrap;
  justify-content: space-between;
  margin-top: 4.75rem;
  padding-top: 3.75rem;
  padding-left: 0;
}

.agent-contact {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.text-color-gray-200 {
  color: var(--gray-200);
}

.project-images-wrapper {
  flex: none;
}

.project-images-list {
  grid-column-gap: 1.25rem;
  display: flex;
}

.project-images-item {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 35rem;
  display: flex;
}

.project-image-wrapper {
  width: 100%;
  padding-top: 70%;
  position: relative;
}

.project-lightbox {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.project-images {
  justify-content: center;
  margin-left: -1.875rem;
  margin-right: -1.875rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  display: flex;
  position: relative;
}

.horizontal-scroll-helper {
  opacity: 0;
  width: 2rem;
  height: 0;
  margin-left: 0;
}

.project-images-container {
  flex: none;
  justify-content: center;
  padding-right: 1.875rem;
  display: flex;
}

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

.project-info-card {
  border-bottom: 1px solid var(--gray-200);
  justify-content: space-between;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
}

.pagination-background {
  background-color: var(--black);
  opacity: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: scale(0);
}

.empty-page-button {
  width: 100%;
  max-width: 22.25rem;
}

.empty-page-title {
  font-size: 25rem;
  font-weight: 500;
  line-height: 110%;
}

.form-wrapper {
  grid-row-gap: 5rem;
  flex-direction: column;
  display: flex;
}

.form-fieldset {
  grid-row-gap: 3.75rem;
  flex-direction: column;
  display: flex;
}

.form-checkbox {
  grid-column-gap: .75rem;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.form-checkbox-icon {
  border-color: var(--gray-300);
  border-radius: 1px;
  width: 1rem;
  height: 1rem;
  margin-left: -.75rem;
}

.form-checkbox-icon.w--redirected-checked {
  border-color: var(--black);
  background-color: var(--black);
  background-image: url('../images/Checkbox-icon.svg');
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: 0 0 3px 1px var(--gray-200);
}

.form-fieldset-header {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  display: flex;
}

.inner-page-list {
  grid-row-gap: 3.5rem;
}

.inner-page-item {
  grid-row-gap: 2.25rem;
  flex-direction: column;
  display: flex;
}

.inner-page-item.inner-page-item-small-gap {
  grid-row-gap: .5rem;
}

.link-inside-text {
  text-decoration: underline;
  transition: opacity .3s;
}

.link-inside-text:hover {
  opacity: .8;
}

.article-v2 {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  margin-top: -1.25rem;
  display: flex;
}

.article-v2 h2 {
  margin-top: 3.75rem;
  margin-bottom: 1.25rem;
  font-size: 2.25rem;
  line-height: 110%;
}

.article-v2 p {
  color: var(--grey-400);
}

.article-v2 ul {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.article-v2 h3 {
  margin-top: 1.25rem;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 160%;
}

.article-v2 a {
  color: var(--grey-400);
  text-decoration: underline;
  transition: color .3s;
}

.article-v2 a:hover {
  color: var(--black);
}

.article-v2 strong {
  font-weight: 500;
}

.style-guide-wrapper {
  grid-row-gap: 5rem;
  flex-direction: column;
  display: flex;
}

.border-bottom {
  border-bottom: 1px solid var(--gray-200);
}

.typography-wrapper {
  grid-row-gap: 6.25rem;
  flex-direction: column;
  display: flex;
}

.collection-item {
  height: auto;
  display: block;
}

.contacts-item-text.heading-small.heading-semi-bold {
  font-size: 1.25rem;
}

.hero-title-image {
  background-color: var(--white);
  color: var(--white);
  width: 100%;
  height: auto;
}

.form-block {
  margin-bottom: 0;
}

.success-message {
  background-color: #0000;
}

.section-heading-text {
  display: inline;
}

.preview-card-wrapper {
  aspect-ratio: auto;
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.preview-card-wrapper.bg01 {
  background-image: none;
}

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

.section-2 {
  color: #050505;
  background-color: #fff;
  padding: 40px;
}

.section-2.ex6-sec {
  background-color: #ede8e3;
  flex-direction: column;
  justify-content: center;
  height: 55vh;
  min-height: 440px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.disk-wrp {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  left: 7%;
  right: -29%;
}

.button-2 {
  color: #e5e5e5;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.image {
  aspect-ratio: auto;
  object-fit: contain;
  height: 100%;
}

.image.left {
  object-fit: cover;
  object-position: 50% 50%;
  overflow: hidden;
}

.main-paragraph {
  z-index: 1;
  -webkit-text-stroke-color: transparent;
  margin-bottom: 0;
  font-size: 1.4vw;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
}

.main-paragraph.text-weight-bold {
  color: #000;
  font-size: 1.4em;
  font-weight: 600;
}

.main-paragraph.color-micro {
  color: #000;
  -webkit-text-stroke-width: 0px;
  font-weight: 600;
}

.main-paragraph.black {
  color: #000;
  text-align: right;
  font-size: 1.2em;
  font-weight: 500;
  display: block;
}

.main-paragraph.black.simple {
  font-size: 3.4em;
}

.main-paragraph.white {
  color: var(--white);
}

.main-paragraph.white.subline {
  font-size: 2.5vw;
}

.section-3 {
  background-color: var(--white);
  margin-top: 69px;
  padding-top: 0;
  padding-left: 5vw;
  padding-right: 5vw;
  overflow: visible;
}

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

.main-column.is-mobile-landscape-horizontal {
  max-width: 35em;
}

.link-project {
  color: #474747;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #474747;
  border-bottom: 1px solid #000;
  width: 100%;
  padding-top: 52px;
  padding-bottom: 52px;
  font-weight: 500;
  text-decoration: none;
  transition: color .575s;
}

.link-project:hover {
  color: #0000;
}

.row {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.row.is-mobile-landscape-vertical:hover {
  -webkit-text-stroke-color: #0c0c32;
}

.spacer {
  width: 100%;
  height: 10vw;
}

.spacer._4wv, .spacer._1vw {
  height: 4vw;
}

.container-3 {
  flex-direction: column;
  width: 100%;
  max-width: 120rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  position: relative;
}

.container-3.container-small {
  max-width: 73rem;
}

.heading-style-h3 {
  z-index: 22;
  color: #000;
  letter-spacing: -.06em;
  -webkit-text-stroke-color: #0c0c32;
  text-transform: none;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1.2;
  transition: all .4s;
  display: flex;
}

.heading-style-h3:hover {
  color: #ffffff2b;
}

.image2 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 80%;
  height: 36vh;
  margin-left: auto;
  margin-right: auto;
}

.image-container {
  display: flex;
}

.subheadline {
  z-index: 1;
  color: var(--black);
  -webkit-text-stroke-color: transparent;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 1.4vw;
  font-weight: 500;
  line-height: 120%;
  position: relative;
}

.subheadline.text-weight-bold {
  color: #000;
  text-align: justify;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: 140px;
  font-size: 1.4em;
  font-weight: 600;
}

.subheadline.text-weight-bold.schwarz {
  color: #fcf9f9;
}

.curtain-animation-vertical-2 {
  z-index: 3;
  opacity: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.link-arrow-2 {
  color: #221e20;
  letter-spacing: -.02em;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: -.5rem;
  padding: .5rem;
  font-size: 1rem;
  line-height: 100%;
  display: flex;
  position: relative;
}

.link-arrow-2:focus {
  border-radius: 6px;
}

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

.preview-description-wrapper-2 {
  z-index: 1;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 35rem;
  display: flex;
  position: absolute;
  top: 4rem;
  left: 4rem;
  right: auto;
}

.section-hero {
  color: var(--black);
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
}

.section-hero.section-small-bottom-padding {
  color: var(--black);
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 4rem;
}

.curtain-wrapper-1 {
  z-index: 100;
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.curtain-animation-1 {
  z-index: 1;
  opacity: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto -40%;
  transform: translate(0%)skew(-45deg);
}

.curtain-animation-1.curtain-animation-second {
  z-index: 2;
  left: auto;
  right: -40%;
}

.hero-title-wrapper {
  margin-left: 1rem;
  margin-right: 1rem;
  overflow: hidden;
}

.curtain-wrapper-0 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.div-block-3 {
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.section4 {
  color: #050505;
  background-color: #fff;
  padding: 40px;
}

.section4.ex6-sec {
  background-color: #ede8e3;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  min-height: 440px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.quick-stack {
  width: 100%;
}

.cell-slogan {
  justify-content: center;
}

.logo-image-2 {
  object-fit: contain;
  width: auto;
  max-width: 100%;
  height: 100%;
}

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

.menu-button-wrapper {
  z-index: 99999999;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: fixed;
}

.menu-button-2 {
  color: #fff0;
  background-color: #0000;
  padding: 0;
  font-size: 14px;
  display: block;
}

.menu-button-2:focus-visible, .menu-button-2[data-wf-focus-visible], .menu-button-2.w--open {
  background-color: #0000;
}

.dot-menu-button {
  color: #000;
  -webkit-text-stroke-color: #000;
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-image: url('../images/Menue_Burger.png');
  background-size: cover;
  background-clip: border-box;
  border-radius: 0;
  width: 24px;
  height: 24px;
  overflow: visible;
}

.nav-menu-2 {
  z-index: 90;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 40px;
  margin-right: 40px;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.nav-link {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--white);
  margin-top: 20px;
}

.nav-link.w--current {
  color: var(--white);
}

.nav-link-text {
  color: var(--black);
  text-align: center;
  letter-spacing: -2px;
  text-transform: uppercase;
  padding-top: 10px;
  font-size: 10vw;
  font-weight: 700;
  line-height: .8;
}

.overlay-menu {
  background-color: var(--white);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  width: 100vw;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.paragraph-wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.banner-circle-wrapper {
  z-index: 99;
  justify-content: flex-end;
  max-width: 112.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.banner-circle-wrapper.pos2 {
  top: 35%;
  left: -13%;
}

.banner-circle-wrapper.pos3 {
  position: absolute;
  top: auto;
  bottom: -23%;
  left: 5%;
}

.banner-circle-wrapper.pos4 {
  position: absolute;
  top: 49%;
  left: 43%;
}

.banner-circle {
  position: absolute;
  bottom: 3rem;
  right: 4rem;
}

.banner-circle.pos1 {
  position: static;
  left: 0%;
}

.banner-circle-image {
  width: 120px;
}

.bannercircleimagewrapper {
  background-color: var(--neongrün);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 10vw;
  height: 10vw;
  display: flex;
}

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

.bannercircleimage {
  width: 75%;
  height: 75%;
}

.button-3 {
  color: #000;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #000;
  justify-content: center;
  margin: 0;
  padding: 1rem 1.25rem;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  transition: border .3s;
  position: relative;
  overflow: hidden;
}

.button-3:hover {
  background-color: #f8f8f8;
}

.button-3.more {
  color: var(--white);
  background-color: #080808;
  border-width: 0;
  border-color: #0000;
  width: 10%;
  margin-top: 1rem;
}

.button-3.more:hover {
  border-color: #121416;
}

.button-inner {
  z-index: 6;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 12px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-line-left {
  background-color: #000;
  width: 20px;
  height: 1px;
}

.button-line-left.primary {
  background-color: #fff;
}

.button-inner-text {
  justify-content: center;
  align-items: center;
}

.button-line-right {
  background-color: #000;
  width: 0;
  height: 1px;
}

.button-line-right.primary {
  background-color: #fff;
}

.videobackground {
  object-fit: fill;
  width: 32vw;
  height: 32vw;
  position: absolute;
  top: 27%;
  left: 33%;
}

.background-video {
  z-index: 9999;
  object-fit: none;
  width: 100%;
  height: 100%;
}

.section-4 {
  width: 100%;
  height: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: static;
}

.section-4.category-hero-section {
  padding-top: 5rem;
  padding-bottom: 0;
}

.category-summary {
  letter-spacing: -.05rem;
  font-size: 1.5rem;
  line-height: 120%;
}

._12-column-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr);
  width: 100%;
  margin-left: 0;
  position: relative;
}

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

.container-4 {
  width: 100%;
  max-width: 1600px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  position: static;
}

.container-4.category-hero-container {
  grid-row-gap: 5rem;
  flex-direction: column;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.hero-logo-wrapper {
  overflow: hidden;
}

.main-wrapper {
  margin-left: auto;
  margin-right: auto;
}

._3-column-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  place-items: stretch stretch;
  width: auto;
  height: auto;
  display: grid;
}

.collection-list-wrapper {
  height: auto;
  position: static;
}

.community-post {
  position: static;
}

.image-wrapper {
  cursor: pointer;
  width: 100%;
  margin-bottom: 1.5rem;
  overflow: hidden;
}

.info-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.post-info-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.category {
  color: var(--grey-400);
  border: 1px solid #a3a3a3;
  border-radius: 50vw;
  padding: .25rem .75rem;
  font-size: .75rem;
  line-height: 150%;
}

.read-time {
  color: var(--grey-400);
  font-size: .75rem;
  line-height: 150%;
}

.bold-text {
  text-align: justify;
}

.comunity-image {
  aspect-ratio: 1;
  cursor: pointer;
  object-fit: cover;
  width: 100%;
}

.article-post {
  color: #000;
  cursor: pointer;
  text-decoration: none;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.article-post:hover {
  opacity: .8;
  transform: translate(0, -8px);
}

.text-medium {
  letter-spacing: -.05rem;
  font-size: 1.4rem;
  line-height: 120%;
}

.section-5 {
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section-5.article-content-section {
  padding-bottom: 0;
}

.section-5.article-hero-section {
  padding-top: 5rem;
  padding-bottom: 0;
}

.news-post-info-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #666;
  align-items: center;
  display: flex;
}

.article-image-wrapper {
  width: 100%;
  margin-bottom: 1.5rem;
  overflow: hidden;
}

.article-content-container {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 740px;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-3 {
  width: 100%;
}

.category-2 {
  color: #6e6e6e;
  border: 1px solid #dedddd;
  border-radius: 50vw;
  padding: .25rem .75rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 150%;
}

.image-header {
  width: 100%;
}

.post-image-wrapper {
  object-fit: fill;
  width: 100%;
  max-width: 1600px;
  height: 92.8712%;
  margin-top: 10rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.heading-section-container {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 2.5rem;
  display: flex;
}

.article-info-container {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

._3-column-grid-2 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.author-name {
  color: #000;
  font-size: .875rem;
}

.section-6 {
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section-6.article-content-section {
  padding-bottom: 0;
}

.section-6.article-hero-section {
  padding-top: 5rem;
  padding-bottom: 0;
}

.rich-text {
  color: var(--grey-400);
  font-size: 1rem;
  font-weight: 400;
}

.author-detail {
  color: #6e6e6e;
  font-size: .875rem;
}

.image-4 {
  width: 100%;
}

.category-3 {
  color: #6e6e6e;
  border: 1px solid #dedddd;
  border-radius: 50vw;
  padding: .25rem .75rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 150%;
}

.author-name-container {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.article-intro-container {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 740px;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.article-heading {
  text-align: left;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-top: 0;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 80%;
}

.container-6 {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

._3-column-grid-3 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.read-time-2 {
  color: #6e6e6e;
  font-size: .75rem;
  font-weight: 500;
}

.author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
}

.author-container {
  align-items: center;
  display: flex;
}

.heading-2, .paragraph {
  color: var(--grey-400);
  font-weight: 500;
}

.characteristics-card-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-2 {
  color: #221e20;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 180%;
}

.text-2.text-color-gray-400 {
  color: #828282;
  margin-top: 20px;
  font-size: 1rem;
  font-weight: 400;
}

.paragraph-number {
  color: #e0e0e0;
  font-weight: 400;
}

.characteristics-card-number-2 {
  border: 1px solid #828282;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 4.125rem;
  height: 4.125rem;
  display: flex;
}

.characteristics-card-number-2.text-large.text-color-white {
  opacity: 0;
  position: absolute;
  inset: 1.75rem auto auto 1.75rem;
}

.characteristics-card-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.characteristics-card-content-wrapper-2 {
  grid-row-gap: 1.875rem;
  border: 1px #e0e0e0;
  border-style: solid none none solid;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 6.25rem 10vw;
  display: flex;
  position: relative;
}

.heading-small-2 {
  grid-row-gap: 2.25px;
  color: #061945;
  letter-spacing: -.04em;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 110%;
}

.image-post {
  object-fit: cover;
  width: 100%;
  height: 60vw;
  display: block;
}

.logo-link {
  max-width: 25%;
}

.home-faq-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #e7eeee;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 0;
  padding: .5rem 2rem;
  display: flex;
  overflow: hidden;
}

.home-faq-list.radius-regular {
  background-color: #fff;
}

.hero-loop-strip {
  line-height: 1;
  display: flex;
}

.letter-8 {
  z-index: 1;
  color: #061945;
  font-family: Manrope, sans-serif;
  font-size: 12vw;
  font-weight: 700;
  line-height: .89;
  display: inline-block;
  position: static;
}

.home-faq-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  background-color: #ddd0;
  border-top: 1px solid #e7eeee;
  border-bottom: 1px #e7eeee;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: stretch stretch;
  width: 100%;
  padding: 0;
  transition: all .8s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.home-faq-item.w--current {
  background-color: #ddd0;
  overflow: hidden;
}

.home-faq-item.no-border {
  border-top-style: none;
  position: relative;
}

.text-block-4 {
  letter-spacing: -.35vw;
  font-family: Manrope, sans-serif;
  font-weight: 700;
}

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

.main-dropdown {
  border-bottom: 1px solid #000;
  width: 100%;
  line-height: 100%;
}

.text-size-large-mobile3 {
  color: #061945;
  text-align: left;
  height: auto;
  max-height: 100%;
  padding-bottom: 4rem;
  font-family: Manrope, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.45;
}

.text-size-large-mobile3.lorem {
  text-align: left;
  padding-bottom: 0;
}

.text-size-large-mobile3.lorem.lang {
  display: none;
}

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

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

.home-faq-list-mobile-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #e7eeee;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 0;
  padding: .5rem 2rem;
  display: flex;
  overflow: hidden;
}

.home-faq-list-mobile-2.radius-regular {
  background-color: #fff;
}

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

.text-size-large-mobile2 {
  color: #061945;
  text-align: left;
  height: auto;
  max-height: 100%;
  padding-bottom: 4rem;
  font-family: Manrope, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.45;
}

.text-size-large-mobile2.lorem {
  text-align: left;
  padding-bottom: 0;
  display: none;
}

.work-spacer {
  z-index: 20;
  background-color: #0b0c0f;
  height: 2rem;
  position: sticky;
  top: 0;
  bottom: 0;
}

.work-spacer.work-top-spacer {
  background-color: var(--black);
  height: 5.625rem;
}

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

.loop-text {
  grid-column-gap: 7vw;
  grid-row-gap: 7vw;
  align-items: center;
  padding-top: 0;
  padding-left: 3.5vw;
  padding-right: 3.5vw;
  font-family: Manrope, sans-serif;
  font-weight: 700;
  display: flex;
}

.home-faq-block {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-direction: column;
  justify-content: space-between;
  min-height: 35rem;
  display: flex;
}

.home-faq-block.mobile-imp, .home-faq-block.mobile-imp.keine-min-h {
  min-height: auto;
}

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

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

.arrow {
  width: 25px;
  height: 15px;
}

.text-size-large-mobile {
  color: #061945;
  text-align: left;
  height: auto;
  max-height: 100%;
  padding-bottom: 4rem;
  font-family: Manrope, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.45;
}

.text-size-large-mobile.lorem {
  text-align: left;
  padding-bottom: 0;
}

.text-size-large-mobile.lorem.lang {
  display: none;
}

.abstand-10rem {
  width: auto;
  height: 10rem;
  margin: 0 auto 0;
}

.form-input-2 {
  background-color: #0000;
  border: 1px solid #e7eeee;
  min-height: 3.5rem;
  margin-bottom: .5rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

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

.home-faq-content {
  background-color: #0b0c0f;
  border: 1px #e7eeee;
  flex-direction: row;
  justify-content: space-between;
  height: 100%;
  margin-bottom: 2.5rem;
  padding: 4rem 2rem 4rem 6rem;
  display: flex;
  overflow: hidden;
}

.home-faq-content.radius-regular {
  background-color: var(--black);
  flex-direction: column;
  max-width: none;
  height: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.padding-horizontal {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.padding-horizontal.padding-small {
  background-color: var(--black);
  justify-content: center;
  width: 100%;
  display: flex;
  position: relative;
  bottom: 0;
}

.padding-horizontal.padding-medium {
  padding-left: 0;
  padding-right: 0;
}

.form-block-2 {
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  margin-bottom: 0;
  padding: 1.5rem 3rem 3rem;
  display: flex;
}

.form-block-2.radius-regular {
  display: block;
}

.main-wrapper-2 {
  background-color: #061945;
}

.main-wrapper-2.faq {
  margin-top: 0;
}

.hame-faq-bottom {
  flex-direction: column;
  flex: 0 auto;
  align-items: stretch;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact-base {
  z-index: 100;
  text-align: left;
  flex-direction: column;
  align-items: stretch;
  width: 40%;
  max-width: none;
  margin-left: 0%;
  margin-right: 0;
  padding-bottom: 6rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-7 {
  -webkit-text-stroke-color: white;
  border-top: 0 #fff;
  flex-direction: column;
  width: 100%;
  max-width: 120rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  position: relative;
}

.container-7.container-small {
  z-index: 0;
  background-color: #0000;
  max-width: 73rem;
}

.grid-section {
  padding-top: 8em;
  padding-bottom: 100px;
  overflow: hidden;
}

.grid-section.faq {
  padding-top: 14em;
  padding-bottom: 0;
}

.row-title-text {
  letter-spacing: -.35vw;
  text-transform: uppercase;
  margin-bottom: -3.5vw;
  font-size: 13.5vw;
  font-weight: 400;
  line-height: .89;
}

.row-title-text.text-align-center {
  background-color: #fff;
  margin-bottom: -.9vw;
  display: flex;
}

.row-title-text.text-align-center.impressum {
  font-weight: 600;
}

.home-faq-text {
  max-width: 100%;
  display: flex;
}

.text-size-large-5 {
  color: #061945;
  text-align: left;
  height: auto;
  max-height: 100%;
  padding-bottom: 4rem;
  font-family: Manrope, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.45;
}

.text-size-large-5.lorem {
  color: var(--black);
  text-align: left;
  padding-bottom: 0;
}

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

.padding-top.padding-huge {
  display: block;
}

.padding-top.faq {
  margin-top: 4em;
}

.home-about {
  z-index: 25;
  display: block;
  position: relative;
}

.row-title-block {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-loop-text {
  align-items: center;
  width: 100vw;
  margin-bottom: 0;
  margin-left: -1.5rem;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.about-hero {
  z-index: 5;
  display: flex;
  position: relative;
}

.home-faq-number-3 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #061945;
  align-items: flex-start;
  font-weight: 600;
  display: flex;
}

.text-size-small {
  font-size: .975rem;
  line-height: 1.35;
}

.home-faq-icon {
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

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

.row-title-3 {
  width: 100%;
}

.home-service-block {
  background-color: #fff;
  border-radius: 0;
  margin-top: 0;
  position: relative;
}

.row-title-clip {
  text-align: center;
  justify-content: center;
  margin-bottom: 0;
  display: flex;
  overflow: visible;
}

.row-title-clip.faq {
  padding-bottom: 3em;
}

.contact-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 100%;
  display: flex;
  position: absolute;
}

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

.about-hero-left {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: .65fr auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 96vh;
  display: grid;
}

.form_message-success {
  padding: 1.25rem;
}

.div-block-10 {
  height: 4rem;
}

.text-size-large-4 {
  color: #061945;
  height: 3em;
  max-height: 100%;
  font-family: Manrope, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.45;
}

.grid-large {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(2rem, 1fr) minmax(auto, 0) minmax(2rem, .25fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.dropdown-toggle-3 {
  color: #828282;
  justify-content: space-between;
  width: 100%;
  padding: 0 0 10px;
  display: flex;
}

.dropdown-list-3 {
  display: none;
  position: relative;
}

.dropdown-list-3.w--open {
  grid-row-gap: 2rem;
  background-color: #0000;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

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

.home-faq-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px #e7eeee;
  border-left: 1px #e7eeee;
  border-right: 1px #e7eeee;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 5rem 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  place-items: center start;
  width: 100%;
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
  display: grid;
}

.text-block-5 {
  font-family: Manrope, sans-serif;
}

.button-4 {
  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-4.is-form-submit {
  background-color: #061945;
  border-style: none;
  width: 100%;
  margin-top: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.text-size-large {
  color: #061945;
  text-align: center;
  height: auto;
  max-height: 100%;
  padding-bottom: 4rem;
  font-family: Manrope, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.45;
}

.link-text-2 {
  color: #221e20;
  white-space: nowrap;
}

.link-text-2.wei {
  color: #e0e0e0;
}

.hero-loop {
  color: #fff;
  letter-spacing: -.35vw;
  text-transform: uppercase;
  white-space: nowrap;
  align-items: center;
  height: 10vw;
  margin-bottom: 0;
  font-size: 20vw;
  font-weight: 400;
  display: flex;
  position: relative;
}

.list {
  list-style-type: square;
}

.list-datenschutz {
  grid-row-gap: 0rem;
  font-size: 1rem;
  font-weight: 500;
  list-style-type: disc;
}

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

.howitwork_flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.howitwork_number {
  font-size: 122px;
  font-weight: 600;
  line-height: 1.2;
}

.padding-large {
  padding: 0 3rem 3rem;
}

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

.howitwork_content {
  flex: 1;
}

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

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

.section_howitworks {
  flex-direction: column;
  justify-content: center;
  margin-top: 100px;
  margin-bottom: 100px;
}

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

.language_switch {
  margin-bottom: 100px;
}

.link-2 {
  color: var(--neongrün);
  font-size: 2rem;
}

.link-2:hover {
  font-weight: 600;
  transform: scale(1.1);
}

.div-berschrift-faq {
  height: auto;
}

@media screen and (min-width: 1440px) {
  .container.container-small {
    padding-top: 0;
  }

  .container.container-small.contact-form {
    padding-top: 12.5rem;
  }

  .section.section-no-padding-bottom {
    padding-top: 0;
  }

  .section.image {
    margin-top: 0;
  }

  .text.text-color-gray-400 {
    color: var(--grey-400);
  }

  .preview-image.right {
    box-sizing: border-box;
    aspect-ratio: 1;
    object-fit: cover;
    width: 45vw;
    height: 35vw;
    margin-bottom: 108px;
    margin-left: -2px;
  }

  .text-color-gray-400 {
    color: var(--white);
    font-family: Manrope, sans-serif;
    font-size: 1rem;
    font-weight: 500;
  }

  .characteristics-card-content-wrapper {
    padding-left: 7vw;
    padding-right: 5vw;
  }

  .section-heading.heading {
    margin-top: 0;
    margin-bottom: 1px;
    padding-bottom: 0;
  }

  .preview-card-wrapper {
    background-image: url('../images/Fz_sEgqi.jpg');
    margin-left: auto;
  }

  .image {
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .main-paragraph {
    font-size: 1.1vw;
  }

  .main-paragraph.color-micro {
    line-height: 1.3;
  }

  .main-paragraph.black, .main-paragraph.black.simple {
    color: var(--black);
  }

  .image2 {
    height: 100vh;
    margin-left: -200px;
  }

  .subheadline {
    font-size: 1.1vw;
  }

  .section-hero.section-small-bottom-padding {
    margin-top: 0;
  }

  .hero-title-wrapper {
    max-width: 120rem;
  }

  .dot-menu-button {
    background-image: url('../images/Menue_Burger.png');
    background-position: 50%;
    background-size: cover;
  }

  .nav-menu-2 {
    display: none;
  }

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

  .nav-link:hover {
    color: #ff3c5c;
  }

  .overlay-menu {
    background-color: var(--white);
    display: none;
  }

  .home-faq-list.radius-regular {
    text-align: left;
    align-items: stretch;
  }

  .abstand-10rem {
    width: 86%;
    margin-top: 60px;
    margin-left: 60px;
  }
}

@media screen and (min-width: 1920px) {
  .container.container-small {
    margin-top: 0;
  }

  .container.container-small.contact-form {
    padding-top: 12.5rem;
  }

  .container.position-unset {
    position: static;
  }

  .nav-menu {
    max-width: 30rem;
  }

  .section.section-black-noise {
    margin-bottom: -45px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.section-black-noise.paddingtop {
    padding-top: 0;
  }

  .section.section-small-bottom-padding {
    margin-top: 70px;
    margin-bottom: 0;
  }

  .section.section-small-top-padding.partners {
    margin-top: 140px;
  }

  .section.image {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text.text-color-gray-400, .heading-small {
    width: 100%;
  }

  .link-text-underline {
    font-size: 1.9rem;
  }

  .hero {
    display: block;
  }

  .preview-image {
    opacity: 1;
  }

  .preview-image.right {
    width: 40vw;
    height: 30vw;
    margin-top: 129px;
    margin-bottom: 60px;
    margin-left: -176px;
    position: absolute;
    left: 65%;
    right: 14px;
  }

  .preview-description-wrapper {
    top: 3rem;
  }

  .section-badge.text.text-semi-bold, .section-badge.text.text-semi-bold.white {
    color: var(--black);
  }

  .section-badge-circle {
    background-color: var(--black);
    color: var(--black);
  }

  .section-badge-name {
    color: var(--black);
  }

  .section-badge-name.txt-white {
    color: var(--white);
  }

  .section-header {
    color: var(--white);
    margin-top: 220px;
    margin-bottom: 220px;
  }

  .section-header.no-top {
    margin-top: 0;
  }

  .section-header.no-bottom {
    margin-bottom: 0;
  }

  .information-item {
    color: var(--black);
  }

  .mission-image-wrapper {
    width: 14.375rem;
  }

  .characteristics-list {
    margin-top: 0;
  }

  .characteristics-card {
    grid-template-columns: .75fr 1fr;
  }

  .characteristics-card-content-wrapper {
    object-fit: fill;
    width: 100%;
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .projects-list {
    grid-row-gap: 6.25rem;
  }

  .project-card.text-color-black {
    grid-row-gap: 1.25rem;
  }

  .project-card-image-wrapper {
    height: 50rem;
  }

  .section-heading.heading {
    color: var(--black);
    font-size: 4.5rem;
  }

  .section-heading.heading.txt-white {
    color: var(--white);
  }

  .section-heading.heading-large {
    color: var(--black);
  }

  .curtain-wrapper {
    display: block;
  }

  .agent {
    grid-column-gap: 3.84rem;
  }

  .contacts-item-text.heading-small.heading-semi-bold {
    margin-top: 3px;
    font-size: 1.8rem;
  }

  .hero-title-image {
    width: 100%;
  }

  .preview-card-wrapper {
    object-fit: cover;
    background-image: url('../images/Fz_sEgqi.jpg');
    background-position: 0 0;
    background-size: cover;
    width: 100%;
    margin-left: 0;
  }

  .preview-card-wrapper.bg01 {
    width: 100%;
    margin-left: 0;
  }

  .section-2.ex6-sec {
    height: 55vh;
    min-height: 459px;
  }

  .image {
    aspect-ratio: auto;
    object-fit: fill;
    object-position: 50% 50%;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
  }

  .image.left {
    object-position: 50% 50%;
    width: 1028em;
    max-width: 1000px;
    margin-left: 0;
    padding-left: 0;
    overflow: hidden;
  }

  .section-3 {
    background-color: var(--white);
  }

  .main-column.is-mobile-landscape-horizontal {
    max-width: 40em;
  }

  .spacer {
    height: 10vw;
  }

  .spacer._16vw {
    height: 16vw;
  }

  .spacer._4wv {
    height: 4vw;
  }

  .form-2 {
    margin-bottom: 140px;
  }

  .image2 {
    aspect-ratio: auto;
    text-align: left;
    vertical-align: baseline;
    object-fit: cover;
    object-position: 50% 0%;
    width: 80%;
    height: 36vh;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: inline-block;
  }

  .image-container {
    display: flex;
  }

  .preview-image-2 {
    display: inline-block;
  }

  .preview-description-wrapper-2 {
    left: 3rem;
  }

  .section-hero.section-small-bottom-padding {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .curtain-wrapper-1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    aspect-ratio: auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    position: absolute;
    top: 0%;
    overflow: hidden;
  }

  .hero-title-wrapper {
    width: 100%;
    max-width: 120rem;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .curtain-wrapper-0 {
    width: 100%;
    height: 100%;
  }

  .div-block-3 {
    z-index: 2;
    max-width: 120rem;
    height: 100%;
    position: relative;
  }

  .section4.ex6-sec {
    height: 100vh;
    min-height: 459px;
  }

  .quick-stack {
    max-width: 120rem;
  }

  .nav-link, .nav-link:hover {
    color: var(--white);
  }

  .overlay-menu {
    background-color: var(--white);
  }

  .bannercircleimagewrapper {
    width: 8vw;
    height: 8vw;
  }

  .characteristics-card-content-wrapper-2 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .padding-top.faq {
    margin-top: 4em;
  }

  .home-service-block {
    border-radius: 0;
  }

  .link-2:hover {
    font-weight: 600;
    transform: scale(1.1);
  }
}

@media screen and (max-width: 991px) {
  .main {
    flex-direction: column;
    padding-top: 6.125rem;
  }

  .container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .container.container-small.contact-form {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .container.hero-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .logo {
    z-index: 11;
    width: 8rem;
    margin-top: 0;
  }

  .nav-menu {
    z-index: 10;
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    height: 100dvh;
    padding-top: 20svh;
    padding-bottom: 3rem;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
    overflow: auto;
  }

  .nav-list {
    grid-row-gap: 3svh;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-top: 0;
  }

  .nav-list-item {
    height: auto;
  }

  .link-arrow {
    height: auto;
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 110%;
  }

  .link-arrow.link-arrow-small {
    font-size: 1rem;
    font-weight: 600;
  }

  .link-arrow.link-arrow-small.nav-link, .link-arrow.text-color-white.nav-link {
    color: var(--black);
  }

  .navbar-inner {
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .dropdown-list {
    position: relative;
  }

  .dropdown-list.w--open {
    top: 0;
  }

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

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

  .section.section-small-bottom-padding {
    padding-bottom: 4rem;
  }

  .section.section-small-top-padding {
    padding-top: 4rem;
  }

  .heading {
    font-size: 3.75rem;
  }

  .text.text-color-gray.nav-connection-title {
    margin-bottom: .62rem;
  }

  .buttons {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .burger-line {
    background-color: #000;
    width: 100%;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .burger-line.burger-line-white {
    background-color: var(--white);
  }

  .text-extra-large.text-color-white.text-align-center {
    width: 27rem;
  }

  .heading-large {
    font-size: 4.5rem;
  }

  .heading-extra-large {
    font-size: 6rem;
  }

  .nav-contacts {
    align-items: center;
  }

  .nav-contacts.tablet-hidden {
    display: none;
  }

  .link {
    letter-spacing: -.04em;
    font-size: 1.25rem;
    line-height: 160%;
  }

  .link.heading-small {
    font-size: 2.25rem;
    line-height: 120%;
  }

  .link-arrow-icon.link-arrow-icon-invert-color.nav-link-arrow {
    filter: none;
  }

  .link-text {
    letter-spacing: -.04em;
  }

  .burger-lines-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .burger-lines {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 2.125rem;
    height: .5rem;
    max-height: 100%;
    display: flex;
  }

  .menu-button {
    z-index: 11;
    border: 1px solid var(--black);
    border-radius: 50%;
    width: 4.125rem;
    height: 4.125rem;
  }

  .menu-button.w--open {
    background-color: var(--white);
  }

  .menu-button.menu-button-white {
    border-color: var(--white);
  }

  .nav-connection {
    border-top: 1px solid var(--gray-200);
    flex-direction: column;
    max-width: 15rem;
    margin-top: 5svh;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3svh;
    display: flex;
  }

  .nav-link-wrapper {
    justify-content: center;
    margin-top: 8svh;
    display: flex;
  }

  .hero {
    padding-top: 7.5rem;
  }

  .hero.hero-agent {
    padding-top: 8rem;
  }

  .preview-card {
    height: 30rem;
  }

  .preview-image {
    aspect-ratio: auto;
    object-fit: cover;
    height: 100%;
  }

  .preview-image.right {
    width: 30vw;
    height: 30vw;
  }

  .preview {
    width: 100%;
  }

  .section-header {
    margin-top: 3vw;
    margin-bottom: 4rem;
  }

  .section-header.projects-header {
    grid-row-gap: 3rem;
  }

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

  .information {
    padding-top: 3rem;
  }

  .information-item {
    margin-top: 0;
  }

  .form {
    grid-row-gap: 4rem;
  }

  .footer-nav {
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .form-header {
    grid-row-gap: 1.75rem;
  }

  .characteristics {
    border-top-style: none;
  }

  .characteristics-list {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.8rem;
    flex-flow: column;
    margin-left: -1.875rem;
    margin-right: -1.875rem;
    padding-bottom: 1rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    display: flex;
    overflow: visible;
  }

  .characteristics-item {
    flex: none;
    width: 100%;
    max-width: 25rem;
    margin-top: 0;
  }

  .characteristics-card {
    grid-row-gap: 4rem;
    flex-direction: column-reverse;
    justify-content: space-between;
    height: 100%;
    display: flex;
  }

  .characteristics-card-image-wrapper {
    align-items: flex-end;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100%;
    display: none;
    position: relative;
  }

  .characteristics-card-content-wrapper {
    grid-row-gap: 1.5rem;
    border-style: none;
    height: 10rem;
    padding: 0;
  }

  .characteristics-card-number.text-large.text-color-white {
    display: none;
    left: 5vw;
  }

  .projects-filters {
    grid-column-gap: 2rem;
  }

  .pagination {
    margin-top: 3rem;
  }

  .agents-list {
    grid-template-columns: 1fr 1fr;
  }

  .contacts {
    grid-row-gap: 3rem;
  }

  .contacts-list {
    grid-row-gap: 2.5rem;
    display: flex;
  }

  .contact {
    grid-row-gap: 1rem;
  }

  .contact-inner-list {
    grid-row-gap: .5rem;
    padding-bottom: .25em;
  }

  .projects, .projects-wrapper {
    grid-row-gap: 4rem;
  }

  .agent {
    grid-row-gap: 3rem;
    flex-direction: column;
  }

  .agent-image-wrapper {
    max-width: 30rem;
    margin-left: auto;
    margin-right: auto;
  }

  .agent-image-inner {
    width: 100%;
    padding-top: 100%;
    position: relative;
  }

  .project-video-wrapper {
    margin-top: 8rem;
  }

  .project-images-item {
    max-width: 100%;
  }

  .project-images {
    justify-content: flex-start;
    padding-bottom: 1rem;
    overflow: auto;
  }

  .horizontal-scroll-helper {
    display: none;
  }

  .project-images-container {
    padding-right: 0;
  }

  .empty-page-title.heading.text-color-white {
    font-size: 18rem;
  }

  .article-v2 h2 {
    margin-top: 3rem;
    margin-bottom: 1rem;
  }

  .typography-wrapper {
    grid-row-gap: 4rem;
  }

  .disk-wrp {
    min-width: 1200px;
  }

  .main-paragraph {
    font-size: 14px;
  }

  .main-paragraph.black {
    color: var(--black);
    margin-top: 0;
    padding-left: 40px;
    font-weight: 600;
  }

  .spacer {
    height: 100px;
  }

  .container-3 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

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

  .subheadline {
    font-size: 14px;
  }

  .link-arrow-2 {
    height: auto;
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 110%;
  }

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

  .section-hero.section-small-bottom-padding {
    margin-top: 0;
    padding-bottom: 4rem;
  }

  .curtain-wrapper-1 {
    display: none;
  }

  .quick-stack {
    padding-left: 0;
    padding-right: 0;
  }

  .logo-image-2 {
    max-width: 100%;
    margin-left: 10px;
  }

  .menu-button-wrapper {
    margin-right: 10px;
  }

  .nav-menu-2 {
    display: none;
  }

  .nav-link-text {
    font-size: 6rem;
  }

  .overlay-menu {
    display: none;
  }

  .banner-circle-wrapper.pos3 {
    bottom: -10%;
  }

  .banner-circle {
    bottom: 1rem;
    right: 3rem;
  }

  .banner-circle-image {
    width: 100px;
  }

  .bannercircleimagewrapper {
    width: 20vw;
    height: 20vw;
  }

  .button-3.more {
    width: 20%;
  }

  ._12-column-grid {
    grid-column-gap: 2.5rem;
    grid-template-columns: minmax(32px, 1fr) minmax(32px, 1fr);
  }

  ._3-column-grid {
    grid-template-columns: 1fr 1fr;
  }

  .article-image-wrapper {
    margin-bottom: 1rem;
  }

  ._3-column-grid-2, ._3-column-grid-3 {
    grid-template-columns: 1fr 1fr;
  }

  .characteristics-card-image {
    position: absolute;
  }

  .characteristics-card-number-2.text-large.text-color-white {
    display: none;
    left: 5vw;
  }

  .characteristics-card-2 {
    grid-row-gap: 4rem;
    flex-direction: column-reverse;
    justify-content: space-between;
    height: 100%;
    margin-bottom: 4em;
    display: flex;
  }

  .characteristics-item-2 {
    flex: none;
    width: 100%;
    max-width: none;
    margin-top: 0;
  }

  .characteristics-card-content-wrapper-2 {
    grid-row-gap: 1.5rem;
    border-style: none;
    padding: 0;
  }

  .logo-link.w--current {
    max-width: 50%;
  }

  .letter-8 {
    font-size: 11vw;
  }

  .text-size-large-mobile3.lorem {
    font-size: 1.2rem;
  }

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

  .text-size-large-mobile2.lorem {
    font-size: 1.2rem;
  }

  .work-spacer {
    height: 4vh;
    display: none;
  }

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

  .text-size-large-mobile.lorem {
    font-size: 1.2rem;
  }

  .text-size-large-mobile.lorem.lang {
    display: none;
  }

  .home-faq-content {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 3rem;
  }

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

  .form-block-2 {
    padding: 1.5rem 1.5rem 2.5rem;
  }

  .contact-base {
    width: 60%;
  }

  .container-7 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .grid-section.faq {
    padding-top: 8em;
  }

  .text-size-large-5.lorem {
    font-size: 1.2rem;
  }

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

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

  .row-title-3 {
    text-align: left;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .row-title-clip.faq {
    justify-content: flex-start;
    align-items: center;
  }

  .about-hero-left {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto auto;
    min-height: auto;
    padding-top: 5rem;
    padding-bottom: 2rem;
  }

  .grid-large {
    grid-template-columns: minmax(1rem, 1fr) minmax(auto, 104rem) minmax(1rem, 1fr);
  }

  .home-faq-top {
    grid-template-columns: 2rem 1fr auto;
  }

  .link-text-2 {
    letter-spacing: -.04em;
  }

  .hero-loop {
    align-items: flex-end;
    height: 27vw;
  }

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

  .padding-large {
    padding: 2.5rem;
  }

  .section_howitworks {
    padding-top: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .container.container-small.contact-form {
    padding-top: 6.25rem;
    padding-bottom: 2.5rem;
  }

  .container.hero-container {
    grid-row-gap: 3.25rem;
    display: flex;
  }

  .button.button-white.hero-project-button {
    min-width: 15rem;
  }

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

  .heading {
    font-size: 3rem;
    line-height: 110%;
  }

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

  .text-extra-large.text-color-white.text-align-center {
    width: 20rem;
  }

  .heading-small {
    font-size: 1.75rem;
    line-height: 160%;
  }

  .heading-large {
    font-size: 3.75rem;
  }

  .heading-extra-large {
    font-size: 4.5rem;
    line-height: 120%;
  }

  .link.heading-small {
    font-size: 1.25rem;
  }

  .preview-card {
    grid-row-gap: 1.25rem;
    flex-direction: column;
    height: 25rem;
    display: flex;
  }

  .preview-image {
    min-height: 25rem;
    max-height: 25rem;
    position: static;
  }

  .preview-image.right {
    width: 30vw;
    height: 30vw;
    min-height: auto;
    position: absolute;
  }

  .preview-description-wrapper {
    position: static;
  }

  .section-header {
    grid-row-gap: 1.25rem;
    margin-bottom: 2.5rem;
  }

  .section-header.projects-header {
    grid-row-gap: 2.5rem;
  }

  .mission-image-wrapper {
    font-size: 10rem;
  }

  .form, .form.form-contact {
    grid-row-gap: 2.5rem;
  }

  .form-fields {
    grid-row-gap: 2rem;
  }

  .form-fields.form-fields-horizontal {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .form-fields.form-fields-two-columns {
    grid-row-gap: 2rem;
  }

  .form-fields.form-fields-three-columns {
    grid-template-columns: 1fr 1fr;
  }

  .footer-nav {
    grid-row-gap: .62rem;
    grid-template-columns: 1fr;
    padding-bottom: 1.85rem;
  }

  .text-link {
    line-height: 180%;
  }

  .form-header {
    grid-row-gap: 1.25rem;
  }

  .characteristics-list {
    grid-row-gap: 1.8rem;
  }

  .characteristics-card {
    grid-row-gap: 2.5rem;
  }

  .characteristics-card-content-wrapper {
    grid-row-gap: .5rem;
  }

  .projects-filters {
    grid-row-gap: 2rem;
    flex-direction: column;
    display: flex;
  }

  .projects-inner {
    flex: none;
    padding-bottom: 1rem;
  }

  .projects-list {
    display: flex;
  }

  .projects-list.horizontal-scroll {
    padding-bottom: 1rem;
  }

  .projects-list.projects-list-flex {
    justify-content: flex-start;
  }

  .projects-item {
    flex: none;
    width: 21rem;
  }

  .projects-item.projects-item-width-limit {
    max-width: 86vw;
  }

  .project-card-image-wrapper {
    height: 22rem;
  }

  .pagination {
    margin-top: 2.5rem;
  }

  .pagination-button {
    width: 4rem;
    height: 4rem;
  }

  .partners-list {
    grid-template-columns: 1fr 1fr;
  }

  .agents-list {
    grid-template-columns: 1fr 1fr;
    margin-left: -1.875rem;
    margin-right: -1.875rem;
    padding-bottom: 1rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    display: flex;
    overflow: auto;
  }

  .agents-item {
    flex: none;
    width: 100%;
    max-width: 20rem;
  }

  .contacts {
    grid-row-gap: 2rem;
    padding-top: 2.5rem;
  }

  .contacts-list {
    grid-row-gap: 2rem;
  }

  .contact {
    grid-row-gap: .62rem;
  }

  .heading-semi-bold {
    font-weight: 600;
  }

  .projects {
    flex-direction: row;
  }

  .projects-wrapper {
    grid-column-gap: 1.25rem;
    flex-direction: row;
    width: 100vw;
    margin-left: -1.875rem;
    padding-bottom: 1rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    overflow: auto;
  }

  .horizontal-scroll {
    width: 100vw;
    margin-left: -1.875rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    overflow: auto;
  }

  .hero-footer {
    margin-top: 2rem;
    padding-top: 2.5rem;
  }

  .hero-price-title.text.text-color-white {
    top: -45%;
  }

  .project-video-wrapper {
    margin-top: 4rem;
  }

  .project-agent-name.heading-small.text-color-white {
    margin-top: 2.5rem;
  }

  .agent-contacts {
    margin-top: 3rem;
    padding-top: 2.5rem;
  }

  .project-images-item {
    max-width: 86vw;
  }

  .project-info-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .empty-page-title.heading.text-color-white {
    font-size: 12rem;
  }

  .form-fieldset {
    grid-row-gap: 2.5rem;
  }

  .form-fieldset-header {
    grid-row-gap: 2rem;
  }

  .article-v2 h2 {
    font-size: 1.75rem;
  }

  .typography-wrapper {
    grid-row-gap: 2.5rem;
  }

  .contacts-item-text.heading-small.heading-semi-bold {
    font-size: 1.25rem;
  }

  .section-2 {
    padding: 20px;
  }

  .section-2.ex6-sec {
    align-items: center;
    padding-top: 150px;
  }

  .disk-wrp {
    width: 850px;
    min-width: auto;
    height: 850px;
    margin-top: auto;
    margin-bottom: auto;
    inset: -60px auto 0;
  }

  .main-column {
    flex-direction: column;
  }

  .main-column.is-mobile-landscape-horizontal {
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
  }

  .row.is-mobile-landscape-vertical {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .heading-style-h3 {
    font-size: 9vw;
  }

  .preview-image-2 {
    min-height: 25rem;
    max-height: 25rem;
    position: static;
  }

  .preview-description-wrapper-2 {
    position: static;
  }

  .section4 {
    padding: 20px;
  }

  .section4.ex6-sec {
    align-items: center;
    padding-top: 150px;
  }

  .logo-image-2 {
    max-width: 70%;
    margin-left: 10px;
  }

  .menu-button-wrapper {
    margin-right: 10px;
  }

  .nav-menu-2 {
    justify-content: center;
    margin-right: 60px;
    display: none;
  }

  .nav-link-text {
    font-size: 4rem;
  }

  .banner-circle {
    right: 2.5rem;
  }

  .banner-circle-image {
    width: 90px;
  }

  .bannercircleimagewrapper {
    margin-bottom: 10px;
  }

  .button-3.more {
    width: 25%;
  }

  ._3-column-grid {
    grid-template-columns: 1fr;
  }

  .heading-section-container {
    flex-wrap: wrap;
  }

  ._3-column-grid-2, ._3-column-grid-3 {
    grid-template-columns: 1fr;
  }

  .characteristics-card-2 {
    grid-row-gap: 2.5rem;
  }

  .characteristics-card-content-wrapper-2 {
    grid-row-gap: .5rem;
  }

  .heading-small-2 {
    font-size: 1.75rem;
    line-height: 160%;
  }

  .logo-link.w--current {
    max-width: 100%;
  }

  .home-faq-list {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .home-faq-list.radius-regular {
    padding: 0 1rem;
  }

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

  .text-size-large-mobile3.lorem.lang {
    width: 610.586vw;
    display: none;
  }

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

  .home-faq-list-mobile-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .home-faq-list-mobile-2.radius-regular {
    padding: 0 1rem;
  }

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

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

  .form-label-2 {
    margin-bottom: .4rem;
  }

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

  .text-size-large-mobile.lorem.lang {
    width: 610.586vw;
    display: block;
  }

  .home-faq-content {
    margin-bottom: 1.75rem;
    padding: 1.75rem 1.5rem;
  }

  .home-faq-content.radius-regular {
    padding: 1.2rem;
  }

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

  .grid-section.faq {
    padding-top: 8em;
  }

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

  .text-size-large-5.lorem.lang {
    width: 610.586vw;
    display: block;
  }

  .text-size-large-5.lorem.lang.quer {
    display: block;
  }

  .text-size-large-5.lorem.faq-header {
    white-space: normal;
    flex-flow: row;
    align-self: auto;
    width: 90%;
    font-weight: 600;
    overflow: visible;
  }

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

  .hero-loop-text {
    margin-left: -.5rem;
  }

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

  .row-title-clip.faq {
    justify-content: flex-start;
    align-items: center;
  }

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

  .form-dual-input {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    flex-direction: column;
    justify-content: flex-start;
  }

  .home-faq-top {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    grid-template-columns: 1fr auto;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .div-formular {
    margin-top: 2em;
  }

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

  .padding-large {
    padding: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }

  .button.button-white.hero-project-button {
    width: 100%;
    max-width: none;
  }

  .section {
    padding-top: 0;
    padding-bottom: 6.25rem;
  }

  .section.empty-page {
    padding-top: 8rem;
  }

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

  .section.section-small-bottom-padding {
    padding-bottom: 0;
  }

  .section.section-small-top-padding {
    padding-top: 3.125rem;
  }

  .heading {
    font-size: 2.25rem;
  }

  .text.text-color-gray.nav-connection-title {
    margin-bottom: 1rem;
  }

  .text-extra-large.text-color-white.text-align-center {
    width: 16rem;
  }

  .heading-small {
    font-weight: 600;
    line-height: 160%;
  }

  .heading-large {
    font-size: 2.5rem;
    line-height: 110%;
  }

  .heading-extra-large {
    font-size: 4.5rem;
    line-height: 120%;
  }

  .nav-contacts {
    grid-row-gap: 1rem;
  }

  .hero {
    padding-top: 7.5rem;
  }

  .hero.hero-agent.section {
    padding-top: 6.25rem;
  }

  .preview-card {
    height: 13rem;
  }

  .preview-image {
    object-fit: cover;
    height: 100%;
    min-height: 0;
    max-height: none;
  }

  .preview-image.right {
    width: 20vw;
    height: 20vw;
    left: 75%;
  }

  .information-list {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .information {
    padding-top: 2.5rem;
  }

  .mission-image-wrapper {
    font-size: 37vw;
  }

  .form-fields.form-fields-two-columns, .form-fields.form-fields-three-columns {
    grid-template-columns: 1fr;
  }

  .characteristics-list {
    grid-row-gap: 1.8rem;
    margin-left: -1.375rem;
    margin-right: -1.375rem;
    padding-bottom: .125rem;
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }

  .characteristics-card-content-wrapper {
    height: 100%;
  }

  .projects-list, .projects-list.horizontal-scroll {
    grid-column-gap: 1rem;
  }

  .projects-item {
    max-width: 86vw;
  }

  .partners-list {
    grid-template-columns: 1fr;
  }

  .partner-card {
    height: 11.37rem;
  }

  .agents-list {
    grid-column-gap: 1rem;
    margin-left: -1.375rem;
    margin-right: -1.375rem;
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }

  .projects-wrapper, .horizontal-scroll {
    margin-left: -1.375rem;
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }

  .section-heading.heading.txt-black.klein {
    font-size: 2rem;
  }

  .section-heading.heading {
    font-size: 1.8rem;
  }

  .hero-header.hero-header-project {
    justify-content: center;
  }

  .project-price-wrapper {
    align-items: center;
  }

  .project-value.heading.text-color-white {
    justify-content: center;
    align-items: center;
  }

  .hero-footer {
    border-top-style: none;
    flex-flow: column-reverse wrap-reverse;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
  }

  .hero-price-title.text.text-color-white {
    position: static;
    top: -60%;
    transform: translate(0);
  }

  .link-download {
    border-bottom: 1px solid var(--white);
  }

  .link-download.text-color-white.text-semi-bold {
    justify-content: center;
  }

  .link-download.text-color-black {
    border-bottom-color: var(--black);
  }

  .link-download-arrow {
    display: none;
  }

  .project-info-item {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

  .agent-contact {
    grid-row-gap: .5rem;
  }

  .project-title.heading-extra-large.text-color-white {
    text-align: center;
    max-width: 100%;
    font-size: 14vw;
  }

  .project-images {
    margin-left: -1.375rem;
    margin-right: -1.375rem;
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }

  .empty-page-title.heading.text-color-white {
    font-size: 10rem;
  }

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

  .main-paragraph, .main-paragraph.text-weight-bold {
    font-size: 17px;
  }

  .main-paragraph.black {
    text-align: right;
    padding-left: 0;
    font-size: 15px;
  }

  .section-3 {
    flex-direction: column;
  }

  .row.is-mobile-landscape-vertical {
    grid-row-gap: 30px;
  }

  .container-3 {
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }

  .subheadline {
    font-size: 17px;
  }

  .subheadline.text-weight-bold {
    margin-left: 0;
    font-size: 17px;
  }

  .section-hero {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .section-hero.section-small-bottom-padding {
    padding-bottom: 3.125rem;
  }

  .logo-image-2 {
    width: 100%;
    max-width: 100%;
  }

  .menu-button-wrapper, .dot-menu-button {
    width: 30px;
    height: 30px;
  }

  .nav-menu-2 {
    justify-content: flex-end;
    margin-right: 40px;
    display: none;
  }

  .nav-link-text {
    font-size: 3rem;
  }

  .overlay-menu {
    display: none;
  }

  .banner-circle-wrapper.pos3 {
    bottom: -7%;
  }

  .banner-circle-wrapper.pos4 {
    top: 130%;
  }

  .banner-circle {
    right: 2.25rem;
  }

  .banner-circle-image {
    width: 80px;
  }

  .bannercircleimagewrapper {
    width: 35vw;
    height: 35vw;
    margin-bottom: 0;
  }

  .button-3.more {
    width: 45%;
  }

  .category-summary {
    font-size: 1.25rem;
  }

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

  .article-image-wrapper {
    margin-bottom: 1rem;
  }

  .heading-section-container {
    grid-row-gap: 2rem;
    justify-content: flex-start;
  }

  .article-heading {
    font-size: 3rem;
  }

  .heading-small-2 {
    font-weight: 600;
    line-height: 160%;
  }

  .logo-link.w--current {
    width: 70%;
    max-width: 100%;
  }

  .home-faq-list {
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-faq-item.no-border {
    max-width: none;
  }

  .text-size-large-mobile3.lorem {
    font-size: .8rem;
    display: block;
  }

  .text-size-large-mobile3.lorem.lang {
    display: block;
  }

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

  .home-faq-list-mobile-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-size-large-mobile2.lorem {
    font-size: .8rem;
    display: block;
  }

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

  .home-faq-block, .home-faq-block.mobile-imp {
    display: block;
  }

  .arrow {
    width: 20px;
    height: 20px;
  }

  .text-size-large-mobile.lorem.lang {
    font-size: .8rem;
  }

  .abstand-10rem {
    height: 5rem;
  }

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

  .padding-horizontal.padding-small {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-base {
    width: 90%;
    margin-top: 12em;
  }

  .container-7 {
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }

  .grid-section.faq {
    padding-top: 8em;
  }

  .text-size-large-5.lorem {
    font-size: .8rem;
    display: block;
  }

  .text-size-large-5.lorem.lang {
    display: none;
  }

  .text-size-large-5.lorem.faq-header {
    margin-top: 10px;
    margin-bottom: 5px;
  }

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

  .padding-top.padding-huge {
    margin-top: 4em;
  }

  .row-title-clip.faq {
    justify-content: flex-start;
    align-items: center;
  }

  .about-hero-left {
    padding-bottom: 0;
  }

  .div-block-10 {
    height: 2rem;
  }

  .dropdown-toggle-3 {
    align-items: center;
    padding-bottom: 20px;
  }

  .howitwork_flex {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .howitwork_content {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-berschrift-faq {
    height: 2rem;
  }
}

#w-node-_778bf347-7c93-5513-fc4f-99f2a0168c7d-5044e932 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cb6fed26-171f-073d-a567-772e619f5124-5044e932 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9abe4b67-e76c-bdfe-9f0b-f36e24787611-5044e932 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9abe4b67-e76c-bdfe-9f0b-f36e2478761b-5044e932 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_778bf347-7c93-5513-fc4f-99f2a0168c97-5044e932 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cb06491a-3b88-9e09-8587-ea23de73aaa9-5044e932 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f6cbd7bd-3e9e-2607-1be5-4341daeb55d7-ce4cfe42 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_941fc462-8562-b784-765a-90dadfe3de7f-5044e934, #w-node-_37035a49-f31f-8b5a-8a0b-c6065b223b5c-5044e934, #w-node-_9f04fae3-21e2-b482-ae88-10995d47c645-5044e937 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_006693a6-012c-8f88-462a-c80d55ba76ac-5044e93a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d367db17-f307-10d4-b2a5-4a4326d128d4-5044e93b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e7f83e00-1c44-6049-740b-dd45d1c828cb-5044e93c, #w-node-_7f85e957-31ee-0e07-6902-6ccfbb7177e8-5044e93d, #w-node-e05a5bc5-4a2d-07e4-80e4-aa48fba0f231-5044e93f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_657a7ea7-1a7b-d6b1-d2a2-165fa0d750f6-5044e941, #w-node-_657a7ea7-1a7b-d6b1-d2a2-165fa0d750fc-5044e941, #w-node-_657a7ea7-1a7b-d6b1-d2a2-165fa0d75102-5044e941, #w-node-_657a7ea7-1a7b-d6b1-d2a2-165fa0d75108-5044e941, #w-node-_657a7ea7-1a7b-d6b1-d2a2-165fa0d7510e-5044e941, #w-node-_657a7ea7-1a7b-d6b1-d2a2-165fa0d75114-5044e941, #w-node-_657a7ea7-1a7b-d6b1-d2a2-165fa0d7516f-5044e941, #w-node-_657a7ea7-1a7b-d6b1-d2a2-165fa0d75176-5044e941, #w-node-a88e7d43-2fb0-a963-cf95-d22ceaa3972d-5044e941, #w-node-b97f2cc5-e7d9-8cb4-039a-5f4839af8bb6-5044e941 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_93cf3a15-a78f-7d38-3f63-1ecf6463de49-5044e943 {
  grid-area: 1 / 2 / 2 / 13;
}

#w-node-_93cf3a15-a78f-7d38-3f63-1ecf6463de4c-5044e943 {
  grid-area: 2 / 2 / 3 / 7;
}

#w-node-abb78752-a0a1-2e5a-cad0-b4d6870f6417-5044e94e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-abb78752-a0a1-2e5a-cad0-b4d6870f6418-5044e94e {
  grid-area: 2 / 1 / 3 / 2;
  align-self: stretch;
}

#w-node-abb78752-a0a1-2e5a-cad0-b4d6870f6421-5044e94e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#faq.w-node-abb78752-a0a1-2e5a-cad0-b4d6870f6448-5044e94e {
  grid-area: 1 / 1 / 2 / 4;
}

@media screen and (min-width: 1920px) {
  #w-node-_778bf347-7c93-5513-fc4f-99f2a0168c7d-5044e932 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-cb6fed26-171f-073d-a567-772e619f5124-5044e932 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9abe4b67-e76c-bdfe-9f0b-f36e24787611-5044e932 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_9abe4b67-e76c-bdfe-9f0b-f36e2478761b-5044e932 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_778bf347-7c93-5513-fc4f-99f2a0168c97-5044e932 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-cb06491a-3b88-9e09-8587-ea23de73aaa9-5044e932 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_93cf3a15-a78f-7d38-3f63-1ecf6463de49-5044e943, #w-node-_93cf3a15-a78f-7d38-3f63-1ecf6463de4c-5044e943 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-abb78752-a0a1-2e5a-cad0-b4d6870f6418-5044e94e {
    grid-row: 1 / 2;
  }

  #w-node-abb78752-a0a1-2e5a-cad0-b4d6870f6421-5044e94e {
    grid-column: span 3 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_93cf3a15-a78f-7d38-3f63-1ecf6463de49-5044e943 {
    grid-column: span 2 / span 2;
  }

  #w-node-abb78752-a0a1-2e5a-cad0-b4d6870f6459-5044e94e, #w-node-abb78752-a0a1-2e5a-cad0-b4d6870f6468-5044e94e, #w-node-_6b02b455-5c74-1307-b142-b9a8bf92d020-5044e94e, #w-node-abb78752-a0a1-2e5a-cad0-b4d6870f6477-5044e94e, #w-node-abb78752-a0a1-2e5a-cad0-b4d6870f648c-5044e94e, #w-node-abb78752-a0a1-2e5a-cad0-b4d6870f649f-5044e94e, #w-node-_7949d396-0bfe-7d6d-79a0-c35cbe629f99-5044e94e, #w-node-abb78752-a0a1-2e5a-cad0-b4d6870f64b7-5044e94e, #w-node-abb78752-a0a1-2e5a-cad0-b4d6870f64c5-5044e94e, #w-node-abb78752-a0a1-2e5a-cad0-b4d6870f64d3-5044e94e, #w-node-abb78752-a0a1-2e5a-cad0-b4d6870f64e1-5044e94e, #w-node-abb78752-a0a1-2e5a-cad0-b4d6870f64ef-5044e94e, #w-node-_850f6b04-6f5b-5a26-38d6-6b3d2df98d3a-5044e94e, #w-node-_850f6b04-6f5b-5a26-38d6-6b3d2df98d54-5044e94e, #w-node-_41d281cc-8994-84ce-bc24-2f2257cb7110-5044e94e, #w-node-_41d281cc-8994-84ce-bc24-2f2257cb7122-5044e94e, #w-node-e4528b82-4754-a0bd-7a7b-f975380e2a46-5044e94e, #w-node-de78f4ed-fba0-3a17-f68d-722ed6a47b5f-5044e94e, #w-node-de78f4ed-fba0-3a17-f68d-722ed6a47b71-5044e94e, #w-node-de78f4ed-fba0-3a17-f68d-722ed6a47b80-5044e94e, #w-node-_149f7545-cd27-8543-3c25-fd162126a409-5044e94e, #w-node-bde94a63-fa50-0e89-53fb-d34a972be17a-5044e94e, #w-node-bde94a63-fa50-0e89-53fb-d34a972be18c-5044e94e, #w-node-c52c295c-c1db-f045-1e34-3cacaaab4a77-5044e94e, #w-node-c52c295c-c1db-f045-1e34-3cacaaab4a89-5044e94e, #w-node-_71055313-e7bc-9e81-a511-81fba61bb84a-5044e94e, #w-node-edf9ce92-1729-df13-fc45-b2110536539c-5044e94e, #w-node-edf9ce92-1729-df13-fc45-b211053653ac-5044e94e, #w-node-eee5df94-d8fb-698a-84cf-bf2e72483b28-5044e94e, #w-node-eee5df94-d8fb-698a-84cf-bf2e72483b3a-5044e94e, #w-node-dae319fa-9ff9-8b78-645b-7700a47ac334-5044e94e, #w-node-ee249589-c940-c34e-ac80-5b96537d447d-5044e94e, #w-node-_80d85501-53a1-671c-af24-13926ca8be4e-5044e94e, #w-node-_80d85501-53a1-671c-af24-13926ca8be60-5044e94e, #w-node-cf8f7f46-5325-9f29-511c-a33c90c09a8a-5044e94e, #w-node-b57b9e4b-5b7f-c5a8-d547-c1c31265b201-5044e94e, #w-node-b57b9e4b-5b7f-c5a8-d547-c1c31265b213-5044e94e, #w-node-b57b9e4b-5b7f-c5a8-d547-c1c31265b226-5044e94e, #w-node-b57b9e4b-5b7f-c5a8-d547-c1c31265b237-5044e94e, #w-node-d536da69-b273-fff7-e9d9-c7380fb29c85-5044e94e, #w-node-d536da69-b273-fff7-e9d9-c7380fb29c95-5044e94e, #w-node-d536da69-b273-fff7-e9d9-c7380fb29ca4-5044e94e, #w-node-_663c2975-979f-e336-966a-681b78565eed-5044e94e, #w-node-_6c98d42e-6e69-9593-4007-e53f4e462e47-5044e94e, #w-node-_6c98d42e-6e69-9593-4007-e53f4e462e57-5044e94e, #w-node-_6c98d42e-6e69-9593-4007-e53f4e462e66-5044e94e, #w-node-_1b4b454f-4e7f-f23d-730a-ed05204fcbf5-5044e94e, #w-node-_1b4b454f-4e7f-f23d-730a-ed05204fcc09-5044e94e, #w-node-_1b4b454f-4e7f-f23d-730a-ed05204fcc1a-5044e94e, #w-node-_42842262-9a80-b022-5803-2997ecda7e2d-5044e94e, #w-node-_42842262-9a80-b022-5803-2997ecda7e41-5044e94e, #w-node-_1fc45559-58e9-21de-9f2d-ace56bd52ab2-5044e94e, #w-node-_1fc45559-58e9-21de-9f2d-ace56bd52ac4-5044e94e, #w-node-_6529391e-dcab-98d5-8a0f-89a6840fad90-5044e94e, #w-node-ab7c739f-d05c-b959-28b7-aa77fc495ee2-5044e94e, #w-node-_9af0273f-a42e-92ea-78ef-893b5a3c5ef1-5044e94e, #w-node-_4db20b5c-8c7e-046a-2be5-d1158bd0d923-5044e94e, #w-node-_4db20b5c-8c7e-046a-2be5-d1158bd0d935-5044e94e, #w-node-ab028820-c1c8-8d48-d039-9ccb2033f975-5044e94e, #w-node-_3ebcf535-1b67-0a49-4c90-2ba0f1610046-5044e94e, #w-node-_3ebcf535-1b67-0a49-4c90-2ba0f161005a-5044e94e, #w-node-_3ebcf535-1b67-0a49-4c90-2ba0f161006b-5044e94e, #w-node-e4391aa7-fd62-01d3-8081-009db2803046-5044e94e, #w-node-_3081525b-92d5-b510-c92e-9793d5b86d0f-5044e94e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_941fc462-8562-b784-765a-90dadfe3de7f-5044e934 {
    grid-column: span 1 / span 1;
  }

  #w-node-_93cf3a15-a78f-7d38-3f63-1ecf6463de49-5044e943 {
    grid-column: span 2 / span 2;
  }
}


@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}