@font-face {
  font-family: Clashdisplay;
  src: url('../fonts/ClashDisplay-Semibold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: Clashdisplay;
  src: url('../fonts/ClashDisplay-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clashdisplay;
  src: url('../fonts/ClashDisplay-Extralight.woff2') format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clashdisplay;
  src: url('../fonts/ClashDisplay-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --main-color: #faf3eb;
  --text-dark-green: #162625;
  --dark-grey: #33383f;
  --light-grey: #99a4af;
  --grey: #626a72;
  --gradient-red: #ff010126;
  --back-grey: #f5f6f7;
  --gradient-pink: #ef98cf40;
  --black: #1d1d1d;
  --gradient-blue: #7aa7ff52;
  --white: white;
  --dim-grey: #495158;
  --silver: #e7ecf0;
  --soft-grey: #cbd5df;
  --size-mw-large: 90rem;
  --btn-main-green: #273d3d;
  --hover-link-menu: #dbd1c580;
  --secondary-creme: #e9dfd3;
  --btn-green: #b1e985;
  --tab-color-current: #4fa30d;
  --button-color: #1b2928;
  --hover-text: #046b6b;
}

.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-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-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-userresetpasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.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-users-usersignupverificationmessage {
  display: none;
}

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

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

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

.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-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

body {
  background-color: var(--main-color);
  color: var(--text-dark-green);
  flex-direction: column;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.55;
  display: flex;
}

h1 {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 45px;
  font-weight: 500;
  line-height: 1.25em;
}

h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Clashdisplay, sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.2em;
}

h3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4em;
}

h4 {
  color: var(--dark-grey);
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4em;
}

h5 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
}

h6 {
  color: var(--light-grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5em;
}

p {
  opacity: .9;
  margin-bottom: 16px;
}

a {
  color: var(--grey);
  background-color: #0000;
  text-decoration: none;
  transition: none;
}

ul {
  margin-top: 0;
  margin-bottom: 16px;
  padding-left: 20px;
}

li {
  opacity: .9;
  margin-bottom: 8px;
}

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

label {
  color: var(--grey);
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 400;
  display: block;
}

em {
  letter-spacing: -.5px;
  font-style: italic;
}

blockquote {
  border-left: 5px solid var(--gradient-red);
  color: var(--dark-grey);
  margin-bottom: 16px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.4em;
}

figcaption {
  text-align: center;
  margin-top: 12px;
}

.page-wrapper {
  width: auto;
  position: relative;
}

.page-wrapper.light-grey {
  background-color: var(--back-grey);
}

.section {
  z-index: 1;
  width: 100%;
  max-width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: block;
  position: relative;
}

.section.light-grey {
  background-color: var(--back-grey);
  position: relative;
}

.section.small {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.light-color-gradient {
  background-color: var(--back-grey);
  background-image: linear-gradient(54deg, #ff837a40, #ff837a00 28%), linear-gradient(241deg, var(--gradient-pink), #ef98cf00 36%);
  position: relative;
}

.section.daek-page-header {
  background-color: var(--black);
  background-image: radial-gradient(circle farthest-corner at 0% 50%, var(--gradient-red), #0000 47%), radial-gradient(circle farthest-corner at 30% 150%, var(--gradient-blue), #0000 58%);
  color: var(--white);
  padding-top: 96px;
  padding-bottom: 32px;
}

.section.black-gradient {
  background-color: var(--black);
  background-image: radial-gradient(circle farthest-corner at 0% 50%, var(--gradient-red), #0000 47%), radial-gradient(circle farthest-corner at 40% 130%, #7aa7ff69, #0000 58%);
  color: var(--white);
}

.section.light-page-header {
  background-color: var(--back-grey);
  background-image: radial-gradient(circle at 0%, #ff010121, #0000 41%), radial-gradient(circle at 30% 150%, #7aa7ff3d, #0000 54%);
  padding-top: 96px;
  padding-bottom: 32px;
}

.section.is-roi {
  padding-bottom: 5rem;
}

.section.is-gglads {
  padding-top: 0;
  padding-bottom: 0;
}

.button-black {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  border-radius: 9px;
  flex: none;
  margin-bottom: 8px;
  padding: 8px 28px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  transition: box-shadow .2s, transform .2s, border-color .2s, color .2s, background-color .2s;
  box-shadow: 0 2px #2020200d;
}

.button-black:hover {
  background-color: var(--dark-grey);
}

.button-black:active {
  background-color: var(--grey);
  transform: translate(0, 2px);
  box-shadow: 0 0 #20202000;
}

.button-black.no-margin {
  margin-left: 0;
  margin-right: 0;
}

.button-black.outline {
  background-color: var(--white);
  box-shadow: inset 0 0 0 1px var(--dim-grey);
  color: var(--black);
}

.button-black.outline:hover {
  background-color: var(--silver);
}

.button-black.outline:active {
  background-color: var(--dim-grey);
  color: var(--white);
}

.button-black.light {
  background-color: var(--back-grey);
  box-shadow: none;
  color: var(--grey);
}

.button-black.light:hover {
  background-color: var(--silver);
  color: var(--grey);
}

.button-black.light:active {
  background-color: var(--soft-grey);
  color: var(--dark-grey);
}

.button-black.disabled {
  background-color: var(--back-grey);
  box-shadow: none;
  opacity: .7;
  color: var(--soft-grey);
}

.button-black.disabled:active {
  transform: none;
}

.button-black.subscribe {
  margin-bottom: 0;
  margin-left: -24px;
  padding-left: 22px;
  padding-right: 22px;
}

.button-black.dark {
  background-color: var(--dim-grey);
}

.button-black.dark:hover {
  background-color: var(--dark-grey);
}

.button-black.dark:active {
  background-color: var(--light-grey);
}

.button-black.white {
  background-color: var(--white);
  color: var(--black);
  font-weight: 500;
}

.button-black.white:hover {
  background-color: var(--silver);
}

.button-black.white:active {
  background-color: var(--soft-grey);
}

.spacer {
  background-color: var(--silver);
  height: 48px;
}

.spacer._64 {
  background-color: #0000;
  width: 64px;
  height: 64px;
}

.spacer._32 {
  background-color: #0000;
  border-radius: 6px;
  width: 32px;
  height: 32px;
}

.spacer._24 {
  text-transform: uppercase;
  background-color: #0000;
  width: 24px;
  height: 24px;
}

.spacer._48 {
  background-color: #0000;
  border-radius: 6px;
  width: 48px;
}

.spacer._128 {
  background-color: #0000;
  width: 128px;
  height: 128px;
}

.spacer._80 {
  background-color: #0000;
  width: 80px;
  height: 80px;
}

.spacer._96 {
  background-color: #5eb2f400;
  width: 96px;
  height: 96px;
}

.spacer._32 {
  background-color: #0000;
  height: 32px;
}

.spacer._16 {
  background-color: #0000;
  flex: none;
  width: 16px;
  height: 16px;
}

.text-block-s2 {
  position: relative;
  overflow: hidden;
}

.text-block-s2.center-align {
  text-align: center;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
}

.text-block-s2._550px {
  max-width: 550px;
}

.text-block-s2._500px {
  max-width: 500px;
}

.text-block-s2.centered {
  margin-left: auto;
  margin-right: auto;
}

._12-columns {
  flex-flow: wrap;
  place-content: stretch center;
  align-items: center;
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
}

._12-columns.flex-horizontal {
  flex-wrap: nowrap;
  justify-content: flex-start;
  display: flex;
}

._12-columns.align-top {
  align-items: flex-start;
}

._12-columns.align-left {
  justify-content: flex-start;
}

.container-old {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1230px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
  position: relative;
}

.color-block {
  background-color: var(--black);
  border-radius: 5px;
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

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

.color-block.light-grey {
  background-color: var(--light-grey);
}

.color-block.dark-grey {
  background-color: var(--dark-grey);
}

.color-block.back-grey {
  border: 1px solid var(--silver);
  background-color: var(--back-grey);
}

.color-block.soft-grey {
  background-color: var(--soft-grey);
}

.color-block.silver {
  background-color: var(--silver);
}

.color-block.white {
  border: 1px solid var(--silver);
  background-color: #fff;
}

.color-block.soft-red {
  border: 1px solid var(--silver);
  background-color: var(--gradient-red);
}

.color-block.soft-blue {
  border: 1px solid var(--silver);
  background-color: var(--gradient-blue);
}

.color-block.soft-pink {
  border: 1px solid var(--silver);
  background-color: var(--gradient-pink);
}

.white {
  color: #fff;
  font-weight: 300;
}

.column-styleguide {
  background-color: var(--silver);
  border-radius: 2px;
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
}

.column {
  flex-flow: column;
  flex: 0 auto;
  align-items: stretch;
  min-height: 32px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.column.desk-10 {
  width: 83.33%;
}

.column.desk-12 {
  width: 100%;
}

.column.desk-11 {
  width: 91.66%;
}

.column.desk-6 {
  width: 50%;
}

.column.desk-5 {
  width: 41.66%;
}

.column.desk-1 {
  flex: 0 auto;
  width: 8.33%;
}

.column.desk-4 {
  width: 33.33%;
}

.column.desk-9 {
  width: 75%;
}

.column.desk-3 {
  flex: none;
  width: 25%;
}

.column.desk-2 {
  width: 16.66%;
}

.column.desk-7 {
  width: 58.3333%;
}

.column.desk-8 {
  width: 66.6667%;
}

.ds-block {
  margin-bottom: 32px;
  font-size: 18px;
}

.horizontal-line {
  background-color: var(--silver);
  width: 100%;
  height: 1px;
  margin-bottom: 36px;
}

.horizontal-line.design-system {
  position: relative;
  bottom: -80px;
}

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

.rich-text img {
  border-radius: 5px;
}

.rich-text h4, .rich-text h3 {
  margin-top: 24px;
}

.nav-content {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 24px;
  display: flex;
  position: relative;
}

.nav-cta-button-container {
  align-items: center;
  display: flex;
}

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

.nav-bar {
  z-index: 200;
  border-bottom: 1px solid var(--back-grey);
  background-color: var(--white);
  color: #2347d6;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: sticky;
  top: 0;
}

.logo-div {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  display: block;
}

.nav-logo {
  transition: opacity .2s;
}

.nav-logo:hover {
  opacity: .75;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer {
  z-index: 0;
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  height: auto;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.icon {
  color: #fff;
  width: 64px;
  height: 64px;
  margin-bottom: 16px;
  font-size: 24px;
}

.icon.large {
  width: 128px;
  height: 128px;
}

.search-banner {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  margin-right: auto;
  padding-right: 4px;
  font-size: 14px;
  line-height: 1.4em;
  display: flex;
}

.nav-dropdown {
  color: var(--dark-grey);
  border-radius: 5px;
  margin-left: 6px;
  margin-right: 2px;
  padding: 5px 22px 5px 8px;
  font-weight: 500;
  line-height: 26px;
  transition: color .2s;
  position: relative;
}

.nav-dropdown:hover {
  opacity: 1;
  color: #1b9cca;
}

.nav-dropdown.w--current {
  color: #096ad0;
  font-weight: 700;
  transition-property: none;
}

.paragraph.small {
  opacity: .75;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.4em;
}

.paragraph.large {
  font-size: 20px;
  line-height: 1.5em;
}

.paragraph.medium {
  font-size: 18px;
}

.paragraph.small {
  opacity: .75;
  font-size: 14px;
  line-height: 1.4em;
}

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

.nav-menu {
  text-align: right;
  margin-right: 6px;
}

.ds-menu-brand {
  width: 160px;
  margin-bottom: 50px;
  margin-left: 30px;
}

.ds-menu {
  width: 100%;
}

.ds-menu-link {
  color: var(--silver);
  border-left: 4px solid #0000;
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 27px;
}

.ds-menu-link:hover {
  color: var(--soft-grey);
}

.ds-menu-link.w--current {
  background-color: var(--dark-grey);
  color: var(--white);
  padding-right: 0;
  font-weight: 500;
}

.ds-nav {
  background-color: var(--black);
  background-image: radial-gradient(circle farthest-corner at 0% 100%, var(--gradient-red), #0000 43%);
  width: 240px;
  padding-top: 40px;
  position: fixed;
  inset: 0% auto 0% 0%;
  overflow: auto;
}

.form-radio-button {
  margin-bottom: 16px;
  padding-left: 24px;
}

.radio-button {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: -24px;
  margin-right: 10px;
}

.radio-button.w--redirected-checked {
  border-width: 6px;
  border-color: #197dff;
}

.form-error {
  background-color: var(--silver);
  color: var(--black);
  border-radius: 6px;
  padding: 16px;
  font-size: 14px;
  line-height: 18px;
}

.form {
  margin-bottom: 0;
}

.checkbox-field {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 16px;
  padding-left: 24px;
  display: flex;
  position: relative;
}

.check-box {
  width: 14px;
  height: 14px;
  margin-top: 2px;
  margin-left: -24px;
  margin-right: 10px;
}

.check-box.w--redirected-checked {
  background-color: #197dff;
  background-position: 50%;
  background-size: 16px;
  border-color: #197dff;
}

.ds-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-left: 240px;
  display: flex;
  position: relative;
}

.form-success {
  background-color: var(--silver);
  color: var(--dark-grey);
  border-radius: 8px;
  width: 100%;
  padding: 16px 32px;
  font-size: 16px;
  line-height: 1.4em;
}

.form-success.dark {
  background-color: var(--dim-grey);
  color: var(--white);
}

.ds-section {
  z-index: 0;
  text-align: left;
  padding: 60px 80px 48px 60px;
  position: relative;
}

.ds-section.header {
  background-color: var(--back-grey);
  color: var(--black);
}

.ds-title {
  color: var(--dark-grey);
  margin-bottom: 8px;
}

.ds-section-header {
  margin-bottom: 50px;
}

.text-field {
  border: 1px solid var(--silver);
  background-color: var(--back-grey);
  border-radius: 9px;
  min-width: 120px;
  height: 44px;
  margin-bottom: 16px;
  padding: 19px 12px;
  font-size: 15px;
  line-height: 1.4em;
  transition: border-color .2s;
}

.text-field:focus {
  border-color: var(--dark-grey);
}

.text-field::placeholder {
  color: var(--soft-grey);
}

.text-field.no-margin {
  margin-bottom: 0;
}

.ebook-box {
  color: var(--black);
  text-align: left;
  border-radius: 4px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  transition: transform .2s, opacity .2s;
  overflow: hidden;
}

.ebook-box:hover {
  transform: translate(0, -3px);
}

.ebook-thumbnail {
  border-radius: 8px;
  margin-bottom: 16px;
  overflow: hidden;
}

.text-area {
  border: 1px solid var(--silver);
  background-color: var(--back-grey);
  border-radius: 6px;
  min-height: 120px;
  margin-bottom: 16px;
  padding: 16px;
  font-size: 15px;
  box-shadow: 0 0 10px #00000003;
}

.text-area::placeholder {
  color: var(--soft-grey);
}

.tabs-menu {
  justify-content: center;
  width: 100%;
  margin-bottom: 48px;
  display: flex;
}

.vertical-tab {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
}

.tab-link {
  border-bottom: 2px solid var(--silver);
  opacity: .5;
  color: var(--grey);
  text-align: center;
  background-color: #0000;
  flex: 0 auto;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 20px;
  font-size: 18px;
}

.tab-link:hover {
  border-bottom-color: var(--soft-grey);
  color: var(--grey);
}

.tab-link.w--current {
  opacity: 1;
  color: #72c92e;
  background-color: #0000;
  border-bottom-color: #72c92e;
  font-weight: 600;
}

.ds-description {
  color: var(--grey);
  max-width: 400px;
}

.small-button {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  border-radius: 8px;
  flex: none;
  margin-bottom: 16px;
  padding: 5px 16px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  transition: transform .2s, border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  box-shadow: 0 1px #0000000f;
}

.small-button:hover {
  background-color: var(--dark-grey);
  color: #fff;
}

.small-button:active {
  background-color: var(--dim-grey);
  transform: translate(0, 1px);
  box-shadow: 0 0 #0000000f;
}

.small-button.light {
  background-color: var(--back-grey);
  box-shadow: none;
  color: var(--grey);
  margin-right: 0;
}

.small-button.light:hover {
  background-color: var(--silver);
}

.small-button.light:active {
  background-color: var(--soft-grey);
  color: var(--dark-grey);
}

.small-button.dark {
  background-color: var(--dim-grey);
  box-shadow: none;
  margin-right: 0;
}

.small-button.dark:hover {
  background-color: var(--dark-grey);
}

.small-button.dark:active {
  background-color: var(--black);
}

.nav-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1230px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 50px;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
}

.error-2 {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.nav-link {
  color: var(--grey);
  cursor: pointer;
  background-color: #0000;
  margin-left: 4px;
  margin-right: 4px;
  padding: 6px 8px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  transition: background-color .2s, transform .2s, color .2s;
}

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

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

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

.nav-link.cta-button {
  background-color: var(--black);
  box-shadow: 0 2px 0 0 var(--back-grey);
  color: var(--white);
  border-radius: 8px;
  padding-left: 20px;
  padding-right: 20px;
  transition: box-shadow .2s, background-color .2s, transform .2s, color .2s;
}

.nav-link.cta-button:hover {
  background-color: var(--dark-grey);
}

.nav-link.cta-button:active {
  background-color: var(--grey);
  box-shadow: 0 0 0 0 var(--silver);
  transform: translate(0, 1px);
}

.form-dropdown {
  border: 1px solid var(--silver);
  background-color: var(--back-grey);
  color: var(--light-grey);
  border-radius: 6px;
  width: 100%;
  height: 44px;
  margin-bottom: 16px;
  padding: 8px 12px;
  font-size: 15px;
  position: relative;
}

.form-dropdown:focus {
  color: #37474e;
}

.form-dropdown::placeholder {
  color: #999;
  font-size: 15px;
}

.field-block {
  z-index: 1;
  border: 1px solid #0000;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  min-width: 50px;
  min-height: 20px;
  margin-bottom: 8px;
  display: flex;
}

.error {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.footer-container {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 50px;
  display: block;
}

.ds-colour-block {
  width: 12.5%;
  padding-right: 16px;
  display: inline-block;
}

.ds-colour-grid {
  flex-wrap: wrap;
  margin-top: 24px;
  display: flex;
}

.ds-module {
  background-color: var(--silver);
  border-radius: 2px;
  flex-direction: column;
  min-width: 100px;
  min-height: 100px;
  display: flex;
  position: relative;
}

._1-2-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

._2-1-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.heading {
  font-weight: 600;
  display: block;
}

.heading.h1 {
  margin-bottom: 18px;
  font-size: 46px;
  line-height: 1.25em;
}

.heading.h1.small-margin {
  margin-bottom: 6px;
}

.heading.h2 {
  margin-bottom: 16px;
  font-size: 36px;
  line-height: 1.3em;
}

.heading.h3 {
  margin-bottom: 12px;
  font-size: 26px;
  line-height: 1.4em;
}

.heading.h3.no-margin {
  margin-bottom: 0;
}

.heading.h4 {
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.45em;
}

.heading.h5 {
  color: var(--dark-grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.heading.h6 {
  color: var(--grey);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5em;
}

.heading.large-h1 {
  margin-bottom: 16px;
  font-size: 64px;
  line-height: 1.15em;
}

.error-3 {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.licenses-grid {
  grid-column-gap: 96px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.utility-page-wrap {
  background-color: var(--black);
  color: var(--white);
  background-image: radial-gradient(circle at 50% 0, #ef98cf33, #0000 57%), radial-gradient(circle at 0 20%, #7aa7ff40, #0000 42%);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 90vh;
  min-height: auto;
  max-height: 100%;
  padding: 20px;
  display: flex;
}

.utility-page-wrap.center-align {
  background-image: radial-gradient(circle farthest-corner at 50% -20%, #ef98cf33, #0000 61%), radial-gradient(circle farthest-corner at 0% 20%, var(--gradient-blue), #0000 42%);
  text-align: center;
}

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 400px;
  display: flex;
}

.visible-spacer {
  background-color: var(--silver);
  border-radius: 2px;
  margin-bottom: 24px;
  display: inline-block;
}

.email-form {
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 450px;
  display: flex;
}

.email-form.center-align {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

._3-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.email-subscribe {
  grid-column-gap: 12px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.search {
  align-items: flex-start;
  margin-bottom: 0;
}

.terms-card {
  z-index: 2;
  background-color: #fff;
  border-radius: 12px;
  max-width: 800px;
  margin-top: -180px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 64px 48px;
  position: relative;
  box-shadow: 0 3px 12px #0000000f;
}

.popular-posts-grid {
  grid-column-gap: 80px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.container-2 {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1280px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: relative;
}

.hidden {
  flex: 0 auto;
  display: none;
}

.search-bar {
  border: 1px solid var(--back-grey);
  background-color: var(--back-grey);
  color: var(--black);
  background-image: url('../images/MagnifyingGlass-Grey.svg');
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: 18px;
  border-radius: 6px;
  width: 280px;
  height: 36px;
  margin-bottom: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 32px;
  font-size: 15px;
  font-weight: 400;
  transition: border-color .2s;
}

.search-bar:hover, .search-bar:focus {
  border-color: var(--soft-grey);
}

.search-bar::placeholder {
  color: var(--light-grey);
}

.search-section {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.card-text-link {
  color: var(--black);
  text-align: left;
  border-radius: 4px;
  flex-direction: column;
  width: 100%;
  max-width: 450px;
  transition: transform .2s, opacity .2s;
  overflow: hidden;
}

.card-text-link:hover {
  color: var(--dark-grey);
}

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

.form-card {
  background-color: var(--white);
  color: var(--black);
  text-align: left;
  border-radius: 12px;
  padding: 40px;
}

.title-tag {
  color: var(--light-grey);
  margin-bottom: 12px;
  font-weight: 500;
}

.cta-banner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--silver);
  border-bottom: 1px solid var(--silver);
  text-align: left;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.error-4 {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1230px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
  position: relative;
}

.grey-text-link {
  border-bottom: 1px solid var(--soft-grey);
  color: var(--grey);
}

.grey-text-link:hover {
  border-bottom-color: var(--light-grey);
  color: var(--dark-grey);
}

.banner-section {
  z-index: 200;
  background-color: var(--white);
  background-image: radial-gradient(circle at 25% -20%, #7aa7ff26, #fff0 52%), radial-gradient(circle at 100% 0, #ff010114, #fff0 25%);
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

.banner-container {
  flex: 1;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.banner {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4em;
  display: flex;
}

.banner-link {
  color: var(--light-grey);
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  line-height: 1.3em;
  text-decoration: none;
  display: inline;
}

.banner-link:hover {
  color: var(--black);
}

.logo {
  height: 100%;
}

.hero-grid {
  grid-template-rows: auto;
  grid-template-columns: 1.4fr 1fr;
  align-items: center;
}

.large-3-grid {
  grid-column-gap: 48px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.footer-grid {
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr 1fr .8fr;
}

.footer-logo-block {
  flex-direction: column;
  align-items: flex-start;
  max-width: 650px;
  display: flex;
  position: relative;
}

.ebook-header-block {
  max-width: 650px;
  height: 50px;
  position: relative;
}

.ebook-page-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 400px;
}

.ebook-cover {
  border-radius: 8px;
  margin-bottom: 16px;
  overflow: hidden;
  box-shadow: 0 4px 12px #0000000d;
}

.ebook-mobile-block {
  max-width: 650px;
  height: 50px;
  display: none;
  position: relative;
}

.full-page-wrapper {
  background-color: var(--black);
  background-image: radial-gradient(circle farthest-corner at 100% 100%, var(--gradient-blue), transparent 44%), radial-gradient(circle farthest-corner at 0% 100%, var(--gradient-red), transparent 32%);
  color: var(--white);
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 24px 12px;
}

.form-page-logo {
  width: 190px;
}

.form-card-header {
  text-align: center;
  margin-bottom: 32px;
}

.admin-form-card {
  background-color: var(--white);
  color: var(--black);
  border-radius: 12px;
  width: 100%;
  max-width: 380px;
  padding: 40px;
}

.admin-form-card.center-align {
  text-align: center;
}

.form-card-footer {
  grid-column-gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 14px;
}

.below-card-link {
  color: var(--light-grey);
  margin-top: 24px;
  font-size: 14px;
  display: inline-block;
}

.below-card-link:hover {
  color: var(--soft-grey);
}

.checkbox-label {
  flex: 1;
  font-size: 14px;
  display: inline-block;
}

.white-text-link {
  border-bottom: 1px solid var(--grey);
  color: var(--white);
  transition: border-color .2s, color .2s;
}

.white-text-link:hover {
  border-bottom-color: var(--soft-grey);
  color: var(--soft-grey);
}

.field-label {
  color: #202020;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
}

.field-label.no-margin {
  margin-bottom: 0;
}

.account-header {
  border-style: none none solid;
  border-bottom-color: #e7ecf0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.account-info-wrapper {
  margin-top: 24px;
}

.account-card {
  background-color: var(--white);
  color: var(--black);
  border-radius: 12px;
  width: 100%;
  max-width: 380px;
  padding: 24px 32px;
}

.account-page-wrapper {
  background-color: var(--silver);
  color: var(--white);
  background-image: radial-gradient(circle at 50% 0, #ef98cf33, #0000 57%), radial-gradient(circle at 0 20%, #7aa7ff40, #0000 42%);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 90vh;
  min-height: 650px;
  max-height: 100%;
  padding: 20px;
  display: flex;
}

.form-2-grid {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

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

.form-page-logo-link {
  margin-bottom: 32px;
  transition: opacity .2s, color .2s;
}

.form-page-logo-link:hover {
  opacity: .9;
}

.body {
  background-color: var(--main-color);
  color: var(--text-dark-green);
  min-height: 100vh;
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 100%;
}

.navbar {
  z-index: 999;
  max-width: var(--size-mw-large);
  background-color: #0000;
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 2.5rem;
  display: flex;
  position: fixed;
  inset: 0% auto auto;
}

.nav-wrap {
  z-index: 999;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .9rem .9rem .9rem 1.5rem;
  display: flex;
  position: relative;
}

.logo-container {
  z-index: 99;
  display: flex;
  position: relative;
}

.main-logo {
  justify-content: flex-start;
  align-items: center;
  width: 7.5rem;
  display: flex;
}

.btn-section {
  z-index: 99;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.btn-demo {
  background-color: var(--btn-main-green);
  cursor: pointer;
  border-radius: 100px;
  height: 100%;
  padding: 12px 20px;
  transition-property: none;
}

.btn-demo.footer_mobile {
  display: none;
}

.button-text {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: .75rem;
  font-weight: 700;
  line-height: 150%;
}

.text-link-menu {
  color: #12201fcc;
  font-size: .875rem;
  font-weight: 500;
}

.menu-link.ber-uns {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--hover-link-menu);
  border: .5px solid #12201f33;
  border-radius: 100px;
  justify-content: space-between;
  align-items: stretch;
  padding: 10px 20px;
  display: flex;
}

.menu-link.kontakt, .menu-link.blog {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--hover-link-menu);
  border: .5px solid #12201f33;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.hero-section {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: relative;
  overflow: hidden;
}

.header-h1-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-h1 {
  text-align: center;
  cursor: default;
  font-family: Clashdisplay, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 100%;
  display: inline;
}

.green-line-container {
  width: 420px;
  margin-top: -25px;
  margin-bottom: 30px;
  overflow: hidden;
}

.green-line._2 {
  display: none;
}

.hero-desc-container {
  text-align: center;
  width: 550px;
  margin-bottom: 30px;
  font-weight: 600;
}

.hero-decription-text {
  cursor: default;
  font-weight: 500;
  line-height: 130%;
}

.left-box-image {
  align-items: center;
  width: 30%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% -17%;
}

.right-box-image {
  align-items: center;
  width: 30%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% -17% 0% auto;
}

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

.logo-section {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-top: 20px;
  padding-left: 100px;
  padding-right: 100px;
  display: block;
}

.logo-section.kontakt {
  margin-bottom: 140px;
}

.image-hero-left {
  width: 100%;
  position: relative;
}

.logos_list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.logos_list.ggl-ads {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-right: auto;
  display: flex;
}

.logo-box-column {
  height: 45px;
  max-height: 45px;
}

.logos_heading {
  text-align: center;
  cursor: default;
  font-family: Clashdisplay, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.desc-logos-container {
  margin-bottom: 20px;
}

.section-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 60vh;
  display: flex;
}

.all-content-s2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  display: flex;
}

.s2-text {
  cursor: default;
  font-family: Clashdisplay, sans-serif;
  font-size: 37px;
  font-weight: 600;
  line-height: 120%;
}

.wagon-text {
  font-family: Clashdisplay, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 120%;
}

.wagon-text._1, .wagon-text._2, .wagon-text._3, .wagon-text._4, .wagon-text._5, .wagon-text._6, .wagon-text._7, .wagon-text._8, .wagon-text._9 {
  font-size: 37px;
}

.wagon-text-container {
  flex-direction: column;
  width: 100%;
  height: 44.3984px;
  display: flex;
}

.section-3 {
  width: 100%;
  max-width: 1440px;
  height: 100%;
  padding: 40px 40px 0;
}

.s3-container-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--secondary-creme);
  border-radius: 36px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-bottom: 40px;
  padding-top: 40px;
  display: flex;
  overflow: hidden;
}

.s3-container-1.noise {
  padding-bottom: 20px;
}

.left-section {
  flex-direction: column;
  justify-content: flex-end;
  width: 45%;
  padding-bottom: 40px;
  padding-left: 40px;
  display: flex;
}

.right-section {
  position: relative;
}

.content-section-card {
  z-index: 1;
  padding: 2.5rem;
  position: relative;
}

.content-section-card._3, .content-section-card._4 {
  margin-bottom: 40px;
  margin-right: 40px;
}

.content-section-card._5 {
  width: 50%;
}

.heading-2 {
  z-index: 1;
  text-align: center;
  cursor: default;
  max-width: 30ch;
  margin-bottom: 0;
  font-family: Clashdisplay, sans-serif;
  font-size: 41px;
  font-weight: 600;
  line-height: 90%;
  position: relative;
}

.heading-2.s-5 {
  color: var(--text-dark-green);
  margin-bottom: 20px;
}

.heading-2.s-7 {
  cursor: default;
  margin-bottom: 20px;
}

.heading-2.p2-s2 {
  text-wrap: balance;
  margin-bottom: 20px;
}

.heading-2.uv {
  margin-bottom: 40px;
}

.heading-2.team {
  margin-bottom: 20px;
}

.heading-2.lead, .heading-2.daily, .heading-2.offente, .heading-2.kit {
  margin-bottom: 60px;
}

.heading-2.roi {
  margin-top: 30px;
  margin-bottom: 40px;
}

.header-container-section {
  cursor: default;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.header-container-section.accordion {
  margin-bottom: 80px;
}

.header-container-section.stammdaten {
  padding-left: 0;
}

.header-container-section.work-cards {
  max-width: 1440px;
  margin-bottom: 0;
}

.header-container-section.cards {
  margin-bottom: 40px;
}

.text-block-card-head {
  -webkit-text-stroke-color: var(--text-dark-green);
  cursor: default;
  max-width: 356px;
  margin-bottom: 20px;
  font-family: Clashdisplay, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 100%;
}

.desc-card {
  cursor: default;
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 125%;
}

.btn {
  background-color: var(--btn-main-green);
  cursor: pointer;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 20px 44px 22px 45px;
  transition-property: none;
  display: inline-block;
}

.btn._2 {
  border: 1px solid var(--btn-main-green);
  background-color: #0000;
}

.btn.apply {
  background-color: var(--btn-main-green);
  padding-left: 60px;
  padding-right: 60px;
  display: block;
}

.btn-text {
  color: var(--white);
  border-radius: 100px;
  font-size: 14px;
  font-weight: 700;
}

.btn-text._2 {
  color: var(--btn-main-green);
}

.image-s3-cont-1 {
  z-index: 1;
  width: 100%;
  position: absolute;
}

.image-s3-cont-1--2 {
  z-index: 2;
  width: 100%;
  position: absolute;
}

.image-s3-cont-1--3 {
  width: 100%;
}

.home-grid_2-cols {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.home-grid_box {
  background-color: var(--secondary-creme);
  border-radius: 36px;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  display: flex;
  overflow: hidden;
}

.home-grid_box.noise.ggl-ads {
  justify-content: flex-start;
}

.s3-conteiner-2--right {
  background-color: var(--secondary-creme);
  border-radius: 36px;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  padding-left: 40px;
  display: flex;
  overflow: hidden;
}

.image-s3-cont-2 {
  position: absolute;
}

.top-box-content-2 {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 60px;
  position: relative;
}

.image-s3-cont-2--2 {
  position: absolute;
}

.home-grid_box-small-img {
  width: 100%;
  height: auto;
  position: relative;
}

.image-s3-cont-3 {
  width: 100%;
  max-width: 100%;
  display: block;
  position: absolute;
}

.image-s3-cont-3--2 {
  width: 100%;
  height: 100%;
  position: relative;
}

.top-box-content-3 {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 60px;
  position: relative;
}

.s3-container-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--secondary-creme);
  border-radius: 36px;
  justify-content: space-between;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logos-box {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-right: 40px;
  display: flex;
  position: relative;
}

.icon-box {
  background-color: var(--white);
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.icon-wagon {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.page-wrap {
  cursor: default;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
  overflow: hidden;
}

.page-wrap._2 {
  flex-direction: column;
  align-items: center;
  padding-top: 220px;
}

.page-wrap.impressum {
  justify-content: space-between;
  align-items: center;
  padding-top: 220px;
}

.section-work {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 140px;
  display: flex;
  overflow: scroll;
}

.section-5 {
  max-width: 1440px;
  padding-bottom: 140px;
  padding-left: 40px;
  padding-right: 40px;
}

.descripton-s-5 {
  text-align: center;
  cursor: default;
  max-width: 510px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 125%;
}

.s5-container-1 {
  background-color: #efe5da;
  border-radius: 36px;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.s5-cont-1-left {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding-left: 40px;
  display: flex;
  position: relative;
}

.s5-cont-1-right {
  width: 50%;
  padding-top: 60px;
}

.s5-cont-1-head {
  cursor: default;
  width: 330px;
  margin-bottom: 20px;
  font-family: Clashdisplay, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 100%;
}

.s5-cont-1-desc {
  cursor: default;
  width: 330px;
  font-size: 14px;
  line-height: 125%;
}

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

.s5-container-2 {
  background-color: #efe5da;
  border-radius: 36px;
  justify-content: space-between;
  padding: 20px 40px;
  display: flex;
  overflow: hidden;
}

.s5-container-2.noise {
  padding-top: 60px;
  padding-bottom: 60px;
}

.s5-cont-2-left {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  width: 45%;
  display: flex;
  position: relative;
}

.s5-cont-2-head {
  cursor: default;
  width: 350px;
  margin-bottom: 20px;
  font-family: Clashdisplay, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 100%;
}

.s5-cont-2-desc {
  cursor: default;
  width: 340px;
  font-size: 14px;
  line-height: 125%;
}

.s5-cont-2-right {
  align-items: center;
  width: 55%;
  display: flex;
}

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

.section-6 {
  width: 100%;
  max-width: 1440px;
  padding-bottom: 140px;
  padding-left: 40px;
  padding-right: 40px;
}

.line-s6 {
  display: inline-block;
}

.trust_grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.card-s6 {
  background-color: var(--white);
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 40px;
  display: flex;
}

.image-box-s6 {
  width: 70px;
  margin-bottom: 46px;
}

.hear-card-s6 {
  margin-bottom: 10px;
  font-family: Clashdisplay, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
}

.desc-card-s6 {
  font-size: 14px;
  line-height: 125%;
}

.section-7 {
  width: 100%;
  max-width: 1440px;
  padding-bottom: 140px;
  padding-left: 40px;
  padding-right: 40px;
}

.descripton-s-7 {
  text-align: center;
  cursor: default;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 125%;
}

.head-left-column {
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.head-option {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.option-desc-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.head-right-column {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.btn-hero {
  background-color: var(--btn-green);
  cursor: pointer;
  border-radius: 100px;
  padding: 18px 30px;
  display: inline-block;
}

.btn-text-hero {
  color: var(--text-dark-green);
  font-size: 14px;
  font-weight: 700;
}

.logo-section-2 {
  cursor: default;
  max-width: 1440px;
  padding-left: 100px;
  padding-right: 100px;
  display: none;
}

.section-9 {
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  height: 100vh;
  min-height: 100px;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
  position: relative;
}

.text-scrub {
  color: var(--text-dark-green);
  text-align: center;
  cursor: default;
  width: 922px;
  font-family: Clashdisplay, sans-serif;
  font-size: 41px;
  font-weight: 600;
  line-height: 130%;
}

.section-planning {
  width: 100%;
  max-width: 1440px;
  height: auto;
  padding-bottom: 70px;
  padding-left: 60px;
  padding-right: 60px;
  display: block;
}

.desc_planing_container {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  cursor: default;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  width: 50%;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 40px;
  display: flex;
  position: relative;
}

.desc_planing_container.is-gg-ads {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: auto;
}

.cal-container {
  flex: 0 auto;
  width: 40%;
  height: 100%;
  overflow: hidden;
}

.cal-container.is-ggl-ads {
  width: 60%;
}

.planing-wrap-container {
  background-color: #e9dfd300;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.planing-wrap-container.is-ggl-ads {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.head-planinng {
  z-index: 1;
  width: 320px;
  font-family: Clashdisplay, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 100%;
  display: inline;
  position: relative;
}

.desc-planing-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.line-planing {
  width: 300px;
  max-width: none;
  margin-bottom: 40px;
}

.arrow-planing {
  font-size: 18px;
}

.desc-planing-box-last {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  display: flex;
}

.logos_img-wrap {
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 3.5rem;
  display: flex;
}

.logos_img-wrap._2 {
  width: 31%;
  padding: 6px;
}

.logos_img-wrap._2._22 {
  padding: 4px;
}

.logo-footer-box {
  margin-top: -5px;
  position: relative;
  top: -3px;
}

.logo-footer-box._2 {
  margin-top: 0;
}

.footer-box {
  background-color: var(--secondary-creme);
  border-radius: 36px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 60px 40px;
  display: flex;
  overflow: hidden;
}

.footer-box.noise {
  padding-top: 40px;
  padding-bottom: 40px;
}

.links-container {
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.footer_col-title {
  cursor: default;
  justify-content: center;
  align-items: center;
  font-family: Clashdisplay, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.title-head--2 {
  justify-content: center;
  align-items: center;
}

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

.footer_link {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: var(--text-dark-green);
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 14px;
  font-weight: 400;
  transition: opacity .2s;
  display: flex;
}

.footer_link:hover {
  opacity: .7;
}

.link-footer.clear {
  display: none;
}

.title-head--3 {
  align-items: center;
}

.logo-footer {
  z-index: 1;
  height: 30px;
  position: relative;
}

.logo-footer._2 {
  width: 140px;
  height: auto;
}

.image-3 {
  width: 15%;
  margin-left: 10px;
}

.right-footer-box {
  z-index: 1;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.dropdown-list {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 40px;
  display: none;
  top: 30px;
  left: -45px;
}

.dropdown-toggle {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 40px;
}

.dropdown-link {
  background-color: var(--hover-link-menu);
  color: #12201fcc;
  text-align: center;
  border: .5px solid #12201f33;
  border-radius: 100px;
  margin-left: 0;
  margin-right: 0;
  font-size: 14px;
  font-weight: 500;
  transition-property: none;
}

.dropdown-link.w--current {
  color: var(--text-dark-green);
}

.dropdown-link-2 {
  background-color: var(--hover-link-menu);
  color: #12201fcc;
  text-align: center;
  border: .5px solid #12201f33;
  border-radius: 100px;
  margin-left: 0;
  margin-right: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition-property: none;
}

.dropdown-link-2.w--current {
  color: var(--text-dark-green);
}

.dropdown-link-3 {
  color: var(--text-dark-green);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

.dropdown-link-3.w--current {
  color: var(--text-dark-green);
}

.dropdown-link-3.text-menu {
  background-color: var(--hover-link-menu);
  color: #12201fcc;
  border: .5px solid #12201f33;
  border-radius: 100px;
  transition-property: none;
}

.dropdown-link-3.text-menu.w--current {
  color: var(--text-dark-green);
}

.dropdown-link-3.text-menu-copy {
  background-color: var(--hover-link-menu);
  color: #12201fcc;
  border: .5px solid #12201f33;
  border-radius: 100px;
  transition-property: none;
}

.dropdown-link-3.text-menu-copy.w--current {
  color: var(--text-dark-green);
}

.icon-2 {
  color: #12201fcc;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.dropdown-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #e9dfd391;
  border-radius: 20px;
  flex-direction: column;
  padding: 20px;
  display: flex;
  overflow: hidden;
}

.main-section {
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  margin-bottom: 140px;
  padding-top: 150px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  overflow: hidden;
}

.main-section._2 {
  position: relative;
  overflow: visible;
}

.left-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 500px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.right-block {
  background-color: var(--secondary-creme);
  border-top-left-radius: 36px;
  border-bottom-left-radius: 36px;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 40px;
  display: flex;
  position: relative;
  overflow: visible;
}

.right-block._2 {
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 40px;
}

.right-block._2.noise {
  padding-bottom: 20px;
  padding-left: 10px;
}

.right-block.noise {
  border-radius: 36px;
  height: 500px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.section--2 {
  width: 100%;
  max-width: 1440px;
  height: 100%;
}

.page-heading {
  margin-bottom: 0;
  font-family: Clashdisplay, sans-serif;
  font-size: 52px;
  font-weight: 600;
  line-height: 90%;
  position: relative;
}

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

.page-heading.roi {
  text-align: center;
  line-height: 95%;
}

.page-heading.ggl-ads {
  letter-spacing: 0;
  text-indent: 0;
  font-family: Inter, sans-serif;
  font-size: 45px;
  line-height: 1.1;
}

.image-4 {
  z-index: 1;
  width: 100%;
  position: relative;
}

.image-5 {
  z-index: 1;
  width: 100%;
  max-width: none;
  position: absolute;
  inset: auto auto 0;
}

.image-5._1 {
  z-index: 1;
  inset: auto auto 0;
}

.page-header_tagline {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 100%;
}

.line._3 {
  width: 356px;
}

.line._5 {
  width: auto;
}

.main-decr {
  width: 410px;
  line-height: 125%;
}

.descripton-p2-s2 {
  text-align: center;
  width: 420px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 125%;
}

.main-container-s2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 100px 40px 140px;
  display: flex;
  position: relative;
}

.left-block-s2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.right-block-s2 {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.right-block-s2.stammdaten {
  background-color: var(--secondary-creme);
  border-top-left-radius: 36px;
  border-bottom-left-radius: 36px;
  padding-top: 80px;
  padding-left: 40px;
}

.right-block-s2.stammdaten.noise {
  border-radius: 36px;
  overflow: hidden;
}

.image-6 {
  position: absolute;
}

.image-7 {
  position: relative;
}

.s2-cont-2-head {
  width: 350px;
  margin-bottom: 20px;
  font-family: Clashdisplay, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 100%;
}

.s2-cont-2-head._1 {
  width: 350px;
}

.s2-cont-2-desc {
  width: 350px;
  font-size: 14px;
  line-height: 125%;
}

.section--3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  height: auto;
  padding: 60px 40px 140px;
  display: flex;
  position: relative;
}

.section--3._2-1 {
  padding-top: 60px;
}

.left-block-s3 {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.left-block-s3.section-stammdaten-3 {
  width: 50%;
}

.right-block-s3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.right-block-s3._1 {
  align-items: center;
}

.s3-cont-2-head {
  width: 350px;
  margin-bottom: 20px;
  font-family: Clashdisplay, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 100%;
}

.s3-cont-2-head._1, .s3-cont-2-head._2 {
  width: 350px;
}

.s3-cont-2-desc {
  width: 350px;
  font-size: 14px;
  line-height: 125%;
}

.s3-image-1 {
  position: relative;
}

.s3-image-1._4 {
  width: 60%;
}

.s3-image-1._4.section-stammdaten-3 {
  width: 90%;
  position: relative;
}

.s3-image-2 {
  position: absolute;
}

.s3-image-2._4 {
  width: 60%;
}

.s3-image-2._4.section-stammdaten-3 {
  width: 90%;
}

.section--4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  height: auto;
  padding: 60px 40px;
  display: flex;
  position: relative;
}

.right-block-s4 {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.left-block-s4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.s4-cont-2-head {
  width: 350px;
  margin-bottom: 20px;
  font-family: Clashdisplay, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 100%;
}

.s4-cont-2-desc {
  width: 350px;
  font-size: 14px;
  line-height: 125%;
}

.s4-image--2 {
  position: absolute;
}

.s4-image-1 {
  position: relative;
}

.section--5 {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  height: auto;
  padding: 140px 40px;
  display: flex;
  position: relative;
}

.accordion-section {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  height: auto;
  padding-bottom: 140px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.inner-container._1012px.center {
  flex: 1;
}

.accordion-side {
  margin-right: 24px;
}

.accordion-side.right-side {
  margin-left: 24px;
  margin-right: 0;
}

.accordion-item-wrapper {
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  width: 100%;
  padding: 48px 64px;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 2px 12px #14142b14;
}

.accordion-item-wrapper:hover {
  transform: scale3d(.96, .96, 1.01);
}

.accordion-item-wrapper.v3 {
  background-color: var(--main-color);
  box-shadow: none;
  border-width: 0;
  border-color: #0000;
  border-radius: 0;
  justify-content: space-between;
  margin-bottom: -1px;
  padding: 40px 0;
  position: relative;
  top: 0;
  bottom: 0;
  overflow: visible;
}

.accordion-item-wrapper.v3:hover {
  transform: translate(8px);
}

.accordion-item-wrapper.v3.first {
  background-color: var(--main-color);
  border-top-style: none;
  border-top-width: 0;
  padding-top: 0;
  transition-property: none;
  position: relative;
  top: 0;
  bottom: 0;
}

.accordion-item-wrapper.v3.first:hover {
  transform: none;
}

.acordion-body {
  width: 100%;
  overflow: hidden;
}

.accordion-title {
  margin-bottom: 0;
  font-family: Clashdisplay, sans-serif;
  font-weight: 600;
  line-height: 120%;
}

.card {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  box-shadow: 0 2px 7px #14142b0f;
}

.card.accordion-v3 {
  background-color: var(--main-color);
  box-shadow: none;
  border-width: 0;
  border-color: #0000;
}

.accordion-spacer {
  min-height: 16px;
}

.accordion-content-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.mg-bottom-0 {
  margin-bottom: 0;
}

.btn-circle-secondary {
  color: #211f54;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  font-size: 26px;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 12px #14142b14;
}

.btn-circle-secondary:hover {
  color: #fff;
  background-color: #4a3aff;
  border-color: #4a3aff;
  transform: scale3d(.94, .94, 1.01);
}

.btn-circle-secondary.small {
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 22px;
}

.btn-circle-secondary.small.accordion-btn {
  background-color: var(--main-color);
}

.btn-circle-secondary.small.accordion-btn:hover {
  background-color: #fff;
  border-color: #eff0f6;
}

.grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-1-column.gap-row-0 {
  grid-row-gap: 0px;
}

.accordion-header {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.wrap-parag {
  background-color: var(--white);
  border-radius: 22px;
  padding: 30px;
}

.link-main.w--current {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-about {
  cursor: default;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
  display: flex;
}

.main-logo-icon {
  height: 100px;
  margin-bottom: 40px;
}

.decription-team-1 {
  text-align: justify;
  margin-bottom: 60px;
  font-weight: 400;
  line-height: 125%;
}

.image-container-team {
  border-radius: 36px;
  justify-content: center;
  width: 605px;
  height: 499.383px;
  margin-bottom: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.decription-team-2 {
  text-align: justify;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 125%;
}

.uv_wrap {
  cursor: default;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1440px;
  display: flex;
}

.cell-uv {
  background-color: var(--white);
  border-radius: 18px;
  justify-content: space-between;
  align-items: stretch;
  padding: 25px 20px;
}

.head-card-uv {
  color: var(--text-dark-green);
  margin-bottom: 60px;
  padding-top: 20px;
  font-family: Clashdisplay, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 100%;
}

.discr-card-uv {
  color: var(--white);
  padding-bottom: 20px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 400;
}

.uv-stack {
  padding: 0;
}

.wrap-content-uv {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
  position: relative;
}

.team_wrap {
  width: 100%;
  max-width: 1440px;
}

.container-team {
  flex-direction: row;
  justify-content: space-around;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.container-team.mobile {
  display: none;
}

.card-team {
  width: 200px;
}

.image-box-team {
  margin-bottom: 20px;
  margin-left: 40px;
  margin-right: 40px;
  position: relative;
}

.name-box-team {
  cursor: default;
}

.image-team {
  border-radius: 1000px;
}

.image-ld {
  z-index: 1;
  position: absolute;
}

.name-block-team {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

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

.name-text {
  font-family: Clashdisplay, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.text-post {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}

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

.country-container {
  width: 20px;
  height: 100%;
}

.btn-container {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.lead_wrap {
  cursor: default;
  flex-direction: column;
  align-items: center;
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.descripton-team {
  text-align: center;
  max-width: 430px;
  font-size: 14px;
  font-weight: 500;
  line-height: 125%;
}

.image-box-leader {
  width: 200px;
  margin-bottom: 60px;
  position: relative;
}

.paragraph-lead {
  opacity: 1;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 400;
  line-height: 125%;
}

.name-leader {
  margin-bottom: 5px;
  font-family: Clashdisplay, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.post-leader {
  font-weight: 400;
}

.section_daily {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.container-daily-1 {
  flex-direction: row;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.wagon-daily-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.wrap-daily {
  width: 260px;
  height: 330px;
  padding: 20px;
}

.card-daily {
  background-color: var(--white);
  border-radius: 9px;
  width: 100%;
  height: 100%;
  padding: 12px 12px 80px;
  transform: rotate(-4deg);
}

.card-daily._2 {
  transform: rotate(2deg);
}

.card-daily._3 {
  transform: rotate(-5deg);
}

.card-daily._4 {
  transform: rotate(2deg);
}

.card-daily._6 {
  transform: rotate(4deg);
}

.card-daily._7 {
  transform: rotate(-2deg);
}

.card-daily._8 {
  transform: rotate(5deg);
}

.card-daily._9 {
  transform: rotate(-2deg);
}

.card-daily._12 {
  transform: rotate(3deg);
}

.foto-daily-box {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.container-daily-2 {
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.wagon-daily-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.offente_wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.container-offente {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  width: 100%;
  margin-bottom: 80px;
  display: flex;
}

.box-offente {
  justify-content: space-between;
  display: flex;
}

.text-box-offente {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.head-offente {
  cursor: default;
  margin-bottom: 5px;
  font-family: Clashdisplay, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.city-offente {
  cursor: default;
  font-weight: 400;
}

.question-box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.question {
  cursor: default;
  margin-bottom: 40px;
  font-family: Clashdisplay, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
}

.kit_wrap {
  cursor: default;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.kit-stack {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  padding: 0;
}

.card-kit {
  background-color: #f5f6f3;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-shadow: 0 1px 5px #0003;
}

.card-kit.color {
  background-color: #bfeb8a;
  border-radius: 12px;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 40px 10px 10px;
}

.card-kit.color-2 {
  background-color: #273d3d;
  border-radius: 12px;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 10px;
}

.card-kit.color-3 {
  background-color: #f5f6f3;
  border-radius: 12px;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 10px;
}

.card-kit._4 {
  justify-content: flex-end;
  padding: 20px;
}

.card-kit._5 {
  background-color: #273d3d;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px 20px 10px 0;
  box-shadow: 0 1px 5px #0003;
}

.card-kit._7 {
  padding: 0;
}

.card-kit._8 {
  background-color: #273d3d;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.card-kit._9 {
  background-color: #273d3d;
  padding: 0;
}

.card-kit._10 {
  padding: 0;
}

.text-kit-2 {
  text-align: left;
  font-family: Clashdisplay, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
}

.text-color-2 {
  color: var(--main-color);
  font-family: Clashdisplay, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 100%;
}

.text-color-1, .text-color-3 {
  color: var(--text-dark-green);
  font-family: Clashdisplay, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 100%;
}

.text-kit-1 {
  text-align: center;
  font-family: Clashdisplay, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
}

.text-wagon-container {
  z-index: 2;
  flex: 0 auto;
  align-items: center;
  width: 200px;
  height: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo-wrap {
  width: 60px;
  height: 60px;
}

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

.text-wagon-box {
  z-index: 1;
  width: 180px;
  margin-left: 20px;
  position: absolute;
}

.image-9 {
  z-index: -1;
}

.image-11 {
  z-index: 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 2px;
}

.imge-div {
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-12 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 105%;
  position: absolute;
}

.image-13 {
  z-index: 2;
  width: 40%;
  position: relative;
  inset: 0%;
}

.image-14 {
  width: 40%;
}

.image-div {
  flex: 0 auto;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.image-15 {
  z-index: 50;
  width: 100%;
  height: 67.4342%;
  position: absolute;
  inset: auto 0% -1%;
}

.div-image {
  z-index: 1;
  border-radius: 18px;
  align-items: center;
  width: 100%;
  height: 270px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-16 {
  z-index: 1;
  width: 100%;
  position: absolute;
}

.image-17 {
  z-index: 2;
  width: 20%;
  margin-bottom: 20px;
  margin-left: 20px;
  position: relative;
}

.image-18 {
  width: 40%;
}

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

.div-text {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-logo {
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  display: flex;
}

.div-btn {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.image-s2-1 {
  position: absolute;
}

.image-s2-1._2 {
  width: 60%;
}

.image-s2-1._2.stammdaten {
  z-index: 1;
  width: 100%;
}

.image-s2-2 {
  position: relative;
}

.image-s2-2._2 {
  width: 60%;
}

.image-s2-2._2.stammdaten {
  z-index: 1;
  width: 100%;
}

.image-s2-2._2-1 {
  width: 60%;
}

.section--4-1 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  height: auto;
  padding: 60px 40px 140px;
  display: flex;
  position: relative;
}

.section--5-1 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  height: auto;
  padding: 60px 40px;
  display: flex;
  position: relative;
}

.s3-image-3 {
  position: absolute;
}

.s3-image-3._4 {
  width: 60%;
}

.s3-image-3._4.section-stammdaten-3 {
  width: 90%;
}

.spacer_box_100px {
  width: 100%;
  height: 100px;
}

.image-container-stammdaten-2 {
  background-color: #273d3d;
  border-radius: 36px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px;
  display: flex;
}

.section-stammdaten-2 {
  max-width: 1440px;
  padding-bottom: 140px;
  padding-left: 40px;
  padding-right: 40px;
}

.image-c2-stammdaten {
  width: 100%;
}

.section-stammdaten-3 {
  width: 100%;
  max-width: 1440px;
}

.image-s2-3 {
  position: absolute;
}

.image-s2-3._2 {
  width: 60%;
}

.image-s2-3._2.stammdaten {
  z-index: 1;
  width: 100%;
}

.image-s2-4 {
  position: absolute;
}

.image-s2-4._2 {
  width: 60%;
}

.image-s2-4._2.stammdaten {
  z-index: 1;
  width: 100%;
}

.wrap_imgs {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.section-stammdaten-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  height: auto;
  padding: 60px 40px 140px;
  display: flex;
  position: relative;
}

.section-stammdaten-5 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  height: auto;
  padding: 60px 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.left-block-s5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.right-block-s5 {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.right-block-s5.section-stammdaten-3 {
  background-color: var(--secondary-creme);
  border-top-left-radius: 36px;
  border-bottom-left-radius: 36px;
  flex-direction: column;
  padding: 60px;
  position: relative;
}

.right-block-s5.section-stammdaten-3.noise {
  border-radius: 36px;
}

.ss-6 {
  z-index: 1;
  width: 75%;
  margin-bottom: 20px;
  position: relative;
}

.ss-6._2 {
  margin-bottom: 0;
}

.section-stammdaten-6 {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  height: auto;
  padding: 140px 40px;
  display: flex;
  position: relative;
}

.heading-privacy {
  margin-bottom: 60px;
  font-family: Clashdisplay, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 100%;
}

.paragraph-2 {
  line-height: 130%;
}

.heading-impressum {
  margin-bottom: 40px;
  font-family: Clashdisplay, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 100%;
}

.dropdown {
  background-color: var(--hover-link-menu);
  border: .5px solid #12201f33;
  border-radius: 100px;
}

.trigger-parallax-hero {
  z-index: -1;
  height: 100vh;
  position: absolute;
  inset: auto 0% 0%;
}

.div-wagon {
  cursor: default;
}

.line-box {
  overflow: hidden;
}

.image-19 {
  object-fit: cover;
  height: 110%;
}

.move-div {
  background-color: var(--main-color);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.div-line {
  height: 13px;
  margin-top: -13px;
  margin-bottom: 30px;
  overflow: hidden;
}

.div-line._2, .div-line._4 {
  margin-top: -16px;
}

.div-line._5 {
  width: 300px;
}

.div-line._4, .div-line._6 {
  margin-top: -16px;
}

.trigger-move-scroll {
  width: 100%;
}

.horizontal-trigger {
  position: absolute;
  inset: 0% 0% auto;
}

.scroll-container {
  z-index: 1;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 100px;
  display: flex;
  overflow: scroll;
}

.case-studies-section {
  width: 100%;
  margin-bottom: 140px;
  overflow: hidden;
}

.case-studies-section._2 {
  margin-bottom: 0;
}

.collection-item {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 35%;
  height: 100%;
  padding-right: 30px;
  display: flex;
}

.sticky {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  margin-bottom: 140px;
  display: flex;
  overflow: hidden;
}

.collection-list {
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.collection-list.c {
  flex-flow: column;
}

.wrapper-2 {
  width: 100%;
  height: 100%;
  display: flex;
}

.margin-55px {
  width: 100%;
  height: 55px;
}

.project-ttitle {
  color: var(--text-dark-green);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Clashdisplay, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 100%;
}

.cs-card-category {
  color: var(--text-dark-green);
  text-align: left;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.4;
}

.project-content {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.project-content.is-roi {
  grid-row-gap: 5px;
}

.cs-photo {
  z-index: 1;
  filter: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 350px;
  max-height: 350px;
  display: inline-block;
  position: static;
  inset: 0%;
}

.project-card {
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  background-color: var(--white);
  cursor: grab;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  transition: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-card:hover {
  transform: none;
}

.project-card.is-roi {
  grid-row-gap: 30px;
  height: 100%;
  min-height: 520px;
  padding-bottom: 30px;
}

.card_image_block {
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
}

.back-to-top {
  z-index: 990;
  position: relative;
}

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

.image-21, .image-22, .image-23, .image-24 {
  object-fit: contain;
}

.background-nav {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #e9dfd38f;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.link-ld {
  position: absolute;
  inset: 0%;
}

.info_svg {
  margin-top: 1px;
}

.text_wrap, .text_wrap_bottom {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.anchor_div {
  width: 100px;
  height: 100px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.privacy_notice_de {
  width: 100%;
  margin-bottom: 140px;
  padding-left: 40px;
  padding-right: 40px;
}

.wrap_content_impressum {
  width: 100%;
  max-width: 1440px;
  padding-bottom: 140px;
  padding-left: 40px;
  padding-right: 40px;
}

.padding_section_70px {
  width: 100%;
  max-width: 1440px;
  height: 70px;
}

.text-span {
  font-size: 28px;
}

.table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "_1"
                 "Area-2"
                 / 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.table._1, .table._2 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.paragraph-3 {
  border: .5px solid #0006;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 10px;
}

.privacy_notice_en {
  width: 100%;
  margin-bottom: 140px;
  padding-left: 40px;
  padding-right: 40px;
}

.wrap_img {
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.image_1_lohn {
  z-index: 1;
  width: 95%;
  position: absolute;
  inset: auto;
}

.image_2_lohn {
  z-index: 1;
  width: 85%;
  position: relative;
}

.image_4_sta {
  width: 100%;
  position: relative;
  bottom: -20px;
}

.image_4_sta.stammdaten {
  z-index: 1;
  width: 100%;
  position: absolute;
  bottom: auto;
}

.image_5_sta, .image_6_sta, .image_7_sta {
  z-index: 1;
  width: 100%;
  position: absolute;
}

.wrap_img_sta {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.right-block_sta {
  background-color: var(--secondary-creme);
  border-top-left-radius: 36px;
  border-bottom-left-radius: 36px;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 40px;
  display: flex;
  position: relative;
  overflow: visible;
}

.right-block_sta.stammdaten {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-top: 40px;
}

.right-block_sta.stammdaten.noise {
  border-radius: 36px;
  height: 500px;
  padding: 40px;
}

.burger_wrap, .nav_window {
  display: none;
}

.btn-section_mob {
  z-index: 99;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.dropdown_link1 {
  background-color: var(--hover-link-menu);
  border: .5px solid #12201f33;
  border-radius: 100px;
}

.dropdown-list_mob {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 40px;
  display: none;
  top: 30px;
  left: -45px;
}

.dropdown-container_mob {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #e9dfd391;
  border-radius: 20px;
  flex-direction: column;
  padding: 20px;
  display: flex;
  overflow: hidden;
}

.dropdown-link_mob {
  background-color: var(--hover-link-menu);
  color: #12201fcc;
  text-align: center;
  border: .5px solid #12201f33;
  border-radius: 100px;
  margin-left: 0;
  margin-right: 0;
  font-size: 14px;
  font-weight: 500;
  transition-property: none;
}

.dropdown-link_mob.w--current {
  color: var(--text-dark-green);
}

.dropdown-link-2-mob {
  background-color: var(--hover-link-menu);
  color: #12201fcc;
  text-align: center;
  border: .5px solid #12201f33;
  border-radius: 100px;
  margin-left: 0;
  margin-right: 0;
  font-family: Inter, sans-serif;
  font-weight: 500;
  transition-property: none;
}

.dropdown-link-2-mob.w--current {
  color: var(--text-dark-green);
}

.dropdown-link-3-mob {
  color: var(--text-dark-green);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

.dropdown-link-3-mob.w--current {
  color: var(--text-dark-green);
}

.dropdown-link-3-mob.text-menu-mob {
  background-color: var(--hover-link-menu);
  color: #12201fcc;
  border: .5px solid #12201f33;
  border-radius: 100px;
  transition-property: none;
}

.dropdown-link-3-mob.text-menu-mob.w--current {
  color: var(--text-dark-green);
}

.text-link-menu-mob {
  color: #12201fcc;
  font-size: 14px;
  font-weight: 500;
}

.menu-link-mob.ber-uns-mob {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--hover-link-menu);
  border: .5px solid #12201f33;
  border-radius: 100px;
  justify-content: space-between;
  align-items: stretch;
  padding: 10px 20px;
  display: flex;
}

.text-link-menu-mob_2 {
  color: #12201fcc;
  font-size: 14px;
  font-weight: 500;
}

.menu-link-mob_kontakt.kontakt {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--hover-link-menu);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--hover-link-menu);
  border: .5px solid #12201f33;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.text-link-menu_mob_kontakt {
  color: #12201fcc;
  font-size: 14px;
  font-weight: 500;
}

.nav_background {
  display: none;
}

.logos-container_mobile {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-bottom: 30px;
  display: none;
}

.s3-container-1-mob {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--secondary-creme);
  border-radius: 36px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-bottom: 40px;
  padding-top: 40px;
  display: none;
  overflow: hidden;
}

.s3-container-3-mob {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--secondary-creme);
  border-radius: 36px;
  justify-content: space-between;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 40px;
  display: none;
  position: relative;
  overflow: hidden;
}

.s5-container-1-mob {
  background-color: #efe5da;
  border-radius: 36px;
  justify-content: space-between;
  margin-bottom: 40px;
  display: none;
  overflow: hidden;
}

.s5-container-2-mob {
  background-color: #efe5da;
  border-radius: 36px;
  justify-content: space-between;
  padding: 20px 40px;
  display: none;
  overflow: hidden;
}

.pricing-table_card-body {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 0;
  font-size: 1.375rem;
  line-height: 1.4;
  position: relative;
}

.pricing-table_mobile-nav-icon {
  color: var(--text-dark-green);
  width: 16px;
  line-height: .9;
}

.pricing-table {
  width: 100%;
  display: flex;
}

.pricing-table_title-col {
  flex: 1;
  max-width: 33.33%;
}

.pricing-table_mobile-nav-btn {
  color: #fff;
  background-color: #d14424;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.pricing-table_card {
  border-radius: 24px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  margin-bottom: 1em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pricing-table_card.cc-callout {
  border: 1px solid var(--btn-green);
  background-color: #fff;
  width: 100%;
  margin-top: -1px;
  margin-bottom: 1em;
}

.pricing-table_mobile-nav {
  z-index: 1;
  justify-content: space-between;
  width: 100%;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.swiper {
  width: 100%;
}

.swiper-slide {
  flex: none;
  width: 500px;
  margin-right: 20px;
}

.swiper-slide.cc-pricing-table {
  flex: 1;
  width: auto;
  max-width: 50%;
  margin-right: 0;
}

.u-sr-only {
  white-space: nowrap;
  border: 0 solid #0000;
  width: 1px;
  height: 1px;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.pricing-table_options {
  flex: 1;
  max-width: 66.67%;
  position: relative;
}

.pricing-table_cell {
  border-bottom: 1px solid #49484a1a;
  flex-direction: column;
  justify-content: center;
  min-height: 3.7em;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.pricing-table_cell.cc-title-row {
  border-bottom-style: none;
  justify-content: center;
  align-items: center;
}

.pricing-table_cell.cc-title-row.is-first {
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
}

.pricing-table_cell.cc-title-col {
  text-align: left;
  align-items: flex-start;
  padding-left: 0;
}

.swiper-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.footer_mobile_wrap {
  display: none;
}

.dropdown_link1-footer, .dropdown_link2-footer, .dropdown_link3-footer {
  background-color: var(--hover-link-menu);
  border: .5px solid #12201f33;
  border-radius: 100px;
}

.descr_wrap_arrow {
  position: relative;
}

.pricing-table_-nav-icon {
  width: 16px;
  line-height: .9;
  position: absolute;
  inset: auto 0% -15% auto;
  transform: rotate(-135deg);
}

.wrap_people, .div-block-29 {
  flex: 1;
  justify-content: space-around;
  display: flex;
}

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

.wrap_text_kit._2 {
  align-items: flex-start;
}

.green_line_1 {
  width: 50%;
  display: block;
}

.text-kit_2 {
  text-align: left;
  font-family: Clashdisplay, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
}

.green_line_2 {
  width: 50%;
  display: block;
}

.section--5-1-mob {
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  height: auto;
  padding: 60px 40px;
  display: none;
  position: relative;
}

.section-stammdaten-4-mobile {
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  height: auto;
  padding: 60px 40px 140px;
  display: none;
  position: relative;
}

.image-25 {
  display: none;
}

.main_section {
  width: 100%;
  max-width: 1440px;
  height: 100vh;
  padding-top: 90px;
  padding-left: 40px;
  padding-right: 40px;
}

.wrap_section {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Midlane-Grid-75.svg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: contain;
  background-clip: border-box;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  height: 80%;
  margin-top: 40px;
  display: flex;
}

.left_box {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-left: 30px;
  padding-right: 20px;
  display: flex;
}

.right_box {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.main_head {
  z-index: 1;
  margin-bottom: 0;
  font-family: Clashdisplay, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 90%;
  position: relative;
}

.main_description {
  margin-bottom: 50px;
  font-size: 14px;
  line-height: 125%;
}

.top_main_text {
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
}

.descr_top {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.div-block-31 {
  background-color: #273d3d;
  border-radius: 21px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 26px;
  display: flex;
}

.text-block {
  color: var(--back-grey);
  font-size: 12px;
  line-height: 100%;
}

.image_1 {
  display: none;
}

.image_2, .image__3, .image_4, .image_5, .image_6 {
  display: none;
  position: absolute;
}

.cards-section {
  align-items: center;
  width: 100%;
  height: 100vh;
  max-height: 46rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  overflow: hidden;
}

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

.cards_wagon {
  scroll-snap-type: x mandatory;
  padding-left: max(2.5rem, (100vw - var(--size-mw-large)) / 2);
  padding-right: max(2.5rem, (100vw - var(--size-mw-large)) / 2);
  justify-content: flex-start;
  width: 100vw;
  height: 100%;
  display: flex;
  overflow: scroll;
}

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

.content_card_box {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 50%;
  padding: 0 40px 40px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.head_card {
  color: var(--white);
  width: 500px;
  font-family: Clashdisplay, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
}

.descr_card {
  color: var(--white);
  width: 460px;
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 130%;
}

.card_btn {
  background-color: var(--white);
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  padding: 20px 37px;
  display: flex;
}

.text_block {
  color: #273d3d;
  font-size: 14px;
  font-weight: 700;
}

.text-block-2 {
  color: #bfeb8a;
  margin-bottom: 10px;
  font-weight: 700;
}

.buttom_box_card {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.button_to_right {
  background-color: var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding-left: 5px;
  display: none;
  position: relative;
}

.button_to_right.left {
  padding-left: 0;
}

.image-37 {
  width: 30px;
  padding-right: 2px;
  display: block;
}

.image-37.back {
  transform: rotate(180deg);
}

.image-37._1 {
  opacity: .5;
}

.image-37._1.last {
  padding-left: 4px;
  padding-right: 0;
  transform: rotate(180deg);
}

.image-37._2 {
  padding-right: 4px;
}

.image-37._2.last {
  padding-left: 6px;
  padding-right: 0;
  transform: rotate(180deg);
}

.card_3-wrap-copy {
  justify-content: center;
  width: 90vw;
  height: 100%;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card_1-wrap, .card_2-wrap, .card_3-wrap {
  scroll-snap-align: center;
  flex: none;
  justify-content: center;
  width: 100vw;
  max-width: 100%;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-1 {
  border-radius: 36px;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-2 {
  border-radius: 40px;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-3-copy {
  border-radius: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-3 {
  border-radius: 40px;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.spacer_card {
  width: 5vw;
}

.new-line {
  width: 297px;
  height: 13px;
  position: absolute;
  inset: auto 0% 0% 42%;
}

.wrap_head {
  justify-content: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.wrap_head.left {
  justify-content: flex-start;
}

.green-line-h2 {
  width: 340px;
  height: 13px;
  position: absolute;
  bottom: -1px;
}

.new-line-h2 {
  width: 420px;
  height: 13px;
  position: absolute;
  inset: auto auto -1px;
}

.image-39 {
  width: 305px;
  height: 13px;
  position: absolute;
  inset: auto auto -1px;
}

.image-40 {
  width: 280px;
}

.shadow_img {
  background-image: linear-gradient(#fff0, #00000059 85%);
  position: absolute;
  inset: 0%;
}

.card_4-wrap {
  scroll-snap-align: center;
  flex: none;
  justify-content: center;
  width: 100vw;
  max-width: 100%;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-4 {
  border-radius: 40px;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card_5-wrap {
  scroll-snap-align: center;
  flex: none;
  justify-content: center;
  width: 100vw;
  max-width: 100%;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-5 {
  border-radius: 40px;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card_6-wrap {
  scroll-snap-align: center;
  flex: none;
  justify-content: center;
  width: 100vw;
  max-width: 100%;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-6 {
  border-radius: 40px;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.loader_p {
  opacity: 0;
  color: #273d3d;
  text-transform: none;
  margin-bottom: 0;
  font-family: Clashdisplay, sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 100%;
}

.trigger {
  width: 0;
  height: 0;
  padding: 0;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.loader-line {
  color: #273d3d;
  background-color: #273d3d33;
  border-radius: 10px;
  width: 100%;
  height: 4px;
  display: none;
  position: relative;
}

.logo-image {
  display: none;
}

.loader_top {
  color: #eb412b;
  justify-content: flex-start;
  align-items: flex-end;
  height: 85%;
  margin-bottom: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.loader_number {
  color: #273d3d;
  padding-bottom: .14em;
  font-size: 28px;
  font-weight: 500;
  line-height: 100%;
}

.loader_progress {
  z-index: 1;
  color: #273d3d;
  background-color: #273d3d;
  border-radius: 100px;
  width: 0%;
  height: 4px;
  position: absolute;
  inset: auto 0% 0%;
}

.logo-box-2 {
  width: 46px;
  margin-right: 5px;
}

.loader {
  z-index: 1000;
  background-color: var(--secondary-creme);
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.div-block {
  display: flex;
}

.container-3 {
  z-index: 2;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1.3em;
  position: relative;
}

.container-3.is-loader-top {
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.container-3.is-loader-bottom {
  justify-content: center;
  align-items: center;
  padding: 10px 0 0;
  display: flex;
}

.loader_percentage {
  display: none;
  overflow: hidden;
}

.spacer_box_120px {
  width: 100%;
  height: 120px;
}

.image-41 {
  width: 122%;
  max-width: none;
}

.div-block-32 {
  flex: 1;
}

.wrap_arrow {
  flex: 0 auto;
  justify-content: flex-end;
  width: 50%;
  display: flex;
  overflow: hidden;
}

.wagon_arrow {
  justify-content: flex-end;
  display: flex;
}

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

.cookie-modal_content-wrap.is-small {
  padding: 1.5rem;
}

.cookie-modal_component {
  background-color: var(--white);
  color: var(--text-dark-green);
  text-align: left;
  border: 1px solid #12201f33;
  border-radius: 20px;
  flex-direction: column;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.25;
  display: flex;
  position: relative;
}

.cookie-modal_closebutton {
  z-index: 5;
  cursor: pointer;
  background-color: #f1e8dd;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: background-color .3s;
  display: flex;
  position: relative;
}

.cookie-modal_closebutton:hover {
  background-color: var(--secondary-creme);
}

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

.cookie-modal_button-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f1e8dd;
  border-radius: 0 0 30px 30px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.cookie-modal_button-wrap.is-small {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
}

.cookie-modal_button-wrap.in-pref-manger {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin: 2rem -2rem -2.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

.cookie-modal_closebutton_line {
  background-color: var(--text-dark-green);
  width: 1rem;
  height: 2px;
  position: absolute;
}

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

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

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

.cookie-modal_styles {
  display: none;
}

.cookie-modal_title {
  margin-bottom: .1875em;
  font-family: Clashdisplay, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.cookie-modal_title.is-small {
  font-size: 25px;
}

.cookie-popup_component {
  z-index: 1001;
  max-width: 30rem;
  display: none;
  position: fixed;
  inset: auto 1.25rem 1.25rem auto;
}

.cookie-modal_button {
  background-color: var(--btn-main-green);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  border-radius: 100vw;
  padding: 18px 30px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: color .3s, background-color .3s;
}

.cookie-modal_button:hover {
  background-color: var(--btn-green);
  color: var(--text-dark-green);
}

.cookie-modal_button.is-secondary {
  color: var(--text-dark-green);
  text-transform: none;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.cookie-modal_button.is-secondary:hover {
  color: var(--grey);
}

.cookie-modal_link {
  color: var(--text-dark-green);
  text-decoration: underline;
  transition: color .3s;
}

.cookie-modal_link:hover {
  color: var(--grey);
}

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

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

.cookie-preference_background {
  opacity: 1;
  -webkit-backdrop-filter: blur(.5rem);
  backdrop-filter: blur(.5rem);
  cursor: pointer;
  background-color: #16262580;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cookie-modal_radio_description {
  color: var(--text-dark-green);
  cursor: pointer;
  font-size: .875rem;
  font-weight: 400;
}

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

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

.cookie-modal_radio_button {
  float: left;
  border: 1.75px solid var(--light-grey);
  border-radius: .375rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: -1.75rem;
  transition: background-color .3s;
}

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

.cookie-modal_radio_button.w--redirected-focus {
  box-shadow: none;
  border-radius: .375rem;
}

.cookie-modal_radio_button.w--redirected-focus-visible {
  border-radius: .375rem;
}

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

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

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

.cookie-modal_radio_label {
  color: var(--text-dark-green);
  cursor: pointer;
  margin-bottom: .375rem;
  font-size: 1rem;
  font-weight: 600;
}

.container-4 {
  max-width: 100%;
}

.image-42 {
  clear: none;
  width: auto;
  padding-top: 40px;
  padding-right: 40px;
  display: block;
}

.card_0-wrap {
  scroll-snap-align: center;
  flex: none;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-0 {
  border-radius: 36px;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-43 {
  max-width: 104%;
}

.main-wrap {
  max-width: 100%;
}

.text-img_container {
  max-width: var(--size-mw-large);
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
}

.text-img_img {
  z-index: 1;
  object-fit: contain;
  width: 50%;
  height: auto;
  position: relative;
}

.text-img_top-p {
  max-width: 48ch;
}

.text-img_content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.text-img_text-wrap {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  max-width: 55ch;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.text-img_h3 {
  font-family: Clashdisplay, sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.2em;
}

.text-img_h3.n {
  margin-bottom: 0;
}

.tagline {
  margin-bottom: 1rem;
  font-size: 14px;
  line-height: 125%;
}

.space-medium, .space-medium._2 {
  padding-top: 3rem;
}

.text-img_top-wrap {
  text-align: center;
  cursor: default;
  flex-direction: column;
  align-items: center;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.text-img_top-wrap.accordion {
  margin-bottom: 80px;
}

.text-img_top-wrap.stammdaten {
  padding-left: 0;
}

.text-img_top-wrap.work-cards {
  max-width: 1440px;
  margin-bottom: 0;
}

.text-img_top-wrap.cards {
  margin-bottom: 40px;
}

.text-img_h2 {
  text-wrap: balance;
  max-width: 22ch;
  margin-bottom: 1rem;
  font-family: Clashdisplay, sans-serif;
  font-size: 3.125rem;
  font-weight: 600;
}

.space-huge {
  padding-top: 6rem;
}

.section-page-header {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: min(100svh, 80rem);
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.container {
  max-width: var(--size-mw-large);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: block;
}

.page-header_wrap {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  max-width: 100%;
  display: grid;
}

.page-header_img-wrap {
  width: 100%;
  position: static;
}

.page-header_img {
  width: 120%;
  max-width: 120%;
}

.page-header_h1 {
  color: var(--text-dark-green);
  text-wrap: balance;
  font-family: Clashdisplay, sans-serif;
  font-size: 4.375rem;
  font-weight: 600;
  line-height: 90%;
}

.page-header_h1.about {
  text-align: center;
  margin-bottom: 40px;
}

.page-header_line {
  width: 28.75rem;
  max-width: 85%;
  margin-top: -1rem;
  display: flex;
}

.page-header_content {
  max-width: 100%;
}

.button {
  background-color: var(--btn-main-green);
  color: var(--white);
  text-align: center;
  border-radius: 100vmax;
  flex: none;
  padding: 1.25rem 2.5rem;
  font-weight: 500;
  line-height: 1.5;
  transition: box-shadow .2s, transform .2s, color .2s, background-color .2s;
  box-shadow: 0 2px #2020200d;
}

.button:hover {
  background-color: var(--btn-green);
  color: var(--text-dark-green);
}

.button:active {
  transform: translate(0, 2px);
  box-shadow: 0 0 #20202000;
}

.button.no-margin {
  margin-left: 0;
  margin-right: 0;
}

.button.outline {
  background-color: var(--white);
  box-shadow: inset 0 0 0 1px var(--dim-grey);
  color: var(--black);
}

.button.outline:hover {
  background-color: var(--silver);
}

.button.outline:active {
  background-color: var(--dim-grey);
  color: var(--white);
}

.button.light {
  background-color: var(--back-grey);
  box-shadow: none;
  color: var(--grey);
}

.button.light:hover {
  background-color: var(--silver);
  color: var(--grey);
}

.button.light:active {
  background-color: var(--soft-grey);
  color: var(--dark-grey);
}

.button.disabled {
  background-color: var(--back-grey);
  box-shadow: none;
  opacity: .7;
  color: var(--soft-grey);
}

.button.disabled:active {
  transform: none;
}

.button.subscribe {
  margin-bottom: 0;
  margin-left: -24px;
  padding-left: 22px;
  padding-right: 22px;
}

.button.dark {
  background-color: var(--dim-grey);
}

.button.dark:hover {
  background-color: var(--dark-grey);
}

.button.dark:active {
  background-color: var(--light-grey);
}

.button.white {
  background-color: var(--white);
  color: var(--black);
  font-weight: 500;
}

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

.button.white:active {
  background-color: var(--soft-grey);
}

.button.is-secondary {
  background-color: var(--btn-green);
  color: var(--text-dark-green);
}

.button.is-secondary:hover {
  background-color: var(--btn-main-green);
  color: var(--white);
}

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

.button.is-small._2 {
  padding: .85rem 2.25rem;
}

.home_grid-box-wide {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: var(--secondary-creme);
  border-radius: 36px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.home_grid-box-wide.noise {
  padding-bottom: 20px;
}

.home_grid-box-wide.noise.gglads {
  justify-content: space-between;
  align-items: center;
}

.home-grid_h3 {
  text-wrap: balance;
  font-family: Clashdisplay, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2em;
}

.home-grid_wide-box-img {
  z-index: 1;
  width: 60%;
  position: relative;
}

.home-grid_wide-box-img-small {
  z-index: 1;
  width: 50%;
  position: relative;
}

.logos_img {
  opacity: .6;
}

.home-heading-wrap {
  text-align: center;
  cursor: default;
  flex-direction: column;
  align-items: center;
  max-width: 70ch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-heading-wrap.accordion {
  margin-bottom: 80px;
}

.home-heading-wrap.stammdaten {
  padding-left: 0;
}

.home-heading-wrap.work-cards {
  max-width: 1440px;
  margin-bottom: 0;
}

.home-heading-wrap.cards {
  margin-bottom: 40px;
}

.home-heading-wrap.ggl-ads {
  max-width: 60ch;
}

.text-style-underline {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--btn-green);
  text-decoration-color: var(--btn-green);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-offset: -1px;
  line-height: 1;
  text-decoration-thickness: .75rem;
}

.space-small {
  padding-top: 1rem;
}

.footer_col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.footer_jobs-number {
  background-color: var(--btn-green);
  border-radius: 100vmax;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  font-size: .75rem;
  display: flex;
}

.home-header_h1 {
  font-family: Clashdisplay, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: .9;
}

.home-header_h1.about {
  text-align: center;
  margin-bottom: 40px;
}

.home-header_wrap {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  max-width: 100%;
  display: grid;
  position: relative;
}

.home-header_content {
  max-width: 100%;
  margin-left: 1rem;
}

.home-header_bg-grid {
  z-index: -1;
  width: 100%;
  position: absolute;
}

.text-slide_wrap {
  justify-content: center;
  align-items: center;
  padding-top: 20vh;
  padding-bottom: 20vh;
  display: flex;
}

.text-scrub_wrap {
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  display: flex;
}

.section-home-header {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 18rem;
  padding-bottom: 10rem;
  display: flex;
}

.section-home-header.gglads {
  padding-top: 13rem;
}

.rotatingtext {
  display: block;
  position: absolute;
}

.home-header_roate-wrap {
  height: 1em;
  position: relative;
  overflow: hidden;
}

.paragraph-4 {
  text-align: justify;
}

.paragraph-4.roi {
  text-align: center;
  margin-bottom: 0;
}

.paragraph-5 {
  text-align: justify;
}

.paragraph-5.roi {
  text-align: center;
}

.section-roi {
  cursor: default;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
  display: flex;
}

.div-block-33 {
  background-color: #fff;
  width: 100%;
  height: 600px;
}

.contact-link-txt-4 {
  color: #21a7e0;
  flex: 0 auto;
  align-items: center;
  margin-top: 2px;
  padding-bottom: 0;
  font-size: 18px;
  display: block;
}

.contact-link-txt-4.ab {
  color: #1075ab;
}

.slides-slider {
  grid-column-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.slides-range-slider {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.heading-23368 {
  color: #1b99d2;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: none;
}

.heading-23368.ab {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.div-block-3027 {
  grid-row-gap: 50px;
  flex-flow: column;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}

.people-slider-range-2 {
  flex: 1;
  padding-right: 0;
}

.slide-span-4 {
  color: #1b99d2;
  font-weight: 700;
}

.slide-span-4.ab {
  color: #1075ab;
}

.calculator-bottom-text {
  display: flex;
}

.text-span-31 {
  color: #273d3d;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.time-result {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  display: flex;
}

.calculator-bottom-text-copy {
  display: none;
}

.cta-button-copy-3 {
  color: #21a7e0;
  background-color: #21a7e0;
  border: 1px #2f00ff;
  border-radius: 40px;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 30px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: background-color .3s;
}

.cta-button-copy-3:hover {
  color: #fff;
  background-color: #1075ab;
  font-family: Lato, sans-serif;
}

.cta-button-copy-3.ab {
  color: #273d3d;
  background-color: #bfeb8a;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 42px;
  margin-top: auto;
  margin-left: 0;
  font-family: Inter, sans-serif;
  font-weight: 600;
  display: flex;
}

.cta-button-copy-3.ab.next {
  display: none;
}

.cta-button-copy-3.ab.submit {
  width: 100%;
  margin-top: 0;
  display: block;
}

.div-block-3025 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #273d3d;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 38%;
  padding: 30px;
  display: flex;
}

.calculator-container {
  color: #111;
  background-color: #fff;
  border-radius: 20px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 38px 30px 30px;
  display: flex;
  overflow: hidden;
}

.heading-23370 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
}

.calcutor-paragraph {
  margin-bottom: 13px;
  margin-right: 10px;
  font-size: 18px;
  font-weight: 300;
}

.calculator-heading {
  margin-top: 0;
  margin-bottom: 18px;
  padding-right: 25px;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.25em;
}

.calculator-heading.s {
  color: #33383f;
  padding-right: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.calculator-heading.s-copy {
  color: #fff;
  margin-bottom: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.heading-23369 {
  color: #fffc;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35em;
}

.calculator-slide-range-2 {
  flex-direction: column;
  width: 60%;
  height: auto;
  padding: 0 30px 0 0;
  display: flex;
}

.calculator-component-2 {
  padding-top: 30px;
  padding-bottom: 70px;
}

.calculator-component-2.z {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.people-span-4 {
  color: #1b99d2;
  font-weight: 700;
}

.people-span-4.ab {
  color: #1075ab;
}

.money-result {
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  display: flex;
}

.calcutor-paragraph-copy {
  margin-bottom: 20px;
  margin-right: 10px;
  font-size: 18px;
  font-weight: 300;
}

.heading-23371 {
  color: #1b99d2;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: none;
}

.heading-23371.ab {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.div-block-3028 {
  grid-row-gap: 50px;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.text-field-2 {
  color: #202020;
  border: 1px solid #1113;
  border-radius: 6px;
  width: auto;
  min-width: 70px;
  max-width: 80px;
  height: 42px;
  margin-bottom: 0;
  margin-left: auto;
  font-size: 16px;
}

.text-field-2::placeholder {
  color: #000;
}

.paragraph-6, .form-block {
  margin-bottom: 0;
}

.div-block-3029 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #273d3d;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 38%;
  height: auto;
  padding: 30px 30px 48px;
  display: flex;
}

.heading-23372 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
}

.div-block-3030 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.heading-23373 {
  color: #fffc;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35em;
}

.div-block-3031 {
  justify-content: space-between;
  display: flex;
}

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

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

.code-embed {
  display: block;
}

.organisation-saving, .hours-saved {
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.div-block-3034 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 30px;
  display: flex;
}

.paragraph-7 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}

.image-45 {
  width: 40px;
}

.div-block-3035 {
  grid-row-gap: 50px;
  flex-flow: column;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}

.paragraph-8 {
  margin-bottom: 0;
}

.heading-23374 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
}

.div-block-3036 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.div-block-3037 {
  justify-content: space-between;
  display: flex;
}

.calculator-slide-range-3 {
  flex-direction: column;
  width: 60%;
  height: auto;
  padding: 0 30px 0 0;
  display: flex;
}

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

.heading-23375 {
  color: #fffc;
  white-space: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35em;
  display: block;
}

.calculator-slide-range-4 {
  flex-direction: column;
  width: 61%;
  height: auto;
  padding: 0 20px 0 0;
  display: flex;
}

.calculator-slide-range-4._2 {
  width: 55%;
}

.money-result-2 {
  grid-column-gap: 0px;
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.div-block-3039 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #273d3d;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 38%;
  padding: 30px;
  display: flex;
}

.time-result-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  display: flex;
}

.text-span-32 {
  color: #273d3d;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.calculator-container-2 {
  color: #111;
  background-color: #fff;
  border-radius: 20px;
  justify-content: space-between;
  align-items: flex-start;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding: 38px 30px 28px 34px;
  display: flex;
  overflow: hidden;
}

.heading-23376 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
}

.div-block-3040 {
  grid-row-gap: 50px;
  flex-flow: column;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}

.heading-23377 {
  color: #1b99d2;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: none;
}

.heading-23377.ab {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.heading-23378 {
  color: #1b99d2;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: none;
}

.heading-23378.ab {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.div-block-3041 {
  grid-row-gap: 50px;
  flex-flow: column;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}

.paragraph-9 {
  margin-bottom: 0;
}

.text-span-33 {
  color: #273d3d;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.time-result-3 {
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  display: flex;
}

.div-block-3042 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #273d3d;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  padding: 30px;
  display: flex;
}

.calculator-container-3 {
  color: #111;
  background-color: #fff;
  border-radius: 20px;
  justify-content: space-between;
  align-items: stretch;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  display: flex;
  overflow: hidden;
}

.calculator-container-3._2 {
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
}

.heading-23379 {
  color: var(--text-dark-green);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
}

.div-block-3043 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.div-block-3044 {
  justify-content: space-between;
  display: flex;
}

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

.div-block-3046 {
  margin-top: 200px;
  margin-bottom: 100px;
}

.heading-23380 {
  color: #1b99d2;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: none;
}

.heading-23380.ab {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.div-block-3047 {
  grid-row-gap: 50px;
  flex-flow: column;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}

.paragraph-10 {
  margin-bottom: 0;
}

.div-block-3048 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #273d3d;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 38%;
  padding: 30px;
  display: flex;
}

.calculator-container-4 {
  color: #111;
  background-color: #fff;
  border-radius: 20px;
  justify-content: space-between;
  align-items: flex-start;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding: 38px 30px 28px 34px;
  display: flex;
  overflow: hidden;
}

.heading-23381 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
}

.div-block-3049 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.div-block-3050 {
  justify-content: space-between;
  display: flex;
}

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

.code-embed-2 {
  display: none;
}

.text-span-34 {
  white-space: nowrap;
}

.margin-40px {
  width: 100%;
  height: 40px;
  margin-top: 40px;
}

.fs-cc-modal_description {
  margin-right: 2rem;
  font-size: .875rem;
  font-weight: 400;
}

.fs-cc-default_radius {
  border-radius: 1rem;
}

.fs-cc-banner_component {
  z-index: 1001;
  color: var(--text-dark-green);
  align-items: flex-end;
  max-height: 100%;
  padding: 1.25rem;
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  overflow: auto;
}

.fs-cc-modal_buttons {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  position: sticky;
  bottom: -1.25rem;
}

.fs-cc-modal_close-button {
  z-index: 1;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: background-color .2s;
  display: flex;
  position: absolute;
  inset: .25rem .25rem auto auto;
}

.fs-cc-modal_close-button:hover {
  background-color: var(--back-grey);
}

.fs-cc-screenreader-only {
  white-space: nowrap;
  border-style: none;
  border-width: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.fs-cc-prefs_description {
  margin-right: 3rem;
  font-size: .875rem;
  font-weight: 400;
}

.fs-cc-modal_link {
  color: var(--text-dark-green);
  text-decoration: underline;
  transition: color .2s;
  display: inline;
}

.fs-cc-modal_link:hover {
  color: var(--grey);
}

.fs-cc-styles {
  display: none;
}

.fs-cc-default_maxwidth {
  max-width: 32rem;
}

.fs-cc-horizontal-line {
  border-style: none none solid;
  border-bottom-width: 1px;
  width: 100%;
  height: 0;
}

.fs-cc-horizontal-line.fs-cc-default_border {
  flex: none;
}

.fs-cc-default_border {
  border: 1px solid #12201f33;
}

.fs-cc-prefs_checkbox-label {
  color: var(--text-dark-green);
  cursor: pointer;
  flex: 1;
  margin-bottom: .25rem;
  padding-left: 0;
  font-size: .9375rem;
  font-weight: 600;
}

.fs-cc-prefs_wrapper {
  padding-top: .5rem;
  padding-bottom: .25rem;
}

.fs-cc-modal_title {
  margin-bottom: .25rem;
  font-family: Clashdisplay, sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
}

.fs-cc-button_actions {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap-reverse;
  flex: 0 auto;
  justify-content: space-between;
  display: flex;
}

.fs-cc-prefs_checkbox-toggle {
  float: right;
  background-color: var(--grey);
  background-image: url('../images/fs-cc-toggle.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  border: 0 #fff0;
  border-radius: 2rem;
  width: 2.5rem;
  height: 1.5rem;
  margin: 0 0 0 2rem;
  transition: background-position .175s, background-color .175s;
}

.fs-cc-prefs_checkbox-toggle.w--redirected-checked {
  background-color: var(--tab-color-current);
  background-image: url('../images/fs-cc-toggle.svg');
  background-position: 100%;
  background-size: auto 100%;
  border: 0 #fff0;
}

.fs-cc-prefs_checkbox-toggle.w--redirected-focus {
  box-shadow: 0 0 3px 1px #fff0;
}

.fs-cc-prefs_checkbox-toggle.is-required {
  background-color: var(--tab-color-current);
  cursor: not-allowed;
  background-image: url('../images/fs-cc-toggle.svg');
  background-position: 100%;
}

.fs-cc-prefs_checkbox-toggle.is-required.w--redirected-checked {
  background-color: #239d28;
}

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

.fs-cc-default_hide-all {
  display: none;
}

.fs-cc-modal_prefs {
  width: 100%;
  height: auto;
  margin-bottom: 0;
  overflow: hidden;
}

.fs-cc-modal_close-button-line {
  background-color: #000;
  width: 1.125rem;
  height: 1.5px;
  transform: rotate(45deg);
}

.fs-cc-modal_close-button-line.is-second {
  position: absolute;
  transform: rotate(-45deg);
}

.fs-cc-prefs_checkbox {
  cursor: pointer;
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: -1px;
  padding-left: 0;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.fs-cc-button {
  border: 1px solid var(--btn-main-green);
  background-color: var(--btn-main-green);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 100vw;
  padding: .75rem 1.25rem;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.53;
  text-decoration: none;
  transition: color .2s, border-color .2s, background-color .2s;
}

.fs-cc-button:hover {
  border-color: var(--btn-green);
  background-color: var(--btn-green);
  color: var(--text-dark-green);
}

.fs-cc-button.fs-cc-is-secondary {
  color: var(--text-dark-green);
  background-color: #0000;
  flex: 0 auto;
}

.fs-cc-button.fs-cc-is-secondary:hover {
  background-color: var(--btn-green);
  color: var(--text-dark-green);
}

.fs-cc-button-line-wrap {
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.fs-cc-banner_modal {
  text-align: left;
  width: 100%;
  padding-top: 1.25rem;
  line-height: 1.33;
  position: relative;
}

.fs-cc-default_padding {
  padding: 1rem;
}

.text-block-3 {
  margin-top: 0;
}

.ggl-ads-form-wrapper {
  background-color: #fff;
  border-radius: 20px;
  width: 90%;
  height: auto;
}

.logos-ggl-ads {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  filter: contrast(29%);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  display: grid;
}

.div-block-3052 {
  height: 60px;
  padding: 8px;
}

.image-46 {
  height: 100%;
}

.image-47 {
  height: 100%;
  overflow: clip;
}

.div-block-3053 {
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.mask {
  height: auto;
  overflow: visible;
}

.slide {
  height: 100%;
}

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

.left-arrow {
  width: auto;
  max-width: 150px;
  inset: auto auto 0% 35px;
}

.right-arrow {
  width: auto;
  max-width: 150px;
  height: 30px;
  inset: auto 0% 0% auto;
}

.button-2 {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 30px;
  padding-right: 12px;
  font-size: 1rem;
  display: flex;
}

.div-block-3054 {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.slide-2 {
  height: 330px;
}

.div-block-3055 {
  grid-row-gap: 10px;
  flex-flow: column;
  width: 90%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-3056 {
  justify-content: space-between;
  display: flex;
}

.text-field-3, .text-field-4 {
  width: 49%;
  margin-bottom: 0;
}

.text-field-5 {
  border-radius: 10px;
  height: 42px;
  margin-bottom: 0;
}

.email-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  height: 42px;
  display: flex;
  overflow: hidden;
}

.buttons-wrapper {
  grid-row-gap: 5px;
  flex-flow: column;
  width: 30%;
  height: auto;
  padding-top: 0;
  display: flex;
  overflow: hidden;
}

.text-field-6, .text-field-7 {
  margin-bottom: 0;
}

.div-block-3058 {
  grid-row-gap: 10px;
  background-color: #273d3d;
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  padding: 0 20px;
  display: flex;
}

.form-block-2 {
  width: 100%;
  min-height: auto;
  margin-bottom: 0;
}

.success-message {
  background-color: #273d3d;
  border-radius: 12px;
  height: 300px;
  padding-top: 100px;
  overflow: hidden;
}

.text-block-4 {
  color: var(--secondary-creme);
  margin-top: auto;
  font-size: 1.5rem;
}

.div-block-3059 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 8px;
  margin-bottom: 5px;
  display: flex;
}

.div-block-3060 {
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.small-achtung {
  color: #fffc;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

.span {
  font-size: 3rem;
}

@media screen and (min-width: 1440px) {
  .logos_img-wrap._2 {
    padding-left: 0;
    padding-right: 10px;
  }

  .logos_img {
    order: 0;
  }

  .div-block-3027 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .people-slider-range-2, .div-block-3025 {
    width: 100%;
  }

  .calculator-container {
    box-shadow: none;
    padding-bottom: 30px;
  }

  .calculator-heading.s {
    margin-bottom: 10px;
    padding-right: 0;
    font-size: 16px;
  }

  .calculator-heading.s-copy {
    padding-right: 0;
    font-size: 16px;
  }

  .div-block-3028 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-3029 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-3035 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .calculator-slide-range-3 {
    width: 100%;
  }

  .calculator-slide-range-4 {
    width: 59%;
    padding-top: 10px;
    padding-bottom: 5px;
  }

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

  .calculator-container-2 {
    box-shadow: none;
  }

  .div-block-3040, .div-block-3041 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-3042 {
    width: 40%;
  }

  .calculator-container-3 {
    box-shadow: none;
    padding: 30px 32px;
  }

  .heading-23379 {
    color: var(--text-dark-green);
    font-weight: 500;
  }

  .div-block-3047 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

  .calculator-container-4 {
    box-shadow: none;
  }

  .bold-text {
    font-size: 16px;
  }

  .text-span-34 {
    white-space: nowrap;
    word-break: keep-all;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    margin-bottom: 1rem;
  }

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

  .button-black {
    position: relative;
  }

  ._12-columns {
    flex-flow: wrap;
  }

  .container-old {
    padding-left: 30px;
    padding-right: 30px;
  }

  .column {
    width: 50%;
  }

  .column.desk-3 {
    flex-wrap: nowrap;
    width: 33.33%;
  }

  .ds-block {
    margin-bottom: 40px;
  }

  .menu-icon {
    color: #096ad0;
  }

  .nav-content {
    justify-content: flex-end;
    margin-left: 16px;
  }

  .menu-button.w--open {
    color: #096ad0;
    background-color: #0000;
  }

  .logo-div {
    flex: 0 auto;
  }

  .nav-logo {
    flex: 1;
  }

  .footer {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .search-banner {
    display: none;
  }

  .nav-dropdown {
    text-align: center;
    flex: 1;
    margin-left: 0;
    margin-right: 0;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 15px;
    display: block;
  }

  .ds-menu-brand {
    margin-bottom: 0;
    top: 5px;
  }

  .ds-menu {
    z-index: 500;
    border-bottom: 1px solid var(--silver);
    background-color: #197dff;
    padding-top: 16px;
    padding-bottom: 16px;
    display: block;
    position: absolute;
    inset: 80px auto auto 0%;
  }

  .ds-nav {
    z-index: 10;
    width: 100%;
    padding-top: 20px;
    position: sticky;
    bottom: auto;
    left: auto;
    overflow: visible;
  }

  .ds-content {
    margin-left: 0;
    position: static;
  }

  .ds-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .small-button {
    position: relative;
  }

  .nav-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
    font-size: 15px;
  }

  .nav-link.cta-button {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  ._1-2-grid, ._2-1-grid {
    margin-left: 0;
  }

  .heading.h1 {
    font-size: 40px;
  }

  .error-3 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .licenses-grid {
    grid-column-gap: 40px;
    margin-left: 0;
  }

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

  .ds-menu-button {
    color: var(--white);
    margin-right: 12px;
    top: -10px;
  }

  .ds-menu-button.w--open {
    background-color: #197dff;
    border-radius: 40px;
  }

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

  .terms-card {
    padding-top: 64px;
  }

  .popular-posts-grid {
    grid-template-columns: 1fr;
  }

  .container-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .search-bar {
    width: 220px;
    font-size: 14px;
  }

  .error-4 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .banner-section {
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .large-3-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .nav-wrap {
    padding: 10px;
  }

  .btn-section {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .btn-demo {
    flex: none;
  }

  .hero-section {
    height: auto;
    max-height: 100vh;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .heading-h1 {
    font-size: 46px;
  }

  .green-line-container {
    width: 320px;
  }

  .hero-desc-container {
    width: 400px;
  }

  .hero-decription-text {
    font-size: 14px;
  }

  .left-box-image, .right-box-image {
    width: 35%;
  }

  .logo-section {
    padding-top: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .logos_list.ggl-ads {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .logo-box-column {
    height: 40px;
    max-height: 40px;
  }

  .section-2 {
    height: auto;
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .all-content-s2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: center;
  }

  .s2-text {
    line-height: 130%;
  }

  .wagon-text._1, .wagon-text._2, .wagon-text._3, .wagon-text._4, .wagon-text._5, .wagon-text._6, .wagon-text._7, .wagon-text._8, .wagon-text._9 {
    justify-content: center;
    line-height: 130%;
    display: flex;
  }

  .wagon-text-container {
    height: 48.0938px;
  }

  .section-3 {
    padding-bottom: 120px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .s3-container-1 {
    border-radius: 28px;
    margin-bottom: 30px;
    padding-top: 60px;
  }

  .s3-container-1.noise {
    padding-top: 40px;
  }

  .left-section {
    width: 50%;
    padding-bottom: 30px;
    padding-left: 30px;
  }

  .right-section {
    align-items: flex-end;
    margin-right: 30px;
    display: flex;
  }

  .content-section-card._3, .content-section-card._4 {
    margin-bottom: 30px;
    margin-right: 30px;
  }

  .heading-2 {
    font-size: 37px;
  }

  .header-container-section.accordion {
    margin-bottom: 40px;
  }

  .header-container-section.cards.ggl {
    margin-bottom: 0;
  }

  .text-block-card-head {
    max-width: 300px;
    font-size: 24px;
  }

  .desc-card {
    max-width: 340px;
    font-size: 14px;
    line-height: 130%;
  }

  .btn {
    padding-bottom: 20px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .btn-text {
    font-size: 12px;
  }

  .image-s3-cont-1, .image-s3-cont-1--2, .image-s3-cont-1--3 {
    object-fit: contain;
  }

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

  .home-grid_box {
    border-radius: 28px;
  }

  .s3-conteiner-2--right, .s3-container-3 {
    border-radius: 28px;
    padding-left: 30px;
  }

  .s3-container-3.noise {
    border-radius: 36px;
  }

  .section-5 {
    padding-bottom: 120px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .descripton-s-5 {
    max-width: 450px;
    line-height: 130%;
  }

  .s5-container-1 {
    border-radius: 28px;
    margin-bottom: 30px;
  }

  .s5-cont-1-left {
    padding-left: 30px;
    padding-right: 30px;
  }

  .s5-cont-1-head {
    width: auto;
    max-width: 334px;
    font-size: 24px;
  }

  .s5-cont-1-desc {
    width: auto;
    max-width: 390px;
    line-height: 130%;
  }

  .s5-container-2 {
    border-radius: 28px;
    padding: 30px;
  }

  .s5-cont-2-head {
    width: auto;
    max-width: 300px;
    font-size: 24px;
  }

  .s5-cont-2-desc {
    width: auto;
    max-width: 340px;
    line-height: 130%;
  }

  .section-6 {
    padding-bottom: 120px;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .card-s6 {
    border-radius: 16px;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }

  .section-7 {
    padding-bottom: 120px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .descripton-s-7 {
    font-weight: 400;
    line-height: 130%;
  }

  .head-left-column {
    font-size: 18px;
  }

  .head-option {
    font-size: 14px;
  }

  .option-desc-box {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .tick-box {
    width: 30px;
  }

  .tick {
    width: 100%;
  }

  .head-right-column {
    font-size: 18px;
  }

  .btn-text-hero {
    font-size: 12px;
  }

  .logo-section-2 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .text-scrub {
    width: auto;
    font-size: 37px;
  }

  .section-planning {
    padding-bottom: 50px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .desc_planing_container {
    padding-left: 0;
  }

  .head-planinng {
    font-size: 24px;
  }

  .desc-planing-box {
    margin-bottom: 10px;
  }

  .text-planing {
    font-size: 14px;
  }

  .line-planing {
    width: 260px;
  }

  .footer-box {
    border-radius: 28px;
    padding: 50px 30px;
  }

  .footer-box.noise {
    border-radius: 36px;
  }

  .links-container {
    grid-column-gap: 40px;
    grid-row-gap: 30px;
  }

  .right-footer-box {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
  }

  .main-section {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
    display: grid;
  }

  .left-block {
    align-items: center;
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .right-block {
    border-top-left-radius: 28px;
    border-bottom-left-radius: 28px;
    height: 50vw;
  }

  .right-block.noise {
    width: 100%;
    height: 75vw;
  }

  .page-heading {
    text-align: center;
    width: 490px;
    font-size: 40px;
  }

  .page-heading.about {
    font-size: 46px;
  }

  .page-heading.ggl-ads {
    width: auto;
  }

  .image-4 {
    width: 90%;
    bottom: -10%;
  }

  .image-5 {
    width: 90%;
    bottom: -10%;
    left: auto;
    right: auto;
  }

  .image-5._1 {
    bottom: -10%;
    left: auto;
    right: auto;
  }

  .page-header_tagline {
    font-size: 1rem;
  }

  .main-decr {
    text-align: center;
    width: 350px;
    font-size: 14px;
  }

  .main-container-s2 {
    padding: 80px 30px 120px;
  }

  .right-block-s2.stammdaten {
    border-top-left-radius: 28px;
    border-bottom-left-radius: 28px;
    align-items: flex-end;
    height: 50vw;
    padding-left: 30px;
  }

  .s2-cont-2-head {
    font-size: 24px;
  }

  .section--3 {
    padding-bottom: 120px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .right-block-s3 {
    padding-left: 0;
    padding-right: 0;
  }

  .s3-cont-2-head {
    width: auto;
    max-width: 320px;
    font-size: 24px;
  }

  .s3-cont-2-head._2 {
    width: auto;
  }

  .s3-cont-2-head._2.stammdaten {
    width: 350px;
    max-width: none;
  }

  .s3-cont-2-desc {
    width: auto;
    max-width: 350px;
  }

  .s3-cont-2-desc.stammdaten {
    width: 350px;
    max-width: none;
  }

  .s3-image-1._4 {
    width: 70%;
  }

  .s3-image-1._4.section-stammdaten-3 {
    width: 100%;
  }

  .s3-image-2._4 {
    width: 70%;
  }

  .s3-image-2._4.section-stammdaten-3 {
    width: 100%;
  }

  .section--4 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .left-block-s4 {
    padding-left: 30px;
  }

  .s4-cont-2-head {
    width: auto;
    max-width: 310px;
    font-size: 24px;
  }

  .s4-cont-2-desc {
    width: auto;
    max-width: 350px;
  }

  .section--5 {
    padding: 120px 30px;
  }

  .accordion-section {
    padding-bottom: 120px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .accordion-item-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .accordion-item-wrapper.v3:hover, .accordion-item-wrapper.v3.first:hover {
    transform: none;
  }

  .accordion-title {
    font-size: 24px;
  }

  .card.accordion-v3 {
    padding: 44px 0;
  }

  .accordion-spacer {
    min-height: 12px;
  }

  .mg-bottom-0 {
    font-size: 14px;
  }

  .wrap-parag {
    border-radius: 20px;
  }

  .decription-team-1 {
    font-size: 14px;
  }

  .image-container-team {
    border-radius: 28px;
    width: 540px;
    height: 450px;
  }

  .decription-team-2 {
    font-size: 14px;
  }

  .discr-card-uv {
    font-size: 12px;
  }

  .wrap-content-uv {
    position: relative;
  }

  .container-team {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-items: center;
    display: grid;
  }

  .container-team.desctop {
    display: none;
  }

  .container-team.mobile {
    flex-direction: column;
    display: flex;
  }

  .card-team {
    width: 175px;
  }

  .name-text {
    font-size: 18px;
  }

  .text-post {
    font-size: 14px;
  }

  .country-container {
    width: 16px;
  }

  .paragraph-lead, .post-leader {
    font-size: 14px;
  }

  .logo-wrap {
    width: 55px;
    height: 55px;
  }

  .image-s2-1._2, .image-s2-2._2, .image-s2-2._2-1 {
    width: 70%;
  }

  .section--4-1 {
    padding-bottom: 120px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section--5-1 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .s3-image-3._4 {
    width: 70%;
  }

  .s3-image-3._4.section-stammdaten-3 {
    width: 100%;
  }

  .image-container-stammdaten-2 {
    border-radius: 36px;
    padding: 30px;
  }

  .section-stammdaten-2, .section-stammdaten-4 {
    padding-bottom: 120px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-stammdaten-5 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .right-block-s5.section-stammdaten-3 {
    border-top-left-radius: 28px;
    border-bottom-left-radius: 28px;
    height: 50vw;
  }

  .right-block-s5.section-stammdaten-3.noise {
    padding: 40px;
  }

  .ss-6 {
    width: 100%;
  }

  .section-stammdaten-6 {
    padding: 120px 30px;
  }

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

  .div-line {
    width: 271px;
    height: 12px;
    margin-top: -12px;
  }

  .div-line._4 {
    width: 300px;
    margin-top: -12px;
  }

  .div-line._5 {
    width: 222px;
  }

  .div-line.bew {
    width: 298px;
  }

  .case-studies-section {
    margin-bottom: 120px;
  }

  .sticky {
    width: auto;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 5%;
    position: relative;
    overflow: visible;
  }

  .collection-list.c {
    grid-row-gap: 30px;
  }

  .project-ttitle {
    font-size: 22px;
  }

  .cs-card-category {
    line-height: 130%;
  }

  .project-content {
    flex-direction: column;
  }

  .project-card:hover {
    transform: none;
  }

  .info_svg {
    display: none;
  }

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

  .privacy_notice_de {
    margin-bottom: 120px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrap_content_impressum {
    padding-bottom: 120px;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .privacy_notice_en {
    margin-bottom: 120px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrap_img {
    justify-content: flex-end;
    padding-left: 0;
  }

  .image_1_lohn {
    width: 80%;
  }

  .image_2_lohn {
    width: 75%;
  }

  .right-block_sta.stammdaten {
    border-top-left-radius: 28px;
    border-bottom-left-radius: 28px;
    height: 50vw;
    padding-top: 20px;
    padding-left: 0;
  }

  .right-block_sta.stammdaten.noise {
    width: 100%;
    height: 75vw;
    padding-left: 140px;
    padding-right: 140px;
  }

  .burger_wrap {
    display: none;
  }

  .btn-section_mob {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .logos-container_mobile {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .s3-container-1-mob {
    margin-bottom: 30px;
    padding-top: 60px;
  }

  .s3-container-3-mob {
    padding-left: 30px;
  }

  .s5-container-1-mob {
    margin-bottom: 30px;
  }

  .s5-container-2-mob {
    border-radius: 28px;
    padding: 30px;
  }

  .pricing-table_cell {
    align-items: center;
  }

  .wrap_people, .div-block-29 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section--5-1-mob {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-stammdaten-4-mobile {
    padding-bottom: 120px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .main_section {
    height: auto;
    padding-top: 140px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrap_section {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    background-position: 50%;
    background-repeat: repeat-y;
    background-size: 100%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-top: 0;
    display: grid;
  }

  .left_box {
    text-align: center;
    align-items: center;
    width: 100%;
    padding-right: 30px;
  }

  .right_box {
    align-items: center;
    width: 100%;
    padding-top: 0;
    left: 0;
    right: 0;
  }

  .main_head {
    text-align: center;
    justify-content: center;
    width: 515px;
    font-size: 44px;
    display: flex;
  }

  .main_description {
    width: 420px;
    margin-bottom: 40px;
    font-size: 14px;
  }

  .top_main_text {
    font-size: 14px;
  }

  .descr_top {
    display: none;
  }

  .image_2, .image__3, .image_4, .image_5, .image_6 {
    left: auto;
    right: 0;
  }

  .cards-section {
    height: 650px;
    margin-bottom: 120px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .content_card_box {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .card_1-wrap, .card_2-wrap, .card_3-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .card-1 {
    border-radius: 36px;
  }

  .card-2, .card-3 {
    border-radius: 34px;
  }

  .top_box, .bottom_box {
    justify-content: center;
    height: auto;
    display: flex;
  }

  .new-line {
    width: 362px;
    height: 12px;
    bottom: 0%;
    left: 22%;
    right: auto;
  }

  .green-line-h2 {
    width: 310px;
    height: 12px;
  }

  .new-line-h2 {
    height: 12px;
  }

  .image-39 {
    width: 260px;
    height: 12px;
    bottom: 0;
  }

  .card_4-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .card-4 {
    border-radius: 34px;
  }

  .card_5-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .card-5 {
    border-radius: 34px;
  }

  .card_6-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .card-6 {
    border-radius: 34px;
  }

  .loader {
    height: 100svh;
  }

  .container-3 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .spacer_box_120px {
    height: 100px;
  }

  .cookie-popup_component {
    display: none;
  }

  .card_0-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .card-0 {
    border-radius: 36px;
  }

  .text-img_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .text-img_top-wrap.accordion {
    margin-bottom: 40px;
  }

  .section-page-header {
    padding-top: 8rem;
  }

  .page-header_wrap {
    flex-flow: column-reverse;
    display: flex;
  }

  .page-header_img-wrap {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .page-header_h1 {
    font-size: 3rem;
  }

  .page-header_h1.about {
    font-size: 46px;
  }

  .page-header_content {
    width: 100%;
  }

  .button {
    position: relative;
  }

  .home_grid-box-wide {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-radius: 28px;
    justify-content: space-between;
    align-items: center;
  }

  .home_grid-box-wide.noise {
    padding-top: 40px;
  }

  .home-heading-wrap.accordion {
    margin-bottom: 40px;
  }

  .home-header_h1 {
    font-size: 3rem;
  }

  .home-header_h1.about {
    font-size: 46px;
  }

  .home-header_h1.ggl-ads {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .home-header_wrap {
    flex-flow: column-reverse;
    display: flex;
  }

  .home-header_wrap.gglads {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-flow: column;
  }

  .home-header_content {
    width: 100%;
  }

  .home-header_content.ggl {
    width: 90%;
    margin-left: 0;
  }

  .home-header_bg-grid {
    object-fit: fill;
    top: 15vw;
  }

  .section-home-header {
    padding-top: 8rem;
  }

  .slides-slider {
    display: 20pxpx;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .people-slider-range-2 {
    padding-right: 0;
  }

  .calculator-bottom-text {
    margin-top: auto;
  }

  .text-span-31 {
    font-size: 14px;
  }

  .calculator-bottom-text-copy {
    margin-top: 10px;
  }

  .cta-button-copy-3 {
    margin-top: 0;
  }

  .cta-button-copy-3.ab {
    margin-top: auto;
  }

  .div-block-3025 {
    width: 31%;
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .calculator-container {
    justify-content: flex-start;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 30px;
  }

  .heading-23370 {
    width: 250px;
    font-size: 16px;
    line-height: 1.3em;
  }

  .calcutor-paragraph {
    margin-bottom: 0;
  }

  .calculator-heading {
    margin-bottom: 10px;
    padding-right: 20px;
    font-size: 24px;
    font-weight: 400;
  }

  .heading-23369 {
    font-size: 18px;
  }

  .calculator-slide-range-2 {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .calculator-component-2 {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .calcutor-paragraph-copy {
    margin-bottom: 12px;
  }

  .div-block-3029 {
    width: 31%;
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .heading-23372 {
    width: 250px;
    font-size: 16px;
    line-height: 1.3em;
  }

  .heading-23373 {
    font-size: 18px;
  }

  .heading-23374 {
    width: 250px;
    font-size: 16px;
    line-height: 1.3em;
  }

  .calculator-slide-range-3 {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .heading-23375 {
    text-align: left;
    white-space: normal;
    font-size: 18px;
  }

  .calculator-slide-range-4 {
    width: 59%;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .calculator-slide-range-4._2 {
    width: 50%;
  }

  .div-block-3039 {
    width: 31%;
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .text-span-32 {
    font-size: 14px;
  }

  .calculator-container-2 {
    justify-content: flex-start;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 30px;
  }

  .heading-23376 {
    width: 250px;
    font-size: 16px;
    line-height: 1.3em;
  }

  .text-span-33 {
    font-size: 14px;
  }

  .div-block-3042 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
    padding: 30px 20px 35px;
  }

  .calculator-container-3 {
    justify-content: space-between;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 30px;
  }

  .heading-23379 {
    width: 250px;
    font-size: 16px;
    line-height: 1.3em;
  }

  .div-block-3048 {
    width: 31%;
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .calculator-container-4 {
    justify-content: flex-start;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 30px;
  }

  .heading-23381 {
    width: 250px;
    font-size: 16px;
    line-height: 1.3em;
  }

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

  .logos-ggl-ads {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-3052 {
    height: 50px;
  }

  .code-embed-3 {
    display: block;
  }
}

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

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 22px;
  }

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

  .section.daek-page-header, .section.light-page-header {
    padding-top: 80px;
    padding-bottom: 16px;
  }

  .spacer {
    height: 32px;
  }

  .spacer._64 {
    height: 48px;
  }

  .spacer._80 {
    width: 64px;
    height: 64px;
  }

  ._12-columns {
    flex-wrap: wrap;
  }

  ._12-columns.flex-horizontal {
    flex-flow: wrap;
    margin-bottom: 0;
  }

  .column.desk-6, .column.desk-5, .column.desk-4, .column.desk-9, .column.desk-7, .column.desk-8 {
    width: 100%;
  }

  .nav-content {
    border-top: 1px solid var(--silver);
    background-color: var(--white);
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 40px;
    position: absolute;
    overflow: auto;
  }

  .nav-cta-button-container {
    flex-direction: column;
    align-items: stretch;
    margin-top: 10px;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    margin-right: -12px;
    padding: 16px;
  }

  .nav-bar {
    border: 1px #000;
  }

  .logo-div {
    margin-right: auto;
  }

  .footer-logo {
    padding-left: 0;
  }

  .footer {
    height: 100%;
  }

  .nav-dropdown {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 16px;
  }

  .nav-dropdown:hover {
    transform: none;
  }

  .paragraph {
    font-size: 15px;
  }

  .nav-menu {
    text-align: center;
    margin-right: 0;
    padding-right: 0;
  }

  .ds-menu-brand.w--current {
    margin-top: 14px;
  }

  .ds-content {
    margin-left: 0;
  }

  .ds-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

  .tab-link {
    width: auto;
  }

  .nav-container {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-link {
    text-align: center;
    margin-left: 25px;
    margin-right: 25px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .nav-link:hover {
    transform: none;
  }

  .field-block {
    min-height: auto;
  }

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

  .ds-colour-block {
    width: 25%;
  }

  ._1-2-grid, ._2-1-grid {
    grid-template-columns: 2fr;
    margin-left: 0;
  }

  .heading.h1 {
    font-size: 35px;
  }

  .heading.h2 {
    margin-bottom: 16px;
    font-size: 28px;
  }

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

  .heading.large-h1 {
    font-size: 48px;
  }

  .licenses-grid {
    grid-template-columns: 1fr;
    margin-left: 0;
  }

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

  .terms-card {
    padding-top: 48px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .popular-posts-grid {
    grid-template-columns: 1fr;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .search-bar {
    width: 100%;
  }

  .cta-banner {
    text-align: center;
    flex-direction: column;
    grid-template-columns: auto;
    padding: 40px;
  }

  .banner-section {
    text-align: left;
    justify-content: flex-start;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .banner {
    text-align: left;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .hero-grid, .large-3-grid {
    grid-template-columns: 1fr;
  }

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

  .footer-logo-block {
    margin-bottom: 40px;
  }

  .ebook-header-block {
    height: auto;
    display: none;
  }

  .ebook-page-grid {
    grid-template-columns: 1fr;
  }

  .ebook-mobile-block {
    height: auto;
    display: block;
  }

  .navbar {
    background-image: none;
    padding: 15px 1.25rem;
  }

  .nav-wrap {
    padding-left: 15px;
    padding-right: 20px;
  }

  .logo-container {
    justify-content: center;
  }

  .main-logo {
    height: 32px;
    overflow: visible;
  }

  .btn-section {
    display: none;
  }

  .btn-section._2 {
    display: flex;
  }

  .btn-demo {
    flex: 0 auto;
    padding: 16px 29px;
  }

  .btn-demo.footer_mobile {
    z-index: 1;
    display: block;
    position: relative;
  }

  .button-text {
    font-size: 12px;
  }

  .header-h1-container {
    z-index: 1;
    position: relative;
  }

  .heading-h1 {
    font-size: 42px;
  }

  .green-line-container {
    width: 300px;
  }

  .hero-desc-container {
    width: 400px;
  }

  .hero-decription-text {
    font-size: 14px;
  }

  .left-box-image, .right-box-image {
    align-items: center;
  }

  .logo-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .logos_list {
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .logo-box-column {
    height: 35px;
  }

  .logos_heading {
    text-align: center;
  }

  .desc-logos-container {
    margin-bottom: 10px;
  }

  .s2-text, .wagon-text._1, .wagon-text._2, .wagon-text._3, .wagon-text._4, .wagon-text._5, .wagon-text._6, .wagon-text._7, .wagon-text._8, .wagon-text._9 {
    font-size: 28px;
  }

  .wagon-text-container {
    height: 36.3984px;
  }

  .s3-container-1 {
    display: none;
  }

  .left-section {
    width: 100%;
  }

  .right-section {
    width: 100%;
    margin-bottom: 60px;
    margin-right: 0;
    padding-left: 30px;
  }

  .content-section-card {
    padding: 1.5rem;
  }

  .content-section-card._5 {
    width: 100%;
  }

  .heading-2 {
    font-size: 28px;
  }

  .home-grid_2-cols {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
  }

  .home-grid_box, .s3-conteiner-2--right {
    width: 100%;
  }

  .s3-conteiner-2--right.noise {
    grid-column-gap: 350px;
    grid-row-gap: 350px;
  }

  .s3-container-3 {
    display: none;
  }

  .s3-container-3.noise {
    border-radius: 28px;
  }

  .logos-box {
    width: 100%;
  }

  .descripton-s-5 {
    max-width: 360px;
  }

  .s5-container-1 {
    flex-direction: column;
    display: none;
  }

  .s5-cont-1-left {
    width: 100%;
    padding-bottom: 30px;
  }

  .s5-cont-1-right {
    width: 100%;
    padding-top: 40px;
    padding-left: 30px;
    overflow: hidden;
  }

  .s5-cont-1-desc {
    max-width: 400px;
  }

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

  .s5-container-2 {
    display: none;
  }

  .s5-cont-2-left {
    width: 100%;
  }

  .s5-cont-2-right {
    width: 100%;
    margin-bottom: 40px;
  }

  .trust_grid {
    flex-direction: column;
  }

  .desc-card-s6 {
    width: 380px;
  }

  .text-scrub {
    font-size: 28px;
  }

  .text-scrub.word {
    line-height: 75%;
  }

  .section-planning {
    padding-left: 30px;
    padding-right: 30px;
  }

  .desc_planing_container {
    width: 100%;
  }

  .cal-container {
    width: 100%;
    overflow: hidden;
  }

  .planing-wrap-container {
    flex-direction: column;
  }

  .head-planinng {
    text-align: center;
    font-size: 28px;
  }

  .desc-planing-box {
    align-items: flex-start;
  }

  .line-planing {
    width: 300px;
  }

  .desc-planing-box-last {
    align-items: flex-start;
  }

  .logos_img-wrap {
    width: 10rem;
  }

  .logos_img-wrap._2 {
    width: 30%;
    padding: 9px;
  }

  .logos_img-wrap._2._22 {
    padding: 6px;
  }

  .logo-footer-box {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    display: flex;
  }

  .logo-footer-box._2 {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-bottom: 0;
  }

  .footer-box {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
  }

  .footer-box.noise {
    border-radius: 28px;
  }

  .footer-box._2 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .logo-footer {
    height: 45px;
  }

  .logo-footer._2 {
    width: 130px;
  }

  .right-footer-box {
    display: none;
  }

  .dropdown-list {
    display: block;
  }

  .dropdown-toggle {
    padding-left: 0;
  }

  .dropdown-toggle.footer_style {
    z-index: 1;
    width: 100%;
  }

  .icon-2 {
    color: #12201f;
  }

  .main-section {
    flex-direction: column;
    margin-bottom: 120px;
    padding-top: 100px;
  }

  .right-block {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
    height: 100%;
    margin-left: 0;
    padding: 60px 0 60px 10px;
  }

  .right-block._2 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 0;
  }

  .right-block.noise {
    border-radius: 28px;
  }

  .page-heading.about {
    font-size: 42px;
  }

  .page-heading.ggl-ads {
    font-size: 40px;
  }

  .descripton-p2-s2 {
    width: 380px;
  }

  .main-container-s2 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-direction: column;
    align-items: center;
  }

  .left-block-s2 {
    align-items: center;
    width: 100%;
    padding-left: 0;
  }

  .right-block-s2 {
    width: 90%;
  }

  .right-block-s2.stammdaten {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    align-items: flex-end;
    width: 100%;
    height: 80vw;
    margin-left: 0;
  }

  .right-block-s2.stammdaten.noise {
    border-radius: 28px;
  }

  .s2-cont-2-head, .s2-cont-2-desc {
    text-align: center;
  }

  .section--3 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .section--3._2-1 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .left-block-s3 {
    justify-content: center;
    width: 100%;
  }

  .left-block-s3.section-stammdaten-3 {
    width: 100%;
  }

  .right-block-s3 {
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .right-block-s3._1 {
    padding-left: 0;
  }

  .s3-cont-2-head {
    text-align: center;
  }

  .s3-cont-2-head._2 {
    max-width: 360px;
  }

  .s3-cont-2-desc {
    text-align: center;
    max-width: 360px;
  }

  .s3-image-1, .s3-image-1._4, .s3-image-2, .s3-image-2._4 {
    width: 100%;
  }

  .s3-image-2._4.section-stammdaten-3 {
    bottom: auto;
    left: auto;
    right: auto;
  }

  .section--4 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-direction: column;
    align-items: center;
  }

  .right-block-s4 {
    width: 100%;
  }

  .left-block-s4 {
    align-items: center;
    width: 100%;
    padding-left: 0;
  }

  .s4-cont-2-head, .s4-cont-2-desc {
    text-align: center;
  }

  .accordion-section {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-side {
    margin-right: 16px;
  }

  .accordion-side.right-side {
    margin-left: 16px;
  }

  .accordion-item-wrapper {
    padding: 40px 24px;
  }

  .accordion-item-wrapper.v3 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .accordion-item-wrapper.v3.first {
    padding-left: 30px;
    padding-right: 30px;
  }

  .accordion-item-wrapper.v3.first:hover {
    transform: none;
  }

  .accordion-title {
    font-size: 20px;
  }

  .card.accordion-v3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .btn-circle-secondary {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .wrap-parag {
    border-radius: 18px;
  }

  .link-main.w--current {
    width: 90%;
    overflow: hidden;
  }

  .link-main.w--current:hover, .link-main.w--current:active {
    background-color: #0000;
  }

  .section-about {
    padding-top: 100px;
  }

  .main-logo-icon {
    height: 80px;
  }

  .image-container-team {
    width: 450px;
    height: 400px;
  }

  .container-team {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: center;
  }

  .image-box-leader {
    width: 160px;
  }

  .container-offente {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .box-offente {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .text-box-offente {
    align-items: center;
  }

  .card-kit {
    border-radius: 14px;
  }

  .card-kit._4 {
    align-items: flex-start;
  }

  .image-13 {
    width: 30%;
  }

  .image-18 {
    width: 25%;
  }

  .image-s2-1._2 {
    width: 80%;
    display: none;
  }

  .image-s2-1._2.stammdaten {
    display: block;
  }

  .image-s2-2._2 {
    width: 80%;
    display: none;
  }

  .image-s2-2._2.stammdaten {
    display: block;
  }

  .image-s2-2._2-1 {
    width: 100%;
  }

  .section--4-1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .section--5-1 {
    display: none;
  }

  .s3-image-3._4 {
    width: 100%;
  }

  .image-container-stammdaten-2 {
    border-radius: 28px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-stammdaten-2 {
    width: 100%;
  }

  .section-stammdaten-4 {
    display: none;
  }

  .section-stammdaten-5 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-direction: column;
  }

  .left-block-s5 {
    align-items: center;
    width: 100%;
  }

  .right-block-s5.section-stammdaten-3 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
    height: 110vw;
    margin-left: 0;
  }

  .right-block-s5.section-stammdaten-3.noise {
    border-radius: 28px;
  }

  .heading-privacy {
    font-size: 28px;
  }

  .line-box {
    width: 210px;
  }

  .div-line {
    align-items: flex-start;
    height: 10px;
    margin-top: -10px;
    display: flex;
  }

  .div-line._4 {
    margin-top: -10px;
  }

  .scroll-container {
    padding-left: 30px;
  }

  .collection-item {
    width: 40%;
    padding-right: 20px;
  }

  .background-nav {
    display: flex;
  }

  .image_1_lohn {
    width: 85%;
  }

  .image_4_sta.stammdaten, .image_5_sta, .image_6_sta, .image_7_sta {
    width: 100%;
    left: 0%;
  }

  .wrap_img_sta {
    width: 90%;
    top: 0%;
    left: 0%;
  }

  .right-block_sta.stammdaten {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
    height: 110vw;
    margin-left: 0;
    padding-top: 60px;
    padding-left: 0;
  }

  .right-block_sta.stammdaten.noise {
    border-radius: 28px;
    height: 100vw;
    padding-left: 40px;
    padding-right: 40px;
  }

  .burger_wrap {
    z-index: 99;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 35px;
    height: 30px;
    padding-bottom: 0;
    display: flex;
    position: relative;
  }

  .burger_wrap._2 {
    display: none;
  }

  .burger_line_top, .burger_line_bottom {
    background-color: #1b2928;
    width: 100%;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav_window {
    z-index: 1;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: #e9dfd38f;
    border-radius: 16px;
    height: auto;
    display: none;
    position: absolute;
    inset: 0 0 auto;
  }

  .btn-section_mob {
    padding: 80px 20px 20px 30px;
    display: block;
  }

  .dropdown_link1 {
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
  }

  .dropdown_link1:hover {
    background-color: #0000;
  }

  .dropdown-list_mob {
    margin-left: 10px;
    padding-top: 0;
    display: none;
    position: static;
  }

  .dropdown-list_mob:hover {
    background-color: #0000;
  }

  .dropdown-container_mob {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #0000;
    border-radius: 0;
    padding: 0;
  }

  .dropdown-container_mob:hover {
    background-color: #0000;
  }

  .dropdown-link_mob {
    color: #12201fe6;
    text-align: left;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    display: flex;
  }

  .dropdown-link_mob:hover {
    background-color: #0000;
  }

  .dropdown-link-2-mob {
    color: #12201fe6;
    text-align: left;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    display: flex;
  }

  .dropdown-link-2-mob.w--current:hover {
    background-color: #0000;
  }

  .dropdown-link-3-mob.text-menu-mob {
    color: #12201fe6;
    text-align: left;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    font-weight: 400;
    display: flex;
  }

  .dropdown-link-3-mob.text-menu-mob:hover {
    background-color: #0000;
  }

  .text-link-menu-mob {
    color: #12201f;
    font-family: Clashdisplay, sans-serif;
    font-size: 22px;
    font-weight: 600;
  }

  .menu-link-mob.ber-uns-mob {
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    transition: none;
  }

  .menu-link-mob.ber-uns-mob:hover, .menu-link-mob.ber-uns-mob:active {
    background-color: #0000;
  }

  .text-link-menu-mob_2 {
    color: #12201f;
    font-family: Clashdisplay, sans-serif;
    font-size: 22px;
    font-weight: 600;
  }

  .menu-link-mob_kontakt.kontakt {
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    transition: none;
  }

  .menu-link-mob_kontakt.kontakt:hover, .menu-link-mob_kontakt.kontakt:active {
    background-color: #0000;
  }

  .text-link-menu_mob_kontakt {
    color: #12201f;
    font-family: Clashdisplay, sans-serif;
    font-size: 22px;
    font-weight: 600;
  }

  .btn_box_mob {
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
  }

  .wrap_link {
    margin-bottom: 10px;
    overflow: hidden;
  }

  .wrap_link:hover, .wrap_link:active {
    background-color: #0000;
  }

  .wrap_btn_menu {
    overflow: hidden;
  }

  .nav_background {
    background-color: #1d1d1d80;
    width: 100%;
    height: 100vh;
    position: absolute;
    inset: 0%;
  }

  .logos-container_mobile {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .s3-container-1-mob {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 28px;
    flex-direction: column;
    margin-bottom: 60px;
    display: flex;
  }

  .s3-container-3-mob {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    border-radius: 28px;
    flex-direction: column;
    padding-bottom: 30px;
    display: flex;
  }

  .s5-container-1-mob {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    border-radius: 28px;
    flex-direction: column;
    display: flex;
  }

  .s5-container-2-mob {
    display: block;
  }

  .s5-container-2-mob.noise {
    z-index: 1;
    position: relative;
  }

  .pricing-table_card-body {
    padding-top: 28px;
    padding-bottom: 28px;
    font-size: 1.3rem;
  }

  .pricing-table_mobile-nav-icon {
    color: var(--white);
  }

  .pricing-table {
    padding-top: 2px;
  }

  .pricing-table_title-col {
    max-width: 50%;
    margin-top: 1px;
  }

  .pricing-table_mobile-nav-btn {
    background-color: var(--btn-main-green);
  }

  .pricing-table_card {
    border-radius: 12px;
  }

  .pricing-table_card.cc-callout {
    border-radius: 16px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .pricing-table_mobile-nav {
    z-index: 2;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: space-between;
    width: 110%;
    margin-left: -5%;
    display: flex;
    top: 47px;
  }

  .swiper.cc-pricing-table {
    overflow: hidden;
  }

  .swiper-slide.cc-pricing-table {
    flex: none;
    width: 100%;
    max-width: none;
  }

  .pricing-table_options {
    max-width: 50%;
  }

  .pricing-table_cell.cc-title-row {
    padding-left: 32px;
    padding-right: 32px;
  }

  .footer_mobile_wrap {
    width: 100%;
    margin-bottom: 60px;
    display: block;
  }

  .wrap_link_footer, .wrap_link_footer_2, .wrap_link_footer_3 {
    margin-bottom: 10px;
    overflow: hidden;
  }

  .dropdown_link1-footer {
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
  }

  .dropdown_link1-footer.footer_mob {
    width: 100%;
  }

  .dropdown_link2-footer {
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
  }

  .dropdown_link2-footer.footer_mob {
    width: 100%;
  }

  .dropdown_link3-footer {
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
  }

  .dropdown_link3-footer.footer_mob {
    width: 100%;
  }

  .wrap_people {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: flex;
  }

  .div-block-29 {
    display: flex;
  }

  .section--5-1-mob, .section-stammdaten-4-mobile {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .main_section {
    height: auto;
    padding-top: 100px;
  }

  .wrap_section {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
  }

  .left_box {
    padding-left: 0;
  }

  .right_box {
    width: 100%;
  }

  .main_head {
    width: 420px;
    font-size: 36px;
  }

  .main_description {
    width: 350px;
  }

  .descr_top {
    display: none;
  }

  .cards-section {
    height: 540px;
  }

  .cover_img {
    object-position: 0% 50%;
  }

  .cover_img._2 {
    object-position: 76% 50%;
  }

  .cover_img._1, .cover_img._4, .cover_img._5 {
    object-position: 50% 50%;
  }

  .head_card {
    width: 400px;
    font-size: 22px;
  }

  .descr_card {
    width: 430px;
  }

  .card-1, .card-2, .card-3 {
    border-radius: 28px;
  }

  .new-line {
    width: 296px;
    height: 10px;
    bottom: 0%;
    left: 22%;
  }

  .wrap_head.left {
    justify-content: center;
  }

  .green-line-h2 {
    width: 235px;
    height: 10px;
  }

  .new-line-h2 {
    height: 10px;
  }

  .image-39 {
    width: 300px;
    height: 10px;
  }

  .wrap_h2_subpage {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .card-4, .card-5, .card-6 {
    border-radius: 28px;
  }

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

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

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

  .cookie-modal_button-wrap {
    padding: 1.5rem;
  }

  .cookie-modal_button-wrap.is-small {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

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

  .cookie-preference_component {
    display: none;
  }

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

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

  .card-0 {
    border-radius: 28px;
  }

  .text-img_container {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-direction: column;
    align-items: center;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .text-img_img {
    width: 100%;
  }

  .text-img_top-p {
    max-width: 100%;
  }

  .text-img_content {
    flex-flow: column-reverse;
  }

  .text-img_text-wrap {
    width: 100%;
  }

  .text-img_h3 {
    overflow-wrap: break-word;
    font-size: 1.75rem;
  }

  .space-medium {
    height: 1.5rem;
  }

  .text-img_top-wrap {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

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

  .section-page-header {
    padding-top: 5rem;
    padding-bottom: 3rem;
  }

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

  .page-header_wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column-reverse;
    display: flex;
  }

  .page-header_h1 {
    font-size: 2.5rem;
  }

  .page-header_h1.about {
    font-size: 42px;
  }

  .button {
    padding: 1rem 2rem;
  }

  .home_grid-box-wide {
    flex-flow: column-reverse;
  }

  .home-grid_h3 {
    overflow-wrap: break-word;
    font-size: 1.75rem;
  }

  .home-grid_wide-box-img, .home-grid_wide-box-img-small {
    width: 100%;
  }

  .home-heading-wrap {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .home-header_h1 {
    font-size: 2.5rem;
  }

  .home-header_h1.about {
    font-size: 42px;
  }

  .home-header_wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column-reverse;
    display: flex;
  }

  .home-header_content.ggl {
    width: 100%;
  }

  .section-home-header {
    padding-top: 5rem;
    padding-bottom: 3rem;
  }

  .section-home-header.gglads {
    padding-top: 10rem;
  }

  .section-roi {
    padding-top: 60px;
  }

  .contact-link-txt-4 {
    font-size: 16px;
  }

  .slides-slider {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: space-between;
    margin-top: 6px;
    margin-bottom: 10px;
  }

  .heading-23368 {
    padding-left: 10px;
    font-size: 18px;
    line-height: 1.35em;
  }

  .people-slider-range-2 {
    padding-right: 12px;
  }

  .calculator-bottom-text {
    margin-top: 8px;
    display: none;
  }

  .text-span-31 {
    font-size: 14px;
  }

  .time-result {
    flex-direction: row;
  }

  .calculator-bottom-text-copy {
    justify-content: center;
    margin-top: 8px;
  }

  .cta-button-copy-3 {
    padding: 7px 16px;
    font-size: 14px;
  }

  .div-block-3025 {
    display: 16pxpx;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column wrap;
    width: auto;
    margin-bottom: 0;
    padding-left: 6px;
    padding-right: 6px;
  }

  .calculator-container {
    flex-direction: column;
    padding: 22px 24px;
  }

  .heading-23370 {
    width: 220px;
    font-size: 14px;
    line-height: 1.3em;
  }

  .calcutor-paragraph {
    text-align: center;
    margin-bottom: 15px;
    margin-right: 6px;
    font-size: 16px;
  }

  .calculator-heading {
    text-align: center;
    margin-bottom: 14px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 22px;
  }

  .calculator-heading.s {
    padding-left: 0;
  }

  .calculator-heading.s-copy {
    text-align: left;
    padding-left: 0;
    font-weight: 500;
  }

  .heading-23369 {
    margin-bottom: 5px;
    font-size: 17px;
  }

  .calculator-slide-range-2 {
    width: auto;
    padding: 0 0 16px;
  }

  .calculator-component-2 {
    padding-top: 20px;
    padding-bottom: 24px;
  }

  .money-result {
    flex-direction: row;
  }

  .calcutor-paragraph-copy {
    text-align: center;
    margin-bottom: 15px;
    margin-right: 6px;
    font-size: 16px;
  }

  .div-block-3024 {
    align-self: flex-start;
  }

  .heading-23371 {
    padding-left: 10px;
    font-size: 18px;
    line-height: 1.35em;
  }

  .div-block-3029 {
    display: 16pxpx;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column wrap;
    width: auto;
    margin-bottom: 0;
    padding-left: 6px;
    padding-right: 6px;
  }

  .heading-23372 {
    width: 220px;
    font-size: 14px;
    line-height: 1.3em;
  }

  .heading-23373 {
    margin-bottom: 5px;
    font-size: 17px;
  }

  .paragraph-7 {
    font-size: 16px;
  }

  .image-45 {
    width: 30px;
  }

  .heading-23374 {
    width: 220px;
    font-size: 14px;
    line-height: 1.3em;
  }

  .calculator-slide-range-3 {
    width: auto;
    padding: 0 0 16px;
  }

  .heading-23375 {
    margin-bottom: 5px;
    font-size: 17px;
  }

  .calculator-slide-range-4 {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    padding: 0 0 16px;
  }

  .calculator-slide-range-4._2 {
    width: 100%;
  }

  .money-result-2 {
    flex-flow: column;
    width: 100%;
  }

  .div-block-3039 {
    display: 16pxpx;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column wrap;
    width: auto;
    margin-bottom: 0;
    padding-left: 6px;
    padding-right: 6px;
  }

  .time-result-2 {
    flex-direction: row;
  }

  .text-span-32 {
    font-size: 14px;
  }

  .calculator-container-2 {
    flex-direction: column;
    padding: 22px 24px;
  }

  .heading-23376 {
    width: 220px;
    font-size: 14px;
    line-height: 1.3em;
  }

  .heading-23377, .heading-23378 {
    padding-left: 10px;
    font-size: 18px;
    line-height: 1.35em;
  }

  .heading-23378.ab {
    padding-left: 0;
  }

  .div-block-3041 {
    grid-row-gap: 20px;
    width: 100%;
  }

  .text-span-33 {
    font-size: 14px;
  }

  .time-result-3 {
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-3042 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 25px;
    display: flex;
  }

  .calculator-container-3 {
    flex-direction: column;
    padding: 22px 24px;
  }

  .calculator-container-3._2 {
    grid-row-gap: 10px;
  }

  .heading-23379 {
    width: 220px;
    font-size: 14px;
    line-height: 1.3em;
  }

  .heading-23380 {
    padding-left: 10px;
    font-size: 18px;
    line-height: 1.35em;
  }

  .div-block-3048 {
    display: 16pxpx;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column wrap;
    width: auto;
    margin-bottom: 0;
    padding-left: 6px;
    padding-right: 6px;
  }

  .calculator-container-4 {
    flex-direction: column;
    padding: 22px 24px;
  }

  .heading-23381 {
    width: 220px;
    font-size: 14px;
    line-height: 1.3em;
  }

  .fs-cc-prefs_wrapper {
    padding-top: .75rem;
  }

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

  .email-wrapper {
    flex-flow: column;
    height: auto;
  }

  .buttons-wrapper {
    width: auto;
  }

  .div-block-3058 {
    padding-left: 25px;
    padding-right: 25px;
  }

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

  .small-achtung {
    font-size: 13px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: .9375rem;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 28px;
  }

  .button-black {
    width: 100%;
    font-size: 16px;
    line-height: 1.8em;
  }

  .button-black.subscribe {
    margin-left: 0;
  }

  ._12-columns.flex-horizontal {
    flex-direction: row;
  }

  .container-old {
    padding-left: 20px;
    padding-right: 20px;
  }

  .color-block {
    margin-bottom: 20px;
  }

  .column {
    margin-bottom: 0;
  }

  .column.desk-6, .column.desk-5, .column.desk-3 {
    width: 100%;
  }

  .menu-button {
    flex: 0 auto;
  }

  .footer {
    align-items: stretch;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .search-banner {
    justify-content: space-between;
  }

  .paragraph.medium {
    font-size: 16px;
  }

  .ds-menu-brand {
    margin-left: 16px;
  }

  .ds-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-field, .text-area {
    width: 100%;
  }

  .nav-container {
    height: 64px;
    padding: 2px 20px;
  }

  .footer-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading.large-h1 {
    font-size: 42px;
  }

  .error-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ds-menu-button {
    margin-right: 6px;
  }

  .email-form {
    flex-direction: column;
    width: 100%;
  }

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

  .email-subscribe {
    grid-row-gap: 12px;
    flex-direction: column;
    width: 100%;
  }

  .search {
    flex-direction: column;
  }

  .terms-card {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .search-bar {
    width: 100%;
  }

  .form-card {
    padding: 24px;
  }

  .title-tag {
    margin-bottom: 6px;
  }

  .cta-banner {
    padding: 32px;
  }

  .error-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-section {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner {
    text-align: left;
    justify-content: space-between;
  }

  .banner-link {
    flex: 0 auto;
    width: 100%;
  }

  .form-page-logo {
    width: 160px;
  }

  .admin-form-card, .account-card {
    padding: 28px;
  }

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

  .form-page-logo-link {
    margin-bottom: 24px;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .main-logo {
    width: 8.4rem;
    height: 28px;
  }

  .hero-section {
    height: 80svh;
    padding: 0 20px;
  }

  .heading-h1 {
    font-size: 7.6vw;
  }

  .green-line-container {
    width: 50vw;
  }

  .green-line {
    width: 100%;
  }

  .hero-desc-container {
    width: 100%;
    max-width: 290px;
  }

  .left-box-image, .right-box-image {
    width: 40%;
    display: none;
  }

  .logo-section {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    height: 20svh;
    padding: 20px;
    display: none;
  }

  .logos_list {
    flex-direction: row;
    display: flex;
  }

  .logos_list.ggl-ads {
    grid-template-columns: 1fr 1fr;
    width: auto;
  }

  .logos_heading {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 300px;
    margin-left: 3rem;
    margin-right: 3rem;
    font-size: 14px;
    display: block;
  }

  .logos_heading.text-img_h3.text-style-underline {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-left: 3rem;
    margin-right: 3rem;
    font-size: 1.75rem;
    display: block;
  }

  .desc-logos-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .section-2 {
    height: 60vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .s2-text, .wagon-text._1, .wagon-text._2, .wagon-text._3, .wagon-text._4, .wagon-text._5, .wagon-text._6, .wagon-text._7, .wagon-text._8, .wagon-text._9 {
    font-size: 24px;
  }

  .wagon-text-container {
    height: 31.19px;
  }

  .section-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .s3-container-1 {
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .left-section {
    width: auto;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .right-section {
    margin-bottom: 40px;
    padding-left: 0;
  }

  .content-section-card._3, .content-section-card._4 {
    margin-bottom: 20px;
    margin-right: 20px;
  }

  .content-section-card._5 {
    margin-right: 0;
    padding-right: 20px;
  }

  .heading-2 {
    font-size: 6.3vw;
  }

  .heading-2.p2-s2 {
    width: 80vw;
  }

  .heading-2.uv {
    font-size: 6.3vw;
  }

  .header-container-section, .header-container-section.stammdaten {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-container-section._2 {
    margin-bottom: 20px;
  }

  .text-block-card-head {
    max-width: 280px;
    font-size: 22px;
  }

  .desc-card, .desc-card._2 {
    max-width: 310px;
  }

  .desc-card._3 {
    max-width: 290px;
  }

  .image-s3-cont-1--3 {
    width: 100%;
    height: 100%;
    padding-right: 10px;
  }

  .s3-conteiner-2--right {
    padding-left: 20px;
  }

  .s3-conteiner-2--right.noise {
    grid-column-gap: 160px;
    grid-row-gap: 160px;
    display: flex;
  }

  .top-box-content-2 {
    margin-bottom: 40px;
  }

  .top-box-content-3 {
    margin-bottom: 150px;
  }

  .logos-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: flex-start;
  }

  .section-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .descripton-s-5 {
    max-width: 340px;
  }

  .s5-cont-1-left {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .s5-cont-1-right {
    padding-top: 40px;
    padding-left: 20px;
  }

  .s5-cont-1-head {
    font-size: 22px;
  }

  .s5-cont-1-desc {
    max-width: 300px;
  }

  .s5-cont-2-head {
    font-size: 22px;
  }

  .s5-cont-2-desc {
    max-width: 290px;
  }

  .section-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-box-s6 {
    width: 60px;
  }

  .hear-card-s6 {
    font-size: 22px;
  }

  .desc-card-s6 {
    width: auto;
    max-width: 380px;
  }

  .section-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .head-left-column {
    font-size: 16px;
  }

  .head-option {
    font-size: 12px;
  }

  .head-right-column {
    font-size: 16px;
  }

  .btn-hero {
    padding: 16px 23px;
  }

  .section-9 {
    height: 80vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-scrub {
    font-size: 5vw;
  }

  .section-planning {
    padding-left: 20px;
    padding-right: 20px;
  }

  .head-planinng {
    width: auto;
    font-size: 6.3vw;
  }

  .line-planing {
    width: 65vw;
  }

  .logos_img-wrap {
    width: 35vw;
    height: 2.2rem;
  }

  .logos_img-wrap._2 {
    width: 30%;
    padding: 0;
  }

  .logos_img-wrap._2._22 {
    padding: 0;
  }

  .footer-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-box._2 {
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .logo-footer {
    height: 36px;
  }

  .main-section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 100vh;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-section._2, .main-section.stammdaten {
    height: 100vh;
  }

  .left-block {
    justify-content: center;
    height: 50vh;
    padding-top: 60px;
  }

  .right-block {
    height: 50svh;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .right-block._2.noise {
    height: 50vh;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .right-block.noise {
    height: 50vh;
  }

  .page-heading {
    width: 80vw;
    font-size: 7.6vw;
  }

  .page-heading.about {
    width: auto;
    font-size: 7.6vw;
  }

  .page-heading.ggl-ads {
    font-size: 35px;
  }

  .image-4, .image-5 {
    width: 100%;
    bottom: 0%;
  }

  .image-5._1 {
    bottom: 0%;
  }

  .main-decr {
    width: auto;
    max-width: 350px;
  }

  .main-decr.stammdaten {
    width: 280px;
    max-width: none;
  }

  .descripton-p2-s2 {
    width: 290px;
  }

  .main-container-s2, .left-block-s2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .right-block-s2 {
    width: 100%;
  }

  .right-block-s2.stammdaten {
    margin-left: 0;
    padding-left: 20px;
  }

  .s2-cont-2-head {
    width: 80vw;
    font-size: 6.3vw;
  }

  .s2-cont-2-head._1 {
    width: 80vw;
  }

  .s2-cont-2-desc {
    width: auto;
    max-width: 320px;
  }

  .section--3._2-1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .left-block-s3.section-stammdaten-3 {
    width: 100%;
  }

  .s3-cont-2-head {
    width: 85vw;
    max-width: none;
    font-size: 6.3vw;
  }

  .s3-cont-2-head._1 {
    width: 80vw;
  }

  .s3-cont-2-head._2 {
    width: 80vw;
    max-width: none;
  }

  .s3-cont-2-head._2.stammdaten {
    width: 80vw;
  }

  .s3-cont-2-desc.stammdaten {
    width: auto;
    max-width: 320px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .s3-image-2 {
    inset: 0%;
  }

  .section--4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .right-block-s4 {
    width: 100%;
  }

  .s4-cont-2-head {
    width: 85vw;
    max-width: none;
    font-size: 6.3vw;
  }

  .section--5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .inner-container._1012px.center {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .accordion-item-wrapper.v3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .accordion-item-wrapper.v3.first {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    transition: transform .3s;
  }

  .accordion-title {
    font-size: 16px;
  }

  .btn-circle-secondary.small.accordion-btn {
    width: 35px;
    min-width: 35px;
    height: 35px;
    min-height: 35px;
  }

  .grid-1-column.gap-row-0 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
  }

  .arrow {
    width: 18px;
  }

  .wrap-parag {
    border-radius: 16px;
    padding: 20px;
  }

  .decription-team-1 {
    max-width: 350px;
  }

  .image-container-team {
    border-radius: 16px;
    width: 100%;
    height: 100%;
  }

  .decription-team-2 {
    max-width: 350px;
  }

  .uv_wrap {
    width: 100%;
  }

  .head-card-uv {
    font-size: 18px;
  }

  .container-team {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .card-team {
    width: 200px;
  }

  .btn-container {
    display: none;
  }

  .descripton-team {
    max-width: 330px;
  }

  .question {
    text-align: center;
  }

  .text-kit-2, .text-kit-1 {
    width: 240px;
    font-size: 16px;
  }

  .image-14 {
    width: 60%;
  }

  .image-16 {
    object-fit: cover;
    height: 120%;
  }

  .image-18 {
    width: 30%;
  }

  .image-s2-2._2 {
    width: 90%;
  }

  .section-stammdaten-2, .section-stammdaten-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .right-block-s5.section-stammdaten-3 {
    margin-left: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-stammdaten-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-privacy {
    padding-left: 0;
    font-size: 7.3vw;
  }

  .line-box {
    width: 45vw;
  }

  .div-line {
    width: 72vw;
    margin-bottom: 20px;
  }

  .div-line._4 {
    width: 57vw;
  }

  .div-line._5 {
    width: 43vw;
  }

  .div-line._6 {
    width: 43vw;
    margin-top: -6px;
  }

  .div-line.bew {
    width: 57vw;
  }

  .scroll-container {
    padding-left: 20px;
  }

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

  .privacy_notice_de, .wrap_content_impressum {
    padding-left: 20px;
    padding-right: 20px;
  }

  .table, .table._1, .table._2 {
    overflow: scroll;
  }

  .privacy_notice_en {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrap_img {
    align-items: center;
  }

  .image_1_lohn {
    width: 95%;
  }

  .image_2_lohn {
    width: 85%;
  }

  .right-block_sta.stammdaten {
    height: 60svh;
    margin-left: 0;
    padding-top: 40px;
  }

  .right-block_sta.stammdaten.noise {
    height: 50vh;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .burger_wrap {
    width: 30px;
  }

  .nav_window {
    border-radius: 24px;
  }

  .btn-section_mob {
    padding-bottom: 17px;
    padding-left: 27px;
    padding-right: 17px;
  }

  .dropdown-list_mob {
    display: none;
  }

  .dropdown-container_mob {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .dropdown-link_mob, .dropdown-link-2-mob, .dropdown-link-2-mob.w--current, .dropdown-link-3-mob.text-menu-mob {
    font-size: 14px;
  }

  .logos-container_mobile {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    flex-direction: column;
    margin-bottom: 0;
    display: flex;
  }

  .logo_container_mob_top {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
    justify-content: space-between;
    display: flex;
  }

  .logo_container_mob_bottom {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
    justify-content: center;
    display: flex;
  }

  .s3-container-1-mob {
    flex-direction: column;
    align-items: stretch;
    padding-top: 40px;
    padding-left: 20px;
  }

  .s3-container-3-mob {
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .s5-container-1-mob {
    margin-bottom: 20px;
  }

  .s5-container-2-mob {
    padding: 20px;
  }

  .pricing-table_card-body {
    padding: 20px 0;
    font-size: 1.125rem;
  }

  .pricing-table_mobile-nav {
    top: 38px;
  }

  .pricing-table_cell {
    min-height: 4em;
  }

  .wrap_people, .div-block-29 {
    flex-direction: column;
  }

  .text-kit_2 {
    width: 240px;
    font-size: 16px;
  }

  .section-stammdaten-4-mobile {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main_section {
    height: 100svh;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrap_section {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-position: 0 0;
    background-repeat: repeat;
    padding-left: 20px;
  }

  .left_box {
    padding-left: 0;
    padding-right: 20px;
  }

  .right_box {
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 100px;
  }

  .main_head {
    width: 80vw;
    font-size: 6.9vw;
  }

  .main_description {
    width: auto;
  }

  .cards-section {
    height: 80vh;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .wrap_content {
    overflow: scroll;
  }

  .cover_img {
    object-position: 36% 50%;
  }

  .cover_img._2 {
    object-position: 65% 50%;
  }

  .cover_img._1 {
    object-position: 35% 50%;
  }

  .cover_img._3 {
    object-position: 18% 50%;
  }

  .cover_img._4, .cover_img._5 {
    object-position: 58% 50%;
  }

  .cover_img._6 {
    object-position: 65% 50%;
  }

  .content_card_box {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .head_card {
    width: auto;
    font-size: 5.5vw;
  }

  .descr_card {
    width: auto;
    max-width: 370px;
  }

  .card_btn {
    height: 47.5px;
    padding: 15px 30px;
  }

  .button_to_right {
    width: 47.5px;
    height: 47.5px;
    padding-left: 2px;
  }

  .image-37 {
    width: 24px;
  }

  .image-37._1 {
    padding-right: 0;
  }

  .card_1-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card_2-wrap {
    object-position: 0% 50%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card_3-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-1 {
    border-radius: 28px;
  }

  .card-2 {
    object-position: 100% 50%;
    border-radius: 24px;
  }

  .card-3 {
    border-radius: 24px;
  }

  .top_box, .bottom_box {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .new-line {
    width: 57vw;
    font-size: 14px;
    bottom: 0%;
    left: 22%;
  }

  .green-line-h2 {
    width: 53vw;
  }

  .new-line-h2 {
    width: 65vw;
  }

  .image-39 {
    width: 70vw;
  }

  .card_4-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-4 {
    border-radius: 24px;
  }

  .card_5-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-5 {
    border-radius: 24px;
  }

  .card_6-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-6 {
    border-radius: 24px;
  }

  .loader_number {
    font-size: 40vw;
  }

  .div-block-32 {
    flex: 0 auto;
  }

  .cookie-modal_content-wrap {
    padding-bottom: 0;
  }

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

  .cookie-modal_component {
    border-width: 1px 0 0;
    border-radius: 20px;
    max-width: 100%;
  }

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

  .cookie-modal_button-wrap {
    border-radius: 0;
  }

  .cookie-modal_button-wrap.is-small {
    justify-content: space-between;
    padding: 1.25rem;
  }

  .cookie-modal_button-wrap.in-pref-manger {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-top: 3rem;
    bottom: 0;
  }

  .cookie-modal_title {
    font-size: 26px;
  }

  .cookie-popup_component {
    border-radius: 20px;
    align-self: auto;
    max-width: 100%;
    margin-bottom: 1rem;
    margin-left: .5rem;
    margin-right: .5rem;
    inset: auto 0% 0%;
    box-shadow: 0 5px 10px #0003;
  }

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

  .cookie-modal_button.is-secondary {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

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

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

  .card_0-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-0 {
    border-radius: 28px;
  }

  .image-44 {
    max-width: 124%;
  }

  .text-img_content {
    align-items: stretch;
  }

  .space-medium {
    height: 1rem;
    padding-top: 2rem;
  }

  .space-medium._2 {
    height: 0;
    padding-top: 2rem;
  }

  .text-img_top-wrap, .text-img_top-wrap.stammdaten {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-img_top-wrap._2 {
    margin-bottom: 20px;
  }

  .container {
    box-sizing: border-box;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    position: static;
  }

  .page-header_h1.about {
    width: auto;
    font-size: 7.6vw;
  }

  .button {
    width: 100%;
    font-size: 16px;
    line-height: 1.8em;
    position: relative;
  }

  .button.subscribe {
    margin-left: 0;
  }

  .home-heading-wrap, .home-heading-wrap.stammdaten {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-heading-wrap._2 {
    margin-bottom: 20px;
  }

  .home-header_h1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .home-header_h1.about {
    width: auto;
    font-size: 7.6vw;
  }

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

  .contact-link-txt-4 {
    margin-top: 0;
    font-size: 14px;
  }

  .slides-slider {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    align-self: center;
    align-items: stretch;
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    display: flex;
  }

  .heading-23368 {
    padding-right: 10px;
  }

  .people-slider-range-2 {
    padding-right: 0;
  }

  .calculator-bottom-text {
    flex-direction: column;
    display: none;
  }

  .text-span-31 {
    font-size: 12px;
  }

  .time-result {
    flex-wrap: wrap;
    justify-content: center;
  }

  .calculator-bottom-text-copy {
    text-align: center;
    flex-direction: column;
    margin-top: 0;
    display: block;
  }

  .cta-button-copy-3 {
    float: none;
    clear: none;
    margin-top: 6px;
    margin-bottom: 6px;
    margin-left: 0;
    padding: 5px 16px;
    display: block;
  }

  .div-block-3025 {
    display: 12pxpx;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    width: auto;
    margin-bottom: 18px;
    padding: 16px;
  }

  .calculator-container {
    flex-direction: column;
    padding-left: 14px;
    padding-right: 14px;
  }

  .heading-23370 {
    align-self: flex-start;
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.3em;
  }

  .calcutor-paragraph {
    margin-bottom: 4px;
    font-size: 14px;
  }

  .calculator-heading, .calculator-heading.s, .calculator-heading.s, .calculator-heading.s {
    font-size: 18px;
  }

  .calculator-heading.s {
    text-align: left;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 18px;
  }

  .calculator-heading.s-copy {
    text-align: left;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 15px;
    font-weight: 500;
  }

  .calculator-slide-range-2 {
    flex-direction: column;
    width: auto;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .calculator-component-2 {
    padding-top: 10px;
  }

  .money-result {
    flex-wrap: wrap;
    justify-content: center;
  }

  .calcutor-paragraph-copy {
    margin-bottom: 20px;
  }

  .heading-23371 {
    padding-right: 10px;
  }

  .div-block-3029 {
    display: 12pxpx;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    width: auto;
    margin-bottom: 18px;
    padding: 16px;
  }

  .heading-23372 {
    align-self: flex-start;
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.3em;
  }

  .div-block-3034 {
    margin-bottom: 20px;
  }

  .paragraph-7 {
    font-size: 15px;
  }

  .heading-23374 {
    align-self: flex-start;
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.3em;
  }

  .calculator-slide-range-3 {
    flex-direction: column;
    width: auto;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-23375 {
    font-size: 16px;
  }

  .calculator-slide-range-4 {
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .money-result-2 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .div-block-3039 {
    display: 12pxpx;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    width: auto;
    margin-bottom: 18px;
    padding: 16px;
  }

  .time-result-2 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .text-span-32 {
    font-size: 12px;
  }

  .calculator-container-2 {
    flex-direction: column;
    padding-left: 14px;
    padding-right: 14px;
  }

  .heading-23376 {
    align-self: flex-start;
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.3em;
  }

  .heading-23377, .heading-23378 {
    padding-right: 10px;
  }

  .text-span-33 {
    font-size: 12px;
  }

  .time-result-3 {
    grid-row-gap: 5px;
    text-align: left;
    flex-wrap: wrap;
    justify-content: center;
  }

  .div-block-3042 {
    grid-column-gap: 12px;
    grid-row-gap: 25px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    width: auto;
    margin-bottom: 0;
    padding: 16px;
    display: flex;
  }

  .calculator-container-3 {
    text-align: left;
    flex-direction: column;
    padding-left: 14px;
    padding-right: 14px;
  }

  .heading-23379 {
    align-self: flex-start;
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 14px;
    line-height: 1.3em;
  }

  .div-block-3043 {
    margin-bottom: 10px;
  }

  .heading-23380 {
    padding-right: 10px;
  }

  .div-block-3048 {
    display: 12pxpx;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    width: auto;
    margin-bottom: 18px;
    padding: 16px;
  }

  .calculator-container-4 {
    flex-direction: column;
    padding-left: 14px;
    padding-right: 14px;
  }

  .heading-23381 {
    align-self: flex-start;
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.3em;
  }

  .fs-cc-modal_description {
    margin-right: 0;
  }

  .fs-cc-banner_component {
    padding: .75rem;
    left: 0;
    right: 0;
  }

  .fs-cc-modal_buttons {
    flex-direction: column-reverse;
    bottom: -.75rem;
  }

  .fs-cc-default_maxwidth {
    max-width: none;
  }

  .fs-cc-prefs_wrapper {
    padding-top: .25rem;
    padding-bottom: 0;
  }

  .fs-cc-button_actions {
    flex-flow: row-reverse wrap-reverse;
  }

  .fs-cc-button {
    flex: 1;
  }

  .fs-cc-button-line-wrap {
    order: 1;
    padding-top: 0;
    padding-bottom: 0;
  }

  .fs-cc-default_padding {
    padding: .75rem;
  }

  .text-block-3 {
    padding-left: .25rem;
    padding-right: .25rem;
    font-size: .9rem;
  }

  .logos-ggl-ads {
    width: 90%;
  }

  .buttons-wrapper {
    width: auto;
  }

  .div-block-3058 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-3059 {
    margin-top: 10px;
  }

  .div-block-3060 {
    grid-row-gap: 10px;
    margin-bottom: 20px;
  }

  .small-achtung {
    font-size: 12px;
  }
}

#w-node-b49c48ad-b3b4-f319-67e3-9d04be5835dc-22b1c864, #w-node-_0a57f092-020e-a403-18f2-e840acc27a6b-22b1c880, #w-node-_0a57f092-020e-a403-18f2-e840acc27a6d-22b1c880 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30cf4517-bef4-c9ea-7988-4b2f451b2d96-22b1c89c {
  grid-area: Area-2;
  place-self: start;
}

#w-node-_9c9ee70b-c85a-3041-62be-ec4bfa82d0fe-22b1c89c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_31024046-169c-1081-2879-605603507db8-22b1c89c, #w-node-a0560f68-ccb7-c310-55ee-13f0edde2b38-22b1c89c, #w-node-babbdc6c-35cf-f72c-3ae9-4debdf240575-22b1c89c, #w-node-a8bf3fec-ded4-1853-60b9-f07c606fb7c7-22b1c89c, #w-node-_0deb076a-2d83-bd55-d720-a64844ba17cd-22b1c89c, #w-node-_292d72ed-ff40-cf13-e3f3-01a249a3d044-22b1c89c, #w-node-_510e4c78-f60f-3aa3-fc2f-ef9b460f922c-22b1c89c, #w-node-defcceb5-5809-bdd5-2f62-7baf7cb58549-22b1c89c, #w-node-d0deb274-6364-657f-bd4d-a071b4b125c4-22b1c89c, #w-node-_8ec85c37-8f0f-9b1e-6bab-70c81113421c-22b1c89c, #w-node-_0cc05cb1-bd3a-13e3-80bb-1c4148f17bca-22b1c89c, #w-node-d944b87d-2006-5a10-6724-80b3d3ee8296-22b1c89c, #w-node-_078f78ee-0013-99b6-ac2c-4d209a8ee814-22b1c89c, #w-node-_87dc7f34-168c-2146-1300-506896b0c71d-22b1c89c, #w-node-_695d92f9-40a9-e8a2-3cc9-cc4b8bc396f2-22b1c89c, #w-node-_6457cf5d-15f8-3a25-18a9-9a866f9d37fc-22b1c89c, #w-node-e89a6f95-8187-4224-b052-bdf4574d834d-22b1c89c, #w-node-_6d46fb55-bb65-47c9-b76d-0792099966ef-22b1c89c, #w-node-c3a3f1f6-8546-f997-906b-d9d138a61df2-22b1c89c, #w-node-_9d7b60e0-320c-7123-8268-9620c388d6c1-22b1c89c, #w-node-_25ae5c2d-55df-ebf0-44b4-8294ef2282ee-22b1c89c, #w-node-_21e59573-606e-4ad6-15b0-1e659b55fe49-22b1c89c, #w-node-_5caf441b-d31b-5000-f1e7-e501a84ba3d4-22b1c89c, #w-node-cd662c9b-178d-7536-6dd2-76c034bdd636-22b1c89c, #w-node-b4908db8-0de9-2865-06f0-0c62241117d8-22b1c89c, #w-node-f858d7fc-c091-0760-39cc-3ee6b274ddc0-22b1c89c, #w-node-_13d6ce1e-2253-2787-a76e-e81115020ed8-22b1c89c, #w-node-f81f26d0-e0f7-bafe-e8e8-5064c1f3326f-22b1c89c, #w-node-b4e73862-efa9-7d86-7f05-10c16488be2d-22b1c89c, #w-node-_6dbe8081-fa32-cb4f-eb2f-ae4f090c9f2d-22b1c89c, #w-node-a8d075c1-e341-fb5c-39e2-bd76577f8d5b-22b1c89c, #w-node-_09cc4701-e574-0952-7e27-1b656841434a-22b1c89c, #w-node-ed25c0af-3185-9855-fc9d-80c27b9e4752-22b1c89c, #w-node-_0ec23764-1f2a-bca1-ba1b-3bf42026d53b-22b1c89c, #w-node-_33478d06-3c65-8b8a-c8cf-2bae870cc19f-22b1c89c, #w-node-_6f8b1f97-3be9-2eb0-aee6-8ebf5b437338-22b1c89c, #w-node-_07033559-7455-811b-b705-9f0dd6fd3917-22b1c89c, #w-node-_444b52da-91a1-97cf-bf46-c0780a512c12-22b1c89c, #w-node-_7cdd2416-d9c9-afe0-4e55-1eb711ef7df3-22b1c89c, #w-node-b1967f86-f4e7-67d6-c7f6-9b1063117ff1-22b1c89c, #w-node-_5180e13e-2d1f-ec32-22f6-105428837536-22b1c89c, #w-node-be50cdcd-9d6e-3ea5-a4de-a9d9f27f55c7-22b1c89c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_1d196bc2-405e-11fa-493a-b64222af0809-22b1c89c {
  grid-area: Area-2;
  place-self: start;
}

#w-node-_1d196bc2-405e-11fa-493a-b64222af080b-22b1c89c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_1d196bc2-405e-11fa-493a-b64222af080c-22b1c89c, #w-node-_1d196bc2-405e-11fa-493a-b64222af080f-22b1c89c, #w-node-_1d196bc2-405e-11fa-493a-b64222af0812-22b1c89c, #w-node-_1d196bc2-405e-11fa-493a-b64222af0815-22b1c89c, #w-node-_1d196bc2-405e-11fa-493a-b64222af0817-22b1c89c, #w-node-_1d196bc2-405e-11fa-493a-b64222af0819-22b1c89c, #w-node-_1d196bc2-405e-11fa-493a-b64222af081b-22b1c89c, #w-node-_1d196bc2-405e-11fa-493a-b64222af081c-22b1c89c, #w-node-_1d196bc2-405e-11fa-493a-b64222af081d-22b1c89c, #w-node-_1d196bc2-405e-11fa-493a-b64222af081f-22b1c89c, #w-node-_1d196bc2-405e-11fa-493a-b64222af0820-22b1c89c, #w-node-_1d196bc2-405e-11fa-493a-b64222af0821-22b1c89c, #w-node-_1d196bc2-405e-11fa-493a-b64222af0822-22b1c89c, #w-node-_1d196bc2-405e-11fa-493a-b64222af0824-22b1c89c, #w-node-_1d196bc2-405e-11fa-493a-b64222af0825-22b1c89c, #w-node-_1d196bc2-405e-11fa-493a-b64222af0826-22b1c89c, #w-node-_1d196bc2-405e-11fa-493a-b64222af0827-22b1c89c, #w-node-_1d196bc2-405e-11fa-493a-b64222af0829-22b1c89c, #w-node-_1d196bc2-405e-11fa-493a-b64222af082a-22b1c89c, #w-node-_1d196bc2-405e-11fa-493a-b64222af082b-22b1c89c, #w-node-_1d196bc2-405e-11fa-493a-b64222af082c-22b1c89c, #w-node-_1d196bc2-405e-11fa-493a-b64222af082e-22b1c89c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_8a428ba1-fd2f-5219-7c20-79316d365be0-22b1c89c {
  grid-area: Area-2;
  place-self: start;
}

#w-node-_8a428ba1-fd2f-5219-7c20-79316d365be2-22b1c89c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_8a428ba1-fd2f-5219-7c20-79316d365be3-22b1c89c, #w-node-_8a428ba1-fd2f-5219-7c20-79316d365be6-22b1c89c, #w-node-_8a428ba1-fd2f-5219-7c20-79316d365be9-22b1c89c, #w-node-_8a428ba1-fd2f-5219-7c20-79316d365bec-22b1c89c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_9ea55248-caa6-d0ed-eaf8-8a1724aad93e-22b1c89c {
  grid-area: Area-2;
  place-self: start;
}

#w-node-_9ea55248-caa6-d0ed-eaf8-8a1724aad940-22b1c89c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_9ea55248-caa6-d0ed-eaf8-8a1724aad943-22b1c89c, #w-node-_9ea55248-caa6-d0ed-eaf8-8a1724aad946-22b1c89c, #w-node-_9ea55248-caa6-d0ed-eaf8-8a1724aad949-22b1c89c, #w-node-_9ea55248-caa6-d0ed-eaf8-8a1724aad94b-22b1c89c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_3a3a9e40-46db-f659-4dc6-7e834fee6c92-22b1c89c {
  grid-area: Area-2;
  place-self: start;
}

#w-node-_3a3a9e40-46db-f659-4dc6-7e834fee6c94-22b1c89c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_3a3a9e40-46db-f659-4dc6-7e834fee6c97-22b1c89c, #w-node-_3a3a9e40-46db-f659-4dc6-7e834fee6c9a-22b1c89c, #w-node-_3a3a9e40-46db-f659-4dc6-7e834fee6c9d-22b1c89c, #w-node-_3a3a9e40-46db-f659-4dc6-7e834fee6c9f-22b1c89c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_5e1ee32f-8058-23cf-10e4-768ff1b1b097-22b1c89c {
  grid-area: Area-2;
  place-self: start;
}

#w-node-_5e1ee32f-8058-23cf-10e4-768ff1b1b099-22b1c89c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_5e1ee32f-8058-23cf-10e4-768ff1b1b09c-22b1c89c, #w-node-_5e1ee32f-8058-23cf-10e4-768ff1b1b09f-22b1c89c, #w-node-_5e1ee32f-8058-23cf-10e4-768ff1b1b0a2-22b1c89c, #w-node-_5e1ee32f-8058-23cf-10e4-768ff1b1b0a4-22b1c89c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-f75ec232-3f8b-9b14-5ce3-8982b2dc2238-22b1c89c {
  grid-area: Area-2;
  place-self: start;
}

#w-node-f75ec232-3f8b-9b14-5ce3-8982b2dc223a-22b1c89c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-f75ec232-3f8b-9b14-5ce3-8982b2dc223d-22b1c89c, #w-node-f75ec232-3f8b-9b14-5ce3-8982b2dc2240-22b1c89c, #w-node-f75ec232-3f8b-9b14-5ce3-8982b2dc2243-22b1c89c, #w-node-f75ec232-3f8b-9b14-5ce3-8982b2dc2245-22b1c89c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_08bf1ebc-e821-462e-0600-fe8989022d79-22b1c89c, #w-node-_4379e13d-40c2-a6cb-2ac2-ffcb9e6892b6-22b1c89c, #w-node-e3022c66-39b1-13c6-3a96-e28e8c4e8015-22b1c89c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_3f1f646f-a2ce-fd2d-2214-c1775e9b68e1-22b1c89c {
  grid-area: Area-2;
  place-self: start;
}

#w-node-_3f1f646f-a2ce-fd2d-2214-c1775e9b68e3-22b1c89c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_3f1f646f-a2ce-fd2d-2214-c1775e9b68e6-22b1c89c, #w-node-_3f1f646f-a2ce-fd2d-2214-c1775e9b68e9-22b1c89c, #w-node-_3f1f646f-a2ce-fd2d-2214-c1775e9b68ec-22b1c89c, #w-node-_3f1f646f-a2ce-fd2d-2214-c1775e9b68ee-22b1c89c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_59435e61-a4a5-bd51-2be0-5d23f18c2e10-22b1c89c {
  grid-area: Area-2;
  place-self: start;
}

#w-node-_59435e61-a4a5-bd51-2be0-5d23f18c2e12-22b1c89c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_59435e61-a4a5-bd51-2be0-5d23f18c2e15-22b1c89c, #w-node-_59435e61-a4a5-bd51-2be0-5d23f18c2e18-22b1c89c, #w-node-_59435e61-a4a5-bd51-2be0-5d23f18c2e1b-22b1c89c, #w-node-_59435e61-a4a5-bd51-2be0-5d23f18c2e1d-22b1c89c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b84ffb-22b1c89c {
  grid-area: Area-2;
  place-self: start;
}

#w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b84ffd-22b1c89c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b84ffe-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b85001-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b85004-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b85007-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b85009-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b8500b-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b8500d-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b8500e-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b8500f-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b85011-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b85012-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b85013-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b85014-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b85016-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b85017-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b85018-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b85019-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b8501b-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b8501c-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b8501d-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b8501e-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b85020-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b85021-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b85023-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b85025-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b85027-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b85029-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b8502b-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b8502d-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b8502f-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b85031-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b85032-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b85034-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b85036-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b85037-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b85038-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b8503a-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b8503c-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b8503d-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b8503e-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b85040-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b85042-22b1c89c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b85057-22b1c89c {
  grid-area: Area-2;
  place-self: start;
}

#w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b85059-22b1c89c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b8505a-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b8505d-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b85060-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b85063-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b85065-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b85067-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b85069-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b8506a-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b8506c-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b8506d-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b8506e-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b8506f-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b85071-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b85072-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b85073-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b85075-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b85077-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b85079-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b8507b-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b8507d-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b8507f-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b85081-22b1c89c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b85099-22b1c89c {
  grid-area: Area-2;
  place-self: start;
}

#w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b8509b-22b1c89c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b8509e-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b850a1-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b850a4-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b850a6-22b1c89c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b850ad-22b1c89c {
  grid-area: Area-2;
  place-self: start;
}

#w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b850af-22b1c89c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b850b2-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b850b5-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b850b8-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b850ba-22b1c89c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b850c1-22b1c89c {
  grid-area: Area-2;
  place-self: start;
}

#w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b850c3-22b1c89c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b850c6-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b850c9-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b850cc-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b850ce-22b1c89c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b850d5-22b1c89c {
  grid-area: Area-2;
  place-self: start;
}

#w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b850d7-22b1c89c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b850da-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b850dd-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b850e0-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b850e2-22b1c89c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b850e9-22b1c89c {
  grid-area: Area-2;
  place-self: start;
}

#w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b850eb-22b1c89c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b850ee-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b850f1-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b850f4-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b850f6-22b1c89c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b850f8-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b850fa-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b850fc-22b1c89c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b85103-22b1c89c {
  grid-area: Area-2;
  place-self: start;
}

#w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b85105-22b1c89c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b85108-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b8510b-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b8510e-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b85110-22b1c89c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b85119-22b1c89c {
  grid-area: Area-2;
  place-self: start;
}

#w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b8511b-22b1c89c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b8511e-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b85121-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b85124-22b1c89c, #w-node-_16edcfb5-b74f-e1d0-57fd-f61c50b85126-22b1c89c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_367180fa-6feb-0590-36cd-022789fbeeed-22b1c8be {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-c12a374e-b84e-8440-c8d1-f759063f0dd4-22b1c8be {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .75fr .25fr .25fr .25fr .75fr;
}

#w-node-c12a374e-b84e-8440-c8d1-f759063f0dd5-22b1c8be {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-c12a374e-b84e-8440-c8d1-f759063f0dd6-22b1c8be, #w-node-_1f6f85a8-6cb5-4246-5778-7a13a7757eeb-22b1c8be, #w-node-_717da76f-70aa-bef1-9e96-014060aa0a3f-22b1c8be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dce76aa7-aa3b-41b2-78cf-8651b408390d-22b1c8be {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-df067e59-3ce5-ee24-759f-71b6942ff010-22b1c8be {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_9bd6549e-d299-eeb2-7904-97bafa97e667-22b1c8be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9ae32bf4-d86e-c976-26ae-803d799a84ad-22b1c8be {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2cb8e9f5-5633-1b02-761d-57f93630f4bb-22b1c8be, #w-node-a019dc27-e1e6-7c5a-5894-e4043b16cafb-22b1c8be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47972e3a-8676-769b-530a-e32cd3f89519-22b1c8be {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_62b23e3845c1a6d0f6be4e4900000000001b-22b1c8c5 {
  margin-top: 20px;
  margin-bottom: 20px;
}

#w-node-_62b23e3845c1a6d0f6be4e49000000000020-22b1c8c5 {
  border: 1px solid #e6e6e6;
}

#w-node-_62b23e3845c1a6d0f6be4e49000000000021-22b1c8c5 {
  margin-top: 10px;
}

#w-node-_62b23e3845c1a6d0f6be4e49000000000024-22b1c8c5 {
  position: initial;
  margin-left: 0;
  margin-right: 0;
}

#w-node-_897e4411-4145-7af7-ad33-e98c34ff63fc-b7b1e815 {
  justify-self: start;
}

@media screen and (min-width: 1440px) {
  #w-node-_897e4411-4145-7af7-ad33-e98c34ff63fc-b7b1e815 {
    justify-self: start;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_367180fa-6feb-0590-36cd-022789fbeeed-22b1c8be {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_367180fa-6feb-0590-36cd-022789fbeeed-22b1c8be {
    grid-template-rows: 1fr auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_47ea494d-272f-3a25-2bc0-9cdc5c864537-22b1c8be {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b8d7be4a-ce45-83ab-5947-02d204c8bff0-cf3fcb86 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e8d8a3ab-6bfa-c537-3ead-c051555c5e7c-22b1c884 {
    order: 9999;
  }

  #w-node-_367180fa-6feb-0590-36cd-022789fbeeed-22b1c8be {
    grid-template-rows: 1fr auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-c12a374e-b84e-8440-c8d1-f759063f0dd4-22b1c8be {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: .75fr .25fr 1fr 1fr 1fr 1fr;
  }

  #w-node-c12a374e-b84e-8440-c8d1-f759063f0dd5-22b1c8be {
    order: 0;
    grid-area: span 10 / span 4 / span 10 / span 4;
  }

  #w-node-c12a374e-b84e-8440-c8d1-f759063f0dd6-22b1c8be {
    grid-area: span 6 / span 2 / span 6 / span 2;
  }

  #w-node-_1f6f85a8-6cb5-4246-5778-7a13a7757eeb-22b1c8be, #w-node-_717da76f-70aa-bef1-9e96-014060aa0a3f-22b1c8be {
    grid-area: span 4 / span 1 / span 4 / span 1;
  }

  #w-node-dce76aa7-aa3b-41b2-78cf-8651b408390d-22b1c8be, #w-node-df067e59-3ce5-ee24-759f-71b6942ff010-22b1c8be {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-_9bd6549e-d299-eeb2-7904-97bafa97e667-22b1c8be {
    grid-area: span 14 / span 6 / span 14 / span 6;
  }

  #w-node-_9ae32bf4-d86e-c976-26ae-803d799a84ad-22b1c8be, #w-node-_2cb8e9f5-5633-1b02-761d-57f93630f4bb-22b1c8be {
    grid-column: span 3 / span 3;
  }

  #w-node-a019dc27-e1e6-7c5a-5894-e4043b16cafb-22b1c8be {
    grid-area: span 14 / span 6 / span 14 / span 6;
  }

  #w-node-_47972e3a-8676-769b-530a-e32cd3f89519-22b1c8be {
    grid-column: span 6 / span 6;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_185dcd04-3865-706b-ff06-e93eedd90aa1-edd90aa0, #w-node-_185dcd04-3865-706b-ff06-e93eedd90aa2-edd90aa0 {
    order: 9999;
  }

  #w-node-_367180fa-6feb-0590-36cd-022789fbeeed-22b1c8be {
    grid-template-rows: 1fr auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_10a260d6-168d-d103-7348-8796e7197fe4-22b1c8be, #w-node-e42b1ed4-e699-f032-d50c-b1a40f153060-22b1c8be, #w-node-_415b7133-59f2-e137-1fc0-f20ec95524f4-22b1c8be, #w-node-e4d68dee-8fd8-c297-59f1-079b1ede5d78-22b1c8be, #w-node-_43703927-1db0-b19c-aa40-ff7fafec7ddf-22b1c8be {
    grid-column: span 2 / span 2;
  }

  #w-node-c12a374e-b84e-8440-c8d1-f759063f0dd4-22b1c8be {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: .75fr .25fr 1fr 1fr 1fr 1fr 1fr;
  }

  #w-node-c12a374e-b84e-8440-c8d1-f759063f0dd5-22b1c8be {
    grid-column: span 7 / span 7;
  }

  #w-node-c12a374e-b84e-8440-c8d1-f759063f0dd6-22b1c8be {
    grid-column: span 3 / span 3;
  }

  #w-node-_1f6f85a8-6cb5-4246-5778-7a13a7757eeb-22b1c8be, #w-node-_717da76f-70aa-bef1-9e96-014060aa0a3f-22b1c8be {
    grid-area: span 6 / span 2 / span 6 / span 2;
  }

  #w-node-dce76aa7-aa3b-41b2-78cf-8651b408390d-22b1c8be {
    grid-area: span 10 / span 7 / span 10 / span 7;
  }

  #w-node-df067e59-3ce5-ee24-759f-71b6942ff010-22b1c8be, #w-node-_9bd6549e-d299-eeb2-7904-97bafa97e667-22b1c8be {
    grid-column: span 7 / span 7;
  }

  #w-node-_9ae32bf4-d86e-c976-26ae-803d799a84ad-22b1c8be {
    grid-column: span 3 / span 3;
  }

  #w-node-_2cb8e9f5-5633-1b02-761d-57f93630f4bb-22b1c8be {
    grid-column: span 4 / span 4;
  }

  #w-node-a019dc27-e1e6-7c5a-5894-e4043b16cafb-22b1c8be, #w-node-_47972e3a-8676-769b-530a-e32cd3f89519-22b1c8be {
    grid-column: span 7 / span 7;
  }
}


@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Extralight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}