@font-face {
  font-family: Inter light neu;
  src: url('../fonts/subset-Inter24pt-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Inter Semi Bold Neu;
  src: url('../fonts/subset-Inter18pt-SemiBold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --main-txt: #0a2540;
  --text: #425466;
  --darker-bg: #f0f4f8;
  --schwarz: #0d1738;
  --akzent: #d23b23;
  --line: #e3e8ee;
  --main: #002a91;
  --violett: #533afd;
  --hellblau: #61cdff;
  --hintergrund: #f6f9fc;
  --dark-akzent: #adbdcc;
  --gray: #80848b;
  --gold: #ffb800;
}

.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-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

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

body {
  color: var(--main-txt);
  font-family: inter normal neu, Arial, sans-serif;
  font-size: 1vw;
  line-height: 1.2;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Semi Bold Neu, Arial, sans-serif;
  font-size: 3em;
  font-weight: 600;
  line-height: 1.2;
}

h2 {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25em;
  line-height: 1.2;
}

p {
  color: var(--text);
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-family: Inter light neu, Arial, sans-serif;
  font-size: 1em;
  font-weight: 400;
}

a {
  color: var(--main-txt);
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
}

label {
  margin-bottom: 5px;
  display: block;
}

.wistia-main {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.above-h1 {
  font-size: .85em;
  line-height: 1.2;
}

.section {
  z-index: 0;
  padding-top: 4.6875em;
  padding-bottom: 4.6875em;
}

.section.main {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section.small-nav {
  padding-top: 1em;
  padding-bottom: 1em;
}

.section.small-footer {
  padding-top: 6em;
}

.section.warum {
  background-color: var(--darker-bg);
  padding-top: 3.5em;
  padding-bottom: 3.5em;
}

.section._3em {
  padding-top: 3em;
}

.section._3em0em {
  padding-top: 3em;
  padding-bottom: 0;
}

.section._0embottom {
  padding-bottom: 0;
}

.section._0embottom.wei {
  background-color: #fff;
}

.section.gray {
  background-color: #f0f4f8;
}

.section.dark {
  background-color: var(--schwarz);
}

.section.dark.akzente {
  color: var(--akzent);
  padding-top: 0;
}

.section.faq {
  background-color: var(--darker-bg);
}

.section.ueber {
  padding-top: 1.5625em;
}

.section.test {
  padding-top: 0;
}

.section.lines {
  border-style: solid none;
  border-width: .1em;
  border-color: var(--line);
}

.section.danke {
  padding-top: 0;
}

.section.imp {
  justify-content: flex-start;
  align-items: center;
  min-height: 90vh;
  display: flex;
}

.main-txt {
  letter-spacing: -.04em;
  font-family: Inter Semi Bold Neu, Arial, sans-serif;
  font-size: .75em;
  font-weight: 600;
}

.div-hide {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-hide.main {
  margin-top: .78125em;
}

.btn {
  grid-column-gap: .390625em;
  grid-row-gap: .390625em;
  border: .2em solid var(--main);
  background-color: var(--main);
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: .5em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: .65em 1.25em;
  font-family: Inter Semi Bold Neu, Arial, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1;
  transition: all .65s;
  display: flex;
}

.btn:hover {
  border-color: var(--violett);
  background-color: var(--violett);
}

.btn.small-space {
  margin-top: 1.5625em;
}

.btn.nav {
  margin-left: auto;
}

.btn.small {
  color: var(--main);
  background-color: #002a9100;
  border-color: #002a9100;
  padding: 0;
  display: none;
}

.btn.dark {
  background-color: #533afd;
  border-color: #533afd;
}

.btn.dark.small-space {
  background-color: var(--violett);
}

.btn.dark.small-space:hover {
  color: #fff;
  background-color: #533afd00;
}

.btn.hellblau {
  border-color: var(--hellblau);
  background-color: var(--hellblau);
  color: var(--main-txt);
  box-shadow: 0 6px 20px #61cdff70;
}

.btn.hellblau:hover {
  transform: translate(0, -.2em);
  box-shadow: 0 6px 20px #61cdffcf;
}

.btn.more-space {
  margin-top: 2.34375em;
}

.gold {
  color: #fcbc04;
}

.main-txt-holder {
  grid-column-gap: .390625em;
  grid-row-gap: .390625em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.top-holder {
  z-index: 2;
  grid-column-gap: 3.125em;
  grid-row-gap: 3.125em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

._2nd-mainholder {
  grid-column-gap: .78125em;
  grid-row-gap: .78125em;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.5625em;
  display: flex;
}

.stern-header {
  margin-top: .78125em;
  font-size: 1em;
}

.container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 70vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.video-main {
  z-index: 1;
  border-radius: 2em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 80vw;
  padding-top: 2.5em;
  padding-bottom: 4.6875em;
}

.container.small-nav {
  flex-direction: row;
  width: 81vw;
}

.container.benefits {
  justify-content: flex-start;
  align-items: flex-start;
}

.container.loesung {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
  border-bottom: .1em solid var(--line);
  padding-bottom: 4.6875em;
}

.container.left {
  justify-content: flex-start;
  align-items: flex-start;
}

.container.akzente {
  border: .15em solid #182659;
  border-top-style: none;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 4.6875em 1.5625em;
}

.container.akzente.space {
  padding-bottom: 0;
}

.container.garantie {
  background-image: radial-gradient(circle closest-corner at 50% 30%, #61cdff66, var(--hintergrund) 40%);
}

.container.form {
  align-items: stretch;
  width: 60vw;
}

.container.ueber {
  width: 80vw;
}

.container.timeline {
  width: 90vw;
}

.container.test {
  background-image: radial-gradient(circle farthest-corner at 50% 40%, #533afd33, var(--hintergrund) 41%);
  padding-top: 2.34375em;
}

.container.cta-rel {
  padding: 4.6875em 3.125em;
  position: relative;
}

.container.ergebnisse {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
}

.container.imp {
  justify-content: flex-start;
  align-items: flex-start;
}

.main-h1 {
  letter-spacing: -.04em;
  text-transform: uppercase;
}

.main-h1.landing {
  text-transform: none;
  font-size: 1.8em;
  position: static;
}

.wistia-holder {
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.left-holder {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.brand-landing {
  padding: .5em;
}

.logo {
  color: #000;
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.logo.lp {
  width: 5em;
}

.dimmed {
  color: #5a6680;
}

.dimmed.dark {
  color: var(--dark-akzent);
}

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

.above-h-holder {
  background-color: #fff;
  border-radius: .5em;
  padding: .5em;
}

.small-footer-grid {
  grid-row-gap: 3em;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

.small-logo-hodler {
  justify-content: center;
  align-items: center;
  display: flex;
}

.imp-link {
  color: #000000e6;
}

.small-logo {
  width: 5em;
}

.trademark {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 3em;
  font-size: 1em;
  display: block;
}

.trademark.black {
  color: #000000e6;
  margin-top: 0;
}

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

.html-embed {
  text-align: center;
  width: 100%;
}

.main.relativ {
  position: relative;
}

.check-icon {
  width: auto;
  height: .8rem;
}

.btn-txt {
  font-size: 1em;
}

.blue-txt {
  color: var(--main);
  letter-spacing: -.5px;
  text-transform: uppercase;
  margin-bottom: .78125em;
  font-family: Inter light neu, Arial, sans-serif;
  font-size: 1em;
}

.benefits-h2 {
  width: 80%;
  margin-bottom: 0;
  font-size: 2.25em;
}

.benefit-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  margin-top: 3.125em;
}

.benefit-card {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
  border: .1em solid var(--line);
  background-color: #fff;
  border-radius: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2.5em 2em;
  transition: all .4s;
  display: flex;
  position: relative;
}

.benefit-card:hover {
  transform: translate(0, -.2em);
  box-shadow: 0 7px 12px 1px #0000001a;
}

.blue-number {
  color: var(--main);
  font-family: Inter light neu, Arial, sans-serif;
  font-size: .9em;
}

.text-block {
  font-size: 1.2em;
}

.warum-heading {
  text-align: center;
  font-size: 1.5em;
}

.check-grid {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 3.125em;
}

.check-holder {
  grid-column-gap: .78125em;
  grid-row-gap: .78125em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.check {
  width: auto;
  height: 1rem;
}

.check-txt {
  font-size: 1em;
}

.trusted-img-holder {
  justify-content: center;
  align-items: center;
  display: flex;
}

.trusted-img-holder.text {
  flex-direction: column;
}

.trusted-by-grid {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 1.5625em;
}

.test-holder {
  background-color: #fff;
  border-top: .1em solid #fff;
  border-radius: .5em;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 1.5625em;
  padding: 1em;
  display: flex;
}

.trusted-h2 {
  text-align: center;
  letter-spacing: .05px;
  font-size: 1em;
}

.trusted-img {
  mix-blend-mode: luminosity;
  object-fit: scale-down;
  width: auto;
  height: 2.5rem;
}

.trusted-img.bw {
  width: 100%;
}

.trusted-img.tall {
  width: 50%;
}

.trusted-img.aplbau {
  width: 60%;
}

.trusted-img.less {
  height: 2rem;
}

.arrow {
  margin-top: .15em;
}

.bento-grid {
  grid-template-columns: 1fr 1fr 1.5fr;
  width: 100%;
  margin-top: 3.125em;
}

.bento-card {
  border: .1em solid var(--line);
  background-color: #fff;
  border-radius: 1em;
  flex-flow: column;
  height: 100%;
  padding-top: 1.5625em;
  transition: all .4s;
  display: flex;
  overflow: hidden;
}

.bento-card:hover {
  transform: translate(0, -.1em);
  box-shadow: 0 2px 16px #0000001a;
}

.bento-card.down {
  flex-flow: row;
  height: auto;
  padding-top: 0;
}

.bento-txt {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.5625em;
  margin-left: 1.5625em;
  font-size: 1.25em;
  display: flex;
}

.bento-txt.down {
  margin-left: 0;
}

.bento-img {
  border-radius: 0 0 1em 1em;
  width: 100%;
  height: 28rem;
  margin-top: auto;
}

.bento-img.down {
  border-top-right-radius: 1em;
  border-bottom-left-radius: 0;
  height: 100%;
  margin-top: 0;
}

.bento-top-holder {
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.bento-top-holder.down {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3.125em;
}

.bento-arrow {
  height: 2em;
  margin-left: 1.5625em;
  margin-right: 1.5625em;
}

.bento-arrow.below {
  margin-left: 0;
  margin-right: 0;
}

.loesung-txt {
  color: var(--gray);
  font-family: Inter light neu, Arial, sans-serif;
  font-size: 1em;
}

.loesung-h2 {
  text-align: center;
  width: 50%;
  font-size: 2.5em;
}

.blue {
  color: var(--main);
}

.schritt-grid {
  grid-column-gap: 3.125em;
  grid-row-gap: 3.125em;
  border-bottom: .1em solid var(--line);
  grid-template-rows: auto;
  grid-template-columns: 50% 1fr;
  width: 100%;
  padding-bottom: 4.6875em;
}

.schritt-grid.rechts {
  grid-template-columns: 1fr 50%;
}

.schritt-grid.last {
  border-bottom-style: none;
}

.schritt-img {
  width: 100%;
  transition: all .4s;
}

.schritt-img:hover {
  border-radius: 16px;
  transform: translate(0, -.2em);
}

.schritt-card {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1.5625em;
  display: flex;
}

.schritt-txt {
  color: var(--main);
  text-transform: uppercase;
  font-size: .9em;
}

.schritt-h2 {
  font-size: 2em;
}

.schritt-bullet-grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.schritt-bullet-card {
  grid-column-gap: .78125em;
  grid-row-gap: .78125em;
  display: flex;
}

.schritt-icon {
  width: 2em;
  height: 2em;
}

.schritt-icon-txt {
  font-size: 1em;
  line-height: 1;
}

.icon-right-holder {
  grid-column-gap: .78125em;
  grid-row-gap: .78125em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: .1em;
  padding-bottom: .1em;
  display: flex;
}

.icon-p {
  font-size: .9em;
}

.warum-holder {
  grid-column-gap: .78125em;
  grid-row-gap: .78125em;
  flex-flow: column;
  display: flex;
}

.quote-txt {
  color: #0a2540b3;
  font-style: italic;
}

.statement-h2 {
  text-align: center;
  font-size: 2em;
}

.statement-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 3.125em;
}

.statement-card {
  grid-column-gap: .78125em;
  grid-row-gap: .78125em;
  border-style: solid solid solid none;
  border-width: .1em;
  border-color: var(--line);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1.5625em;
  display: flex;
}

.statement-card.last {
  border-right-style: none;
}

.statement-txt {
  color: var(--violett);
  font-family: Inter Semi Bold Neu, Arial, sans-serif;
  font-size: 3em;
  line-height: 1;
}

.testimonial-h2 {
  font-size: 2em;
}

.testimonial-p {
  width: 70%;
}

.testimonial-top-holder {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.testimonial-grid {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 3.125em;
  margin-bottom: 3.125em;
}

.testimonial-grid.ergebnisse {
  grid-template-columns: 1fr 1fr;
}

.testimonial-card {
  transition: all .4s;
}

.testimonial-card:hover {
  transform: translate(0, -.1em);
}

.kennst-top-holder {
  grid-column-gap: .78125em;
  grid-row-gap: .78125em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nummer-gro {
  color: var(--line);
  font-size: 3em;
  position: absolute;
  inset: .720833em .520833em auto auto;
}

.kennst-img {
  width: 3.5em;
}

.grid {
  grid-column-gap: .78125em;
  grid-row-gap: .78125em;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.verarb-holder {
  grid-column-gap: .78125em;
  grid-row-gap: .78125em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.verab-txt {
  color: var(--text);
  font-family: Inter light neu, Arial, sans-serif;
  font-size: 1em;
  text-decoration: line-through;
}

.verab-txt._2 {
  text-decoration: none;
}

.verab-img {
  height: 1em;
}

.umsatz-txt {
  color: var(--violett);
  font-family: Inter Semi Bold Neu, Arial, sans-serif;
  font-size: 1.75em;
}

.umsatz-sub {
  color: var(--text);
  font-size: .9em;
}

.umsatz-holder {
  grid-column-gap: .390625em;
  grid-row-gap: .390625em;
  border-style: none solid;
  border-width: .1em;
  border-color: var(--line);
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5625em 1.5625em 0;
  display: flex;
}

.umsatz-holder.grau {
  background-color: var(--darker-bg);
}

.erkl-rung-holder {
  grid-column-gap: .78125em;
  grid-row-gap: .78125em;
  border-style: none solid solid;
  border-width: .1em;
  border-color: var(--line);
  background-color: #fff;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5625em;
  display: flex;
}

.erkl-rung-holder.grau {
  background-color: var(--darker-bg);
}

.firmenname-txt {
  font-family: Inter Semi Bold Neu, Arial, sans-serif;
}

.sanierungstyp-txt {
  color: var(--main);
  font-family: Inter light neu, Arial, sans-serif;
  font-size: .9em;
}

.snaierungstyp-style {
  background-color: #efeff6;
  border-radius: 2em;
  padding: .25em .75em;
}

.line {
  background-color: var(--line);
  width: 100%;
  height: .007em;
  margin-top: .78125em;
}

.wistia-testimonial {
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  margin-bottom: 0;
  overflow: hidden;
}

.tabelle {
  width: 100%;
  margin-top: 3.125em;
}

.vergleich-h2 {
  font-size: 2em;
}

.stimmen-h2 {
  text-align: center;
  width: 70%;
}

.stimmen-grid {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 3.125em;
}

.stimmen-card {
  border: .1em solid var(--line);
  background-color: #fff;
  border-radius: 1em;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 1.5625em;
  transition: all .4s;
  display: flex;
}

.stimmen-card:hover {
  transform: translate(0, -.1em);
  box-shadow: 0 2px 15px #0003;
}

.stimmen-card.cta {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
  background-color: var(--darker-bg);
  color: #fff;
  justify-content: space-between;
  align-items: flex-start;
}

.stimmen-card.cta.wei {
  background-color: #fff;
}

.stimmen-img-holder {
  grid-column-gap: .78125em;
  grid-row-gap: .78125em;
  justify-content: flex-start;
  width: 100%;
  margin-top: .78125em;
  display: flex;
}

.stimmen-img-holder.test {
  justify-content: center;
  align-items: center;
  margin-top: 1.5625em;
}

.stimmen-img {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  height: 4em;
}

.krystain-text-holder {
  grid-column-gap: .390625em;
  grid-row-gap: .390625em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.krystian-big-txt {
  font-family: Inter Semi Bold Neu, Arial, sans-serif;
  font-size: 1em;
  font-weight: 600;
}

.krystian-small-txt {
  color: var(--gray);
  font-size: .8em;
}

.dark-h2 {
  color: #fff;
  width: 90%;
}

.grafik {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 35rem;
  margin-top: 1.5625em;
  margin-bottom: 0;
  display: flex;
}

.zahlen-holder {
  border-top: .1em solid #182659;
  justify-content: space-between;
  width: 100%;
  margin-top: 1.5625em;
  padding-top: 1.5625em;
  padding-bottom: 1.5625em;
  display: flex;
}

.fakt-txt {
  background-image: linear-gradient(100deg, var(--hellblau), var(--darker-bg));
  color: var(--akzent);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 4em;
}

.fakt-sub {
  color: var(--dark-akzent);
}

.kurve {
  width: 100%;
  margin-top: 1.5625em;
  margin-bottom: 1.5625em;
}

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

.garantie-txt {
  color: var(--main);
}

.garantie-h2 {
  text-align: center;
  font-family: Inter Semi Bold Neu, Arial, sans-serif;
  font-size: 2.25em;
}

.garantie-zahl {
  background-image: linear-gradient(111deg, var(--main), var(--hellblau));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 5em;
}

.garantie-top-holder {
  grid-column-gap: .78125em;
  grid-row-gap: .78125em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-bottom: 1.5625em;
  display: flex;
}

.garantie-below-holder {
  grid-column-gap: .78125em;
  grid-row-gap: .78125em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wie-genau-holder {
  grid-column-gap: .78125em;
  grid-row-gap: .78125em;
  border: .1em solid var(--line);
  background-color: var(--darker-bg);
  border-radius: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  margin-top: 3.125em;
  padding: 1.5625em;
  display: flex;
}

.wie-genau-txt {
  font-size: 1em;
}

.disclaimer-txt {
  color: var(--text);
  font-size: .8em;
}

.grid-dropdown {
  z-index: 0;
  border: .1em solid var(--line);
  background-color: #fff;
  border-radius: 1em;
  width: 100%;
  margin-bottom: .78125em;
  transition: all .2s;
}

.grid-dropdown:hover {
  border-color: var(--main);
}

.faq-holder {
  grid-column-gap: .78125em;
  grid-row-gap: .78125em;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.faq-dropdown-toggle {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 1.5625em 1.875em;
  display: flex;
}

.faq-dropdown {
  border: .1em solid var(--line);
  border-radius: 1em;
  width: 100%;
  overflow: hidden;
}

.faq-frage {
  white-space: normal;
  overflow-wrap: anywhere;
  font-size: 1.25em;
}

.faq-icon {
  width: 2em;
  height: 2em;
}

.faq-dropdown-list.w--open {
  background-color: #fff;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
  position: static;
}

.faq-answer-holder {
  padding: .78125em 1.875em 1.5625em;
}

.digi-multi-formula {
  background-color: var(--darker-bg);
  border-radius: 1em;
}

.arrow-multi {
  width: auto;
  height: 1.5em;
  margin-left: .25em;
}

.arrow-multi.zur-ck {
  margin-left: 0;
  margin-right: .2em;
  transform: rotate(180deg);
}

.daten-txt {
  color: #949494;
  margin-top: .78125vw;
  font-size: .6em;
}

.for-input-holder {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  margin-top: 1.5625em;
  display: flex;
}

.vorher-nachher-button {
  background-color: var(--main);
  color: #fff;
  cursor: pointer;
  border-radius: .5em;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding: .5em 2.5em;
  display: flex;
}

.vorher-nachher-button.vorher {
  color: #000;
  background-color: #4282fb00;
  margin-left: 0;
}

.vorher-nachher-button.input {
  width: 100%;
  margin-top: .78125em;
  padding-top: .75em;
  padding-bottom: .75em;
}

.vorher-nachher-button.input.more {
  font-size: 1.25em;
  transition: all .2s cubic-bezier(.55, .055, .675, .19);
}

.vorher-nachher-button.input.more:hover {
  background-color: var(--violett);
  box-shadow: 0 2px 20px 10px #0000000d;
}

.angebot-txt-verfuegbar {
  font-size: .8em;
  font-weight: 400;
}

.field-label {
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 500;
}

.field-label.kleiner.center {
  font-size: .8em;
}

.field-label.center {
  text-align: center;
  max-width: 90%;
  font-family: Inter Semi Bold Neu, Arial, sans-serif;
}

.radio-bg {
  z-index: 0;
  background-color: var(--schwarz);
  border-bottom-right-radius: .5em;
  border-bottom-left-radius: .5em;
  width: 102%;
  height: 37.5%;
  margin-bottom: -1%;
  margin-left: -.75%;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.angebot-holder {
  grid-column-gap: .78125em;
  grid-row-gap: .78125em;
  background-color: #fff;
  border-radius: .5em;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: .5em 5em;
  display: flex;
}

.radio-img {
  height: 3.5em;
  margin-top: 1.5625em;
  margin-bottom: 1.5625em;
}

.radio-img.kalender {
  height: 5em;
  margin-bottom: 2em;
}

.radio-img.kalender._2 {
  width: 5em;
}

.radio-img.kalender.anderes {
  object-fit: scale-down;
  width: 4em;
}

.radio-img._w-rme {
  height: 4em;
  margin-top: 1.0625em;
  margin-bottom: 1.0625em;
}

.radio-img.weg {
  height: 3em;
  margin-top: 1.8125em;
  margin-bottom: 1.8125em;
}

.title-txt {
  color: var(--text);
  margin-bottom: 0;
  font-family: Inter Semi Bold Neu, Arial, sans-serif;
  font-size: 1.2em;
}

.yellow {
  color: #fabc05;
  margin-left: .25em;
}

.radio-button-field {
  background-color: #fff;
  border: .2em solid #0000;
  border-radius: .5em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 15em;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
  box-shadow: 0 18px 20px 7px #0000000d;
}

.radio-button-field._4 {
  width: 25%;
}

.hero-h2-holder {
  grid-column-gap: .78125em;
  grid-row-gap: .78125em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: .78125em;
  display: flex;
}

.google-img {
  aspect-ratio: 1;
  width: 1.5em;
  height: auto;
}

.review-span {
  font-family: Inter;
  font-size: 1em;
}

.review-span.smaller {
  color: #000000b3;
  font-size: .8em;
  font-weight: 400;
  display: none;
}

.radio-txt {
  z-index: 1;
  text-align: center;
  margin-bottom: 1.5625em;
  font-family: Inter Semi Bold Neu, Arial, sans-serif;
  font-size: 1em;
  position: relative;
}

.text-v-n {
  font-size: 1.1em;
}

.multiform-radio-holder {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
  flex-flow: row;
  margin-top: 3.125em;
  display: flex;
}

.multiform-radio-holder._4 {
  width: 90%;
}

.multiform-radio-holder._2 {
  width: 40%;
}

.angebot-erstellung-h2 {
  text-align: center;
  width: 50%;
  font-size: 1.5em;
}

.angebot-check {
  width: 1em;
  max-width: none;
}

.vorhernachher-holder {
  justify-content: space-between;
  width: 100%;
  margin-top: 1.5625em;
  display: flex;
}

.data-step {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 30em;
  padding-top: 3.125em;
  padding-bottom: 3.125em;
  display: flex;
}

.data-step.input {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
}

.data-step.first {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: auto;
  padding-top: 1.5625em;
  padding-bottom: 1.5625em;
}

.data-step.load {
  padding-top: 0;
  padding-bottom: 0;
}

.review-txt {
  color: #0b2742;
  align-items: center;
  font-size: 1.2em;
  font-weight: 500;
  display: flex;
}

.field-label-holder {
  grid-column-gap: .78125em;
  grid-row-gap: .78125em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.data-progress-label {
  margin-bottom: .78125em;
}

.review-holder {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  cursor: default;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 1.5625em;
  margin-right: 0;
  display: flex;
}

.loading-embed {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.google-img-holder {
  grid-column-gap: .390625em;
  grid-row-gap: .390625em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.radio-button {
  z-index: 2;
  cursor: pointer;
  background-color: #0b274200;
  border: .2em solid #0000;
  border-radius: .5em;
  width: 101%;
  height: 101%;
  margin: -.5%;
  transition: all .2s;
  position: absolute;
  inset: 0%;
}

.radio-button.w--redirected-checked {
  border-color: #0b2742;
}

.radio-button.w--redirected-focus {
  border-color: #0b2742;
  box-shadow: 0 2px 5px #0000;
}

.text-field {
  border: .15em solid var(--line);
  border-radius: .5em;
  margin-top: .390625em;
  margin-bottom: 0;
  padding: 1.5625em 1.5625em 1.5625em .78125em;
  font-size: .8em;
  transition: all .4s;
}

.text-field:focus {
  border-width: .15em;
  border-color: var(--main);
  box-shadow: 0 0 6px 2px #002a9157;
}

.text-field::placeholder {
  color: #c2c2c2;
  font-family: Inter light neu, Arial, sans-serif;
  font-size: 1em;
}

.kontakt-h2 {
  text-align: center;
  width: 80%;
}

.kontakt-sub {
  text-align: center;
  font-size: 1.2em;
}

.ueber-grid {
  grid-column-gap: 3.125em;
  grid-row-gap: 3.125em;
  grid-template-rows: auto;
  width: 100%;
  margin-bottom: 3.125em;
}

.ueber-hero-left {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.ueber-hero-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.ueber-h1 {
  font-size: 2em;
}

.ueber-p {
  font-size: 1.25em;
}

.zahlen-ueber-holder {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
  border: .1em solid var(--line);
  border-radius: .5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 1.5625em;
  display: grid;
  box-shadow: 7px 6px 20px #0000000d;
}

.zahlen-ueber-holder.test {
  background-color: var(--hintergrund);
  width: auto;
  margin-top: 3.125em;
  margin-bottom: 3.125em;
}

.zahle-ueber-card {
  grid-column-gap: .390625em;
  grid-row-gap: .390625em;
  border-right: .1em solid var(--line);
  flex-flow: column;
  padding-right: 1.5625em;
  display: flex;
}

.zahle-ueber-card.last {
  border-right-style: none;
}

.zahl-txt {
  color: var(--main);
  font-family: Inter Semi Bold Neu, Arial, sans-serif;
  font-size: 1.75em;
  font-weight: 600;
}

.zahl-sub {
  font-size: 1em;
}

.code-embed {
  border-radius: .5em;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25rem;
  display: flex;
  overflow: hidden;
}

.mission-grid {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
  grid-template-rows: auto;
  width: 100%;
}

.mission-left {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.mission-pre-head {
  color: var(--main);
  text-transform: uppercase;
  font-size: 1em;
}

.ueber-img {
  aspect-ratio: 2 / 2.5;
  object-fit: cover;
  object-position: 50% 20%;
  border-radius: .5em;
  width: 100%;
}

.black {
  color: #000;
  font-family: Inter Semi Bold Neu, Arial, sans-serif;
}

.geschichte-prehead {
  color: var(--main);
  text-transform: uppercase;
}

.geschichte-top-holder {
  grid-column-gap: .78125em;
  grid-row-gap: .78125em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.geschichte-h2 {
  text-align: center;
  font-family: Inter Semi Bold Neu, Arial, sans-serif;
}

.smaller {
  font-size: .75em;
}

.timeline_centre {
  justify-content: center;
  display: flex;
}

.timeline_date-text {
  color: #fff;
  letter-spacing: -.03em;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  position: sticky;
  top: 50vh;
}

.timeline_image-wrapper {
  background-image: linear-gradient(138deg, #000, #0000 28%), url('../images/Image-Background.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 12px;
  overflow: hidden;
}

.margin-bottom-medium {
  margin-bottom: 32px;
}

.timeline_text {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}

.timeline_progress-bar {
  z-index: -1;
  background-color: #fff;
  background-image: linear-gradient(180deg, var(--main), var(--line) 51%, var(--violett));
  width: 3px;
  height: 50vh;
  position: sticky;
  inset: 0 auto 50vh;
}

.timeline_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.timeline_circle {
  background-color: #fff;
  border-radius: 100%;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #0a0a0a;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.margin-bottom-xlarge {
  margin-bottom: 56px;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.timeline_progress {
  z-index: -2;
  background-color: var(--gray);
  width: 3px;
  height: 100%;
  position: absolute;
}

.section-timeline {
  z-index: 1;
  background-color: var(--schwarz);
  position: relative;
}

.wistia-video {
  width: 100%;
  margin-top: .78125em;
  margin-bottom: 0;
}

.test-top-holder {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph {
  text-align: center;
  width: 80%;
  font-size: 1.5em;
}

.verlauf {
  background-image: linear-gradient(98deg, var(--main), var(--violett));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

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

.test-above {
  color: var(--main);
  text-align: center;
  text-transform: uppercase;
  font-family: Inter Semi Bold Neu, Arial, sans-serif;
  font-weight: 600;
}

.graph-test-holder {
  border: .1em solid var(--line);
  background-color: #fff;
  border-radius: .5em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 3.125em;
  padding: 2.34375em;
  display: flex;
}

.graph-txt {
  color: var(--main);
  text-transform: uppercase;
  margin-bottom: .78125em;
  font-size: 1em;
}

.graph-h2 {
  font-family: Inter Semi Bold Neu, Arial, sans-serif;
  font-weight: 600;
}

.graph-img {
  width: 100%;
}

.graph-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 1.5625em;
}

.graph-holder {
  grid-column-gap: .78125em;
  grid-row-gap: .78125em;
  border: .1em solid var(--line);
  background-color: var(--hintergrund);
  border-radius: .5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: .78125em;
  display: flex;
}

.vorher-nachher-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 3.125em;
}

.vorher-nachher-card {
  grid-column-gap: .78125em;
  grid-row-gap: .78125em;
  border: .1em solid var(--line);
  border-radius: .5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2.34375em 1.5625em;
  transition: all .2s cubic-bezier(.55, .085, .68, .53);
  display: flex;
}

.vorher-nachher-card:hover {
  transform: translate(0, -.5em);
  box-shadow: 0 0 20px -2px #0000001a;
}

.vorher-nachher-card.gray {
  background-color: var(--darker-bg);
}

.vorher-nachher-holder {
  grid-column-gap: .78125em;
  grid-row-gap: .78125em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vorher-nachher-holder.first {
  margin-top: .78125em;
}

.vorher-nachher-holder.last {
  border-bottom: .1em dashed var(--line);
  padding-bottom: 1.5625em;
}

.vorher-txt {
  font-family: Inter Semi Bold Neu, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 600;
}

.vorher-above {
  color: var(--akzent);
  text-transform: uppercase;
  font-family: Inter Semi Bold Neu, Arial, sans-serif;
  font-size: 1em;
  font-weight: 600;
}

.vorher-above.green {
  color: #00c565;
}

.vorher-above.gray {
  color: var(--gray);
}

.vorher-beside {
  color: var(--text);
}

.vorher-img {
  height: 1.5rem;
}

.veroher-gray-txt {
  color: var(--gray);
}

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

.untersreichen {
  text-underline-offset: 0%;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-position: auto;
  -webkit-text-decoration: underline #61cdffa1;
  text-decoration: underline #61cdffa1;
  text-decoration-thickness: .3em;
}

.test-img {
  margin-bottom: 3.125em;
}

.faq-h2 {
  text-align: center;
  font-family: Inter Semi Bold Neu, Arial, sans-serif;
  font-weight: 600;
}

.faq-above {
  color: var(--main);
  text-transform: uppercase;
  font-size: 1em;
}

.faq-above-holder {
  grid-column-gap: .78125em;
  grid-row-gap: .78125em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 3.125em;
  display: flex;
}

.cta-h2 {
  z-index: 2;
  color: #fff;
  text-align: center;
  font-family: Inter Semi Bold Neu, Arial, sans-serif;
  font-size: 2.5em;
  position: relative;
}

.cta-content-holder {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cta-background {
  z-index: -1;
}

.cta-p {
  width: 70%;
  color: var(--hintergrund);
  text-align: center;
  font-size: 1.3em;
}

.cta-txt {
  color: var(--hellblau);
  text-align: center;
  text-transform: uppercase;
  font-size: 1.15em;
}

.cta-check-holder {
  grid-column-gap: .78125em;
  grid-row-gap: .78125em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cta-check {
  width: 1.5em;
}

.check-cta-txt {
  color: var(--hintergrund);
}

.check-cta-all {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar {
  background-color: var(--hintergrund);
  padding-top: .78125em;
  padding-bottom: .78125em;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 80.3906vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brand {
  padding: .390625em;
}

.bran-img {
  height: 4rem;
}

.nav-dropdown {
  grid-column-gap: .78125em;
  grid-row-gap: .78125em;
  cursor: pointer;
  flex-flow: row;
  padding: .78125em;
  font-family: Inter Semi Bold Neu, Arial, sans-serif;
  font-size: 1em;
  font-weight: 600;
  transition: all .2s cubic-bezier(.55, .085, .68, .53);
  display: flex;
}

.nav-dropdown:hover, .nav-dropdown.w--current {
  color: var(--violett);
}

.icon {
  margin-right: 0;
  position: static;
}

.dropdown-holder {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
  border: .1em solid var(--line);
  background-color: #fff;
  border-radius: .5em;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 220%;
  margin-top: 5%;
  margin-left: 1.5625em;
  padding: .78125em;
  display: grid;
  box-shadow: 0 6px 20px -2px #0003;
}

.dropdown-holder.branchen {
  grid-template-columns: 1fr;
}

.dropdown-list.w--open {
  z-index: 100;
  background-color: #ddd0;
}

.dropdown-link-block {
  grid-column-gap: .78125em;
  grid-row-gap: .78125em;
  border-radius: .5em;
  justify-content: flex-start;
  align-items: center;
  padding: .78125em;
  transition: all .2s cubic-bezier(.55, .085, .68, .53);
  display: flex;
}

.dropdown-link-block:hover, .dropdown-link-block.cta {
  background-color: var(--darker-bg);
}

.dropdown-img {
  border-radius: 50%;
  height: 3rem;
}

.dropdown-img.square {
  object-fit: scale-down;
  border-radius: 0%;
  width: 3rem;
}

.dropdown-img.square._23 {
  height: 2rem;
}

.dropdown-txt-holder {
  grid-column-gap: .78125em;
  grid-row-gap: .78125em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.dropdown-txt-above {
  font-family: Inter Semi Bold Neu, Arial, sans-serif;
  font-weight: 600;
}

.dropdown-txt-below {
  color: var(--text);
}

.nav-txt {
  font-family: Inter Semi Bold Neu, Arial, sans-serif;
}

.navbar-links {
  grid-column-gap: .78125em;
  grid-row-gap: .78125em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 1.5625em;
  margin-right: auto;
  display: flex;
}

.dropdown, .dropdown.hide {
  display: none;
}

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

.text-span {
  color: var(--violett);
}

.ergebnisse-p {
  text-align: center;
  font-size: 1.5em;
  display: none;
}

.check-erfolg-holder {
  flex-direction: column;
  align-items: center;
  width: 3em;
  height: auto;
  display: flex;
}

.box-nummer {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: .3em solid #131290;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 1.5em;
  padding: 1.5em;
  display: flex;
}

.erfolg-step-all-holder {
  display: flex;
}

.danke-h1 {
  color: #fff;
  text-align: center;
}

.danke-h2 {
  color: #fff;
  text-align: center;
  font-size: 2em;
}

.check-wei {
  width: 3.5em;
}

.check-erfolg {
  width: 3em;
  max-width: none;
}

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

.danke-div {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
  color: #fff;
  background-color: #131290;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 3em;
  padding: 1.5em;
  display: flex;
}

.step-erfolg-holder {
  width: 50%;
}

.erfolg-step-text-holder {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-direction: column;
  margin-left: 1.5625em;
  padding-bottom: 1.5625em;
  display: flex;
}

.erfolg-erhalten-box {
  flex-direction: column;
  display: flex;
}

.phone-img {
  width: 2em;
  margin-right: .5em;
}

.erfolg-erhalten-box-top {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
  background-color: #131290;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2em;
  display: flex;
}

.auftragsnummer-txt {
  color: #131290;
  font-size: 1.5em;
  font-weight: 500;
}

.step-txt-erfolg {
  font-size: 1.5em;
}

.step-txt-erfolg.blau {
  color: #131290;
  font-weight: 500;
}

.container-multi {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 60vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-multi.erfolg {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-direction: row;
  align-items: stretch;
  width: 80vw;
}

.number-erfolg-txt {
  font-size: 1.2em;
  font-weight: 500;
}

.line-erfolg {
  background-color: #131290;
  width: 2px;
  height: 4em;
}

.line-erfolg.dark.long {
  height: 100%;
}

.danke-p {
  color: #fffc;
  text-align: center;
}

.nummer-holder {
  border: .2em solid #131290;
  border-radius: 505px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  display: flex;
}

.phone {
  color: #000;
  font-size: 1.1em;
}

.phone-block {
  border: .1em solid #ccc;
  border-radius: .5em;
  align-items: center;
  padding: 1em;
  transition: all .2s cubic-bezier(.55, .055, .675, .19);
  display: flex;
}

.phone-block:hover {
  background-color: #0000000d;
}

.phone-block.grey {
  background-color: #f7f7f7;
  border: .1em solid #ccc;
  border-radius: .5em;
  padding: 1em;
}

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

.erfolg-erhalten-box-bottom {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  border: .3em solid #131290;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.5em;
  display: flex;
}

.righ-erfolg-holder {
  flex-direction: column;
  width: 50%;
  display: flex;
}

.impressum-paragraph {
  margin-top: 0;
  line-height: 1.4;
}

.normal-orange {
  color: #d23b23;
}

.impressum-line {
  background-color: #000;
  width: 60%;
  height: .075em;
  margin-top: 30px;
  margin-bottom: 30px;
}

.impressum-heading {
  margin-top: 0;
  margin-bottom: 0;
}

.link-22 {
  text-decoration: underline;
}

.text-span-5 {
  color: #d23b23;
  text-decoration: underline;
}

@media screen and (min-width: 1280px) {
  .tabelle {
    width: 80%;
  }

  .impressum-heading {
    font-weight: 500;
  }
}

@media screen and (min-width: 1440px) {
  .tabelle {
    width: 60%;
  }
}

@media screen and (min-width: 1920px) {
  .above-h1 {
    font-size: .75em;
  }

  .section.small-nav {
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .btn {
    font-size: 1em;
  }

  .container {
    width: 75vw;
  }

  .container.small-nav {
    width: 76vw;
  }

  .container.benefits {
    width: 65vw;
  }

  .container.akzente.space {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--main), var(--schwarz) 39%);
    padding-top: 3.125em;
    padding-bottom: 3.125em;
  }

  .container.mission {
    width: 65vw;
  }

  .main-h1.landing {
    font-size: 1.6em;
  }

  .left-holder {
    width: 50%;
  }

  .logo.lp {
    width: 3.5em;
  }

  .check-icon {
    height: 1.25rem;
  }

  .benefits-h2 {
    font-size: 2em;
  }

  .check {
    height: 1.5rem;
  }

  .bento-img {
    height: 27em;
  }

  .testimonial-grid {
    grid-template-rows: 1fr 1fr 1fr;
  }

  .kennst-top-holder {
    overflow: hidden;
  }

  .tabelle {
    width: 55%;
  }

  .grafik {
    height: 28em;
  }

  .ueber-grid {
    grid-template-columns: 1.15fr 1fr;
  }

  .ueber-h1 {
    font-size: 2.35em;
  }

  .zahl-txt {
    font-size: 2em;
  }

  .code-embed {
    width: 90%;
    height: 35em;
  }

  .vorher-img {
    height: 2rem;
  }

  .bran-img, .dropdown-img {
    height: 5rem;
  }

  .dropdown-img.square {
    width: 4rem;
  }

  .dropdown-img.square._23 {
    height: 4rem;
  }

  .ergebnisse-h1 {
    width: 80%;
  }

  .danke-h2 {
    font-size: 1.75em;
  }

  .danke-div {
    margin-bottom: 2em;
  }

  .container-multi {
    width: 60vw;
  }

  .container-multi.erfolg {
    width: 70vw;
  }
}

@media screen and (max-width: 991px) {
  .main-txt {
    margin-top: 0;
    margin-bottom: 0;
  }

  .btn.small-space._0-opacity {
    opacity: 100;
  }

  .btn.nav {
    margin-top: 2em;
    display: none;
  }

  .main-txt-holder {
    margin-top: 0;
  }

  .main-txt-holder._2 {
    margin-top: .78125em;
  }

  ._2nd-mainholder {
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center start;
    margin-top: 1.5625em;
    display: grid;
  }

  .container {
    width: 95vw;
  }

  .container.video-main {
    width: 95vw;
    padding-left: 0;
    padding-right: 0;
  }

  .container.small-nav {
    width: 90vw;
  }

  .container.schritt {
    width: 70vw;
  }

  .container.form {
    width: 90vw;
  }

  .container.ueber {
    width: 80vw;
  }

  .container.mission {
    width: 70vw;
  }

  .wistia-holder, .left-holder {
    width: 50%;
  }

  .trusted-h2 {
    font-size: 1.5em;
  }

  .bento-card {
    height: auto;
  }

  .bento-card.down {
    flex-flow: column;
  }

  .bento-txt {
    font-size: 1.25em;
  }

  .bento-img.down {
    width: 100%;
  }

  .bento-top-holder.down {
    flex-flow: row;
  }

  .bento-arrow {
    height: 3em;
    margin-left: 1.5625em;
  }

  .schritt-grid {
    grid-template-columns: 100%;
  }

  .schritt-grid.rechts {
    grid-template-columns: 1fr;
  }

  .schritt-grid.rechts.handshake {
    grid-template-columns: 1fr 1fr;
  }

  .schritt-grid.last {
    grid-column-gap: 1.5625em;
    grid-row-gap: 1.5625em;
  }

  .schritt-h2 {
    font-size: 1.5em;
  }

  .schritt-icon {
    width: 2em;
    margin-left: 0;
  }

  .statement-txt {
    font-size: 2em;
  }

  .statement-below-txt {
    text-align: center;
  }

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

  .testimonial-card._50 {
    width: 50%;
  }

  .tabelle {
    width: 100%;
  }

  .stimmen-h2 {
    width: 70%;
  }

  .grafik, .for-input-holder, .angebot-holder {
    width: 80%;
  }

  .multiform-radio-holder._2 {
    width: 50%;
  }

  .angebot-erstellung-h2 {
    width: 80%;
  }

  .text-field {
    padding-top: .78125em;
    padding-bottom: .78125em;
    font-size: 16.05px;
  }

  .text-field::placeholder {
    font-size: 16.05px;
  }

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

  .ueber-hero-right {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .zahle-ueber-card.last {
    padding-right: 0;
  }

  .zahl-txt {
    font-size: 1.5em;
  }

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

  .cta-p {
    width: 100%;
    font-size: 1.2em;
  }

  .navbar {
    display: flex;
  }

  .nav-container {
    width: 95vw;
  }

  .icon {
    display: none;
  }

  .dropdown-holder {
    width: 100%;
    margin-top: 0%;
    margin-left: 0;
  }

  .navbar-links {
    background-color: #fff;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    padding: 1.5625em;
  }

  .menu-btn {
    display: none;
  }

  .menu-btn:active {
    background-color: #c8c8c8;
  }

  .menu-btn.w--open, .menu-btn.w--open:active {
    background-color: var(--main);
    border-radius: .5em;
  }

  .step-erfolg-holder {
    width: 100%;
  }

  .container-multi {
    width: 80vw;
  }

  .container-multi.erfolg {
    flex-direction: column;
    align-items: center;
  }

  .righ-erfolg-holder {
    width: 70%;
  }

  .impressum-line {
    width: 100%;
  }

  .impressum-heading {
    font-size: 2.5em;
  }
}

@media screen and (max-width: 767px) {
  .section.main {
    padding-top: 1.5625em;
  }

  .top-holder {
    flex-flow: column;
  }

  ._2nd-mainholder {
    grid-column-gap: 1.5625em;
    grid-row-gap: 1.5625em;
    grid-template-rows: auto;
    grid-template-columns: auto auto auto;
  }

  .container {
    width: 90vw;
  }

  .container.video-main {
    width: 90vw;
    padding-top: 0;
  }

  .container.ruck {
    width: 95vw;
  }

  .container.ueber {
    width: 90vw;
  }

  .container.mission {
    width: 80vw;
  }

  .container.cta-rel {
    padding: 3.125em 1.5625em;
  }

  .main-h1.landing {
    width: auto;
  }

  .wistia-holder, .left-holder {
    width: 100%;
  }

  .benefits-h2 {
    width: 100%;
    font-size: 2em;
  }

  .benefit-grid, .check-grid {
    grid-template-columns: 1fr 1fr;
  }

  .check-holder._50 {
    justify-content: center;
    align-items: center;
  }

  .trusted-img {
    width: 100%;
  }

  .trusted-img.tall, .trusted-img.aplbau {
    width: 80%;
  }

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

  .bento-top-holder {
    padding-bottom: 1.5625em;
  }

  .bento-top-holder.down {
    padding-top: 1.5625em;
    padding-bottom: 1.5625em;
  }

  .loesung-h2 {
    width: 80%;
  }

  .schritt-grid.rechts.handshake {
    grid-template-columns: 1fr;
    align-self: center;
    width: 80%;
  }

  .statement-h2 {
    width: 70%;
  }

  .statement-txt {
    font-size: 1.5em;
  }

  .statement-below-txt {
    font-size: .8em;
  }

  .testimonial-grid.ergebnisse {
    grid-template-columns: 1fr;
  }

  .stimmen-h2 {
    width: 90%;
  }

  .stimmen-grid {
    grid-column-gap: .78125em;
    grid-row-gap: .78125em;
    grid-template-columns: 1fr 1fr;
  }

  .dark-h2 {
    font-size: 1.9em;
  }

  .garantie-top-holder {
    width: 80%;
  }

  .wie-genau-holder {
    width: 70%;
  }

  .faq-dropdown-toggle, .faq-answer-holder {
    padding-left: .9375em;
    padding-right: .9375em;
  }

  .radio-bg {
    border-top-right-radius: .5em;
    border-bottom-left-radius: 0;
    width: 50%;
    height: 101%;
    margin-bottom: 0%;
    margin-left: 0%;
    margin-right: -1%;
    inset: 0% 0% 1% auto;
  }

  .radio-img {
    margin-top: 1.5625em;
    margin-bottom: 1.5625em;
    margin-left: 3.125em;
  }

  .radio-img.kalender {
    margin-top: 1.5625em;
    margin-bottom: 1.5625em;
  }

  .radio-button-field {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .radio-button-field._4 {
    width: 100%;
  }

  .radio-txt {
    margin-bottom: 0%;
    margin-left: 3.125em;
    margin-right: 5%;
    font-size: 1.25em;
  }

  .multiform-radio-holder {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 70%;
  }

  .multiform-radio-holder._4 {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .multiform-radio-holder._2, .angebot-erstellung-h2 {
    width: 90%;
  }

  .field-label-holder {
    width: 100%;
  }

  .radio-img-holder {
    width: 10em;
  }

  .ueber-hero-left {
    justify-content: center;
    align-items: center;
  }

  .ueber-h1, .ueber-p {
    text-align: center;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .timeline_text {
    font-size: 20px;
  }

  .timeline_left {
    text-align: left;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .timeline_item {
    grid-template-columns: 64px 1fr;
    width: 100%;
  }

  .timeline_progress {
    left: 6px;
  }

  .faq-h2 {
    font-size: 1.5em;
  }

  .cta-p {
    font-size: 1.1em;
  }

  .cta-txt {
    font-size: 1em;
  }

  .check-cta-all {
    flex-flow: column;
  }

  .ergebnisse-h1 {
    font-size: 2em;
  }

  .ergebnisse-p {
    font-size: 1.25em;
  }

  .container-multi {
    width: 90vw;
  }

  .righ-erfolg-holder {
    width: 90%;
  }
}

@media screen and (max-width: 479px) {
  .above-h1 {
    font-size: .85em;
  }

  .section._0embottom {
    padding-top: 1.5625em;
  }

  .section.ergebnisse {
    padding-top: 2.34375em;
    padding-bottom: .223214em;
  }

  .main-txt {
    width: 100%;
    font-size: .85em;
  }

  .btn {
    padding-left: 1em;
    padding-right: 1em;
  }

  .btn.small {
    margin-top: .78125em;
  }

  ._2nd-mainholder {
    grid-column-gap: .78125em;
    grid-row-gap: .78125em;
    grid-template-columns: 1fr;
  }

  .container {
    width: 95vw;
  }

  .container.video-main {
    padding-bottom: 0;
  }

  .container.schritt {
    width: 90vw;
  }

  .container.akzente {
    padding-left: .78125em;
    padding-right: .78125em;
  }

  .container.garantie {
    background-image: radial-gradient(circle closest-corner at 50% 35%, #61cdff66, var(--hintergrund) 75%);
  }

  .container.mission {
    width: 90vw;
  }

  .main-h1.landing {
    font-size: 1.7em;
  }

  .benefits-h2 {
    font-size: 1.4em;
  }

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

  .warum-heading {
    font-size: 1.25em;
  }

  .check-grid {
    grid-column-gap: .78125em;
    grid-row-gap: .78125em;
    grid-template-columns: 1fr;
    place-items: center;
    margin-top: 1.5625em;
  }

  .trusted-by-grid {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
  }

  .test-holder {
    align-items: center;
  }

  .trusted-h2 {
    font-size: 1em;
  }

  .trusted-img.tall {
    width: 70%;
  }

  .trusted-img.aplbau {
    width: 80%;
  }

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

  .bento-txt {
    margin-left: .78125em;
  }

  .bento-txt.down {
    margin-bottom: 0;
  }

  .bento-top-holder.down {
    padding-left: .78125em;
    padding-right: .78125em;
  }

  .bento-arrow.below {
    margin-left: .78125em;
  }

  .loesung-h2 {
    width: 100%;
    font-size: 2em;
  }

  .schritt-grid {
    grid-column-gap: 1.5625em;
    grid-row-gap: 1.5625em;
    grid-template-columns: 100%;
    padding-bottom: 1.5625em;
  }

  .schritt-grid.rechts.handshake {
    width: 90%;
  }

  .schritt-card {
    padding-bottom: 0;
  }

  .schritt-card.wei {
    padding: 0;
  }

  .schritt-h2 {
    font-size: 1.5em;
  }

  .statement-h2 {
    font-size: 1.75em;
  }

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

  .statement-card.last {
    padding: .78125em;
  }

  .statement-card._2 {
    border-right-style: none;
  }

  .statement-txt {
    font-size: 1.75em;
  }

  .testimonial-p {
    width: 100%;
  }

  .testimonial-grid {
    grid-column-gap: .78125em;
    grid-row-gap: .78125em;
    grid-template-columns: 1fr;
  }

  .testimonial-card._50 {
    width: 100%;
  }

  .snaierungstyp-style {
    margin-top: .78125em;
    margin-bottom: .78125em;
  }

  .stimmen-h2 {
    width: 100%;
    font-size: 1.5em;
  }

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

  .dark-h2 {
    width: 100%;
    font-size: 1.5em;
  }

  .grafik {
    width: 100%;
  }

  .zahlen-holder {
    grid-column-gap: 1.5625em;
    grid-row-gap: 1.5625em;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .fakt-txt, .fakt-sub {
    text-align: center;
  }

  .garantie-h2 {
    font-size: 1.75em;
  }

  .garantie-zahl {
    font-size: 4em;
  }

  .garantie-top-holder {
    width: 100%;
  }

  .wie-genau-holder {
    width: 90%;
  }

  .faq-frage {
    font-size: 1.15em;
  }

  .faq-icon {
    margin-left: .78125em;
  }

  .for-input-holder {
    width: 90%;
  }

  .vorher-nachher-button.input.more {
    padding-left: 1em;
    padding-right: 1em;
    font-size: 1.1em;
  }

  .field-label.center {
    font-size: 1.4em;
  }

  .radio-bg {
    width: 57.5%;
  }

  .angebot-holder {
    width: 90%;
    padding-left: 1.5625em;
    padding-right: 1.5625em;
  }

  .radio-img {
    margin-left: 1.5625em;
  }

  .radio-img.kalender {
    height: 4em;
  }

  .title-txt {
    font-size: 1.5em;
  }

  .review-span.smaller {
    font-size: .8em;
  }

  .radio-txt {
    width: 100%;
    margin-left: .78125em;
    font-size: 1em;
  }

  .text-v-n {
    font-size: 1em;
  }

  .multiform-radio-holder {
    flex-flow: column;
    width: 95%;
  }

  .multiform-radio-holder._4 {
    grid-column-gap: .78125em;
    grid-row-gap: .78125em;
  }

  .angebot-erstellung-h2 {
    width: 90%;
    font-size: 1.15em;
  }

  .vorhernachher-holder {
    margin-top: 1.5625em;
  }

  .data-step {
    min-height: 30em;
    padding-top: 1.5625em;
    padding-bottom: 1.5625em;
  }

  .kontakt-h2 {
    width: 100%;
    font-size: 1.4em;
  }

  .kontakt-sub {
    font-size: 1em;
  }

  .radio-img-holder {
    width: 12em;
  }

  .ueber-grid {
    grid-template-columns: 90vw;
  }

  .ueber-hero-left {
    grid-column-gap: .78125em;
    grid-row-gap: .78125em;
  }

  .ueber-h1 {
    font-size: 1.5em;
  }

  .ueber-p {
    font-size: 1em;
  }

  .zahlen-ueber-holder {
    grid-column-gap: .78125em;
    grid-row-gap: 1.5625em;
    grid-template-columns: 1fr 1fr;
    margin-top: .78125em;
  }

  .zahle-ueber-card {
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
  }

  .zahle-ueber-card.last {
    width: 60%;
  }

  .zahle-ueber-card._2 {
    border-right-style: none;
  }

  .zahl-sub {
    font-size: .9em;
  }

  .margin-bottom-medium {
    margin-bottom: 24px;
  }

  .timeline_item {
    grid-template-columns: 48px 1fr;
  }

  .cta-h2 {
    font-size: 1.5em;
  }

  .cta-p {
    font-size: 1em;
  }

  .check-cta-all {
    grid-column-gap: .78125em;
    grid-row-gap: .78125em;
    flex-flow: column;
  }

  .dropdown-link-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .erfolg-step-text-holder {
    margin-left: 1em;
  }

  .container-multi.erfolg {
    width: 90vw;
  }

  .line-erfolg {
    height: 5.5em;
  }

  .line-erfolg.dark.long {
    height: 6em;
  }

  .righ-erfolg-holder {
    width: 100%;
  }
}

#w-node-_823539bc-a7f4-2625-705b-140958de6b78-6d313469 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0ab95ca9-9f57-3e30-fb0d-6bbdde588fae-6d313469 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f78efb05-cdde-e416-447f-633f0428ce2d-6d313469 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4960d133-257f-be06-49c6-c341be05c5b0-be05c5ad, #w-node-_4960d133-257f-be06-49c6-c341be05c5b8-be05c5ad, #w-node-_4960d133-257f-be06-49c6-c341be05c5b9-be05c5ad {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bfc6c68f-3acf-83e3-38ac-129540d71387-40d71382, #w-node-bfc6c68f-3acf-83e3-38ac-129540d71389-40d71382, #w-node-bfc6c68f-3acf-83e3-38ac-129540d7138b-40d71382, #w-node-bfc6c68f-3acf-83e3-38ac-129540d7138d-40d71382, #w-node-bfc6c68f-3acf-83e3-38ac-129540d7138f-40d71382, #w-node-bfc6c68f-3acf-83e3-38ac-129540d71391-40d71382, #w-node-bfc6c68f-3acf-83e3-38ac-129540d71393-40d71382, #w-node-bfc6c68f-3acf-83e3-38ac-129540d71395-40d71382, #w-node-bfc6c68f-3acf-83e3-38ac-129540d71397-40d71382, #w-node-bfc6c68f-3acf-83e3-38ac-129540d71399-40d71382, #w-node-bfc6c68f-3acf-83e3-38ac-129540d7139b-40d71382, #w-node-bfc6c68f-3acf-83e3-38ac-129540d7139d-40d71382, #w-node-bfc6c68f-3acf-83e3-38ac-129540d7139f-40d71382, #w-node-bfc6c68f-3acf-83e3-38ac-129540d713a1-40d71382, #w-node-bfc6c68f-3acf-83e3-38ac-129540d713a3-40d71382, #w-node-bfc6c68f-3acf-83e3-38ac-129540d713a5-40d71382, #w-node-bfc6c68f-3acf-83e3-38ac-129540d713a7-40d71382, #w-node-bfc6c68f-3acf-83e3-38ac-129540d713a9-40d71382, #w-node-bdedbf08-2d38-5e0b-f1f5-f80a8104469f-810445e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-adc5f26c-786f-8a03-81ed-9c6c9f3fdf26-6d313469 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-bdedbf08-2d38-5e0b-f1f5-f80a8104468a-810445e0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_71032a9d-f415-6a3e-4d46-dd4af73c880d-6d313469, #w-node-_9dc80b91-592f-b59e-d76a-c63e70386b8a-6d313469 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0ab95ca9-9f57-3e30-fb0d-6bbdde588fae-6d313469, #w-node-f78efb05-cdde-e416-447f-633f0428ce2d-6d313469 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bdedbf08-2d38-5e0b-f1f5-f80a8104468a-810445e0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_79923d63-f00a-74ee-3656-ae32b37b02ae-5d36313d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_79923d63-f00a-74ee-3656-ae32b37b02b1-5d36313d {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_79923d63-f00a-74ee-3656-ae32b37b02b3-5d36313d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_79923d63-f00a-74ee-3656-ae32b37b02ba-5d36313d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_79923d63-f00a-74ee-3656-ae32b37b02bd-5d36313d {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_79923d63-f00a-74ee-3656-ae32b37b02cd-5d36313d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_79923d63-f00a-74ee-3656-ae32b37b02d0-5d36313d {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_79923d63-f00a-74ee-3656-ae32b37b02e7-5d36313d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_79923d63-f00a-74ee-3656-ae32b37b02ea-5d36313d {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_79923d63-f00a-74ee-3656-ae32b37b0303-5d36313d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_79923d63-f00a-74ee-3656-ae32b37b0306-5d36313d {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_79923d63-f00a-74ee-3656-ae32b37b0320-5d36313d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_79923d63-f00a-74ee-3656-ae32b37b0323-5d36313d {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_79923d63-f00a-74ee-3656-ae32b37b033e-5d36313d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_79923d63-f00a-74ee-3656-ae32b37b0341-5d36313d {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_79923d63-f00a-74ee-3656-ae32b37b0351-5d36313d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_79923d63-f00a-74ee-3656-ae32b37b0354-5d36313d {
    grid-area: 1 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a720db95-6bff-c969-8d2d-d5de1f1ff5b2-6d313469, #w-node-dc64c01c-08c8-b6a2-85d7-9a9aebf0bf9b-6d313469, #w-node-_71032a9d-f415-6a3e-4d46-dd4af73c880d-6d313469, #w-node-_9dc80b91-592f-b59e-d76a-c63e70386b8a-6d313469, #w-node-_0ab95ca9-9f57-3e30-fb0d-6bbdde588fae-6d313469, #w-node-f78efb05-cdde-e416-447f-633f0428ce2d-6d313469 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-adc5f26c-786f-8a03-81ed-9c6c9f3fdf26-6d313469 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-bfc6c68f-3acf-83e3-38ac-129540d713a7-40d71382, #w-node-bfc6c68f-3acf-83e3-38ac-129540d713a9-40d71382, #w-node-bdedbf08-2d38-5e0b-f1f5-f80a8104468a-810445e0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_9bf8b077-8df9-f23c-ef85-bc571a7ab453-5d36313d, #w-node-e892aead-378d-386d-3bb6-ba7231567bb8-7d5dbfe9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }
}


@font-face {
  font-family: 'Inter light neu';
  src: url('../fonts/subset-Inter24pt-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'inter normal neu';
  src: url('../fonts/subset-Inter24pt-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Semi Bold Neu';
  src: url('../fonts/subset-Inter18pt-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}