:root {
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --elements-webflow-library--neutral--300: #eff0f6;
  --white: white;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--neutral--400: #dcddeb;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --black: black;
  --studioform-library--sf-corner--medium: .3125rem;
  --studioform-library--sf-color--blue: #175ada;
  --studioform-library--sf-color--subtle-black-20: #2223;
  --studioform-library--sf-color--subtle-black-21: #222;
  --studioform-library--sf-color--subtle-black-10: #2222221a;
  --studioform-library--sf-color--subtle-white: #fbfbfb;
  --studioform-library--sf-color--subtle-black-50: #22222280;
  --studioform-library--sf-color--red: #dd2d4a;
  --studioform-library--sf-color--light-blue: #b1c9f6;
  --studioform-library--sf-color--light-red: #fbe5e8;
  --studioform-library--sf-corner--large: .625rem;
  --studioform-library--sf-corner--small: .15625rem;
  --studioform-library--sf-color--tag-blue: #0073e6;
  --studioform-library--base-color-neutral--neutral-lightest: #eee;
  --studioform-library--sf-color--green: #41f182;
  --studioform-library--sf-color--light-green: #cffce0;
  --studioform-library--sf-color--grey: #e9e9e9;
  --_apps---typography--heading-font: "Playfair Display", sans-serif;
  --_apps---typography--body-font: Gilroy, sans-serif;
  --_apps---typography--button-font: "Playfair Display", sans-serif;
  --_apps---sizes--radius: 24px;
  --_apps---colors--background: var(--elements-webflow-library--neutral--100);
  --_apps---colors--foreground: var(--black);
  --_apps---colors--card: var(--elements-webflow-library--neutral--100);
  --_apps---colors--card-foreground: #060606;
  --_apps---colors--popover: #f2f2f2;
  --_apps---colors--popover-foreground: #060606;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
  --_apps---colors--primary: var(--elements-webflow-library--accent--primary-1);
  --_apps---colors--primary-foreground: #f6f8ff;
  --_apps---colors--secondary: #e7f2ff;
  --_apps---colors--secondary-foreground: #0b0d13;
  --_apps---colors--muted: #f8f8f8;
  --_apps---colors--muted-foreground: #7d797a;
  --_apps---colors--accent: #e4e4e4;
  --_apps---colors--accent-foreground: #0d0d0d;
  --_apps---colors--destructive: #eb1e2a;
  --_apps---colors--border: var(--elements-webflow-library--neutral--400);
  --_apps---colors--input: #dfe0ee;
  --_apps---colors--ring: #4c52da;
  --_apps---charts--chart-1: #4a3bfe;
  --_apps---charts--chart-2: #6775f5;
  --_apps---charts--chart-3: #4022ec;
  --_apps---charts--chart-4: #3623c6;
  --_apps---charts--chart-5: #2800aa;
  --_apps---sidebar--sidebar: #f8f8f8;
  --_apps---sidebar--sidebar-foreground: #060606;
  --_apps---sidebar--sidebar-primary: var(--elements-webflow-library--accent--primary-1);
  --_apps---sidebar--sidebar-primary-foreground: #f6f8ff;
  --_apps---sidebar--sidebar-accent: #e4e4e4;
  --_apps---sidebar--sidebar-accent-foreground: #0d0d0d;
  --_apps---sidebar--sidebar-border: var(--elements-webflow-library--neutral--400);
  --_apps---sidebar--sidebar-ring: #4c52da;
  --_apps---colors--background-dark: #030303;
  --_apps---colors--foreground-dark: #f8f8f8;
  --_apps---colors--card-dark: #141414;
  --_apps---colors--card-foreground-dark: #f8f8f8;
  --_apps---colors--popover-dark: #141414;
  --_apps---colors--popover-foreground-dark: #f8f8f8;
  --_apps---colors--primary-dark: #6162ff;
  --_apps---colors--primary-foreground-dark: #0b0d16;
  --_apps---colors--secondary-dark: #0d0a42;
  --_apps---colors--secondary-foreground-dark: #f6f8ff;
  --_apps---colors--muted-dark: #010101;
  --_apps---colors--muted-foreground-dark: #868686;
  --_apps---colors--accent-dark: #292929;
  --_apps---colors--accent-foreground-dark: #f8f8f8;
  --_apps---colors--destructive-dark: #f93437;
  --_apps---colors--border-dark: #dcddeb1a;
  --_apps---colors--input-dark: #ffffff26;
  --_apps---colors--ring-dark: #7786ff;
  --_apps---charts--chart-1-dark: #6163ff;
  --_apps---charts--chart-2-dark: #92a6ff;
  --_apps---charts--chart-3-dark: #4b3cff;
  --_apps---charts--chart-4-dark: #8091ff;
  --_apps---charts--chart-5-dark: #4033df;
  --_apps---sidebar--sidebar-dark: #070707;
  --_apps---sidebar--sidebar-foreground-dark: #f8f8f8;
  --_apps---sidebar--sidebar-primary-dark: #6162ff;
  --_apps---sidebar--sidebar-primary-foreground-dark: #0b0d16;
  --_apps---sidebar--sidebar-accent-dark: #292929;
  --_apps---sidebar--sidebar-accent-foreground-dark: #f8f8f8;
  --_apps---sidebar--sidebar-border-dark: #ffffff1a;
  --_apps---sidebar--sidebar-ring-dark: #7786ff;
}

body {
  color: #000;
  font-family: Gilroy, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

strong {
  font-weight: 600;
}

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

.section-main.hero {
  background-color: #f5f5f5;
  justify-content: space-between;
  min-height: 24vh;
  display: flex;
}

.section-main.drag {
  margin-top: -7rem;
}

.section-main.reviews {
  background-image: linear-gradient(49deg, #2b429f 17%, #3ca7e5 89%);
}

.section-main.mountains {
  object-fit: fill;
  margin-top: -7rem;
}

.section-main.cta {
  background-image: linear-gradient(49deg, #2b429f 17%, #3ca7e5 89%);
  position: relative;
}

.section-main.podcast {
  background-color: #14142b0f;
}

.contain-main {
  flex-flow: column;
  width: 100%;
  padding: 3rem 4rem;
  display: flex;
}

.contain-main.mich {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.contain-main.main-hero {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 2rem;
}

.contain-main.help {
  align-items: center;
  padding-top: 6rem;
}

.contain-main.podcast {
  align-items: center;
  padding-top: 3rem;
}

.contain-main.logos {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.contain-main.logos.carousel-section {
  padding-left: 0;
  padding-right: 0;
}

.contain-main.main-mich {
  padding-top: 2rem;
  padding-left: 0;
  padding-right: 4rem;
}

.contain-main.mountains {
  background-image: url("https://cdn.prod.website-files.com/66b5f4cb127a31ca652bcab6/66bc99f7897f6db2fc68b7d1_2.jpg");
  background-position: 50% 0;
  background-size: cover;
  height: 11rem;
  padding-left: 0;
  padding-right: 4rem;
}

.contain-main.reveiws {
  background-image: linear-gradient(90deg, #2c49a4, #3a9dde 100%, #fff);
  overflow: hidden;
}

.contain-main.podcasts {
  justify-content: flex-start;
  align-items: center;
}

.contain-main.cta {
  justify-content: flex-start;
  align-items: center;
  padding-top: 7rem;
  padding-bottom: 6rem;
}

.contain-main.footer {
  justify-content: flex-start;
  align-items: center;
  max-width: 1360px;
  padding-left: 40px;
  padding-right: 40px;
}

.main-logo {
  width: 260px;
}

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

.hero_main-left {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.hero_main-right {
  position: relative;
}

.mian-hero-image {
  aspect-ratio: auto;
  object-fit: contain;
  flex: 0 auto;
  width: 100%;
  max-width: 60%;
  max-height: 90vh;
  margin-left: 220px;
  position: absolute;
  left: auto;
  right: 20px;
}

.heading-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6.5vw;
  font-weight: 700;
  line-height: 1.2;
}

.h1-span-hero {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(274deg, #3ca7e5 4%, #2b429f);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Playfair Display, sans-serif;
  font-size: 6.8vw;
  font-style: italic;
}

.contain-hero-white {
  background-color: #fff;
  background-image: linear-gradient(112deg, #2b429f, #3ca7e5);
  flex-flow: column;
  width: 100%;
  height: 5px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.contain-hero-main {
  grid-column-gap: 2.3rem;
  grid-row-gap: 2.5rem;
  background-color: #fff;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  padding: 4rem;
  display: grid;
}

.contain-hero-main.less-top {
  background-color: var(--elements-webflow-library--neutral--300);
  background-color: #eff0f6;
  background-color: var(--elements-webflow-library--neutral--300);
  background-color: #eff0f6;
  border-radius: 24px;
  margin-top: 0;
  padding-top: 2rem;
}

.contain-main-top {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 59px #00000024;
}

.heading-h2 {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
}

.heading-h2.max-490 {
  text-align: center;
  max-width: 700px;
}

.heading-h2.white {
  color: #fff;
}

.heading-h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
}

.heading-h3.podcast {
  margin-bottom: 20px;
}

.heading-h3.smaller {
  font-size: 24px;
}

.heading-h3.white-name {
  color: #fff;
  margin-top: 40px;
  margin-bottom: 36px;
  font-weight: 600;
}

.paragraph-18px {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
}

.paragraph-18px.centered {
  text-align: center;
  max-width: 790px;
}

.paragraph-18px.middle {
  text-align: center;
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 30px;
}

.mg-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.heading-h4 {
  color: #09061e;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.3;
}

.heading-h4._20px {
  font-size: 20px;
}

.square-icon {
  border-radius: 16px;
}

.brix---card-link-content-left {
  background-color: #f5f5f5;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px 50px 40px 30px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.brix---card-link-content-left.no-view {
  overflow: visible;
}

.about-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
  display: grid;
}

.paragraph-16px {
  color: #09061e;
  font-weight: 500;
  line-height: 1.7;
}

.about-icon {
  position: absolute;
  inset: auto 0% 0% auto;
}

.btn_main {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  min-width: auto;
  color: var(--white);
  background-image: linear-gradient(130deg, #2b429f, #3ca7e5 94%);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 15px 48px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.btn_main:hover {
  background-image: linear-gradient(117deg, #2b429f, #3ca7e5 94%);
}

.btn_main.top-margin {
  margin-top: 40px;
}

.arrows {
  width: 30px;
}

.head-code, .body-code {
  display: none;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.hero-wrapper.centered {
  justify-content: space-between;
  align-items: center;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.split--text {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  padding-top: 3rem;
  padding-bottom: 40px;
  display: flex;
}

.brix---hidden-desktop {
  display: none;
}

.brix---btn-slider-arrow-right---top-right {
  background-color: var(--white);
  width: 64px;
  height: 64px;
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  opacity: .5;
  color: var(--elements-webflow-library--neutral--800);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  top: -100px;
}

.brix---btn-slider-arrow-right---top-right:hover {
  opacity: 1;
}

.brix---btn-slider-arrow-right---top-left {
  background-color: var(--white);
  width: 64px;
  height: 64px;
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  opacity: .5;
  color: var(--elements-webflow-library--neutral--800);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  inset: -100px 84px auto auto;
  overflow: hidden;
}

.brix---btn-slider-arrow-right---top-left:hover {
  opacity: 1;
}

.brix---mg-bottom-48px {
  width: 120px;
  margin-bottom: 48px;
  overflow: clip;
}

.brix---slide-item-mg {
  margin-right: 28px;
  position: relative;
  overflow: visible;
}

.card-testimonial {
  grid-column-gap: 1.7rem;
  grid-row-gap: 1.7rem;
  border: 0px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--white);
  box-shadow: none;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

.brix---slider-mask-width-490px {
  max-width: 690px;
  height: 100%;
  overflow: visible;
}

.brix---slider-wrapper {
  background-color: #0000;
  height: 100%;
}

.brix---color-neutral-803 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---inner-container-547px {
  max-width: 574px;
}

.brix---text-200-medium {
  color: #000c;
  font-size: 1.1rem;
  line-height: 1.3;
}

.brix---text-200-bold-2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

.reviews_client-text {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.wrap-name {
  margin-top: 32px;
}

.podcast-wrap-main {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-bottom: 1px solid var(--elements-webflow-library--neutral--400);
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.play-btn-logo {
  width: 60px;
}

.split--text-podacast {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  padding-top: 3rem;
  padding-bottom: 40px;
  display: flex;
}

.image-podcast {
  flex: none;
  width: 600px;
}

.logo-image {
  width: 240px;
}

.founder-text-22 {
  color: var(--elements-webflow-library--neutral--100);
  margin-bottom: 36px;
  font-size: 22px;
  font-weight: 600;
}

.email-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.email-text {
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  letter-spacing: .5px;
  font-size: 20px;
  font-weight: 500;
}

.btn_second {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  background-color: var(--white);
  max-width: 400px;
  color: var(--black);
  text-align: center;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 15px 32px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.frame-right {
  width: 20%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.frame-left {
  width: 20%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-link-three {
  color: var(--black);
  margin-left: 20px;
  margin-right: 20px;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
}

.footer-link-three.highlight {
  color: #2b429f;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 28px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
  font-size: 16px;
  font-weight: 500;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: var(--black);
  margin-left: 24px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: block;
  overflow: visible;
}

.footer-legal-link.no-view {
  display: none;
}

.footer-block-logo {
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  display: flex;
}

.footer-logo {
  width: 260px;
  max-width: 44%;
}

.podcasts-btn {
  flex: none;
}

.div-block {
  display: flex;
}

.div-block.carousel-wrapper, .div-block.carousel-wrapper.slide-1 {
  overflow: hidden;
}

.div-block.bottom-space {
  margin-bottom: 64px;
}

.div-block.bottom-space.podcast-stack {
  padding: 80px 40px;
}

.div-block.carousel-wrapper, .div-block.carousel-wrapper.slide-1, .div-block.carousel-wrapper.slide-1 {
  overflow: hidden;
}

.div-block.carousel-track {
  height: 100px;
  display: flex;
}

.podcast-layover {
  width: 100%;
  padding: 0;
}

.image {
  position: relative;
}

.podcast-stack-image {
  max-width: 120%;
}

.podcast-stack-image.psi-3 {
  max-width: 140%;
  position: relative;
  bottom: -39px;
  right: 17px;
}

.podcast-stack-image.psi-2 {
  max-width: 140%;
  position: relative;
  right: 12px;
}

.podcast-stack-image.psi-6 {
  max-width: 140%;
  position: relative;
  top: -12px;
  right: 70px;
}

.podcast-stack-image.psi-4 {
  max-width: 140%;
  position: relative;
  top: -20px;
  right: 40px;
}

.podcast-stack-image.psi-5 {
  max-width: 140%;
  position: relative;
  bottom: -35px;
  right: 55px;
}

.podcast-stack-image.psi-1 {
  max-width: 140%;
  position: relative;
  top: -31px;
}

.code-embed {
  margin-left: 24px;
}

@media screen and (min-width: 1280px) {
  .container-33 {
    grid-template-columns: 1fr 1fr;
  }

  .container-114 {
    width: 70%;
    min-width: 59svw;
  }

  .container-116 {
    width: 100%;
    min-width: 48svw;
    max-width: none;
  }

  .div-block-15-copy {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-114-copy {
    width: 67svw;
    min-width: 59svw;
    max-width: 62svw;
  }

  .container-116-s {
    width: 59svw;
    min-width: 48svw;
  }

  .container-10ds {
    width: 27%;
  }
}

@media screen and (min-width: 1440px) {
  .contain-main {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .contain-main.main-mich {
    padding-right: 10vw;
  }

  .contain-main.mountains {
    height: 13vw;
  }

  .contain-main.reveiws {
    background-image: repeating-linear-gradient(90deg, #000, #2b429f 0%, #2c49a4 7%, #3a9dde 96%, #3ba1e1 100%, #f0f0f0 100%, #3ba1e1);
  }

  .mian-hero-image {
    object-fit: contain;
    right: 20px;
  }

  .heading-h2 {
    font-size: 46px;
  }

  .paragraph-18px, .paragraph-18px.pad-on-m, .paragraph-18px.centered, .paragraph-18px.pad-on-m, .paragraph-18px.centered {
    font-size: 19px;
  }

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

  .btn_main {
    margin-top: 0;
    padding: 0 48px 0 0;
  }

  .btn_main.large {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 48px;
  }

  .hero-wrapper.centered {
    width: 100%;
  }

  .split--text {
    padding-top: 6rem;
  }

  .image-podcast {
    width: 750px;
  }

  .footer-link-three {
    font-size: 1.1rem;
  }

  .podcasts-btn {
    flex: none;
  }

  .heading-4 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .paragraph-2 {
    text-align: center;
    margin-bottom: 30px;
  }

  .link {
    background-color: #1d4ed8;
    border: 6px solid #f3f4f6;
    margin-left: 12px;
    margin-right: 12px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    font-weight: 500;
  }

  .code-embed-2 {
    width: 100%;
    min-width: 100px;
    height: 100%;
  }

  .section-2 {
    background-color: #f9fafb;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .div-block-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .div-block-5, .div-block-6, .div-block-7 {
    background-color: #f3f4f6;
    border-radius: 10px;
    padding: 20px;
    display: flex;
  }

  .link-2 {
    text-align: right;
    background-color: #0000;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
    padding-right: 0;
    display: block;
  }

  .paragraph-3 {
    text-align: center;
    flex: 0 auto;
    order: 1;
    align-self: auto;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 12px;
  }

  .paragraph-4 {
    text-align: center;
    margin-bottom: 10px;
    line-height: 12px;
  }

  .section-3 {
    height: 336px;
  }

  .div-block-11 {
    bottom: 30px;
    left: 174px;
  }

  .image-5 {
    text-align: left;
    vertical-align: baseline;
    width: 29px;
    height: 27.99px;
    margin: 15px auto auto;
    display: block;
    position: static;
  }

  .image-6 {
    z-index: auto;
    overflow-wrap: normal;
    vertical-align: baseline;
    width: 32px;
    height: 32px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    position: relative;
    overflow: hidden;
  }

  .text-block {
    color: #000;
    text-align: left;
    width: 370px;
    margin-left: 110px;
    font-size: 22px;
    font-weight: 600;
    display: block;
    position: relative;
    top: 35px;
  }

  .text-block-2 {
    color: #000;
    width: 200px;
    margin-top: 10px;
    margin-left: 110px;
    position: relative;
    top: 35px;
  }

  .vector, .icon-3 {
    overflow: visible;
  }

  .image-8, .button-style-2 {
    align-self: center;
  }

  .frame-13820 {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
    padding-left: 10px;
  }

  .section-style-2 {
    align-content: stretch;
  }

  .container-28 {
    display: none;
  }

  .frame-13826 {
    max-width: none;
  }

  .container-30 {
    width: 55px;
    height: 55px;
    padding-top: 12px;
  }

  .icon-6 {
    overflow: visible;
  }

  .container-34 {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: auto;
    min-width: 180px;
    min-height: 190px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .column {
    text-align: left;
    padding-left: 100px;
    top: -120px;
  }

  .column-2 {
    order: 0;
    padding-left: 40px;
    padding-right: 0;
    top: -120px;
  }

  .frame-13828 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 10px;
    display: flex;
  }

  .frame-13829 {
    width: 100%;
    max-width: 1280px;
  }

  .frame-13830, .text-30 {
    align-self: center;
  }

  .section-4 {
    justify-content: center;
    align-items: stretch;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .columns {
    flex-flow: row;
    grid-template-columns: 1fr minmax(200px, 440px);
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .frame-13781 {
    justify-content: stretch;
    align-items: center;
  }

  ._1-new-logo-1-1 {
    padding-left: 0;
    position: relative;
  }

  .mountain-1 {
    box-sizing: border-box;
    vertical-align: baseline;
    object-fit: fill;
    width: 100%;
    max-width: none;
    height: auto;
    margin-top: 0;
    position: static;
    overflow: auto;
  }

  .frame-13806 {
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: none;
  }

  .icon-9 {
    max-width: none;
  }

  .frame-13832 {
    place-content: center space-between;
    max-width: 2000px;
    padding-left: 100px;
    padding-right: 220px;
    display: flex;
  }

  .container-82 {
    padding-top: 40px;
  }

  .image-10 {
    object-fit: none;
    width: auto;
    min-width: auto;
    max-width: none;
    height: 100%;
    min-height: 297px;
    display: block;
    overflow: visible;
  }

  .vector-4 {
    max-width: none;
    overflow: visible;
  }

  .body-style {
    flex-flow: row;
  }

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

  .container-89 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

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

  .container-92 {
    padding-left: 20px;
  }

  .leitgedanke {
    margin-bottom: 20px;
    display: block;
    overflow: visible;
  }

  .container-93 {
    grid-column-gap: 24px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .container-96 {
    padding-bottom: 0;
  }

  .text-84 {
    max-width: 100%;
  }

  .container-99 {
    padding-bottom: 0;
  }

  .vector-5 {
    max-width: none;
    overflow: auto;
  }

  .container-104 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 100%;
    margin-top: -85px;
  }

  .container-105 {
    width: auto;
    max-width: none;
  }

  .container-107 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-109 {
    padding-left: 10px;
  }

  .container-114 {
    grid-column-gap: 0px;
    grid-row-gap: 24px;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 69%;
    max-width: 100%;
    height: auto;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-115 {
    align-self: center;
    width: 100%;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .container-116 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    opacity: 58;
    object-fit: fill;
    background-image: linear-gradient(#09061e80, #2b398f80), url("https://cdn.prod.website-files.com/66b5f4cb127a31ca652bcab6/69bfed9343e781aac4a04bc1_Container.jpg");
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-flow: column-reverse wrap;
    order: 0;
    grid-template-rows: repeat(auto-fit, 0);
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    min-height: auto;
    padding-left: 20px;
    text-decoration: none;
    display: flex;
    position: static;
    overflow: visible;
  }

  .container-117 {
    flex-flow: column;
    margin-top: 60px;
    font-size: 17px;
    text-decoration: none;
  }

  .text-98 {
    font-size: 16px;
  }

  .button-style-5 {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100px;
    margin-left: 0;
    padding-left: 7px;
  }

  .column-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .frame-13834 {
    width: 200%;
    max-width: 2000px;
  }

  ._1-new-logo-1-3 {
    margin-left: 0;
  }

  .columns-2 {
    padding-bottom: 100px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .frame-13799 {
    margin-right: 0;
    left: -190px;
  }

  .text-99.text-10 {
    text-align: left;
    text-align: left;
  }

  .group-13753 {
    object-fit: contain;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .hero-wrapper-5.centered {
    width: 100%;
  }

  .footer-link-three-2 {
    font-size: 1.1rem;
  }

  .grid {
    flex-flow: column;
    display: flex;
  }

  .hero-subscribe-left-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

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

  .hero-wrapper-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: flex;
  }

  .shadow-two-6 {
    width: 806px;
    height: 817px;
  }

  .clients-wrapper-three {
    grid-auto-flow: row;
    place-content: center space-around;
  }

  .footer-link-three-3 {
    font-size: 1.1rem;
  }

  .column-5 {
    flex: 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .body-4 {
    max-width: 100%;
  }

  .columns-3 {
    grid-column-gap: 69px;
    grid-row-gap: 69px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .container-125 {
    display: flex;
  }

  .div-block-13 {
    display: flex;
    overflow: visible;
  }

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

  .footer-link-three-4 {
    font-size: 1.1rem;
  }

  .container-89-copy, .container-89-2 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .section-8 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    left: 450px;
    right: auto;
    overflow: auto;
  }

  .icon-6-header, .icon-6-header-copy {
    overflow: visible;
  }

  .container-126 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 2.5fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    align-self: center;
    max-width: 1500px;
    margin-left: 20px;
    margin-right: auto;
    display: flex;
  }

  .container-127 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-left: -14px;
    display: grid;
  }

  .text-80-leitgedanke {
    display: none;
  }

  .link-back {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    position: static;
    left: 450px;
  }

  .text-block-3 {
    color: #fff;
    font-size: 17px;
    text-decoration: underline;
  }

  .link-block-4 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    display: flex;
  }

  .section-10 {
    width: auto;
  }

  .text-97-data {
    object-fit: fill;
    font-size: 22px;
    text-decoration: none;
  }

  .section-3-for-image {
    height: 336px;
  }

  .container-89-bottom {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-3-bottom {
    color: #fff;
    font-size: 17px;
    text-decoration: underline;
  }

  .link-block-4-bottom {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    display: flex;
  }

  .text-28-space {
    justify-content: center;
    align-self: center;
    align-items: center;
    display: none;
  }

  .text-28-hide {
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

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

  .div-block-15 {
    align-self: center;
    width: 57svw;
    min-width: auto;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .container-104-section1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: flex-start;
    max-width: none;
    margin-top: -85px;
  }

  .columns-4 {
    height: 100%;
    padding-left: 0;
    padding-right: 0%;
  }

  .container-104-section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 100%;
    margin-top: -85px;
    display: none;
  }

  .dash-frame-2 {
    width: 100%;
  }

  .div-block-15-copy {
    align-self: center;
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .container-114-copy {
    grid-column-gap: 0px;
    grid-row-gap: 24px;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 59svw;
    min-width: 59svw;
    max-width: 100%;
    height: auto;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  ._1-new-logo-1-1-copy {
    padding-left: 0;
    position: relative;
  }

  .container-116-s {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    opacity: 58;
    object-fit: fill;
    background-image: linear-gradient(#09061e80, #2b398f80), url("https://cdn.prod.website-files.com/66b5f4cb127a31ca652bcab6/69bfed9343e781aac4a04bc1_Container.jpg");
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-flow: column-reverse wrap;
    order: 0;
    grid-template-rows: repeat(auto-fit, 0);
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch flex-start;
    align-items: flex-start;
    width: 57svw;
    min-width: 57px;
    max-width: 57svw;
    min-height: auto;
    padding-left: 20px;
    text-decoration: none;
    display: flex;
    position: static;
    overflow: visible;
  }

  .container-107-copy {
    width: 275px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-10ds {
    width: 22%;
    max-width: none;
  }
}

@media screen and (min-width: 1920px) {
  .contain-main.footer {
    margin-left: auto;
    margin-right: auto;
  }

  .navbar-logo-left {
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-8 {
    object-fit: cover;
    width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .frame-13820 {
    max-width: 100%;
  }

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

  .frame-13826 {
    justify-content: space-between;
    max-width: none;
    height: 100%;
  }

  .container-33 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .column {
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .column-2 {
    display: flex;
  }

  .frame-13828 {
    margin-top: 0;
  }

  .frame-13829 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    max-width: 1360px;
    display: grid;
  }

  .columns {
    grid-template-columns: 1fr minmax(450px, 480px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  ._1-new-logo-1-1 {
    margin-left: 0;
    left: 0;
  }

  .frame-13833 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-105 {
    display: flex;
  }

  .container-114 {
    align-self: center;
    width: 100%;
    min-width: 46svw;
    max-width: none;
    margin-left: 0;
    padding-bottom: 20px;
  }

  .container-115, .container-116 {
    width: 100%;
  }

  .link-back {
    padding-right: 0;
  }

  .div-block-15 {
    width: 100%;
    max-width: 100%;
  }

  .column-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 134px;
  }

  .dash-frame-1 {
    height: 100%;
  }

  .dash-frame-2 {
    width: 100%;
  }

  .div-block-15-copy {
    width: 100%;
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-114-copy {
    align-self: center;
    width: 100%;
    min-width: 46svw;
    max-width: none;
    margin-left: 0;
    padding-bottom: 20px;
  }

  ._1-new-logo-1-1-copy {
    margin-left: 0;
  }

  .container-116-s {
    width: 100%;
  }

  .container-10ds {
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .section-main.hero {
    min-height: 70vw;
  }

  .section-main.mountains {
    margin-top: 0;
  }

  .contain-main {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .contain-main.help, .contain-main.podcast {
    padding-top: 4rem;
  }

  .contain-main.main-hero {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .contain-main.help, .contain-main.podcast {
    padding-top: 4rem;
  }

  .contain-main.main-mich {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-right: 2rem;
  }

  .contain-main.mountains {
    height: 14vw;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .contain-main.reveiws {
    background-image: linear-gradient(90deg, #000, #2c49a4 0%, #3a9dde 100%, #fff);
  }

  .contain-main.footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-logo {
    width: 250px;
  }

  .hero_main-right {
    padding-bottom: 0;
  }

  .mian-hero-image {
    max-width: 50%;
    max-height: 90vh;
    margin-left: 220px;
    top: 17px;
    left: 161px;
  }

  .heading-h1 {
    font-size: 52px;
  }

  .h1-span-hero {
    font-size: 58px;
  }

  .contain-hero-main {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 2rem;
  }

  .heading-h2 {
    font-size: 36px;
  }

  .heading-h3 {
    font-size: 26px;
  }

  .heading-h3.podcast {
    margin-bottom: 10px;
  }

  .about-grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .btn_main {
    grid-column-gap: 2.7rem;
    grid-row-gap: 2.7rem;
    margin-left: 0;
    padding: 10px 40px;
  }

  .arrows {
    font-size: 14px;
  }

  .brix---logo-strip-image-04 {
    border-bottom: 1px solid var(--elements-webflow-library--neutral--400);
  }

  .brix---grid-logo-strip-v5 {
    margin-left: auto;
    margin-right: auto;
  }

  .brix---logo-strip-v5-card {
    max-width: 610px;
    margin-left: auto;
    margin-right: auto;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

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

  .brix---grid-2-logo-strip-v5 {
    grid-template-columns: 1fr;
  }

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

  .plyr_component {
    height: 45vw;
  }

  .head-code, .body-code {
    display: none;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-wrapper.centered {
    flex-flow: wrap-reverse;
    margin-bottom: 0;
  }

  .hero-split {
    max-width: 100%;
  }

  .split--text {
    max-width: 100%;
    margin-bottom: 40px;
    padding-top: 0;
    padding-left: 2rem;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---slider-mask-width-490px {
    position: static;
  }

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---section-overflow-hidden {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---grid-3-columns {
    grid-template-columns: 1fr 1fr;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .split--text-podacast {
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
    padding-top: 4rem;
  }

  .image-podcast {
    width: 100%;
  }

  .founder-text-22 {
    font-size: 20px;
  }

  .email-text {
    font-size: 18px;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-social-block-three {
    margin-top: 40px;
    margin-left: 0;
  }

  .footer-social-link-three {
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer-block-logo {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 50%;
    margin-bottom: 40px;
  }

  .heading-4 {
    margin-bottom: 30px;
  }

  .container-5 {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .div-block-11 {
    bottom: 30px;
  }

  .icon-3 {
    overflow: visible;
  }

  .image-8 {
    object-fit: cover;
    width: 1005px;
    height: 100%;
    min-height: auto;
    max-height: none;
  }

  .button-style-3 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .container-33 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-content: center;
    display: grid;
  }

  .container-34 {
    width: auto;
    min-height: auto;
    max-height: none;
    padding: 20px 0;
    display: flex;
  }

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

  .container-36 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .frame-13828 {
    margin-top: -30px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .frame-13829 {
    grid-column-gap: 18px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .columns {
    grid-template-columns: 1fr;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .frame-13781 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._1-new-logo-1-1 {
    padding-left: 0;
  }

  .frame-13832 {
    grid-column-gap: 150px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    justify-content: stretch;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
  }

  .container-82 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-10 {
    width: 100%;
    min-width: auto;
    max-width: none;
    height: 100%;
    min-height: 250px;
    overflow: visible;
  }

  .title-tag-date-author {
    justify-content: center;
    align-items: center;
  }

  .datum-lesezeit, .author {
    align-self: flex-start;
  }

  .text-61 {
    font-size: 15px;
    font-weight: 600;
  }

  .body-style {
    flex-flow: column;
  }

  .left-side {
    display: flex;
  }

  .container-88 {
    padding-left: 0;
    padding-right: 0;
  }

  .frame-13833 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-89 {
    align-self: center;
    width: 90%;
  }

  .container-104 {
    margin-top: 50px;
  }

  .container-105 {
    display: none;
  }

  .container-114 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    justify-content: center;
    align-items: center;
    width: 90svw;
    max-width: none;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    padding-left: 0;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .container-115 {
    align-self: auto;
    width: 100%;
  }

  .container-116 {
    flex-flow: column-reverse wrap;
    align-content: stretch;
    width: 100%;
    min-width: 650px;
    max-width: none;
    min-height: 350px;
  }

  .button-style-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .frame-13834 {
    padding-left: 40px;
  }

  ._1-new-logo-1-3 {
    margin-left: 0;
  }

  .text-99.text-10 {
    margin-right: 17px;
  }

  .container-121 {
    max-width: 728px;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-122 {
    max-width: 728px;
  }

  .hero-wrapper-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-4 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .email-text-2 {
    font-size: 18px;
  }

  .hero-wrapper-5 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-wrapper-5.centered {
    flex-flow: wrap-reverse;
    margin-bottom: 0;
  }

  .founder-text-22-2 {
    font-size: 20px;
  }

  .hero-split-5 {
    max-width: 100%;
  }

  .container-123 {
    max-width: 728px;
  }

  .hero-wrapper-6 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: -40px;
  }

  .hero-split-6 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .shadow-two-6 {
    flex: 0 auto;
    align-self: center;
  }

  .clients-image-three {
    margin-bottom: 30px;
  }

  .sf-form_step {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .sf-heading-style-h4 {
    font-size: 1.75rem;
  }

  .sf-form_divider {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .sf-form_component-main-wrapper {
    grid-template-columns: 1fr;
  }

  .sf-form_component-image-wrapper {
    display: none;
  }

  .sf-form_instructions-delete-this {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .container-124 {
    max-width: 728px;
  }

  .hero-wrapper-7 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-7 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .columns-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    display: block;
  }

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

  .div-block-13 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    padding-left: 40px;
  }

  .container-89-copy, .container-89-2 {
    align-self: center;
    width: 90%;
  }

  .section-7 {
    margin-top: -63px;
    padding-left: 50px;
  }

  .container-105-copy {
    display: flex;
  }

  .section-8 {
    left: 220px;
  }

  .link-back {
    padding-right: 0;
    left: 220px;
  }

  .text-block-3 {
    flex-flow: row;
    align-self: auto;
    font-size: 14px;
    line-height: 1.2;
    display: block;
  }

  .icon-9-playbutton {
    width: 47%;
    padding-left: 3px;
  }

  .container-89-bottom {
    align-self: center;
  }

  .text-block-3-bottom {
    flex-flow: row;
    align-self: auto;
    font-size: 14px;
    line-height: 1.2;
    display: none;
  }

  .arrows-bottom {
    font-size: 14px;
  }

  .text-28-space {
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: none;
  }

  .text-28-hide {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-15 {
    justify-content: space-between;
    align-self: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-104-section1 {
    max-width: none;
    margin-top: 50px;
    display: none;
    overflow: visible;
  }

  .columns-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .column-7 {
    align-self: center;
    overflow: visible;
  }

  .container-104-section {
    margin-top: 50px;
    display: flex;
  }

  .div-block-15-copy {
    align-self: center;
    width: 87svw;
  }

  .container-114-copy {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    padding-left: 0;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  ._1-new-logo-1-1-copy {
    padding-left: 0;
  }

  .container-116-s {
    flex-flow: column-reverse wrap;
    align-content: stretch;
    width: 100%;
    min-width: 650px;
    max-width: none;
    min-height: 350px;
  }

  .container-10ds {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .section-main.drag {
    margin-top: -18rem;
  }

  .contain-main {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .contain-main.help, .contain-main.podcast {
    padding-top: 3rem;
  }

  .contain-main.help, .contain-main.podcast {
    padding-top: 3rem;
  }

  .contain-main.mountains {
    background-repeat: no-repeat;
  }

  .contain-main.footer {
    padding-bottom: 1rem;
  }

  .hero_main-left {
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .mian-hero-image {
    margin-left: 0;
    position: relative;
  }

  .h1-span-hero {
    font-size: 54px;
  }

  .heading-h2 {
    font-size: 32px;
  }

  .heading-h2.white {
    width: 70%;
  }

  .paragraph-18px.pad-on-m {
    margin-top: 10px;
  }

  .brix---link-icon-right {
    width: 20px;
    margin-left: 8px;
  }

  .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .square-icon {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---card-link-content-left {
    padding-top: 32px;
    padding-left: 20px;
  }

  .about-grid {
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }

  .btn_main {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 18px;
  }

  .brix---grid-logo-strip-v5 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .brix---logo-strip-v5-card {
    max-width: 490px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---grid-2-logo-strip-v5 {
    grid-template-columns: 1fr;
  }

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

  .plyr_component {
    width: 100%;
  }

  .plyr_cover-button {
    font-size: .8em;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .brix---btn-slider-arrow-right---top-right, .brix---btn-slider-arrow-right---top-left {
    width: 56px;
    height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .brix---link-icon-right-2 {
    width: 20px;
    margin-left: 8px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---card-testimonial-color-3, .brix---card-testimonial-color-2, .card-testimonial {
    padding: 48px 32px;
  }

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---section-overflow-hidden {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---content-inside-card {
    padding: 32px 32px 40px;
  }

  .brix---grid-3-columns {
    grid-template-columns: 1fr;
  }

  .brix---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .founder-text-22 {
    font-size: 18px;
  }

  .email-text {
    letter-spacing: 0;
  }

  .btn_second {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 18px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-wrapper-three {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 20px;
    margin-left: 0;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-social-link-three {
    margin-left: 0;
    margin-right: 24px;
  }

  .footer-bottom {
    flex-flow: column-reverse wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    text-align: center;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 40px;
    margin-left: -24px;
  }

  .footer-legal-link {
    margin-bottom: 17px;
  }

  .footer-block-logo {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    min-width: 330px;
    max-width: 100%;
  }

  .footer-logo {
    width: 200px;
  }

  .heading {
    margin-left: -95px;
    margin-right: -80px;
  }

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

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

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

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

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .vector {
    width: auto;
    max-width: none;
    height: auto;
    overflow: auto;
  }

  .image-8 {
    align-self: center;
    width: 100%;
    padding-bottom: 0;
    overflow: visible;
  }

  .button-style-2 {
    margin-top: 0;
    padding-top: 10px;
  }

  .frame-13820 {
    justify-content: flex-start;
    align-items: center;
    max-width: none;
  }

  .section-style-2 {
    align-self: auto;
  }

  .image-9 {
    width: 100%;
    max-width: none;
    overflow: visible;
  }

  .button-style-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-25 {
    position: static;
  }

  .container-27 {
    padding-bottom: 20px;
  }

  .text-25 {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .icon-6 {
    margin-right: 0;
  }

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

  .container-34 {
    justify-content: center;
    align-items: center;
    padding: 20px;
  }

  .container-35 {
    width: auto;
    min-width: 60px;
    height: auto;
    min-height: 60px;
  }

  .text-28 {
    align-self: auto;
    width: auto;
    margin-left: -10px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .column-2 {
    align-self: flex-start;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .frame-13829 {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .frame-13830 {
    grid-row-gap: 10px;
  }

  .text-30 {
    margin-top: 0;
  }

  .columns {
    flex-flow: column;
  }

  .frame-13781 {
    padding-left: 10px;
    padding-right: 25px;
  }

  .frame-13832 {
    grid-column-gap: 10px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-82 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-10 {
    width: 100%;
    min-width: 0;
    max-width: none;
    height: auto;
  }

  .body-style {
    flex-flow: column;
  }

  .container-91 {
    margin-top: -37px;
    padding-bottom: 10px;
  }

  .container-104 {
    margin-top: -7px;
  }

  .container-105 {
    display: none;
  }

  .container-114 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    width: 89svw;
    min-width: auto;
    max-width: none;
    min-height: 300px;
    max-height: none;
    overflow: auto;
  }

  .container-115 {
    max-width: 100%;
    height: auto;
  }

  .container-116 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 89svw;
    min-width: auto;
    max-width: 85svw;
    min-height: auto;
  }

  .button-style-5 {
    width: 50px;
    height: 47px;
  }

  .column-4 {
    overflow: visible;
  }

  .frame-13834 {
    padding-left: 40px;
  }

  ._1-new-logo-1-3 {
    margin-left: 0;
  }

  .frame-13799 {
    margin-left: 0;
    left: 0;
  }

  .hero-heading-left-2, .hero-subscribe-left {
    padding: 60px 15px;
  }

  .btn_second-2 {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 18px;
  }

  .brix---btn-slider-arrow-right---top-left-2, .brix---btn-slider-arrow-right---top-right-2 {
    width: 56px;
    height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .email-text-2 {
    letter-spacing: 0;
  }

  .card-testimonial-2 {
    padding: 48px 32px;
  }

  .footer-link-three-2 {
    margin-bottom: 20px;
    margin-left: 0;
  }

  .btn_main-2 {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 18px;
  }

  .founder-text-22-2 {
    font-size: 18px;
  }

  .footer-legal-link-2 {
    margin-bottom: 17px;
  }

  .hero-subscribe-left-2, .logos-without-title {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .brix---btn-slider-arrow-right---top-left-3, .brix---btn-slider-arrow-right---top-right-3 {
    width: 56px;
    height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .footer-link-three-3 {
    margin-bottom: 20px;
    margin-left: 0;
  }

  .footer-legal-link-3 {
    margin-bottom: 17px;
  }

  .sf-heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .sf-spacer-small {
    padding-top: 1.25rem;
  }

  .sf-spacer-medium {
    padding-top: 1.5rem;
  }

  .sf-heading-style-h5 {
    font-size: 1.25rem;
  }

  .sf-form_input-outer-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
  }

  .hero-heading-left-3 {
    padding: 60px 15px;
  }

  .column-5, .columns-3 {
    margin-top: 40px;
  }

  .div-block-13 {
    padding-left: 20px;
  }

  .footer-link-three-4 {
    margin-bottom: 20px;
    margin-left: 0;
  }

  .container-87-copy {
    display: none;
  }

  .section-7 {
    padding-left: 30px;
  }

  .container-105-copy {
    display: flex;
  }

  .section-8 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: center;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
    left: 150px;
    right: 220px;
  }

  .icon-6-header, .icon-6-header-copy {
    margin-right: 0;
  }

  .container-126 {
    flex-flow: column;
  }

  .link-back {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    width: auto;
    max-width: none;
    margin-right: -20px;
    position: static;
    left: 150px;
    right: 220px;
  }

  .link-block-4 {
    display: none;
  }

  .icon-9-playbutton {
    width: 60%;
    max-width: 50%;
    height: 60%;
  }

  .container-89-bottom {
    padding-bottom: 21px;
  }

  .text-block-3-bottom {
    color: #000;
    display: flex;
  }

  .arrows-bottom {
    color: #000;
    -webkit-text-stroke-color: #020202;
    background-color: #000;
  }

  .link-block-4-bottom {
    margin-top: -28px;
  }

  .text-28-space, .text-28-hide {
    width: auto;
    margin-left: -10px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-15 {
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .container-104-section1 {
    margin-top: -7px;
  }

  .container-104-section {
    margin-top: -7px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .dash-frame-2 {
    width: 100%;
  }

  .div-block-15-copy {
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 89svw;
    padding-left: 2svw;
    padding-right: 2svw;
    display: flex;
  }

  .container-114-copy {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    min-width: auto;
    max-width: none;
    min-height: 300px;
    max-height: none;
    overflow: auto;
  }

  .container-116-s {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    min-width: auto;
    min-height: auto;
  }

  .container-107-copy {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .container-10ds {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .page-main {
    overflow: hidden;
  }

  .section-main.reviews, .section-main.cta {
    background-image: linear-gradient(81deg, #2b429f 17%, #3ca7e5 89%);
  }

  .section-main.hero {
    min-height: 30vw;
  }

  .section-main.drag {
    margin-top: -7rem;
  }

  .section-main.reviews, .section-main.cta {
    background-image: linear-gradient(81deg, #2b429f 17%, #3ca7e5 89%);
  }

  .contain-main {
    padding-top: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .contain-main.main-hero {
    padding-top: .7rem;
    padding-bottom: 1rem;
  }

  .contain-main.main-mich {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 1.5rem;
  }

  .contain-main.mountains {
    height: 24vw;
    padding-top: .6rem;
    padding-bottom: 1rem;
  }

  .contain-main.reveiws {
    padding-bottom: 7rem;
  }

  .contain-main.cta {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }

  .contain-main.footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .main-logo {
    width: 200px;
  }

  .main-logo.w--current {
    width: 60px;
  }

  .hero-main-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-auto-flow: row;
  }

  .hero_main-left {
    padding-top: 3rem;
  }

  .hero_main-right {
    margin-top: -74px;
    margin-bottom: -120px;
  }

  .mian-hero-image {
    order: -9999;
    align-self: flex-start;
    width: 110%;
    max-width: 110%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    bottom: -35px;
    left: 17px;
  }

  .heading-h1 {
    max-width: 350px;
    margin-bottom: 0;
    padding-right: 20px;
    font-size: 48px;
  }

  .h1-span-hero {
    font-size: 50px;
  }

  .contain-hero-main {
    padding: 1.7rem 1.5rem;
  }

  .heading-h2 {
    margin-bottom: 0;
  }

  .heading-h2.white {
    text-align: center;
    text-align: center;
    text-align: center;
    width: 100%;
    max-width: 350px;
  }

  .heading-h2.max-490 {
    max-width: 350px;
    margin-bottom: 5px;
  }

  .heading-h2.white {
    text-align: center;
    text-align: center;
    text-align: center;
    width: 100%;
    max-width: 350px;
  }

  .heading-h3 {
    margin-bottom: 0;
    font-size: 21px;
  }

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

  .heading-h3.smaller {
    font-size: 20px;
  }

  .heading-h3.white-name {
    margin-top: 32px;
    margin-bottom: 28px;
  }

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

  .paragraph-18px.pad-on-m {
    margin-top: 20px;
  }

  .brix---link-icon-right {
    width: 18px;
  }

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .mg-bottom {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    margin-bottom: 16px;
  }

  .heading-h4 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .square-icon {
    border-radius: 14px;
    max-width: 56px;
  }

  .brix---card-link-content-left {
    border-radius: 12px;
    padding-bottom: 45px;
    padding-right: 20px;
  }

  .about-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-top: 2.2rem;
    margin-bottom: 2.5rem;
  }

  .paragraph-16px {
    font-size: 16px;
  }

  .about-icon {
    width: 90px;
  }

  .btn_main {
    border-radius: 8px;
    width: 100%;
    max-width: 341px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .brix---logo-strip-image-03 {
    width: auto;
  }

  .brix---grid-logo-strip-v5 {
    flex-flow: column wrap;
    grid-template-columns: 1fr 1fr;
  }

  .brix---logo-strip-v5-card {
    max-width: 100%;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .plyr_component {
    border-radius: 6px;
  }

  .plyr_embed {
    min-height: 50vh;
  }

  .plyr_cover-button {
    font-size: .7em;
  }

  .plyr_cover-icon {
    width: 30%;
    height: 30%;
  }

  .container {
    max-width: none;
  }

  .split--text {
    padding-left: 1.5rem;
  }

  .brix---btn-slider-arrow-right---top-right {
    width: 50px;
    height: 50px;
    padding: 12px;
    inset: auto -60px -80px 0%;
  }

  .brix---btn-slider-arrow-right---top-left {
    width: 50px;
    height: 50px;
    padding: 12px;
    inset: auto 0% -80px -60px;
  }

  .brix---link-icon-right-2 {
    width: 18px;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 0;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---mg-bottom-48px {
    align-self: center;
    width: 23vw;
    margin-bottom: 0;
  }

  .brix---card-testimonial-color-3, .brix---card-testimonial-color-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-testimonial {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 28px 24px;
  }

  .brix---heading-h2-size-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-overflow-hidden {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---text-200-medium {
    font-size: 1rem;
    line-height: 1.2;
  }

  .brix---text-200-bold-2 {
    font-size: 16px;
    line-height: 1.2;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---content-inside-card {
    padding-top: 26px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .brix---grid-3-columns {
    grid-template-columns: 1fr;
  }

  .wrap-name {
    margin-top: 20px;
  }

  .podcast-wrap-main {
    margin-top: .5rem;
  }

  .play-btn-logo {
    width: 45px;
  }

  .split--text-podacast {
    margin-bottom: 0;
    padding-top: 3rem;
  }

  .logo-image {
    width: 180px;
  }

  .founder-text-22 {
    margin-bottom: 28px;
  }

  .btn_second {
    border-radius: 6px;
    width: 100%;
    max-width: 341px;
    padding: 14px 20px;
    line-height: 1.3;
  }

  .frame-left {
    height: auto;
  }

  .container-2 {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-2.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-legal-link {
    margin-bottom: 14px;
  }

  .footer-block-logo {
    align-self: flex-start;
    width: 60%;
    max-width: 60%;
  }

  .footer-logo {
    width: 80px;
    min-width: 200px;
    max-width: 100%;
  }

  .div-block.bottom-space.podcast-stack {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 16px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .podcast-stack-image.psi-3 {
    max-width: 120%;
    top: -64px;
    right: -2px;
  }

  .podcast-stack-image.psi-2 {
    max-width: 120%;
    right: 29px;
  }

  .podcast-stack-image.psi-6 {
    max-width: 120%;
    top: -43px;
    right: 30px;
  }

  .podcast-stack-image.psi-4 {
    max-width: 120%;
  }

  .podcast-stack-image.psi-5 {
    max-width: 120%;
    top: -93px;
    right: 3px;
  }

  .podcast-stack-image.psi-1 {
    max-width: 120%;
    top: -40px;
  }

  .image-2 {
    overflow: visible;
  }

  .div-block-2 {
    margin-top: 200px;
    padding-right: 45px;
  }

  .heading {
    width: 180%;
    margin-left: auto;
    margin-right: -90px;
    font-size: 14px;
  }

  .container-5 {
    max-width: none;
  }

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

  .text-3 {
    text-align: center;
    align-self: center;
    font-size: 13px;
  }

  .icon-3 {
    overflow: visible;
  }

  .image-8 {
    align-self: center;
    overflow: visible;
  }

  .button-style-2 {
    align-self: center;
    width: 100%;
    margin-top: 0;
    padding-left: 24px;
  }

  .frame-13820 {
    grid-row-gap: 15px;
  }

  .section-style-2 {
    grid-column-gap: 16px;
    grid-row-gap: 15px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: start center;
    align-self: center;
    place-items: center stretch;
    padding-top: 0;
    display: grid;
  }

  .text-17 {
    color: #000;
    margin-top: 10px;
    font-size: 24px;
  }

  .container-22 {
    padding: 22px 10px;
  }

  .button-style-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-25 {
    grid-column-gap: 0px;
    align-self: center;
    padding-bottom: 18px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-26 {
    grid-row-gap: 16px;
  }

  .container-27 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-25 {
    min-width: 210px;
    padding-right: 0;
    font-size: 24px;
  }

  .container-29 {
    grid-column-gap: 15px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-width: auto;
    max-width: none;
    height: 100%;
    min-height: auto;
    max-height: none;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
    overflow: visible;
  }

  .container-30 {
    margin-bottom: 10px;
  }

  .icon-6 {
    width: 100%;
    max-width: 300%;
  }

  .icon-6.arrow {
    margin-top: auto;
  }

  .frame-13827 {
    align-self: center;
  }

  .text-26 {
    text-align: center;
    align-self: center;
    margin-left: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
  }

  .text-27 {
    font-size: 24px;
  }

  .container-33 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: flex;
  }

  .container-34 {
    width: 100%;
    min-width: auto;
    max-width: none;
    min-height: auto;
    max-height: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-35 {
    width: 20%;
  }

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

  .column-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    place-items: start stretch;
    padding-top: 40px;
    display: block;
  }

  .container-36 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .frame-13828 {
    grid-column-gap: 16px;
    grid-row-gap: 46px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    padding: 20px 16px;
    display: grid;
  }

  .frame-13829 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    place-content: stretch center;
    width: 100%;
  }

  .frame-13830 {
    grid-row-gap: 11px;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .text-30 {
    align-self: center;
    width: 100%;
    padding-top: 0;
    font-size: 18px;
  }

  .columns {
    flex-flow: column;
    padding-left: 16px;
    padding-right: 16px;
  }

  .frame-13781 {
    padding-left: 10px;
  }

  ._1-new-logo-1-1 {
    margin-left: 0;
    overflow: visible;
  }

  .mountain-1 {
    height: auto;
    min-height: 150px;
  }

  .icon-9 {
    overflow: visible;
  }

  .frame-13832 {
    flex-flow: column;
    place-content: center;
    width: auto;
    max-width: none;
    padding-left: 10px;
    padding-right: 0;
  }

  ._1-new-logo-1-2 {
    align-self: flex-start;
    overflow: visible;
  }

  .container-82 {
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-10 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 120px;
  }

  .title-tag-date-author {
    margin-left: 0;
    padding-left: 0;
    padding-right: 10px;
  }

  .h1 {
    margin-left: 0;
    font-size: 24px;
    font-weight: 600;
  }

  .datum-lesezeit {
    align-self: flex-start;
  }

  .vector-4 {
    max-width: none;
    overflow: visible;
  }

  .author {
    grid-column-gap: 12px;
    align-self: flex-start;
    padding-right: 40px;
  }

  .text-61 {
    text-align: left;
    padding-right: 0;
    font-size: 15px;
    font-weight: 600;
  }

  .body-style {
    flex-flow: column;
    padding-bottom: 40px;
  }

  .text-content {
    grid-row-gap: 20px;
    order: 9999;
    width: auto;
  }

  .inhalt-details {
    margin-top: 25px;
  }

  .text-details {
    font-size: 14px;
  }

  .pull-quote {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .text-quote {
    font-size: 14px;
  }

  .text-67 {
    width: auto;
  }

  .left-side {
    align-self: flex-start;
    width: 100%;
    max-width: none;
    margin-bottom: 0;
    display: flex;
  }

  .table-of-content {
    grid-row-gap: 16px;
    align-self: center;
    max-width: none;
    padding-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-87 {
    order: 9999;
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-75 {
    align-self: flex-start;
  }

  .container-88 {
    margin-top: 40px;
    padding-bottom: 0;
    top: 0;
  }

  .frame-13833 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-89 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    aspect-ratio: auto;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    width: 90%;
    height: 100%;
    min-height: 727px;
    max-height: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-89.container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    height: 100%;
    min-height: 0;
    padding-bottom: 10px;
  }

  .container-90 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    width: 120%;
    margin-left: -23px;
    margin-right: 0;
    padding-left: 40px;
  }

  .container-91 {
    width: auto;
    min-height: auto;
  }

  .container-92 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 10px;
  }

  .container-92._1 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-80 {
    margin-top: 0;
  }

  .list-4 {
    margin-bottom: 8px;
  }

  .list-item-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .listentext {
    text-align: left;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 14px;
    display: block;
  }

  .container-93 {
    grid-column-gap: 80px;
    grid-row-gap: 198px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 4.5fr;
    grid-auto-rows: 500px;
    align-self: auto;
    place-items: start stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .container-95 {
    padding-left: 10px;
  }

  .container-96 {
    grid-column-gap: 200px;
    grid-row-gap: 11px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 95%;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .container-97, .container-100 {
    height: 0;
  }

  .container-101 {
    grid-template-columns: 1fr;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-102 {
    margin-left: 0;
    margin-right: 0;
    padding-right: 25px;
  }

  .container-104 {
    margin-top: 0;
  }

  .container-106 {
    margin-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-107 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-109 {
    padding-left: 12px;
  }

  .container-114 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    width: 89svw;
    max-width: none;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-left: auto;
    padding-bottom: 10px;
    padding-left: 0;
    position: relative;
    overflow: hidden;
  }

  .container-115 {
    max-width: none;
    position: relative;
  }

  .container-116 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 85svw;
    min-width: auto;
    max-width: none;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px 10px 40px;
    overflow: visible;
  }

  .container-117 {
    padding-bottom: 4px;
  }

  .button-style-5 {
    width: 50px;
    height: 50px;
  }

  .frame-13834 {
    padding-left: 40px;
  }

  ._1-new-logo-1-3 {
    margin-left: 0;
    overflow: visible;
  }

  .container-118 {
    flex-flow: column;
    display: block;
  }

  .columns-2 {
    flex-flow: row;
    width: 100%;
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    overflow: visible;
  }

  .text-99 {
    object-fit: contain;
    position: static;
  }

  .text-99.text-10 {
    padding-right: 0;
    font-size: 54px;
  }

  .ein-exklusiver-memberbereich-fr-digitalisierungs {
    padding-right: 20px;
  }

  .button-style-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .group-13753 {
    text-align: left;
    object-fit: contain;
    flex-flow: row;
    order: 0;
    align-self: auto;
    max-width: 100%;
    margin-left: 0;
    padding-left: 0;
    font-size: 10px;
    display: block;
  }

  ._12-1 {
    vertical-align: baseline;
    object-fit: contain;
    width: 100%;
    height: 99.31%;
    overflow: auto;
  }

  .hero-heading-left-2 {
    display: block;
  }

  .container-121, .container-122 {
    max-width: none;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

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

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .body-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .btn_second-2 {
    border-radius: 6px;
    width: 100%;
    max-width: 341px;
    padding: 14px 20px;
    line-height: 1.3;
  }

  .brix---btn-slider-arrow-right---top-left-2 {
    width: 50px;
    height: 50px;
    padding: 12px;
    inset: auto 0% -80px -60px;
  }

  .brix---btn-slider-arrow-right---top-right-2 {
    width: 50px;
    height: 50px;
    padding: 12px;
    inset: auto -60px -80px 0%;
  }

  .brix---paragraph-default-3 {
    font-size: 17px;
    line-height: 28px;
  }

  .podcast-wrap-main-2 {
    margin-top: .5rem;
  }

  .div-block-12.bottom-space.podcast-stack {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 16px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .card-testimonial-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: left;
    flex-flow: column;
    padding: 28px 24px;
  }

  .image-12 {
    overflow: visible;
  }

  .btn_main-2 {
    border-radius: 8px;
    width: 100%;
    max-width: 341px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .founder-text-22-2 {
    margin-bottom: 28px;
  }

  .brix---text-200-bold-3 {
    font-size: 16px;
    line-height: 1.2;
  }

  .footer-legal-link-2 {
    margin-bottom: 14px;
  }

  .hero-subscribe-left-2 {
    padding-top: 20px;
  }

  .container-123 {
    max-width: none;
  }

  .hero-form-2 {
    align-self: stretch;
    margin-bottom: 15px;
  }

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

  .hero-form-input-2 {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .shadow-two-6 {
    flex: 1;
    height: 450px;
  }

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .brix---btn-slider-arrow-right---top-left-3 {
    width: 50px;
    height: 50px;
    padding: 12px;
    inset: auto 0% -80px -60px;
  }

  .brix---btn-slider-arrow-right---top-right-3 {
    width: 50px;
    height: 50px;
    padding: 12px;
    inset: auto -60px -80px 0%;
  }

  .brix---text-200-bold-4 {
    font-size: 16px;
    line-height: 1.2;
  }

  .footer-legal-link-3 {
    margin-bottom: 14px;
  }

  .sf-form_button-group {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: stretch;
    align-items: stretch;
  }

  .sf-form_radio-group {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .sf-form_progress-step-text-wrapper {
    display: none;
  }

  .container-124 {
    max-width: none;
  }

  .column-5 {
    box-sizing: border-box;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    aspect-ratio: auto;
    object-fit: fill;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    padding-left: 0;
    display: block;
    position: static;
  }

  .container-125 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-13 {
    margin-top: 20px;
    padding-left: 10px;
  }

  .div-block-14 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    flex: 0 auto;
    display: flex;
  }

  .image-14 {
    width: 100%;
    min-height: 10px;
    max-height: 200px;
    overflow: clip;
  }

  .container-87-copy {
    order: 9999;
    align-self: auto;
    width: auto;
    margin-left: 10px;
    padding-right: 40px;
    display: flex;
  }

  .section-style-2-copy {
    grid-column-gap: 16px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    place-items: center stretch;
    width: 100%;
    display: grid;
  }

  .container-89-copy {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    aspect-ratio: auto;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    width: 100%;
    height: 100%;
    max-height: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-89-copy.container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    height: 100%;
    min-height: 0;
    padding-bottom: 10px;
  }

  .container-89-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    aspect-ratio: auto;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    width: 90%;
    height: 100%;
    min-height: 680px;
    max-height: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-89-2.container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    height: 100%;
    min-height: 0;
    padding-bottom: 10px;
  }

  .section-7 {
    margin-top: 0;
    padding: 40px 16px;
  }

  .section-8 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: 4.5fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: -220px;
    margin-right: 0;
    display: flex;
    left: 220px;
    right: auto;
  }

  .icon-6-header {
    width: 14%;
    max-width: 8%;
  }

  .icon-6-header-copy {
    width: 50%;
    max-width: 50%;
  }

  .container-126 {
    flex-flow: column;
  }

  .text-80-leitgedanke {
    margin-top: 0;
  }

  .link-back {
    box-sizing: border-box;
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    aspect-ratio: auto;
    object-fit: fill;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 4.5fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    width: 304px;
    max-width: 301px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    font-size: 14px;
    display: flex;
    left: 220px;
    right: auto;
    overflow: visible;
  }

  .text-97-data {
    font-size: 16px;
    line-height: 20px;
  }

  .text-80-link {
    margin-top: 0;
    font-size: 14px;
    overflow: visible;
  }

  .container-89-bottom {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    aspect-ratio: auto;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    height: 100%;
    min-height: auto;
    max-height: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 32px;
  }

  .container-89-bottom.container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    height: 100%;
    min-height: 0;
    padding-bottom: 10px;
  }

  .link-block-4-bottom {
    margin-top: 0;
  }

  .text-28-space {
    display: none;
  }

  .text-28-hide {
    font-size: 14px;
    display: flex;
  }

  .text-3-c {
    text-align: center;
    align-self: center;
    font-size: 13px;
    display: none;
  }

  .text-3-hide {
    text-align: center;
    align-self: center;
    font-size: 13px;
    display: flex;
  }

  .div-block-15 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-16 {
    box-sizing: border-box;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    min-width: auto;
    max-width: none;
    height: auto;
    min-height: auto;
    max-height: none;
    display: block;
    overflow: visible;
  }

  .container-104-section1 {
    margin-top: 0;
  }

  .container-104-section {
    margin-top: -130px;
    padding-left: 16px;
    padding-right: 16px;
    top: 0;
  }

  .text-details-copy, .text-pw-seite {
    font-size: 14px;
  }

  .div-block-15-copy {
    width: auto;
    padding-left: 1svw;
    padding-right: 1svw;
  }

  .container-114-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    max-width: none;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-left: auto;
    padding-bottom: 14px;
    padding-left: 0;
    position: relative;
    overflow: hidden;
  }

  ._1-new-logo-1-1-copy {
    max-width: none;
    margin-left: 0;
    overflow: visible;
  }

  .container-116-s {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    aspect-ratio: 16 / 10;
    justify-content: flex-start;
    align-items: flex-start;
    min-width: auto;
    max-width: none;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px 10px;
    overflow: visible;
  }

  .container-107-copy {
    padding-left: 16px;
    padding-right: 16px;
  }
}

#w-node-_8df015e5-ac33-2790-9877-e90651c9160f-652bcabc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-e32973a3-7272-255b-6e22-b6621af4acbd-652bcabc {
  grid-area: 2 / 1 / 9 / 4;
}

#w-node-f81450db-791d-dc0c-22c5-5c01f407c58c-652bcabc {
  grid-area: span 8 / span 3 / span 8 / span 3;
}

@media screen and (max-width: 991px) {
  #w-node-e32973a3-7272-255b-6e22-b6621af4acbd-652bcabc {
    grid-area: 2 / 1 / 11 / 4;
  }

  #w-node-f81450db-791d-dc0c-22c5-5c01f407c58c-652bcabc {
    grid-area: span 10 / span 3 / span 10 / span 3;
  }

  #w-node-_9a404176-c62c-8da1-bc5f-a9ec248a9d39-652bcabc, #w-node-e3c1e421-5289-396f-96f7-32431de92e9d-652bcabc, #w-node-e36b9fc6-f3a9-d950-1a04-73561aa8825f-652bcabc, #w-node-fb1fb4af-f8a5-05ce-b09c-7a99a09c4634-652bcabc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e32973a3-7272-255b-6e22-b6621af4acbd-652bcabc {
    grid-area: 2 / 1 / 4 / 7;
  }

  #w-node-f81450db-791d-dc0c-22c5-5c01f407c58c-652bcabc {
    grid-area: span 5 / span 6 / span 5 / span 6;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e32973a3-7272-255b-6e22-b6621af4acbd-652bcabc {
    grid-area: span 2 / span 6 / span 2 / span 6;
  }

  #w-node-_93c959b3-83e6-5be6-8e6c-466f3aa268e6-652bcabc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}
