@font-face {
  font-family: "Inter 24 Pt";
  src: url('../fonts/Inter_24pt-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter 24 Pt";
  src: url('../fonts/Inter_24pt-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter 24 Pt ";
  src: url('../fonts/Inter_24pt-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter 24 Pt";
  src: url('../fonts/Inter_24pt-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark: #1a1a1a;
  --blue: #1d61eb;
  --bg-grey: #ececec;
  --dark-blue: #243046;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.title4 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Inter 24 Pt", Arial, sans-serif;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.3em;
}

.p-md-end {
  padding-bottom: 4.5em;
}

.input-field {
  color: #272727;
  border-radius: 10px;
  min-height: 54px;
  margin-bottom: 1.8em;
  font-size: 1em;
  transition: all .25s;
}

.input-field:hover {
  border: 1px solid #888;
}

.input-field:focus {
  background-color: #fcfcfc;
  border: 1px solid #272727;
}

.p-xl-end {
  height: 0;
  padding-bottom: 6em;
}

.p-xl-start {
  padding-top: 6.5em;
}

.p-xl-start.mobile {
  display: none;
}

.p-sm-end {
  padding-bottom: 2.25em;
}

.copy-large {
  color: #333;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  font-family: "Inter 24 Pt", Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  position: static;
}

.copy-large.white {
  color: #fff;
}

.rich-text-custom {
  color: #f8f8f8;
  font-family: "Inter 24 Pt", Arial, sans-serif;
  font-size: 1em;
  line-height: 1.7em;
}

.rich-text-custom.dark {
  color: var(--dark);
}

.background-color-primary {
  background-color: #191919;
  overflow: visible;
}

.title2 {
  color: #f8f8f8;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Inter 24 Pt", Arial, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.2em;
  display: block;
}

.title2.dark {
  color: var(--dark);
}

.title2.dark.center, .title2.center {
  text-align: center;
}

.infotext {
  color: #888;
  font-family: "Inter 24 Pt", Arial, sans-serif;
  font-size: .7em;
  line-height: 1.3em;
}

.title1 {
  direction: ltr;
  color: #191919;
  text-align: left;
  letter-spacing: -2px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Inter 24 Pt", Arial, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.2em;
  position: static;
}

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

.title1.center.white {
  color: #fff;
}

.title1.center.large {
  font-size: 3.9em;
}

.title1.white {
  color: #fff;
  font-size: 3em;
  text-decoration: none;
}

.background-color-copy-dark {
  background-color: #191919;
}

.container-w2 {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 2% 5%;
  overflow: visible;
}

.container-w2.kurs {
  max-width: 1700px;
}

.container-w2.center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph {
  font-family: "Inter 24 Pt", Arial, sans-serif;
}

.container-w1 {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 1550px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.container-w1.hero-width {
  max-width: 1920px;
}

.title5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Inter 24 Pt", Arial, sans-serif;
  font-size: 1.2em;
  line-height: 1.1em;
}

.styleguide-item {
  border-bottom: .1em solid #bdbdbd;
  padding-top: 3.5em;
  padding-bottom: 3.5em;
}

.copy-medium {
  color: #c8c8c8;
  text-align: left;
  background-color: #0000;
  width: auto;
  font-family: "Inter 24 Pt", Arial, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: none;
}

.copy-medium.dark {
  z-index: 3;
  color: var(--dark);
  position: relative;
}

.copy-medium.dark.margin-left {
  margin-left: 15px;
}

.copy-medium._80 {
  width: 80%;
}

.copy-medium.white {
  z-index: 90;
  color: #fff;
  position: relative;
}

.title6 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Inter 24 Pt", Arial, sans-serif;
  font-size: .8em;
  font-weight: 700;
  line-height: 1.2em;
}

.distance-big {
  padding-top: 6.5em;
}

.p-sm-start {
  padding-top: 2.25em;
}

.input-label {
  margin-bottom: 12px;
  font-weight: 400;
}

.p-xs-start {
  padding-top: 1em;
}

.styleguide-button {
  padding: 0;
}

.heading {
  color: #2c2c2c;
  font-family: "Inter 24 Pt", Arial, sans-serif;
  font-size: 3.5em;
  line-height: 1.2em;
}

.p-md-start {
  padding-top: 3.5em;
}

.background-color-accent {
  background-color: #3748ff;
  background-image: linear-gradient(0deg, #0000, #ffffff80);
}

.copy-small {
  color: var(--dark);
  margin-bottom: 0;
  font-family: "Inter 24 Pt", Arial, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: none;
}

.copy-small.white {
  color: #fff;
}

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

.gutter-description {
  text-align: center;
  background-color: #eaeaea;
  padding-top: 3em;
  padding-bottom: 3em;
}

.styles-grid-colors {
  grid-template: "Area"
  / 1fr 1fr 1fr 1fr;
}

.title3 {
  color: #272727;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Inter 24 Pt", Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.4em;
}

.title3.white {
  color: #fff;
  font-size: 1.7em;
  font-weight: 700;
}

.background-color-grey-light-1 {
  background-color: #eaeaea;
}

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

.link {
  font-family: "Inter 24 Pt", Arial, sans-serif;
  text-decoration: none;
}

.button {
  background-color: var(--blue);
  color: #f8f8f8;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  border-radius: 5px;
  width: 400px;
  padding: 1.5em 1.7em;
  font-family: "Inter 24 Pt", Arial, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5em;
  text-decoration: none;
  transition: all .35s;
}

.button:hover {
  color: #fff;
  background-color: #045ff0d6;
  transform: scale(1);
}

.button.small {
  padding: 1em 1.4em;
  font-size: .8em;
}

.button.secondary {
  color: #191919;
  background-color: #0000;
  background-image: none;
  border: 3px solid #000;
  margin-left: 20px;
  margin-right: 20px;
  padding: 1.2em 1em;
  font-weight: 700;
}

.button.secondary:hover {
  opacity: 1;
  color: #fff;
  background-color: #1e1e1e;
  border-color: #66451326;
}

.button.center {
  margin-left: auto;
  margin-right: auto;
}

.button.lf {
  background-color: var(--blue);
  background-image: none;
  width: 100%;
  display: block;
}

.gutter-outside {
  padding-left: 40px;
  padding-right: 40px;
}

.p-xs-end {
  padding-bottom: 1em;
}

.heading-9, .heading-10, .heading-11, .heading-12, .heading-13 {
  font-family: "Inter 24 Pt", Arial, sans-serif;
}

.background-color-copy-white {
  background-color: #f8f8f8;
}

.mitgliederbereich-img {
  border-radius: 10px;
  width: 55%;
  height: auto;
}

.mitgliederbereich-img._2 {
  object-fit: cover;
  width: 100%;
}

.mitgliederbereich-img._2.person {
  object-fit: cover;
  object-fit: cover;
  border-radius: 20px 20px 0 0%;
  height: 500px;
  padding: 0;
  overflow: hidden;
}

.close-menu {
  width: 25px;
  height: 25px;
  position: absolute;
  inset: auto 2% auto auto;
}

.close-menu.mega {
  width: 40px;
  height: 40px;
  display: none;
  inset: 4% 3% auto auto;
}

.leadmagnet-person-wrapper {
  justify-content: center;
  align-items: center;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
}

.mega-menu {
  z-index: 1000;
  background-color: #000000f2;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.copy-small-2 {
  color: var(--dark);
  margin-bottom: 0;
  font-family: "Inter 24 Pt", Arial, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4em;
}

.copy-small-2.dark {
  color: #333;
  text-align: left;
  font-size: 1.1em;
  font-weight: 400;
}

.copy-small-2.center {
  text-align: center;
}

.copy-small-2.dark {
  color: #333;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 3px;
  font-family: "Inter 24 Pt", Arial, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  text-decoration: none;
}

.copy-small-2.white {
  color: var(--bg-grey);
}

.logo {
  width: 65px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 100px;
}

.logo.dashboard {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo.nav {
  width: 150px;
}

.logo.nav.center {
  margin-left: auto;
  margin-right: auto;
}

.logo.nav.center.full {
  width: 300px;
  margin-bottom: 20px;
}

.dashboard-wrap-item {
  background-color: #f8f8f8;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  height: 210px;
  padding: 4% 3%;
  display: flex;
  box-shadow: 0 2px 5px 2px #005bca33;
}

.dashboard-wrap-item._2 {
  width: 30%;
}

.dashboard-wrap-item._2.person {
  background-color: #f8f8f8;
  flex-flow: column;
  width: 100%;
  height: auto;
  padding: 0%;
  overflow: hidden;
}

.dashboard-wrap-item._2.person.lf {
  background-color: #f8f8f8;
  padding: 0%;
}

.dashboard-wrap-item._2.person {
  background-color: #f8f8f8;
  border-radius: 0;
  flex-flow: column;
  width: 100%;
  height: 650px;
  padding: 0%;
  overflow: hidden;
}

.dashboard-wrap-item._2.person.lf {
  background-color: #f8f8f8;
}

.dark-mode-toogle {
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 60px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.variable {
  text-transform: uppercase;
}

.page-wrapper {
  position: relative;
}

.raster-einklappen {
  z-index: 10;
  background-color: #f8f8f8;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  inset: 10px auto auto 10px;
  box-shadow: 0 2px 5px 2px #005bca33;
}

.raster-einklappen._2 {
  display: none;
}

.dbc-left {
  width: 80%;
}

.arrow-left {
  width: 25px;
  height: 30px;
}

.social-media-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.leadmagnet-dashboard-item {
  background-color: #091c61;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 2%;
  padding: 5% 2% 5% 6%;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.leadmagnet-dashboard-item:hover {
  background-color: #c93cfd;
}

.leadmagnet-dashboard-item.w--current {
  color: #c93cfd;
  transition: all .35s;
}

.leadmagnet-dashboard-item.lf {
  background-color: #fff;
}

.mega-menu-outer-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.leadmagnet-img {
  color: #f8f8f8;
  width: 20px;
  margin-right: 10px;
}

.leadmagnet-img.first {
  color: #191919;
  width: 25px;
  margin-top: 4px;
}

.leadmagnet-img.lf {
  color: #191919;
}

.dashboard-menu-wrapper {
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.title2-2 {
  color: #f8f8f8;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.2em;
  display: block;
}

.title2-2.dark {
  color: #191919;
  display: block;
}

.title2-2.dark.center {
  display: block;
}

.title2-2.center {
  text-align: center;
  justify-content: center;
  display: block;
}

.social-media-linkblock {
  padding-left: 1%;
  padding-right: 1%;
}

.title1-3 {
  direction: ltr;
  color: #191919;
  text-align: left;
  letter-spacing: -2px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5em;
  font-weight: 400;
  line-height: 1.2em;
  position: static;
}

.title1-3.white {
  color: #f8f8f8;
  width: auto;
  margin-top: 3%;
  font-size: 3.4em;
}

.title1-3.white.center {
  color: #f8f8f8;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  line-height: 1.1em;
}

.title1-3.center {
  color: #f8f8f8;
  text-align: center;
  display: block;
}

.message-success {
  color: #fff;
  background-color: #19b13a;
  border-radius: 10px;
  font-weight: 600;
}

.center-wrapper {
  background-color: #ececec;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-left: 20%;
  display: flex;
}

.center-wrapper.leadfunnel {
  background-color: #ececec;
  background-image: linear-gradient(#fff0, #3e3e3ee6), url('../images/consulting-3031678_1281.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-left: 0%;
}

.form-border {
  background-color: #1e2026;
  border: 1px solid #f2f3ff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  margin-bottom: 0;
  padding: 30px;
  display: flex;
  box-shadow: 0 20px 30px -10px #1d01501a;
}

.form-border.leadfunnel {
  background-color: #f8f8f8;
}

.form-container {
  text-align: left;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 10px;
  display: flex;
  position: relative;
}

.input-wrapper-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
  display: flex;
  position: relative;
}

.log-in_buttons_100w {
  width: 100%;
}

.info-screen {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.input {
  color: #000;
  background-color: #fff;
  border: 1px solid #b7bbd1;
  border-radius: 6px;
  height: 48px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 18px;
  font-size: 15px;
  font-weight: 300;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 3px 6px -2px #1d01501a;
}

.input:hover {
  box-shadow: none;
  border-color: #434de7;
}

.input:focus {
  border: 1px solid #434de7;
}

.input::placeholder {
  color: #6e6e6e;
}

.hinweis-lektion-wrapper {
  background-color: #f8f8f8;
  border-radius: 10px;
  width: 100%;
  padding: 20px;
  display: none;
}

.fortschritt-kurs-cms {
  margin-right: 2px;
}

.gmail, .id {
  display: none;
}

.collection-videokurs-navbar-wrapper {
  width: 90%;
}

.collection-videokurs-navbar-wrapper.none {
  display: none;
}

.videokurs-main-video {
  border-radius: 10px;
  overflow: hidden;
}

.videokurs-video-outer-wrapper {
  min-height: 100vh;
  display: flex;
  position: relative;
}

.lektion-angesehen {
  color: #e1e1e1;
  width: 30px;
  display: block;
}

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

.kurs-lektion-item {
  background-color: #f8f8f8;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 70px;
  margin-bottom: 3%;
  padding-left: 10%;
  padding-right: 4%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px 4px #005bca33;
}

.kurs-lektion-item.noch-nicht-freigeschaltet {
  background-color: var(--dark);
  border-radius: 30px;
  width: 75vw;
  padding-left: 5%;
}

.kurs-lektion-item.noch-nicht-freigeschaltet.w--current {
  background-color: var(--blue);
  border-radius: 30px;
  width: 75vw;
  padding-left: 5%;
}

.videokurs-main-wrapper-left {
  background-color: #ececec;
  width: 75%;
  padding-left: 22%;
}

.videokurs-main-wrapper-left.vk-bar {
  background-color: #fff;
  width: 75%;
  padding-left: 0%;
}

.copy-large-4 {
  color: #333;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  position: static;
}

.copy-large-4.center {
  text-align: center;
  flex-flow: column;
  display: block;
}

.copy-large-4.center.white {
  flex-flow: column;
}

.copy-large-4.white {
  color: #f8f8f8;
  padding-left: 0;
  padding-right: 0;
}

.copy-large-4.white.lf {
  color: #191919;
}

.page-padding {
  padding-left: 5%;
  padding-right: 5%;
}

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

.icon-embed-small {
  color: #f8f8f8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.agency_form-step.is-last {
  margin-bottom: 2rem;
}

.margin-bottom-2 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.agency_section {
  min-height: 100vh;
}

.copy-medium-6 {
  color: #c8c8c8;
  text-align: left;
  background-color: #0000;
  width: auto;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: none;
}

.copy-medium-6.dark {
  color: #333;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: none;
}

.form-checkbox {
  border-width: 2px;
  border-radius: 4px;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.form-checkbox.w--redirected-checked {
  background-color: #ec7438;
  background-size: 16px;
}

.main-wrapper {
  flex-flow: column;
  display: flex;
}

.main-wrapper.anfordern {
  background-image: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.checkbox-wrapper-2 {
  align-items: center;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
  display: flex;
}

.agency_button-wrapper {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.agency_button-wrapper.margin-right {
  justify-content: center;
  align-items: center;
}

.agency_button-wrapper.margin-right.inv {
  background-color: var(--dark-blue);
  border-radius: 30px;
  flex-flow: column;
  margin-top: 20px;
}

.agency_success {
  background-color: #0000;
}

.button-tertiary {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.button-tertiary.is-colored.is-first {
  color: #f8f8f8;
  background-color: #f8f8f8;
  border-style: solid;
  border-color: #f8f8f8;
  width: 100px;
  margin-right: 2rem;
}

.button-tertiary.is-colored {
  background-color: #0000;
  border: 2px solid #191919;
  border-radius: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.button-tertiary.is-colored.is-first {
  color: #f8f8f8;
  border-style: solid;
  border-color: #f8f8f8;
  width: 100px;
  margin-right: 2rem;
}

.button-tertiary.is-colored.white {
  border-color: #f8f8f8;
}

.error-message {
  text-align: center;
  background-color: #ff9797;
  border-radius: 20px;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.padding-bottom.padding-medium {
  padding: 0 0 1rem;
}

.analyse-auswertung-lottie {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.button-14 {
  color: #040126;
  text-align: center;
  letter-spacing: -.03rem;
  background-color: #9adbff;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  overflow: visible;
}

.button-14.c-09 {
  opacity: 1;
  color: #f8f8f8;
  background-color: #3748ff;
  background-image: linear-gradient(0deg, #3748ff 50%, #ffffff80);
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  width: 350px;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.5em;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px 4px #005bca33;
}

.agency_form-input {
  color: #191919;
  background-color: #0000;
  border: 0 #000;
  border-radius: 10px;
  padding: 1.5rem 1.5rem 1rem .5rem;
  font-size: 1rem;
}

.agency_form-input::placeholder {
  color: #eee0d296;
}

.agency_form-input.lf {
  border: 2px solid var(--dark-blue);
  color: #191919;
}

.copy-large-5 {
  color: #333;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  position: static;
}

.copy-large-5.lf {
  color: #191919;
}

.copy-large-5.white {
  color: #f8f8f8;
  padding-left: 0;
  padding-right: 0;
}

.os-leadmagnet-anfordern {
  background-color: #ececec;
  height: auto;
  min-height: 100vh;
  display: block;
}

.agency_form-heading-wrapper {
  overflow: hidden;
}

.copy-medium-9 {
  color: #c8c8c8;
  text-align: left;
  background-color: #0000;
  width: auto;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: none;
}

.copy-medium-9.padding-left {
  color: #f8f8f8;
  margin-left: 15px;
}

.copy-medium-9.dark {
  color: #333;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: none;
}

.text-field-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
  display: flex;
  position: relative;
}

.success-message {
  background-color: #96ffb5;
  border-radius: 20px;
  padding: 20px;
}

.copy-large-6 {
  color: #333;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  position: static;
}

.form-wrapper {
  z-index: 50;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8%;
  padding-right: 8%;
  display: flex;
  position: relative;
  overflow: visible;
}

.leadmagnet-img-cover {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  overflow: hidden;
}

.warp-left {
  width: 50%;
}

.warp-left.vorstellung {
  width: 70%;
  position: relative;
}

.report-text-wrap {
  flex-flow: column;
  display: flex;
}

.report-hero-info-wrapper {
  width: 100%;
  display: flex;
}

.button-checklist-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-checklist-wrapper.left {
  justify-content: flex-start;
  align-items: center;
}

.trust-block {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.os-vorstellung-section {
  background-color: #191919;
  display: block;
}

.os-vorstellung-section.background-color-dark-blue {
  background-color: var(--dark);
}

.website-kurs-img {
  object-fit: cover;
  border-radius: 10px;
  width: 55%;
  height: 400px;
  margin-right: 2%;
}

.website-kurs-img.r {
  margin-left: 2%;
  margin-right: 0%;
}

.button-16 {
  color: #f8f8f8;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  background-color: #3748ff;
  background-image: linear-gradient(270deg, #01a3db, #ae33fd);
  border-radius: 5px;
  width: 350px;
  padding: 1.3em 1.7em;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: all .35s;
}

.button-16:hover {
  color: #fff;
  background-color: #045ff0d6;
  transform: scale(1);
}

.report-zg-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-3 {
  width: 65px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 100px;
}

.logo-3.report {
  border-radius: 100%;
  width: 200px;
  margin-bottom: 10px;
  margin-right: 0;
  padding: 7px;
  overflow: visible;
}

.report-left-wrap {
  background-color: #f8f8f8;
  border-radius: 10px;
  width: 50%;
  padding: 2% 5% 2% 2%;
}

.report-left-wrap._3 {
  margin-left: 2%;
}

.vorstellung-img {
  object-fit: cover;
  border-radius: 15px;
  width: 540px;
  height: auto;
  position: absolute;
  inset: 0% -55% 0% auto;
}

.copy-medium-10 {
  color: #c8c8c8;
  text-align: left;
  background-color: #0000;
  width: auto;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: none;
}

.copy-medium-10.dark {
  color: #333;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: none;
}

.os-report-hero-section {
  background-image: linear-gradient(180deg, #ffffffe6, var(--dark)), url('../images/WNP_5286-B_1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  height: auto;
  position: relative;
}

.check {
  width: 50px;
  height: 50px;
  margin-right: 15px;
}

.background-color-dark-blue {
  background-color: #081028;
}

.vorstellung-content-wapper {
  background-color: #1e2026;
  border-radius: 15px;
  padding-top: 4%;
  padding-bottom: 4%;
  padding-left: 4%;
  display: flex;
}

.google-bewertung {
  border-radius: 10px;
  width: 36%;
  height: auto;
  margin-bottom: 20px;
}

.section {
  position: relative;
}

.os-vorstellung-container {
  justify-content: space-between;
  display: flex;
}

.haken {
  width: 35px;
  margin-right: 10px;
}

.report-hero-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.report-hero-wrapper._3 {
  justify-content: flex-start;
  align-items: flex-start;
}

.bold-text {
  font-weight: 400;
}

.report-right-wrap {
  aspect-ratio: auto;
  object-fit: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  margin-left: 3%;
  display: flex;
}

.report-right-wrap._2 {
  justify-content: space-between;
  align-items: flex-end;
  margin-left: 0%;
}

.report-advantage-item {
  justify-content: flex-start;
  align-items: center;
  padding-top: 1%;
  padding-bottom: 1%;
  display: flex;
}

.faq-section {
  background-color: #191919;
  padding-top: 2%;
}

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

.report-preview-wrapper {
  background-color: var(--dark);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 3%;
  padding: 3% 5%;
  display: flex;
  box-shadow: 0 2px 5px 3px #005bca4d;
}

.report-preview-wrapper.rev {
  flex-flow: row-reverse;
  padding: 3% 5%;
}

.wrap-left {
  width: 50%;
}

.wrap-left.r {
  width: 45%;
}

.faq-question {
  z-index: 10;
  background-color: #0000;
  border-bottom: 1px solid #000;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 2%;
  padding: 30px;
  display: flex;
  position: relative;
}

.faq-question.slideup-2 {
  border-bottom-color: #f8f8f8;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
}

.copy-medium-11 {
  color: #c8c8c8;
  text-align: left;
  background-color: #0000;
  width: auto;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: none;
}

.copy-medium-11.dark {
  color: #333;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: none;
}

.copy-medium-11.dark.fat {
  font-weight: 700;
}

.copy-medium-11.dark.fat._50 {
  color: #191919;
  width: 12vw;
  font-size: 1.2em;
  text-decoration: none;
}

.copy-medium-11.fortschritt {
  color: #21f2bb;
  margin-left: 10px;
  margin-right: 10px;
}

.copy-medium-11.lektion-status {
  color: #05c692;
  inset: auto 3% 6% auto;
  font-size: 1em;
  display: block;
  position: absolute;
  inset: auto 3% 6% auto;
}

.copy-medium-11.fortschritt {
  color: #fbf6ff;
  margin-left: 0;
  margin-right: 10px;
  font-size: 1.2em;
  font-weight: 400;
}

.faq-answer {
  padding: 1.8em 2em;
}

.faq-answer.slideup-3 {
  background-color: #0000;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  padding-left: 0;
}

.faq-answer-wrapper {
  background-color: #0000;
  border: 1px #fff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  height: auto;
  margin-bottom: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.faq-lottie-icon {
  width: 35px;
  height: auto;
  font-size: 10px;
  line-height: 15px;
  position: absolute;
  inset: 20% 2% 20% auto;
}

.vertical-wrapper {
  flex-flow: column;
  display: flex;
}

.anbieter-wrap-item {
  z-index: -1;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 4%;
  display: flex;
  position: static;
}

.wrap-right {
  border-radius: 10px;
  width: 50%;
  margin-left: 0%;
  position: relative;
}

.anbieter-img {
  width: 100px;
  margin-bottom: 0%;
  margin-right: 20px;
  overflow: visible;
}

.problem-img {
  object-fit: cover;
  border-radius: 15px;
  width: 90%;
  height: 100%;
}

.os-problem-wrapper {
  display: flex;
}

.copy-medium-12 {
  color: #535353;
  text-align: left;
  word-break: normal;
  margin-bottom: 0%;
  padding-left: 0%;
  padding-right: 0%;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.4em;
  text-decoration: none;
}

.tel-icon-2 {
  color: snow;
  width: 30px;
  margin-right: 10px;
  padding-right: 0;
}

.green-absolute-radius {
  z-index: 2;
  background-color: #2f37da;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  height: 25px;
  position: absolute;
  inset: 0% 0% auto;
}

.green-absolute-radius.bottom {
  border-radius: 10px 0;
  inset: auto 0% 0%;
}

.p-xs-start-2 {
  padding-top: 1em;
}

.info-cta-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.cta-img {
  width: 50%;
  padding-right: 5%;
  display: block;
  position: absolute;
  inset: auto auto 0% 1%;
  overflow: visible;
}

.cta-fs-wrapper {
  background-color: snow;
  border-radius: 20px;
  justify-content: flex-end;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: relative;
  bottom: auto;
  overflow: visible;
  box-shadow: 0 2px 5px 2px #0003;
}

.cta-fs-wrapper.slideup-1 {
  z-index: 1;
  background-color: #6982cf;
  padding-top: 0%;
  padding-bottom: 0%;
  overflow: visible;
  box-shadow: 0 7px 15px #0003;
}

.p-md-start-4 {
  padding-top: 3.5em;
}

.tel-wrap {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.link-2 {
  color: #0d717c;
  font-family: Lato, sans-serif;
  font-weight: 700;
  text-decoration: underline;
}

.link-2.white {
  color: snow;
}

.copy-smalll {
  color: #cac7c7;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4em;
}

.copy-smalll.black {
  color: #333;
  font-weight: 500;
}

.copy-smalll.lf {
  color: #1a1a1a;
}

.embed {
  display: none;
}

.button-22 {
  color: #040126;
  text-align: center;
  letter-spacing: -.03rem;
  background-color: #9adbff;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  overflow: visible;
}

.button-22.c-09 {
  opacity: 1;
  color: #f8f8f8;
  background-color: #3748ff;
  background-image: linear-gradient(0deg, #3748ff 50%, #ffffff80);
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  width: 350px;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.5em;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px 4px #005bca33;
}

.button-22.c-09.checkliste {
  background-image: linear-gradient(0deg, #000 100%, #ffffff80);
}

.leadmagnet-analyse-video {
  border-radius: 10px;
  overflow: hidden;
}

.p-md-start-6 {
  padding-top: 3.5em;
}

.videokurs-content-sticky-wrapper {
  justify-content: space-between;
  display: flex;
}

.videokurs-trailer-thumbnail {
  background-color: #f8f8f8;
  border-radius: 20px;
  width: 95%;
  height: auto;
  position: sticky;
  inset: 20vh -6% auto auto;
  box-shadow: 0 2px 5px 3px #a8abbf33;
}

.os-videokurs-inhalt-section {
  background-color: #ececec;
}

.video-content-item {
  background-color: #f8f8f8;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 3%;
  padding: 2% 20px 2% 3%;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px 3px #a8abbf33;
}

.videokurs-trailer-wrapper {
  padding-bottom: 5%;
  padding-left: 5%;
  padding-right: 5%;
}

.fullthumbnail-wrapper {
  justify-content: flex-end;
  align-items: flex-start;
  width: 40%;
  display: flex;
  position: relative;
}

.p-xs-start-4 {
  padding-top: 1em;
}

.title3-6 {
  color: #272727;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.4em;
}

.title3-6.white {
  color: #191919;
  letter-spacing: -1px;
  align-items: center;
  font-size: 1.7em;
  font-weight: 500;
  line-height: 1.4em;
  display: flex;
}

.trailer-img {
  border-radius: 20px 20px 0 0;
  width: 100%;
  overflow: hidden;
}

.copy-medium-15 {
  color: #d4d4d4;
  text-align: left;
  background-color: #0000;
  width: auto;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: none;
}

.copy-medium-15.dark {
  color: #081028;
}

.image-2 {
  border-radius: 10px;
  width: 50%;
  margin-right: 3%;
  overflow: hidden;
}

.videokurs-collection-wrapper {
  width: 100%;
}

.videokurs-collection-wrapper.analyse {
  display: none;
}

.mother-wrapper {
  flex-flow: column;
  width: 65%;
  display: flex;
}

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

.secondary-button-dark-circle {
  background-color: var(--blue);
  border-top: 2px solid #0061fe;
  border-left: 2px solid #0061fe;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 18px 35px;
  font-size: 1em;
  text-decoration: none;
  display: flex;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.nav-container.home {
  max-width: none;
  padding-left: 15px;
  padding-right: 15px;
}

.home-testimonials-author {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.margin-bottom-small {
  margin-bottom: 20px;
  font-family: "Inter 24 Pt", Arial, sans-serif;
}

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

.text-center.margin-bottom-medium {
  margin-bottom: 40px;
  font-family: "Inter 24 Pt", Arial, sans-serif;
}

.paragraph-wrapper {
  margin-top: 10px;
}

.footer-links-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.brand-tablet {
  display: none;
}

.navbar {
  background-color: #fff;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  inset: 0% 0% auto;
}

.intro-paralax {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.intro-paralax.dark {
  background-color: #212833;
  border-top: 2px solid #0061fe;
  border-left: 2px solid #0061fe;
  flex-flow: column;
  width: 160px;
  height: 160px;
  padding: 10px;
  text-decoration: none;
}

.intro-paralax.dark._100 {
  width: 100%;
}

.intro-paralax.text-lottie {
  background-color: var(--dark-blue);
  border-top: 2px #0061fe;
  border-left: 2px #0061fe;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.intro-paralax.text-lottie._100 {
  width: 100%;
}

.intro-paralax.primary-color {
  background-color: #0061fe;
  border-top: 2px #212833;
  border-left: 2px #212833;
  flex-flow: column;
  width: 160px;
  height: 160px;
  text-decoration: none;
}

.intro-paralax.primary-color._100 {
  width: 100%;
}

.intro-paralax.grey {
  background-color: #d6d6d6;
  flex-flow: column;
  width: 160px;
  height: 160px;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
}

.intro-paralax.grey._100 {
  width: 100%;
}

.intro-paralax.darkblue {
  z-index: 1;
  background-color: var(--blue);
  flex-flow: column;
  width: 160px;
  height: 160px;
  text-decoration: none;
}

.intro-paralax.darkblue._100 {
  width: 100%;
}

.services-description {
  z-index: 1;
  text-align: center;
  width: 100%;
  max-width: 36rem;
  margin-bottom: 10px;
}

.banner-image-grid {
  object-fit: cover;
  width: 100%;
  height: 105%;
  position: absolute;
  top: 0%;
}

.margin-bottom-xsmall {
  color: var(--bg-grey);
  width: 30px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.container-baner {
  z-index: 2;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1vw;
  padding-right: 1vw;
  position: relative;
}

.horizontal-block {
  grid-column-gap: 40px;
  display: flex;
  overflow: hidden;
}

.horizontal-block.margin-bottom {
  margin-bottom: 20px;
}

.text-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(105deg, #0061fe, #212833);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: "Inter 24 Pt", Arial, sans-serif;
}

.button-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.section-testimonials {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-testimonials.without-top-spacing {
  padding-top: 0;
}

.footer-rights-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.underline {
  background-color: #0061fe;
  width: 100%;
  height: 2px;
}

.services-wrapper {
  z-index: 1;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1vw;
  padding-right: 1vw;
  position: relative;
}

.text-white {
  color: #fffdfa;
  font-family: "Inter 24 Pt", Arial, sans-serif;
}

.footer-logo {
  height: 40px;
  margin-top: 10px;
}

.testimonials-mask {
  overflow: visible;
}

.baner-action-block {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.section-background {
  z-index: 1;
  background-color: #212833;
  border-radius: 40px;
  margin-left: 1vw;
  margin-right: 1vw;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.home-slider-arrow {
  color: #0061fe;
  background-color: #0061fe1a;
  border-top: 2px solid #0061fe99;
  border-left: 2px solid #0061fe99;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 22px;
  transition: color .3s, background-color .3s;
  display: flex;
  position: absolute;
}

.home-slider-arrow:hover {
  color: #0061fe;
  background-color: #0061fe66;
}

.home-slider-arrow.light-right {
  background-color: var(--blue);
  color: var(--blue);
  top: auto;
  bottom: 0%;
  left: 8%;
}

.home-slider-arrow.light-left {
  background-color: var(--blue);
  top: auto;
  bottom: 0%;
  right: 8%;
}

.section-light-background {
  z-index: 1;
  background-color: var(--dark-blue);
  border-radius: 40px;
  margin-left: 1vw;
  margin-right: 1vw;
  padding: 40px;
  position: relative;
  overflow: visible;
}

.home-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.nav-menu {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
}

.home-testimonials-position {
  letter-spacing: .3px;
  margin-top: 0;
  font-family: "Inter 24 Pt", Arial, sans-serif;
  font-size: 16px;
}

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

.banner-partners-logos {
  grid-column-gap: 40px;
  flex: none;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.home-about-wrap {
  grid-column-gap: 50px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.primary-button {
  color: #fffdfa;
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  background-color: #0061fe;
  border: 1px #0061fe;
  border-top: 2px solid #212833;
  border-left: 2px solid #212833;
  border-radius: 80px;
  padding: 18px 35px;
  font-size: 18px;
  transition: transform .3s, color .3s, background-color .3s, border-color .3s;
  display: inline-block;
}

.primary-button:hover {
  opacity: 1;
  color: #fffdfa;
  background-color: #212833;
  transform: scale(.95);
}

.home-testimonials-image {
  object-fit: cover;
  border-radius: 10px;
  flex: none;
  width: 60px;
  height: 60px;
}

.baner-description {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 36rem;
  padding: 40px 10px 60px;
  display: flex;
  position: relative;
}

.home-intro-strip {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 100%;
  height: 100%;
  display: grid;
}

.home-intro-strip._2 {
  grid-template-columns: 1fr;
}

.paragraph-large {
  font-family: "Inter 24 Pt", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.5em;
}

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

.big-circle {
  z-index: -1;
  background-color: #0061fe99;
  border-radius: 100%;
  width: 1000px;
  height: 1000px;
  position: absolute;
  inset: 0 auto auto 0;
  transform: translate(-300px, -10px);
}

.mbu-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.mbu-section.home-banner {
  padding-top: 140px;
  position: relative;
  overflow: hidden;
}

.mbu-section.darkblue {
  background-color: var(--dark-blue);
  background-image: linear-gradient(#08005fcc, #08005fcc), url('../images/IMG_6288-min.JPG');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.home-slider-wrapper {
  align-items: stretch;
  width: 100%;
  max-width: 1920px;
  padding-left: 1vw;
  padding-right: 1vw;
  display: flex;
}

.image-client {
  height: 60px;
}

.base-container {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.base-container.position-relative {
  z-index: 2;
}

.about-video-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.testimonials-content {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  padding: 20px 30px;
  display: flex;
}

.testimonials-content.primary-color-light {
  background-color: #0061fe66;
  border-top: 2px solid #0061fe99;
  border-left: 2px solid #0061fe99;
}

.testimonials-content.light-color {
  color: #212833;
  background-color: #0061fe1a;
  border-top: 2px solid #0061fe99;
  border-left: 2px solid #0061fe99;
}

.testimonials-content.light-gray {
  background-color: #0061fe33;
  border-top: 2px solid #0061fe99;
  border-left: 2px solid #0061fe99;
}

.block-button-tablet {
  display: none;
}

.footer-bottom-wrapper {
  grid-row-gap: 5px;
  border-top: 2px solid var(--blue);
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  display: flex;
}

.footer-brand-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  padding-right: 60px;
  display: flex;
}

.light-color {
  color: #f3ede6;
}

.medium-circle {
  z-index: -1;
  background-color: #0061fe66;
  border-radius: 100%;
  width: 800px;
  height: 800px;
  position: absolute;
  inset: auto 0 0 auto;
  transform: translate(80px, 400px);
}

.button-text-wrap {
  height: 22px;
  overflow: hidden;
}

.footer-link-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  width: 50%;
  display: grid;
}

.nav-link-block {
  cursor: pointer;
  margin-left: 12px;
  margin-right: 12px;
  text-decoration: none;
  transition-property: none;
  overflow: hidden;
}

.nav-link-block:hover {
  opacity: 1;
}

.footer-logo-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.testimonials-slide {
  width: 31.3%;
  margin-right: 30px;
}

.footer-copyright {
  width: 100%;
  font-family: "Inter 24 Pt", Arial, sans-serif;
  font-size: 16px;
  display: inline;
}

.section-title-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 700px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.half-column {
  width: 50%;
  position: relative;
}

.half-column.people-images {
  justify-content: center;
  align-items: center;
  height: 550px;
  display: flex;
}

.hidden {
  display: none;
}

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

.home-testimonials-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  display: flex;
}

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

.button-text-item {
  color: #212833;
  text-transform: none;
  font-size: 18px;
  line-height: 1.2em;
  text-decoration: none;
}

.button-text-item.white {
  color: #fffdfa;
  font-family: "Inter 24 Pt", Arial, sans-serif;
  font-size: 1.2em;
}

.footer {
  background-color: var(--bg-grey);
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-wrapper {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.link-text {
  color: #212833;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.menu-wrap {
  align-items: center;
  display: flex;
}

.footer-rights {
  font-size: 16px;
  text-decoration: none;
}

.footer-link {
  color: #212833;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "Inter 24 Pt", Arial, sans-serif;
  transition: color .3s;
}

.footer-link:hover {
  color: #0061fe;
}

.main-logo {
  height: 28px;
}

.mbu-big-wrapper {
  z-index: 1;
  background-color: var(--dark-blue);
  border-radius: 30px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 300px;
  margin-top: 200px;
  padding: 40px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.image-3 {
  position: absolute;
  inset: auto auto 60%;
}

.martin-problem-wrapper {
  width: 100%;
  display: flex;
}

.img-right {
  width: 100%;
  padding-left: 5%;
}

.slider1_arrow-wrapper {
  color: #232322;
  background-color: #e4fd5b;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  transition: color .2s, background-color .2s;
  display: flex;
}

.slider1_arrow-wrapper:hover {
  color: #fff;
  background-color: #232322;
}

.slider1_arrow-wrapper.next-button, .slider1_arrow-wrapper.back-button {
  background-color: #0000;
  border: 2px solid #1e1e1e;
}

.slider2_item {
  z-index: 15;
  border-radius: 15px;
  width: 30%;
  position: relative;
}

.slider2_slide-2 {
  width: auto;
  height: auto;
  margin-left: .75rem;
  margin-right: .75rem;
}

.slider2_mask {
  width: 30vw;
  height: auto;
  overflow: visible;
}

.hide {
  display: none;
}

.slider_nav-2 {
  grid-column-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
  position: static;
}

.icon-1x1-medium-2 {
  color: #1e1e1e;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-1x1-medium-2.is-right {
  transform: rotate(180deg);
}

.slider2_nav {
  grid-column-gap: .75rem;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
  position: static;
}

.fallstudien-slider-block-wrapper {
  width: 100%;
}

.slider2 {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.sterne {
  width: 40%;
}

.kundenstimmen-outer-wrapper {
  border: 1px #1e1e1e;
  border-radius: 10px;
  flex-flow: column;
  width: 20vw;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 5px 2px #0006;
}

.profile-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vertical-wrapper-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.copy-large-7 {
  color: #f8f8f8;
  text-align: left;
  margin-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 30px;
}

.copy-large-7.dark {
  color: #1e1e1e;
  margin-bottom: 0;
}

.profile-3 {
  border-radius: 100%;
  width: 60px;
  margin-right: 10px;
}

.copy-medium-17 {
  color: #f8f8f8;
  text-align: left;
  word-break: normal;
  margin-bottom: 0%;
  padding-left: 0%;
  padding-right: 0%;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: none;
}

.copy-medium-17.dark {
  color: #1e1e1e;
  margin-bottom: 0%;
}

.cta-absolute-img {
  width: 45%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.faq-outer-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 30px 30px;
  display: flex;
}

.faq-item-wrapper-2 {
  width: 100%;
}

.faq-question-2 {
  z-index: 10;
  background-color: #2c2c2c00;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 2%;
  padding: 10px 30px 10px 0;
  display: flex;
  position: relative;
}

.faq-lottie-icon-2 {
  width: 30px;
  height: auto;
  font-size: 10px;
  line-height: 15px;
  position: absolute;
  inset: 20% 2% 20% auto;
}

.faq-answer-wrapper-2 {
  border-style: solid none none;
  border-width: 2px 1px;
  border-color: var(--dark-blue);
  background-color: #0000;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  height: auto;
  margin-bottom: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.code-embed {
  color: #fff;
  width: 25px;
}

.anbieter-vergleich-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.versus {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.anbieter-right {
  background-color: var(--blue);
  border: 1px #f5d06f;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ap-anbieter-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.anbieter-inner-wrap {
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  padding-top: 2%;
  padding-bottom: 2%;
  display: flex;
}

.anbieter-left {
  background-color: #d9d9d9;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.check-2 {
  width: 35px;
  margin-right: 20px;
}

.service-image-link {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.circle-button {
  color: #fffdfa;
  background-color: #fff;
  border-top: 2px solid #f3ede6;
  border-left: 2px solid #f3ede6;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  transition: background-color .3s;
  display: flex;
}

.circle-button:hover {
  color: #fffdfa;
  background-color: #f8f8f899;
}

.background-color {
  z-index: 1;
  background-color: var(--blue);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background-color.grey {
  background-color: #d6d6d6;
}

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

.service-item-home {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 300px;
  padding: 20px;
  transition: transform .6s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-item-home:hover {
  transform: scale(.95);
}

.service-image-block {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.service-title {
  z-index: 2;
  color: #212833;
  font-size: 28px;
  font-weight: 500;
  transition-property: color;
  position: relative;
}

.service-title:hover {
  color: #0061fe;
}

.service-title.light-big {
  color: #fffdfa;
  font-size: 32px;
  transition-property: opacity;
  position: static;
}

.service-title.light-big:hover {
  opacity: .7;
}

.service-title.light-big.black {
  color: var(--dark);
}

.flex-block {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  width: 100%;
  position: relative;
}

.svg-arrow {
  color: var(--dark);
  width: 25px;
}

.mbu-video {
  border-radius: 30px;
  overflow: hidden;
}

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

.profile-img-2 {
  border-radius: 100%;
  width: 130px;
  height: 130px;
  position: static;
  inset: auto 5% auto auto;
  box-shadow: 0 2px 23px 1px #48035033;
}

.timing-box-leadfunnel {
  background-color: var(--dark-blue);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 30px;
  display: flex;
}

.timing-box-leadfunnel.invert {
  background-color: #ececec;
  background-color: var(--bg-grey);
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}

.timing-box-leadfunnel.left {
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
}

.timing-box-leadfunnel.invert {
  background-color: var(--bg-grey);
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}

.p-xl-start-2 {
  padding-top: 6.5em;
}

.video-play-pause-wrapper {
  background-color: #ffffffe6;
  border-radius: 999em;
  width: 5em;
  height: 5em;
  transition: all .25s;
}

.video-play-pause-wrapper:hover {
  transform: scale(1.2);
}

.video-play-pause-wrapper:active {
  transform: scale(.95);
}

.preloader-curtain {
  background-color: #131313;
  width: 50%;
  height: 100%;
  position: relative;
}

.preloader-curtain.right._2 {
  background-color: #13131380;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.preloader-curtain.left._2 {
  background-color: #13131380;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.video-play-pause-toggle {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 1.5em 1.5em auto auto;
}

.c-preloader-title {
  margin-bottom: .5em;
  padding-left: .5em;
  padding-right: .5em;
  overflow: hidden;
}

.menu-wrapper {
  width: 100%;
  height: 100%;
  padding: 5.5rem 1.5rem 9rem 5.5rem;
  position: relative;
}

.menu-line {
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.video-unmute-wrapper {
  z-index: 3;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  color: #000;
  cursor: pointer;
  background-color: #ffffffb3;
  border-radius: 999em;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 7em;
  height: 7em;
  font-size: 1em;
  transition: all .25s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  box-shadow: 0 10px 4em #00000073;
}

.video-unmute-wrapper:hover {
  transform: scale(1.2);
}

.video-unmute-wrapper:active {
  transform: scale(.95);
}

.clock-label {
  color: #fbf6ff;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: -5px;
}

.title1-6 {
  direction: ltr;
  color: #191919;
  text-align: left;
  letter-spacing: -2px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5em;
  font-weight: 400;
  line-height: 1.2em;
  position: static;
}

.title1-6.white {
  color: #f8f8f8;
  width: auto;
  margin-top: 3%;
  font-size: 3.4em;
}

.leadmagnet-dashboard-wrap {
  z-index: 1;
  width: 100%;
  height: auto;
  min-height: 100vh;
  margin-right: 0;
  display: flex;
  position: relative;
}

.c-preloader-content {
  z-index: 5;
  position: absolute;
}

.bedarf-img {
  width: 50%;
}

.arrow {
  background-color: #8f00ff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 88px;
  margin-bottom: 48px;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.arrow.top {
  z-index: 10;
  background-color: var(--blue);
  position: relative;
  transform: rotate(180deg);
}

.overlay {
  background-image: linear-gradient(#f8f6ff, #f8f6ff00);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.overlay.top {
  height: 30%;
}

.overlay.top.left {
  background-image: linear-gradient(90deg, #f8f6ff, #f8f6ff00);
  width: 20%;
  height: 100%;
}

.overlay.bottom {
  background-image: linear-gradient(354deg, #f8f6ff, #f8f6ff00);
  height: 30%;
  inset: auto 0% 0%;
}

.overlay.bottom.right {
  background-image: linear-gradient(270deg, #f8f6ff, #f8f6ff00);
  width: 20%;
  height: 100%;
  inset: 0% 0% 0% auto;
}

._w-h-100 {
  width: 100%;
  height: 100%;
}

._w-h-100.fit-cover {
  border-radius: 100%;
  width: 35px;
  height: 35px;
}

.bigger {
  color: #6145ff;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2em;
}

.preloader-bar-2 {
  background-color: #01a3db;
  width: 50%;
  height: 100%;
}

.checkbox-field {
  padding-left: 20px;
}

.menu-links-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.grid-3 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-radius: 10px;
  grid-template-columns: 1fr 1fr;
}

.video-unmute-button {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.bedarf-inner-overlay {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.infinite-marquee-row-wrapper-2 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.infinite-marquee-row-wrapper-2.top {
  margin-left: 47px;
  padding-bottom: 24px;
}

.purple-circle-2 {
  background-color: var(--blue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100rem;
  height: 100rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.dashboard-container-2 {
  z-index: 1;
  background-color: #fbf6ff;
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  padding: 4%;
  display: flex;
  position: relative;
  box-shadow: 0 2px 15px 2px #0003;
}

.dashboard-container-2.rev {
  flex-flow: row;
}

.dashboard-container-2.rev.lf {
  background-color: #f8f8f8;
  display: block;
}

.text-301 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.143em;
}

.text-301.sidebar-dropdown-text {
  font-weight: 500;
}

.text-301.sidebar-dropdown-text.color-neutral-100 {
  color: #525d7e;
  font-size: 1.2em;
  font-weight: 700;
}

.db-right-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-span-2 {
  color: #fbf6ff;
  font-size: 1em;
  line-height: 1.1em;
}

.unmute-icon {
  width: 1em;
  height: 1em;
  font-size: 1.9em;
}

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

.sidebar-wrapper {
  z-index: 500;
  background-color: #fbf6ff;
  border-right: .6px #37446b;
  width: 100%;
  max-width: 300px;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  box-shadow: 0 2px 5px #0003;
}

.inner-container._402px {
  max-width: 402px;
}

.inner-container.center {
  margin-left: auto;
  margin-right: auto;
}

.grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr .75fr;
  width: 100%;
  height: 100%;
}

.sidebar-dropdown-link {
  color: #aeb9e1;
  border-left: 4px solid #0000;
  border-radius: 4px;
  padding: 14px 14px 14px 11px;
  font-size: 14px;
  line-height: 1em;
  transition: border-color .3s, background-color .3s, color .3s;
  overflow: hidden;
}

.sidebar-dropdown-link:hover {
  color: #fff;
  background-color: #101935;
}

.sidebar-dropdown-link.w--current {
  color: #fff;
  background-color: #212c4d;
  border-left-color: #6c72ff;
}

.leadfunnel-video-player {
  border-radius: 4em;
  width: 100%;
  overflow: hidden;
}

.social-miedia-icon-2 {
  width: 50px;
}

.preloader-text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.dashdark-custom-icon {
  font-weight: 400;
}

.dashdark-custom-icon.sidebar-link-icon {
  margin-right: 6px;
  font-size: 14px;
  line-height: 1em;
}

.vimeo-player-overlay {
  pointer-events: none;
  background-color: #00000059;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.play-pause--icon {
  width: 1em;
  height: 1em;
  font-size: 1.7em;
}

.logo-5 {
  border-radius: 10px;
  width: 150px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 100px;
}

.logo-5.center {
  margin-left: auto;
  margin-right: auto;
}

.bedarf-overlay-wrapper {
  z-index: 999999;
  background-color: #000000e6;
  display: none;
  position: fixed;
  inset: 0%;
}

.bedarf-form {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.benefit-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.benefit-wrapper.vertical {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.page-trigger-area {
  min-height: 0;
}

.small-purple-circle {
  background-color: #fff;
  border-radius: 100%;
  width: .5rem;
  height: .5rem;
}

.card {
  background-color: #fff;
  border: 1px solid #ebe7ff;
  border-radius: 24px;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 .95px 2.85px #1f2f541a;
}

.card.v4 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  min-height: 100%;
  margin-bottom: 20px;
  padding: 32px 20px;
  display: grid;
}

.sidebar-menu-container {
  z-index: 1;
  grid-row-gap: 4px;
  flex-direction: column;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 40px;
  display: flex;
}

.toggle_wrap-2 {
  background-color: #3748ff;
  border-radius: 100vw;
  width: 4rem;
  height: 1.6rem;
  padding: .2rem;
  display: none;
}

.video-pause-wrapper {
  z-index: 1;
  color: #000;
  border-radius: 999em;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.checkbox-bedarf {
  padding: 0;
}

.sidebar-divider {
  opacity: .2;
  background-color: #fff;
  align-self: center;
  width: 100%;
  min-height: 1px;
  max-height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.avatar {
  background-color: #f8f6ff;
  border: 3px solid #fff;
  overflow: hidden;
  box-shadow: 0 1px 3px #1f2f541a;
}

.avatar._40px {
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
}

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

.c-preloader {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.bedarf-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.container {
  z-index: -1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.flex-vertical-2 {
  flex-direction: column;
  display: flex;
}

.text-wrapper {
  margin-bottom: 40px;
  line-height: 1;
  position: static;
}

.copy-large-8 {
  color: #333;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  position: static;
}

.copy-large-8.center {
  text-align: center;
}

.copy-large-8.center.link {
  color: #ae33fd;
  text-decoration: underline;
}

.copy-large-8.purple-text {
  text-align: center;
  font-size: 4.5em;
  line-height: 1em;
}

.preloader-bar-1 {
  background-color: #ae33fd;
  border-radius: 1000px;
  justify-content: center;
  width: 60%;
  height: 100%;
  display: flex;
}

.hamburger-menu-wrapper {
  padding: 0;
}

.hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.button-23 {
  color: #f8f8f8;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  background-color: #3748ff;
  background-image: linear-gradient(270deg, #01a3db, #ae33fd);
  border-radius: 5px;
  width: 350px;
  padding: 1.3em 1.7em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: all .35s;
}

.button-23:hover {
  color: #fff;
  background-color: #045ff0d6;
  transform: scale(1);
}

.button-23.lf {
  width: 200px;
  font-size: 1.1em;
}

.button-23.lf.center {
  line-height: 1.1;
}

.sidebar-collapse-icon-container {
  cursor: pointer;
  transform-style: preserve-3d;
  transition: transform .3s;
}

.sidebar-collapse-icon-container:hover {
  transform: scale3d(1.1, 1.1, 1.01);
}

.p-xs-start-5 {
  padding-top: 1em;
}

.heading-14 {
  color: #081028;
  text-align: center;
  letter-spacing: -4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-size: 8em;
  font-weight: 700;
  line-height: 1;
  display: block;
  position: static;
  top: auto;
  bottom: -10px;
}

.heading-14.big {
  color: var(--blue);
  font-size: 8em;
}

.heading-14.big.margin-right {
  color: var(--blue);
  margin-right: 10px;
}

.heading-14.under {
  font-size: 4em;
}

.c-preloader-curtain {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.menu-grid-element {
  z-index: 2;
  background-color: var(--dark-blue);
  border-radius: 15px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 2rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-grid-element.block {
  background-color: var(--dark-blue);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.sidebar-logo-link {
  transform-style: preserve-3d;
  transition-property: transform;
}

.sidebar-logo-link:hover {
  transform: scale3d(1.06, 1.06, 1.01);
}

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

.sidebar-logo-link.show-on-tablet {
  display: none;
}

.mg-top-small {
  margin-top: 24px;
}

.menu-parent-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  padding: .5rem;
  display: flex;
  position: relative;
}

.menu-parent-wrapper.mobile-hidden {
  display: none;
}

.menu-line-opacity {
  background-color: #fff3;
  width: 100%;
  height: 1px;
}

.p-md-start-8 {
  padding-top: 3.5em;
}

._w-preloader-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-text {
  margin-right: 5px;
}

.vorteil-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.sidebar-btn-wrapper {
  margin-top: 48px;
  padding-left: 28px;
  padding-right: 28px;
}

.video-play-wrapper {
  z-index: 0;
  color: #000;
  border-radius: 999em;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-left: .2em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.mg-top-3x-extra-small {
  margin-top: 12px;
}

.dashboard-person-wrapper-2 {
  background-color: #f8f8f8;
  flex-flow: column;
  width: 100%;
  padding: 0 22px 10px;
  display: flex;
}

.flex {
  display: flex;
}

.flex.align-center {
  align-items: center;
}

.sidebar-collapsed-icon-btn {
  cursor: pointer;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  min-width: 26px;
  max-width: 26px;
  min-height: 26px;
  max-height: 26px;
  transition: transform .3s;
  display: flex;
}

.sidebar-collapsed-icon-btn:hover {
  transform: scale3d(1.06, 1.06, 1.01);
}

.sidebar-logo-section-container {
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 20px 28px;
  display: flex;
}

.menu {
  z-index: 999999;
  background-color: #fff;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding-bottom: 100px;
  display: none;
  position: fixed;
  inset: 0%;
}

.dashboard-horizontal-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.dashboard-horizontal-wrapper-2.under {
  display: none;
}

.title1-7 {
  direction: ltr;
  color: #191919;
  text-align: left;
  letter-spacing: -2px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1.2em;
  position: static;
}

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

.primary-button-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--blue);
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  border: 1px solid #6145ff;
  border-radius: 300px;
  justify-content: center;
  align-items: center;
  padding: 16px 48px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25em;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 4px 8px #4d91e11a;
}

.primary-button-2:hover {
  color: #fff;
  transform: scale3d(.94, .94, 1.01);
}

.primary-button-2.center {
  background-color: var(--blue);
  margin-left: auto;
  margin-right: auto;
  font-size: 2em;
}

.primary-button-2.lf {
  font-size: 1em;
  font-weight: 500;
}

.primary-button-2.inv {
  color: #081028;
  background-color: #fff;
  border-width: 3px;
  border-color: #081028;
}

.vorteil-icon {
  color: var(--blue);
  width: 50px;
  margin-right: 10px;
}

.sidebar-account-settings-divider {
  background-color: #37446b;
  align-self: center;
  width: 100%;
  min-width: 200px;
  min-height: .6px;
  max-height: .6px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.close_menu {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  text-decoration: none;
  position: absolute;
  inset: 2rem 1.5rem auto auto;
  overflow: hidden;
}

.container-w2-4 {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 2% 5%;
  overflow: visible;
}

.sidebar-menu-collapsed-overlay {
  z-index: 2147483647;
  display: none;
  position: absolute;
  inset: 0;
}

.image-4 {
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  position: static;
  top: 50%;
}

.bedarf-item {
  background-color: #fbf6ff;
  border-radius: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  height: auto;
  padding: 30px;
  display: flex;
}

.line-hover {
  background-color: #eee;
  width: 100%;
  height: 1px;
  margin-top: 5px;
}

.line-hover.is-black {
  background-color: #000;
}

.copy-medium-20 {
  color: #d4d4d4;
  text-align: left;
  background-color: #0000;
  width: auto;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: none;
}

.copy-medium-20.dark {
  color: #081028;
}

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

.vorteil-item {
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  display: flex;
}

.infinitive-marquee-1-column {
  flex-flow: column;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.dbc-right-2 {
  justify-content: center;
  align-items: center;
  width: 20%;
  display: flex;
}

.div-hide {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  display: block;
  position: static;
  overflow: visible;
}

.div-hide.top {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  padding-top: 7px;
  padding-right: 0;
  line-height: 1.1;
  display: flex;
  position: static;
  inset: 0%;
  overflow: hidden;
}

.menu-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.vimeo-embed {
  border-radius: 4em;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.custom-video-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-100 {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.167em;
}

.text-100.sidebar-dropdown-text {
  font-weight: 500;
}

.text-100.sidebar-dropdown-text.color-neutral-400 {
  color: #8d91a0;
  font-weight: 500;
}

.text-100.medium {
  font-weight: 500;
}

.clock-number {
  color: #fbf6ff;
  font-size: 5rem;
  font-weight: 500;
  line-height: 70px;
}

.sidebar-collapsed-icon-btn-wrapper {
  display: none;
}

.font-icon-left-link {
  grid-column-gap: 8px;
  color: #aeb9e1;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.font-icon-left-link:hover {
  color: #6c72ff;
}

.font-icon-left-link.color-red-300 {
  color: #ff5a65;
}

.font-icon-left-link.color-red-300:hover {
  color: #dc2b2b;
}

.white-divider {
  background-color: #fbf6ff;
  border-radius: 10px;
  width: 100%;
  height: 2px;
}

.white-divider._50 {
  width: 50%;
}

.flex-horizontal-wrap {
  flex-flow: wrap;
  display: flex;
}

.flex-horizontal-wrap.justify-start {
  justify-content: flex-start;
  align-items: center;
}

.contact-text {
  color: #ffffff80;
  font-weight: 200;
}

.title3-8 {
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Inter 24 Pt", Arial, sans-serif;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1.4em;
}

.title3-8.white {
  color: #fbf6ff;
}

.box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

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

.db-imgage {
  border-radius: 100%;
  width: 50%;
  margin: auto;
}

.sidebar-dropdown-list-wrapper {
  background-color: #0000;
  margin-top: 8px;
  margin-bottom: 4px;
  position: static;
}

.sidebar-dropdown-list-wrapper.sidebar-account-settings-list {
  overflow: hidden;
}

.button-24 {
  color: #040126;
  text-align: center;
  letter-spacing: -.03rem;
  background-color: #9adbff;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  overflow: visible;
}

.button-24.c-09 {
  opacity: 1;
  color: #f8f8f8;
  background-color: #3748ff;
  background-image: linear-gradient(0deg, #3748ff 50%, #ffffff80);
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  width: 350px;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.5em;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px 4px #005bca33;
}

.video-vimeo-wrapper {
  width: 100%;
  height: 0%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.infinite-marquee-row {
  flex: none;
  padding-bottom: 0;
  padding-right: 24px;
}

.p-xs-start-6 {
  padding-top: 1em;
}

.overflow-hidden {
  overflow: hidden;
}

.avatar-circle {
  border-radius: 50%;
  width: 100%;
  overflow: hidden;
  transform: translate(0);
}

.avatar-circle._01 {
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
  margin-right: 5px;
}

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

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

.sidebar-collapsed-divider {
  background-color: #37446b;
  min-height: .6px;
  max-height: .6px;
  display: none;
}

.contact-wrapper {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: column;
  margin-top: 2rem;
  display: flex;
}

.menu_button-2 {
  z-index: 1;
  color: #081028;
  text-align: center;
  cursor: pointer;
  border: 2px solid #081028;
  border-radius: .3rem;
  justify-content: center;
  align-items: center;
  padding: 1em .5rem 1.2rem;
  font-size: 1rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
}

.menu_button-2:hover {
  color: #161616;
  background-color: #fff;
  border-color: #000;
}

.display-3 {
  font-size: 18px;
  line-height: 1.25em;
}

.line-wrapper {
  overflow: hidden;
}

.dashboard-right-lf {
  background-color: #0000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.menu-heading {
  color: #ffffff80;
  font-size: 2vw;
  line-height: 1;
  text-decoration: none;
  transition: all .3s;
}

.menu-heading:hover {
  color: #fff;
}

.menu-heading.bottom {
  z-index: 3;
  margin-top: auto;
  margin-right: auto;
  position: relative;
}

.toggle_inner-2 {
  background-color: #f8f8f8;
  border-radius: 100vw;
  width: 2.3rem;
  height: 100%;
  margin-left: 0;
  display: none;
}

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

.c-preloader-bar {
  background-color: #222;
  border-radius: 1000px;
  justify-content: center;
  width: 15em;
  height: .25em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dropdown-toggle {
  align-items: center;
  padding: 0;
  transition: color .3s;
  display: flex;
}

.dropdown-toggle:hover {
  color: #6c72ff;
}

.dropdown-toggle.sidebar-dropdown {
  grid-column-gap: 20px;
  color: #aeb9e1;
  border-radius: 6px;
  justify-content: space-between;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 12px;
}

.dropdown-toggle.sidebar-dropdown:hover {
  color: #fff;
}

.dropdown-toggle.sidebar-dropdown.w--open {
  color: #6c72ff;
}

.menu_icon {
  opacity: .5;
  color: #fff;
  width: 4rem;
  height: 4rem;
  position: absolute;
  inset: 8% 8% auto auto;
}

.dropdown-wrapper {
  z-index: 500;
}

.dropdown-wrapper.sidebar-dropdown {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 28px;
  padding-right: 28px;
  display: flex;
}

.profile-img-3 {
  border-radius: 100%;
  width: 130px;
  height: 130px;
  position: static;
  inset: auto 5% auto auto;
  box-shadow: 0 2px 23px 1px #48035033;
}

.p-xl-start-3 {
  padding-top: 6.5em;
}

.list-item {
  width: 100%;
}

.logo-6 {
  width: 65px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 100px;
}

.logo-6.dashboard {
  border-radius: 10px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title1-8 {
  direction: ltr;
  color: #191919;
  text-align: left;
  letter-spacing: -2px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5em;
  font-weight: 400;
  line-height: 1.2em;
  position: static;
}

.title1-8.white {
  color: #f8f8f8;
  width: auto;
  margin-top: 3%;
  font-size: 3.4em;
}

.mitgliederbereich-wrapper-2 {
  z-index: 3;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 45%;
  padding-left: 0%;
  display: flex;
  position: relative;
}

.mitgliederbereich-wrapper-2.kurs {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-left: 0%;
  padding-right: 0%;
}

.dashboard-container-3 {
  z-index: 1;
  background-color: #fbf6ff;
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  padding: 4%;
  display: flex;
  position: relative;
  box-shadow: 0 2px 15px 2px #0003;
}

.dashboard-container-3.rev {
  flex-flow: row;
}

.dashboard-container-3.rev.lf {
  background-color: #f8f8f8;
  display: block;
}

.text-302 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.143em;
}

.text-302.sidebar-dropdown-text {
  font-weight: 500;
}

.text-302.sidebar-dropdown-text.color-neutral-100 {
  color: #525d7e;
  font-size: 1.2em;
  font-weight: 700;
}

.list {
  width: 100%;
}

.social-miedia-icon-3 {
  width: 50px;
}

.fortschrittsbalken-2 {
  background-color: var(--blue);
  border-radius: 10px;
  width: 100%;
  height: 3px;
}

.copy-large-9 {
  color: #333;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  position: static;
}

.copy-large-9.center {
  text-align: center;
}

.copy-large-9.center.link {
  color: #ae33fd;
  text-decoration: underline;
}

.button-25 {
  color: #f8f8f8;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  background-color: #3748ff;
  background-image: linear-gradient(270deg, #01a3db, #ae33fd);
  border-radius: 5px;
  width: 350px;
  padding: 1.3em 1.7em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: all .35s;
}

.button-25:hover {
  color: #fff;
  background-color: #045ff0d6;
  transform: scale(1);
}

.button-25.lf {
  width: 200px;
  font-size: 1.1em;
}

.button-25.lf.center {
  line-height: 1.1;
}

.p-xs-start-7 {
  padding-top: 1em;
}

.heading-15 {
  color: #081028;
  text-align: center;
  letter-spacing: -4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-size: 8em;
  font-weight: 700;
  line-height: 1;
  display: block;
  position: static;
  top: auto;
  bottom: -10px;
}

.heading-15.big {
  color: var(--blue);
  font-family: "Inter 24 Pt", Arial, sans-serif;
  font-size: 7em;
}

.p-md-start-10 {
  padding-top: 3.5em;
}

.dashboard-person-wrapper-3 {
  background-color: #f8f8f8;
  flex-flow: column;
  width: 100%;
  padding: 0 22px 10px;
  display: flex;
}

.page-wrapper-4 {
  display: block;
  position: relative;
  overflow: visible;
}

.dashboard-horizontal-wrapper-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.dashboard-horizontal-wrapper-3.under {
  display: none;
}

.title1-9 {
  direction: ltr;
  color: #191919;
  text-align: left;
  letter-spacing: -2px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1.2em;
  position: static;
}

.dashboard-left-4 {
  background-color: #fbf6ff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 300px;
  height: 100%;
  min-height: 100vh;
  padding-top: 5%;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  position: absolute;
  overflow: visible;
}

.container-w2-5 {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 2% 5%;
  overflow: visible;
}

.title2-5 {
  color: #f8f8f8;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.2em;
  display: block;
}

.copy-medium-21 {
  color: #d4d4d4;
  text-align: left;
  background-color: #0000;
  width: auto;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: none;
}

.copy-medium-21.dark {
  color: #081028;
}

.dbc-right-3 {
  justify-content: center;
  align-items: center;
  width: 20%;
  display: flex;
}

.text-303 {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.167em;
}

.text-303.sidebar-dropdown-text {
  font-weight: 500;
}

.text-303.sidebar-dropdown-text.color-neutral-400 {
  color: #8d91a0;
  font-weight: 500;
}

.text-303.medium {
  font-weight: 500;
}

.title3-9 {
  color: #272727;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1.4em;
}

.timer-boxes-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.button-26 {
  color: #040126;
  text-align: center;
  letter-spacing: -.03rem;
  background-color: #9adbff;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  overflow: visible;
}

.button-26.c-09 {
  opacity: 1;
  color: #f8f8f8;
  background-color: #3748ff;
  background-image: linear-gradient(0deg, #3748ff 50%, #ffffff80);
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  width: 350px;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.5em;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px 4px #005bca33;
}

.p-xs-start-8 {
  padding-top: 1em;
}

.p-md-start-11 {
  padding-top: 3.5em;
}

.horizontal-wrapper-3 {
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.horizontal-wrapper-3._100 {
  width: 80%;
}

.dashboard-right-3 {
  background-color: #0000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.toggle_inner-3 {
  background-color: #f8f8f8;
  border-radius: 100vw;
  width: 2.3rem;
  height: 100%;
  margin-left: 0;
  display: none;
}

.ms-profile-upload-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #070e27;
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 50px;
  align-items: center;
  padding: 7px 20px;
  line-height: 27px;
  display: flex;
}

.ms-profile-image-row-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  padding-left: 10px;
  display: flex;
}

.dash_content {
  background-color: #1e2026;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 900px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  overflow: hidden;
}

.dash_content.white {
  z-index: 5;
  background-color: var(--dark-blue);
  margin-bottom: 60px;
  position: relative;
}

.profile_form-header {
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: sticky;
  top: 0;
}

.relative {
  position: relative;
}

.save-button {
  background-color: #2962ff;
  border-radius: 50px;
  margin-left: 10px;
  padding-left: 20px;
  padding-right: 20px;
  transition: opacity .2s;
  display: none;
}

.save-button:hover {
  opacity: .8;
}

.copy-large-10 {
  color: #333;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  position: static;
}

.edit-profile {
  z-index: 3;
  background-color: var(--blue);
  color: #000;
  border: 1px solid #f3f3f3;
  border-radius: 50px;
  margin-left: 10px;
  padding: 9px 20px;
  text-decoration: none;
  transition: background-color .2s, border-color .2s;
  position: relative;
}

.edit-profile:hover {
  color: #fff;
  background-color: #000;
}

.page-wrapper-5 {
  display: block;
  position: relative;
  overflow: visible;
}

.page-wrapper-5.center {
  min-height: 100vh;
  display: flex;
}

.input-preview {
  border: 1px #000;
  border-radius: 5px;
  padding: 0 0 0 10px;
  font-size: 16px;
  font-weight: 400;
}

.input-preview:focus {
  background-color: #f8f8f8;
}

.title2-6 {
  color: #f8f8f8;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.2em;
  display: block;
}

.profile_flex {
  flex-wrap: wrap;
  max-width: 600px;
  display: flex;
  position: relative;
}

.profile_column {
  width: 50%;
  min-width: 250px;
  min-height: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 10px;
}

.ms-profile-image-preview-3 {
  object-fit: cover;
  background-color: #ccc;
  border-radius: 100px;
  width: 56px;
  height: 56px;
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block;
}

.profile_section {
  z-index: 3;
  background-color: var(--bg-grey);
  border: .5px solid #f3f3f3;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 2rem;
  padding: 30px 20px;
  position: static;
}

.block-inputs {
  z-index: 2;
  display: block;
  position: absolute;
  inset: 0%;
}

.profile-img-4 {
  border-radius: 100%;
  width: 130px;
  height: 130px;
  position: static;
  inset: auto 5% auto auto;
  box-shadow: 0 2px 23px 1px #48035033;
}

.p-xl-start-4 {
  padding-top: 6.5em;
}

.title1-10 {
  direction: ltr;
  color: #191919;
  text-align: left;
  letter-spacing: -2px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5em;
  font-weight: 400;
  line-height: 1.2em;
  position: static;
}

.title1-10.white {
  color: #f8f8f8;
  width: auto;
  margin-top: 3%;
  font-size: 3.4em;
}

.dashboard-container-4 {
  z-index: 1;
  background-color: #fbf6ff;
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  padding: 4%;
  display: flex;
  position: relative;
  box-shadow: 0 2px 15px 2px #0003;
}

.dashboard-container-4.rev {
  flex-flow: row;
}

.dashboard-container-4.rev.lf {
  background-color: #f8f8f8;
  display: block;
}

.social-miedia-icon-4 {
  width: 50px;
}

.copy-large-11 {
  color: #333;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  position: static;
}

.copy-large-11.center {
  text-align: center;
}

.copy-large-11.center.link {
  color: #ae33fd;
  text-decoration: underline;
}

.button-27 {
  color: #f8f8f8;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  background-color: #3748ff;
  background-image: linear-gradient(270deg, #01a3db, #ae33fd);
  border-radius: 5px;
  width: 350px;
  padding: 1.3em 1.7em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: all .35s;
}

.button-27:hover {
  color: #fff;
  background-color: #045ff0d6;
  transform: scale(1);
}

.button-27.lf {
  width: 200px;
  font-size: 1.1em;
}

.button-27.lf.center {
  line-height: 1.1;
}

.p-xs-start-9 {
  padding-top: 1em;
}

.heading-16 {
  color: #081028;
  text-align: center;
  letter-spacing: -4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-size: 8em;
  font-weight: 700;
  line-height: 1;
  display: block;
  position: static;
  top: auto;
  bottom: -10px;
}

.heading-16.big {
  color: var(--blue);
  font-size: 7em;
}

.heading-16.big.left {
  text-align: left;
}

.p-md-start-12 {
  padding-top: 3.5em;
}

.copy-small-3 {
  color: #cac7c7;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4em;
}

.copy-small-3.center {
  text-align: center;
}

.dashboard-person-wrapper-4 {
  background-color: #f8f8f8;
  flex-flow: column;
  width: 100%;
  padding: 0 22px 10px;
  display: flex;
}

.page-wrapper-6 {
  display: block;
  position: relative;
  overflow: visible;
}

.dashboard-horizontal-wrapper-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.dashboard-horizontal-wrapper-4.under {
  display: none;
}

.title1-11 {
  direction: ltr;
  color: #191919;
  text-align: left;
  letter-spacing: -2px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1.2em;
  position: static;
}

.copy-medium-22 {
  color: #d4d4d4;
  text-align: left;
  background-color: #0000;
  width: auto;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: none;
}

.copy-medium-22.dark {
  color: #081028;
}

.dbc-right-4 {
  justify-content: center;
  align-items: center;
  width: 20%;
  display: flex;
}

.text-304 {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.167em;
}

.text-304.sidebar-dropdown-text {
  font-weight: 500;
}

.text-304.sidebar-dropdown-text.color-neutral-400 {
  color: #8d91a0;
  font-weight: 500;
}

.text-304.medium {
  font-weight: 500;
}

.title3-10 {
  color: #272727;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Inter 24 Pt", Arial, sans-serif;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1.4em;
}

.title3-10.white {
  color: #fbf6ff;
  font-family: "Inter 24 Pt", Arial, sans-serif;
}

.timer-boxes-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.button-28 {
  color: #040126;
  text-align: center;
  letter-spacing: -.03rem;
  background-color: #9adbff;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  overflow: visible;
}

.button-28.c-09 {
  opacity: 1;
  color: #f8f8f8;
  background-color: #3748ff;
  background-image: linear-gradient(0deg, #3748ff 50%, #ffffff80);
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  width: 350px;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.5em;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px 4px #005bca33;
}

.p-xs-start-10 {
  padding-top: 1em;
}

.p-md-start-13 {
  padding-top: 3.5em;
}

.dashboard-right-4 {
  background-color: #0000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.timing-box-leadfunnel-2 {
  background-color: var(--dark-blue);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 30px;
  display: flex;
}

.timing-box-leadfunnel-2.invert {
  background-color: var(--bg-grey);
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}

.timing-box-leadfunnel-2.invert.left {
  justify-content: flex-start;
  align-items: flex-start;
}

.p-xl-start-5 {
  padding-top: 6.5em;
}

.title1-12 {
  direction: ltr;
  color: #191919;
  text-align: left;
  letter-spacing: -2px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5em;
  font-weight: 400;
  line-height: 1.2em;
  position: static;
}

.title1-12.white {
  color: #f8f8f8;
  width: auto;
  margin-top: 3%;
  font-size: 3.4em;
}

.geschenk-wrapper {
  background-color: var(--dark-blue);
  border-radius: 30px;
  padding: 30px;
  display: none;
}

.heading-17 {
  color: #081028;
  text-align: center;
  letter-spacing: -4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-size: 8em;
  font-weight: 700;
  line-height: 1;
  display: block;
  position: static;
  top: auto;
  bottom: -10px;
}

.heading-17.big {
  color: var(--blue);
  font-family: "Inter 24 Pt", Arial, sans-serif;
  font-size: 6em;
}

.p-md-start-14 {
  padding-top: 3.5em;
}

.copy-small-4 {
  color: #cac7c7;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4em;
}

.copy-small-4.dark {
  color: #081028;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 3px;
  font-family: "Inter 24 Pt", Arial, sans-serif;
  text-decoration: none;
}

.copy-small-4.dark.center {
  text-align: center;
}

.page-wrapper-7 {
  display: block;
  position: relative;
  overflow: visible;
}

.title1-13 {
  direction: ltr;
  color: #191919;
  text-align: left;
  letter-spacing: -2px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1.2em;
  position: static;
}

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

.title1-13.center.white {
  color: var(--bg-grey);
}

.text-305 {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.167em;
}

.text-305.sidebar-dropdown-text {
  font-weight: 500;
}

.text-305.sidebar-dropdown-text.color-neutral-400 {
  color: #8d91a0;
  font-weight: 500;
}

.text-305.medium {
  font-weight: 500;
}

.button-29 {
  color: #040126;
  text-align: center;
  letter-spacing: -.03rem;
  background-color: #9adbff;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  overflow: visible;
}

.button-29.c-09 {
  opacity: 1;
  color: #f8f8f8;
  background-color: #3748ff;
  background-image: linear-gradient(0deg, #3748ff 50%, #ffffff80);
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  width: 350px;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.5em;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px 4px #005bca33;
}

.p-xs-start-11 {
  padding-top: 1em;
}

.dashboard-right-5 {
  background-color: #0000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.profile-img-5 {
  border-radius: 100%;
  width: 130px;
  height: 130px;
  position: static;
  inset: auto 5% auto auto;
  box-shadow: 0 2px 23px 1px #48035033;
}

.timing-box-leadfunnel-3 {
  background-color: var(--dark-blue);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 30px;
  display: flex;
}

.timing-box-leadfunnel-3.invert {
  background-color: var(--bg-grey);
  color: var(--bg-grey);
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}

.p-xl-start-6 {
  padding-top: 6.5em;
}

.person {
  margin-top: 0;
}

.logo-8 {
  width: 65px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 100px;
}

.logo-8.dashboard {
  border-radius: 10px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title1-14 {
  direction: ltr;
  color: #191919;
  text-align: left;
  letter-spacing: -2px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5em;
  font-weight: 400;
  line-height: 1.2em;
  position: static;
}

.title1-14.white {
  color: #f8f8f8;
  width: auto;
  margin-top: 3%;
  font-size: 3.4em;
}

.dashboard-container-5 {
  z-index: 1;
  background-color: #fbf6ff;
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  padding: 4%;
  display: flex;
  position: relative;
  box-shadow: 0 2px 15px 2px #0003;
}

.dashboard-container-5.rev {
  flex-flow: row;
}

.dashboard-container-5.rev.lf {
  background-color: #f8f8f8;
  display: block;
}

.text-306 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.143em;
}

.text-306.sidebar-dropdown-text {
  font-weight: 500;
}

.text-306.sidebar-dropdown-text.color-neutral-100 {
  color: #525d7e;
  font-size: 1.2em;
  font-weight: 700;
}

.copy-large-12 {
  color: #333;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  position: static;
}

.copy-large-12.center {
  text-align: center;
}

.copy-large-12.center.link {
  color: #ae33fd;
  text-decoration: underline;
}

.button-30 {
  color: #f8f8f8;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  background-color: #3748ff;
  background-image: linear-gradient(270deg, #01a3db, #ae33fd);
  border-radius: 5px;
  width: 350px;
  padding: 1.3em 1.7em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: all .35s;
}

.button-30:hover {
  color: #fff;
  background-color: #045ff0d6;
  transform: scale(1);
}

.button-30.lf {
  width: 200px;
  font-size: 1.1em;
}

.button-30.lf.center {
  line-height: 1.1;
}

.p-xs-start-12 {
  padding-top: 1em;
}

.heading-18 {
  color: #081028;
  text-align: center;
  letter-spacing: -4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-size: 8em;
  font-weight: 700;
  line-height: 1;
  display: block;
  position: static;
  top: auto;
  bottom: -10px;
}

.heading-18.big {
  color: var(--blue);
  font-family: "Inter 24 Pt", Arial, sans-serif;
  font-size: 6em;
}

.heading-18.big.left {
  text-align: left;
  font-size: 4em;
}

.p-md-start-16 {
  padding-top: 3.5em;
}

.copy-small-5 {
  color: #cac7c7;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4em;
}

.copy-small-5.center {
  text-align: center;
}

.copy-small-5.dark {
  color: #081028;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 3px;
  text-decoration: none;
}

.dashboard-person-wrapper-5 {
  background-color: #f8f8f8;
  flex-flow: column;
  width: 100%;
  padding: 0 22px 10px;
  display: flex;
}

.page-wrapper-8 {
  display: block;
  position: relative;
  overflow: visible;
}

.dashboard-horizontal-wrapper-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.dashboard-horizontal-wrapper-5.under {
  display: none;
}

.title1-15 {
  direction: ltr;
  color: #191919;
  text-align: left;
  letter-spacing: -2px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Inter 24 Pt", Arial, sans-serif;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1.2em;
  position: static;
}

.dashboard-left-6 {
  background-color: #fbf6ff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 300px;
  height: 100%;
  min-height: 100vh;
  padding-top: 5%;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  position: absolute;
  overflow: visible;
}

.copy-medium-24 {
  color: #d4d4d4;
  text-align: left;
  background-color: #0000;
  width: auto;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: none;
}

.copy-medium-24.dark {
  color: #081028;
}

.dbc-right-5 {
  justify-content: center;
  align-items: center;
  width: 20%;
  display: flex;
}

.title3-11 {
  color: #272727;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1.4em;
}

.title3-11.white {
  color: #fbf6ff;
}

.button-31 {
  color: #040126;
  text-align: center;
  letter-spacing: -.03rem;
  background-color: #9adbff;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  overflow: visible;
}

.button-31.c-09 {
  opacity: 1;
  color: #f8f8f8;
  background-color: #3748ff;
  background-image: linear-gradient(0deg, #3748ff 50%, #ffffff80);
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  width: 350px;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.5em;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px 4px #005bca33;
}

.p-xs-start-13 {
  padding-top: 1em;
}

.p-md-start-17 {
  padding-top: 3.5em;
}

.dashboard-right-6 {
  background-color: #0000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.container-w2-6 {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 2% 5%;
  overflow: visible;
}

.p-xl-start-7 {
  padding-top: 6.5em;
}

.balken-abs-3 {
  z-index: 2;
  background-color: var(--blue);
  border-radius: 10px;
  width: 0%;
  height: 4px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.balken-abs-3.under {
  z-index: 1;
  opacity: .4;
  background-color: #8d91a0;
  width: 100%;
}

.title1-16 {
  direction: ltr;
  color: #191919;
  text-align: left;
  letter-spacing: -2px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5em;
  font-weight: 400;
  line-height: 1.2em;
  position: static;
}

.title1-16.white {
  color: #f8f8f8;
  width: auto;
  margin-top: 3%;
  font-size: 3.4em;
}

.image-banner-wrap {
  width: 80%;
}

.banner-container-white {
  background-color: var(--bg-grey);
  border-radius: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

.banner-wrapper {
  background-color: var(--dark-blue);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 35%;
  display: flex;
}

.copy-large-13 {
  color: #333;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  position: static;
}

.copy-large-13.lf {
  color: #191919;
}

.p-xs-start-14 {
  padding-top: 1em;
}

.banner-image {
  border-radius: 10px;
}

.shrink-container-2 {
  z-index: 1;
  background-color: var(--dark-blue);
  border-radius: 30px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 20px 40px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 15px #0000001a;
}

.p-md-start-18 {
  padding-top: 3.5em;
}

.videokurs-analyse-button-3 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.page-wrapper-9 {
  display: block;
  position: relative;
  overflow: visible;
}

.primary-button-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--blue);
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  border: 1px solid #6145ff;
  border-radius: 300px;
  justify-content: center;
  align-items: center;
  padding: 16px 48px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25em;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 4px 8px #4d91e11a;
}

.primary-button-3:hover {
  color: #fff;
  transform: scale3d(.94, .94, 1.01);
}

.primary-button-3.margin-right {
  border-color: var(--blue);
  background-color: #1d61eb;
  margin-right: 20px;
}

.primary-button-3.leadfunnel {
  display: none;
}

.primary-button-3.inv {
  color: #081028;
  background-color: #fff;
  border-width: 3px;
  border-color: #081028;
}

.title2-7 {
  color: #f8f8f8;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.2em;
  display: block;
}

.title2-7.dark {
  color: #081028;
  font-weight: 700;
}

.title2-7.dark.center {
  text-align: center;
  font-weight: 700;
}

.copy-medium-25 {
  color: #d4d4d4;
  text-align: left;
  background-color: #0000;
  width: auto;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: none;
}

.copy-medium-25.dark {
  color: #081028;
}

.copy-medium-25.fortschritt {
  color: #fbf6ff;
  font-size: 1.1em;
}

.lektion-angesehen-2 {
  color: #e1e1e1;
  width: 35px;
  display: block;
}

.lektion-angesehen-2.true {
  color: #e1e1e1;
}

.leadfunnel-kurs-upper-content-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.videokurs-main-wrapper-right-3 {
  background-color: var(--bg-grey);
  border-radius: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0 29px;
  display: flex;
}

.profile-logo {
  border-radius: 20px;
}

.button-32 {
  color: #040126;
  text-align: center;
  letter-spacing: -.03rem;
  background-color: #9adbff;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  overflow: visible;
}

.button-32.c-09 {
  opacity: 1;
  color: #f8f8f8;
  background-color: #3748ff;
  background-image: linear-gradient(0deg, #3748ff 50%, #ffffff80);
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  width: 350px;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.5em;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px 4px #005bca33;
}

.p-xs-start-15 {
  padding-top: 1em;
}

.p-md-start-19 {
  padding-top: 3.5em;
}

.button-33 {
  color: #f8f8f8;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  background-color: #3748ff;
  background-image: linear-gradient(270deg, #01a3db, #ae33fd);
  border-radius: 5px;
  width: 350px;
  padding: 1.3em 1.7em;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: all .35s;
}

.button-33:hover {
  color: #fff;
  background-color: #045ff0d6;
  transform: scale(1);
}

.balken-wrapper-2 {
  justify-content: flex-start;
  align-items: center;
  width: 85%;
  height: 100%;
  display: flex;
  position: relative;
}

.p-xl-start-8 {
  padding-top: 6.5em;
}

.balken-abs-4 {
  z-index: 2;
  background-color: #01a3db;
  border-radius: 10px;
  width: 0%;
  height: 4px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.balken-abs-4.under {
  z-index: 1;
  opacity: .4;
  background-color: #8d91a0;
  width: 100%;
}

.os-report-hero-section-3 {
  background-image: linear-gradient(#09006c66, #09006ce6), url('../images/consulting-3031678_1281.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  height: auto;
  position: relative;
  overflow: hidden;
}

.videokurs-content-wrapper-2 {
  background-color: var(--bg-grey);
  border-radius: 30px;
  padding: 30px;
}

.status-vertical-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
  display: flex;
}

.p-md-start-20 {
  padding-top: 3.5em;
}

.container-w2-7 {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 2% 5%;
  overflow: visible;
}

.copy-large-14 {
  color: #333;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  position: static;
}

.page-wrapper-10 {
  display: block;
  position: relative;
  overflow: visible;
}

.vorteil-icon-2 {
  color: var(--blue);
  width: 50px;
  margin-right: 10px;
}

.copy-medium-26 {
  color: var(--dark);
  text-align: left;
  background-color: #0000;
  width: auto;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: none;
}

.p-md-start-21 {
  padding-top: 3.5em;
}

.container-w2-8 {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 2% 5%;
  overflow: visible;
}

.fallstudien-wrapper {
  margin-top: 60px;
}

.balken-wrapper-3 {
  justify-content: flex-start;
  align-items: center;
  width: 75%;
  height: 100%;
  display: flex;
  position: relative;
}

.button-34 {
  color: #f8f8f8;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  background-color: #3748ff;
  background-image: linear-gradient(270deg, #01a3db, #ae33fd);
  border-radius: 5px;
  width: 350px;
  padding: 1.3em 1.7em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: all .35s;
}

.button-34:hover {
  color: #fff;
  background-color: #045ff0d6;
  transform: scale(1);
}

.button-34.primary-button {
  background-color: var(--blue);
  background-image: none;
  font-family: "Inter 24 Pt", Arial, sans-serif;
}

.vorstellung-image {
  border-radius: 15px;
  width: 80%;
}

.impressum-main-section {
  background-color: #f8f8f8;
  padding-top: 5%;
}

.blue-2 {
  color: #3748ff;
  text-decoration: underline;
}

.div-block {
  display: flex;
}

.div-block.space {
  justify-content: space-around;
}

.ja-form {
  width: 45%;
  margin-right: 10px;
}

.li-outer-wrapper {
  z-index: 9999;
  background-color: #0000;
  border-radius: 20px;
  width: auto;
  height: auto;
  padding: 0;
  text-decoration: none;
  position: fixed;
  inset: auto 10px 10px auto;
}

.download {
  color: var(--bg-grey);
  width: 25px;
  position: absolute;
  inset: 5% 5% auto auto;
}

.download.dark {
  color: var(--dark);
}

.heading-19 {
  font-family: "Inter 24 Pt", Arial, sans-serif;
}

.kachel-grid-item {
  display: none;
}

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

@media screen and (min-width: 1280px) {
  .services-grid {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .nav-container.home {
    padding-left: 50px;
    padding-right: 50px;
  }

  .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .intro-paralax {
    width: 130px;
    height: 130px;
  }

  .container-baner {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .horizontal-block.margin-bottom {
    margin-bottom: 40px;
  }

  .section-testimonials {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .services-wrapper {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .section-background {
    margin-left: 4vw;
    margin-right: 4vw;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .home-slider-arrow.light-right {
    left: 5%;
  }

  .home-slider-arrow.light-left {
    right: 5%;
  }

  .section-light-background {
    margin-left: 4vw;
    margin-right: 4vw;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .home-slider {
    overflow: hidden;
  }

  .home-about-wrap {
    grid-column-gap: 120px;
  }

  .baner-description {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-intro-strip {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .big-circle {
    width: 1300px;
    height: 1300px;
    transform: translate(-400px, -70px);
  }

  .mbu-section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .mbu-section.home-banner {
    padding-top: 180px;
  }

  .home-slider-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .footer-bottom-wrapper {
    margin-top: 30px;
  }

  .medium-circle {
    width: 1100px;
    height: 1100px;
    transform: translate(80px, 550px);
  }

  .nav-link-block {
    margin-left: 20px;
    margin-right: 20px;
  }

  .testimonials-slide {
    width: 31.7%;
  }

  .footer {
    padding-top: 80px;
  }

  .service-item-home {
    padding: 30px;
  }

  .service-title.light-big {
    font-size: 36px;
  }
}

@media screen and (min-width: 1440px) {
  .title2 {
    color: #f8f8f8;
    justify-content: flex-start;
    font-weight: 700;
  }

  .container-w2 {
    text-align: left;
    flex-direction: column;
    max-width: 1600px;
    display: flex;
  }

  .container-w2.kurs {
    padding-left: 2%;
    padding-right: 2%;
  }

  .container-w2.rel {
    position: relative;
  }

  .copy-medium {
    width: auto;
  }

  .mitgliederbereich-img {
    object-fit: cover;
    width: 350px;
    position: static;
  }

  .logo.dashboard {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .logo.nav.center.full {
    width: 100px;
  }

  .dashboard-wrap-item {
    width: 67%;
    height: 250px;
    padding-left: 3%;
  }

  .dashboard-wrap-item._2.person {
    width: 100%;
  }

  .title2-2 {
    color: #f8f8f8;
    justify-content: flex-start;
    font-weight: 700;
  }

  .title2-2.dark, .title2-2.center {
    font-weight: 400;
  }

  .title1-3.white {
    font-size: 3.4em;
  }

  .form-border.leadfunnel {
    background-color: #ececec;
  }

  .info-screen {
    background-color: #0000;
  }

  .copy-large-4.white {
    color: #f8f8f8;
    padding-left: 0;
    padding-right: 20px;
  }

  .copy-large-4.white.lf {
    color: #191919;
  }

  .copy-medium-6 {
    width: auto;
  }

  .main-wrapper {
    background-image: none;
  }

  .button-tertiary.is-colored.is-first, .button-tertiary.is-colored.white, .button-tertiary.is-colored.is-first, .button-tertiary.is-colored.is-first, .button-tertiary.is-colored.white {
    background-color: #ececec;
  }

  .button-14.c-09 {
    color: #f8f8f8;
    background-color: #3748ff;
    width: 300px;
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
  }

  .copy-large-5.white {
    color: #f8f8f8;
    padding-left: 0;
    padding-right: 20px;
  }

  .copy-medium-9 {
    width: auto;
  }

  .warp-left, .warp-left.vorstellung {
    width: 50%;
  }

  .os-vorstellung-section {
    position: relative;
  }

  .vorstellung-img {
    width: 500px;
    right: -85%;
  }

  .copy-medium-10 {
    width: auto;
  }

  .os-report-hero-section {
    background-image: linear-gradient(#ffffffe6, #00041ae6), url('../images/42_142.avif');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .vorstellung-content-wapper {
    padding-left: 5%;
  }

  .google-bewertung {
    width: 35%;
    margin-top: 20px;
  }

  .os-vorstellung-container {
    position: relative;
  }

  .copy-medium-11 {
    width: auto;
  }

  .wrap-right {
    width: 40%;
    margin-left: 0%;
  }

  .anbieter-img {
    width: 80px;
  }

  .cta-img {
    object-fit: cover;
  }

  .button-22.c-09 {
    color: #f8f8f8;
    background-color: #3748ff;
    width: 300px;
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
  }

  .copy-medium-15 {
    width: auto;
  }

  .intro-paralax {
    width: 180px;
    height: 180px;
  }

  .intro-paralax.text-lottie {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-logo {
    height: 46px;
  }

  .main-logo {
    height: 34px;
  }

  .service-item-home {
    height: 350px;
  }

  .title1-6.white {
    font-size: 3.4em;
  }

  .leadmagnet-dashboard-wrap {
    background-color: #0000;
    min-width: 100%;
    margin-right: 0;
  }

  .dashboard-container-2 {
    background-color: #f8f8f8;
  }

  .dashboard-horizontal-wrapper-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .dashboard-horizontal-wrapper-2.under {
    column-count: 3;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    display: block;
  }

  .container-w2-4 {
    flex-direction: column;
    max-width: 1600px;
    display: flex;
  }

  .copy-medium-20 {
    width: auto;
  }

  .button-24.c-09 {
    color: #f8f8f8;
    background-color: #3748ff;
    width: 300px;
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
  }

  .dashboard-right-lf {
    padding-left: 5%;
    padding-right: 5%;
  }

  .toggle_inner-2 {
    margin-left: 0;
  }

  .logo-6.dashboard {
    justify-content: center;
    align-items: center;
    width: 40%;
    display: flex;
  }

  .title1-8.white {
    font-size: 3.4em;
  }

  .mitgliederbereich-wrapper-2 {
    width: 100%;
    padding-left: 3%;
    padding-right: 2%;
  }

  .mitgliederbereich-wrapper-2.kurs {
    width: 100%;
  }

  .dashboard-container-3 {
    background-color: #f8f8f8;
  }

  .page-wrapper-4 {
    width: 100%;
    min-width: 100%;
  }

  .dashboard-horizontal-wrapper-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .dashboard-horizontal-wrapper-3.under {
    column-count: 3;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    display: block;
  }

  .dashboard-left-4 {
    background-color: #f8f8f8;
    width: 400px;
    height: 100%;
  }

  .container-w2-5 {
    flex-direction: column;
    max-width: 1600px;
    display: flex;
  }

  .title2-5 {
    color: #f8f8f8;
    justify-content: flex-start;
    font-weight: 700;
  }

  .copy-medium-21 {
    width: auto;
  }

  .button-26.c-09 {
    color: #f8f8f8;
    background-color: #3748ff;
    width: 300px;
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
  }

  .dashboard-right-3 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .toggle_inner-3 {
    margin-left: 0;
  }

  .dash_content.white {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .page-wrapper-5 {
    width: 100%;
    min-width: 100%;
  }

  .page-wrapper-5.center {
    min-height: 100vh;
  }

  .title2-6 {
    color: #f8f8f8;
    justify-content: flex-start;
    font-weight: 700;
  }

  .title1-10.white {
    font-size: 3.4em;
  }

  .dashboard-container-4 {
    background-color: #f8f8f8;
  }

  .page-wrapper-6 {
    width: 100%;
    min-width: 100%;
  }

  .dashboard-horizontal-wrapper-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .dashboard-horizontal-wrapper-4.under {
    column-count: 3;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    display: block;
  }

  .copy-medium-22 {
    width: auto;
  }

  .button-28.c-09 {
    color: #f8f8f8;
    background-color: #3748ff;
    width: 300px;
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
  }

  .dashboard-right-4 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .title1-12.white {
    font-size: 3.4em;
  }

  .page-wrapper-7 {
    width: 100%;
    min-width: 100%;
  }

  .button-29.c-09 {
    color: #f8f8f8;
    background-color: #3748ff;
    width: 300px;
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
  }

  .dashboard-right-5 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .logo-8.dashboard {
    justify-content: center;
    align-items: center;
    width: 40%;
    display: flex;
  }

  .title1-14.white {
    font-size: 3.4em;
  }

  .dashboard-container-5 {
    background-color: #f8f8f8;
  }

  .page-wrapper-8 {
    width: 100%;
    min-width: 100%;
  }

  .dashboard-horizontal-wrapper-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .dashboard-horizontal-wrapper-5.under {
    column-count: 3;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    display: block;
  }

  .dashboard-left-6 {
    background-color: #f8f8f8;
    width: 400px;
    height: 100%;
  }

  .copy-medium-24 {
    width: auto;
  }

  .button-31.c-09 {
    color: #f8f8f8;
    background-color: #3748ff;
    width: 300px;
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
  }

  .dashboard-right-6 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .container-w2-6 {
    flex-direction: column;
    align-items: stretch;
    max-width: 1600px;
    display: flex;
  }

  .title1-16.white {
    font-size: 3.4em;
  }

  .page-wrapper-9 {
    width: 100%;
    min-width: 100%;
  }

  .title2-7 {
    color: #f8f8f8;
    justify-content: flex-start;
    font-weight: 700;
  }

  .copy-medium-25 {
    width: auto;
  }

  .button-32.c-09 {
    color: #f8f8f8;
    background-color: #3748ff;
    width: 300px;
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
  }

  .os-report-hero-section-3 {
    background-image: linear-gradient(#09006c66, #09006ce6), url('../images/Whatsapp-Titelbild.avif');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .container-w2-7 {
    flex-direction: column;
    max-width: 1600px;
    display: flex;
  }

  .page-wrapper-10 {
    width: 100%;
    min-width: 100%;
  }

  .copy-medium-26 {
    width: auto;
  }

  .container-w2-8 {
    flex-direction: column;
    max-width: 1600px;
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  .nav-container.home {
    padding-left: 80px;
    padding-right: 80px;
  }

  .section-testimonials {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .home-slider-arrow.light-right {
    left: 4%;
  }

  .home-slider-arrow.light-left {
    right: 4%;
  }

  .mbu-section.home-banner {
    padding-top: 200px;
  }

  .footer-brand-wrapper {
    padding-right: 140px;
  }

  .footer-link-block {
    padding-left: 80px;
  }

  .testimonials-slide {
    width: 23.2%;
    margin-right: 40px;
  }

  .timing-box-leadfunnel.invert {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-link {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .contact-wrapper {
    margin-top: 2rem;
  }

  .menu-heading {
    font-size: 1.5vw;
  }

  .timing-box-leadfunnel-2.invert, .timing-box-leadfunnel-3.invert {
    padding-left: 0;
    padding-right: 0;
  }

  .videokurs-main-wrapper-right-3 {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .copy-large {
    font-size: 1.4em;
  }

  .background-color-primary {
    overflow: visible;
  }

  .title2 {
    font-size: 2.5em;
  }

  .title1 {
    text-align: left;
    font-size: 3em;
  }

  .title1.white.center {
    font-size: 2.7em;
  }

  .container-w2 {
    text-align: left;
    padding-right: 5%;
  }

  .copy-medium {
    font-size: 1em;
  }

  .p-sm-start {
    padding-top: 3%;
  }

  .p-md-start.inv {
    display: none;
  }

  .button:hover {
    opacity: 1;
    transform: scale(1);
  }

  .button.secondary {
    color: #222;
    border-color: #222;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 1.3em;
  }

  .gutter-outside {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .mitgliederbereich-img {
    width: 100%;
    margin-bottom: 3%;
  }

  .close-menu.mega {
    display: block;
    top: 1%;
  }

  .mega-menu {
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: none;
    position: fixed;
  }

  .logo {
    margin-left: 10%;
  }

  .logo.dashboard {
    width: 70%;
  }

  .logo.nav {
    margin-left: 0%;
  }

  .dashboard-wrap-item {
    flex-flow: column;
    width: 100%;
    height: auto;
    margin-bottom: 5%;
    padding-bottom: 5%;
  }

  .dashboard-wrap-item._2.person {
    width: 100%;
  }

  .dark-mode-toogle {
    inset: 1% auto auto 0%;
  }

  .raster-einklappen._2 {
    display: none;
  }

  .social-media-wrapper {
    text-align: left;
  }

  .leadmagnet-dashboard-item, .leadmagnet-dashboard-item.w--current {
    border-radius: 5px;
  }

  .title2-2 {
    font-size: 2.5em;
  }

  .title2-2.dark {
    overflow-wrap: break-word;
  }

  .title2-2.dark.center {
    font-size: 2.5em;
  }

  .title2-2.center {
    font-size: 2.3em;
    display: block;
  }

  .title1-3 {
    text-align: left;
    font-size: 3em;
  }

  .title1-3.white {
    font-size: 2.3em;
  }

  .title1-3.white.center {
    font-size: 3.2em;
  }

  .title1-3.center {
    padding-left: 1%;
    padding-right: 1%;
    display: block;
  }

  .videokurs-video-outer-wrapper {
    flex-flow: column;
  }

  .kurs-lektion-item {
    padding-left: 5%;
  }

  .kurs-lektion-item.noch-nicht-freigeschaltet, .kurs-lektion-item.noch-nicht-freigeschaltet.w--current {
    width: 90vw;
  }

  .videokurs-main-wrapper-left {
    width: 100%;
  }

  .videokurs-main-wrapper-left.vk-bar {
    width: 100%;
    padding-left: 0%;
  }

  .copy-large-4 {
    font-size: 1.4em;
  }

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

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .copy-medium-6 {
    font-size: 1em;
  }

  .copy-medium-6.dark {
    text-align: left;
    font-size: 1.2em;
  }

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

  .copy-large-5 {
    font-size: 1.4em;
  }

  .copy-medium-9 {
    font-size: 1em;
  }

  .copy-medium-9.dark {
    text-align: left;
    font-size: 1.2em;
  }

  .copy-large-6 {
    font-size: 1.4em;
  }

  .leadmagnet-img-cover {
    width: 100%;
  }

  .warp-left {
    width: 100%;
    margin-bottom: 5%;
  }

  .warp-left.vorstellung {
    width: 50%;
  }

  .report-hero-info-wrapper {
    flex-flow: column;
  }

  .button-checklist-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .trust-block {
    flex-flow: row;
    width: auto;
  }

  .website-kurs-img.r {
    overflow: visible;
  }

  .button-16:hover {
    opacity: 1;
    transform: scale(1);
  }

  .logo-3 {
    margin-left: 10%;
  }

  .logo-3.report {
    margin-left: 0%;
    margin-right: 0;
  }

  .report-left-wrap {
    width: 100%;
    margin-bottom: 5%;
    padding-left: 5%;
  }

  .vorstellung-img {
    width: 450px;
    right: -105%;
  }

  .copy-medium-10 {
    font-size: 1em;
  }

  .copy-medium-10.dark {
    text-align: left;
    font-size: 1.2em;
  }

  .vorstellung-content-wapper {
    padding-left: 4%;
  }

  .google-bewertung {
    width: 40%;
    height: auto;
    display: block;
  }

  .report-right-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 4%;
    margin-left: 0%;
  }

  .report-preview-wrapper, .report-preview-wrapper.rev {
    padding-left: 3%;
    padding-right: 3%;
  }

  .wrap-left {
    width: 100%;
  }

  .copy-medium-11 {
    font-size: 1em;
  }

  .copy-medium-11.dark {
    text-align: left;
    font-size: 1.2em;
  }

  .copy-medium-11.dark.fat._50 {
    width: 65vw;
  }

  .faq-lottie-icon {
    width: 30px;
    height: 30px;
  }

  .wrap-right {
    width: 100%;
    margin-left: 0%;
  }

  .anbieter-img {
    width: 70px;
  }

  .problem-img {
    width: 100%;
    margin-bottom: 20px;
  }

  .os-problem-wrapper {
    flex-flow: column;
    align-items: center;
  }

  .copy-medium-12 {
    font-size: 1.2em;
  }

  .green-absolute-radius {
    border-radius: 0;
  }

  .green-absolute-radius.bottom {
    border-radius: 0 0 20px 20px;
  }

  .info-cta-wrap {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 8%;
    padding-bottom: 5%;
    padding-left: 5%;
  }

  .cta-img {
    width: 60%;
    position: static;
  }

  .cta-fs-wrapper {
    width: 95%;
  }

  .cta-fs-wrapper.slideup-1 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .tel-wrap {
    justify-content: center;
    align-items: center;
  }

  .videokurs-content-sticky-wrapper {
    flex-flow: column-reverse;
    align-items: stretch;
  }

  .video-content-item {
    width: 100%;
  }

  .fullthumbnail-wrapper {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 5%;
  }

  .title3-6.white {
    padding-top: 2%;
    padding-bottom: 2%;
    font-size: 1.5em;
  }

  .copy-medium-15, .copy-medium-15.dark {
    font-size: 1em;
  }

  .videokurs-collection-wrapper, .mother-wrapper {
    width: 100%;
  }

  .freischalt-logik {
    display: none;
  }

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

  .nav-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tablet-menu {
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
  }

  .brand-tablet {
    display: block;
  }

  .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .intro-paralax {
    width: 140px;
    height: 140px;
  }

  .services-description {
    margin-bottom: 20px;
  }

  .services-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .baner-action-block {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .section-background {
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-light-background {
    flex-flow: column;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 60px;
    padding-bottom: 0%;
    display: flex;
  }

  .home-slider {
    padding-bottom: 100px;
  }

  .nav-menu {
    z-index: 2;
    background-color: #fffdfa;
    flex-direction: column;
    width: 320px;
    inset: 0% auto 0% 0%;
  }

  .features-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
  }

  .home-about-wrap {
    flex-flow: column;
  }

  .menu-button {
    text-align: right;
    background-color: #0000;
    padding: 0;
  }

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

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
  }

  .home-intro-strip {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    width: 90%;
  }

  .about-video {
    width: 100%;
  }

  .home-slider-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-client {
    height: 50px;
  }

  .close-menu-button, .close-menu-button.w--open {
    background-color: #0000;
    padding: 0 20px 0 0;
  }

  .testimonials-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: 100%;
  }

  .block-button-tablet {
    margin-top: 40px;
    padding-right: 20px;
    display: flex;
  }

  .footer-brand-wrapper {
    width: 100%;
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .medium-circle {
    transform: translate(30px, 250px);
  }

  .footer-link-block {
    border-left-style: none;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .nav-link-block {
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-logo-wrapper {
    width: 50%;
  }

  .testimonials-slide {
    width: 47.8%;
  }

  .section-title-wrapper {
    max-width: 560px;
    margin-bottom: 40px;
  }

  .half-column {
    width: 100%;
  }

  .block-button-header {
    display: none;
  }

  .footer-wrapper {
    flex-wrap: wrap;
  }

  .menu-wrap {
    background-color: #fffdfa;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    position: relative;
  }

  .slider1_arrow-wrapper {
    display: none;
  }

  .slider2_item {
    width: 100%;
  }

  .slider2_slide-2 {
    width: 60vw;
  }

  .slider2_mask {
    width: 70vw;
  }

  .slider2_nav {
    display: block;
  }

  .kundenstimmen-outer-wrapper {
    width: 100%;
  }

  .copy-large-7 {
    font-size: 1.2em;
  }

  .copy-medium-17 {
    font-size: 1em;
  }

  .cta-absolute-img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .faq-lottie-icon-2 {
    width: 25px;
    height: 25px;
    top: auto;
    bottom: 20%;
  }

  .ap-anbieter-wrapper {
    flex-flow: column;
    display: flex;
  }

  .flex-block {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .video-play-pause-wrapper:hover {
    transform: none;
  }

  .video-play-pause-wrapper:active {
    transform: scale(.9);
  }

  .sidebar-mobile-menu-icon-wrapper {
    grid-column-gap: 10px;
    justify-content: center;
    align-items: center;
    min-width: 64px;
    max-width: 64px;
    min-height: 64px;
    max-height: 64px;
    margin-top: 8px;
    margin-left: 8px;
    display: flex;
  }

  .video-unmute-wrapper:hover {
    transform: none;
  }

  .video-unmute-wrapper:active {
    transform: scale(.9);
  }

  .title1-6 {
    text-align: left;
    font-size: 3em;
  }

  .title1-6.white {
    font-size: 2.3em;
  }

  .leadmagnet-dashboard-wrap {
    height: auto;
  }

  .menu-links-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .grid-3 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    height: 100%;
  }

  .sidebar-mobile-menu-icon {
    max-width: 12px;
  }

  .sidebar-wrapper {
    border-bottom: .6px solid #37446b;
    border-right-style: none;
    max-width: none;
    height: auto;
    min-height: 80px;
    max-height: 80px;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    overflow: visible;
  }

  .grid {
    flex-flow: column;
  }

  .logo-5 {
    margin-left: 10%;
  }

  .sidebar-menu-container {
    background-color: #080f25;
    min-width: 260px;
    height: 110vh;
    min-height: 100vh;
    margin-top: 80px;
    padding-top: 24px;
    padding-bottom: 150px;
    overflow: auto;
  }

  .container {
    flex: 0 auto;
    grid-template-columns: 1fr 1fr;
    align-content: start;
    align-items: center;
  }

  .copy-large-8 {
    font-size: 1.4em;
  }

  .hamburger-menu-wrapper {
    grid-column-gap: 24px;
    justify-content: center;
    align-items: center;
    min-width: 80px;
    max-width: 80px;
    min-height: 80px;
    max-height: 80px;
    display: flex;
  }

  .hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .button-23:hover {
    opacity: 1;
    transform: scale(1);
  }

  .heading-14 {
    letter-spacing: -4px;
    font-size: 90px;
  }

  .heading-14.big {
    font-size: 5em;
  }

  .menu-grid-element {
    padding: 1rem;
  }

  .sidebar-logo-link.show-on-tablet {
    display: block;
  }

  .menu-parent-wrapper {
    padding: 0;
  }

  .p-md-start-8 {
    padding-top: 3em;
  }

  .sidebar-btn-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .video-play-wrapper:active {
    transform: scale(.9);
  }

  .sidebar-logo-section-container, .menu {
    display: none;
  }

  .dashboard-horizontal-wrapper-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: grid;
  }

  .dashboard-horizontal-wrapper-2.under {
    flex-flow: row;
  }

  .title1-7 {
    text-align: left;
    font-size: 3em;
  }

  .primary-button-2 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .container-w2-4 {
    text-align: left;
    padding-right: 5%;
  }

  .copy-medium-20, .copy-medium-20.dark {
    font-size: 1em;
  }

  .menu-link {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .white-divider {
    display: none;
  }

  .title3-8 {
    font-size: 1.4em;
  }

  .timer-boxes {
    grid-template-columns: 1fr;
  }

  .sidebar-dropdown-list-wrapper.sidebar-account-settings-list {
    max-width: 100%;
  }

  .position-relative---z-index-1 {
    display: block;
  }

  .position-relative---z-index-1.logo-and-icon-mobile-container {
    grid-column-gap: 24px;
    justify-content: space-between;
    align-items: center;
    padding-left: 24px;
    display: flex;
  }

  .display-3 {
    font-size: 18px;
  }

  .dashboard-right-lf {
    padding-left: 5%;
    padding-right: 5%;
  }

  .dropdown-toggle.sidebar-dropdown {
    padding-right: 0;
  }

  .dropdown-wrapper.sidebar-dropdown {
    padding-left: 24px;
    padding-right: 24px;
  }

  .logo-6 {
    margin-left: 10%;
  }

  .logo-6.dashboard {
    width: 70%;
  }

  .title1-8 {
    text-align: left;
    font-size: 3em;
  }

  .title1-8.white {
    font-size: 2.3em;
  }

  .mitgliederbereich-wrapper-2 {
    width: 100%;
  }

  .copy-large-9 {
    font-size: 1.4em;
  }

  .button-25:hover {
    opacity: 1;
    transform: scale(1);
  }

  .heading-15 {
    letter-spacing: -4px;
    font-size: 90px;
  }

  .heading-15.big {
    font-size: 5em;
  }

  .p-md-start-10 {
    padding-top: 3em;
  }

  .dashboard-horizontal-wrapper-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: grid;
  }

  .dashboard-horizontal-wrapper-3.under {
    flex-flow: row;
  }

  .title1-9 {
    text-align: left;
    font-size: 3em;
  }

  .dashboard-left-4 {
    width: 35%;
    display: none;
    position: absolute;
  }

  .container-w2-5 {
    text-align: left;
    padding-right: 5%;
  }

  .title2-5 {
    font-size: 2.5em;
  }

  .copy-medium-21, .copy-medium-21.dark {
    font-size: 1em;
  }

  .title3-9 {
    font-size: 1.4em;
  }

  .timer-boxes-2 {
    grid-template-columns: 1fr;
  }

  .dashboard-right-3 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .dash_contain {
    max-width: 100%;
  }

  .dash_content {
    margin-left: 20px;
    margin-right: 20px;
  }

  .copy-large-10 {
    font-size: 1.4em;
  }

  .title2-6 {
    font-size: 2.5em;
  }

  .title1-10 {
    text-align: left;
    font-size: 3em;
  }

  .title1-10.white {
    font-size: 2.3em;
  }

  .copy-large-11 {
    font-size: 1.4em;
  }

  .button-27:hover {
    opacity: 1;
    transform: scale(1);
  }

  .heading-16 {
    letter-spacing: -4px;
    font-size: 90px;
  }

  .heading-16.big {
    font-size: 5em;
  }

  .p-md-start-12 {
    padding-top: 3em;
  }

  .dashboard-horizontal-wrapper-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: grid;
  }

  .dashboard-horizontal-wrapper-4.under {
    flex-flow: row;
  }

  .title1-11 {
    text-align: left;
    font-size: 3em;
  }

  .copy-medium-22, .copy-medium-22.dark {
    font-size: 1em;
  }

  .title3-10 {
    font-size: 1.4em;
  }

  .timer-boxes-3 {
    grid-template-columns: 1fr;
  }

  .dashboard-right-4 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .title1-12 {
    text-align: left;
    font-size: 3em;
  }

  .title1-12.white {
    font-size: 2.3em;
  }

  .heading-17 {
    letter-spacing: -4px;
    font-size: 90px;
  }

  .heading-17.big {
    font-size: 5em;
  }

  .p-md-start-14 {
    padding-top: 3em;
  }

  .title1-13 {
    text-align: left;
    font-size: 3em;
  }

  .dashboard-right-5 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .logo-8 {
    margin-left: 10%;
  }

  .logo-8.dashboard {
    width: 70%;
  }

  .title1-14 {
    text-align: left;
    font-size: 3em;
  }

  .title1-14.white {
    font-size: 2.3em;
  }

  .copy-large-12 {
    font-size: 1.4em;
  }

  .button-30:hover {
    opacity: 1;
    transform: scale(1);
  }

  .heading-18 {
    letter-spacing: -4px;
    font-size: 90px;
  }

  .heading-18.big {
    font-size: 5em;
  }

  .p-md-start-16 {
    padding-top: 3em;
  }

  .dashboard-horizontal-wrapper-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: grid;
  }

  .dashboard-horizontal-wrapper-5.under {
    flex-flow: row;
  }

  .title1-15 {
    text-align: left;
    font-size: 3em;
  }

  .dashboard-left-6 {
    width: 35%;
    display: none;
    position: absolute;
  }

  .copy-medium-24, .copy-medium-24.dark {
    font-size: 1em;
  }

  .title3-11 {
    font-size: 1.4em;
  }

  .dashboard-right-6 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .container-w2-6 {
    text-align: left;
    padding-right: 5%;
  }

  .title1-16 {
    text-align: left;
    font-size: 3em;
  }

  .title1-16.white {
    font-size: 2.3em;
  }

  .image-banner-wrap {
    justify-content: space-between;
    display: flex;
  }

  .banner-container-white {
    width: 40%;
  }

  .banner-wrapper {
    width: 100%;
    padding-bottom: 100px;
  }

  .copy-large-13 {
    font-size: 1.4em;
  }

  .banner-image {
    width: 40%;
  }

  .p-md-start-18 {
    padding-top: 3em;
  }

  .primary-button-3 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .title2-7 {
    font-size: 2.5em;
  }

  .title2-7.dark.center {
    font-size: 1.9em;
  }

  .copy-medium-25, .copy-medium-25.dark {
    font-size: 1em;
  }

  .videokurs-main-wrapper-right-3 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .button-33:hover {
    opacity: 1;
    transform: scale(1);
  }

  .container-w2-7 {
    text-align: left;
    padding-right: 5%;
  }

  .copy-large-14 {
    font-size: 1.4em;
  }

  .copy-medium-26 {
    font-size: 1em;
  }

  .container-w2-8 {
    text-align: left;
    padding-right: 5%;
  }

  .button-34:hover {
    opacity: 1;
    transform: scale(1);
  }

  .vorstellung-image {
    width: 45%;
  }

  .impressum-main-section {
    padding-top: 10%;
  }
}

@media screen and (max-width: 767px) {
  .title4 {
    font-size: 1em;
  }

  .copy-large {
    font-size: 1.4em;
  }

  .title2 {
    font-size: 2em;
  }

  .title1 {
    font-size: 2.4em;
  }

  .title1.center.large {
    font-size: 2.5em;
  }

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

  .title5 {
    font-size: 1.2em;
  }

  .copy-medium, .title6 {
    font-size: 1em;
  }

  .distance-big {
    padding-top: 6em;
  }

  .p-md-start.inv {
    display: none;
  }

  .copy-small {
    font-size: .9em;
  }

  .styles-grid-colors {
    display: flex;
  }

  .title3 {
    text-align: left;
    font-size: 1.4em;
  }

  .close-menu.mega {
    z-index: 10000;
    display: block;
  }

  .mega-menu {
    z-index: 1000;
    padding: 21px;
    position: fixed;
    inset: 0%;
  }

  .copy-small-2 {
    font-size: .9em;
  }

  .logo {
    margin-left: 0%;
  }

  .dashboard-wrap-item._2.person {
    margin-bottom: 10%;
  }

  .dark-mode-toogle {
    padding-top: 15px;
    inset: 0% auto auto 0%;
  }

  .social-media-wrapper {
    text-align: left;
    justify-content: center;
    align-items: center;
  }

  .title2-2 {
    font-size: 2em;
  }

  .title2-2.dark {
    text-align: left;
  }

  .title2-2.dark.center {
    font-size: 2.5em;
  }

  .title1-3 {
    font-size: 2.4em;
  }

  .title1-3.white, .title1-3.white.center {
    font-size: 2.5em;
  }

  .title1-3.center {
    font-size: 2.3em;
  }

  .kurs-lektion-item.noch-nicht-freigeschaltet, .kurs-lektion-item.noch-nicht-freigeschaltet.w--current {
    width: 90vw;
  }

  .copy-large-4 {
    font-size: 1.4em;
  }

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

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .copy-medium-6 {
    font-size: 1em;
  }

  .copy-medium-6.dark {
    font-size: 1.1em;
  }

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

  .copy-large-5 {
    font-size: 1.4em;
  }

  .copy-medium-9 {
    font-size: 1em;
  }

  .copy-medium-9.dark {
    font-size: 1.1em;
  }

  .copy-large-6 {
    font-size: 1.4em;
  }

  .leadmagnet-img-cover {
    width: 100%;
  }

  .warp-left {
    width: 100%;
    margin-bottom: 10%;
  }

  .warp-left.vorstellung {
    width: 100%;
  }

  .report-hero-info-wrapper {
    flex-flow: column;
  }

  .trust-block {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .os-vorstellung-section {
    flex-flow: column;
  }

  .website-kurs-img {
    width: 100%;
    height: 250px;
    margin-bottom: 4%;
    margin-right: 0%;
  }

  .logo-3 {
    margin-left: 0%;
  }

  .logo-3.report {
    margin-right: 0;
  }

  .report-left-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 5%;
    display: flex;
  }

  .vorstellung-img {
    width: 100%;
    display: block;
    position: static;
    overflow: hidden;
  }

  .copy-medium-10 {
    font-size: 1em;
  }

  .copy-medium-10.dark {
    font-size: 1.1em;
  }

  .vorstellung-content-wapper {
    flex-flow: column;
    padding-right: 4%;
  }

  .google-bewertung {
    width: 40%;
    margin-bottom: 20px;
  }

  .os-vorstellung-container {
    flex-flow: column;
  }

  .report-right-wrap {
    flex-flow: column-reverse;
    width: 100%;
  }

  .report-preview-wrapper, .report-preview-wrapper.rev {
    flex-flow: column;
  }

  .wrap-left {
    margin-bottom: 10%;
  }

  .wrap-left.r {
    width: 100%;
  }

  .copy-medium-11 {
    font-size: 1em;
  }

  .copy-medium-11.dark {
    font-size: 1.1em;
  }

  .faq-answer.slideup-3 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .faq-lottie-icon {
    width: 25px;
    height: 40px;
    top: auto;
    bottom: auto;
  }

  .anbieter-wrap-item {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .wrap-right {
    width: 100%;
    height: auto;
    margin-left: 0%;
  }

  .copy-medium-12 {
    margin-bottom: 0%;
  }

  .info-cta-wrap {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .cta-img {
    width: 100%;
    padding-right: 0%;
    position: static;
    left: -17%;
  }

  .cta-fs-wrapper {
    width: 100%;
  }

  .cta-fs-wrapper.slideup-1 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 0%;
    padding-left: 0%;
  }

  .tel-wrap {
    justify-content: center;
    align-items: center;
  }

  .copy-smalll {
    font-size: .9em;
  }

  .title3-6, .title3-6.white {
    text-align: left;
    font-size: 1.4em;
  }

  .copy-medium-15 {
    font-size: 1em;
  }

  .image-2 {
    width: 50vw;
  }

  .mother-wrapper {
    width: 100%;
  }

  .fortschritt-logik {
    display: none;
  }

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

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .services-description {
    margin-bottom: 10px;
  }

  .brand {
    padding-left: 0;
  }

  .horizontal-block {
    grid-column-gap: 20px;
  }

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

  .button-wrapper {
    flex-flow: wrap;
    margin-top: 20px;
  }

  .logo-wrap {
    width: 120px;
  }

  .section-testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .services-wrapper {
    column-count: 1;
    flex-wrap: wrap;
  }

  .footer-logo {
    height: 36px;
  }

  .baner-action-block {
    grid-template-columns: auto;
  }

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

  .home-slider-arrow.light-right {
    left: 12%;
  }

  .home-slider-arrow.light-left {
    right: 12%;
  }

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

  .home-slider {
    padding-bottom: 100px;
  }

  .features-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .banner-partners-logos {
    grid-column-gap: 50px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .home-about-wrap {
    grid-row-gap: 40px;
    flex-wrap: wrap-reverse;
  }

  .baner-description {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .home-intro-strip {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .home-intro-strip.second {
    margin-left: 0;
    left: auto;
    right: 3%;
  }

  .mbu-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .mbu-section.home-banner {
    padding-top: 100px;
  }

  .mbu-section.without-top-spacing {
    padding-top: 60px;
  }

  .about-video-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .footer-bottom-wrapper, .footer-brand-wrapper {
    flex-wrap: wrap;
  }

  .medium-circle {
    transform: translate(30px);
  }

  .footer-logo-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }

  .testimonials-slide {
    width: 100%;
  }

  .section-title-wrapper {
    margin-bottom: 30px;
  }

  .half-column {
    width: 100%;
  }

  .half-column.people-images {
    max-width: 500px;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-wrapper {
    grid-column-gap: 50px;
    justify-content: center;
    margin-bottom: 40px;
  }

  .martin-problem-wrapper {
    flex-flow: column;
  }

  .copy-large-7 {
    font-size: 1.2em;
    line-height: 1.3em;
  }

  .copy-medium-17 {
    margin-bottom: 4%;
  }

  .faq-question-2 {
    margin-top: 0%;
    padding-left: 0;
  }

  .profile-img-2 {
    width: 100px;
    height: 100px;
  }

  .timing-box-leadfunnel {
    width: 91%;
    padding: 30px;
  }

  .timing-box-leadfunnel.left {
    padding: 21px;
  }

  .video-play-pause-wrapper {
    font-size: .8em;
  }

  .video-play-pause-toggle {
    top: 1em;
    right: 1em;
  }

  .menu-wrapper {
    padding: 3.5rem .5rem 0;
    overflow: hidden;
  }

  .video-unmute-wrapper {
    font-size: .9em;
  }

  .title1-6 {
    font-size: 2.4em;
  }

  .title1-6.white {
    font-size: 2.5em;
  }

  .overlay.top.left, .overlay.bottom.right {
    width: 16%;
  }

  .bigger {
    line-height: 1em;
  }

  .grid-3 {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

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

  .logo-5 {
    margin-left: 0%;
    margin-right: 0;
  }

  .container {
    flex: 1;
    grid-template-rows: 1fr 1fr auto auto;
    grid-template-columns: 1fr;
    place-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .copy-large-8 {
    font-size: 1.4em;
  }

  .heading-14 {
    letter-spacing: -4px;
    font-size: 70px;
  }

  .heading-14.big {
    font-size: 4.5em;
  }

  .menu-grid-element {
    padding-left: 1rem;
    display: block;
  }

  .menu-grid-element.hidden {
    display: none;
  }

  .mg-top-small {
    margin-top: 16px;
  }

  .mg-top-small.mg-top-small---mbl {
    margin-top: 24px;
  }

  .menu-parent-wrapper {
    height: 100%;
  }

  .menu-parent-wrapper.mobile-hidden {
    display: block;
  }

  .mg-top-3x-extra-small {
    margin-top: 8px;
  }

  .menu {
    display: none;
  }

  .title1-7 {
    font-size: 2.4em;
  }

  .primary-button-2 {
    font-size: 16px;
  }

  .container-w2-4 {
    text-align: center;
  }

  .copy-medium-20 {
    font-size: 1em;
  }

  .clock-number {
    font-size: 5.5rem;
  }

  .title3-8 {
    text-align: left;
    font-size: 1.4em;
  }

  .box {
    margin-left: 5px;
    margin-right: 5px;
    padding: 0;
  }

  .timer-boxes {
    width: 100%;
  }

  .position-relative---z-index-1.logo-and-icon-mobile-container {
    padding-left: 20px;
  }

  .display-3 {
    font-size: 18px;
  }

  .dashboard-right-lf {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .menu-heading, .menu-heading.bottom {
    font-size: 4vw;
  }

  .menu_icon {
    width: 3rem;
    height: 3rem;
  }

  .profile-img-3 {
    width: 100px;
    height: 100px;
  }

  .logo-6 {
    margin-left: 0%;
  }

  .title1-8 {
    font-size: 2.4em;
  }

  .title1-8.white {
    font-size: 2.5em;
  }

  .mitgliederbereich-wrapper-2 {
    width: 70%;
  }

  .mitgliederbereich-wrapper-2.kurs {
    width: 100%;
  }

  .copy-large-9 {
    font-size: 1.4em;
  }

  .heading-15 {
    letter-spacing: -4px;
    font-size: 70px;
  }

  .heading-15.big {
    font-size: 4.5em;
  }

  .title1-9 {
    font-size: 2.4em;
  }

  .dashboard-left-4 {
    display: none;
  }

  .container-w2-5 {
    text-align: center;
  }

  .title2-5 {
    font-size: 2em;
  }

  .copy-medium-21 {
    font-size: 1em;
  }

  .title3-9 {
    text-align: left;
    font-size: 1.4em;
  }

  .timer-boxes-2 {
    width: 100%;
  }

  .horizontal-wrapper-3 {
    text-align: center;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .dashboard-right-3 {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .dash_content {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 14px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .copy-large-10 {
    font-size: 1.4em;
  }

  .title2-6 {
    font-size: 2em;
  }

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

  .profile-img-4 {
    width: 100px;
    height: 100px;
  }

  .title1-10 {
    font-size: 2.4em;
  }

  .title1-10.white {
    font-size: 2.5em;
  }

  .copy-large-11 {
    font-size: 1.4em;
  }

  .heading-16 {
    letter-spacing: -4px;
    font-size: 70px;
  }

  .heading-16.big {
    font-size: 4.5em;
  }

  .copy-small-3 {
    font-size: .9em;
  }

  .title1-11 {
    font-size: 2.4em;
  }

  .copy-medium-22 {
    font-size: 1em;
  }

  .title3-10 {
    text-align: left;
    font-size: 1.4em;
  }

  .timer-boxes-3 {
    width: 100%;
  }

  .dashboard-right-4 {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .timing-box-leadfunnel-2 {
    width: 91%;
    padding: 30px;
  }

  .title1-12 {
    font-size: 2.4em;
  }

  .title1-12.white {
    font-size: 2.5em;
  }

  .heading-17 {
    letter-spacing: -4px;
    font-size: 70px;
  }

  .heading-17.big {
    font-size: 4.5em;
  }

  .copy-small-4 {
    font-size: .9em;
  }

  .title1-13 {
    font-size: 2.4em;
  }

  .dashboard-right-5 {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .profile-img-5 {
    width: 100px;
    height: 100px;
  }

  .timing-box-leadfunnel-3 {
    width: 91%;
    padding: 30px;
  }

  .logo-8 {
    margin-left: 0%;
  }

  .title1-14 {
    font-size: 2.4em;
  }

  .title1-14.white {
    font-size: 2.5em;
  }

  .copy-large-12 {
    font-size: 1.4em;
  }

  .heading-18 {
    letter-spacing: -4px;
    font-size: 70px;
  }

  .heading-18.big {
    font-size: 4.5em;
  }

  .copy-small-5 {
    font-size: .9em;
  }

  .title1-15 {
    font-size: 2.4em;
  }

  .dashboard-left-6 {
    display: none;
  }

  .copy-medium-24 {
    font-size: 1em;
  }

  .title3-11 {
    text-align: left;
    font-size: 1.4em;
  }

  .dashboard-right-6 {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .container-w2-6 {
    text-align: center;
  }

  .title1-16 {
    font-size: 2.4em;
  }

  .title1-16.white {
    font-size: 2.5em;
  }

  .banner-container-white {
    width: 45%;
  }

  .copy-large-13 {
    font-size: 1.4em;
  }

  .banner-image {
    object-fit: cover;
    width: 45%;
  }

  .shrink-container-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .primary-button-3 {
    font-size: 16px;
  }

  .primary-button-3.margin-right {
    font-size: 1em;
    font-weight: 500;
  }

  .title2-7 {
    font-size: 2em;
  }

  .title2-7.dark.center {
    font-size: 1.5em;
  }

  .copy-medium-25 {
    font-size: 1em;
  }

  .balken-wrapper-2 {
    width: 80%;
  }

  .container-w2-7 {
    text-align: center;
  }

  .copy-large-14 {
    font-size: 1.4em;
  }

  .copy-medium-26 {
    font-size: 1em;
  }

  .container-w2-8 {
    text-align: center;
  }

  .balken-wrapper-3 {
    width: 80%;
  }

  .impressum-main-section {
    padding-top: 15%;
  }
}

@media screen and (max-width: 479px) {
  .title4 {
    font-size: .8em;
  }

  .p-md-end {
    padding-bottom: 2.5em;
  }

  .p-xl-end {
    padding-bottom: 5em;
  }

  .p-xl-start {
    padding-top: 2em;
  }

  .p-xl-start.mobile {
    display: block;
  }

  .copy-large {
    text-align: left;
    font-size: 1.1em;
    line-height: 25px;
  }

  .background-color-primary {
    overflow: visible;
  }

  .title2 {
    text-align: left;
    font-size: 1.6em;
  }

  .title1 {
    font-size: 2.4em;
  }

  .title1.white.center {
    font-size: 1.6em;
  }

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

  .copy-medium {
    font-size: 1em;
  }

  .copy-medium.dark {
    text-align: left;
  }

  .copy-medium.dark.problem {
    text-align: center;
  }

  .copy-medium._80 {
    width: 100%;
  }

  .distance-big {
    padding-top: 5em;
  }

  .p-sm-start {
    padding-top: 1em;
  }

  .p-xs-start {
    display: block;
  }

  .p-xs-start.inv {
    display: none;
  }

  .p-md-start {
    padding-top: 2.5em;
  }

  .copy-small {
    text-align: left;
    font-size: .8em;
    line-height: 1.3em;
  }

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

  .title3.white {
    font-size: 1.2em;
  }

  .button.secondary {
    font-size: .8em;
  }

  .gutter-outside {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .mitgliederbereich-img._2.person {
    height: 300px;
  }

  .close-menu {
    width: 20px;
    height: 20px;
  }

  .copy-small-2 {
    text-align: left;
    font-size: .8em;
    line-height: 1.3em;
  }

  .copy-small-2.dark {
    font-size: 1em;
  }

  .logo {
    text-align: center;
    margin-right: 0;
  }

  .dashboard-wrap-item._2.person {
    width: 100%;
  }

  .raster-einklappen {
    display: none;
  }

  .dbc-left {
    width: 70%;
  }

  .leadmagnet-dashboard-item {
    display: none;
  }

  .title2-2 {
    font-size: 1.8em;
  }

  .title2-2.dark {
    padding-left: 0%;
    padding-right: 8%;
    font-size: 1.4em;
  }

  .title2-2.dark.center {
    text-align: center;
    padding-left: 8%;
    padding-right: 8%;
    font-size: 2em;
    font-weight: 400;
  }

  .title2-2.center {
    font-size: 1.5em;
  }

  .title1-3 {
    font-size: 2em;
  }

  .title1-3.white {
    font-size: 2.1em;
  }

  .title1-3.white.center {
    text-align: center;
    word-break: normal;
    font-size: 1.9em;
  }

  .title1-3.center {
    white-space: normal;
    word-break: normal;
    padding-left: 0%;
    padding-right: 0%;
    font-size: 2.4em;
  }

  .kurs-lektion-item.noch-nicht-freigeschaltet {
    width: 90vw;
    padding-left: 10%;
  }

  .kurs-lektion-item.noch-nicht-freigeschaltet.w--current {
    padding-left: 10%;
  }

  .copy-large-4 {
    text-align: left;
    font-size: 1.1em;
    line-height: 25px;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .copy-medium-6 {
    font-size: 1em;
  }

  .copy-medium-6.dark {
    text-align: left;
    font-size: .9em;
  }

  .agency_button-wrapper.margin-right {
    flex-flow: column;
  }

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

  .button-14.c-09 {
    width: 270px;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    font-size: 1em;
  }

  .copy-large-5 {
    text-align: left;
    font-size: 1.1em;
    line-height: 25px;
  }

  .copy-medium-9 {
    font-size: 1em;
  }

  .copy-medium-9.dark {
    text-align: left;
    font-size: .9em;
  }

  .copy-large-6 {
    text-align: left;
    font-size: 1.1em;
    line-height: 25px;
  }

  .trust-block {
    flex-flow: column;
    margin-bottom: 20px;
  }

  .os-vorstellung-section {
    flex-flow: column;
  }

  .button-16 {
    width: 270px;
  }

  .logo-3 {
    text-align: center;
    margin-right: 0;
  }

  .logo-3.report {
    margin-right: 0;
  }

  .report-left-wrap {
    justify-content: center;
    align-items: center;
  }

  .copy-medium-10 {
    font-size: 1em;
  }

  .copy-medium-10.dark {
    text-align: left;
    font-size: .9em;
  }

  .check {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 5px;
  }

  .haken {
    margin-bottom: 5px;
    margin-right: 0;
  }

  .report-advantage-item {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .wrap-left {
    margin-bottom: 10%;
  }

  .faq-question.slideup-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .copy-medium-11 {
    font-size: 1em;
  }

  .copy-medium-11.dark {
    text-align: left;
    font-size: .9em;
  }

  .copy-medium-11.lektion-status {
    font-size: .7em;
    right: auto;
  }

  .faq-answer.slideup-3 {
    padding-left: 0;
    padding-right: .25em;
  }

  .faq-lottie-icon {
    width: 35px;
    height: 35px;
    top: auto;
    bottom: auto;
  }

  .anbieter-wrap-item {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .anbieter-img {
    width: 50px;
    margin-right: 0;
  }

  .copy-medium-12 {
    text-align: left;
    word-break: normal;
    font-size: 1.1em;
  }

  .info-cta-wrap {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cta-img {
    width: 100%;
    display: block;
    position: static;
  }

  .cta-fs-wrapper {
    flex-flow: wrap-reverse;
  }

  .cta-fs-wrapper.slideup-1 {
    border-radius: 20px;
    padding-top: 0%;
    padding-right: 0%;
    overflow: hidden;
  }

  .tel-wrap {
    justify-content: center;
    align-items: center;
  }

  .copy-smalll {
    text-align: left;
    font-size: .8em;
    line-height: 1.3em;
  }

  .button-22.c-09 {
    width: 270px;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    font-size: 1em;
  }

  .p-md-start-6 {
    padding-top: 2.5em;
  }

  .video-content-item {
    flex-flow: column;
    padding: 4% 4% 15%;
  }

  .p-xs-start-4 {
    display: block;
  }

  .title3-6.white {
    text-align: left;
    padding-top: 4%;
    font-size: 2em;
  }

  .copy-medium-15 {
    font-size: 1em;
  }

  .image-2 {
    width: 100%;
    margin-bottom: 4%;
    margin-right: 0%;
  }

  .mother-wrapper {
    width: 100%;
  }

  .secondary-button-dark-circle {
    line-height: 30px;
  }

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

  .intro-paralax.dark, .intro-paralax.text-lottie, .intro-paralax.primary-color, .intro-paralax.grey {
    width: 120px;
    height: 120px;
  }

  .intro-paralax.darkblue {
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
  }

  .text-gradient {
    font-size: 28px;
    line-height: 35px;
  }

  .footer-rights-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .baner-action-block {
    grid-template-columns: auto;
  }

  .home-slider-arrow.light-right {
    left: 18%;
  }

  .home-slider-arrow.light-left {
    right: 18%;
  }

  .section-light-background {
    padding: 20px;
  }

  .banner-partners-logos {
    grid-column-gap: 30px;
  }

  .home-intro-strip {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: none;
  }

  .home-intro-strip.second {
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
  }

  .paragraph-large {
    font-size: 17px;
  }

  .mbu-section.without-top-spacing {
    padding-top: 0;
  }

  .image-client {
    height: 40px;
  }

  .base-container.position-relative {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom-wrapper {
    grid-row-gap: 0px;
    flex-wrap: wrap;
    margin-top: 0;
  }

  .footer-brand-wrapper {
    flex-direction: column;
    padding-right: 0;
  }

  .footer-link-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-copyright {
    text-align: center;
    justify-content: center;
    width: 100%;
    font-size: .8em;
    line-height: 1.6em;
  }

  .half-column.people-images {
    height: 300px;
  }

  .button-text-item.white {
    font-size: .8em;
    line-height: 1.7em;
  }

  .footer {
    text-align: left;
  }

  .footer-rights {
    text-align: center;
    font-size: .8em;
    line-height: 1.6em;
  }

  .mbu-big-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .copy-large-7 {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.2em;
    line-height: 1.2em;
  }

  .copy-medium-17 {
    text-align: left;
    word-break: normal;
    margin-bottom: 0%;
    font-size: 1em;
    line-height: 1.3em;
  }

  .faq-question-2 {
    width: 100%;
    padding: 10px 10px 10px 0;
  }

  .faq-lottie-icon-2 {
    width: 35px;
  }

  .profile-img-2 {
    width: 50px;
    height: 50px;
  }

  .timing-box-leadfunnel {
    width: 100%;
    padding: 15px;
  }

  .timing-box-leadfunnel.left {
    text-decoration: none;
  }

  .p-xl-start-2 {
    padding-top: 4.5em;
  }

  .sidebar-mobile-menu-icon-wrapper {
    min-width: 56px;
    max-width: 56px;
    min-height: 56px;
    max-height: 56px;
  }

  .menu-wrapper {
    padding-top: 2.5rem;
    padding-left: .5rem;
  }

  .title1-6 {
    font-size: 2em;
  }

  .title1-6.white {
    font-size: 2.1em;
  }

  .arrow {
    width: 60px;
    height: 60px;
  }

  .bigger {
    font-size: 1em;
  }

  .grid-3 {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    justify-content: space-between;
    align-items: stretch;
  }

  .dashboard-container-2.rev.lf {
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
    padding-top: 7%;
    padding-bottom: 7%;
  }

  .sidebar-wrapper {
    min-height: 72px;
    max-height: 72px;
  }

  .grid {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    grid-template-columns: .75fr .75fr;
  }

  .logo-5 {
    text-align: center;
    margin-right: 0;
  }

  .card.v4 {
    grid-template-columns: 1fr;
    max-width: 95dvw;
  }

  .toggle_wrap-2 {
    width: 3rem;
    height: 1.3rem;
  }

  .container {
    display: flex;
  }

  .copy-large-8 {
    text-align: left;
    font-size: 1.1em;
    line-height: 25px;
  }

  .copy-large-8.center {
    font-size: 1.5em;
  }

  .copy-large-8.center.link {
    font-size: 1.6em;
    line-height: 1.5em;
  }

  .copy-large-8.purple-text {
    font-size: 4em;
  }

  .hamburger-menu-wrapper {
    min-width: 72px;
    max-width: 72px;
    min-height: 72px;
    max-height: 72px;
  }

  .button-23 {
    width: 200px;
  }

  .p-xs-start-5 {
    display: block;
  }

  .heading-14 {
    letter-spacing: -2px;
    font-size: 42px;
    font-weight: 800;
  }

  .heading-14.big {
    font-size: 2.8em;
    font-weight: 700;
  }

  .heading-14.under {
    font-size: 2.5em;
    font-weight: 700;
  }

  .menu-grid-element {
    padding-left: 1rem;
  }

  .menu-grid-element.block {
    padding: 3rem .5rem 1rem;
  }

  .menu-parent-wrapper.mobile-hidden {
    display: none;
  }

  .p-md-start-8 {
    padding-top: 2.5em;
  }

  .vorteil-wrapper {
    flex-flow: column;
  }

  .menu {
    display: none;
  }

  .dashboard-horizontal-wrapper-2 {
    grid-template-columns: 1fr;
    display: flex;
  }

  .dashboard-horizontal-wrapper-2.under {
    flex-flow: column;
    grid-template-rows: auto;
    display: flex;
  }

  .title1-7 {
    letter-spacing: -1px;
    font-size: 1.6em;
  }

  .title1-7.lf-begrusung {
    text-align: center;
  }

  .title1-7.center {
    letter-spacing: -1px;
  }

  .primary-button-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .primary-button-2.center {
    font-size: 1.3em;
    font-weight: 700;
  }

  .close_menu {
    top: 1rem;
    right: 1rem;
  }

  .container-w2-4 {
    text-align: center;
    padding-left: 2%;
    padding-right: 2%;
  }

  .line-hover {
    margin-top: 2px;
  }

  .copy-medium-20 {
    font-size: 1em;
  }

  .copy-medium-20.dark.begrussung {
    text-align: center;
  }

  .vorteil-item {
    width: 100%;
  }

  .dbc-right-2 {
    width: 70%;
    margin-bottom: 10px;
  }

  .box {
    margin-bottom: 10px;
  }

  .timer-boxes {
    width: 100%;
  }

  .button-24.c-09 {
    width: 270px;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    font-size: 1em;
  }

  .p-xs-start-6 {
    display: block;
  }

  .position-relative---z-index-1.logo-and-icon-mobile-container {
    padding-left: 16px;
  }

  .display-3 {
    font-size: 18px;
  }

  .dashboard-right-lf {
    width: 100%;
    padding-top: 60px;
  }

  .menu-heading, .menu-heading.bottom {
    font-size: 4vw;
  }

  .toggle_inner-2 {
    width: 1.5rem;
  }

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

  .menu_icon {
    width: 2.5rem;
    height: 2.5rem;
    top: 1rem;
    right: 1rem;
  }

  .profile-img-3 {
    width: 50px;
    height: 50px;
  }

  .p-xl-start-3 {
    padding-top: 4.5em;
  }

  .logo-6 {
    text-align: center;
    margin-right: 0;
  }

  .title1-8 {
    font-size: 2em;
  }

  .title1-8.white {
    font-size: 2.1em;
  }

  .dashboard-container-3.rev.lf {
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
    padding-top: 7%;
    padding-bottom: 7%;
  }

  .leadfunnel-cover {
    width: 100%;
  }

  .copy-large-9 {
    text-align: left;
    font-size: 1.1em;
    line-height: 25px;
  }

  .copy-large-9.center {
    font-size: 1.5em;
  }

  .copy-large-9.center.link {
    font-size: 1.6em;
    line-height: 1.5em;
  }

  .button-25 {
    width: 200px;
  }

  .p-xs-start-7 {
    display: block;
  }

  .heading-15 {
    letter-spacing: -2px;
    font-size: 42px;
    font-weight: 800;
  }

  .heading-15.big {
    font-size: 2.8em;
    font-weight: 700;
  }

  .p-md-start-10 {
    padding-top: 2.5em;
  }

  .dashboard-horizontal-wrapper-3 {
    grid-template-columns: 1fr;
    display: flex;
  }

  .dashboard-horizontal-wrapper-3.under {
    flex-flow: column;
    grid-template-rows: auto;
    display: flex;
  }

  .title1-9 {
    letter-spacing: -1px;
    font-size: 1.6em;
  }

  .title1-9.lf-begrusung {
    text-align: center;
  }

  .dashboard-left-4 {
    display: none;
  }

  .container-w2-5 {
    text-align: center;
    padding-left: 2%;
    padding-right: 2%;
  }

  .title2-5 {
    font-size: 1.8em;
  }

  .copy-medium-21 {
    font-size: 1em;
  }

  .copy-medium-21.dark.begrussung {
    text-align: center;
  }

  .dbc-right-3 {
    width: 70%;
    margin-bottom: 10px;
  }

  .timer-boxes-2 {
    width: 100%;
  }

  .button-26.c-09 {
    width: 270px;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    font-size: 1em;
  }

  .p-xs-start-8 {
    display: block;
  }

  .p-md-start-11 {
    padding-top: 2.5em;
  }

  .dashboard-right-3 {
    width: 100%;
    padding-top: 60px;
  }

  .toggle_inner-3 {
    width: 1.5rem;
  }

  .copy-large-10 {
    text-align: left;
    font-size: 1.1em;
    line-height: 25px;
  }

  .title2-6 {
    font-size: 1.8em;
  }

  .profile-img-4 {
    width: 50px;
    height: 50px;
  }

  .p-xl-start-4 {
    padding-top: 4.5em;
  }

  .title1-10 {
    font-size: 2em;
  }

  .title1-10.white {
    font-size: 2.1em;
  }

  .dashboard-container-4.rev.lf {
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
    padding-top: 7%;
    padding-bottom: 7%;
  }

  .copy-large-11 {
    text-align: left;
    font-size: 1.1em;
    line-height: 25px;
  }

  .copy-large-11.center {
    font-size: 1.5em;
  }

  .copy-large-11.center.link {
    font-size: 1.6em;
    line-height: 1.5em;
  }

  .button-27 {
    width: 200px;
  }

  .p-xs-start-9 {
    display: block;
  }

  .heading-16 {
    letter-spacing: -2px;
    font-size: 42px;
    font-weight: 800;
  }

  .heading-16.big {
    font-size: 2.8em;
    font-weight: 700;
  }

  .p-md-start-12 {
    padding-top: 2.5em;
  }

  .copy-small-3 {
    text-align: left;
    font-size: .8em;
    line-height: 1.3em;
  }

  .dashboard-horizontal-wrapper-4 {
    grid-template-columns: 1fr;
    display: flex;
  }

  .dashboard-horizontal-wrapper-4.under {
    flex-flow: column;
    grid-template-rows: auto;
    display: flex;
  }

  .title1-11 {
    letter-spacing: -1px;
    font-size: 1.6em;
  }

  .title1-11.lf-begrusung {
    text-align: center;
  }

  .copy-medium-22 {
    font-size: 1em;
  }

  .copy-medium-22.dark.begrussung {
    text-align: center;
  }

  .dbc-right-4 {
    width: 70%;
    margin-bottom: 10px;
  }

  .timer-boxes-3 {
    width: 100%;
  }

  .button-28.c-09 {
    width: 270px;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    font-size: 1em;
  }

  .p-xs-start-10 {
    display: block;
  }

  .p-md-start-13 {
    padding-top: 2.5em;
  }

  .dashboard-right-4 {
    width: 100%;
    padding-top: 60px;
  }

  .timing-box-leadfunnel-2 {
    width: 100%;
    padding: 15px;
  }

  .p-xl-start-5 {
    padding-top: 4.5em;
  }

  .title1-12 {
    font-size: 2em;
  }

  .title1-12.white {
    font-size: 2.1em;
  }

  .heading-17 {
    letter-spacing: -2px;
    font-size: 42px;
    font-weight: 800;
  }

  .heading-17.big {
    font-size: 2.8em;
    font-weight: 700;
  }

  .p-md-start-14 {
    padding-top: 2.5em;
  }

  .copy-small-4 {
    text-align: left;
    font-size: .8em;
    line-height: 1.3em;
  }

  .title1-13 {
    letter-spacing: -1px;
    font-size: 1.6em;
  }

  .title1-13.center {
    letter-spacing: -1px;
  }

  .button-29.c-09 {
    width: 270px;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    font-size: 1em;
  }

  .p-xs-start-11 {
    display: block;
  }

  .dashboard-right-5 {
    width: 100%;
    padding-top: 60px;
  }

  .profile-img-5 {
    width: 50px;
    height: 50px;
  }

  .timing-box-leadfunnel-3 {
    width: 100%;
    padding: 15px;
  }

  .p-xl-start-6 {
    padding-top: 4.5em;
  }

  .logo-8 {
    text-align: center;
    margin-right: 0;
  }

  .title1-14 {
    font-size: 2em;
  }

  .title1-14.white {
    font-size: 2.1em;
  }

  .dashboard-container-5.rev.lf {
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
    padding-top: 7%;
    padding-bottom: 7%;
  }

  .copy-large-12 {
    text-align: left;
    font-size: 1.1em;
    line-height: 25px;
  }

  .copy-large-12.center {
    font-size: 1.5em;
  }

  .copy-large-12.center.link {
    font-size: 1.6em;
    line-height: 1.5em;
  }

  .button-30 {
    width: 200px;
  }

  .p-xs-start-12 {
    display: block;
  }

  .heading-18 {
    letter-spacing: -2px;
    font-size: 42px;
    font-weight: 800;
  }

  .heading-18.big {
    font-size: 2.8em;
    font-weight: 700;
  }

  .p-md-start-16 {
    padding-top: 2.5em;
  }

  .copy-small-5 {
    text-align: left;
    font-size: .8em;
    line-height: 1.3em;
  }

  .dashboard-horizontal-wrapper-5 {
    grid-template-columns: 1fr;
    display: flex;
  }

  .dashboard-horizontal-wrapper-5.under {
    flex-flow: column;
    grid-template-rows: auto;
    display: flex;
  }

  .title1-15 {
    letter-spacing: -1px;
    font-size: 1.6em;
  }

  .title1-15.lf-begrusung {
    text-align: center;
  }

  .dashboard-left-6 {
    display: none;
  }

  .copy-medium-24 {
    font-size: 1em;
  }

  .copy-medium-24.dark.begrussung {
    text-align: center;
  }

  .dbc-right-5 {
    width: 70%;
    margin-bottom: 10px;
  }

  .button-31.c-09 {
    width: 270px;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    font-size: 1em;
  }

  .p-xs-start-13 {
    display: block;
  }

  .p-md-start-17 {
    padding-top: 2.5em;
  }

  .dashboard-right-6 {
    width: 100%;
    padding-top: 60px;
  }

  .container-w2-6 {
    text-align: center;
    padding-left: 2%;
    padding-right: 2%;
  }

  .p-xl-start-7 {
    padding-top: 4.5em;
  }

  .title1-16 {
    font-size: 2em;
  }

  .title1-16.white {
    font-size: 2.1em;
  }

  .image-banner-wrap {
    flex-flow: column;
  }

  .banner-container-white {
    width: 100%;
  }

  .copy-large-13 {
    text-align: left;
    font-size: 1.1em;
    line-height: 25px;
  }

  .p-xs-start-14 {
    display: block;
  }

  .banner-image {
    width: 100%;
  }

  .shrink-container-2 {
    padding: 10px 20px;
  }

  .p-md-start-18 {
    padding-top: 2.5em;
  }

  .primary-button-3 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .primary-button-3.margin-right {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .title2-7 {
    font-size: 1.8em;
  }

  .title2-7.dark.center {
    font-size: 1.3em;
  }

  .copy-medium-25 {
    font-size: 1em;
  }

  .videokurs-main-wrapper-right-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-32.c-09 {
    width: 270px;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    font-size: 1em;
  }

  .p-xs-start-15 {
    display: block;
  }

  .p-md-start-19 {
    padding-top: 2.5em;
  }

  .button-33 {
    width: 270px;
  }

  .balken-wrapper-2 {
    width: 70%;
  }

  .p-xl-start-8 {
    padding-top: 4.5em;
  }

  .p-md-start-20 {
    padding-top: 2.5em;
  }

  .container-w2-7 {
    text-align: center;
  }

  .copy-large-14 {
    text-align: left;
    font-size: 1.1em;
    line-height: 25px;
  }

  .copy-medium-26 {
    font-size: 1em;
  }

  .p-md-start-21 {
    padding-top: 2.5em;
  }

  .container-w2-8 {
    text-align: center;
  }

  .balken-wrapper-3 {
    width: 70%;
  }

  .button-34 {
    width: 200px;
  }

  .impressum-main-section {
    padding-top: 28%;
  }

  .li-outer-wrapper {
    border-radius: 10px;
    padding: 10px;
  }

  .kachel-grid-item {
    display: block;
  }

  .kachel-grit-element {
    grid-template-columns: 1fr 1fr;
  }
}

#w-node-cf80a368-af6f-1335-309c-dcb60c87ddf6-f11545df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-cf80a368-af6f-1335-309c-dcb60c87ddf8-f11545df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-cf80a368-af6f-1335-309c-dcb60c87ddfc-f11545df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-cf80a368-af6f-1335-309c-dcb60c87ddfe-f11545df {
  justify-self: center;
}

#w-node-cf80a368-af6f-1335-309c-dcb60c87de11-f11545df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf80a368-af6f-1335-309c-dcb60c87de13-f11545df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-cf80a368-af6f-1335-309c-dcb60c87de15-f11545df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-cf80a368-af6f-1335-309c-dcb60c87de19-f11545df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc766428-b47b-63b6-6ba9-a03f8bca3695-f11545df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6cafa0fe-b737-969a-ea67-f059dfe0b69d-f11545df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-d41e3c05-bc52-dfa7-3c6f-83e60503e94a-f11545df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a48e8dca-c63e-e240-10a4-dd62b5df33d4-f11545df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-d4cccd42-43b7-0c19-96c7-a61c9b23c517-f11545df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_69ea2a9b-0123-5b05-f45e-1f3633b626db-f11545df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-cf80a368-af6f-1335-309c-dcb60c87de89-f11545df {
  grid-area: 2 / 2 / 4 / 3;
  place-self: center;
}

#w-node-_2bfb50ff-1e71-7f46-4ad8-f93ecd93af72-f11545df, #w-node-_2bfb50ff-1e71-7f46-4ad8-f93ecd93af96-f11545df {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_73f10464-c208-d76a-0103-a9f10966cbfc-f1154619, #w-node-_73f10464-c208-d76a-0103-a9f10966cc01-f1154619, #w-node-_73f10464-c208-d76a-0103-a9f10966cc06-f1154619, #w-node-_73f10464-c208-d76a-0103-a9f10966cc0d-f1154619, #w-node-_73f10464-c208-d76a-0103-a9f10966cc12-f1154619, #w-node-_73f10464-c208-d76a-0103-a9f10966cc17-f1154619 {
  justify-self: start;
}

#w-node-_73f10464-c208-d76a-0103-a9f10966cd7a-f1154619, #w-node-_73f10464-c208-d76a-0103-a9f10966cd90-f1154619, #w-node-_73f10464-c208-d76a-0103-a9f10966cd9c-f1154619 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e46d85c2-78aa-aa9f-65d0-492674e19152-f115461b, #w-node-e46d85c2-78aa-aa9f-65d0-492674e19157-f115461b, #w-node-e46d85c2-78aa-aa9f-65d0-492674e1915c-f115461b, #w-node-e46d85c2-78aa-aa9f-65d0-492674e19163-f115461b, #w-node-e46d85c2-78aa-aa9f-65d0-492674e19168-f115461b, #w-node-e46d85c2-78aa-aa9f-65d0-492674e1916d-f115461b {
  justify-self: start;
}

#w-node-e46d85c2-78aa-aa9f-65d0-492674e191e0-f115461b, #w-node-e46d85c2-78aa-aa9f-65d0-492674e191f6-f115461b, #w-node-e46d85c2-78aa-aa9f-65d0-492674e19202-f115461b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_09dc9654-75b0-1d58-f075-2db5f8c171a4-f115461f, #w-node-_09dc9654-75b0-1d58-f075-2db5f8c171a9-f115461f, #w-node-_09dc9654-75b0-1d58-f075-2db5f8c171ae-f115461f, #w-node-_09dc9654-75b0-1d58-f075-2db5f8c171b5-f115461f, #w-node-_09dc9654-75b0-1d58-f075-2db5f8c171ba-f115461f, #w-node-_09dc9654-75b0-1d58-f075-2db5f8c171bf-f115461f {
  justify-self: start;
}

#w-node-_09dc9654-75b0-1d58-f075-2db5f8c17260-f115461f, #w-node-_09dc9654-75b0-1d58-f075-2db5f8c17276-f115461f, #w-node-_09dc9654-75b0-1d58-f075-2db5f8c17282-f115461f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_18960fb3-e06c-fc2e-717c-6eef9a01bd3a-f1154621, #w-node-_18960fb3-e06c-fc2e-717c-6eef9a01bd3f-f1154621, #w-node-_18960fb3-e06c-fc2e-717c-6eef9a01bd44-f1154621, #w-node-_18960fb3-e06c-fc2e-717c-6eef9a01bd4b-f1154621, #w-node-_18960fb3-e06c-fc2e-717c-6eef9a01bd50-f1154621, #w-node-_18960fb3-e06c-fc2e-717c-6eef9a01bd55-f1154621, #w-node-_18960fb3-e06c-fc2e-717c-6eef9a01bd94-f1154621 {
  justify-self: start;
}

#w-node-_18960fb3-e06c-fc2e-717c-6eef9a01bda0-f1154621, #w-node-_18960fb3-e06c-fc2e-717c-6eef9a01bdb6-f1154621, #w-node-_18960fb3-e06c-fc2e-717c-6eef9a01bdc2-f1154621 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f148bd57-df4b-96c3-ebee-15e387eed38d-bda87120 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f148bd57-df4b-96c3-ebee-15e387eed39b-bda87120 {
  justify-self: center;
}

#w-node-f148bd57-df4b-96c3-ebee-15e387eed3ae-bda87120 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-f148bd57-df4b-96c3-ebee-15e387eed3b4-bda87120 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31ac091f-72eb-d980-d158-98864d98474c-e7a9c4f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_31ac091f-72eb-d980-d158-98864d984752-e7a9c4f8 {
  justify-self: center;
}

#w-node-_31ac091f-72eb-d980-d158-98864d984759-e7a9c4f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_31ac091f-72eb-d980-d158-98864d98475d-e7a9c4f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-cf80a368-af6f-1335-309c-dcb60c87de10-f11545df {
    justify-self: center;
  }

  #w-node-cf80a368-af6f-1335-309c-dcb60c87de89-f11545df {
    grid-area: 2 / 2 / 4 / 3;
    justify-self: center;
  }

  #w-node-f148bd57-df4b-96c3-ebee-15e387eed3a1-bda87120, #w-node-_31ac091f-72eb-d980-d158-98864d984758-e7a9c4f8 {
    justify-self: center;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-cf80a368-af6f-1335-309c-dcb60c87de15-f11545df, #w-node-_69ea2a9b-0123-5b05-f45e-1f3633b626db-f11545df {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
  }

  #w-node-_73f10464-c208-d76a-0103-a9f10966cd7a-f1154619, #w-node-_73f10464-c208-d76a-0103-a9f10966cd90-f1154619 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_73f10464-c208-d76a-0103-a9f10966cd9c-f1154619 {
    grid-column: span 2 / span 2;
    justify-self: end;
  }

  #w-node-e46d85c2-78aa-aa9f-65d0-492674e191e0-f115461b, #w-node-e46d85c2-78aa-aa9f-65d0-492674e191f6-f115461b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e46d85c2-78aa-aa9f-65d0-492674e19202-f115461b {
    grid-column: span 2 / span 2;
    justify-self: end;
  }

  #w-node-_09dc9654-75b0-1d58-f075-2db5f8c17260-f115461f, #w-node-_09dc9654-75b0-1d58-f075-2db5f8c17276-f115461f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_09dc9654-75b0-1d58-f075-2db5f8c17282-f115461f {
    grid-column: span 2 / span 2;
    justify-self: end;
  }

  #w-node-_18960fb3-e06c-fc2e-717c-6eef9a01bda0-f1154621, #w-node-_18960fb3-e06c-fc2e-717c-6eef9a01bdb6-f1154621 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_18960fb3-e06c-fc2e-717c-6eef9a01bdc2-f1154621 {
    grid-column: span 2 / span 2;
    justify-self: end;
  }

  #w-node-f148bd57-df4b-96c3-ebee-15e387eed3ae-bda87120, #w-node-_31ac091f-72eb-d980-d158-98864d984759-e7a9c4f8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-cf80a368-af6f-1335-309c-dcb60c87ddf5-f11545df, #w-node-cf80a368-af6f-1335-309c-dcb60c87de10-f11545df, #w-node-f148bd57-df4b-96c3-ebee-15e387eed38c-bda87120, #w-node-f148bd57-df4b-96c3-ebee-15e387eed3a1-bda87120, #w-node-_31ac091f-72eb-d980-d158-98864d98474b-e7a9c4f8, #w-node-_31ac091f-72eb-d980-d158-98864d984758-e7a9c4f8 {
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-cf80a368-af6f-1335-309c-dcb60c87ddf8-f11545df, #w-node-cf80a368-af6f-1335-309c-dcb60c87ddfc-f11545df, #w-node-_6cafa0fe-b737-969a-ea67-f059dfe0b69d-f11545df, #w-node-a48e8dca-c63e-e240-10a4-dd62b5df33d4-f11545df {
    justify-self: center;
  }

  #w-node-cf80a368-af6f-1335-309c-dcb60c87de89-f11545df {
    grid-area: 2 / 1 / 4 / 3;
    place-self: center;
  }

  #w-node-_73f10464-c208-d76a-0103-a9f10966cd7a-f1154619, #w-node-_73f10464-c208-d76a-0103-a9f10966cd90-f1154619, #w-node-_73f10464-c208-d76a-0103-a9f10966cd9c-f1154619, #w-node-e46d85c2-78aa-aa9f-65d0-492674e191e0-f115461b, #w-node-e46d85c2-78aa-aa9f-65d0-492674e191f6-f115461b, #w-node-e46d85c2-78aa-aa9f-65d0-492674e19202-f115461b, #w-node-_09dc9654-75b0-1d58-f075-2db5f8c17260-f115461f, #w-node-_09dc9654-75b0-1d58-f075-2db5f8c17276-f115461f, #w-node-_09dc9654-75b0-1d58-f075-2db5f8c17282-f115461f, #w-node-_18960fb3-e06c-fc2e-717c-6eef9a01bda0-f1154621, #w-node-_18960fb3-e06c-fc2e-717c-6eef9a01bdb6-f1154621, #w-node-_18960fb3-e06c-fc2e-717c-6eef9a01bdc2-f1154621 {
    grid-column: span 3 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-cf80a368-af6f-1335-309c-dcb60c87ddf6-f11545df {
    justify-self: end;
  }

  #w-node-cf80a368-af6f-1335-309c-dcb60c87ddf8-f11545df, #w-node-cf80a368-af6f-1335-309c-dcb60c87ddfc-f11545df {
    justify-self: start;
  }

  #w-node-cf80a368-af6f-1335-309c-dcb60c87de11-f11545df {
    justify-self: end;
  }

  #w-node-cf80a368-af6f-1335-309c-dcb60c87de13-f11545df {
    justify-self: start;
  }

  #w-node-cf80a368-af6f-1335-309c-dcb60c87de15-f11545df {
    justify-self: end;
  }

  #w-node-cf80a368-af6f-1335-309c-dcb60c87de19-f11545df {
    justify-self: start;
  }

  #w-node-bc766428-b47b-63b6-6ba9-a03f8bca3695-f11545df {
    justify-self: end;
  }

  #w-node-_6cafa0fe-b737-969a-ea67-f059dfe0b69d-f11545df {
    justify-self: start;
  }

  #w-node-d41e3c05-bc52-dfa7-3c6f-83e60503e94a-f11545df {
    justify-self: end;
  }

  #w-node-a48e8dca-c63e-e240-10a4-dd62b5df33d4-f11545df, #w-node-d4cccd42-43b7-0c19-96c7-a61c9b23c517-f11545df {
    justify-self: start;
  }

  #w-node-_69ea2a9b-0123-5b05-f45e-1f3633b626db-f11545df {
    justify-self: end;
  }

  #w-node-cf80a368-af6f-1335-309c-dcb60c87de89-f11545df {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-f148bd57-df4b-96c3-ebee-15e387eed38d-bda87120, #w-node-f148bd57-df4b-96c3-ebee-15e387eed3ae-bda87120 {
    justify-self: end;
  }

  #w-node-f148bd57-df4b-96c3-ebee-15e387eed3b4-bda87120 {
    justify-self: start;
  }

  #w-node-_31ac091f-72eb-d980-d158-98864d98474c-e7a9c4f8, #w-node-_31ac091f-72eb-d980-d158-98864d984759-e7a9c4f8 {
    justify-self: end;
  }

  #w-node-_31ac091f-72eb-d980-d158-98864d98475d-e7a9c4f8 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cf80a368-af6f-1335-309c-dcb60c87ddf5-f11545df {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-cf80a368-af6f-1335-309c-dcb60c87ddfe-f11545df, #w-node-cf80a368-af6f-1335-309c-dcb60c87de89-f11545df {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_73f10464-c208-d76a-0103-a9f10966cd9c-f1154619 {
    grid-column: span 3 / span 3;
  }

  #w-node-_61264e32-85c0-6e93-4676-4633bb0c1dc1-bb0c1d8d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e46d85c2-78aa-aa9f-65d0-492674e19202-f115461b, #w-node-_09dc9654-75b0-1d58-f075-2db5f8c17282-f115461f, #w-node-_18960fb3-e06c-fc2e-717c-6eef9a01bdc2-f1154621 {
    grid-column: span 3 / span 3;
  }

  #w-node-f148bd57-df4b-96c3-ebee-15e387eed38c-bda87120 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    justify-self: center;
  }

  #w-node-f148bd57-df4b-96c3-ebee-15e387eed39b-bda87120 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_31ac091f-72eb-d980-d158-98864d98474b-e7a9c4f8 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    justify-self: center;
  }

  #w-node-_31ac091f-72eb-d980-d158-98864d984752-e7a9c4f8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Inter 24 Pt';
  src: url('../fonts/Inter_24pt-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 24 Pt';
  src: url('../fonts/Inter_24pt-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 24 Pt ';
  src: url('../fonts/Inter_24pt-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 24 Pt';
  src: url('../fonts/Inter_24pt-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}