@font-face {
  font-family: Outfit CSTM;
  src: url('../fonts/Outfit-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --_typography---fonts--primary-font: "Outfit CSTM", Verdana, sans-serif;
  --_colors---brand-colors--main-text-color: black;
  --_typography---headings-sizes--h1-m: 44px;
  --_typography---text-line-heights--text-line-height-s: 120%;
  --_typography---text-weights--text-weigtht-600: 600;
  --_colors---text-colors--text-color-black: var(--_colors---brand-colors--main-text-color);
  --_typography---headings-sizes--h2-m: 40px;
  --_typography---headings-sizes--h3-m: 28px;
  --_typography---paragraph-text-sizes--text-size-m: 16.5px;
  --_typography---text-line-heights--text-line-height-l: 160%;
  --_typography---text-weights--text-weigtht-400: 400;
  --_typography---text-line-heights--text-line-height-m: 130%;
  --_typography---text-weights--text-weigtht-700: 700;
  --_colors---base-colors--neutral-darker\<deleted\|variable-f9cad022-1608-ed02-bf76-3d6ff9ba7832\>: #222;
  --_typography---paragraph-text-sizes--text-size-s: 15px;
  --_colors---base-colors--white: white;
  --_colors---brand-colors--gold: #ca8800;
  --_typography---headings-sizes--h1-xs: 36px;
  --_typography---headings-sizes--h1-s: 40px;
  --_typography---text-weights--text-weigtht-500: 500;
  --_typography---headings-sizes--h2-l: 42px;
  --_typography---headings-sizes--h2-s: 30px;
  --_typography---headings-sizes--h3-l: 30px;
  --_typography---headings-sizes--h3-s: 26px;
  --_colors---text-colors--link-text: var(--_colors---brand-colors--blue);
  --_colors---base-colors--neutral-dark\<deleted\|variable-75a13860-bacc-4a15-dff6-40be62ed4a33\>: #444;
  --_typography---text-weights--text-weigtht-300: 300;
  --_colors---brand-colors--blue: #0150c9;
  --_typography---paragraph-text-sizes--text-size-l: 19px;
  --_typography---paragraph-text-sizes--text-size-xl: 22px;
  --_corners---corner-button\<deleted\|variable-58f8e096-94cc-c68f-6786-b9c1093a9eef\>: 12px;
  --_typography---button-texts-settings--button-text: var(--_typography---paragraph-text-sizes--text-size-m);
  --_colors---background-colors--bg-light-blue: #ebf3ff;
  --_colors---text-colors--text-color-white: var(--_colors---base-colors--white);
  --_colors---text-colors--text-color-blue: var(--_colors---brand-colors--blue);
  --_colors---background-colors--bg-blue: var(--_colors---brand-colors--blue);
  --_colors---background-colors--bg-light-brown: #ece6d8;
  --_colors---background-colors--bg-light-cc\<deleted\|variable-168981f5-6b19-0bbc-4dbe-e1e5bf4622c9\>: black;
  --_layout-structure---gaps--gap-m: 1.5rem;
  --_colors---brand-colors--blue-dark: #011630;
  --_colors---base-colors--black: #000;
  --_corners---corner-button: 100px;
  --_layout-structure---gaps--gap-xxl: 6rem;
  --_layout-structure---gaps--gap-xl: 4rem;
  --_layout-structure---gaps--gap-s: 1rem;
  --_layout-structure---gaps--gap-l: 2rem;
  --_layout-structure---gaps--gap-xs: .5rem;
  --_colors---brand-colors--blue-alt: #9ac1fe;
  --_corners---corner-m: 30px;
  --_corners---corner-s: 20px;
  --_corners---corner-xxs: 12px;
  --_corners---corner-xs: 15px;
  --_colors---text-colors--text-color-gold: var(--_colors---brand-colors--gold);
  --_typography---headings-sizes--h3-xl: 34px;
  --_corners---corner-l: 45px;
  --_colors---brand-colors--gold-brown: #eac06a;
  --_typography---paragraph-text-sizes--text-size-xs: 14px;
  --_colors---base-colors--light-grey: #f1f1f1;
  --_typography---paragraph-text-sizes--text-size-xxs: 12px;
  --_typography---button-texts-settings--button-text-weight: var(--_typography---text-weights--text-weigtht-500);
  --_colors---text-colors--text-success: #467803;
  --_colors---text-colors--text-warning: #b03800;
  --_colors---text-colors--text-error: #c00;
  --_typography---text-line-heights--text-line-height-xs: 110%;
}

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

.w-layout-vflex {
  flex-direction: column;
  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('/images/webflow-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;
}

body {
  --_typography---fonts--primary-font: "Outfit CSTM", Verdana, sans-serif;
  --_typography---headings-sizes--h1-m: 44px;
  --_typography---text-line-heights--text-line-height-s: 120%;
  --_typography---text-weights--text-weigtht-600: 600;
  --_typography---headings-sizes--h2-m: 40px;
  --_typography---headings-sizes--h3-m: 28px;
  --_typography---paragraph-text-sizes--text-size-m: 16.5px;
  --_typography---text-line-heights--text-line-height-l: 160%;
  --_typography---text-weights--text-weigtht-400: 400;
  --_typography---text-line-heights--text-line-height-m: 130%;
  --_typography---text-weights--text-weigtht-700: 700;
  --_typography---paragraph-text-sizes--text-size-s: 15px;
  --_typography---headings-sizes--h1-xs: 36px;
  --_typography---headings-sizes--h1-s: 40px;
  --_typography---text-weights--text-weigtht-500: 500;
  --_typography---headings-sizes--h2-l: 42px;
  --_typography---headings-sizes--h2-s: 30px;
  --_typography---headings-sizes--h3-l: 30px;
  --_typography---headings-sizes--h3-s: 26px;
  --_typography---text-weights--text-weigtht-300: 300;
  --_typography---paragraph-text-sizes--text-size-l: 19px;
  --_typography---paragraph-text-sizes--text-size-xl: 22px;
  --_typography---button-texts-settings--button-text: var(--_typography---paragraph-text-sizes--text-size-m);
  --_typography---headings-sizes--h3-xl: 34px;
  --_typography---paragraph-text-sizes--text-size-xs: 14px;
  --_typography---paragraph-text-sizes--text-size-xxs: 12px;
  --_typography---button-texts-settings--button-text-weight: var(--_typography---text-weights--text-weigtht-500);
  --_typography---text-line-heights--text-line-height-xs: 110%;
  font-family: Outfit CSTM, Verdana, sans-serif;
}

h1 {
  font-family: var(--_typography---fonts--primary-font);
  color: var(--_colors---brand-colors--main-text-color);
  font-size: var(--_typography---headings-sizes--h1-m);
  line-height: var(--_typography---text-line-heights--text-line-height-s);
  font-weight: var(--_typography---text-weights--text-weigtht-600);
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
  font-family: var(--_typography---fonts--primary-font);
  color: var(--_colors---text-colors--text-color-black);
  font-size: var(--_typography---headings-sizes--h2-m);
  line-height: var(--_typography---text-line-heights--text-line-height-s);
  font-weight: var(--_typography---text-weights--text-weigtht-600);
  margin-top: 0;
  margin-bottom: 0;
}

h3 {
  font-family: var(--_typography---fonts--primary-font);
  color: var(--_colors---text-colors--text-color-black);
  font-size: var(--_typography---headings-sizes--h3-m);
  line-height: var(--_typography---text-line-heights--text-line-height-s);
  font-weight: var(--_typography---text-weights--text-weigtht-600);
  margin-top: 0;
  margin-bottom: 0;
}

h4 {
  color: var(--_colors---brand-colors--main-text-color);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  font-family: var(--_typography---fonts--primary-font);
  color: var(--_colors---brand-colors--main-text-color);
  font-size: var(--_typography---paragraph-text-sizes--text-size-m);
  line-height: var(--_typography---text-line-heights--text-line-height-l);
  font-weight: var(--_typography---text-weights--text-weigtht-400);
  margin-bottom: 0;
}

a {
  color: var(--_colors---brand-colors--main-text-color);
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 40px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  font-family: var(--_typography---fonts--primary-font);
  color: var(--_colors---brand-colors--main-text-color);
  font-size: var(--_typography---paragraph-text-sizes--text-size-m);
  line-height: var(--_typography---text-line-heights--text-line-height-m);
  font-weight: var(--_typography---text-weights--text-weigtht-400);
  margin-bottom: 10px;
}

strong {
  font-weight: var(--_typography---text-weights--text-weigtht-700);
}

blockquote {
  font-family: var(--_typography---fonts--primary-font);
  color: var(--_colors---base-colors--neutral-darker\<deleted\|variable-f9cad022-1608-ed02-bf76-3d6ff9ba7832\>);
  font-size: var(--_typography---paragraph-text-sizes--text-size-s);
  line-height: var(--_typography---text-line-heights--text-line-height-l);
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
}

.section {
  padding: 5rem 0;
}

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

.container-large.animation {
  max-width: 90rem;
}

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

.antrophy-styleguide-hero {
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-image: linear-gradient(247deg, #000 51%, #6e9bff70), linear-gradient(250deg, #6e9bff42, #000 44%);
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  height: 50vh;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  overflow: clip;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.fs-styleguide_hero-label {
  color: #000;
  text-transform: uppercase;
  background-color: #eee;
  border-radius: .25rem;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.fs-styleguide_heading-header {
  color: var(--_colors---base-colors--white);
  font-size: 6rem;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.text-size-medium {
  color: var(--_colors---brand-colors--gold);
  font-size: 1.25rem;
}

.section-headlines {
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.content-wrapper {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #2d62ff;
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #dd23bb;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #eee;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_heading-medium {
  font-family: var(--_typography---fonts--primary-font);
  color: var(--_colors---text-colors--text-color-black);
  font-size: 4rem;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

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

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.heading-1-s {
  color: var(--_colors---text-colors--text-color-black);
  font-size: var(--_typography---headings-sizes--h1-xs);
  line-height: var(--_typography---text-line-heights--text-line-height-m);
  font-weight: var(--_typography---text-weights--text-weigtht-700);
}

.heading-1-l {
  color: var(--_colors---text-colors--text-color-black);
  font-size: var(--_typography---headings-sizes--h1-m);
  line-height: var(--_typography---text-line-heights--text-line-height-m);
  font-weight: var(--_typography---text-weights--text-weigtht-700);
}

.heading-1-m {
  color: var(--_colors---text-colors--text-color-black);
  font-size: var(--_typography---headings-sizes--h1-s);
  line-height: var(--_typography---text-line-heights--text-line-height-m);
  font-weight: var(--_typography---text-weights--text-weigtht-500);
  margin-top: 0;
  margin-bottom: 0;
}

.heading-2-l {
  font-size: var(--_typography---headings-sizes--h2-l);
}

.h2-m {
  font-size: var(--_typography---headings-sizes--h2-m);
  line-height: var(--_typography---text-line-heights--text-line-height-m);
  font-weight: var(--_typography---text-weights--text-weigtht-500);
  margin-top: 0;
  margin-bottom: 0;
}

.h2-m.centered {
  font-size: var(--_typography---headings-sizes--h2-m);
  text-align: center;
}

.h2-s {
  font-size: var(--_typography---headings-sizes--h2-s);
}

.h3-l {
  font-size: var(--_typography---headings-sizes--h3-l);
}

.h3-m {
  font-size: var(--_typography---headings-sizes--h3-m);
  margin-top: 0;
  margin-bottom: 0;
}

.h3-s {
  font-size: var(--_typography---headings-sizes--h3-s);
  margin-top: 0;
  margin-bottom: 0;
}

.h3-s.centered {
  text-align: center;
}

.h3-s.centered.gold {
  color: var(--_colors---brand-colors--gold);
}

.heading-4-m {
  font-size: var(--_typography---headings-sizes--h3-s);
  margin-top: 0;
  margin-bottom: 0;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_heading-medium-2 {
  font-size: 4rem;
}

.link {
  color: var(--_colors---text-colors--link-text);
}

.section-html-tags, .section-texts {
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.text-weight-700 {
  font-weight: var(--_typography---text-weights--text-weigtht-700);
}

.text-style-muted {
  opacity: .6;
  color: var(--_colors---base-colors--neutral-dark\<deleted\|variable-75a13860-bacc-4a15-dff6-40be62ed4a33\>);
}

.text-size-m {
  font-size: var(--_typography---paragraph-text-sizes--text-size-m);
}

.text-align-left {
  font-family: var(--_typography---fonts--primary-font);
  color: var(--_colors---base-colors--neutral-darker\<deleted\|variable-f9cad022-1608-ed02-bf76-3d6ff9ba7832\>);
  font-size: var(--_typography---paragraph-text-sizes--text-size-s);
  line-height: var(--_typography---text-line-heights--text-line-height-m);
  text-align: left;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.text-align-center {
  text-align: center;
  margin-bottom: 0;
}

.text-align-center.text-color-white.h-shadow {
  text-shadow: 0 0 35px #00000040;
}

.text-align-center.text-color-white.margin-top-1rem {
  margin-top: 1rem;
}

.text-align-right {
  font-family: var(--_typography---fonts--primary-font);
  font-size: var(--_typography---paragraph-text-sizes--text-size-s);
  line-height: var(--_typography---text-line-heights--text-line-height-m);
  text-align: right;
}

.text-style-italic {
  font-style: italic;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.text-size-s {
  font-family: var(--_typography---fonts--primary-font);
  color: var(--_colors---brand-colors--main-text-color);
  font-size: var(--_typography---paragraph-text-sizes--text-size-s);
  line-height: var(--_typography---text-line-heights--text-line-height-l);
  font-weight: var(--_typography---text-weights--text-weigtht-400);
}

.text-size-s.newsletter-small-text {
  color: var(--_colors---base-colors--white);
  font-weight: var(--_typography---text-weights--text-weigtht-500);
}

.text-size-s.light-text {
  color: var(--_colors---base-colors--white);
  font-weight: var(--_typography---text-weights--text-weigtht-300);
}

.text-size-s.price-additional-text {
  color: var(--_colors---brand-colors--blue);
  font-weight: var(--_typography---text-weights--text-weigtht-500);
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-style-link {
  color: var(--_colors---text-colors--link-text);
  text-decoration: underline;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.fs-styleguide_message {
  color: #5e5515;
  background-color: #fcf8d8;
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.text-size-l {
  font-family: var(--_typography---fonts--primary-font);
  font-size: var(--_typography---paragraph-text-sizes--text-size-l);
}

.text-size-xl {
  font-family: var(--_typography---fonts--primary-font);
  font-size: var(--_typography---paragraph-text-sizes--text-size-xl);
  line-height: var(--_typography---text-line-heights--text-line-height-m);
  font-weight: var(--_typography---text-weights--text-weigtht-500);
  margin-bottom: 0;
}

.text-weight-600 {
  font-weight: var(--_typography---text-weights--text-weigtht-600);
  margin-bottom: 0;
}

.text-weight-500 {
  font-weight: var(--_typography---text-weights--text-weigtht-500);
}

.text-weight-300 {
  font-weight: var(--_typography---text-weights--text-weigtht-300);
  margin-bottom: 0;
}

.text-weight-400 {
  font-weight: var(--_typography---text-weights--text-weigtht-400);
}

.section-buttons {
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.button {
  border-radius: var(--_corners---corner-button\<deleted\|variable-58f8e096-94cc-c68f-6786-b9c1093a9eef\>);
  color: #fff;
  font-size: var(--_typography---button-texts-settings--button-text);
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
  border: 1px solid #222;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-small {
  border-radius: 8px;
  padding: .5rem 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-colors {
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.background-color-secondary {
  background-color: var(--_colors---background-colors--bg-light-blue);
}

.text-color-white {
  color: var(--_colors---text-colors--text-color-white);
  margin-bottom: 0;
}

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

.text-color-blue {
  color: var(--_colors---text-colors--text-color-blue);
}

.background-color-alternate {
  background-color: var(--_colors---background-colors--bg-blue);
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.background-color-tertiary {
  background-color: var(--_colors---background-colors--bg-light-brown);
}

.background-color-primary {
  background-color: var(--_colors---background-colors--bg-light-cc\<deleted\|variable-168981f5-6b19-0bbc-4dbe-e1e5bf4622c9\>);
  color: #fff;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.flex-horizontal-left-center {
  grid-column-gap: var(--_layout-structure---gaps--gap-m);
  grid-row-gap: var(--_layout-structure---gaps--gap-m);
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.flex-horizontal-left-bottom {
  grid-column-gap: var(--_layout-structure---gaps--gap-m);
  grid-row-gap: var(--_layout-structure---gaps--gap-m);
  justify-content: flex-start;
  align-items: flex-end;
  padding: 0;
  display: flex;
}

.flex-horizontal-left-top {
  grid-column-gap: var(--_layout-structure---gaps--gap-m);
  grid-row-gap: var(--_layout-structure---gaps--gap-m);
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.flex-horizontal-centered-top {
  grid-column-gap: var(--_layout-structure---gaps--gap-m);
  grid-row-gap: var(--_layout-structure---gaps--gap-m);
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.flex-horizontal-centered-center {
  grid-column-gap: var(--_layout-structure---gaps--gap-m);
  grid-row-gap: var(--_layout-structure---gaps--gap-m);
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.flex-horizontal-right-bottom {
  grid-column-gap: var(--_layout-structure---gaps--gap-m);
  grid-row-gap: var(--_layout-structure---gaps--gap-m);
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0;
  display: flex;
}

.flex-horizontal-right-top {
  grid-column-gap: var(--_layout-structure---gaps--gap-m);
  grid-row-gap: var(--_layout-structure---gaps--gap-m);
  justify-content: flex-end;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.flex-horizontal-right-center {
  grid-column-gap: var(--_layout-structure---gaps--gap-m);
  grid-row-gap: var(--_layout-structure---gaps--gap-m);
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  display: flex;
}

.flex-horizontal-centered-bottom {
  grid-column-gap: var(--_layout-structure---gaps--gap-m);
  grid-row-gap: var(--_layout-structure---gaps--gap-m);
  justify-content: center;
  align-items: flex-end;
  padding: 0;
  display: flex;
}

.justify-left-stretch-h {
  grid-column-gap: var(--_layout-structure---gaps--gap-m);
  grid-row-gap: var(--_layout-structure---gaps--gap-m);
  justify-content: flex-start;
  align-items: stretch;
  padding: 0;
  display: flex;
}

.justify-center-stretch-v {
  grid-column-gap: var(--_layout-structure---gaps--gap-m);
  grid-row-gap: var(--_layout-structure---gaps--gap-m);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 0;
  display: flex;
}

.justify-right-stretch-h {
  grid-column-gap: var(--_layout-structure---gaps--gap-m);
  grid-row-gap: var(--_layout-structure---gaps--gap-m);
  justify-content: flex-end;
  align-items: stretch;
  padding: 0;
  display: flex;
}

.flex-vertical-left-top {
  grid-column-gap: var(--_layout-structure---gaps--gap-m);
  grid-row-gap: var(--_layout-structure---gaps--gap-m);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.flex-vertical-left-center {
  grid-column-gap: var(--_layout-structure---gaps--gap-m);
  grid-row-gap: var(--_layout-structure---gaps--gap-m);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.flex-vertical-left-bottom {
  grid-column-gap: var(--_layout-structure---gaps--gap-m);
  grid-row-gap: var(--_layout-structure---gaps--gap-m);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.flex-vertical-centered-top {
  grid-column-gap: var(--_layout-structure---gaps--gap-m);
  grid-row-gap: var(--_layout-structure---gaps--gap-m);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.flex-vertical-centered-center {
  grid-column-gap: var(--_layout-structure---gaps--gap-m);
  grid-row-gap: var(--_layout-structure---gaps--gap-m);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.flex-vertical-centered-bottom {
  grid-column-gap: var(--_layout-structure---gaps--gap-m);
  grid-row-gap: var(--_layout-structure---gaps--gap-m);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  display: flex;
}

.flex-vertical-right-top {
  grid-column-gap: var(--_layout-structure---gaps--gap-m);
  grid-row-gap: var(--_layout-structure---gaps--gap-m);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 0;
  display: flex;
}

.flex-vertical-right-center {
  grid-column-gap: var(--_layout-structure---gaps--gap-m);
  grid-row-gap: var(--_layout-structure---gaps--gap-m);
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  padding: 0;
  display: flex;
}

.flex-vertical-right-bottom {
  grid-column-gap: var(--_layout-structure---gaps--gap-m);
  grid-row-gap: var(--_layout-structure---gaps--gap-m);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0;
  display: flex;
}

.justify-top-stretch-v {
  grid-column-gap: var(--_layout-structure---gaps--gap-m);
  grid-row-gap: var(--_layout-structure---gaps--gap-m);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0;
  display: flex;
}

.justify-center-stretch-h {
  grid-column-gap: var(--_layout-structure---gaps--gap-m);
  grid-row-gap: var(--_layout-structure---gaps--gap-m);
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  padding: 0;
  display: flex;
}

.justify-bottom-stretch-v {
  grid-column-gap: var(--_layout-structure---gaps--gap-m);
  grid-row-gap: var(--_layout-structure---gaps--gap-m);
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  padding: 0;
  display: flex;
}

.hamburger-nav-menu {
  z-index: 90;
  background-image: linear-gradient(90deg, #f3ebda, #e7decb);
  width: 85%;
  min-height: 100vh;
  padding: 6rem 2rem 2rem 4rem;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
  box-shadow: -40px 30px 30px #0000001a;
}

.hamburger-middle-line-desktop {
  background-color: #000;
  border-radius: 2px;
  width: 3.125rem;
  height: 2px;
}

.mobile-menu {
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: none;
}

.navbar-links-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  color: #000;
  justify-content: flex-start;
  align-items: center;
}

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

.hamburger-top-line {
  background-color: #000;
  border-radius: 2px;
  width: 3.125rem;
  height: 2px;
}

.nav-link {
  color: var(--_colors---brand-colors--main-text-color);
  font-size: var(--_typography---paragraph-text-sizes--text-size-m);
  font-weight: var(--_typography---text-weights--text-weigtht-500);
  padding-top: 2px;
  padding-bottom: 2px;
  text-decoration: none;
  transition: color .2s;
}

.nav-link:hover {
  color: var(--_colors---brand-colors--gold);
}

.nav-link.w--current {
  color: var(--_colors---brand-colors--blue);
}

.nav-link.hidden {
  display: none;
}

.mobile-menu-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  align-items: center;
}

.navbar-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 100%;
  display: flex;
  position: relative;
}

.hamburger-icon-wrapper {
  z-index: 1001;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 26px;
  display: flex;
  position: relative;
}

.desktop-menu {
  justify-content: space-between;
  align-items: center;
  min-width: 66.6%;
}

.secondary-button {
  width: auto;
  height: 58px;
  color: var(--_colors---brand-colors--main-text-color);
  font-size: var(--_typography---paragraph-text-sizes--text-size-m);
  background-color: #3898ec00;
  border: 1px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 1.1rem 1.6rem;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.secondary-button:where(.w-variant-70ac82e8-7ae8-93bd-bd64-bf77a6503b89) {
  border-width: 1.5px;
  border-color: var(--_colors---base-colors--white);
  border-radius: var(--_corners---corner-button);
  color: var(--_colors---base-colors--white);
  font-size: var(--_typography---paragraph-text-sizes--text-size-m);
}

.secondary-button:hover {
  background-color: #fff6;
}

.secondary-button._404-button {
  width: 220px;
  margin-left: auto;
  margin-right: auto;
}

.secondary-button._2-lines {
  text-align: center;
  flex-flow: column;
  height: 70px;
  padding-left: 3.7rem;
  padding-right: 3.7rem;
  line-height: 160%;
}

.secondary-button._404-button-only {
  width: auto;
  min-width: 220px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.navbar-cstm {
  z-index: 1000;
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 6rem;
  display: flex;
  position: fixed;
}

.page-padding {
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.hamburger-bottom-line {
  background-color: #000;
  border-radius: 2px;
  width: 3.125rem;
  height: 2px;
}

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

.navbar-logo-wrapper {
  z-index: 40;
  width: 135px;
  display: inline-block;
  position: relative;
}

.section-about-us {
  background-color: var(--_colors---background-colors--bg-light-blue);
  padding: 3vh 0 6rem;
  position: relative;
}

.primary-button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px none var(--_colors---base-colors--white);
  background-color: var(--_colors---brand-colors--blue);
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  height: 58px;
  padding-left: 1.5rem;
  padding-right: 4px;
  display: flex;
  position: relative;
}

.primary-button:where(.w-variant-1e5feee9-5e75-d8a9-104d-0a0cac7763e5) {
  border: 1.5px solid var(--_colors---base-colors--white);
  border-radius: var(--_corners---corner-button);
}

.primary-button.submit {
  width: 100%;
  height: 55px;
  font-size: var(--_typography---paragraph-text-sizes--text-size-l);
  padding-left: 0;
  padding-right: 0;
}

.button-icon {
  border: 1.5px solid var(--_colors---base-colors--white);
  outline-offset: 0px;
  border-radius: 100px;
  outline: 1.5px #333;
  justify-content: flex-start;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-text {
  color: var(--_colors---base-colors--white);
  font-size: var(--_typography---paragraph-text-sizes--text-size-m);
  line-height: var(--_typography---paragraph-text-sizes--text-size-xl);
  margin-bottom: 0;
}

.button-icon-small {
  object-fit: contain;
  object-position: 0% 50%;
  width: 66px;
  max-width: none;
  height: 15px;
  margin-left: -25px;
}

.section-testimonials {
  z-index: 1;
  background-color: var(--_colors---background-colors--bg-light-blue);
  margin-top: 0;
  padding: 23rem 0 8rem;
  position: relative;
}

.about-us-grid {
  grid-column-gap: var(--_layout-structure---gaps--gap-xxl);
  grid-row-gap: var(--_layout-structure---gaps--gap-xxl);
  grid-template-rows: auto;
  grid-template-columns: .65fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.about-us-img-wrapper {
  border-top-left-radius: 70px;
  flex-flow: column;
  height: 600px;
  padding-bottom: 2rem;
  padding-left: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-us-img-wrapper.desktop-only {
  height: 100%;
}

.about-us-img {
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0%;
}

.frame-visual-wrapper {
  text-overflow: clip;
  overflow-wrap: normal;
  border-bottom: 4px #fff;
  height: 100%;
  position: relative;
}

.frame-visual-v {
  z-index: 1;
  background-image: linear-gradient(#0000, #fff);
  width: 4px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.frame-visual-v.is-right {
  inset: 0% 0% 0% auto;
}

.frame-visual-v.thiner {
  width: 3px;
}

.frame-visual-h {
  z-index: 1;
  background-image: linear-gradient(272deg, #0000, #fff);
  width: 100%;
  height: 4px;
  position: absolute;
  inset: auto 0% 0%;
}

.frame-visual-h.is-right {
  background-image: linear-gradient(91deg, #0000, #fff);
}

.frame-visual-h.thiner {
  height: 3px;
}

.about-us-content-wrapper {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.headline-wrapper {
  grid-column-gap: var(--_layout-structure---gaps--gap-s);
  grid-row-gap: var(--_layout-structure---gaps--gap-s);
  flex-flow: column;
  display: flex;
}

.headline-wrapper.down-margin {
  margin-bottom: 2rem;
}

.headline-wrapper.fill-container {
  grid-column-gap: var(--_layout-structure---gaps--gap-xl);
  grid-row-gap: var(--_layout-structure---gaps--gap-xl);
  justify-content: space-between;
  align-items: flex-start;
}

.google-rate-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-top: .5rem;
  display: flex;
}

.stars-icon {
  margin-right: .75rem;
}

.about-us-small-wrapper-v {
  grid-column-gap: var(--_layout-structure---gaps--gap-l);
  grid-row-gap: var(--_layout-structure---gaps--gap-l);
  flex-flow: column;
  display: flex;
}

.about-us-fact-wrapper {
  grid-column-gap: var(--_layout-structure---gaps--gap-m);
  grid-row-gap: var(--_layout-structure---gaps--gap-m);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-subtext-v-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.icon-55px {
  object-fit: contain;
  width: 55px;
  height: 55px;
}

.icon-55px.smaller {
  height: 50px;
}

.buttons-wrapper {
  grid-column-gap: var(--_layout-structure---gaps--gap-s);
  grid-row-gap: var(--_layout-structure---gaps--gap-s);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.buttons-wrapper.centered {
  justify-content: center;
  align-items: center;
}

.buttons-wrapper.centered.vertical-f {
  flex-flow: column;
}

.buttons-wrapper.mobile-men {
  justify-content: center;
  align-items: center;
}

.buttons-wrapper.mobile-men.vertical-f {
  flex-flow: column;
}

.section-hypofy-in-practice {
  background-image: linear-gradient(154deg, #ebf3ff80, #eac06a80 52%, #fff);
  margin-bottom: 0;
  padding: 6rem 0 0;
}

.headline-wrapper-centered {
  grid-column-gap: var(--_layout-structure---gaps--gap-l);
  grid-row-gap: var(--_layout-structure---gaps--gap-l);
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.headline-wrapper-centered._70--wide {
  width: 70%;
}

.headline-wrapper-centered._80--wide {
  width: 80%;
}

.headline-wrapper-centered._80--wide.hidden {
  display: none;
}

.headline-wrapper-centered._80--wide.gap-1rem {
  grid-column-gap: var(--_layout-structure---gaps--gap-s);
  grid-row-gap: var(--_layout-structure---gaps--gap-s);
}

.headline-wrapper-centered._60--wide {
  width: 60%;
}

.paragraph {
  font-size: var(--_typography---paragraph-text-sizes--text-size-m);
  margin-bottom: 0;
}

.paragraph.centered {
  text-align: center;
  margin-bottom: 0;
}

.paragraph.centered.alt-blue {
  color: var(--_colors---brand-colors--blue-alt);
}

.hypofy-funtions-grid-1 {
  grid-column-gap: var(--_layout-structure---gaps--gap-xxl);
  grid-row-gap: var(--_layout-structure---gaps--gap-xxl);
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  margin-top: 6rem;
  display: grid;
}

.hypofy-funtions-grid-1.is-3 {
  grid-template-columns: .75fr 1.25fr;
  margin-top: 7rem;
}

.hypofy-functions-content-wrapper {
  grid-column-gap: var(--_layout-structure---gaps--gap-l);
  grid-row-gap: var(--_layout-structure---gaps--gap-l);
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.hypofy-functions-content-wrapper.higher {
  margin-top: -3rem;
}

.hypofy-functions-content-wrapper.width-80 {
  justify-content: flex-start;
  align-items: center;
}

.hypofy-funtions-grid-2 {
  grid-column-gap: var(--_layout-structure---gaps--gap-xxl);
  grid-row-gap: var(--_layout-structure---gaps--gap-xxl);
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  margin-top: 6rem;
  display: grid;
}

.section-faqs {
  background-image: linear-gradient(318deg, #ebf3ff80, #eac06a80 60%, #ebf3ff80);
  padding: 8rem 0 6rem;
}

.section-faqs.wl-page {
  background-color: var(--_colors---background-colors--bg-light-blue);
  background-image: none;
  padding-top: 6rem;
}

.section-faqs.pricing-page {
  background-color: var(--_colors---base-colors--white);
  background-image: linear-gradient(180deg, var(--_colors---base-colors--white), var(--_colors---background-colors--bg-light-blue)), url('/images/webflow-static/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  padding-top: 6rem;
}

.section-faqs.plattform-page {
  background-color: var(--_colors---background-colors--bg-light-blue);
  background-image: none;
  padding-top: 3rem;
}

.faq-wrapper {
  grid-column-gap: var(--_layout-structure---gaps--gap-xl);
  grid-row-gap: var(--_layout-structure---gaps--gap-xl);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  height: auto;
  display: grid;
}

.section-3steps {
  background-image: linear-gradient(295deg, #ebf3ff80, #eac06a80 53%, #ebf3ff29);
  padding: 6rem 0 9rem;
}

._3-steps-grid {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5rem;
  display: grid;
}

._3-steps-img-wrapper {
  border-top-left-radius: 70px;
  flex-flow: column;
  width: 100%;
  height: auto;
  padding-bottom: 2rem;
  padding-left: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

._3-steps-img {
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

._3-steps-left-container {
  grid-column-gap: var(--_layout-structure---gaps--gap-s);
  grid-row-gap: var(--_layout-structure---gaps--gap-s);
  flex-flow: column;
  grid-template-rows: minmax(auto, 1.75fr) minmax(auto, 1fr);
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  display: grid;
}

._3-steps-small-wrapper {
  grid-column-gap: var(--_layout-structure---gaps--gap-s);
  grid-row-gap: var(--_layout-structure---gaps--gap-s);
  flex-flow: column;
  display: flex;
}

._3-steps-right-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.steps-card {
  grid-column-gap: var(--_layout-structure---gaps--gap-m);
  grid-row-gap: var(--_layout-structure---gaps--gap-m);
  border-style: solid none none solid;
  border-width: 2px 1px 1px 2px;
  border-color: var(--_colors---base-colors--white) black black var(--_colors---base-colors--white);
  border-radius: var(--_corners---corner-m);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff4d;
  width: 100%;
  padding: 2rem 1.5rem;
  display: flex;
  box-shadow: 26px 36px 25px #0000001a;
}

.steps-card.crm-page-cst {
  background-color: #ffffff80;
  box-shadow: inset 2px 2px #fff3, 26px 36px 25px #0000001a;
}

.icon-64px {
  width: 64px;
  height: 45px;
}

.icon-64px.custom-icons-1 {
  width: 35px;
}

.steps-card-text-wrapper {
  grid-column-gap: var(--_layout-structure---gaps--gap-s);
  grid-row-gap: var(--_layout-structure---gaps--gap-s);
  flex-flow: column;
  display: flex;
}

.bullet-points-wrapper {
  grid-column-gap: var(--_layout-structure---gaps--gap-s);
  grid-row-gap: var(--_layout-structure---gaps--gap-s);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.bullet-point-h {
  grid-column-gap: var(--_layout-structure---gaps--gap-xs);
  grid-row-gap: var(--_layout-structure---gaps--gap-xs);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-16px {
  width: 18px;
  height: 18px;
}

.client-logos-section {
  grid-column-gap: var(--_layout-structure---gaps--gap-l);
  grid-row-gap: var(--_layout-structure---gaps--gap-l);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 6rem;
  display: flex;
}

.clients-logo-grid {
  flex: 0 auto;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  place-items: center;
  width: 50%;
  min-width: 50%;
  height: auto;
  display: grid;
}

.client-logo {
  object-fit: contain;
  width: 130px;
  max-width: 130px;
  height: auto;
  max-height: 35px;
  margin-left: auto;
  margin-right: auto;
}

.video-wrapper-blue {
  z-index: 2;
  border-radius: var(--_corners---corner-m);
  background-color: var(--_colors---brand-colors--blue);
  margin-top: 10rem;
  margin-bottom: -15rem;
  padding: 2.8rem;
  position: relative;
}

.video-wrapper-blue:where(.w-variant-a8e54461-96c6-9871-a51a-790fbb7de80e) {
  margin-top: 5rem;
  margin-bottom: 0;
}

.accordion-header {
  align-items: center;
  display: flex;
}

.accordion-header.mobile-flex-h.js-accordion-header {
  cursor: pointer;
  justify-content: flex-start;
  align-items: flex-start;
}

.faqs-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.accordion {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  width: 63%;
}

.accordion.faq-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  width: 100%;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.js-accordion-icon {
  width: 20px;
  height: 20px;
  transition: transform .2s;
  transform: none;
}

.accordion__item {
  background-color: #fff;
  border-bottom: 1.5px solid #000;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 30px 0;
  line-height: 160%;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  overflow: hidden;
}

.accordion__item:hover {
  border-bottom: 1.5px solid #797979;
}

.accordion__item.js-accordion-item {
  background-color: #fff0;
  border-left: 1.5px solid #000;
  padding: 1.5rem 0 1.5rem 1.5rem;
}

.faq-question-text {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 600;
}

.accordion-body {
  padding-left: 66px;
  padding-right: 40px;
  display: block;
}

.accordion-body.faq-paddings {
  padding-left: 0;
  padding-right: 50px;
}

.accordion-body__contents {
  opacity: 1;
  margin-top: 12px;
}

.accordion-body__contents.more-top-padding {
  margin-top: 24px;
}

.video-section-inner-wrapper {
  grid-column-gap: var(--_layout-structure---gaps--gap-xl);
  grid-row-gap: var(--_layout-structure---gaps--gap-xl);
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.video-wrapper-grid {
  grid-column-gap: var(--_layout-structure---gaps--gap-s);
  grid-row-gap: var(--_layout-structure---gaps--gap-s);
  border-radius: var(--_corners---corner-s);
  background-color: #0266ff;
  flex-flow: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  padding: 1rem 1rem 2.5rem;
  display: flex;
}

.video-wrapper-grid.table {
  display: none;
}

.video-wrapper {
  aspect-ratio: 16 / 9;
  border-radius: var(--_corners---corner-xxs);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer {
  background-color: var(--_colors---base-colors--white);
  padding-top: 4rem;
  padding-bottom: 5rem;
  position: relative;
}

.footer:where(.w-variant-96396cf2-40a5-e489-b550-c85b6b711741) {
  padding-top: 5rem;
}

.footer-logo {
  width: 120px;
}

.footer-logo-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.footer-links-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.footer-grid-big {
  z-index: 2;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.footer-grid-small {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: grid;
}

.footer-grid-small:where(.w-variant-96396cf2-40a5-e489-b550-c85b6b711741) {
  z-index: 2;
  position: relative;
}

.footer-link {
  font-family: var(--_typography---fonts--primary-font);
  color: var(--_colors---brand-colors--main-text-color);
  font-size: var(--_typography---paragraph-text-sizes--text-size-m);
  line-height: var(--_typography---text-line-heights--text-line-height-m);
  text-decoration: none;
}

.newsletter-form {
  grid-column-gap: var(--_layout-structure---gaps--gap-s);
  grid-row-gap: var(--_layout-structure---gaps--gap-s);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.newsletter-form-nlock {
  margin-bottom: 0;
}

.newsletter-inner-wrapper {
  grid-column-gap: var(--_layout-structure---gaps--gap-xs);
  grid-row-gap: var(--_layout-structure---gaps--gap-xs);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.news-letter-email-input {
  border: 1.5px solid var(--_colors---base-colors--white);
  height: 67px;
  color: var(--_colors---base-colors--white);
  font-size: var(--_typography---paragraph-text-sizes--text-size-m);
  line-height: var(--_typography---text-line-heights--text-line-height-s);
  background-color: #ffffff26;
  border-radius: 100px;
  margin-bottom: 0;
  padding-left: 1.5rem;
  font-weight: 500;
}

.news-letter-email-input::placeholder {
  font-family: var(--_typography---fonts--primary-font);
  color: var(--_colors---base-colors--white);
  font-size: var(--_typography---paragraph-text-sizes--text-size-m);
  font-weight: 300;
}

.newsletter-submit {
  background-color: var(--_colors---base-colors--white);
  border-radius: 100%;
  width: 67px;
  height: 67px;
}

.newsletter-button-wrap {
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 67px;
  min-width: 67px;
  max-width: 67px;
  height: 67px;
  min-height: 67px;
  max-height: 67px;
  display: flex;
  position: relative;
}

.newsletter-submit-arrow {
  width: 24px;
  position: absolute;
  inset: auto;
}

.video-wrapper-small-flex-h {
  justify-content: space-between;
  align-items: center;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.section-6-cards {
  background-color: var(--_colors---background-colors--bg-light-blue);
  padding: 7rem 0 6rem;
  position: relative;
}

.section-6-cards-bg-img {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: auto;
}

._6-cards-grid {
  grid-column-gap: var(--_layout-structure---gaps--gap-m);
  grid-row-gap: var(--_layout-structure---gaps--gap-m);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5rem;
  margin-bottom: 5rem;
  display: grid;
}

.functions-img-wrapper-rel {
  border-top-left-radius: 0;
  flex-flow: column;
  height: 100%;
  padding-bottom: 2rem;
  padding-left: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.functions-img-wrapper-rel.f-mockup-1 {
  padding-bottom: 2rem;
  padding-left: 0;
  padding-right: 2rem;
}

.functions-img-wrapper-abs {
  width: 80%;
  height: 330px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0%;
}

.functions-img-wrapper-abs.f-mockup-1 {
  object-position: 100% 50%;
  width: 72%;
  height: 100%;
  max-height: 360px;
  inset: 0% 0% auto auto;
}

.functions-img-wrapper-abs.f-mockup-2 {
  height: 100%;
  max-height: 350px;
  inset: 0% auto auto 0%;
}

.functions-img-wrapper-abs.f-mockup-3 {
  object-position: 100% 50%;
  width: 60%;
  height: 100%;
  max-height: 360px;
  inset: 0% 0% auto auto;
}

.funktionen-mockup-img1-3 {
  z-index: 301;
  object-fit: cover;
  width: 32%;
  min-width: 32%;
  max-width: 32%;
  position: absolute;
  inset: auto auto 0% 28%;
}

.funktionen-mockup-img1-2 {
  z-index: 300;
  object-fit: cover;
  width: 35%;
  min-width: 35%;
  max-width: 35%;
  position: absolute;
  inset: auto auto 11% 0%;
}

.social-media-wrapper {
  grid-column-gap: var(--_layout-structure---gaps--gap-s);
  grid-row-gap: var(--_layout-structure---gaps--gap-s);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-44px {
  width: 44px;
  height: 44px;
}

.sm-link {
  border-radius: 100px;
  box-shadow: 0 2px 5px #0003;
}

.footer-transparent-logo {
  z-index: 0;
  position: absolute;
  inset: auto 10% 0% auto;
}

.hero-top {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.bottom-cta-blue-wrapper {
  z-index: 1;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-radius: var(--_corners---corner-m);
  background-color: var(--_colors---brand-colors--blue);
  flex-flow: column;
  margin-top: 6rem;
  margin-bottom: -12px;
  padding: 3rem 2.5rem;
  display: flex;
  position: relative;
}

.bottom-cta-mini-wrapper-h {
  grid-column-gap: var(--_layout-structure---gaps--gap-s);
  grid-row-gap: var(--_layout-structure---gaps--gap-s);
  justify-content: center;
  align-items: center;
  display: flex;
}

.sticky-wrap {
  justify-content: center;
  align-items: flex-start;
  height: 85vh;
  display: flex;
  position: sticky;
  top: 17vh;
}

.fade-item {
  z-index: 150;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
}

.fade-item.is-1 {
  opacity: 1;
}

.fade-item.is-2 {
  z-index: 140;
  opacity: 0;
  width: 100%;
}

.fade-item.is-3 {
  z-index: 130;
  opacity: 0;
}

.section-hero {
  z-index: 200;
  background-color: #0b264200;
  background-image: linear-gradient(180deg, var(--_colors---base-colors--white), #ece6d8cc);
  padding-top: 10rem;
  padding-bottom: 6rem;
  position: relative;
}

.screenshot-1 {
  object-fit: contain;
  width: 70%;
  min-width: 70%;
  max-width: 70%;
  max-height: 70vh;
}

.fade-stack {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 85vh;
  display: flex;
  position: relative;
}

.funktionen-mockup-img2-1 {
  object-fit: cover;
  border-top-right-radius: 120px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.funktionen-mockup-img2-2 {
  object-fit: cover;
  width: 100%;
  min-width: 100%;
}

.funktionen-mockup-img2-3 {
  aspect-ratio: auto;
  border-radius: var(--_corners---corner-s);
  object-fit: cover;
  width: 15%;
  min-width: 50px;
  max-width: 100px;
  position: absolute;
  inset: auto auto 2rem 2rem;
}

.funktionen-mockup-img1-1 {
  object-fit: cover;
  object-position: 0% 50%;
  border-top-left-radius: 120px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.functions-mockups-wrapper {
  height: 580px;
  max-height: 80vh;
  position: relative;
}

.functions-mockups-wrapper.is-3 {
  height: 520px;
}

.checkbox-field-2 {
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.dsgvo-checkbox {
  border: 1.5px solid var(--_colors---brand-colors--blue);
  border-radius: 6px;
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
  margin-top: 3px;
  margin-left: 0;
  margin-right: .8rem;
}

.dsgvo-checkbox.w--redirected-checked {
  background-color: var(--_colors---base-colors--white);
  background-image: url('../images/checkmark-blue.svg');
  background-position: 50%;
  background-size: 70%;
}

.dsgvo-checkbox.white {
  border-color: var(--_colors---base-colors--white);
}

.checkbox-label-2 {
  color: var(--_colors---brand-colors--main-text-color);
  font-size: var(--_typography---paragraph-text-sizes--text-size-s);
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
}

.checkbox-label-2:where(.w-variant-a8e54461-96c6-9871-a51a-790fbb7de80e) {
  font-size: 16px;
}

.checkbox-label-2.text-color-white {
  color: var(--_colors---base-colors--white);
}

.section-legal-content {
  padding: 10rem 0 5rem;
}

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

.main-flex {
  justify-content: space-between;
}

.content-subpage-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  width: 62.5%;
  display: flex;
}

.rich-text h2 {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
}

.rich-text h3 {
  color: var(--_colors---brand-colors--blue);
}

.rich-text ol, .rich-text ul {
  margin-top: 10px;
}

.rich-text a {
  color: var(--_colors---brand-colors--blue);
  font-weight: var(--_typography---text-weights--text-weigtht-600);
}

.hero-subpage {
  background-image: linear-gradient(180deg, var(--_colors---base-colors--white), #f7e8c9);
  height: auto;
  padding: 10rem 0 2rem;
}

.hero-subpage.platform {
  background-image: linear-gradient(180deg, var(--_colors---base-colors--white), var(--_colors---background-colors--bg-light-blue));
}

.hero-subpage.blog-post {
  background-image: linear-gradient(180deg, var(--_colors---base-colors--white), var(--_colors---background-colors--bg-light-blue));
  padding-top: 6rem;
}

.hero-subpage.job-page {
  background-image: linear-gradient(180deg, var(--_colors---background-colors--bg-light-brown), var(--_colors---background-colors--bg-light-blue));
  padding-bottom: 6rem;
}

.crm-hero-bloxk-wrapper {
  border-radius: var(--_corners---corner-m);
  height: auto;
  box-shadow: inset 2px 2px 0 0 var(--_colors---base-colors--white), inset -3px -3px 4px 0 #00000026;
  object-fit: fill;
  background-color: #fff6;
  margin-top: 3rem;
  padding: 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.crm-hero-bloxk-wrapper.block-2 {
  justify-content: flex-end;
  align-items: center;
}

.crm-hero-bloxk-wrapper.margin-top-4rem {
  margin-top: 4rem;
}

.hero-block-content-wrapper {
  order: 9999;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding: 2rem 0 2rem 2rem;
  display: flex;
}

.paragraph-big {
  width: 80%;
  font-size: var(--_typography---paragraph-text-sizes--text-size-l);
  font-weight: var(--_typography---text-weights--text-weigtht-500);
  margin-bottom: 0;
}

.crm-hero-mockup-1 {
  width: 65%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.section-3-facts {
  background-color: var(--_colors---background-colors--bg-light-blue);
  padding: 5rem 0 3rem;
}

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

._3-facts-grid.up-5rem {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

._3-facts-card {
  grid-column-gap: var(--_layout-structure---gaps--gap-s);
  grid-row-gap: var(--_layout-structure---gaps--gap-s);
  box-shadow: none;
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

._3-facts-card.fill-container {
  justify-content: space-between;
  align-items: center;
}

._3-facts-card-text-wrapper {
  grid-column-gap: var(--_layout-structure---gaps--gap-l);
  grid-row-gap: var(--_layout-structure---gaps--gap-l);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.steffens-word {
  background-image: linear-gradient(0deg, #f1e6cc, var(--_colors---background-colors--bg-light-blue));
  padding: 5rem 0 6rem;
}

.steffens-word-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: var(--_layout-structure---gaps--gap-xxl);
  border-radius: var(--_corners---corner-m);
  width: 100%;
  max-width: 55rem;
  height: auto;
  box-shadow: inset 2px 2px 0 0 var(--_colors---base-colors--white), inset -3px -3px 4px 0 #00000026;
  object-fit: fill;
  background-color: #fff6;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  display: grid;
  position: relative;
  overflow: hidden;
}

.steffens-word-small-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.steffens-word-small-inner-wrapper {
  grid-column-gap: var(--_layout-structure---gaps--gap-xs);
  grid-row-gap: var(--_layout-structure---gaps--gap-xs);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.steffens-profile-img {
  border: 2px solid var(--_colors---base-colors--white);
  border-radius: var(--_corners---corner-m);
  object-fit: cover;
  width: 125px;
  height: 175px;
}

.steffens-word-bigger-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.quote-white-wrapper {
  border-radius: var(--_corners---corner-m);
  background-color: var(--_colors---base-colors--white);
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding: 2rem;
  display: flex;
}

.crm-hero-mockup-2 {
  width: 48%;
  position: absolute;
  inset: auto auto 0% -1%;
}

.faq-wrapper-crm-page {
  grid-column-gap: var(--_layout-structure---gaps--gap-xl);
  grid-row-gap: var(--_layout-structure---gaps--gap-xl);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  width: 70%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-3steps-crm {
  background-image: linear-gradient(148deg, #f1e7ce, #fff9e6 53%, #ebf3ff);
  padding: 5rem 0;
}

.ref-img {
  border: 5px solid var(--_colors---base-colors--white);
  border-radius: var(--_corners---corner-m);
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0%;
}

.video-text {
  line-height: var(--_typography---text-line-heights--text-line-height-m);
  margin-bottom: 3px;
}

.tab-referenzen {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fff;
  border: 1.5px solid #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 180px;
  height: auto;
  padding: 1rem .3rem;
  transition: all .2s;
  display: flex;
}

.tab-referenzen:hover {
  transform: translate(0, -5px);
}

.tab-referenzen.w--current {
  border-color: var(--_colors---base-colors--white) var(--_colors---brand-colors--gold) var(--_colors---brand-colors--gold) var(--_colors---base-colors--white);
  background-color: #ffffff4d;
  border-top-width: 3px;
  border-bottom-style: none;
  border-left-style: solid;
  border-left-width: 3px;
  border-right-style: none;
  transition: all .2s;
  transform: translate(0, -5px);
  box-shadow: inset -2px -2px 3px #00000026, 0 12px 10px #395a8d1a;
}

.text-size-small {
  margin-bottom: 0;
  font-size: 14px;
}

.text-size-small.text-aligned-center.tablet-left {
  text-align: center;
  font-weight: 300;
}

.referenz-grid {
  grid-column-gap: var(--_layout-structure---gaps--gap-xxl);
  grid-row-gap: var(--_layout-structure---gaps--gap-xxl);
  grid-template-rows: auto;
  grid-template-columns: .6fr 1.75fr;
}

.referenz-img {
  object-fit: cover;
  border-radius: 50px;
  width: 50px;
  height: 50px;
}

.ref-tab-content {
  min-height: 500px;
  padding-top: 5rem;
  padding-bottom: 0;
}

.tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 2rem;
  display: flex;
}

.ref-img-div {
  height: 400px;
  max-height: 50vh;
  display: flex;
  position: relative;
}

.name-box {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-radius: var(--_corners---corner-xs);
  background-color: #ffffffe6;
  justify-content: flex-start;
  align-items: center;
  max-width: 290px;
  padding: .75rem 1rem;
  font-size: 14px;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: auto auto 1.5rem 1.5rem;
  box-shadow: -2px 5px 10px #0003;
}

.tabs-quotes-wrapper {
  grid-column-gap: var(--_layout-structure---gaps--gap-l);
  grid-row-gap: var(--_layout-structure---gaps--gap-l);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-span, .text-span-2 {
  color: var(--_colors---brand-colors--blue);
}

.text-span-3 {
  font-size: 14px;
  font-weight: 300;
}

.slider-embed.hidden {
  display: none;
}

.icon-24px {
  width: 24px;
  height: 24px;
}

.icon-24px.bullet-point {
  width: 20px;
  height: 20px;
  margin-top: 5px;
  transform: rotate(-90deg);
}

.section-4-cards {
  background-image: linear-gradient(180deg, #0000, var(--_colors---background-colors--bg-light-blue) 53%), linear-gradient(to bottom, #0006, #0006);
  padding: 6rem 0 5rem;
  position: relative;
}

._4-cards-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 75%;
  margin: 4rem auto;
  display: grid;
}

.section-4-cards-bg-img {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 60%;
  position: absolute;
  inset: 0%;
}

.section-flow {
  background-color: #f1f1f1;
  background-image: linear-gradient(180deg, var(--_colors---background-colors--bg-light-blue), var(--_colors---background-colors--bg-light-brown));
  margin-bottom: 0;
  padding: 4rem 0 6rem;
}

.sub-headline {
  font-size: var(--_typography---paragraph-text-sizes--text-size-l);
  font-weight: var(--_typography---text-weights--text-weigtht-400);
  margin-bottom: 0;
}

.sub-headline.gold {
  color: var(--_colors---brand-colors--gold);
  font-weight: var(--_typography---text-weights--text-weigtht-500);
}

.white-labeling-mockups-wrapper {
  height: 500px;
  position: relative;
}

.white-labeling-img-wrapper-abs {
  width: 80%;
  height: 330px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0%;
}

.white-labeling-img-wrapper-abs.wl-mockup-1 {
  z-index: 100;
  width: 70%;
  inset: auto 0% 0% auto;
}

.white-labeling-img-wrapper-abs.wl-mockup-2 {
  width: 50%;
  inset: 0% auto auto 0%;
}

.white-labeling-img-wrapper-abs.wl-mockup-3 {
  z-index: 0;
  width: 95%;
  inset: 0% auto 0% 0%;
}

.white-labeling-img-wrapper-abs.wl-mockup-4 {
  z-index: 0;
  width: 100%;
  height: 350px;
  inset: 0% 0% 0% auto;
}

.white-labeling-img-wrapper-abs.role-of-hypofy {
  z-index: 0;
  width: 250px;
  height: 350px;
  position: static;
  inset: 0% auto 0% 0%;
}

.white-labeling-img-wrapper-abs.member-card {
  z-index: 0;
  width: 100%;
  height: 220px;
  position: static;
  inset: 0% auto 0% 0%;
}

.white-labeling-img-wrapper-rel {
  border-top-left-radius: 0;
  flex-flow: column;
  height: 100%;
  padding-bottom: 2rem;
  padding-left: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.white-labeling-img-wrapper-rel.wl-mockup-3 {
  padding-bottom: 1rem;
  padding-left: 1rem;
}

.white-labeling-img-wrapper-rel.is-right {
  padding-left: 0;
  padding-right: 2rem;
}

.white-labeling-img-wrapper-rel.member-card {
  padding-bottom: .75rem;
  padding-left: .75rem;
}

.white-labeling-mockup-img1-1 {
  object-fit: cover;
  object-position: 0% 50%;
  border-top-left-radius: 120px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.white-labeling-mockup-img1-2 {
  object-fit: cover;
  border-top-right-radius: 120px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hypofy-facts-grid-1 {
  grid-column-gap: var(--_layout-structure---gaps--gap-xxl);
  grid-row-gap: var(--_layout-structure---gaps--gap-xxl);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  margin-top: 0;
  display: grid;
}

.hypofy-facts-grid-1.up-3rem {
  margin-top: 5rem;
}

.hypofy-facts-grid-2 {
  grid-column-gap: var(--_layout-structure---gaps--gap-xxl);
  grid-row-gap: var(--_layout-structure---gaps--gap-xxl);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  margin-top: 0;
  display: grid;
}

.hypofy-facts-content-wrapper {
  grid-column-gap: var(--_layout-structure---gaps--gap-m);
  grid-row-gap: var(--_layout-structure---gaps--gap-m);
  flex-flow: column;
  display: flex;
}

.white-labeling-mockup-img2-1 {
  object-fit: cover;
  border-top-left-radius: 0;
  border-top-right-radius: 120px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.curvy-arrow-wrapper {
  justify-content: center;
  align-items: center;
  height: 4rem;
  display: flex;
}

.curvy-arrow-wrapper.is-first {
  z-index: 100;
  position: relative;
}

.curvy-arrow-wrapper._4step {
  z-index: 100;
  justify-content: flex-start;
  align-items: center;
  margin-top: -34px;
  position: relative;
}

.curvy-arrow {
  margin-right: 60px;
}

.curvy-arrow.bo-arrow {
  width: 80px;
  margin-bottom: -47px;
  margin-left: 100px;
  margin-right: 0;
}

.white-labeling-mockup-img3-1 {
  object-fit: cover;
  border-top-left-radius: 120px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-role-of-hypofy {
  background-color: #f9fbff;
  padding: 6rem 0;
}

.section-role-of-hypofy:where(.w-variant-8e780ea7-b8ec-a920-6351-3d30a47ca0c8) {
  background-color: var(--_colors---background-colors--bg-light-brown);
}

.role-of-hypofy-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: .6fr .9fr;
  grid-auto-columns: 1fr;
  margin-top: 5rem;
  display: grid;
}

.role-of-hypofy-img-wrapper {
  grid-column-gap: var(--_layout-structure---gaps--gap-l);
  grid-row-gap: var(--_layout-structure---gaps--gap-l);
  box-shadow: inset 2px 2px 0 0 var(--_colors---base-colors--white), inset -3px -3px 4px 0 #00000026;
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  background-color: #fff6;
  border-top-right-radius: 60px;
  flex-flow: column;
  padding: 3rem 2rem;
  display: flex;
}

.role-of-hypofy-inner-img-wrapper {
  display: flex;
  position: relative;
}

.quotes-icon {
  z-index: 1;
  width: 85px;
  height: 85px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 35px auto auto 231px;
}

.white-labeling-mockup-img4 {
  object-fit: cover;
  border-top-left-radius: 0;
  border-top-right-radius: 60px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-span-5 {
  font-weight: var(--_typography---text-weights--text-weigtht-300);
}

.role-of-hypofy-small-inner-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.role-of-hypofy-content-wrapper {
  grid-column-gap: var(--_layout-structure---gaps--gap-l);
  grid-row-gap: var(--_layout-structure---gaps--gap-l);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.role-of-hypofy-content-block {
  grid-column-gap: var(--_layout-structure---gaps--gap-s);
  grid-row-gap: var(--_layout-structure---gaps--gap-s);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.role-of-hypofy-content-vertical {
  grid-column-gap: var(--_layout-structure---gaps--gap-xs);
  grid-row-gap: var(--_layout-structure---gaps--gap-xs);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.inner-vertical-flex {
  grid-column-gap: var(--_layout-structure---gaps--gap-xs);
  grid-row-gap: var(--_layout-structure---gaps--gap-xs);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-section-pricing {
  padding: 10rem 0 2rem;
}

.section-prices-blocks {
  padding: 2rem 0;
}

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

.price-wrapper-card {
  grid-column-gap: var(--_layout-structure---gaps--gap-l);
  grid-row-gap: var(--_layout-structure---gaps--gap-l);
  border-radius: var(--_corners---corner-m);
  background-color: var(--_colors---background-colors--bg-light-blue);
  flex-flow: column;
  padding: 2rem 2rem 3rem;
  display: flex;
  position: relative;
}

.price-card-inner-v {
  grid-column-gap: var(--_layout-structure---gaps--gap-s);
  grid-row-gap: var(--_layout-structure---gaps--gap-s);
  flex-flow: column;
  display: flex;
}

.price-big {
  font-family: var(--_typography---fonts--primary-font);
  color: var(--_colors---brand-colors--blue);
  font-size: 45px;
  font-weight: 600;
  line-height: 100%;
}

.price-card-micro-wrapper {
  grid-column-gap: var(--_layout-structure---gaps--gap-xs);
  grid-row-gap: var(--_layout-structure---gaps--gap-xs);
  flex-flow: column;
  display: flex;
}

.info-page-hero {
  background-image: linear-gradient(180deg, var(--_colors---background-colors--bg-light-blue), var(--_colors---background-colors--bg-light-brown));
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 65vh;
  padding: 5rem 0;
  display: flex;
}

.lottie-wrapper {
  justify-content: center;
  align-items: flex-end;
  width: 200px;
  height: 150px;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.lottie-wrapper._404-page {
  width: auto;
  height: 200px;
}

.lottie-info-pages {
  width: 100%;
  height: auto;
  transform: translate(0, 40px);
}

.text-span-6 {
  color: var(--_colors---brand-colors--blue);
  text-decoration: underline;
}

.link-info-pages {
  color: var(--_colors---brand-colors--blue);
}

.contact-page-hero {
  background-image: linear-gradient(180deg, var(--_colors---base-colors--white), var(--_colors---background-colors--bg-light-blue));
  padding: 5rem 0;
}

.content-highlight-box {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #f3ebda;
  border-radius: 30px;
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding: 2.4rem;
  position: relative;
}

.content-highlight-box.smaller-box {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 2rem;
  margin-bottom: 0;
  position: relative;
}

.content-highlight-box.smaller-box.contact {
  background-color: var(--_colors---base-colors--white);
  width: 50%;
  height: auto;
  box-shadow: 0 2px 5px 0 #0000000d, inset 0 0 5px 0 var(--_colors---base-colors--white), inset -3px -3px 5px 0 #00000026;
  border-radius: 0 60px 0 0;
  flex-flow: column;
  width: 40%;
  margin-top: 0;
  padding: 2.2rem;
  display: none;
  position: sticky;
  top: 5rem;
}

.h1-subpages {
  font-size: 36px;
  font-weight: 500;
  line-height: 130%;
}

.list {
  font-family: var(--_typography---fonts--primary-font);
  padding-left: 20px;
}

.kontakt-flex {
  justify-content: space-between;
  margin-top: 6rem;
}

.gap-2rem {
  grid-column-gap: var(--_layout-structure---gaps--gap-l);
  grid-row-gap: var(--_layout-structure---gaps--gap-l);
}

.demo_expert-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #ced4ef;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 1.5rem;
  display: none;
}

.demo_expert-container.w--current {
  opacity: 1;
  background-color: #0000;
  border-color: #004aad;
}

.demo_expert-image {
  object-fit: cover;
  background-color: #f3f3f9;
  border-radius: 4rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  display: flex;
  position: static;
}

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

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

.list-item {
  font-weight: var(--_typography---text-weights--text-weigtht-400);
}

.content-subpage-wrapper-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 64%;
  display: flex;
}

.content-subpage-wrapper-3.width-50--desktop {
  flex-flow: row;
  width: 100%;
}

.cta-navbar {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 33.3%;
}

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

.login-icon {
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  position: absolute;
}

.login-icon-div {
  width: 30px;
  height: 30px;
  position: relative;
}

.login-icon-filled {
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  display: block;
  position: absolute;
}

.anim-box {
  grid-column-gap: var(--_layout-structure---gaps--gap-s);
  grid-row-gap: var(--_layout-structure---gaps--gap-s);
  border-radius: var(--_corners---corner-m);
  width: 300px;
  box-shadow: inset 2px 2px 0 0 var(--_colors---base-colors--white), inset 3px 3px 4px 0 #ffffff26, 26px 36px 25px 0 #0000001a;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #f2f0e899;
  flex-flow: column;
  padding: 1.8rem 2rem 2rem;
  display: flex;
  position: absolute;
}

.anim-box._1-r {
  grid-column-gap: var(--_layout-structure---gaps--gap-l);
  grid-row-gap: var(--_layout-structure---gaps--gap-l);
  inset: auto 0% -5vh auto;
}

.anim-box._1-l {
  inset: 5vh auto auto 0%;
}

.anim-box._2-l {
  inset: 15% auto auto 0%;
}

.anim-box._2-r {
  inset: auto 0% 20% auto;
}

.anim-box._3-r {
  inset: auto 0% 0% auto;
}

.anim-box._3-l {
  inset: 5rem auto auto 0%;
}

.text-color-gold {
  color: var(--_colors---text-colors--text-color-gold);
}

.screenshot-2 {
  object-fit: contain;
  width: 65%;
  max-width: none;
  max-height: 80vh;
}

.screenshot-3 {
  object-fit: contain;
  width: 70%;
  min-width: 70%;
  max-width: 70%;
  max-height: 70vh;
}

.section-animation {
  background-color: #0b264200;
  background-image: linear-gradient(180deg, #ece6d8cc, var(--_colors---background-colors--bg-light-brown) 4%, #eac06a99 15%, var(--_colors---background-colors--bg-light-blue) 87%);
  height: 400vh;
  padding-bottom: 0;
  position: relative;
}

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

.logos-marquee {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.fade-block {
  background-image: linear-gradient(90deg, var(--_colors---background-colors--bg-light-blue), #ebf3ff00);
  width: 50px;
  height: auto;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.fade-block.right {
  background-image: linear-gradient(90deg, #ebf3ff00, var(--_colors---background-colors--bg-light-blue));
  inset: 0% 0% 0% auto;
}

.logo-track {
  justify-content: flex-start;
  align-items: center;
  width: 200%;
  min-width: 200%;
  max-width: 200%;
}

.hero-text-wrapper {
  grid-column-gap: var(--_layout-structure---gaps--gap-l);
  grid-row-gap: var(--_layout-structure---gaps--gap-l);
  flex-flow: column;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h3-xl {
  font-size: var(--_typography---headings-sizes--h3-xl);
  font-weight: var(--_typography---text-weights--text-weigtht-600);
}

.h3-xl.text-weight-l {
  font-weight: var(--_typography---text-weights--text-weigtht-500);
}

.quote-huge-text {
  font-size: var(--_typography---headings-sizes--h3-l);
  line-height: var(--_typography---text-line-heights--text-line-height-m);
  font-weight: var(--_typography---text-weights--text-weigtht-600);
  margin-top: 0;
  margin-bottom: 0;
}

.quote-huge-text.smaller {
  font-size: 24px;
}

.about-card {
  grid-column-gap: var(--_layout-structure---gaps--gap-s);
  grid-row-gap: var(--_layout-structure---gaps--gap-s);
  border-radius: var(--_corners---corner-m);
  min-height: 330px;
  box-shadow: inset 1px 1px 0 0 var(--_colors---base-colors--white), inset 3px 3px 4px 0 #ffffff26, 26px 36px 25px 0 #00000026;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #ffffffbf;
  flex-flow: column;
  align-items: center;
  padding: 2rem 2rem 3rem;
  display: flex;
}

.about-card.left-aligned {
  justify-content: flex-start;
  align-items: flex-start;
}

.gap-05rem {
  grid-column-gap: var(--_layout-structure---gaps--gap-xs);
  grid-row-gap: var(--_layout-structure---gaps--gap-xs);
}

.contact-text {
  grid-column-gap: var(--_layout-structure---gaps--gap-l);
  grid-row-gap: var(--_layout-structure---gaps--gap-l);
  width: 60%;
}

.gap-1-5rem {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.funktionen-mockup-img2-4 {
  object-fit: cover;
  width: 80%;
  min-width: 80%;
  max-width: 80%;
}

.img-absolute-flex-2 {
  z-index: 3;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  width: 500px;
  position: absolute;
  inset: auto 0% 6% auto;
}

.img-shadow {
  border-radius: var(--_corners---corner-xs);
  box-shadow: 8px 8px 20px #00000026;
}

.funktionen-mockup-img3-01 {
  z-index: 300;
  object-fit: cover;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  position: absolute;
  inset: auto auto 11% 0%;
}

.funktionen-mockup-img3-0 {
  object-fit: cover;
  object-position: 0% 50%;
  border-top-left-radius: 120px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.funktionen-mockup-img3-03 {
  z-index: 301;
  object-fit: cover;
  width: 42%;
  min-width: 42%;
  max-width: 42%;
  position: absolute;
  inset: auto auto 0% 42%;
}

.faq-img {
  margin-top: 4rem;
}

.line-height-m {
  line-height: var(--_typography---text-line-heights--text-line-height-m);
}

.bg-6-cards-wrapper {
  z-index: 0;
  object-position: 50% 0%;
  height: 60%;
  position: absolute;
  inset: -8% 0% 0%;
}

.bg-fade {
  z-index: 1;
  background-image: linear-gradient(#ebf3ff00 29%, #ebf3ff), linear-gradient(#0000004d, #0000004d);
  position: absolute;
  inset: 0%;
}

.footer-links-h {
  font-weight: var(--_typography---text-weights--text-weigtht-700);
}

.anim-box-wrapper {
  grid-column-gap: var(--_layout-structure---gaps--gap-s);
  grid-row-gap: var(--_layout-structure---gaps--gap-s);
  position: absolute;
  inset: 0%;
}

.from-tablet-visible {
  display: none;
}

.hero-heeadline-wrapper {
  grid-column-gap: var(--_layout-structure---gaps--gap-l);
  grid-row-gap: var(--_layout-structure---gaps--gap-l);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.benefits-wl {
  background-image: linear-gradient(175deg, #f7e8c9, #eac06a80 39%, #ebf3ff 70%, var(--_colors---background-colors--bg-light-blue));
  height: auto;
  padding: 2rem 0 5rem;
}

.quote-logo {
  object-fit: contain;
  max-width: 130px;
  height: 35px;
  max-height: 35px;
  margin-top: 1rem;
}

.eyebrow-cta {
  color: var(--_colors---brand-colors--blue-alt);
  text-align: center;
}

.form-wrapper {
  border: 2px solid var(--_colors---base-colors--white);
  background-color: var(--_colors---background-colors--bg-light-blue);
  border-radius: 20px;
  width: 50%;
  padding: 2rem;
  position: sticky;
  top: 4rem;
}

.margin-bottom-1rem {
  margin-bottom: 1rem;
}

.captcha-send-flex {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 1rem;
}

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

.form-text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: #d9d9d9 #d9d9d9 var(--_colors---base-colors--black) var(--_colors---base-colors--black);
  border-top-left-radius: var(--_corners---corner-xxs);
  border-top-right-radius: var(--_corners---corner-xxs);
  background-color: var(--_colors---base-colors--white);
  color: #000;
  justify-content: flex-start;
  align-items: center;
  height: 3.5rem;
  margin-bottom: 1.5rem;
  padding: 0 1.25rem;
  font-size: 18px;
  display: flex;
}

.form-text-field:focus {
  border-width: 1.5px;
  border-color: #004992;
}

.form-text-field::placeholder {
  color: #8b8b8b;
}

.form-text-field.remarks-field {
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 8rem;
  margin-bottom: 1.5rem;
  padding-top: 1.25rem;
  overflow: auto;
}

.underline {
  text-underline-offset: 3px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.centered-mobile {
  margin-bottom: 0;
}

.hypofy-facts-grid-3 {
  grid-column-gap: var(--_layout-structure---gaps--gap-xxl);
  grid-row-gap: var(--_layout-structure---gaps--gap-xxl);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  margin-top: 0;
  display: grid;
}

.results-texts {
  font-size: var(--_typography---paragraph-text-sizes--text-size-m);
  font-weight: var(--_typography---text-weights--text-weigtht-600);
  text-align: center;
  margin-bottom: 0;
}

.rich-text-para h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.rich-text-para p {
  margin-bottom: 1rem;
}

.rich-text-para a {
  color: var(--_colors---brand-colors--blue);
  text-decoration: underline;
}

.focus-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: var(--_corners---corner-m);
  box-shadow: inset 1px 1px 0 0 var(--_colors---base-colors--white), inset 3px 3px 4px 0 #ffffff26, 5px 5px 10px 0 #0000001a;
  background-color: #ffffffbf;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 3.5rem 2rem 5rem;
  display: flex;
}

.icon-backoffice {
  width: 80px;
}

.pricing-agr-flex {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  justify-content: flex-start;
  align-items: flex-start;
}

.pricing-checkmark {
  width: 16px;
  margin-top: 7px;
}

.link-underlined-blue {
  color: var(--_colors---brand-colors--blue);
  text-decoration: underline;
}

.icon-bigger {
  width: 63px;
  height: 63px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.price-card-features {
  grid-column-gap: var(--_layout-structure---gaps--gap-s);
  grid-row-gap: var(--_layout-structure---gaps--gap-s);
  flex-flow: column;
  margin-top: -.5rem;
  display: flex;
}

.webinar-hero {
  background-image: linear-gradient(180deg, var(--_colors---base-colors--white), var(--_colors---background-colors--bg-light-blue));
  padding: 8rem 0 5rem;
}

.tabs-content {
  min-height: 500px;
}

.section-blog-posts {
  background-color: #f1f1f1;
  background-image: linear-gradient(180deg, var(--_colors---background-colors--bg-light-blue), var(--_colors---background-colors--bg-light-brown));
  margin-bottom: 0;
  padding: 4rem 0 6rem;
}

.blox-text-flec {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-bottom: 3rem;
}

.author_image {
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
}

.author_container {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  font-size: .875rem;
  display: flex;
}

.article_date {
  color: #8b8b8b;
  line-height: 1.3;
}

.blog-author-flex {
  justify-content: flex-start;
  align-items: flex-end;
}

.blog-author-flex.hidden {
  display: flex;
}

.blog-box-v-flex {
  background-color: #fffc;
  justify-content: space-between;
  height: 100%;
  padding: 1.5rem;
  box-shadow: inset -3px -3px 5px #00000026;
}

.blog-img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.blog-card {
  border-top-right-radius: var(--_corners---corner-l);
  height: 100%;
  box-shadow: none;
  cursor: pointer;
  background-color: #fff0;
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 0;
  transition: transform .3s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-card:hover {
  transform: translate(0, -5px);
}

.author_position {
  color: #8b8b8b;
  font-size: .875rem;
  line-height: 1.3;
}

.blog-date-flex {
  flex-flow: row;
  height: auto;
  display: flex;
}

.div-block-4 {
  margin-left: 10px;
}

.author_name {
  color: #161616;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
}

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

.blog-top-part {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.blog-info-flex {
  color: #1d61c9;
}

.blog-info-flex.center-aligned {
  margin-left: auto;
  margin-right: auto;
}

.text-align-center-2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.blog-hero-img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 30px;
  min-width: 100%;
  max-width: 100%;
  margin-top: 1rem;
  box-shadow: 0 2px 5px #0003;
}

.published-date {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--_colors---brand-colors--blue);
}

.hero-img-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 30px;
  min-width: 45%;
  max-width: 45%;
  height: 100%;
}

.hero-wrapper-blog {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
  top: 4rem;
}

.verzeichnis-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: var(--_corners---corner-xs);
  border: 1px solid #d6ddf6;
  flex-flow: column;
  margin-bottom: 2rem;
  padding: 1.5rem;
}

.rich-text-blog {
  margin-top: 0;
}

.rich-text-blog h1 {
  margin-bottom: 1rem;
}

.rich-text-blog h2 {
  margin-top: 3.5rem;
  margin-bottom: 1.5rem;
  font-size: 36px;
}

.rich-text-blog p {
  margin-bottom: 1rem;
  line-height: 160%;
}

.rich-text-blog h3 {
  color: var(--_colors---brand-colors--blue);
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.rich-text-blog h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.rich-text-blog blockquote {
  color: var(--_colors---background-colors--bg-blue);
  font-weight: var(--_typography---text-weights--text-weigtht-400);
}

.rich-text-blog ol {
  margin-bottom: 1rem;
}

.rich-text-blog strong {
  font-weight: var(--_typography---text-weights--text-weigtht-600);
}

.rich-text-blog a {
  color: var(--_colors---brand-colors--blue);
  font-weight: var(--_typography---text-weights--text-weigtht-500);
}

.blog-text-wrapper {
  width: 60%;
}

.blog-content {
  padding-top: 6rem;
  padding-bottom: 8rem;
}

.toc-heading {
  font-size: 20px;
  font-weight: 500;
}

.blog-content-wrapper {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 7rem;
  position: relative;
}

.blog-cta {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-radius: var(--_corners---corner-s);
  background-color: var(--_colors---background-colors--bg-light-blue);
  width: 275px;
  box-shadow: inset -3px -3px 5px 0 #00000026, inset 2px 2px 0 0 var(--_colors---base-colors--white);
  color: var(--_colors---background-colors--bg-light-blue);
  padding: 1.2rem;
  position: sticky;
  top: 8rem;
}

.blog-cta-heading {
  color: var(--_colors---brand-colors--main-text-color);
  font-size: var(--_typography---paragraph-text-sizes--text-size-l);
  line-height: var(--_typography---text-line-heights--text-line-height-m);
  font-weight: 500;
}

.date-published-text {
  color: var(--_colors---brand-colors--blue);
  font-size: var(--_typography---paragraph-text-sizes--text-size-s);
}

.date-published-text.update-text {
  border-left: 1px solid var(--_colors---brand-colors--blue);
  margin-left: 1rem;
  padding-left: 1rem;
}

.progress-bar-line {
  background-image: linear-gradient(90deg, var(--_colors---brand-colors--blue-alt), var(--_colors---brand-colors--gold-brown));
  width: 100%;
  height: 3px;
  display: block;
  position: fixed;
  inset: 6rem 0% 0%;
}

.hero-404 {
  background-image: linear-gradient(180deg, var(--_colors---background-colors--bg-light-blue), var(--_colors---background-colors--bg-light-brown));
  height: auto;
  padding: 10rem 0 8rem;
}

.lottie-404 {
  width: 80%;
  min-width: 80%;
  height: auto;
  transform: translate(0, 40px);
}

.section-karriere {
  background-image: linear-gradient(180deg, var(--_colors---background-colors--bg-light-blue), white);
  padding: 3rem 0 5rem;
}

.jobs-collection-list-wrapper {
  margin-top: 0;
  margin-bottom: 0;
}

.jobs-collection-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-s-2 {
  font-size: 14px;
  font-weight: 400;
}

.job-box-title {
  height: 100%;
  box-shadow: inset -3px -3px 5px 0 #0003, inset 2px 2px 0 0 var(--_colors---base-colors--white);
  background-color: #fff6;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  padding: 1rem 2rem 1.75rem;
  transition: all .3s;
  display: flex;
}

.job-box-title:hover {
  transform: translate(0, -5px);
}

.img-arrow-button {
  width: 16px;
}

.button-text-arrow {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-text-arrow.margin-top-2rem {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.blog-datum {
  font-weight: 500;
}

.blog-datum.job-category {
  color: var(--_colors---brand-colors--blue);
  margin-top: .25rem;
  margin-bottom: 0;
  font-weight: 400;
}

.stellen-infos {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  justify-content: flex-start;
  align-items: center;
}

.text-highlighted {
  font-weight: 700;
}

.job-card-content-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.alt-page-akk-textblock-wrapper---1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 55%;
  display: flex;
  position: relative;
}

.form-2 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.form-2.bewerbung {
  width: 80%;
}

.appl-form-text-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.div-block-3 {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.link-im-text {
  color: var(--_colors---brand-colors--blue);
  font-weight: 600;
  text-decoration: none;
}

.kontaktform-content-wrapper {
  grid-column-gap: 3rem;
  width: 100%;
  box-shadow: inset 2px 2px 0 0 var(--_colors---base-colors--white), inset -3px -3px 5px 0 #0003;
  background-color: #fff6;
  border-radius: 30px;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2.9rem;
  display: flex;
}

.job-details-tag {
  font-size: var(--_typography---paragraph-text-sizes--text-size-l);
}

.stellen-cta-logo {
  width: 160px;
}

.blog-cta-box {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--_colors---background-colors--bg-light-blue);
  box-shadow: inset -3px -3px 5px 0 #0003, inset 2px 2px 0 0 var(--_colors---base-colors--white);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2rem 2rem 3rem;
  display: flex;
  position: sticky;
  top: 8rem;
}

.stellen-content {
  z-index: 90;
  background-color: #fff;
  border-radius: 0;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.stellen-text {
  width: 60%;
  margin-top: 0;
}

.margin-top-2rem {
  margin-top: 2rem;
}

.blog-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: space-between;
  display: flex;
}

.job-cta {
  width: 30%;
  position: relative;
}

.paragraph-2 {
  margin-bottom: 0;
}

.checkbox-field-bewerbungsformular {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.steps-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.steps-grid.dankesseite {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.danke-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  align-items: center;
  margin-top: 6rem;
  margin-bottom: 4rem;
  display: flex;
}

.steps-card-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--_colors---base-colors--white);
  border-radius: 30px;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 2.5rem;
}

.step-count-circle {
  background-color: var(--_colors---brand-colors--blue);
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 32px;
  font-weight: 500;
  display: flex;
}

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

.flex-align-vct.gap-1_5rem {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.toggle-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  display: flex;
}

.togg-text-monthly {
  color: #9a9696;
  justify-content: center;
  align-items: center;
  width: 80px;
  min-width: 80px;
  max-width: 80px;
  margin-right: 2px;
  font-size: 16px;
  display: flex;
}

.toggle-main {
  background-color: var(--_colors---brand-colors--blue);
  cursor: pointer;
  border-radius: 100px;
  justify-content: flex-end;
  align-items: center;
  width: 44px;
  height: 25px;
  padding: 3px;
  position: relative;
}

.toggle-main.green {
  background-color: #45da00;
}

.toggle {
  background-color: #fff;
  border-radius: 100px;
  width: 20px;
  height: 20px;
}

.togg-text-yearly {
  justify-content: center;
  align-items: center;
  width: 70px;
  min-width: 70px;
  max-width: 70px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.annual-discount {
  background-color: var(--_colors---brand-colors--gold-brown);
  color: #222;
  border-radius: 50px;
  margin-left: 2px;
  padding: 5px 18px;
  font-size: 14px;
  font-weight: 600;
}

.toggle-inner-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
}

.bg-video {
  z-index: 100;
  object-fit: cover;
  width: 102%;
  height: 102%;
  position: relative;
  inset: 0%;
}

.newsletter-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border-bottom: 1px solid var(--_colors---brand-colors--blue-alt);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  display: grid;
}

.about-einstieg {
  background-image: linear-gradient(180deg, var(--_colors---background-colors--bg-light-blue), var(--_colors---background-colors--bg-light-brown));
  padding-top: 1rem;
  padding-bottom: .5rem;
}

.plattform-section {
  background-color: var(--_colors---background-colors--bg-light-blue);
  background-image: none;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.team {
  background-image: linear-gradient(315deg, var(--_colors---background-colors--bg-light-brown), var(--_colors---background-colors--bg-light-blue));
  padding-top: 7rem;
  padding-bottom: 6rem;
}

.team-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  margin-top: 4rem;
}

.team-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 100%;
}

.member-photo {
  object-fit: cover;
  border-top-left-radius: 0;
  border-top-right-radius: 45px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.member-photo.fit-left {
  object-position: 0% 50%;
}

.member-photo.fit-left._10 {
  object-position: 20% 50%;
}

.about-img-1 {
  border-top-left-radius: var(--_corners---corner-button);
  object-fit: cover;
  object-position: 0% 50%;
  width: 40%;
  height: 90%;
  position: absolute;
  inset: auto 0% 0% auto;
}

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

.blog-category-bubble {
  border-radius: var(--_corners---corner-s);
  background-color: #ece6d8;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  display: flex;
  position: absolute;
  inset: 1rem auto auto 1rem;
}

.filter-bubbles-embed {
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.newsletter-embed {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
}

.newsletter-text-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.newsletter-embed-wrapper {
  align-items: stretch;
  width: 100%;
}

.button-wrapper-1 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 3rem;
}

.text-size-xs {
  font-size: var(--_typography---paragraph-text-sizes--text-size-xs);
}

.navbar_dropdown-content {
  grid-column-gap: 1.25rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar_dropdown-content.is-single-list {
  grid-template-columns: 1fr;
  display: block;
}

.navbar_dropdown-toggle {
  grid-column-gap: .3rem;
  align-items: center;
  padding: 1rem 0 1rem 0;
  font-weight: 500;
  display: flex;
}

.nav-icons {
  object-fit: contain;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
}

.nav-menu-dd-text {
  line-height: 1.2;
  font-weight: var(--_typography---text-weights--text-weigtht-600);
  margin-bottom: 5px;
}

.dropdown-link-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: 0px;
  border-radius: var(--_corners---corner-s);
  width: 400px;
  color: var(--_colors---brand-colors--main-text-color);
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem 1.4rem 1.5rem 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.dropdown-link-wrapper:hover, .dropdown-link-wrapper.w--current {
  background-color: var(--_colors---background-colors--bg-light-blue);
}

.dropdown-link-wrapper.bottom-line {
  border-radius: var(--_corners---corner-xs);
}

.navbar_dropdown-list {
  border-radius: 1rem;
  padding: 1rem .5rem;
  overflow: hidden;
}

.navbar_dropdown-list.w--open {
  background-color: #fff;
  width: 40rem;
  box-shadow: 0 4px 12px -8px #282645;
}

.navbar_dropdown-list.is-single-list {
  width: 20rem;
}

.navbar_dropdown-list.is-single-list.w--open {
  border-radius: var(--_corners---corner-s);
  background-color: var(--_colors---base-colors--white);
  width: auto;
  padding: 0;
}

.dd-link-wrapper {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  justify-content: flex-start;
  align-items: flex-start;
}

.navbar_dropdown-link-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  grid-template-rows: max-content;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  padding: 1rem;
  display: flex;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.1rem;
  height: 1.1rem;
  margin-top: 3px;
  display: flex;
}

.subline-navbar {
  color: #696969;
  font-size: 12px;
}

.nav-link-dd {
  color: var(--_colors---brand-colors--main-text-color);
  font-size: var(--_typography---paragraph-text-sizes--text-size-m);
  font-weight: var(--_typography---text-weights--text-weigtht-500);
  padding-top: 2px;
  padding-bottom: 2px;
  text-decoration: none;
  transition: color .2s;
}

.nav-link-dd:hover {
  color: var(--_colors---brand-colors--gold);
}

.nav-link-dd.w--current {
  color: var(--_colors---brand-colors--blue);
}

.nav-link-dd.hidden {
  display: none;
}

.blog-card-heading {
  font-size: 20px;
  line-height: var(--_typography---text-line-heights--text-line-height-m);
  margin-top: 0;
  margin-bottom: 0;
}

.h1-blog {
  text-align: center;
  font-size: 36px;
}

._404-buttons-wrapper {
  justify-content: space-between;
  width: 100%;
}

._404-img {
  object-fit: cover;
  object-position: 0% 50%;
  width: 40%;
  height: 90%;
  position: absolute;
  inset: auto 0% 1rem auto;
}

.animation-wrapper {
  justify-content: center;
  align-items: center;
  width: 800px;
  height: 510px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.ohne-hypofy {
  z-index: 100;
  width: 500px;
  position: absolute;
}

.ohne-hypofy.after {
  z-index: 100;
}

.toggle-wrapper-platform {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.togg-text-ohne-hyp {
  z-index: 10;
  color: #9a9696;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 16px;
  display: flex;
  position: relative;
}

.togg-text-mit-hyp {
  z-index: 10;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.platform-comment-box {
  z-index: 100;
  border: 2px solid var(--_colors---base-colors--white);
  border-radius: var(--_corners---corner-xxs);
  background-color: #ebf3ffb0;
  justify-content: flex-start;
  align-items: center;
  width: 230px;
  height: 90px;
  padding: 1rem .8rem;
  position: absolute;
  inset: 16% -7% 0% auto;
  box-shadow: 7px 7px 20px #0000001a;
}

.platform-comment-box.berater {
  inset: 1% auto auto -4%;
}

.platform-comment-box.berater.neg {
  background-image: linear-gradient(135deg, var(--_colors---background-colors--bg-light-blue), #fff1f1 54%);
}

.platform-comment-box.berater.pos {
  background-image: linear-gradient(135deg, var(--_colors---background-colors--bg-light-blue) 35%, #e3ffdd);
}

.platform-comment-box.tippgeber {
  inset: auto auto 0% 4%;
}

.platform-comment-box.tippgeber.neg {
  background-image: linear-gradient(135deg, var(--_colors---background-colors--bg-light-blue), #fff1f1);
}

.platform-comment-box.tippgeber.pos {
  background-image: linear-gradient(135deg, var(--_colors---background-colors--bg-light-blue) 35%, #e3ffdd);
}

.platform-comment-box.neg {
  background-image: linear-gradient(135deg, #fff1f1, var(--_colors---background-colors--bg-light-blue));
}

.platform-comment-box.pos {
  background-image: linear-gradient(135deg, #e3ffdd, var(--_colors---background-colors--bg-light-blue) 65%);
}

.comments-wrap-negative, .comments-wrap-positive {
  display: block;
  position: absolute;
  inset: 0%;
}

.toggle-inner-wrapper-plat {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  cursor: pointer;
  border-radius: 999px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 310px;
  height: 60px;
  display: grid;
  position: relative;
  box-shadow: inset 0 2px 5px #0003;
}

.toggle-platform {
  width: 50%;
  height: 105%;
  box-shadow: 10px 15px 13px 0 #0000001a, inset 2px 2px 3px 0 var(--_colors---base-colors--white), 2px 2px 3px 0 #00000026;
  background-color: #ecf3ff;
  border-radius: 999px;
  position: absolute;
  inset: -5% 0% 0% auto;
}

.toggle-wrapper-1 {
  outline-color: var(--_colors---background-colors--bg-light-blue);
  outline-offset: 7px;
  border-radius: 999px;
  outline-width: 2px;
  outline-style: solid;
  width: 100%;
  height: 100%;
  position: absolute;
}

.mit-hypofy {
  z-index: 100;
  width: 500px;
  position: absolute;
}

.mit-hypofy.after {
  z-index: 100;
}

@media screen and (min-width: 1440px) {
  .section-faqs.pricing-page {
    background-color: var(--_colors---base-colors--white);
  }

  .footer:where(.w-variant-96396cf2-40a5-e489-b550-c85b6b711741) {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .dsgvo-checkbox.w--redirected-checked {
    background-color: #fff;
    background-image: url('../images/Checkmark-green_1Checkmark-green.png');
    background-size: 80%;
    border-radius: 5px;
    box-shadow: 0 0 5px #69a500;
  }

  .dsgvo-checkbox.w--redirected-focus {
    box-shadow: 0 0 5px #69a500;
  }

  .hero-block-content-wrapper {
    padding-right: 0;
  }

  .hero-section-pricing {
    padding-bottom: 2rem;
  }

  .blog-info-flex.center-aligned {
    margin-left: auto;
    margin-right: auto;
  }

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

  .job-box-title:hover {
    box-shadow: inset 2px 2px 0 0 var(--_colors---base-colors--white), inset -2px -2px 5px 0 #0003;
  }

  .kontaktform-content-wrapper {
    box-shadow: inset 2px 2px 0 0 var(--_colors---base-colors--white), inset -3px -3px 5px 0 #0003;
    background-color: #fff6;
  }

  .job-details-tag {
    font-size: var(--_typography---paragraph-text-sizes--text-size-l);
  }

  .blog-cta-box {
    background-color: var(--_colors---background-colors--bg-light-blue);
    box-shadow: inset 2px 2px 0 0 var(--_colors---base-colors--white), inset -3px -3px 5px 0 #0003;
  }
}

@media screen and (min-width: 1920px) {
  body {
    --_typography---fonts--primary-font: "Outfit CSTM", Verdana, sans-serif;
    --_typography---headings-sizes--h1-m: 46px;
    --_typography---text-line-heights--text-line-height-s: 120%;
    --_typography---text-weights--text-weigtht-600: 600;
    --_typography---headings-sizes--h2-m: 42px;
    --_typography---headings-sizes--h3-m: 28px;
    --_typography---paragraph-text-sizes--text-size-m: 17px;
    --_typography---text-line-heights--text-line-height-l: 160%;
    --_typography---text-weights--text-weigtht-400: 400;
    --_typography---text-line-heights--text-line-height-m: 130%;
    --_typography---text-weights--text-weigtht-700: 700;
    --_typography---paragraph-text-sizes--text-size-s: 15px;
    --_typography---headings-sizes--h1-xs: 36px;
    --_typography---headings-sizes--h1-s: 42px;
    --_typography---text-weights--text-weigtht-500: 500;
    --_typography---headings-sizes--h2-l: 44px;
    --_typography---headings-sizes--h2-s: 30px;
    --_typography---headings-sizes--h3-l: 32px;
    --_typography---headings-sizes--h3-s: 26px;
    --_typography---text-weights--text-weigtht-300: 300;
    --_typography---paragraph-text-sizes--text-size-l: 19px;
    --_typography---paragraph-text-sizes--text-size-xl: 24px;
    --_typography---button-texts-settings--button-text: var(--_typography---paragraph-text-sizes--text-size-m);
    --_typography---headings-sizes--h3-xl: 36px;
    --_typography---paragraph-text-sizes--text-size-xs: 14px;
    --_typography---paragraph-text-sizes--text-size-xxs: 12px;
    --_typography---button-texts-settings--button-text-weight: var(--_typography---text-weights--text-weigtht-500);
    --_typography---text-line-heights--text-line-height-xs: 110%;
  }

  .about-us-grid {
    margin-top: -15vh;
  }

  .about-us-content-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .icon-55px {
    width: 60px;
    height: 60px;
  }

  .sticky-wrap {
    top: 18vh;
  }

  .fade-item.is-2 {
    width: 90%;
  }

  .screenshot-1 {
    width: 75%;
    min-width: 75%;
    max-width: 75%;
  }

  .dsgvo-checkbox.w--redirected-focus {
    box-shadow: 0 0 3px 1px #ffc700;
  }

  .screenshot-2 {
    max-height: 70vh;
  }

  .screenshot-3 {
    width: 75%;
    min-width: 75%;
    max-width: 75%;
  }

  .author_container {
    justify-content: space-between;
    width: 100%;
    margin-top: 2rem;
  }
}

@media screen and (max-width: 991px) {
  body {
    --_corners---corner-button\<deleted\|variable-58f8e096-94cc-c68f-6786-b9c1093a9eef\>: 12px;
    --_corners---corner-button: 100px;
    --_corners---corner-m: 30px;
    --_corners---corner-s: 20px;
    --_corners---corner-xxs: 12px;
    --_corners---corner-xs: 15px;
    --_corners---corner-l: 45px;
    --_typography---fonts--primary-font: "Outfit CSTM", Verdana, sans-serif;
    --_typography---headings-sizes--h1-m: 42px;
    --_typography---text-line-heights--text-line-height-s: 120%;
    --_typography---text-weights--text-weigtht-600: 600;
    --_typography---headings-sizes--h2-m: 36px;
    --_typography---headings-sizes--h3-m: 28px;
    --_typography---paragraph-text-sizes--text-size-m: 16.5px;
    --_typography---text-line-heights--text-line-height-l: 160%;
    --_typography---text-weights--text-weigtht-400: 400;
    --_typography---text-line-heights--text-line-height-m: 130%;
    --_typography---text-weights--text-weigtht-700: 700;
    --_typography---paragraph-text-sizes--text-size-s: 15px;
    --_typography---headings-sizes--h1-xs: 34px;
    --_typography---headings-sizes--h1-s: 38px;
    --_typography---text-weights--text-weigtht-500: 500;
    --_typography---headings-sizes--h2-l: 30px;
    --_typography---headings-sizes--h2-s: 26px;
    --_typography---headings-sizes--h3-l: 30px;
    --_typography---headings-sizes--h3-s: 26px;
    --_typography---text-weights--text-weigtht-300: 300;
    --_typography---paragraph-text-sizes--text-size-l: 19px;
    --_typography---paragraph-text-sizes--text-size-xl: 22px;
    --_typography---button-texts-settings--button-text: var(--_typography---paragraph-text-sizes--text-size-m);
    --_typography---headings-sizes--h3-xl: 32px;
    --_typography---paragraph-text-sizes--text-size-xs: 14px;
    --_typography---paragraph-text-sizes--text-size-xxs: 12px;
    --_typography---button-texts-settings--button-text-weight: var(--_typography---text-weights--text-weigtht-500);
    --_typography---text-line-heights--text-line-height-xs: 110%;
    --_layout-structure---gaps--gap-m: 1.5rem;
    --_layout-structure---gaps--gap-xxl: 4rem;
    --_layout-structure---gaps--gap-xl: 3rem;
    --_layout-structure---gaps--gap-s: 1rem;
    --_layout-structure---gaps--gap-l: 2rem;
    --_layout-structure---gaps--gap-xs: .5rem;
  }

  .fs-styleguide_heading-header {
    font-size: 4rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .fs-styleguide_heading-medium-2 {
    font-size: 3rem;
  }

  .text-align-center.mobile-aligned-left {
    text-align: left;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .flex-horizontal-left-center, .flex-horizontal-left-bottom, .flex-horizontal-left-top, .flex-horizontal-centered-top, .flex-horizontal-centered-center, .flex-horizontal-right-bottom, .flex-horizontal-right-top, .flex-horizontal-right-center, .flex-horizontal-centered-bottom, .justify-left-stretch-h, .justify-center-stretch-v, .justify-right-stretch-h, .flex-vertical-left-top, .flex-vertical-left-center, .flex-vertical-left-bottom, .flex-vertical-centered-top, .flex-vertical-centered-center, .flex-vertical-centered-bottom, .flex-vertical-right-top, .flex-vertical-right-center, .flex-vertical-right-bottom, .justify-top-stretch-v, .justify-center-stretch-h, .justify-bottom-stretch-v {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hamburger-nav-menu {
    background-color: var(--_colors---base-colors--white);
    background-image: none;
    height: 100vh;
    padding-top: 7rem;
    display: none;
  }

  .hamburger-middle-line-desktop {
    background-color: var(--_colors---brand-colors--blue-dark);
  }

  .mobile-menu {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    display: block;
  }

  .navbar-links-wrapper {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .hamburger-top-line {
    background-color: #011630;
  }

  .nav-link {
    color: var(--_colors---base-colors--black);
  }

  .mobile-menu-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .navbar-wrapper {
    grid-auto-columns: 1fr;
    padding-top: 0;
    position: static;
  }

  .hamburger-icon-wrapper {
    cursor: pointer;
  }

  .desktop-menu {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: none;
  }

  .navbar-cstm {
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: fixed;
  }

  .page-padding {
    width: 100%;
  }

  .hamburger-bottom-line {
    background-color: var(--_colors---brand-colors--blue-dark);
  }

  .section-about-us {
    padding-top: 6rem;
  }

  .section-testimonials {
    padding-top: 22rem;
  }

  .about-us-grid {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .about-us-img-wrapper.desktop-only {
    width: 100%;
    height: 400px;
    display: block;
  }

  .about-us-img {
    object-position: 50% 70%;
  }

  .headline-wrapper {
    grid-column-gap: var(--_layout-structure---gaps--gap-l);
    grid-row-gap: var(--_layout-structure---gaps--gap-l);
    width: 100%;
  }

  .headline-wrapper.fill-container {
    align-items: stretch;
  }

  .buttons-wrapper {
    width: 100%;
  }

  .buttons-wrapper.mobile-men {
    justify-content: flex-start;
    align-items: center;
  }

  .headline-wrapper-centered._70--wide, .headline-wrapper-centered._80--wide, .headline-wrapper-centered._60--wide {
    width: 100%;
  }

  .hypofy-funtions-grid-1 {
    grid-column-gap: var(--_layout-structure---gaps--gap-xxl);
    grid-row-gap: var(--_layout-structure---gaps--gap-xxl);
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: .75fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .hypofy-funtions-grid-1.is-3 {
    grid-template-columns: .75fr;
    margin-top: 5rem;
  }

  .hypofy-funtions-grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  .section-faqs.pricing-page {
    padding-top: 5rem;
  }

  .faq-wrapper {
    display: block;
  }

  ._3-steps-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .icon-16px.mobile-rotate {
    transform: rotate(90deg);
  }

  .client-logos-section {
    margin-top: 4rem;
  }

  .client-logo {
    width: 100px;
    max-width: 100px;
    max-height: 25px;
  }

  .video-wrapper-blue {
    margin-top: 8rem;
    padding: 2rem;
  }

  .faqs-wrapper {
    width: 100%;
  }

  .accordion {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .accordion.faq-wrapper {
    width: 100%;
    margin-top: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-body.faq-paddings {
    padding-right: 20px;
  }

  .accordion-body.faq-paddings.js-accordion-body {
    padding-right: 50px;
  }

  .video-section-inner-wrapper {
    grid-column-gap: var(--_layout-structure---gaps--gap-l);
    grid-row-gap: var(--_layout-structure---gaps--gap-l);
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .video-wrapper-grid {
    padding-bottom: 1rem;
  }

  .video-wrapper-grid.table {
    display: flex;
  }

  .video-wrapper-grid.desktop {
    display: none;
  }

  .footer {
    padding-top: 5rem;
  }

  .footer:where(.w-variant-96396cf2-40a5-e489-b550-c85b6b711741) {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .footer:where(.w-variant-9154eced-b49a-decd-8442-cf2c5fdd77ef) {
    padding-top: 32rem;
  }

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

  .section-6-cards-bg-img {
    object-position: 70% 0%;
  }

  ._6-cards-grid {
    grid-template-columns: 1fr 1fr;
  }

  .bottom-cta-blue-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .bottom-cta-mini-wrapper-h {
    flex-flow: column;
    margin-bottom: .5rem;
  }

  .sticky-wrap {
    height: auto;
    position: relative;
    top: auto;
  }

  .fade-item {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    position: relative;
  }

  .fade-item.is-2, .fade-item.is-3 {
    opacity: 1;
  }

  .section-hero {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-top: 8rem;
    padding-bottom: 4rem;
    display: block;
  }

  .screenshot-1 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    max-height: none;
  }

  .fade-stack {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    min-height: auto;
  }

  .funktionen-mockup-img2-2 {
    width: 300px;
    inset: auto 0% 20% auto;
  }

  .funktionen-mockup-img2-3 {
    display: none;
  }

  .checkbox-field-2 {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: -1rem;
    padding-right: 0;
  }

  .checkbox-label-2 {
    font-size: 1.125em;
  }

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

  .content-subpage-wrapper {
    order: -1;
    width: 100%;
  }

  .hero-subpage {
    padding-top: 10rem;
  }

  .hero-subpage.platform {
    padding-bottom: 1rem;
  }

  .crm-hero-bloxk-wrapper {
    flex-flow: column;
    padding-bottom: 0;
    padding-right: 0;
  }

  .crm-hero-bloxk-wrapper.about, .crm-hero-bloxk-wrapper.about-top, .crm-hero-bloxk-wrapper.margin-top-4rem {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    align-items: flex-start;
  }

  .hero-block-content-wrapper {
    order: -9999;
    width: 100%;
    padding: 1rem 2rem 1rem 1rem;
  }

  .crm-hero-mockup-1 {
    width: 100%;
    margin-left: auto;
    position: relative;
  }

  ._3-facts-grid.up-5rem {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .crm-hero-mockup-2 {
    width: 75%;
    margin-left: auto;
    position: relative;
    left: 0%;
  }

  .faq-wrapper-crm-page {
    width: 100%;
  }

  .tab-referenzen {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    width: auto;
  }

  .text-size-small.text-aligned-center.tablet-left {
    text-align: left;
  }

  .referenz-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.75fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .ref-tab-content {
    min-height: auto;
    padding-top: 3rem;
    padding-bottom: 0;
  }

  .tabs-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    display: grid;
  }

  .ref-img-div {
    height: 350px;
    display: none;
  }

  .tabs-quotes-wrapper {
    grid-column-gap: var(--_layout-structure---gaps--gap-m);
    grid-row-gap: var(--_layout-structure---gaps--gap-m);
  }

  ._4-cards-grid {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .white-labeling-img-wrapper-abs.member-card {
    height: 280px;
  }

  .white-labeling-img-wrapper-rel.platform-mockup-1, .white-labeling-img-wrapper-rel.wl-mockup-3 {
    padding-bottom: 1rem;
    padding-left: 1rem;
  }

  .white-labeling-img-wrapper-rel.is-right {
    padding-bottom: 1rem;
    padding-right: 1rem;
  }

  .white-labeling-img-wrapper-rel.wl-mockup-3-1, .white-labeling-img-wrapper-rel.member-card {
    padding-bottom: 1rem;
    padding-left: 1rem;
  }

  .curvy-arrow-wrapper._4step {
    margin-top: 2rem;
  }

  .section-role-of-hypofy {
    padding-bottom: 4rem;
  }

  .role-of-hypofy-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    margin-top: 3rem;
    padding-right: 2rem;
    display: flex;
  }

  .section-prices-blocks {
    padding-top: 2rem;
  }

  .prices-blocks-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .content-highlight-box.smaller-box.contact {
    width: 100%;
    margin-top: 4rem;
  }

  .kontakt-flex {
    flex-flow: column;
    margin-top: 2rem;
  }

  .demo_expert-container {
    flex-flow: row;
    align-items: flex-start;
  }

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

  .content-subpage-wrapper-3 {
    order: -1;
    width: 100%;
  }

  .content-subpage-wrapper-3.width-50--desktop {
    flex-flow: column;
    width: 100%;
  }

  .login-flex {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    inset: 2rem auto auto 3.9rem;
  }

  .anim-box {
    width: 50%;
    box-shadow: inset 2px 2px 0 0 var(--_colors---base-colors--white), inset 3px 3px 4px 0 #ffffff26, 15px 15px 15px 0 #0000000d;
    position: static;
  }

  .anim-box._1-r, .anim-box._2-r, .anim-box._3-r {
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #f2f0e800;
  }

  .screenshot-2 {
    width: 70%;
    min-width: 70%;
    max-width: 70%;
  }

  .screenshot-3 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .section-animation {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    height: auto;
    display: block;
  }

  .logo-wrapper {
    width: auto;
  }

  .hero-text-wrapper, .contact-text {
    width: 100%;
  }

  .funktionen-mockup-img2-4 {
    width: 300px;
    inset: auto 0% 20% auto;
  }

  .faq-img {
    display: none;
  }

  .bg-fade {
    background-image: linear-gradient(#ebf3ff00 29%, #ebf3ff), linear-gradient(#00000080, #00000080);
  }

  .anim-box-wrapper {
    grid-column-gap: var(--_layout-structure---gaps--gap-l);
    grid-row-gap: var(--_layout-structure---gaps--gap-l);
    border-top: 2px solid var(--_colors---base-colors--white);
    border-left: 2px solid var(--_colors---base-colors--white);
    border-radius: var(--_corners---corner-m);
    background-color: #f2f0e899;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 1rem;
    display: flex;
    position: static;
    box-shadow: 0 2px 10px #0000001a;
  }

  .desktop-only {
    display: none;
  }

  .from-tablet-visible {
    display: block;
  }

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

  .benefits-wl {
    padding-top: 2rem;
  }

  .quote-logo {
    max-width: 100px;
    height: 30px;
    max-height: none;
  }

  .form-wrapper {
    width: 100%;
    padding: 1.5rem;
  }

  .captcha-send-flex {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 0;
  }

  .form-text-field {
    height: 4rem;
  }

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

  .form-text-field.remarks-field {
    border-radius: 0;
  }

  .tabs-content {
    min-height: auto;
  }

  .blog-box-v-flex {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .blog-card {
    min-height: auto;
  }

  .blogs-collection-list-wrapper {
    width: 100%;
  }

  .blogs-collection-list {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .blog-top-part {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .blog-hero-img {
    min-width: 80%;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-img-wrapper {
    min-width: 100%;
    max-width: 100%;
    margin-top: 3rem;
  }

  .hero-wrapper-blog {
    flex-flow: column;
  }

  .blog-text-wrapper {
    width: 100%;
  }

  .blog-content-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    width: 80%;
    max-width: 600px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-cta {
    order: 1;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: none;
  }

  .blog-cta-heading {
    text-align: center;
  }

  .hero-404 {
    padding-top: 10rem;
    padding-bottom: 4rem;
  }

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

  .jobs-collection-list-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .jobs-collection-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .job-box-title {
    height: 450px;
  }

  .alt-page-akk-textblock-wrapper---1, .form-2.bewerbung {
    width: 100%;
  }

  .kontaktform-content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
  }

  .stellen-content {
    border-radius: 0;
  }

  .stellen-text {
    width: 100%;
  }

  .blog-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .job-cta {
    width: 100%;
    max-width: none;
    margin-top: 3rem;
  }

  .checkbox-field-bewerbungsformular {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: -1rem;
    padding-right: 0;
  }

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

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

  .steps-grid.dankesseite {
    grid-template-columns: 1fr 1fr;
  }

  .danke-wrapper {
    margin-top: 4rem;
  }

  .newsletter-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    display: flex;
  }

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

  .team {
    padding-bottom: 4rem;
  }

  .team-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 0;
  }

  .about-img-1 {
    border-top-left-radius: 0;
    border-top-right-radius: var(--_corners---corner-button);
    width: 100%;
    position: relative;
  }

  .img-platform {
    width: 70%;
    margin-left: auto;
    position: relative;
  }

  .navbar_link_dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar_dropdown-content {
    align-content: start;
    align-items: start;
    padding: 1rem 0;
    display: block;
  }

  .navbar_dropdown-content.is-single-list {
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar_dropdown-toggle {
    justify-content: flex-start;
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
  }

  .nav-menu-dd-text {
    color: #282645;
    font-size: 1rem;
  }

  .dropdown-link-wrapper {
    border-bottom: 1px solid #b1b1b1;
    border-radius: 0;
    width: 100%;
    padding: 1rem 0;
  }

  .dropdown-link-wrapper:hover, .dropdown-link-wrapper:active {
    background-color: #f3f3f900;
  }

  .navbar_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar_dropdown-list.w--open {
    width: auto;
    box-shadow: none;
    padding: 0;
  }

  .navbar_dropdown-list.is-single-list.w--open {
    background-color: var(--_colors---base-colors--white);
    border-bottom-style: none;
    border-left-style: none;
    border-radius: 0;
  }

  .navbar_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar_dropdown-link-list {
    justify-items: start;
    padding: 1rem 0 0;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .nav-link-dd {
    color: var(--_colors---base-colors--black);
  }

  .h1-blog {
    font-size: 32px;
  }

  ._404-buttons-wrapper {
    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;
  }

  ._404-img {
    width: 100%;
    position: relative;
  }

  .animation-wrapper {
    width: 500px;
  }

  .comments-wrap-negative, .comments-wrap-positive {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

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

  .fs-styleguide_heading-medium-2 {
    font-size: 2rem;
  }

  .text-size-s {
    margin-bottom: 0;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .flex-horizontal-left-center, .flex-horizontal-left-bottom, .flex-horizontal-left-top, .flex-horizontal-centered-top, .flex-horizontal-centered-center, .flex-horizontal-right-bottom, .flex-horizontal-right-top, .flex-horizontal-right-center, .flex-horizontal-centered-bottom, .justify-left-stretch-h, .justify-center-stretch-v, .justify-right-stretch-h, .flex-vertical-left-top, .flex-vertical-left-center, .flex-vertical-left-bottom, .flex-vertical-centered-top, .flex-vertical-centered-center, .flex-vertical-centered-bottom, .flex-vertical-right-top, .flex-vertical-right-center, .flex-vertical-right-bottom, .justify-top-stretch-v, .justify-center-stretch-h, .justify-bottom-stretch-v {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-about-us {
    padding-top: 4.5rem;
  }

  .section-testimonials {
    padding-bottom: 6rem;
  }

  .about-us-grid {
    grid-column-gap: var(--_layout-structure---gaps--gap-m);
    grid-row-gap: var(--_layout-structure---gaps--gap-m);
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .about-us-img-wrapper {
    width: 100%;
    height: 300px;
  }

  .about-us-img-wrapper.desktop-only {
    height: 300px;
    margin-top: 2rem;
  }

  .about-us-content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .headline-wrapper {
    grid-column-gap: var(--_layout-structure---gaps--gap-s);
    grid-row-gap: var(--_layout-structure---gaps--gap-s);
  }

  .buttons-wrapper.mobile-men {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hypofy-funtions-grid-1 {
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 4rem;
  }

  .hypofy-funtions-grid-1.is-3 {
    grid-column-gap: var(--_layout-structure---gaps--gap-s);
    grid-row-gap: var(--_layout-structure---gaps--gap-s);
    grid-template-columns: 1fr;
  }

  .hypofy-functions-content-wrapper.higher {
    margin-top: 0;
  }

  .hypofy-funtions-grid-2 {
    grid-column-gap: var(--_layout-structure---gaps--gap-l);
    grid-row-gap: var(--_layout-structure---gaps--gap-l);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 5rem;
  }

  .section-faqs.wl-page {
    padding-top: 6rem;
  }

  .section-faqs.pricing-page {
    padding-top: 3rem;
  }

  .section-faqs.plattform-page {
    padding-top: 6rem;
  }

  .faq-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  ._3-steps-grid {
    grid-column-gap: var(--_layout-structure---gaps--gap-xxl);
    grid-row-gap: var(--_layout-structure---gaps--gap-xxl);
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
    margin-top: 3rem;
  }

  ._3-steps-img-wrapper {
    height: 300px;
  }

  ._3-steps-right-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .clients-logo-grid {
    grid-column-gap: var(--_layout-structure---gaps--gap-l);
    grid-row-gap: var(--_layout-structure---gaps--gap-l);
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
  }

  .video-wrapper-blue {
    margin-top: 7rem;
  }

  .accordion-header.mobile-flex-h.js-accordion-header {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .accordion {
    width: 100%;
    margin-bottom: -16px;
  }

  .accordion.faq-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-body.faq-paddings.js-accordion-body {
    padding-right: 20px;
  }

  .video-section-inner-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .footer:where(.w-variant-96396cf2-40a5-e489-b550-c85b6b711741) {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .footer:where(.w-variant-9154eced-b49a-decd-8442-cf2c5fdd77ef) {
    padding-top: 28rem;
  }

  .footer-grid-big {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: .25fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .section-6-cards {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }

  ._6-cards-grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .functions-img-wrapper-rel.f-mockup-1 {
    height: 250px;
  }

  .functions-img-wrapper-abs.f-mockup-2 {
    width: 60%;
    height: 300px;
  }

  .funktionen-mockup-img1-3 {
    width: 200px;
  }

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

  .fade-item {
    margin-top: 4rem;
  }

  .section-hero {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-top: 8rem;
    display: block;
  }

  .screenshot-1 {
    width: 90vw;
  }

  .fade-stack {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .functions-mockups-wrapper {
    width: 100%;
    height: 500px;
    max-height: none;
  }

  .functions-mockups-wrapper.is-3 {
    height: 380px;
  }

  .functions-mockups-wrapper.is-2 {
    height: 550px;
    margin-top: 1rem;
  }

  .checkbox-field-2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

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

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

  .crm-hero-bloxk-wrapper {
    flex-flow: column;
    padding: 0;
  }

  .crm-hero-bloxk-wrapper.block-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .hero-block-content-wrapper {
    order: 0;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 2rem;
  }

  .crm-hero-mockup-1 {
    width: 100%;
  }

  .section-3-facts {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  ._3-facts-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  ._3-facts-card-text-wrapper {
    grid-column-gap: var(--_layout-structure---gaps--gap-s);
    grid-row-gap: var(--_layout-structure---gaps--gap-s);
  }

  .steffens-word {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .steffens-word-wrapper {
    grid-row-gap: var(--_layout-structure---gaps--gap-xl);
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
    width: 100%;
    padding: 1.5rem;
  }

  .steffens-word-small-wrapper {
    grid-column-gap: var(--_layout-structure---gaps--gap-m);
    grid-row-gap: var(--_layout-structure---gaps--gap-m);
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .steffens-word-small-inner-wrapper {
    grid-column-gap: var(--_layout-structure---gaps--gap-l);
    grid-row-gap: var(--_layout-structure---gaps--gap-l);
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .steffens-word-bigger-wrapper {
    grid-column-gap: var(--_layout-structure---gaps--gap-m);
    grid-row-gap: var(--_layout-structure---gaps--gap-m);
  }

  .crm-hero-mockup-2 {
    width: 90%;
  }

  .faq-wrapper-crm-page {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  .tab-referenzen {
    height: 100px;
  }

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

  .referenz-img {
    min-width: 50px;
    min-height: 50px;
  }

  .ref-tab-content {
    min-height: auto;
    padding-bottom: 0;
  }

  .ref-img-div {
    width: 50%;
  }

  .tabs-quotes-wrapper {
    grid-column-gap: var(--_layout-structure---gaps--gap-m);
    grid-row-gap: var(--_layout-structure---gaps--gap-m);
  }

  .steffens-name-wrapper {
    grid-column-gap: var(--_layout-structure---gaps--gap-xs);
    grid-row-gap: var(--_layout-structure---gaps--gap-xs);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

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

  ._4-cards-grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .white-labeling-mockups-wrapper {
    height: 350px;
  }

  .white-labeling-img-wrapper-abs.member-card {
    height: 320px;
  }

  .hypofy-facts-grid-1 {
    grid-column-gap: var(--_layout-structure---gaps--gap-l);
    grid-row-gap: var(--_layout-structure---gaps--gap-l);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .hypofy-facts-grid-2 {
    grid-column-gap: var(--_layout-structure---gaps--gap-l);
    grid-row-gap: var(--_layout-structure---gaps--gap-l);
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  .curvy-arrow-wrapper {
    height: 5rem;
  }

  .curvy-arrow {
    width: 100px;
  }

  .section-role-of-hypofy {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .role-of-hypofy-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  .role-of-hypofy-small-inner-wrapper {
    grid-column-gap: var(--_layout-structure---gaps--gap-xs);
    grid-row-gap: var(--_layout-structure---gaps--gap-xs);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .role-of-hypofy-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

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

  .section-prices-blocks {
    padding-bottom: 3rem;
  }

  .info-page-hero, .contact-page-hero {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .content-highlight-box {
    padding: 2.3rem;
  }

  .content-highlight-box.smaller-box {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .h1-subpages {
    font-size: 34px;
  }

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

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

  .anim-box {
    width: 100%;
    box-shadow: none;
    background-color: #f2f0e800;
    border-radius: 0;
    padding: 0;
  }

  .anim-box._1-r, .anim-box._2-r, .anim-box._3-r {
    border-left: 1px solid #000;
    padding-left: 2rem;
  }

  .screenshot-3 {
    width: 90vw;
  }

  .section-animation {
    background-image: linear-gradient(180deg, #ece6d8cc, var(--_colors---background-colors--bg-light-brown) 4%, var(--_colors---background-colors--bg-light-blue) 15%, #fcfdff 87%);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-bottom: 5rem;
    display: block;
  }

  .quote-huge-text {
    font-size: 26px;
  }

  .about-card {
    min-height: auto;
  }

  .funktionen-mockup-img2-4.img-shadow {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .img-absolute-flex-2 {
    width: 100%;
    bottom: 0%;
  }

  .funktionen-mockup-img3-03 {
    width: 200px;
  }

  .bg-6-cards-wrapper {
    height: 500px;
    top: 0%;
  }

  .anim-box-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    box-shadow: none;
    background-color: #f2f0e800;
    border-top-style: none;
    border-left-style: none;
    border-radius: 0;
    flex-flow: column;
    padding: 0;
  }

  .image {
    width: 50%;
  }

  .benefits-wl {
    padding-top: 1rem;
    padding-bottom: 3rem;
  }

  .form-wrapper {
    width: 100%;
  }

  .captcha-send-flex {
    justify-content: space-between;
    align-items: flex-start;
  }

  .hypofy-facts-grid-3 {
    grid-column-gap: var(--_layout-structure---gaps--gap-l);
    grid-row-gap: var(--_layout-structure---gaps--gap-l);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .focus-card {
    min-height: auto;
  }

  .pricing-agr-flex {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .pricing-checkmark {
    margin-top: 7px;
  }

  .webinar-hero {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .blogs-collection-list {
    grid-column-gap: 1.25rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .blog-top-part {
    width: 100%;
  }

  .blog-hero-img {
    min-width: 100%;
    max-width: 100%;
  }

  .hero-img-wrapper {
    margin-top: 1rem;
  }

  .hero-wrapper-blog {
    justify-content: flex-start;
    align-items: center;
  }

  .blog-content {
    padding-top: 8rem;
  }

  .blog-content-wrapper {
    width: 100%;
  }

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

  .section-karriere {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

  .job-box-title {
    height: 350px;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .kontaktform-content-wrapper {
    padding: 1.7rem;
  }

  .stellen-content {
    border-radius: 0;
  }

  .checkbox-field-bewerbungsformular {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .steps-grid.dankesseite {
    grid-template-columns: 1fr;
  }

  .newsletter-wrapper {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
  }

  .about-einstieg {
    padding-bottom: 2rem;
  }

  .plattform-section {
    padding-top: 5rem;
  }

  .team {
    background-image: linear-gradient(60deg, var(--_colors---background-colors--bg-light-brown), var(--_colors---background-colors--bg-light-blue));
    padding-bottom: 5rem;
  }

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

  .img-platform {
    width: 100%;
  }

  .navbar_dropdown-content {
    grid-row-gap: .5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
  }

  .dropdown-link-wrapper {
    max-width: none;
  }

  .h1-blog {
    font-size: 30px;
  }
}

@media screen and (max-width: 479px) {
  body {
    --_corners---corner-button\<deleted\|variable-58f8e096-94cc-c68f-6786-b9c1093a9eef\>: 12px;
    --_corners---corner-button: 100px;
    --_corners---corner-m: 24px;
    --_corners---corner-s: 16px;
    --_corners---corner-xxs: 12px;
    --_corners---corner-xs: 15px;
    --_corners---corner-l: 32px;
    --_typography---fonts--primary-font: "Outfit CSTM", Verdana, sans-serif;
    --_typography---headings-sizes--h1-m: 32px;
    --_typography---text-line-heights--text-line-height-s: 120%;
    --_typography---text-weights--text-weigtht-600: 600;
    --_typography---headings-sizes--h2-m: 30px;
    --_typography---headings-sizes--h3-m: 26px;
    --_typography---paragraph-text-sizes--text-size-m: 16.5px;
    --_typography---text-line-heights--text-line-height-l: 160%;
    --_typography---text-weights--text-weigtht-400: 400;
    --_typography---text-line-heights--text-line-height-m: 130%;
    --_typography---text-weights--text-weigtht-700: 700;
    --_typography---paragraph-text-sizes--text-size-s: 15px;
    --_typography---headings-sizes--h1-xs: 32px;
    --_typography---headings-sizes--h1-s: 36px;
    --_typography---text-weights--text-weigtht-500: 500;
    --_typography---headings-sizes--h2-l: 30px;
    --_typography---headings-sizes--h2-s: 22px;
    --_typography---headings-sizes--h3-l: 30px;
    --_typography---headings-sizes--h3-s: 24px;
    --_typography---text-weights--text-weigtht-300: 300;
    --_typography---paragraph-text-sizes--text-size-l: 19px;
    --_typography---paragraph-text-sizes--text-size-xl: 22px;
    --_typography---button-texts-settings--button-text: var(--_typography---paragraph-text-sizes--text-size-m);
    --_typography---headings-sizes--h3-xl: 26px;
    --_typography---paragraph-text-sizes--text-size-xs: 14px;
    --_typography---paragraph-text-sizes--text-size-xxs: 12px;
    --_typography---button-texts-settings--button-text-weight: var(--_typography---text-weights--text-weigtht-500);
    --_typography---text-line-heights--text-line-height-xs: 110%;
    --_layout-structure---gaps--gap-m: 1.5rem;
    --_layout-structure---gaps--gap-xxl: 3rem;
    --_layout-structure---gaps--gap-xl: 2rem;
    --_layout-structure---gaps--gap-s: .75rem;
    --_layout-structure---gaps--gap-l: 1.5rem;
    --_layout-structure---gaps--gap-xs: .5rem;
  }

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

  .heading-1-m {
    margin-top: 0;
    margin-bottom: 0;
  }

  .h2-m.centered.left-aligned-mobile, .text-align-center.mobile-only-aligned-left {
    text-align: left;
  }

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

  .flex-horizontal-left-center, .flex-horizontal-left-bottom, .flex-horizontal-left-top, .flex-horizontal-centered-top, .flex-horizontal-centered-center, .flex-horizontal-right-bottom, .flex-horizontal-right-top, .flex-horizontal-right-center, .flex-horizontal-centered-bottom, .justify-left-stretch-h, .justify-center-stretch-v, .justify-right-stretch-h, .flex-vertical-left-top, .flex-vertical-left-center, .flex-vertical-left-bottom, .flex-vertical-centered-top, .flex-vertical-centered-center, .flex-vertical-centered-bottom, .flex-vertical-right-top, .flex-vertical-right-center, .flex-vertical-right-bottom, .justify-top-stretch-v, .justify-center-stretch-h, .justify-bottom-stretch-v {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hamburger-nav-menu {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1rem;
    overflow: auto;
  }

  .mobile-menu {
    justify-content: center;
    align-items: center;
  }

  .navbar-links-wrapper, .navbar-container {
    width: 100%;
  }

  .navbar-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    width: 100%;
    min-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .secondary-button {
    padding-left: 1.7rem;
    padding-right: 1.7rem;
  }

  .secondary-button:hover {
    background-color: #fff3;
    background-image: none;
  }

  .navbar-cstm {
    height: 4rem;
    padding-top: 2rem;
    padding-bottom: 1.3rem;
  }

  .page-padding {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }

  .hamburger-bottom-line {
    border-radius: 5px;
  }

  .navbar-logo-wrapper {
    width: 45%;
    min-width: 140px;
  }

  .section-about-us {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }

  .primary-button {
    justify-content: space-between;
    align-items: center;
  }

  .button-text {
    font-size: var(--_typography---paragraph-text-sizes--text-size-m);
    text-align: center;
  }

  .section-testimonials {
    padding-top: 20rem;
    padding-bottom: 5rem;
  }

  .about-us-content-wrapper {
    grid-column-gap: var(--_layout-structure---gaps--gap-xl);
    grid-row-gap: var(--_layout-structure---gaps--gap-xl);
  }

  .headline-wrapper {
    grid-column-gap: var(--_layout-structure---gaps--gap-m);
    grid-row-gap: var(--_layout-structure---gaps--gap-m);
  }

  .headline-wrapper.fill-container {
    grid-column-gap: var(--_layout-structure---gaps--gap-l);
    grid-row-gap: var(--_layout-structure---gaps--gap-l);
    align-items: stretch;
  }

  .google-rate-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .about-us-small-wrapper-v {
    grid-column-gap: var(--_layout-structure---gaps--gap-l);
    grid-row-gap: var(--_layout-structure---gaps--gap-l);
    margin-bottom: 1rem;
  }

  .about-us-fact-wrapper {
    grid-column-gap: var(--_layout-structure---gaps--gap-xs);
    grid-row-gap: var(--_layout-structure---gaps--gap-xs);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .icon-55px {
    width: 50px;
    height: 50px;
    margin-left: -5px;
  }

  .buttons-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .buttons-wrapper.left-aligned-on-mobile {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-hypofy-in-practice {
    padding-top: 4rem;
  }

  .headline-wrapper-centered {
    grid-column-gap: var(--_layout-structure---gaps--gap-xs);
    grid-row-gap: var(--_layout-structure---gaps--gap-xs);
  }

  .headline-wrapper-centered._80--wide {
    grid-column-gap: var(--_layout-structure---gaps--gap-m);
    grid-row-gap: var(--_layout-structure---gaps--gap-m);
    width: 100%;
  }

  .headline-wrapper-centered._80--wide.gap-1rem.mobile-2rem {
    grid-column-gap: var(--_layout-structure---gaps--gap-l);
    grid-row-gap: var(--_layout-structure---gaps--gap-l);
  }

  .paragraph.centered.left-aligned-mobile {
    text-align: left;
  }

  .hypofy-funtions-grid-1 {
    grid-column-gap: var(--_layout-structure---gaps--gap-xl);
    grid-row-gap: var(--_layout-structure---gaps--gap-xl);
  }

  .hypofy-funtions-grid-1.is-3 {
    grid-column-gap: var(--_layout-structure---gaps--gap-xl);
    grid-row-gap: var(--_layout-structure---gaps--gap-xl);
    margin-top: 4rem;
  }

  .hypofy-functions-content-wrapper {
    grid-column-gap: var(--_layout-structure---gaps--gap-m);
    grid-row-gap: var(--_layout-structure---gaps--gap-m);
  }

  .hypofy-funtions-grid-2 {
    grid-column-gap: var(--_layout-structure---gaps--gap-xl);
    grid-row-gap: var(--_layout-structure---gaps--gap-xl);
    margin-top: 4rem;
  }

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

  .section-faqs.wl-page, .section-faqs.plattform-page {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }

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

  ._3-steps-grid {
    grid-row-gap: var(--_layout-structure---gaps--gap-xl);
  }

  ._3-steps-img-wrapper {
    height: 200px;
    padding-bottom: 1rem;
    padding-left: 1rem;
  }

  ._3-steps-left-container {
    grid-column-gap: var(--_layout-structure---gaps--gap-m);
    grid-row-gap: var(--_layout-structure---gaps--gap-m);
    flex-flow: column;
    grid-template-rows: minmax(auto, 1fr) minmax(auto, 1fr);
    justify-content: flex-start;
    place-items: flex-start start;
    margin-top: 1rem;
    display: flex;
  }

  ._3-steps-small-wrapper {
    grid-column-gap: var(--_layout-structure---gaps--gap-m);
    grid-row-gap: var(--_layout-structure---gaps--gap-m);
    width: 100%;
  }

  ._3-steps-right-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .steps-card {
    flex-flow: column;
    padding: 1.3rem;
    box-shadow: 16px 16px 16px #0000001a;
  }

  .icon-64px {
    width: 45px;
    margin-left: -5px;
  }

  .icon-16px.mobile-rotate {
    transform: rotate(90deg);
  }

  .client-logos-section {
    margin-top: 4rem;
  }

  .clients-logo-grid {
    grid-column-gap: var(--_layout-structure---gaps--gap-m);
    grid-row-gap: var(--_layout-structure---gaps--gap-m);
    grid-template-rows: 1fr auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .video-wrapper-blue {
    margin-top: 6rem;
    padding: 1.2rem;
  }

  .video-wrapper-blue:where(.w-variant-a8e54461-96c6-9871-a51a-790fbb7de80e) {
    margin-top: 4rem;
  }

  .accordion-header {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .accordion-header.mobile-flex-h {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .accordion {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .accordion.faq-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .accordion__item.js-accordion-item {
    padding: 1.1rem 0 1.1rem 1.1rem;
  }

  .faq-question-text {
    flex: 0 100%;
    margin-top: 0;
    margin-left: 0;
    padding-right: 10px;
  }

  .accordion-body {
    padding-left: 56px;
  }

  .accordion-body.faq-paddings {
    padding-right: 0;
  }

  .video-wrapper-grid {
    border-radius: var(--_corners---corner-s);
    padding: .5rem;
  }

  .video-wrapper {
    border-radius: 10px;
  }

  .footer {
    padding-top: 4rem;
  }

  .footer:where(.w-variant-96396cf2-40a5-e489-b550-c85b6b711741) {
    padding-top: 3rem;
  }

  .footer:where(.w-variant-9154eced-b49a-decd-8442-cf2c5fdd77ef) {
    padding-top: 28rem;
  }

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

  .footer-grid-big {
    flex-flow: column;
    grid-template-columns: 1.25fr 1fr;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .footer-grid-small {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .footer-link {
    font-size: var(--_typography---paragraph-text-sizes--text-size-s);
  }

  .newsletter-inner-wrapper {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
  }

  .news-letter-email-input {
    height: 48px;
    padding-left: .7rem;
  }

  .news-letter-email-input::placeholder {
    font-size: var(--_typography---paragraph-text-sizes--text-size-s);
  }

  .newsletter-submit {
    width: 48px;
    height: 48px;
  }

  .newsletter-button-wrap {
    width: 52px;
    min-width: 52px;
    max-width: 52px;
    height: 52px;
    min-height: 52px;
    max-height: 52px;
  }

  .video-wrapper-small-flex-h {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

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

  ._6-cards-grid {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .functions-img-wrapper-rel {
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
  }

  .functions-img-wrapper-rel.f-mockup-1 {
    padding-bottom: 1.25rem;
    padding-right: 1.25rem;
  }

  .functions-img-wrapper-abs {
    width: 100%;
    height: 250px;
  }

  .functions-img-wrapper-abs.f-mockup-2 {
    width: 90%;
    height: 220px;
  }

  .functions-img-wrapper-abs.f-mockup-3 {
    inset: 0% auto auto 0%;
    width: 90%;
    inset: 0% 0% 0% auto;
  }

  .funktionen-mockup-img1-3 {
    width: 190px;
  }

  .funktionen-mockup-img1-3.img-shadow {
    min-width: 35%;
    max-width: 35%;
  }

  .funktionen-mockup-img1-2 {
    width: 128px;
  }

  .funktionen-mockup-img1-2.img-shadow {
    width: 150px;
    min-width: 40%;
    max-width: 40%;
  }

  .bottom-cta-blue-wrapper {
    grid-column-gap: var(--_layout-structure---gaps--gap-l);
    grid-row-gap: var(--_layout-structure---gaps--gap-l);
    margin-top: 5rem;
    padding: 1.7rem .9rem;
  }

  .bottom-cta-mini-wrapper-h {
    grid-column-gap: var(--_layout-structure---gaps--gap-xs);
    grid-row-gap: var(--_layout-structure---gaps--gap-xs);
    flex-flow: column;
  }

  .fade-item {
    margin-top: 2rem;
  }

  .section-hero {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-top: 8rem;
    padding-bottom: 2rem;
    display: block;
  }

  .funktionen-mockup-img2-2 {
    width: 160px;
  }

  .funktionen-mockup-img2-3 {
    display: none;
    inset: auto auto -6% 0%;
  }

  .functions-mockups-wrapper {
    max-width: 320px;
    height: 330px;
  }

  .functions-mockups-wrapper.is-2 {
    height: 350px;
  }

  .checkbox-field-2 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .dsgvo-checkbox {
    flex: none;
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1rem;
    line-height: 1;
  }

  .checkbox-label-2 {
    font-size: 12px;
    line-height: 140%;
  }

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

  .content-subpage-wrapper {
    grid-column-gap: 2.3rem;
    grid-row-gap: 2.3rem;
  }

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

  .hero-subpage.platform {
    padding-bottom: 2rem;
  }

  .hero-subpage.blog-post {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  .hero-subpage.job-page {
    padding-bottom: 2rem;
  }

  .crm-hero-bloxk-wrapper {
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }

  .crm-hero-bloxk-wrapper.about-top, .crm-hero-bloxk-wrapper.margin-top-4rem {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 0;
  }

  .hero-block-content-wrapper {
    padding: 1.5rem;
  }

  .crm-hero-mockup-1 {
    width: 110%;
    max-width: 110%;
    margin-left: 0;
    position: relative;
    bottom: 0;
    left: 0;
    right: auto;
  }

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

  ._3-facts-grid.up-5rem {
    margin-bottom: 3rem;
  }

  ._3-facts-card {
    padding: 1rem;
  }

  .steffens-word {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }

  .steffens-word-wrapper {
    padding: 1.3rem;
  }

  .steffens-word-small-wrapper {
    grid-column-gap: var(--_layout-structure---gaps--gap-s);
    grid-row-gap: var(--_layout-structure---gaps--gap-s);
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .quote-white-wrapper {
    padding: 1rem;
  }

  .crm-hero-mockup-2 {
    width: 100%;
  }

  .section-3steps-crm {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .video-text {
    font-size: 15px;
  }

  .tab-referenzen {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    border-radius: var(--_corners---corner-xxs);
    width: 100%;
    height: auto;
    padding: 4px;
  }

  .tab-referenzen.w--current {
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding: 3px;
  }

  .text-size-small.text-aligned-center.tablet-left {
    font-weight: 300;
  }

  .text-size-small.text-aligned-center.tablet-left.smaller-mobile {
    font-size: 12px;
  }

  .referenz-img {
    border-radius: 10px;
    width: 26px;
    min-width: 26px;
    height: 40px;
    min-height: 40px;
  }

  .tabs-menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    display: grid;
  }

  .ref-img-div {
    justify-content: center;
    align-items: flex-end;
    height: 200px;
  }

  .name-box {
    position: relative;
    bottom: .75rem;
    left: auto;
  }

  .icon-24px.bullet-point.up--25rem {
    margin-top: .25rem;
  }

  .section-4-cards {
    background-image: linear-gradient(180deg, #0000, var(--_colors---background-colors--bg-light-blue) 30%), linear-gradient(to bottom, #0006, #0006);
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  ._4-cards-grid {
    grid-template-rows: auto auto auto auto;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .section-4-cards-bg-img {
    height: 40%;
  }

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

  .sub-headline.gold {
    text-align: center;
  }

  .white-labeling-mockups-wrapper {
    height: 250px;
  }

  .white-labeling-mockups-wrapper.custom-height {
    height: 400px;
  }

  .white-labeling-img-wrapper-abs {
    width: 100%;
    height: 250px;
  }

  .white-labeling-img-wrapper-abs.wl-mockup-1 {
    z-index: 0;
    width: 80%;
    height: 200px;
    inset: auto 0% 0% auto;
  }

  .white-labeling-img-wrapper-abs.wl-mockup-2 {
    z-index: 0;
    width: 60%;
    inset: 0% auto auto 0%;
  }

  .white-labeling-img-wrapper-abs.wl-mockup-3 {
    inset: 0% auto auto 0%;
  }

  .white-labeling-img-wrapper-abs.wl-mockup-4 {
    height: 220px;
    inset: 0% auto auto 0%;
  }

  .white-labeling-img-wrapper-abs.role-of-hypofy {
    inset: 0% auto auto 0%;
  }

  .white-labeling-img-wrapper-abs.member-card {
    height: 200px;
    inset: 0% auto auto 0%;
  }

  .white-labeling-img-wrapper-rel {
    padding-bottom: 1rem;
    padding-left: 1rem;
  }

  .white-labeling-img-wrapper-rel.platform-mockup-1 {
    z-index: 300;
  }

  .white-labeling-img-wrapper-rel.is-right {
    padding-left: 0;
    padding-right: 1rem;
  }

  .white-labeling-mockup-img1-2 {
    border-top-left-radius: 0;
    border-top-right-radius: 120px;
  }

  .hypofy-facts-grid-1, .hypofy-facts-grid-2 {
    grid-column-gap: var(--_layout-structure---gaps--gap-xl);
    grid-row-gap: var(--_layout-structure---gaps--gap-xl);
  }

  .hypofy-facts-content-wrapper {
    grid-column-gap: var(--_layout-structure---gaps--gap-m);
    grid-row-gap: var(--_layout-structure---gaps--gap-m);
    justify-content: center;
    align-items: center;
  }

  .curvy-arrow-wrapper {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .curvy-arrow-wrapper.is-right {
    justify-content: flex-end;
    align-items: center;
    margin-left: 0;
  }

  .curvy-arrow-wrapper.is-first {
    justify-content: flex-start;
    align-items: center;
  }

  .curvy-arrow-wrapper._4step {
    margin-top: 0;
    margin-bottom: 0;
    display: none;
  }

  .curvy-arrow {
    margin-right: 15%;
  }

  .curvy-arrow.is-first {
    margin-left: 15%;
    margin-right: 0%;
  }

  .curvy-arrow.bo-arrow {
    margin-left: 0;
  }

  .section-role-of-hypofy {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .role-of-hypofy-grid {
    grid-column-gap: var(--_layout-structure---gaps--gap-xl);
    grid-row-gap: var(--_layout-structure---gaps--gap-xl);
    margin-top: 3rem;
  }

  .role-of-hypofy-img-wrapper {
    grid-column-gap: var(--_layout-structure---gaps--gap-m);
    grid-row-gap: var(--_layout-structure---gaps--gap-m);
    margin-bottom: 1rem;
    padding: 1rem;
  }

  .white-labeling-mockup-img4 {
    border-top-right-radius: 50px;
  }

  .role-of-hypofy-small-inner-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .role-of-hypofy-content-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-section-pricing {
    padding-top: 6rem;
    padding-bottom: 1rem;
  }

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

  .price-wrapper-card {
    grid-column-gap: var(--_layout-structure---gaps--gap-m);
    grid-row-gap: var(--_layout-structure---gaps--gap-m);
    padding: 1rem;
  }

  .info-page-hero {
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lottie-wrapper {
    width: 150px;
  }

  .lottie-wrapper._404-page {
    width: 100%;
    height: 200px;
    overflow: visible;
  }

  .contact-page-hero {
    padding-top: 5rem;
    padding-bottom: 2rem;
  }

  .content-highlight-box {
    padding: 2rem 1.5rem 1.5rem;
  }

  .content-highlight-box.smaller-box {
    padding-top: 2.5rem;
  }

  .content-highlight-box.smaller-box.contact {
    padding: 1rem 1rem 2rem;
  }

  .h1-subpages {
    font-size: 28px;
  }

  .gap-2rem {
    grid-column-gap: 1.8rem;
    grid-row-gap: 1.8rem;
  }

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

  .login-flex {
    top: 1.5rem;
    left: 1.5rem;
  }

  .anim-box._1-r {
    padding-left: 1.5rem;
  }

  .screenshot-2 {
    outline-offset: 5px;
    border-radius: 10px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .screenshot-3 {
    outline-offset: 5px;
    border-radius: 10px;
    width: 90vw;
  }

  .section-animation {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-bottom: 5rem;
    display: block;
  }

  .logo-track {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .quote-huge-text {
    font-size: 24px;
  }

  .quote-huge-text.smaller {
    font-size: 21px;
  }

  .about-card {
    box-shadow: inset 1px 1px 0 0 var(--_colors---base-colors--white), inset 3px 3px 4px 0 #ffffff26, 16px 16px 15px 0 #0000001a;
    flex-flow: column;
    padding: 1.3rem;
  }

  .gap-1-5rem.mobile-1rem {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .funktionen-mockup-img2-4 {
    width: 160px;
  }

  .funktionen-mockup-img3-01 {
    width: 128px;
  }

  .funktionen-mockup-img3-01.img-shadow {
    width: 80%;
    min-width: 80%;
    max-width: 80%;
    bottom: 0%;
  }

  .funktionen-mockup-img3-03 {
    width: 190px;
    display: none;
  }

  .image {
    width: 75%;
  }

  .text-size-xxs {
    font-size: 12px;
  }

  .form-wrapper {
    padding: 1rem;
  }

  .captcha-send-flex {
    grid-row-gap: 8px;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: .5rem;
  }

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

  .hypofy-facts-grid-3 {
    grid-column-gap: var(--_layout-structure---gaps--gap-xl);
    grid-row-gap: var(--_layout-structure---gaps--gap-xl);
  }

  .results-texts {
    color: var(--_colors---brand-colors--gold);
  }

  .focus-card {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
    box-shadow: inset 1px 1px 0 0 var(--_colors---base-colors--white), inset 3px 3px 4px 0 #ffffff26, 16px 16px 15px 0 #0000001a;
    flex-flow: column;
    margin-top: 2rem;
    padding: 2rem 1.3rem 2.5rem;
  }

  .pricing-agr-flex {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .webinar-hero {
    padding-top: 5rem;
    padding-bottom: 2rem;
  }

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

  .blox-text-flec {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .author_image {
    width: 3rem;
    height: 3rem;
  }

  .article_date {
    margin-top: 5px;
    font-size: 12px;
  }

  .blog-author-flex {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog-box-v-flex {
    padding-bottom: .8rem;
    padding-left: .8rem;
    padding-right: .8rem;
  }

  .author_position {
    font-size: 12px;
  }

  .div-block-4 {
    margin-left: 0;
  }

  .author_name {
    font-size: 14px;
    line-height: 1.2;
  }

  .blogs-collection-list {
    grid-row-gap: 1.25rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .blog-top-part {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .blog-info-flex {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
  }

  .blog-hero-img {
    border-radius: var(--_corners---corner-xs);
  }

  .published-date {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .hero-wrapper-blog {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
  }

  .blog-content {
    padding-top: 8rem;
  }

  .progress-bar-line {
    z-index: 5;
    top: 4rem;
  }

  .hero-404 {
    justify-content: center;
    align-items: center;
    padding-top: 8rem;
    display: flex;
  }

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

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

  .job-box-title {
    width: 100%;
    height: auto;
    padding-left: 1.15rem;
    padding-right: 1.15rem;
  }

  .blog-datum {
    font-size: 15px;
  }

  .kontaktform-content-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .stellen-content {
    border-radius: 0;
    padding-top: 4rem;
    overflow: hidden;
  }

  .job-cta {
    min-width: auto;
  }

  .checkbox-field-bewerbungsformular {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .steps-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .steps-grid.dankesseite {
    margin-top: 1rem;
  }

  .danke-wrapper {
    margin-top: 4rem;
  }

  .steps-card-2 {
    padding: 1.4rem 1rem;
  }

  .step-count-circle {
    width: 50px;
    height: 50px;
    font-size: 32px;
  }

  .flex-align-vct.gap-1_5rem {
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.3rem;
  }

  .toggle-wrapper {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    flex-flow: column;
    margin-top: 2rem;
  }

  .togg-text-monthly, .togg-text-yearly {
    font-size: 14px;
  }

  .annual-discount {
    padding-left: 11px;
    padding-right: 11px;
    font-size: 12px;
  }

  .about-einstieg {
    padding-bottom: 1rem;
  }

  .plattform-section {
    background-image: linear-gradient(180deg, var(--_colors---background-colors--bg-light-blue), var(--_colors---background-colors--bg-light-blue));
    padding-top: 3rem;
    padding-bottom: 5rem;
  }

  .team {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .team-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 3rem;
  }

  .team-card {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .member-photo {
    border-top-right-radius: 50px;
  }

  .about-img-1 {
    border-top-right-radius: var(--_corners---corner-button);
    object-position: 5% 50%;
    width: 100%;
    height: 300px;
    margin-left: 0;
    position: relative;
    bottom: 0;
    left: 0;
    right: auto;
  }

  .img-platform {
    width: 110%;
    max-width: 110%;
    margin-left: 0;
    position: relative;
    bottom: 0;
    left: 0;
    right: auto;
  }

  .filter-bubbles-embed {
    margin-top: .5rem;
  }

  .navbar_dropdown-content {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .nav-icons {
    height: 18px;
  }

  .navbar_dropdown-list.is-single-list.w--open {
    padding: 0;
  }

  .blog-card-heading {
    font-size: 18px;
  }

  .h1-blog {
    font-size: 24px;
  }

  ._404-buttons-wrapper {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  ._404-img {
    object-position: 5% 50%;
    width: 100%;
    height: 300px;
    margin-left: 1rem;
    position: relative;
    bottom: 0;
    left: 0;
    right: auto;
  }

  .animation-wrapper {
    width: 300px;
    height: 300px;
    margin-top: 1rem;
  }

  .ohne-hypofy {
    width: 100%;
    min-width: 100%;
  }

  .toggle-wrapper-platform {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    flex-flow: column;
    margin-top: 2rem;
  }

  .togg-text-ohne-hyp, .togg-text-mit-hyp {
    font-size: 14px;
  }

  .mit-hypofy {
    width: 100%;
    min-width: 100%;
  }
}

#w-node-_4f41333c-e0a5-afab-68cb-58af3cdcbd7c-c6f45eb3 {
  align-self: center;
}

#w-node-_65088c41-f82f-248c-5714-7556090ef180-c6f45eb3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7510331c-09dc-2a63-a1c2-33cc2a85e506-c6f45eb3 {
  align-self: center;
}

#w-node-_7510331c-09dc-2a63-a1c2-33cc2a85e50a-c6f45eb3, #w-node-a1e7bafa-be93-b33c-3438-3ab80aebd17f-c6f45eb3, #w-node-cc2cdd90-2da3-8846-0e84-2dcea7020f97-c6f45eb3, #w-node-_06404321-aba6-9f82-e3e5-5b8565d2bd7b-c6f45eb3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_014b7c28-29d3-2849-427c-a207b5801679-c6f45eb3 {
  align-self: end;
}

#w-node-b04387e4-55f2-6c5f-47e5-f58ffdd4a29f-c6f45eb4, #w-node-_3943e7d6-3d62-5e77-cef0-50f59f2ffa22-c6f45eb4, #w-node-_3943e7d6-3d62-5e77-cef0-50f59f2ffa2a-c6f45eb4, #w-node-_3943e7d6-3d62-5e77-cef0-50f59f2ffa5a-c6f45eb4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3943e7d6-3d62-5e77-cef0-50f59f2ffa5d-c6f45eb4 {
  justify-self: start;
}

#w-node-_3943e7d6-3d62-5e77-cef0-50f59f2ffa5f-c6f45eb4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3943e7d6-3d62-5e77-cef0-50f59f2ffa62-c6f45eb4 {
  justify-self: start;
}

#w-node-_295f3241-9343-527a-0f08-ff7adf4cf845-c6f45eb4, #w-node-_295f3241-9343-527a-0f08-ff7adf4cf84f-c6f45eb4, #w-node-_295f3241-9343-527a-0f08-ff7adf4cf850-c6f45eb4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ade0dfe2-d532-fa8d-2110-760b227133c9-c6f45eb4, #w-node-_89f3245b-32c5-d867-ec89-33b589e3420c-c6f45eb4, #w-node-_3c70c422-81b8-6fe9-e79c-9b1c10154c23-c6f45eb4, #w-node-_1e4444ac-9b7c-724d-4df0-5af0ea06c7fa-c6f45eb4, #w-node-dd0ff5bc-25bc-9f21-73db-8a9e14d023a4-c6f45eb4, #w-node-_002fa374-70c0-1d4f-66af-d17ba6335298-c6f45eb4, #w-node-_759f349f-b4f5-bf21-252a-6c1307ee2c1a-c6f45eb4, #w-node-_8fb42808-d951-e4fc-1d66-31573ba3beb0-c6f45eb4, #w-node-_1c3fc3b9-a5c7-415b-d7c7-e35a36763554-c6f45eb4, #w-node-_29b6f3ee-c476-93a6-2391-3aae45e5b4fd-c6f45eb4, #w-node-_4e5fa930-1a85-e9bd-ba38-2d3823056b3d-c6f45eb4, #w-node-_4df1eadf-91d6-7e57-a8cd-3cbb02b399fc-c6f45eb4, #w-node-f622c7cf-e8fd-6faa-cb4a-1fb3294cab17-c6f45eb4, #w-node-f622c7cf-e8fd-6faa-cb4a-1fb3294cab1c-c6f45eb4, #w-node-f622c7cf-e8fd-6faa-cb4a-1fb3294cab21-c6f45eb4, #w-node-f622c7cf-e8fd-6faa-cb4a-1fb3294cab26-c6f45eb4, #w-node-f622c7cf-e8fd-6faa-cb4a-1fb3294cab2b-c6f45eb4, #w-node-f622c7cf-e8fd-6faa-cb4a-1fb3294cab30-c6f45eb4, #w-node-f622c7cf-e8fd-6faa-cb4a-1fb3294cab35-c6f45eb4, #w-node-f622c7cf-e8fd-6faa-cb4a-1fb3294cab3a-c6f45eb4, #w-node-f622c7cf-e8fd-6faa-cb4a-1fb3294cab3f-c6f45eb4, #w-node-c387ae14-900d-a797-d7ae-53dfb12fa745-c6f45eb4, #w-node-c387ae14-900d-a797-d7ae-53dfb12fa74a-c6f45eb4, #w-node-c387ae14-900d-a797-d7ae-53dfb12fa74f-c6f45eb4 {
  justify-self: start;
}

#w-node-f5709593-6201-6eb7-0857-a8e95900eb97-053dc711 {
  align-self: start;
}

#w-node-f26c8ce5-3673-d076-7d56-ef309ca911b5-2ffa6f2a, #w-node-d168f04c-02c7-aa68-2092-8fc8fe6af20e-2ffa6f2a, #w-node-_18cec7ce-51de-6da8-dd10-dd80304f585c-2ffa6f2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-cc2cdd90-2da3-8846-0e84-2dcea7020f97-c6f45eb3 {
    order: -9999;
  }

  #w-node-_94db393a-135a-0aad-7b70-67a6c1dfe1c3-c1dfe1bd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_85fc02a1-57a7-781e-056b-41a6c4091ca1-c6f45eb3, #w-node-_40007708-30a4-e76f-c622-e65de1164214-c6f45eb3 {
    order: 9999;
  }

  #w-node-_5117d26d-beb1-3bc7-18ae-03d93271594b-32715947 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-f5709593-6201-6eb7-0857-a8e95900eb91-053dc711 {
    order: 9999;
  }

  #w-node-d168f04c-02c7-aa68-2092-8fc8fe6af20e-2ffa6f2a {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_236fc922-6647-8324-d36c-18ef25004957-c6f45eb3, #w-node-fef33a75-827d-811c-cd0a-4362c3618e64-c6f45eb3 {
    justify-self: end;
  }

  #w-node-f5709593-6201-6eb7-0857-a8e95900eb92-053dc711 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Outfit CSTM';
  src: url('../fonts/Outfit-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}