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

@font-face {
  font-family: Ppfragment-2;
  src: url('../fonts/PPFragment-SansBold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppfragment-2;
  src: url('../fonts/PPFragment-SansRegular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppfragment-Serif-2;
  src: url('../fonts/PPFragment-SerifRegularItalic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --white: white;
  --black-900: #161615;
  --brand-200: #9575f0;
  --white-50: #ffffff80;
  --black-500: #3f3f3f;
  --white-10: #ffffff1a;
  --brand-700-secondary: #3d13b2;
  --brand-600: #4b17df;
  --black-700: #31302e;
  --brand-300: #6e40f0;
  --off-white-600: #d3d0cd;
  --black-50: #f2f2f2;
  --ghost-white: #e5e7f1;
  --paper: #ebecf1;
  --black-400: #838383;
  --off-white-300: #f3f0ec;
  --off-white: #fcfbfb;
  --brand-500-main: #4100f4;
  --black-200: #b6b6b6;
  --green-500: #0bd14d;
  --black-100: #ddd;
  --icon-color: var(--brand-200);
  --off-white-400: #e5e3de;
  --white-25: #ffffff40;
  --black-300: #a7a4a2;
  --brand-100: #bbaaeb;
  --mid-grey: #aeb1c6;
  --mid-grey-50: #c0c0c080;
  --section-background: #f5f1ef;
}

.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-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

a {
  text-decoration: underline;
}

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

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

.body {
  background-color: var(--white);
  color: var(--black-900);
  letter-spacing: .25px;
  flex-direction: column;
  align-items: stretch;
  max-width: 100vw;
  height: 100%;
  margin-top: 100svh;
  font-family: Satoshi Variable, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 140%;
  display: flex;
}

.container-9 {
  background-color: #0000;
  border-bottom: 1px #a2a5aa;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1200px;
  height: 96px;
  min-height: 56px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  transform: skew(0deg);
}

.navbar {
  z-index: 1000;
  clear: none;
  background-color: var(--white);
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 80px;
  display: none;
  position: sticky;
  top: -1px;
  overflow: visible;
}

.nav-menu {
  color: #8e8d8b;
  letter-spacing: .8px;
  text-transform: none;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  width: 400px;
  height: auto;
  margin-top: 0;
  font-family: urbane;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.brand {
  float: left;
  transform-origin: 0%;
  color: #0b0a2f;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  background-clip: border-box;
  align-items: flex-start;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  margin-top: 4px;
  padding-bottom: 0;
  padding-right: 0;
  font-family: urbane;
  font-size: 16px;
  font-weight: 500;
  display: block;
  overflow: visible;
  transform: scale(.6);
}

.brand.w--current {
  align-self: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.container-big {
  grid-row-gap: 3rem;
  flex-direction: column;
  max-width: 100%;
  display: flex;
}

.nav-link {
  color: var(--white);
  font-variation-settings: "wght" 350;
  letter-spacing: .5px;
  cursor: pointer;
  flex: 0 auto;
  align-self: center;
  font-weight: 500;
  transition: color .2s;
}

.nav-link:hover {
  text-decoration: none;
}

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

.logo-navigation {
  color: #171718;
  letter-spacing: 1px;
  text-transform: none;
  align-items: flex-start;
  max-width: none;
  margin-top: 0;
  margin-bottom: 6px;
  padding-left: 0;
  font-family: proxima-nova;
  font-size: 26px;
  font-weight: 700;
  line-height: 18px;
  transition: all .15s;
  display: block;
}

.div-block-17 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  padding: 8px;
  display: flex;
}

.footer-link {
  color: var(--white-50);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

.footer-link:hover {
  color: var(--white);
}

.body-2 {
  background-color: #f7f7f7;
}

.navbar2 {
  z-index: 1000;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #ddd0;
  align-self: stretch;
  width: 100%;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.container-nav {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between flex-start;
  align-items: flex-start;
  min-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.logo {
  float: left;
  clear: none;
  cursor: pointer;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  height: 48px;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  display: flex;
}

.nav-menu-2 {
  background-color: var(--black-900);
  border-radius: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 320px;
  margin-top: 4px;
  margin-right: 2rem;
  position: relative;
  inset: 0% 0% auto auto;
}

.menu-button-2 {
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  display: flex;
}

.menu-button-2.w--open {
  background-color: var(--black-500);
  border-radius: 100px;
}

.footer {
  z-index: 7;
  background-color: var(--black-900);
  color: var(--white);
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.headline-m {
  letter-spacing: .5px;
  flex-flow: column;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ppfragment-Serif-2, Arial, sans-serif;
  font-size: 1.75rem;
  font-style: italic;
  font-weight: 400;
  line-height: 120%;
}

.headline-m.fontglare {
  font-family: Ppfragment-Serif;
  font-style: italic;
}

.headline-xl {
  letter-spacing: 0;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ppfragment-2, Arial, sans-serif;
  font-size: 4.5vw;
  font-weight: 700;
  line-height: 100%;
}

.headline-xl.vertical {
  transform-origin: 50%;
  color: var(--brand-700-secondary);
  font-size: 14vh;
  transform: rotate(-90deg);
}

.headline-xl.gradient {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  padding-bottom: 1rem;
  font-weight: 400;
}

.headline-xl.gradient-2 {
  background-image: radial-gradient(circle farthest-side at 0% 100%, var(--brand-600), #e43169 85%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  padding-bottom: 1rem;
  font-weight: 400;
}

.headline-xl.fontglare {
  letter-spacing: -1px;
  font-family: Ppfragment-Glare;
  font-style: italic;
  font-weight: 400;
}

.paragraph_2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi Variable, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 150%;
}

.paragraph_2.white {
  color: var(--white);
}

.paragraph_2.bold {
  font-variation-settings: "wght" 650;
}

.headline-xxl {
  color: var(--black-700);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ppfragment-2, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 400;
  line-height: 110%;
}

.headline-xxl.link {
  color: var(--brand-300);
  font-variation-settings: "wght" 400;
  letter-spacing: 1.5px;
  cursor: pointer;
  padding-bottom: 0;
  font-family: Ppneuemontreal Variable;
  font-size: 2vw;
  line-height: 4vw;
  transition: border-color .2s;
}

.headline-xxl.white {
  color: var(--white);
  align-self: auto;
}

.headline-xxl.mobile-small {
  color: var(--white);
  font-weight: 700;
  line-height: 110%;
}

.headline-xxl.grey {
  color: var(--off-white-600);
}

.link {
  color: var(--brand-700-secondary);
  letter-spacing: .5px;
  text-transform: none;
  align-self: flex-start;
  padding-bottom: .1vw;
  font-family: Ppneuemontreal Medium;
  font-weight: 500;
  text-decoration: none;
}

.link.menu {
  display: none;
}

.section-contact {
  z-index: 6;
  background-color: var(--black-900);
  flex-direction: column;
  padding-top: 2rem;
  display: flex;
  position: relative;
}

.image-29 {
  filter: none;
  mix-blend-mode: luminosity;
  max-width: 48px;
}

.section-offer {
  z-index: 4;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--black-50);
  flex-direction: column;
  display: flex;
  position: relative;
}

.section-intro {
  z-index: 1;
  flex-direction: column;
}

.div-block-18-copy {
  float: left;
  clear: none;
  cursor: pointer;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  margin-bottom: .2rem;
  margin-left: 8px;
  margin-right: 0;
  text-decoration: none;
}

.image-29-copy {
  width: 48px;
  max-width: 100%;
}

.div-block-102 {
  flex: 1;
}

.h2-heading {
  color: var(--black-900);
  font-variation-settings: "wght" 800;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ppneuemontreal Variable;
  font-size: 4rem;
  line-height: 120%;
}

.h2-heading.blue {
  color: var(--brand-700-secondary);
  display: none;
}

.client-logo {
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 150px;
  height: 100%;
  padding: 1rem 1vw;
  display: flex;
}

.text-block-12 {
  text-align: center;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 160%;
  display: flex;
}

.icon-arrow {
  border-radius: 100px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  display: none;
}

.div-block-188 {
  background-color: var(--black-900);
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
}

.div-block-195 {
  color: var(--white-50);
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.div-block-203-copy {
  grid-column-gap: 1rem;
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-self: stretch;
  display: flex;
}

.headline-s {
  font-variation-settings: "wght" 550;
  letter-spacing: .25px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi Variable, Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 130%;
}

.headline-s.dark-mode {
  color: var(--white);
  font-variation-settings: "wght" 600;
}

.headline-s.fontserif {
  font-family: Ppfragment-Serif-2, Arial, sans-serif;
}

.section-clients {
  z-index: 4;
  background-color: var(--black-50);
  position: relative;
}

.primary-cta-outlined {
  grid-column-gap: .2rem;
  border: 3px solid var(--brand-700-secondary);
  color: var(--brand-700-secondary);
  border-radius: 100px;
  flex-direction: row-reverse;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  padding: 1rem 1.5rem;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.primary-cta-outlined:hover {
  background-color: var(--brand-600);
  color: var(--white);
}

.flex-block-13 {
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.div-block-267 {
  background-color: var(--white);
  align-self: stretch;
  height: 2px;
  display: none;
}

.flex-block-19 {
  border-bottom: 1px solid var(--ghost-white);
  flex: 1;
  justify-content: center;
  align-self: stretch;
}

.logo-wall {
  justify-content: flex-end;
  align-self: stretch;
  align-items: flex-start;
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: clip;
}

.div-block-275 {
  background-color: var(--paper);
  height: 100vh;
  min-height: 100vh;
}

.flex-block-22 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--paper);
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  width: 80vw;
  padding: 8vh 12vw;
}

.div-block-276 {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: 100%;
  display: flex;
}

.quick-stack-40 {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  align-self: stretch;
  padding: 0;
}

.quick-stack-41 {
  grid-column-gap: 7.5rem;
  grid-row-gap: 6vh;
  align-self: stretch;
  padding: 0;
}

.div-block-272-copy {
  border-top: 1px solid var(--ghost-white);
  align-self: stretch;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.cell-203 {
  grid-column-gap: 5rem;
  flex-direction: row;
}

.mood-image-6 {
  z-index: 0;
  grid-row-gap: 0vw;
  filter: none;
  background-image: url('../images/35.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  max-width: 100%;
  height: 120vh;
  display: flex;
  position: relative;
}

.div-block-296 {
  color: var(--black-400);
}

.flex-block-32 {
  grid-column-gap: 9rem;
  grid-row-gap: 9rem;
  margin-left: 2rem;
  margin-right: 2rem;
  padding-top: 6rem;
  padding-bottom: 12rem;
}

.section-services {
  z-index: 10;
  background-color: var(--off-white-300);
  position: relative;
}

.quick-stack-43 {
  grid-column-gap: 0rem;
  grid-row-gap: 40px;
  background-color: var(--white);
  padding: 0 0 0 0;
}

.flex-block-44 {
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  min-height: 101vh;
  max-height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.div-block-510 {
  grid-row-gap: 40px;
  flex-direction: column;
  margin-left: 4rem;
  margin-right: 4rem;
  padding-top: 5rem;
  display: flex;
}

.div-block-511 {
  flex-flow: column;
  margin-bottom: 10rem;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block-520 {
  grid-row-gap: 2rem;
  flex-direction: column;
  flex: 1;
  align-self: stretch;
  align-items: flex-start;
  min-height: auto;
  display: flex;
}

.flex-block-46 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: 1;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 3rem;
}

.div-block-350 {
  grid-row-gap: 3rem;
  align-items: flex-start;
  display: flex;
}

.div-block-521 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.cell-220 {
  grid-row-gap: 5rem;
}

.section-2 {
  margin-left: 10rem;
  margin-right: 10rem;
}

.div-block-522 {
  max-width: 10rem;
}

.section-3 {
  margin-left: 10rem;
  margin-right: 10rem;
}

.quick-stack-46 {
  grid-column-gap: 4rem;
  grid-row-gap: 5rem;
  opacity: .7;
  align-self: stretch;
  padding: 0;
}

.flex-block-50 {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex: 1;
  align-self: stretch;
}

.text-span-56 {
  color: #0000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--black-900);
}

.headline-xxs {
  font-variation-settings: "wght" 600;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 150%;
}

.headline-xxs.white {
  color: var(--white);
}

.headline-l-v2 {
  color: var(--black-700);
  font-variation-settings: "wght" 600;
  letter-spacing: -.5px;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5vw;
  line-height: 120%;
}

.primary-cta-filled {
  grid-column-gap: .2rem;
  background-color: var(--brand-500-main);
  color: var(--white);
  border-radius: 100px;
  flex-direction: row-reverse;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  height: 48px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.primary-cta-filled:hover {
  background-color: var(--brand-600);
  color: var(--white);
}

.copy-l {
  font-variation-settings: "wght" 450;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 130%;
}

.copy-m {
  font-variation-settings: "wght" 450;
  margin-bottom: 0;
  font-size: 1.1rem;
  line-height: 150%;
}

.copy-m.white {
  color: var(--white);
  font-variation-settings: "wght" 400;
}

.copy-m.bold {
  font-variation-settings: "wght" 500;
  margin-top: 0;
}

.copy-m.bold.blue {
  color: var(--brand-700-secondary);
}

.copy-m.list {
  padding-left: 0;
  line-height: 180%;
}

.copy-m.list.darkmode, .copy-m.darkmode {
  color: var(--black-200);
}

.headline-intro {
  color: var(--white);
  background-image: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ppfragment-2, Arial, sans-serif;
  font-size: 7vw;
  font-weight: 400;
  line-height: 110%;
}

.logo-grid-s {
  align-self: stretch;
  margin-left: -2rem;
}

.quick-stack---xs---r1 {
  grid-column-gap: 2px;
  grid-row-gap: 0px;
  opacity: 1;
  align-self: stretch;
  padding: 0 0 2px;
}

.label {
  font-variation-settings: "wght" 500;
  letter-spacing: .5px;
  font-size: 1rem;
  line-height: 100%;
}

.label.black {
  color: var(--black-900);
  font-variation-settings: "wght" 700;
}

.label.white {
  color: var(--white);
}

.div-block-607 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  max-width: 620px;
  display: flex;
}

.benefit-card-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  padding: 4rem 2rem;
  display: flex;
}

.headline-xs {
  font-variation-settings: "wght" 600;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1rem;
  line-height: 160%;
}

.headline-xs.fontserif {
  font-family: Ppfragment-Serif-2, Arial, sans-serif;
}

.rich-text-block {
  color: var(--black-700);
  font-variation-settings: "wght" 450;
  font-size: 1rem;
  line-height: 110%;
}

.topicline {
  color: var(--brand-500-main);
  font-variation-settings: "wght" 500;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 100%;
}

.topicline.darkmode {
  color: var(--brand-200);
}

.copy-s {
  color: var(--black-500);
  font-variation-settings: "wght" 400;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 140%;
}

.copy-s.bold {
  font-variation-settings: "wght" 600;
  margin-top: 0;
}

.copy-s.light-blue {
  color: var(--brand-700-secondary);
  font-variation-settings: "wght" 450;
  letter-spacing: .5px;
}

.div-block-611 {
  border-right: 1px solid var(--off-white-300);
  border-bottom: 1px solid var(--off-white-300);
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  min-width: 33%;
  padding: 1rem 2rem;
  display: flex;
}

.flex-block-74 {
  flex-flow: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  margin-left: 2rem;
  margin-right: 2rem;
  padding-bottom: 4rem;
}

.section-about {
  z-index: 5;
  grid-column-gap: 9rem;
  grid-row-gap: 9rem;
  background-color: var(--black-900);
  color: var(--white);
  flex-flow: column;
  padding-top: 9rem;
  padding-bottom: 6rem;
  display: flex;
  position: relative;
}

.benefit-card-5 {
  border-top: 1px solid var(--black-200);
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  padding-top: 2rem;
  padding-bottom: 1rem;
  line-height: 2vw;
  display: flex;
}

.div-block-613 {
  max-width: 34vw;
  display: flex;
}

.mood-image-7 {
  z-index: 0;
  grid-row-gap: 0vw;
  opacity: .95;
  background-image: linear-gradient(#0000000d, #0000000d), url('../images/25_Profile_Image-Test_colored_2.jpg');
  background-position: 0 0, 54%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-end;
  align-self: stretch;
  align-items: center;
  max-width: 100%;
  height: 80svh;
  display: flex;
  position: relative;
  bottom: 0;
}

.client-logo-s {
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 140px;
  height: 100%;
  padding: 1rem 10%;
  display: flex;
}

.image-32 {
  height: 80px;
}

.div-block-616 {
  background-image: url('../images/IMG_0035_nobg_color.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  width: 48px;
  height: 48px;
}

.secondary-cta-outlined-image {
  grid-column-gap: 1rem;
  border: 2px solid var(--brand-700-secondary);
  color: var(--brand-700-secondary);
  border-radius: 100px;
  flex-direction: row-reverse;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  height: 64px;
  padding: 8px 1rem 8px 8px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.secondary-cta-outlined-image:hover {
  color: var(--white);
  background-color: #ffffff1a;
}

.grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template: "Area-3 Area"
                 "Area-2 Area"
                 "Area-2 Area"
                 / 1.5fr 1fr;
  width: 100%;
}

.list {
  padding-left: 20px;
}

.flex-block-93 {
  justify-content: space-between;
  align-items: center;
  margin-left: 2rem;
  margin-right: 2rem;
  padding-top: 1.5rem;
  padding-bottom: .5rem;
}

.flex-block-96 {
  background-color: var(--white-50);
  border-radius: .25rem;
}

.flex-block-97 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
}

.benefit-card-2-2 {
  max-width: 400px;
  display: flex;
}

.primary-link {
  border-bottom: 1px solid var(--brand-200);
  color: var(--brand-200);
  font-variation-settings: "wght" 600;
  letter-spacing: .5px;
  text-transform: uppercase;
  padding-bottom: 0;
  font-size: .8rem;
  text-decoration: none;
}

.flex-block-98 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.div-block-626 {
  background-color: var(--white);
  border-radius: 100px;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 3rem;
  height: 1.5rem;
  margin-top: 0;
  display: none;
}

.chip {
  color: var(--black-400);
  text-align: right;
  white-space: nowrap;
  word-break: keep-all;
  margin-top: .2rem;
  margin-bottom: .2rem;
  padding-right: .5rem;
}

.flex-block-106 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
}

.div-block-701 {
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.div-block-703 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-self: flex-end;
}

.label-white {
  color: var(--white);
  font-variation-settings: "wght" 450;
  letter-spacing: .5px;
  font-size: .9rem;
  line-height: 100%;
}

.flex-block-112 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px #000;
  border-radius: 100px;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
}

.div-block-707 {
  filter: none;
  transform-style: preserve-3d;
  flex: 1;
  align-self: stretch;
  min-height: 80svh;
  max-height: 80px;
  overflow: clip;
}

.primary-cta-filled-menu {
  grid-column-gap: .2rem;
  background-color: var(--brand-500-main);
  color: var(--white);
  border-radius: 100px;
  flex-direction: row-reverse;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  height: 40px;
  padding-left: 1rem;
  padding-right: 1rem;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.primary-cta-filled-menu:hover {
  background-color: var(--brand-600);
  color: var(--white);
}

.flex-block-130 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-self: stretch;
  max-width: 640px;
  position: sticky;
  top: 5rem;
}

.container-10 {
  flex-flow: column;
  max-width: none;
  display: flex;
}

.quick-stack-84 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  padding: 0;
}

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

.section-4 {
  background-color: var(--off-white);
}

.flex-block-134 {
  border-radius: .5rem;
  flex: 1;
  align-self: stretch;
  overflow: hidden;
}

.div-block-856 {
  align-self: stretch;
  min-height: 50vh;
}

.flex-block-135 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  padding: 2rem 1rem 1rem;
}

.image-36 {
  aspect-ratio: auto;
  width: 100%;
  height: 100%;
}

.flex-block-138 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  flex: 1;
}

.flex-block-140 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--white);
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  padding: 4rem;
}

.div-block-861 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.div-block-862 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--white-10);
  color: var(--white);
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  display: flex;
}

.div-block-863 {
  background-color: var(--green-500);
  border-radius: 100px;
  width: 8px;
  height: 8px;
}

.div-block-864 {
  z-index: 20;
  background-image: linear-gradient(#000000e6, #000000e6);
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  height: 100svh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.background-video {
  z-index: 1;
  flex-flow: column;
  flex: 1;
  align-self: stretch;
  width: 100svw;
  height: 100svh;
  font-style: normal;
  display: flex;
  position: fixed;
  inset: 0%;
}

.quick-stack-86 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  padding: 0 0 0 0;
}

.background-video-2 {
  z-index: 10;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 100%;
  height: 100%;
  display: none;
}

.container-usp {
  z-index: 5;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
  overflow: clip;
}

.div-block-872 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 5rem;
}

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

.div-block-879 {
  margin-top: .5rem;
}

.quick-stack-88 {
  grid-column-gap: 2rem;
  grid-row-gap: 6rem;
  align-self: stretch;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-880 {
  max-width: 420px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.flex-block-158 {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  background-image: none;
  border-radius: 8px;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-height: 80svh;
  margin-left: 2rem;
  margin-right: 2rem;
  padding: 4rem 4rem 12rem;
}

.div-block-884 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.cell-353 {
  justify-content: flex-end;
  align-items: flex-start;
}

.flex-block-161, .flex-block-162 {
  border-bottom: 1px solid var(--brand-300);
}

.flex-block-165 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-self: stretch;
  margin-bottom: .5rem;
}

.quick-stack-95 {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  align-self: stretch;
  padding: 0;
}

.process-bullet-m {
  background-color: #6e40f04d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 20vw;
  height: 20vw;
  margin-left: -2rem;
  display: flex;
}

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

.process-bullet-s {
  background-color: #6e40f026;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 15vw;
  height: 15vw;
  margin-left: -2rem;
  display: flex;
}

.process-bullet-xs {
  background-color: #6e40f00d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 8vw;
  height: 8vw;
  margin-left: -2rem;
  display: flex;
}

.div-block-888 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 200px;
  display: flex;
}

.flex-block-168 {
  color: var(--black-400);
  justify-content: center;
  align-items: flex-start;
}

.div-block-890 {
  justify-content: center;
  align-items: flex-start;
  width: 20vw;
  margin-left: -2rem;
  display: flex;
}

.section-ways-of-working {
  z-index: 3;
  background-color: var(--white);
  position: relative;
  overflow: clip;
}

.flex-block-169 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  padding-left: 2rem;
}

.quick-stack-96 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-self: stretch;
  margin-left: 2rem;
  margin-right: 2rem;
  padding: 9rem 0;
}

.flex-block-170 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: flex-start;
  align-items: center;
}

.quick-stack-97 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: 1px solid var(--black-100);
  align-self: stretch;
  margin-left: 4rem;
  margin-right: 2rem;
  padding: 0 0 4rem;
}

.text-span-90, .text-span-91 {
  font-variation-settings: "wght" 700;
}

.flex-block-171 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}

.background-video-4 {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--white) 17%, #f2f1f0e6 97%);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
}

.flex-block-173 {
  color: var(--brand-300);
  flex: 0 auto;
}

.text-block-17 {
  font-variation-settings: "wght" 200;
  font-size: 3vw;
  display: none;
}

.animation-icon-1-container {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: -4px;
  display: flex;
  transform: scale(.8);
}

.animation-icon-1-inner {
  background-color: var(--icon-color);
  border-radius: 100px;
  width: 10px;
  height: 10px;
  position: absolute;
}

.animation-icon-1-mid {
  z-index: 20;
  border: 2px solid var(--icon-color);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: absolute;
}

.animation-icon-1-outer {
  z-index: 10;
  border: 2px solid var(--icon-color);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
}

.flex-block-174 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white-50);
  border-radius: 4px;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  padding: 4rem 4rem 8rem;
}

.flex-block-174:hover {
  pointer-events: auto;
}

.flex-block-175, .flex-block-176, .flex-block-177 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
}

.animation-icon-2-container, .animation-icon-3-container, .animation-icon-4-container {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: -4px;
  display: flex;
  transform: scale(.8);
}

.animation-icon-4-outer {
  z-index: 10;
  border: 2px solid var(--icon-color);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
}

.animation-icon-4-mid {
  z-index: 20;
  border: 2px solid var(--icon-color);
  background-color: var(--off-white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: absolute;
}

.animation-icon-4-inner {
  z-index: 25;
  background-color: var(--icon-color);
  border-radius: 100px;
  width: 10px;
  height: 10px;
  position: absolute;
}

.animation-icon-2-outer {
  z-index: 10;
  border: 2px solid var(--icon-color);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
}

.animation-icon-2-mid {
  z-index: 20;
  border: 2px solid var(--icon-color);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: absolute;
}

.animation-icon-2-inner {
  background-color: var(--icon-color);
  border-radius: 100px;
  width: 10px;
  height: 10px;
  position: absolute;
}

.animation-icon-3-outer {
  z-index: 10;
  border: 2px solid var(--icon-color);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
}

.animation-icon-3-mid {
  z-index: 20;
  border: 2px solid var(--icon-color);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: absolute;
}

.animation-icon-3-inner {
  background-color: var(--icon-color);
  border-radius: 100px;
  width: 10px;
  height: 10px;
  position: absolute;
}

.div-block-897 {
  z-index: 5;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  max-width: 580px;
  display: flex;
}

.quick-stack-103 {
  grid-column-gap: 2rem;
  grid-row-gap: 6rem;
  align-self: stretch;
  padding: 0;
}

.div-block-902 {
  border-radius: 4px;
  flex: 1;
  align-self: stretch;
  max-height: 30svw;
  overflow: clip;
}

.div-block-903 {
  background-image: url('../images/brands-people-C2u65dgUavU-unsplash-Kopie.webp');
  background-position: 47%;
  background-size: cover;
  width: 100%;
  height: 40svw;
}

.flex-block-184 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-self: stretch;
}

.div-block-903-2 {
  background-image: url('../images/allef-vinicius-U3rUX-UtmTQ-unsplash-Kopie.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 60svw;
}

.div-block-903-3 {
  background-image: url('../images/simon-maage-tXiMrX3Gc-g-unsplash-Kopie.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 40svw;
}

.div-block-902-2, .div-block-902-3 {
  border-radius: 4px;
  flex: 1;
  align-self: stretch;
  max-height: 30svw;
  overflow: clip;
}

.div-block-904 {
  z-index: 5;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.flex-block-185 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: 1px solid var(--off-white-400);
  flex-flow: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-end;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: none;
}

.text-span-93 {
  color: var(--brand-700-secondary);
}

.chip-light {
  background-color: var(--black-50);
  white-space: nowrap;
  word-break: keep-all;
  border-radius: 100px;
  padding: .25rem .75rem;
}

.div-block-906 {
  color: var(--white);
  font-variation-settings: "wght" 450;
  letter-spacing: .75px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  line-height: 140%;
  display: flex;
}

.flex-block-190 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-self: stretch;
}

.quick-stack-89 {
  grid-column-gap: 2rem;
  grid-row-gap: 9rem;
  background-color: var(--black-900);
  color: var(--white);
  align-self: stretch;
  min-height: 110svh;
  margin-left: 2rem;
  margin-right: 2rem;
  padding: 0;
  overflow: clip;
}

.cell-447 {
  justify-content: center;
  align-items: center;
}

.div-block-913 {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.quick-stack-90 {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  align-self: stretch;
  margin-left: 2rem;
  margin-right: 2rem;
  padding: 0;
}

.flex-block-191 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-self: stretch;
}

.div-block-916, .div-block-917 {
  position: sticky;
  top: 6rem;
}

.flex-block-192 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  margin-top: 2rem;
}

.flex-block-193 {
  border-top: 1px none var(--white-10);
  border-bottom: 1px none var(--white-10);
  flex: 1;
  align-self: stretch;
  margin-top: 6rem;
  margin-left: 2rem;
  margin-right: 2rem;
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.div-block-921 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  text-align: center;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 100vw;
  display: flex;
}

.div-block-922 {
  color: var(--black-900);
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: stretch;
  min-height: 100svh;
  max-height: 100svh;
  display: flex;
  overflow: clip;
}

.secondary-cta-outline {
  grid-column-gap: .2rem;
  border: 2px solid var(--white-25);
  background-color: #fff0;
  border-radius: 100px;
  flex-direction: row-reverse;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  height: 48px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.secondary-cta-outline:hover {
  background-color: var(--white-10);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: var(--white);
}

.copy-xs {
  font-variation-settings: "wght" 400;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .8rem;
  line-height: 130%;
}

.div-block-923, .div-block-924, .div-block-925 {
  align-self: stretch;
}

.div-block-927 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-928 {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
}

.div-block-929, .div-block-930, .div-block-931 {
  flex: 1;
}

.number {
  color: var(--brand-300);
  letter-spacing: -10px;
  font-family: Ppfragment-2, Arial, sans-serif;
  font-size: 12rem;
  font-weight: 400;
  line-height: 90%;
}

.flex-block-194 {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  border-top: 1px solid var(--off-white-600);
  border-bottom: 1px solid var(--off-white-600);
  background-image: linear-gradient(#000c, #000c), url('../images/tree.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  min-height: 140svh;
  padding: 4rem 2rem;
}

.flex-block-196 {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  border-left: 1px solid var(--black-100);
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
}

.flex-block-197, .flex-block-198 {
  flex: 1;
}

.flex-block-202 {
  grid-column-gap: 9rem;
  grid-row-gap: 9rem;
  flex-flow: column;
}

.flex-block-203 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  max-width: 80svw;
}

.flex-block-205 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--black-900);
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
}

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

.flex-block-206 {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  background-color: var(--off-white-300);
  background-image: none;
  border-radius: 4px;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  margin-left: 2rem;
  margin-right: 2rem;
  padding-top: 4rem;
  padding-bottom: 9rem;
}

.cell-495 {
  justify-content: flex-end;
  align-items: flex-start;
}

.div-block-938 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-top: 1rem;
  display: flex;
}

.div-block-939 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  letter-spacing: .5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-942 {
  border-radius: 4px;
  align-self: stretch;
  margin-top: 4rem;
  padding-top: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.quick-stack-104 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: var(--off-white-600);
  padding: 1px;
}

.flex-block-207 {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
}

.secondary-cta {
  background-color: var(--black-900);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: .8rem;
  text-decoration: none;
  display: flex;
}

.secondary-cta.darkmode {
  background-color: var(--white);
}

.div-block-944 {
  max-width: 260px;
}

.text-span-106 {
  color: var(--brand-300);
  font-family: Ppfragment-Serif-2, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.cell-515 {
  justify-content: flex-end;
  align-items: flex-start;
}

.flex-block-210 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.flex-block-300 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--white);
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  padding-right: 2rem;
}

.div-block-947 {
  background-color: var(--black-100);
  flex: 1;
  height: 1px;
}

.quick-stack-praktiken {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  padding: 0;
}

.flex-block-301 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  position: sticky;
  top: 6rem;
}

.div-block-865 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--black-300);
  flex-flow: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.div-block-948 {
  width: 20px;
}

.div-block-961 {
  flex: 0 auto;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-end;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: sticky;
  bottom: 2rem;
}

.div-block-962 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-top: 1px solid var(--black-100);
  background-color: var(--off-white-400);
  background-image: none;
  flex-flow: column;
  align-self: stretch;
  min-height: 90svh;
  margin-top: 6rem;
  padding-left: 2rem;
  display: flex;
}

.quick-stack-106 {
  grid-column-gap: 0rem;
  grid-row-gap: 6rem;
  flex: 1;
  align-self: stretch;
  padding: 0;
}

.text-span-107, .text-span-108 {
  font-variation-settings: "wght" 600;
}

.div-block-959 {
  background-image: url('../images/A_relationship_between_a_human_being_and_a_brand-Kopie.webp');
  background-position: 57% 51%;
  background-repeat: repeat-x;
  background-size: auto;
  background-attachment: scroll;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.div-block-965 {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  background-color: var(--white);
  flex-flow: column;
  flex: 1;
  order: -1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
  overflow: clip;
}

.cell-520 {
  justify-content: flex-end;
  align-items: flex-start;
}

.cell-522 {
  justify-content: center;
  align-items: center;
}

.flex-block-306 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--off-white-400);
  border-radius: 4px;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  max-width: 44vw;
  margin: 1rem 2rem 2rem 1rem;
  padding: 3rem 3rem 5rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-block-965-2 {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  background-color: var(--off-white-400);
  flex-flow: column;
  flex: 1;
  order: -1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  min-height: 60svh;
  display: flex;
  overflow: clip;
}

.div-block-959-2 {
  background-image: url('../images/planets.webp');
  background-position: 47%;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 480px;
  min-height: 50svh;
  display: flex;
}

.flex-block-307 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 70vw;
}

.text-span-112 {
  background-color: var(--white);
  color: var(--black-50);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Ppfragment-Glare;
  font-size: 4vw;
  font-style: italic;
  font-weight: 300;
}

.div-block-968 {
  color: var(--white);
  font-variation-settings: "wght" 500;
}

.quick-stack-107 {
  grid-column-gap: 2rem;
  grid-row-gap: 9rem;
  align-self: stretch;
  margin-top: 6rem;
  margin-left: 2rem;
  margin-right: 2rem;
  padding: 0;
}

.background-video-5 {
  border-radius: 4px;
  width: 100%;
  height: 100%;
}

.flex-block-308 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}

.cell-526, .cell-527 {
  justify-content: center;
  align-items: flex-start;
}

.text-span-114 {
  font-variation-settings: "wght" 700;
}

.text-span-115, .text-span-116 {
  font-variation-settings: "wght" 600;
}

.flex-block-309 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  margin-left: 2rem;
  margin-right: 2rem;
}

.div-block-969 {
  color: var(--white);
  text-align: center;
  align-self: center;
  width: 50svw;
}

.flex-block-310 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  align-self: stretch;
  margin-left: 0;
  margin-right: 0;
}

.flex-block-311 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: var(--white);
  align-self: stretch;
  margin-bottom: 6rem;
  margin-left: 2rem;
  margin-right: 2rem;
  padding: 4rem 6rem 9rem;
}

.flex-block-312 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-self: stretch;
  margin-top: 4rem;
  margin-bottom: 9rem;
}

.quick-stack-111 {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  align-self: stretch;
  margin-bottom: 9rem;
  margin-left: 2rem;
  margin-right: 2rem;
  padding: 0;
}

.flex-block-313 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  position: sticky;
  top: 6rem;
}

.flex-block-314 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.headline-intro1 {
  color: var(--black-500);
  letter-spacing: -1px;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ppfragment-2, Arial, sans-serif;
  font-size: 5vw;
  font-weight: 400;
  line-height: 130%;
}

.text-span-117 {
  color: var(--brand-300);
}

.flex-block-315 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.headline-xs-footer {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ppfragment;
  font-size: 1rem;
  font-weight: 400;
  line-height: 160%;
}

.cell-528 {
  justify-content: flex-end;
  align-items: flex-start;
}

.flex-block-316 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
}

.flex-block-317, .flex-block-318 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  flex: 1;
}

.cell-529 {
  justify-content: flex-start;
  align-items: flex-end;
}

.div-block-972 {
  width: 12vw;
  font-family: Ppfragment;
  font-weight: 700;
}

.div-block-973 {
  min-width: 320px;
  max-width: 27vw;
}

.flex-block-319 {
  border-top: 1px solid var(--off-white-600);
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.flex-block-319.last {
  border-bottom: 1px solid var(--off-white-600);
}

.flex-block-320 {
  background-image: none;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 1rem;
}

.flex-block-321 {
  align-self: stretch;
  min-height: 70svh;
  margin-bottom: 6rem;
  margin-left: 2rem;
  margin-right: 2rem;
}

.flex-block-322 {
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-end;
  padding-left: 2rem;
  padding-right: 2rem;
}

.flex-block-323 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  align-self: stretch;
}

.div-block-974 {
  max-width: 360px;
}

.text-span-118, .text-span-119 {
  color: var(--brand-300);
  font-family: Ppfragment-Glare;
  font-style: italic;
}

.text-span-120 {
  color: var(--brand-200);
  font-family: Ppfragment-Glare;
  font-style: italic;
}

.quick-stack-105-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  padding: 0;
}

.flex-block-324 {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  margin-left: 2rem;
  margin-right: 2rem;
  display: none;
}

.quick-stack-112 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-self: stretch;
  padding: 0;
}

.flex-block-301-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  position: sticky;
  top: 6rem;
}

.div-block-975 {
  max-width: 30vw;
}

.div-block-976 {
  flex: 1;
  align-self: stretch;
  min-height: 50svh;
  overflow: clip;
}

.text-span-121, .text-span-122, .text-span-123 {
  color: var(--black-700);
  font-family: Ppfragment-Glare;
  font-style: italic;
  font-weight: 400;
}

.flex-block-325 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  max-width: 70vw;
}

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

.text-span-124, .text-span-125, .text-span-126 {
  color: var(--brand-200);
  font-family: Ppfragment-Glare;
  font-style: italic;
}

.text-span-127 {
  color: var(--brand-200);
  font-family: Ppfragment-Serif-2, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.text-span-128 {
  font-variation-settings: "wght" 700;
}

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

.div-block-978 {
  align-self: stretch;
}

.text-span-129, .text-span-130, .text-span-131 {
  font-variation-settings: "wght" 700;
}

.quick-stack-113 {
  grid-column-gap: 2rem;
  grid-row-gap: 6rem;
  align-self: stretch;
  margin-left: 2rem;
  margin-right: 2rem;
  padding: 0;
}

.flex-block-327 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.tabs {
  align-self: stretch;
  display: flex;
}

.tabs-menu {
  background-color: var(--off-white-400);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 21vw;
  margin-top: 10rem;
  display: flex;
}

.div-block-979 {
  margin-top: 6rem;
  margin-bottom: -4rem;
  margin-right: 2rem;
  position: absolute;
}

.tab {
  color: var(--black-500);
  background-color: #ddd0;
  align-self: stretch;
  padding-left: 0;
  padding-right: 0;
  font-family: Satoshi Variable, Arial, sans-serif;
}

.tab.w--current {
  background-color: var(--off-white-400);
  color: var(--black-900);
  font-variation-settings: "wght" 700;
}

.div-block-980 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: clip;
}

.tabs-content {
  flex: 1;
}

.div-block-981 {
  flex: 1;
  width: 100%;
  height: 90svh;
  overflow: clip;
}

.div-block-959-3 {
  background-image: url('../images/Durchblick.webp');
  background-position: 0 20%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.text-span-132, .text-span-133, .text-span-134 {
  color: var(--black-900);
  font-family: Ppfragment-Serif;
  font-style: italic;
}

.text-span-135 {
  color: var(--black-900);
  font-family: Ppfragment-Serif-2, Arial, sans-serif;
  font-style: italic;
}

.text-span-136, .text-span-137 {
  font-family: Ppfragment-Serif;
}

.text-span-138 {
  color: var(--black-900);
  font-family: Ppfragment-Serif-2, Arial, sans-serif;
}

.div-block-982 {
  display: flex;
}

.text-span-139, .text-span-140 {
  font-variation-settings: "wght" 700;
}

.text-span-141, .text-span-142 {
  font-size: 3vw;
}

.quick-stack-114 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-self: stretch;
  padding: 0;
}

.flex-block-328 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.div-block-978-2 {
  flex: 1;
  align-self: stretch;
}

.quick-stack-115 {
  grid-column-gap: 2rem;
  grid-row-gap: 9rem;
  align-self: stretch;
  margin-top: 6rem;
  margin-left: 2rem;
  margin-right: 2rem;
  padding: 0;
}

.div-block-978-3 {
  flex: 1;
  align-self: stretch;
}

.background-video-6 {
  border-radius: 4px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 560px;
}

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

.div-block-983 {
  background-image: url('../images/Zeus_being_annoyed_by_using_a_smartphone-Kopie.webp');
  background-position: 20%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.text-span-143 {
  font-family: Ppfragment-Serif-2, Arial, sans-serif;
}

.cell-542 {
  justify-content: flex-end;
  align-items: flex-start;
}

.text-span-144 {
  color: var(--black-900);
  font-family: Ppfragment-Serif-2, Arial, sans-serif;
}

.flex-block-329 {
  z-index: 20;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  min-height: 100svh;
  position: absolute;
  inset: auto 0%;
}

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

.text-span-145, .text-span-146 {
  font-variation-settings: "wght" 700;
}

.text-copyright {
  opacity: .75;
  filter: invert();
  text-transform: uppercase;
  mix-blend-mode: hard-light;
  font-size: .7rem;
}

.div-block-987 {
  margin-bottom: .25rem;
  margin-left: .5rem;
  margin-right: .25rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-block-987-2 {
  margin-bottom: .25rem;
  margin-left: .5rem;
  margin-right: .25rem;
}

.background-video-7 {
  background-image: linear-gradient(#000000b3, #000000b3);
  height: 140svh;
  display: none;
}

@media screen and (min-width: 1440px) {
  .body {
    line-height: 140%;
  }

  .headline-m {
    line-height: 130%;
  }

  .headline-xl {
    font-size: 3.5vw;
  }

  .client-logo {
    max-width: 160px;
  }

  .section-services {
    border-top-style: none;
  }

  .quick-stack-46 {
    grid-row-gap: 5rem;
  }

  .headline-l-v2 {
    line-height: 120%;
  }

  .copy-m {
    line-height: 150%;
  }

  .copy-m.bold.blue {
    color: var(--brand-700-secondary);
  }

  .copy-m.list {
    padding-left: 0;
    line-height: 180%;
  }

  .headline-intro {
    font-size: 6vw;
  }

  .headline-xs {
    font-variation-settings: "wght" 500;
  }

  .div-block-626 {
    margin-top: 8px;
  }

  .div-block-707 {
    min-height: 90svh;
  }

  .flex-block-138 {
    max-width: 460px;
  }

  .flex-block-140, .flex-block-300 {
    flex: 1;
  }

  .background-video-5 {
    min-height: 640px;
  }

  .headline-xs-footer {
    font-variation-settings: "wght" 500;
  }

  .flex-block-325 {
    max-width: 60vw;
  }

  .background-video-6 {
    min-height: 640px;
  }
}

@media screen and (min-width: 1920px) {
  .body {
    line-height: 150%;
  }

  .footer {
    z-index: 5;
    display: flex;
  }

  .headline-xl {
    font-size: 4vw;
  }

  .paragraph_2 {
    font-size: 1.3rem;
    line-height: 160%;
  }

  .headline-xxl {
    line-height: 100%;
  }

  .headline-xxl.link {
    padding-bottom: .25vw;
  }

  .headline-xxl.white {
    line-height: 120%;
  }

  .section-contact {
    z-index: 2;
    padding-bottom: .25rem;
  }

  .section-offer {
    z-index: 2;
  }

  .client-logo {
    max-width: 200px;
  }

  .text-block-12 {
    width: 1.5vw;
    height: 1.5vw;
    font-size: .9vw;
  }

  .headline-s.dark-mode {
    letter-spacing: 0;
    font-size: 1.25vw;
  }

  .logo-wall {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .flex-block-22 {
    padding-left: 15vw;
    padding-right: 15vw;
  }

  .mood-image-6 {
    background-image: url('../images/35.jpg');
  }

  .div-block-296 {
    max-width: 22vw;
  }

  .flex-block-32 {
    grid-column-gap: 12rem;
    grid-row-gap: 12rem;
    padding-top: 9rem;
    padding-bottom: 12rem;
  }

  .section-services {
    align-self: stretch;
  }

  .div-block-520 {
    grid-column-gap: 5rem;
  }

  .flex-block-46 {
    flex-flow: row;
    min-height: 200px;
    padding-top: 2rem;
  }

  .quick-stack-46 {
    grid-row-gap: 7rem;
    flex: 1;
  }

  .flex-block-50 {
    grid-column-gap: 10rem;
    grid-row-gap: 10rem;
    align-self: stretch;
  }

  .headline-xxs {
    line-height: 160%;
  }

  .copy-m {
    font-size: 1.2rem;
    line-height: 160%;
  }

  .headline-intro {
    font-size: 5.25vw;
  }

  .logo-grid-s {
    margin-left: -5vw;
    margin-right: -2vw;
  }

  .benefit-card-3 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .headline-xs {
    letter-spacing: 0;
  }

  .copy-s {
    line-height: 160%;
  }

  .flex-block-74 {
    border-top-style: none;
  }

  .div-block-613 {
    max-width: 26vw;
  }

  .mood-image-7 {
    height: 90svh;
  }

  .client-logo-s {
    max-width: 110px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .flex-block-96 {
    padding: 2rem 2rem 2.5rem;
  }

  .flex-block-97 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    align-self: stretch;
  }

  .benefit-card-2-2 {
    max-width: 480px;
  }

  .div-block-626 {
    justify-content: center;
    align-items: center;
  }

  .flex-block-106 {
    align-self: flex-start;
    width: 28vw;
  }

  .div-block-701 {
    flex: 1;
    min-width: auto;
  }

  .div-block-707 {
    max-height: 90px;
    top: 0;
  }

  .flex-block-130 {
    flex: 0 auto;
  }

  .flex-block-138 {
    max-width: none;
  }

  .flex-block-140 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .quick-stack-86 {
    flex: 1;
  }

  .container-usp {
    align-self: stretch;
    min-height: 60svh;
    overflow: hidden;
  }

  .div-block-872 {
    justify-content: center;
    align-items: flex-start;
  }

  .container-offering {
    align-self: stretch;
  }

  .div-block-879 {
    flex: 0 auto;
    width: 320px;
  }

  .div-block-880 {
    max-width: 680px;
  }

  .flex-block-158 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .div-block-884 {
    max-width: 80vw;
  }

  .flex-block-165 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    margin-top: 1.5rem;
  }

  .process-bullet-m {
    width: 18vw;
    height: 18vw;
  }

  .process-bullet-s {
    width: 13vw;
    height: 13vw;
  }

  .process-bullet-xs {
    width: 6vw;
    height: 6vw;
  }

  .quick-stack-96 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .background-video-4 {
    padding-left: 10svw;
    padding-right: 10svw;
  }

  .div-block-897 {
    max-width: 29vw;
  }

  .text-block-18 {
    font-size: .9rem;
  }

  .flex-block-190 {
    max-width: 240px;
  }

  .quick-stack-89 {
    grid-row-gap: 12rem;
  }

  .div-block-913 {
    align-self: stretch;
  }

  .flex-block-191 {
    max-width: 62vw;
  }

  .flex-block-192 {
    max-width: 30vw;
  }

  .flex-block-193 {
    align-self: stretch;
  }

  .div-block-921 {
    max-width: 63vw;
  }

  .div-block-922 {
    min-height: 120svh;
    max-height: 120svh;
  }

  .copy-xs {
    line-height: 160%;
  }

  .div-block-925 {
    max-width: 62vw;
  }

  .number {
    font-size: 14rem;
  }

  .flex-block-194 {
    min-height: 150svh;
  }

  .flex-block-202 {
    grid-column-gap: 12rem;
    grid-row-gap: 12rem;
  }

  .flex-block-203 {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    max-width: 80svw;
    margin-top: 12vh;
  }

  .flex-block-206 {
    padding-top: 6rem;
    padding-bottom: 12rem;
  }

  .div-block-938 {
    margin-right: 1rem;
  }

  .div-block-939 {
    max-width: 580px;
  }

  .cell-515 {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .div-block-945 {
    min-width: 140px;
  }

  .flex-block-300 {
    padding-right: 4rem;
  }

  .div-block-962 {
    min-height: 100svh;
  }

  .flex-block-306 {
    max-width: 640px;
  }

  .quick-stack-107 {
    grid-row-gap: 12rem;
  }

  .headline-intro1 {
    font-size: 4.5vw;
    line-height: 130%;
  }

  .headline-xs-footer {
    letter-spacing: 0;
  }

  .div-block-974 {
    max-width: 20vw;
  }

  .flex-block-325 {
    max-width: 53vw;
  }

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

  .div-block-981 {
    height: 100svh;
  }

  .quick-stack-115 {
    grid-row-gap: 12rem;
  }

  .background-video-6 {
    height: 60svh;
    min-height: auto;
  }

  .flex-block-329 {
    min-height: 120svh;
  }
}

@media screen and (max-width: 991px) {
  .body {
    font-size: .9rem;
    line-height: 140%;
  }

  .container-9 {
    background-color: var(--white);
    align-items: center;
    height: 80px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .navbar {
    padding: 0 24px;
  }

  .nav-menu {
    margin-top: 0;
  }

  .icon {
    color: #8e8d8b;
    justify-content: center;
    align-items: center;
    font-size: 48px;
    display: flex;
  }

  .menu-button {
    width: 80px;
    height: 80px;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .brand {
    margin-top: 8px;
    margin-left: 24px;
  }

  .brand.w--current {
    align-self: center;
    align-items: center;
    width: 460px;
    height: 80px;
    margin-top: 0;
    display: flex;
  }

  .container-big {
    box-shadow: none;
  }

  .logo-navigation {
    margin-left: 0;
    line-height: 25px;
    display: block;
  }

  .menu-button-2 {
    color: #fff;
    align-self: center;
  }

  .menu-button-2.w--open {
    color: #2b2d30;
    background-color: #0000;
  }

  .icon-2 {
    color: #2b2d30;
    font-size: 40px;
    display: none;
  }

  .headline-m {
    font-size: 1.5rem;
    line-height: 130%;
  }

  .headline-xl {
    letter-spacing: -.5px;
    font-size: 1.8rem;
    line-height: 120%;
  }

  .headline-xxl {
    letter-spacing: -1px;
    font-size: 4rem;
  }

  .headline-xxl.link {
    letter-spacing: -.5px;
    font-size: 2rem;
    line-height: 130%;
  }

  .section-offer {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .section-intro {
    border-bottom-style: none;
  }

  .div-block-18-copy {
    flex: 1;
  }

  .div-block-102 {
    width: 100%;
  }

  .client-logo {
    max-width: 110px;
    padding-left: .5vw;
    padding-right: .5vw;
  }

  .div-block-203-copy {
    grid-column-gap: .5rem;
  }

  .headline-s {
    font-size: 1.3rem;
    line-height: 120%;
  }

  .primary-cta-outlined {
    padding-left: 1rem;
    display: flex;
  }

  .flex-block-22 {
    grid-row-gap: 3vh;
    padding: 3vh 3rem;
  }

  .quick-stack-40, .quick-stack-41 {
    grid-column-gap: 1rem;
    grid-row-gap: 6vh;
  }

  .cell-203 {
    grid-column-gap: 3rem;
  }

  .mood-image-6 {
    box-shadow: none;
    max-height: 70vh;
  }

  .flex-block-32 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding-top: 3rem;
    padding-bottom: 6rem;
  }

  .flex-block-44 {
    min-height: 70vh;
    max-height: 70vh;
  }

  .div-block-520 {
    grid-row-gap: 3rem;
  }

  .quick-stack-46 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .flex-block-50 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
  }

  .headline-xxs {
    font-size: .8rem;
  }

  .headline-l-v2 {
    font-size: 1.5rem;
    line-height: 130%;
  }

  .primary-cta-filled {
    height: 40px;
    display: flex;
  }

  .copy-l {
    font-size: 1.2rem;
    line-height: 120%;
  }

  .copy-m.list {
    line-height: 140%;
  }

  .headline-intro {
    letter-spacing: -1px;
    line-height: 110%;
  }

  .logo-grid-s {
    margin-left: -1rem;
  }

  .benefit-card-3 {
    grid-row-gap: 2rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .headline-xs {
    font-size: 1rem;
    line-height: 130%;
  }

  .topicline {
    font-size: .8rem;
  }

  .copy-s {
    font-size: .8rem;
    line-height: 130%;
  }

  .benefit-card-5 {
    grid-row-gap: 3rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .div-block-613 {
    max-width: 40vw;
  }

  .mood-image-7 {
    box-shadow: none;
    width: 100%;
    height: 560px;
  }

  .client-logo-s {
    max-width: 90px;
  }

  .image-32 {
    height: 48px;
  }

  .div-block-616 {
    width: 40px;
    height: 40px;
  }

  .secondary-cta-outlined-image {
    min-height: 56px;
    max-height: 56px;
    padding-left: 8px;
    display: flex;
  }

  .div-block-617 {
    align-self: stretch;
  }

  .grid {
    grid-template-columns: 1fr;
    grid-template-areas: "Area-3"
                         "Area-2"
                         "Area";
  }

  .flex-block-93 {
    margin-left: 1rem;
    margin-right: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .flex-block-97 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .benefit-card-2-2 {
    align-self: stretch;
  }

  .flex-block-106 {
    width: auto;
  }

  .flex-block-112 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .div-block-707 {
    width: auto;
    min-height: auto;
    max-height: none;
  }

  .flex-block-140 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    padding: 2rem;
  }

  .div-block-862 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-863 {
    margin-top: 5px;
  }

  .quick-stack-86 {
    grid-column-gap: 1rem;
    flex: 1;
  }

  .background-video-2 {
    border-radius: .25rem;
    height: 320px;
  }

  .div-block-872 {
    flex-flow: row;
    justify-content: space-between;
    align-self: stretch;
    align-items: flex-end;
  }

  .quick-stack-88 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding-bottom: 4rem;
  }

  .div-block-880 {
    max-width: 340px;
  }

  .cell-328 {
    display: none;
  }

  .flex-block-160 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .flex-block-165 {
    margin-bottom: 0;
  }

  .quick-stack-95 {
    grid-row-gap: 4rem;
  }

  .div-block-888 {
    width: 150px;
  }

  .flex-block-168 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    align-self: stretch;
  }

  .div-block-890 {
    width: 16vw;
  }

  .quick-stack-96 {
    grid-row-gap: 1rem;
    padding-bottom: 6rem;
  }

  .quick-stack-97 {
    grid-row-gap: 4rem;
    padding-bottom: 2rem;
  }

  .flex-block-171 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .cell-374 {
    display: none;
  }

  .background-video-4 {
    padding-bottom: 2rem;
  }

  .text-block-17 {
    font-size: 4vw;
  }

  .quick-stack-103 {
    grid-row-gap: 2rem;
  }

  .div-block-906 {
    width: auto;
    padding-top: 2rem;
  }

  .cell-418 {
    display: none;
  }

  .quick-stack-89 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    min-height: auto;
  }

  .div-block-913 {
    align-self: stretch;
  }

  .cell-452, .cell-456, .cell-468, .cell-469, .cell-470, .cell-471 {
    display: none;
  }

  .flex-block-192 {
    margin-top: 3rem;
  }

  .cell-482 {
    display: none;
  }

  .flex-block-193 {
    padding-left: 0;
  }

  .div-block-921 {
    max-width: none;
  }

  .copy-xs {
    font-size: .8rem;
    line-height: 130%;
  }

  .number {
    font-size: 8rem;
  }

  .flex-block-194 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .flex-block-197, .flex-block-198 {
    flex: 0 auto;
  }

  .cell-489, .cell-490, .cell-491 {
    display: none;
  }

  .div-block-936 {
    max-width: 200px;
  }

  .flex-block-206 {
    padding-top: 2rem;
  }

  .cell-496, .cell-499 {
    display: none;
  }

  .div-block-938 {
    flex-flow: row;
  }

  .div-block-942 {
    margin-top: 0;
  }

  .secondary-cta.darkmode {
    height: 40px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-944 {
    min-width: 220px;
  }

  .flex-block-300 {
    flex-flow: column;
    padding-right: 0;
  }

  .quick-stack-praktiken {
    grid-row-gap: 2rem;
  }

  .flex-block-301 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-bottom: 2rem;
  }

  .cell-517, .cell-518, .cell-519 {
    display: none;
  }

  .div-block-962 {
    min-height: auto;
    padding-top: 4rem;
  }

  .div-block-959 {
    background-image: url('../images/A_relationship_between_a_human_being_and_a_brand-Kopie.webp');
    background-size: cover;
    height: 400px;
    min-height: auto;
  }

  .flex-block-306 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    max-width: none;
    margin-top: 0;
    padding: 2rem 0 3rem;
    position: static;
  }

  .flex-block-308 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .cell-526 {
    display: none;
  }

  .headline-intro1 {
    letter-spacing: -1px;
    font-size: 5vw;
    line-height: 130%;
  }

  .headline-xs-footer {
    font-size: 1rem;
    line-height: 130%;
  }

  .div-block-974 {
    max-width: 40vw;
  }

  .quick-stack-105-2 {
    grid-row-gap: 2rem;
  }

  .flex-block-301-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-bottom: 2rem;
  }

  .cell-530, .cell-531 {
    display: none;
  }

  .flex-block-326 {
    flex-flow: column;
  }

  .cell-532 {
    display: none;
  }

  .tabs {
    flex-flow: column;
    margin-right: 2rem;
  }

  .tabs-menu {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: row;
    justify-content: flex-end;
    align-self: flex-end;
    align-items: flex-start;
    width: auto;
    margin-top: 0;
    margin-bottom: 2rem;
  }

  .div-block-979 {
    margin-top: 0;
  }

  .tab {
    font-size: 1rem;
  }

  .div-block-980 {
    flex-flow: column;
  }

  .div-block-981 {
    min-height: auto;
    max-height: none;
  }

  .div-block-959-3 {
    background-image: url('../images/Durchblick.webp');
    background-position: 50% 0;
    height: 400px;
    min-height: auto;
  }

  .cell-535, .cell-536, .cell-537 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .body {
    line-height: 140%;
  }

  .brand {
    margin-top: 16px;
  }

  .nav-link {
    font-variation-settings: "wght" 400;
  }

  .logo-navigation {
    line-height: 24px;
  }

  .div-block-17 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    text-align: left;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .footer-link {
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .navbar2 {
    align-self: stretch;
  }

  .menu-button-2.w--open {
    background-color: #0000;
  }

  .icon-2 {
    color: #fff;
    font-size: 32px;
  }

  .footer {
    border-top: 1px solid var(--white-10);
    justify-content: center;
    align-self: stretch;
    align-items: flex-end;
    display: flex;
  }

  .headline-m {
    letter-spacing: -.25px;
    font-size: 1.5rem;
    line-height: 120%;
  }

  .headline-m.fontglare {
    font-size: 4vw;
  }

  .headline-xl {
    letter-spacing: 0;
    font-size: 7vw;
  }

  .headline-xxl {
    word-break: normal;
    font-size: 3rem;
    line-height: 110%;
  }

  .headline-xxl.link {
    letter-spacing: 0;
    font-size: 1.5rem;
  }

  .headline-xxl.white {
    line-height: 110%;
  }

  .headline-xxl.mobile-small {
    word-break: normal;
    font-size: 11vw;
    line-height: 120%;
  }

  .section-offer {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .div-block-18-copy {
    margin-left: 0;
  }

  .div-block-195 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .headline-s {
    font-size: 1.2rem;
    line-height: 120%;
  }

  .headline-s.dark-mode {
    font-size: 1.2rem;
  }

  .flex-block-13 {
    height: 32px;
  }

  .logo-wall {
    padding-left: 0;
    padding-right: .5rem;
  }

  .div-block-296 {
    flex: 1;
  }

  .flex-block-32 {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-top: 6rem;
    padding-bottom: 4rem;
  }

  .quick-stack-46 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .flex-block-50 {
    padding-left: 0;
    padding-right: 0;
  }

  .headline-xxs {
    font-size: .7rem;
  }

  .headline-l-v2 {
    font-size: 1.5rem;
  }

  .primary-cta-filled {
    height: 40px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .copy-m {
    font-size: 1rem;
  }

  .copy-m.bold {
    font-variation-settings: "wght" 600;
  }

  .headline-intro {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    letter-spacing: -.25px;
    font-size: 10vw;
    line-height: 110%;
  }

  .logo-grid-s {
    margin-left: -.5rem;
  }

  .label {
    font-size: .9rem;
  }

  .benefit-card-3 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex: 0 auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .rich-text-block {
    line-height: 90%;
  }

  .copy-s {
    font-size: .9rem;
  }

  .section-about {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  .benefit-card-5 {
    padding: 2rem 0 0;
  }

  .div-block-613 {
    max-width: 100vw;
  }

  .mood-image-7 {
    height: 400px;
    max-height: 400px;
  }

  .benefit-card-2-2 {
    max-width: none;
  }

  .flex-block-98 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .chip {
    background-color: var(--black-50);
    color: var(--black-500);
    border-radius: 100px;
    margin-top: .25rem;
    margin-bottom: .25rem;
    padding: .1rem .75rem;
    font-size: .8rem;
  }

  .flex-block-106 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
  }

  .label-white {
    font-size: .9rem;
  }

  .primary-cta-filled-menu {
    height: 32px;
  }

  .flex-block-138 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: row;
  }

  .flex-block-140 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    align-self: stretch;
    width: auto;
    padding: 2rem 0;
  }

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

  .div-block-872 {
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    margin-bottom: 6rem;
  }

  .quick-stack-88 {
    grid-row-gap: 2rem;
    padding-bottom: 0;
  }

  .div-block-880 {
    max-width: 260px;
  }

  .cell-328 {
    display: none;
  }

  .flex-block-158 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: center;
    align-items: flex-start;
    min-height: 50svh;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-bottom: 8rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-884 {
    max-width: none;
  }

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

  .flex-block-161, .flex-block-162 {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .flex-block-165 {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    margin-bottom: 1rem;
  }

  .quick-stack-95 {
    grid-row-gap: 2rem;
  }

  .process-bullet-m {
    width: 30vw;
    height: 30vw;
    margin-bottom: -2rem;
    margin-left: 0;
  }

  .flex-block-166 {
    flex-flow: column;
    flex: 1;
  }

  .process-bullet-s {
    width: 20vw;
    height: 20vw;
    margin-bottom: -2rem;
    margin-left: 0;
  }

  .process-bullet-xs {
    width: 12vw;
    height: 12vw;
    margin-bottom: -2rem;
    margin-left: 0;
  }

  .div-block-888 {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .flex-block-168 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    flex: 1;
    align-self: stretch;
    padding-top: 2rem;
  }

  .div-block-890 {
    width: 30vw;
    margin-left: 0;
  }

  .flex-block-169 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 1rem;
  }

  .quick-stack-96 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-top: 4rem;
    padding-bottom: 0;
  }

  .quick-stack-97 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .cell-374 {
    display: none;
  }

  .background-video-4 {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
  }

  .text-block-17 {
    font-size: 2rem;
  }

  .animation-icon-1-container {
    margin-left: -.5rem;
    transform: scale(.7);
  }

  .flex-block-174 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    align-self: stretch;
    padding-bottom: 3rem;
  }

  .flex-block-175 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    align-self: stretch;
    padding-bottom: 4rem;
  }

  .flex-block-176 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    align-self: stretch;
    padding-bottom: 3rem;
  }

  .flex-block-177 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    align-self: stretch;
  }

  .animation-icon-2-container, .animation-icon-3-container, .animation-icon-4-container {
    margin-left: -.5rem;
    transform: scale(.7);
  }

  .div-block-897 {
    max-width: 50svw;
    position: static;
  }

  .quick-stack-103 {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
    margin-bottom: 1rem;
  }

  .div-block-902 {
    max-height: 40svw;
  }

  .div-block-903 {
    height: 60svw;
  }

  .flex-block-184 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .div-block-903-3 {
    height: 60svw;
  }

  .div-block-902-2, .div-block-902-3 {
    max-height: 40svw;
  }

  .flex-block-185 {
    border-top: 1px solid var(--off-white-400);
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-906 {
    letter-spacing: .5px;
    padding-top: 2rem;
  }

  .flex-block-190 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    max-width: 340px;
  }

  .cell-444 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .quick-stack-89 {
    grid-column-gap: 0rem;
    grid-row-gap: 3rem;
    min-height: auto;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .cell-447 {
    display: none;
  }

  .div-block-913 {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
    justify-content: space-between;
    align-items: flex-start;
  }

  .quick-stack-90 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .cell-468, .cell-469, .cell-470, .cell-471 {
    display: none;
  }

  .flex-block-191 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .div-block-917 {
    margin-top: 1rem;
  }

  .flex-block-192 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    margin-top: 0;
  }

  .flex-block-193 {
    margin-top: 4rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .div-block-921 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .div-block-922 {
    flex: 1;
    justify-content: center;
    align-items: stretch;
    min-height: auto;
    max-height: 140svh;
  }

  .number {
    letter-spacing: -4px;
    font-size: 6rem;
  }

  .flex-block-194 {
    background-image: linear-gradient(#000c, #000c), url('../images/tree.webp');
    background-position: 0 0, 43%;
    background-size: auto, cover;
    min-height: 180svh;
  }

  .flex-block-196 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: flex-start;
    align-self: stretch;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 1rem;
  }

  .flex-block-202 {
    flex-flow: column;
    margin-bottom: 4rem;
  }

  .flex-block-203 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex: 1;
    justify-content: center;
    align-items: center;
    margin-left: 2rem;
    margin-right: 2rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .flex-block-205 {
    padding-bottom: 1rem;
  }

  .div-block-934 {
    border-top: 1px solid var(--black-100);
    align-self: stretch;
    margin-top: 4rem;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-top: 4rem;
    display: none;
  }

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

  .flex-block-206 {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 4rem;
    padding-bottom: 6rem;
  }

  .div-block-938 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .div-block-939 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .div-block-942 {
    margin-bottom: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .quick-stack-104 {
    padding-left: 0;
    padding-right: 0;
  }

  .cell-513 {
    display: none;
  }

  .flex-block-207 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .secondary-cta {
    height: 40px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .secondary-cta.darkmode {
    height: 40px;
  }

  .div-block-944 {
    min-width: auto;
    max-width: none;
  }

  .flex-block-300 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    align-self: stretch;
    width: auto;
  }

  .quick-stack-praktiken {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    height: 320px;
    transition: all .5s cubic-bezier(.645, .045, .355, 1);
    overflow: clip;
  }

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

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

  .div-block-961 {
    margin-left: 1rem;
    margin-right: 1rem;
    padding-right: 0;
  }

  .div-block-962 {
    margin-left: 0;
    padding-left: 0;
  }

  .quick-stack-106 {
    grid-row-gap: 0rem;
  }

  .div-block-959 {
    min-height: 400px;
  }

  .div-block-965 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .div-block-967 {
    margin-bottom: 2rem;
    margin-left: 2rem;
  }

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

  .flex-block-306 {
    padding-bottom: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-965-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .div-block-959-2 {
    min-height: 480px;
  }

  .cell-523, .cell-524 {
    display: none;
  }

  .quick-stack-107 {
    grid-row-gap: 6rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .cell-527 {
    display: none;
  }

  .div-block-934-2 {
    border-top: 1px solid var(--black-100);
    align-self: stretch;
    margin-top: 4rem;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-top: 4rem;
    display: block;
  }

  .headline-intro1 {
    letter-spacing: 0;
    word-break: normal;
  }

  .div-block-973 {
    min-width: auto;
    max-width: none;
  }

  .flex-block-319 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .flex-block-320 {
    padding-bottom: 0;
  }

  .flex-block-321 {
    margin-bottom: 2rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .flex-block-322 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .flex-block-323 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .div-block-974 {
    max-width: 50vw;
  }

  .quick-stack-105-2 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .flex-block-301-2 {
    margin-bottom: 0;
  }

  .flex-block-325 {
    max-width: none;
  }

  .div-block-978 {
    align-self: stretch;
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .tabs {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .tabs-menu {
    align-self: flex-start;
    margin-bottom: 1rem;
  }

  .div-block-979 {
    margin-bottom: 0;
    margin-left: 1rem;
    margin-right: 1rem;
    position: static;
  }

  .div-block-959-3 {
    min-height: 400px;
  }

  .div-block-960-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-978-2 {
    align-self: stretch;
  }

  .quick-stack-115 {
    grid-row-gap: 4rem;
    margin-top: 4rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .div-block-978-3 {
    align-self: stretch;
  }

  .background-video-6 {
    height: 70svh;
  }

  .cell-539, .cell-540, .cell-541, .cell-542 {
    display: none;
  }

  .flex-block-329 {
    min-height: 140svh;
  }

  .div-block-984 {
    z-index: 2;
    background-image: linear-gradient(#fff0, #fff 31%);
    justify-content: center;
    align-items: center;
    width: 100svw;
    margin-top: -4rem;
    margin-left: -1rem;
    padding-top: 6rem;
    padding-bottom: 4rem;
    display: flex;
    position: absolute;
  }

  .div-block-985 {
    align-self: center;
  }

  .div-block-986 {
    border: 1px solid var(--black-400);
    cursor: pointer;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    height: 40px;
    padding-left: 1rem;
    padding-right: 1rem;
    transition: all .2s;
    display: flex;
  }

  .div-block-986:hover {
    background-color: var(--black-50);
  }

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

  .cell-544, .cell-545, .cell-546, .cell-547 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .body {
    font-variation-settings: "wght" 400;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
    font-size: .9rem;
    line-height: 140%;
  }

  .container-9 {
    clear: none;
    background-color: #f7f7f7;
    flex-flow: row;
    flex: 0 auto;
    place-content: flex-end flex-start;
    align-self: auto;
    align-items: center;
    max-width: none;
    height: 56px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    display: flex;
  }

  .navbar {
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    display: none;
    position: sticky;
  }

  .nav-menu {
    color: var(--white);
    background-color: #171e26;
    flex-direction: row;
    flex: 0 auto;
    align-self: stretch;
    align-items: center;
    width: 100%;
    height: auto;
    max-height: none;
    margin-top: 0;
    font-size: 16px;
    display: flex;
  }

  .icon {
    float: none;
    clear: none;
    text-align: left;
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 56px;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
    display: flex;
    position: absolute;
    inset: 0% 0% 0% auto;
    overflow: visible;
  }

  .menu-button {
    clear: none;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    width: 56px;
    max-width: none;
    height: auto;
    margin-left: 0;
    padding: 0 8px;
    display: block;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .menu-button.w--open {
    color: #ed524b;
    background-color: #171e26;
    flex: 0 auto;
    align-self: center;
    padding-top: 8px;
    display: block;
    position: absolute;
  }

  .brand {
    float: left;
    clear: none;
    background-image: none;
    flex-wrap: nowrap;
    flex: 0 auto;
    order: 0;
    align-items: center;
    width: auto;
    max-width: none;
    margin-top: 0;
    margin-left: 16px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .brand.w--current {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    width: 300px;
    height: auto;
    display: flex;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

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

  .nav-link {
    color: var(--white);
    justify-content: center;
    margin-top: 0;
    display: block;
    top: 0%;
  }

  .nav-link:hover {
    color: #a2a5aa;
  }

  .logo-navigation {
    color: #e1fe98;
    flex: 0 auto;
    align-self: center;
    width: auto;
    max-width: none;
    margin-left: 0;
    padding: 0 0 0 8px;
    line-height: 18px;
    display: block;
    position: relative;
    inset: 0% 0% auto auto;
  }

  .div-block-17 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-self: stretch;
    align-items: flex-start;
    width: auto;
    padding: 4px 0 0;
    display: flex;
  }

  .footer-link {
    margin-bottom: 0;
    font-size: .8rem;
  }

  .container-nav {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .logo {
    height: 40px;
  }

  .nav-menu-2 {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    align-self: stretch;
    width: 260px;
    margin-left: .5rem;
    margin-right: .5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .menu-button-2.w--open {
    color: #ed524b;
    text-align: center;
    background-color: #0000;
    justify-content: center;
    margin-right: 0;
    display: flex;
  }

  .icon-2 {
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    display: flex;
  }

  .footer {
    flex-flow: column;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .headline-m {
    margin-top: 0;
    line-height: 140%;
  }

  .headline-m.fontglare {
    font-size: 5vw;
  }

  .headline-xl {
    font-size: 6.5vw;
  }

  .headline-xl.vertical {
    font-size: 12vw;
    transform: rotate(0);
  }

  .paragraph_2 {
    font-size: 1rem;
    line-height: 150%;
  }

  .headline-xxl.link {
    letter-spacing: 0;
    font-size: 6.25vw;
  }

  .link {
    color: var(--black-900);
    text-transform: uppercase;
    font-size: 3.5vw;
  }

  .link.menu {
    color: var(--black-900);
    font-family: Ppneuemontreal Medium;
    font-size: 3.5vw;
    font-weight: 500;
    display: none;
  }

  .section-contact {
    align-self: auto;
  }

  .image-29 {
    max-width: 40px;
  }

  .div-block-18-copy {
    flex: 1;
    margin-bottom: 0;
    margin-left: 0;
  }

  .image-29-copy {
    width: 140px;
  }

  .h2-heading {
    font-size: 2rem;
  }

  .client-logo {
    max-width: 80px;
  }

  .text-block-12 {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 9vw;
    height: 9vw;
    font-size: 5vw;
    display: flex;
  }

  .icon-arrow {
    width: 2.5rem;
    height: 2.5rem;
  }

  .div-block-195 {
    align-self: flex-start;
    padding: 2rem 1rem;
  }

  .headline-s {
    font-size: 1.2rem;
  }

  .primary-cta-outlined {
    grid-column-gap: 0rem;
    flex-direction: row-reverse;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    padding: .25rem .25rem .25rem 1rem;
    display: flex;
  }

  .flex-block-19 {
    border-bottom-style: none;
  }

  .logo-wall {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .div-block-275 {
    background-color: #0000;
    height: auto;
    position: relative;
  }

  .flex-block-22 {
    grid-row-gap: 0rem;
    background-image: linear-gradient(to bottom, var(--black-900), var(--black-900)), radial-gradient(circle farthest-corner at 0% 0%, var(--black-500) 26%, var(--black-900) 72%, var(--black-500)), radial-gradient(circle farthest-corner at 50% 50%, white 71%, var(--ghost-white));
    border-top-style: none;
    border-left-style: none;
    flex-direction: column;
    width: auto;
    padding: 5rem 2rem 0;
  }

  .div-block-276 {
    z-index: 20;
    background-color: var(--white);
    background-image: linear-gradient(to bottom, var(--black-900), var(--black-900));
    justify-content: flex-start;
    width: 100vw;
    height: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
    position: sticky;
    top: 0;
  }

  .quick-stack-40 {
    grid-column-gap: 0rem;
    grid-row-gap: 3rem;
    padding-bottom: 3rem;
  }

  .quick-stack-41 {
    grid-row-gap: 3rem;
    margin-left: -1rem;
    margin-right: -1rem;
    padding: 2rem 1rem;
  }

  .div-block-272-copy {
    min-height: 10vh;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .flex-block-24 {
    background-image: linear-gradient(to bottom, var(--black-900), var(--black-900));
    border-bottom-style: none;
    flex-direction: column;
    padding-top: 3rem;
    position: relative;
  }

  .cell-203 {
    grid-column-gap: 1rem;
    flex-direction: row;
  }

  .cell-204 {
    justify-content: flex-start;
  }

  .mood-image-6 {
    flex-flow: column;
    flex: 1;
    height: auto;
    min-height: 320px;
    max-height: none;
    display: flex;
  }

  .div-block-296 {
    flex: 1;
    min-width: auto;
    max-width: none;
  }

  .section-services {
    background-color: var(--off-white);
    padding-top: 1rem;
  }

  .quick-stack-43 {
    grid-row-gap: 5rem;
  }

  .flex-block-44 {
    min-height: 80vh;
    max-height: 80vh;
  }

  .div-block-510 {
    margin-left: 2rem;
    margin-right: 2rem;
    padding-top: 0;
  }

  .div-block-511 {
    grid-row-gap: 0rem;
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .div-block-520 {
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: flex-start;
    max-width: none;
    min-height: auto;
    padding: 2rem 0;
  }

  .flex-block-46 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    align-self: stretch;
    align-items: flex-start;
    width: auto;
    min-height: auto;
    padding-bottom: 2.5rem;
  }

  .div-block-350 {
    flex: 1;
  }

  .div-block-521 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .quick-stack-46 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    margin-left: -.5rem;
    margin-right: -.5rem;
  }

  .flex-block-50 {
    justify-content: center;
    align-items: flex-start;
    width: auto;
    overflow: clip;
  }

  .headline-xxs {
    font-size: .8rem;
    line-height: 150%;
  }

  .headline-l-v2 {
    line-height: 130%;
  }

  .primary-cta-filled {
    height: 40px;
  }

  .copy-l {
    font-variation-settings: "wght" 300;
    word-break: normal;
    font-size: 1.2rem;
    line-height: 110%;
  }

  .copy-m.bold {
    font-variation-settings: "wght" 550;
  }

  .copy-m.list {
    line-height: 200%;
  }

  .headline-intro {
    letter-spacing: .25px;
    flex: 0 auto;
    font-size: 9vw;
    line-height: 130%;
  }

  .logo-grid-s {
    margin-left: 0;
    margin-right: 0;
  }

  .quick-stack---xs---r1 {
    grid-column-gap: 4px;
  }

  .label {
    text-align: center;
    font-size: .9rem;
  }

  .benefit-card-3 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border-radius: .5rem;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .headline-xs.mobile {
    font-variation-settings: "wght" 500;
    font-size: .9rem;
  }

  .rich-text-block {
    font-size: .9rem;
    line-height: 90%;
  }

  .copy-s {
    font-size: .8rem;
  }

  .div-block-611 {
    justify-content: flex-start;
    align-items: center;
    min-width: 50%;
    padding: .5rem 1rem .25rem;
  }

  .flex-block-74 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-top: 3rem;
  }

  .benefit-card-5 {
    grid-row-gap: 2rem;
    align-items: flex-start;
    max-width: none;
    min-height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .mood-image-7 {
    flex: 1;
    height: auto;
    min-height: 60svh;
    max-height: none;
  }

  .client-logo-s {
    max-width: 64px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-block-616 {
    width: 32px;
    height: 32px;
    display: none;
  }

  .secondary-cta-outlined-image {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: row-reverse;
    flex: 1;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    min-height: 56px;
    max-height: 56px;
    padding: .25rem .25rem .25rem 1rem;
    display: flex;
  }

  .div-block-617 {
    width: auto;
  }

  .cell-231 {
    display: none;
  }

  .flex-block-93 {
    flex: 1;
    align-self: stretch;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .flex-block-96 {
    background-color: var(--white-50);
  }

  .benefit-card-2-2 {
    min-height: auto;
    padding-bottom: 1rem;
  }

  .flex-block-98 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .div-block-626 {
    margin-top: 2px;
  }

  .chip {
    font-size: .8rem;
  }

  .div-block-701 {
    min-width: auto;
  }

  .div-block-703 {
    align-self: flex-start;
  }

  .div-block-707 {
    flex: 0 auto;
    transform: none;
  }

  .flex-block-130 {
    text-align: left;
  }

  .flex-block-138 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
  }

  .flex-block-140 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    align-self: stretch;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .div-block-861 {
    align-self: stretch;
    display: flex;
  }

  .div-block-862 {
    margin-top: 0;
  }

  .background-video {
    border-radius: 0;
  }

  .quick-stack-86 {
    grid-row-gap: 1rem;
    align-self: stretch;
  }

  .background-video-2 {
    aspect-ratio: 16 / 9;
  }

  .container-usp {
    background-color: var(--white-50);
    border-radius: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-872 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    flex: 0 auto;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2rem;
  }

  .quick-stack-88 {
    padding-bottom: 0;
  }

  .div-block-880 {
    max-width: none;
  }

  .flex-block-158 {
    flex: 1;
    justify-content: space-between;
    align-items: flex-start;
  }

  .cell-353 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .flex-block-161 {
    align-self: stretch;
  }

  .quick-stack-95 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .process-bullet-m {
    width: 40vw;
    height: 40vw;
    margin-bottom: -1rem;
  }

  .process-bullet-s {
    width: 30vw;
    height: 30vw;
    margin-bottom: -1rem;
  }

  .process-bullet-xs {
    width: 16vw;
    height: 16vw;
    margin-bottom: -1rem;
  }

  .section-ways-of-working {
    overflow: visible;
  }

  .quick-stack-96 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 6rem;
    padding-bottom: 0;
  }

  .quick-stack-97 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .cell-374 {
    display: none;
  }

  .background-video-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .flex-block-174, .flex-block-175, .flex-block-176 {
    padding-bottom: 2rem;
  }

  .flex-block-177 {
    padding-bottom: 0;
  }

  .div-block-897 {
    max-width: 70svw;
  }

  .div-block-903 {
    height: 50svw;
  }

  .div-block-903-2 {
    height: 80svw;
  }

  .div-block-903-3 {
    height: 50svw;
  }

  .div-block-904 {
    top: 3.5rem;
  }

  .flex-block-185 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .cell-447 {
    display: none;
  }

  .quick-stack-90 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .div-block-916 {
    align-self: stretch;
  }

  .flex-block-192 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .flex-block-193 {
    margin-top: 4.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .div-block-921 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .div-block-922 {
    flex: 1;
  }

  .secondary-cta-outline {
    height: 40px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .copy-xs {
    font-size: .8rem;
  }

  .number {
    font-size: 20vw;
  }

  .flex-block-196 {
    margin-top: 0;
    padding-bottom: 0;
  }

  .flex-block-203 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-934 {
    border-top-style: none;
    align-self: stretch;
    margin-top: 0;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-top: 0;
    display: block;
  }

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

  .flex-block-206 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 2rem;
    padding-bottom: 6rem;
  }

  .div-block-942 {
    flex-flow: column;
  }

  .cell-513 {
    display: none;
  }

  .secondary-cta.darkmode {
    display: flex;
  }

  .flex-block-300 {
    align-self: stretch;
  }

  .div-block-865 {
    align-self: stretch;
    display: flex;
  }

  .div-block-961 {
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
    position: static;
  }

  .div-block-962 {
    margin-left: 0;
  }

  .div-block-959 {
    aspect-ratio: 1;
    height: auto;
    min-height: auto;
  }

  .div-block-967 {
    margin-left: 1rem;
  }

  .flex-block-306 {
    margin-left: .5rem;
    margin-right: .5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-959-2 {
    height: 50svw;
  }

  .quick-stack-107 {
    grid-row-gap: 4rem;
    margin-top: 3rem;
  }

  .div-block-934-2 {
    align-self: stretch;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .headline-intro1 {
    font-size: 7vw;
    line-height: 140%;
  }

  .div-block-973 {
    min-width: auto;
  }

  .flex-block-319 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .div-block-974 {
    max-width: 60vw;
  }

  .flex-block-324 {
    display: block;
  }

  .div-block-978 {
    margin-left: 0;
    margin-right: 0;
  }

  .tabs-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .div-block-959-3 {
    aspect-ratio: 1;
    height: auto;
    min-height: auto;
  }

  .cell-534, .div-block-960-2 {
    display: none;
  }

  .quick-stack-114 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .flex-block-328 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    align-self: stretch;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-978-2, .div-block-978-3 {
    min-height: 320px;
    margin-left: 0;
    margin-right: 0;
  }
}

#w-node-_3a3c7f78-2638-10be-2fc5-bc86bc28daf7-859809f4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_6762f463-45eb-5fcd-2e0c-1b298fa1a7dd-859809f4 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_4d8dad70-d7aa-b92b-b3a4-4c460270387a-859809f4 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .25fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_4d8dad70-d7aa-b92b-b3a4-4c460270387b-859809f4 {
  grid-column: span 7 / span 7;
}

#w-node-b3f6df7f-75ab-3c7f-14cc-18b563bd2954-859809f4, #w-node-_420c52f4-ed42-d429-73cd-cda56d49ce79-859809f4 {
  grid-column: span 2 / span 2;
}

#w-node-a590c0c2-bdc0-4957-5f6f-09793b34b85b-859809f4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_538da3c1-a933-295f-cb15-a14f70065681-859809f4, #w-node-_2483af21-b909-054d-8a1f-95d1b96ac02b-859809f4 {
  grid-column: span 3 / span 3;
}

#w-node-dd2be75c-5963-4712-58bb-1a249526dc4f-859809f4, #w-node-_13a7f061-82f1-6794-0e41-90d664295b27-859809f4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_13a7f061-82f1-6794-0e41-90d664295b28-859809f4 {
  grid-column: span 3 / span 3;
}

#w-node-_66c92277-471b-3290-5abf-27814cfee72b-859809f4 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr .25fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_66c92277-471b-3290-5abf-27814cfee72c-859809f4 {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-abc3a406-a159-d1ed-038d-462857c50649-859809f4, #w-node-_8428475f-4ca1-7cd0-ea78-5be7ae43526a-859809f4, #w-node-_46925957-d1e7-f2fc-a2ac-ed409c37715c-859809f4, #w-node-_4c9ed411-83da-64eb-b1c8-096c12c708d9-859809f4, #w-node-dc8677fd-9d5b-c221-5cb6-dfddbf0cce4a-859809f4, #w-node-_5c8888c3-eab0-9b1f-e897-eb2524757e85-859809f4 {
  grid-column: span 2 / span 2;
}

#w-node-_5da862d1-5a94-2479-9ae1-3890d3b4fa6d-859809f4 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  display: none;
}

#w-node-_011553bc-0d2f-05c1-971c-9e3c50fbec38-859809f4, #w-node-_5c3e5187-7822-8423-2691-ed8b1713f539-859809f4, #w-node-deb8d6eb-348e-30ab-c874-20d470c81310-859809f4, #w-node-_344c2eea-c8f8-4dc9-00e5-2aa4d6af0eb5-859809f4, #w-node-_599ae197-fbdf-575d-03b5-5d006d585afe-859809f4, #w-node-e44c2be6-fb79-3a52-a6d4-58cbc330e856-859809f4 {
  grid-column: span 2 / span 2;
}

#w-node-ffc2a812-0b28-cd72-d08e-f3676e92a1bf-859809f4 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .25fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-ffc2a812-0b28-cd72-d08e-f3676e92a1c0-859809f4 {
  grid-area: span 2 / span 7 / span 2 / span 7;
}

#w-node-_631394af-491c-2893-3f8f-0703a6e72e02-859809f4 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .25fr 1fr 1fr 1fr 1fr 1fr;
  display: none;
}

#w-node-_631394af-491c-2893-3f8f-0703a6e72e03-859809f4 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-ece9ea15-c9e9-5086-671c-f8b974b1d31b-859809f4, #w-node-eacb72cc-c7bd-f609-4bc0-c8ff3c30d4f5-859809f4 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_99241b74-74a4-2952-6e73-a9b22fd20e78-859809f4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-b4cc528e-694c-fd3f-22d2-20d590f9e382-859809f4, #w-node-_27028dd6-8bb1-9100-6d8c-8b28f181c55d-859809f4 {
  grid-column: span 2 / span 2;
}

#w-node-_5fcf643e-bb1d-2c88-f1dd-0dbdddeec2f4-859809f4 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-a098347b-284c-617a-4da0-0cac99f1f088-859809f4 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr .25fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-f7f0798d-a7d3-2173-28b4-5b39d3399d60-859809f4 {
  grid-column: span 5 / span 5;
}

#w-node-c42c2e1b-0093-f3a7-7dab-4c15c4b53817-859809f4 {
  grid-column: span 2 / span 2;
}

#w-node-_3d1e783f-2ac4-96b2-1a0a-05be091af0a7-859809f4 {
  grid-column: span 3 / span 3;
}

#w-node-_4ac2da12-92d9-cf15-88dd-cca90ffa9cf6-859809f4 {
  grid-column: span 7 / span 7;
}

#w-node-ce992dc4-02e3-279c-78e1-5c5f3182170c-859809f4, #w-node-ca34741f-9c84-fde2-5f0d-471c52dfd576-859809f4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_77a852a2-02fa-8a0f-a011-8f6e209e7717-859809f4 {
  grid-column: span 4 / span 4;
}

#w-node-d55a8704-dee6-c771-313e-e083f9325815-859809f4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-d55a8704-dee6-c771-313e-e083f932583e-859809f4 {
  grid-column: span 4 / span 4;
}

#w-node-b0bb42ea-e3fd-33e3-8c74-f18a01828d12-859809f4 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .25fr 1fr 1fr 1fr 1fr 1fr;
  display: none;
}

#w-node-b0bb42ea-e3fd-33e3-8c74-f18a01828d20-859809f4 {
  grid-column: span 7 / span 7;
}

#w-node-_21592a1b-7d2f-f053-7ab5-9edf23482d6b-859809f4 {
  grid-column: span 3 / span 3;
}

#w-node-bf02f19f-7d8b-770a-988e-12453f0dd0fd-3f0dd0f8 {
  grid-area: Area-3;
}

#w-node-bf02f19f-7d8b-770a-988e-12453f0dd103-3f0dd0f8 {
  grid-area: Area-2;
}

#w-node-a29e5211-693e-e22f-7004-cd4e128b0cc8-3f0dd0f8 {
  grid-area: Area;
  justify-self: end;
}

@media screen and (min-width: 1920px) {
  #w-node-ffc2a812-0b28-cd72-d08e-f3676e92a1bf-859809f4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr .25fr 1fr 1fr 1fr 1fr 1fr;
  }

  #w-node-ffc2a812-0b28-cd72-d08e-f3676e92a1c0-859809f4 {
    grid-column: span 7 / span 7;
  }

  #w-node-_631394af-491c-2893-3f8f-0703a6e72e02-859809f4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr .25fr 1fr 1fr 1fr 1fr 1fr;
  }

  #w-node-_631394af-491c-2893-3f8f-0703a6e72e03-859809f4 {
    grid-column: span 3 / span 3;
  }

  #w-node-a098347b-284c-617a-4da0-0cac99f1f088-859809f4, #w-node-ce992dc4-02e3-279c-78e1-5c5f3182170c-859809f4, #w-node-ca34741f-9c84-fde2-5f0d-471c52dfd576-859809f4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr .25fr 1fr 1fr 1fr 1fr 1fr;
  }

  #w-node-ca34741f-9c84-fde2-5f0d-471c52dfd58e-859809f4 {
    grid-column: span 1 / span 1;
  }

  #w-node-d55a8704-dee6-c771-313e-e083f9325815-859809f4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr .25fr 1fr 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  #w-node-a590c0c2-bdc0-4957-5f6f-09793b34b85b-859809f4 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_13a7f061-82f1-6794-0e41-90d664295b27-859809f4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_13a7f061-82f1-6794-0e41-90d664295b28-859809f4 {
    grid-column: span 3 / span 3;
  }

  #w-node-_722972fb-b06b-b0cb-d06d-a8cf087e6e53-859809f4 {
    grid-column: span 1 / span 1;
  }

  #w-node-_66c92277-471b-3290-5abf-27814cfee72b-859809f4 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_66c92277-471b-3290-5abf-27814cfee72c-859809f4 {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-abc3a406-a159-d1ed-038d-462857c50649-859809f4, #w-node-_8428475f-4ca1-7cd0-ea78-5be7ae43526a-859809f4, #w-node-_46925957-d1e7-f2fc-a2ac-ed409c37715c-859809f4, #w-node-_4c9ed411-83da-64eb-b1c8-096c12c708d9-859809f4, #w-node-dc8677fd-9d5b-c221-5cb6-dfddbf0cce4a-859809f4, #w-node-_5c8888c3-eab0-9b1f-e897-eb2524757e85-859809f4 {
    grid-column: span 1 / span 1;
  }

  #w-node-_011553bc-0d2f-05c1-971c-9e3c50fbec38-859809f4, #w-node-_5c3e5187-7822-8423-2691-ed8b1713f539-859809f4, #w-node-deb8d6eb-348e-30ab-c874-20d470c81310-859809f4, #w-node-_344c2eea-c8f8-4dc9-00e5-2aa4d6af0eb5-859809f4, #w-node-_599ae197-fbdf-575d-03b5-5d006d585afe-859809f4, #w-node-e44c2be6-fb79-3a52-a6d4-58cbc330e856-859809f4 {
    grid-column: span 3 / span 3;
  }

  #w-node-ffc2a812-0b28-cd72-d08e-f3676e92a1bf-859809f4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-ffc2a812-0b28-cd72-d08e-f3676e92a1c0-859809f4 {
    grid-column: span 3 / span 3;
  }

  #w-node-_631394af-491c-2893-3f8f-0703a6e72e02-859809f4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_631394af-491c-2893-3f8f-0703a6e72e03-859809f4 {
    grid-column: span 1 / span 1;
  }

  #w-node-b4cc528e-694c-fd3f-22d2-20d590f9e382-859809f4 {
    grid-column: span 4 / span 4;
  }

  #w-node-_27028dd6-8bb1-9100-6d8c-8b28f181c55d-859809f4 {
    grid-column: span 3 / span 3;
  }

  #w-node-a098347b-284c-617a-4da0-0cac99f1f088-859809f4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-f7f0798d-a7d3-2173-28b4-5b39d3399d60-859809f4, #w-node-_4ac2da12-92d9-cf15-88dd-cca90ffa9cf6-859809f4 {
    grid-column: span 3 / span 3;
  }

  #w-node-ce992dc4-02e3-279c-78e1-5c5f3182170c-859809f4, #w-node-ca34741f-9c84-fde2-5f0d-471c52dfd576-859809f4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-ca34741f-9c84-fde2-5f0d-471c52dfd58d-859809f4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ca34741f-9c84-fde2-5f0d-471c52dfd58e-859809f4 {
    grid-column: span 2 / span 2;
  }

  #w-node-d55a8704-dee6-c771-313e-e083f9325815-859809f4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-d55a8704-dee6-c771-313e-e083f932583d-859809f4 {
    grid-column: span 2 / span 2;
  }

  #w-node-b0bb42ea-e3fd-33e3-8c74-f18a01828d12-859809f4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr .25fr 1fr;
  }

  #w-node-b0bb42ea-e3fd-33e3-8c74-f18a01828d20-859809f4 {
    grid-column: span 3 / span 3;
  }

  #w-node-a29e5211-693e-e22f-7004-cd4e128b0cc8-3f0dd0f8 {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b3f6df7f-75ab-3c7f-14cc-18b563bd2954-859809f4 {
    order: 9999;
    grid-column: span 7 / span 7;
  }

  #w-node-_420c52f4-ed42-d429-73cd-cda56d49ce79-859809f4 {
    grid-column: span 7 / span 7;
  }

  #w-node-a590c0c2-bdc0-4957-5f6f-09793b34b85b-859809f4 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_538da3c1-a933-295f-cb15-a14f70065681-859809f4 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-dd2be75c-5963-4712-58bb-1a249526dc4f-859809f4, #w-node-_13a7f061-82f1-6794-0e41-90d664295b27-859809f4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_13a7f061-82f1-6794-0e41-90d664295b28-859809f4 {
    grid-column: span 2 / span 2;
  }

  #w-node-_3dc10f1a-df18-fcd4-abfe-5eb11c4087d2-859809f4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_722972fb-b06b-b0cb-d06d-a8cf087e6e53-859809f4 {
    grid-column: span 1 / span 1;
  }

  #w-node-abc3a406-a159-d1ed-038d-462857c50649-859809f4, #w-node-_8428475f-4ca1-7cd0-ea78-5be7ae43526a-859809f4, #w-node-_46925957-d1e7-f2fc-a2ac-ed409c37715c-859809f4, #w-node-_4c9ed411-83da-64eb-b1c8-096c12c708d9-859809f4, #w-node-dc8677fd-9d5b-c221-5cb6-dfddbf0cce4a-859809f4, #w-node-_5c8888c3-eab0-9b1f-e897-eb2524757e85-859809f4 {
    grid-column: span 2 / span 2;
  }

  #w-node-_5da862d1-5a94-2479-9ae1-3890d3b4fa6d-859809f4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_011553bc-0d2f-05c1-971c-9e3c50fbec38-859809f4, #w-node-_5c3e5187-7822-8423-2691-ed8b1713f539-859809f4, #w-node-deb8d6eb-348e-30ab-c874-20d470c81310-859809f4, #w-node-_344c2eea-c8f8-4dc9-00e5-2aa4d6af0eb5-859809f4, #w-node-_599ae197-fbdf-575d-03b5-5d006d585afe-859809f4, #w-node-e44c2be6-fb79-3a52-a6d4-58cbc330e856-859809f4 {
    grid-column: span 2 / span 2;
  }

  #w-node-ffc2a812-0b28-cd72-d08e-f3676e92a1bf-859809f4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-ffc2a812-0b28-cd72-d08e-f3676e92a1c0-859809f4 {
    grid-column: span 4 / span 4;
  }

  #w-node-_631394af-491c-2893-3f8f-0703a6e72e02-859809f4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_631394af-491c-2893-3f8f-0703a6e72e03-859809f4 {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-ece9ea15-c9e9-5086-671c-f8b974b1d31b-859809f4 {
    grid-area: span 3 / span 3 / span 3 / span 3;
  }

  #w-node-eacb72cc-c7bd-f609-4bc0-c8ff3c30d4f5-859809f4 {
    grid-column: span 3 / span 3;
  }

  #w-node-_5fcf643e-bb1d-2c88-f1dd-0dbdddeec2f4-859809f4 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #w-node-a098347b-284c-617a-4da0-0cac99f1f088-859809f4, #w-node-ce992dc4-02e3-279c-78e1-5c5f3182170c-859809f4, #w-node-ca34741f-9c84-fde2-5f0d-471c52dfd576-859809f4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-ca34741f-9c84-fde2-5f0d-471c52dfd58a-859809f4 {
    grid-column: span 4 / span 4;
  }

  #w-node-d55a8704-dee6-c771-313e-e083f9325815-859809f4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-d55a8704-dee6-c771-313e-e083f9325838-859809f4 {
    grid-column: span 4 / span 4;
  }

  #w-node-b0bb42ea-e3fd-33e3-8c74-f18a01828d12-859809f4 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-b0bb42ea-e3fd-33e3-8c74-f18a01828d20-859809f4 {
    grid-column: span 3 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3a3c7f78-2638-10be-2fc5-bc86bc28daf7-859809f4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  #w-node-_3a3c7f78-2638-10be-2fc5-bc86bc28db07-859809f4, #w-node-_3a3c7f78-2638-10be-2fc5-bc86bc28db0a-859809f4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6762f463-45eb-5fcd-2e0c-1b298fa1a7dd-859809f4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-a590c0c2-bdc0-4957-5f6f-09793b34b85b-859809f4 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_538da3c1-a933-295f-cb15-a14f70065681-859809f4 {
    grid-column: span 3 / span 3;
  }

  #w-node-_42ce65a3-f56e-51db-b486-e59437bde67c-859809f4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2483af21-b909-054d-8a1f-95d1b96ac02b-859809f4 {
    grid-column: span 3 / span 3;
  }

  #w-node-dd2be75c-5963-4712-58bb-1a249526dc4f-859809f4, #w-node-_13a7f061-82f1-6794-0e41-90d664295b27-859809f4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_722972fb-b06b-b0cb-d06d-a8cf087e6e53-859809f4, #w-node-_178c77fc-cec3-f6f1-863f-dd58cf9c5fe9-859809f4, #w-node-_67fc23bb-b672-5448-9373-f5d84daafd91-859809f4 {
    grid-column: span 2 / span 2;
  }

  #w-node-ffc2a812-0b28-cd72-d08e-f3676e92a1c0-859809f4 {
    grid-column: span 4 / span 4;
  }

  #w-node-_631394af-491c-2893-3f8f-0703a6e72e02-859809f4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_631394af-491c-2893-3f8f-0703a6e72e03-859809f4 {
    grid-column: span 3 / span 3;
  }

  #w-node-b4cc528e-694c-fd3f-22d2-20d590f9e382-859809f4, #w-node-_27028dd6-8bb1-9100-6d8c-8b28f181c55d-859809f4 {
    grid-column: span 7 / span 7;
  }

  #w-node-_5fcf643e-bb1d-2c88-f1dd-0dbdddeec2f4-859809f4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-a098347b-284c-617a-4da0-0cac99f1f088-859809f4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-ca34741f-9c84-fde2-5f0d-471c52dfd58a-859809f4 {
    grid-column: span 3 / span 3;
  }

  #w-node-d55a8704-dee6-c771-313e-e083f9325838-859809f4 {
    grid-column: span 4 / span 4;
  }

  #w-node-b0bb42ea-e3fd-33e3-8c74-f18a01828d20-859809f4 {
    grid-column: span 3 / span 3;
  }
}


@font-face {
  font-family: 'Satoshi Variable';
  src: url('../fonts/Satoshi-Variable.woff2') format('woff2');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppfragment-2';
  src: url('../fonts/PPFragment-SansBold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppfragment-2';
  src: url('../fonts/PPFragment-SansRegular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppfragment-Serif-2';
  src: url('../fonts/PPFragment-SerifRegularItalic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}