:root {
  --jery-green: #38e3ae;
  --jery-blue: #151721;
  --pdg-grey: #212121;
  --avalance-grey: #313841;
  --porsche-red: #cf0d03;
  --avalance-orange: #f63e3e;
  --b-braun-green: #14ab92;
  --indicator-inactive: #fff3;
  --grey: #797979;
}

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.hero {
  color: #1f1e1e;
  background-color: #0000;
  height: 120vh;
  display: block;
}

.chapter {
  opacity: 0;
  color: #0000;
  background-color: #0000;
  height: auto;
  margin-left: -2vw;
  display: block;
  position: absolute;
}

.chapter.link {
  opacity: 0;
  border-radius: 0;
  display: block;
}

.chapter.client._2, .chapter.client._1, .chapter.client._3, .chapter.team, .chapter.contact {
  opacity: 0;
  display: block;
}

.c2 {
  opacity: 1;
  color: #0000;
  background-color: #0000;
  height: 120vh;
}

.c3 {
  color: #111;
  background-color: #0000;
  height: 120vh;
}

.container {
  height: 90vh;
  position: fixed;
}

.container.nav {
  z-index: 1;
  clear: none;
  justify-content: space-between;
  align-items: center;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 64px;
  display: flex;
  position: relative;
  top: auto;
}

.content-container {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 100vh;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
}

.fixed-element-container {
  width: 90vw;
  height: auto;
  display: block;
}

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

.columns {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.c1-text {
  opacity: 0;
  color: #38e3ae;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 72px;
  text-decoration: none;
  transition: opacity .2s, color .2s;
  display: block;
  position: relative;
}

.c1-text:hover {
  color: #3dab98;
  font-weight: 300;
  position: static;
}

.c1-text.c2, .c1-text.c1 {
  height: auto;
}

.c2-animation {
  opacity: 0;
  border-radius: 0;
  flex: 0 auto;
  width: 38vw;
  max-width: 1200px;
  height: auto;
  margin-left: 0;
  display: block;
  position: absolute;
}

.text-column {
  align-items: center;
  padding-left: 0;
  display: flex;
}

.c1-animation {
  opacity: 0;
  border-radius: 0;
  width: 38vw;
  max-width: 1200px;
  height: auto;
  margin-left: 0;
  display: block;
  position: absolute;
}

.p---chapter-heading {
  opacity: 1;
  color: var(--jery-green);
  margin-bottom: 0;
  margin-left: 0;
  font-family: Lato, sans-serif;
  font-size: 4vw;
  font-weight: 300;
  line-height: 5vw;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
  position: relative;
}

.p---chapter-heading:hover {
  opacity: 1;
  color: var(--jery-green);
  font-weight: 300;
  position: static;
}

.p---chapter-heading.c2, .p---chapter-heading.c1 {
  height: auto;
}

.p---chapter-heading.pdg {
  color: #fff;
  width: 100%;
  margin-top: 0;
  font-size: 3vw;
  font-weight: 700;
  line-height: 3.5vw;
  position: static;
}

.p---chapter-heading.pdg:hover {
  opacity: 1;
}

.p---chapter-heading.inactive {
  margin-bottom: -5vh;
}

.p---chapter-heading.inactive:hover {
  opacity: 1;
}

.nav {
  z-index: 99999;
  float: none;
  clear: none;
  background-image: linear-gradient(#15172100, #15172100);
  width: 100%;
  padding-bottom: 6vh;
  position: fixed;
  top: 0;
}

.nav.about {
  background-image: linear-gradient(#000c, #15172100);
  padding-bottom: 4vh;
}

.nav-container {
  object-fit: fill;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.nav-menu {
  z-index: 400;
  justify-content: flex-end;
  height: 20px;
  margin-top: 7vh;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: visible;
}

.link-bar {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: stretch center;
  width: auto;
  margin-top: 0;
  margin-right: 5vw;
  display: grid;
  position: sticky;
  inset: 19% 0% auto auto;
}

.nav-link {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-left: -15px;
  padding: 9px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
  transition: opacity .2s;
  position: relative;
}

.nav-link:hover {
  opacity: .6;
}

.nav-button {
  background-color: var(--jery-green);
  color: #151721;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 20px;
  margin-top: 30px;
  padding: 10px 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
}

.nav-button:hover {
  color: #fff;
  background-color: #2c7266;
}

.body {
  background-color: var(--jery-blue);
  height: auto;
  color: var(--jery-blue);
  padding-top: 0;
}

.hero-2 {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  top: 0;
  overflow: hidden;
}

.hero-container {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 85vh;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.hero-container.a {
  height: 80vh;
}

.hero-text {
  opacity: 1;
  margin-top: 15vh;
}

.hero-headline {
  opacity: 0;
  color: #38e3ae;
  text-align: center;
  margin-bottom: auto;
  font-family: Lato, sans-serif;
  font-size: 4vw;
  font-weight: 300;
  line-height: 5vw;
  overflow: visible;
}

.hero-headline.logo {
  opacity: 0;
  letter-spacing: 1vw;
  margin-top: 15px;
  margin-left: 0;
  font-size: 3vw;
  font-weight: 700;
}

.story-link-container {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 3vh;
  display: flex;
  position: relative;
}

.story-link-container.contact {
  margin-top: 8vh;
  padding-left: 0;
}

.story-link-container._1, .story-link-container.pdg {
  display: none;
}

.story-link-container.services {
  margin-top: 4vh;
  padding-left: 0;
}

.story-link {
  justify-content: flex-start;
  align-items: stretch;
  padding-right: 0;
  display: flex;
  position: static;
}

.story-link._2 {
  padding-right: 0;
}

.link-text-story {
  opacity: 1;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
  position: relative;
}

.link-text-story:hover {
  opacity: .59;
  color: #fff;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.image {
  margin-left: 1vw;
  padding-bottom: 2px;
  line-height: 18px;
}

.c1 {
  height: 120vh;
  margin-top: -50vh;
}

.client-link {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: static;
}

.client-link.home {
  display: none;
}

.link-block {
  opacity: 1;
  filter: grayscale();
  margin-top: 1vh;
  margin-right: 2vw;
  transition: filter .2s, opacity .2s;
}

.link-block:hover {
  opacity: 1;
  filter: grayscale(0%);
  margin-top: 1vh;
}

.image-2 {
  opacity: 1;
  width: 13vw;
}

.c3-animation {
  opacity: 0;
  border-radius: 0;
  flex: 0 auto;
  width: 38vw;
  max-width: 1200px;
  height: auto;
  margin-left: 0;
  display: block;
  position: absolute;
}

.c4 {
  color: #0000;
  background-color: #0000;
  height: 120vh;
}

.client-logo {
  opacity: 1;
  width: 13vw;
}

.client-logo:hover {
  filter: none;
}

.c5 {
  color: #0000;
  background-color: #0000;
  height: 120vh;
}

.c4-animation {
  opacity: 0;
  border-radius: 0;
  flex: 0 auto;
  width: 38vw;
  max-width: 1200px;
  height: auto;
  margin-left: 0;
  display: block;
  position: absolute;
}

.c6 {
  color: #0000;
  background-color: #0000;
  height: 120vh;
}

.c5-animation, .c6-animation {
  opacity: 0;
  border-radius: 0;
  flex: 0 auto;
  width: 38vw;
  max-width: 1200px;
  height: auto;
  margin-left: 0;
  display: block;
  position: absolute;
}

.c7 {
  color: #0000;
  background-color: #0000;
  height: 150vh;
}

.footer-headline {
  color: #38e3ae;
  text-align: center;
  width: 55%;
  margin-top: 0;
  margin-bottom: auto;
  font-family: Lato, sans-serif;
  font-size: 4vw;
  font-weight: 300;
  line-height: 5vw;
}

.footer-headline.logo {
  margin-top: auto;
  font-size: 4vw;
  font-weight: 700;
  display: block;
}

.footer {
  color: #1f1e1e;
  background-color: #0000;
  height: auto;
  margin-top: 0;
}

.heading-8 {
  color: #9b9b9b;
  letter-spacing: 1px;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
}

.columns-5 {
  justify-content: center;
  align-items: flex-end;
  height: 10vh;
  margin-left: 5%;
  margin-right: 5%;
  padding-bottom: 0;
  display: flex;
}

.jery-logo-2 {
  float: right;
  clear: none;
}

.links---subages-3 {
  color: #9b9b9b;
  letter-spacing: 1px;
  width: 70%;
  padding-top: 0%;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 32px;
  text-decoration: none;
}

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

.footer-2 {
  z-index: 999999;
  flex-direction: column;
  justify-content: flex-end;
  height: 15vh;
  margin-top: 0;
  padding-bottom: 5vh;
  display: flex;
  position: static;
}

.footer-2.project {
  display: none;
}

.column-3 {
  align-items: center;
  height: 100%;
  margin-top: auto;
  padding-left: 12%;
  padding-right: 9%;
  display: flex;
}

.footnote-right {
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.footer-functions-2 {
  width: 40%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.link-block-2 {
  text-decoration: none;
}

.image-5 {
  opacity: 1;
  margin-left: 32px;
  padding-left: 0;
  padding-right: 0;
  transition: transform .4s;
}

.image-5:hover {
  opacity: .5;
}

.div-block-10 {
  margin-left: 5%;
  margin-right: 5%;
  padding-top: 2%;
}

.div-block-9 {
  color: #9b9b9b;
  background-color: #9b9b9b;
  height: 1px;
  margin-top: 3.5%;
  margin-left: 5%;
  margin-right: 5%;
  padding-top: 0;
}

.column-4 {
  height: 15vh;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
}

.text-block-8 {
  color: #9b9b9b;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  position: absolute;
  bottom: 0;
  left: 0;
}

.columns-4 {
  height: 15vh;
  margin-left: auto;
  margin-right: auto;
}

.text-block-7 {
  color: #9b9b9b;
  font-family: Montserrat, sans-serif;
  position: absolute;
  bottom: 0;
  right: 0;
}

.image-6 {
  margin-top: 0;
  margin-left: 0;
  transition: transform .4s;
  transform: translate(0);
}

.image-6:hover {
  opacity: .5;
  transform: translate(0)translate(0);
}

.jery-promise {
  height: 120vh;
  display: block;
  position: relative;
  top: auto;
}

.promise-text {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: static;
  top: 92px;
}

.promise-text.services {
  flex-direction: column;
}

.div-block-12 {
  position: absolute;
}

.intro-animation {
  z-index: 0;
  opacity: .6;
  object-fit: cover;
  width: 190vw;
  margin-left: -45vw;
  position: fixed;
  inset: 0%;
}

.chapter-text-no-hover {
  opacity: 1;
  color: var(--jery-green);
  margin-bottom: 0;
  margin-left: 0;
  font-family: Lato, sans-serif;
  font-size: 4vw;
  font-weight: 300;
  line-height: 5vw;
  text-decoration: none;
  transition: opacity .2s, color .2s;
  display: block;
  position: relative;
}

.chapter-text-no-hover:hover {
  color: var(--jery-green);
  font-weight: 300;
  position: static;
}

.chapter-text-no-hover.c2, .chapter-text-no-hover.c1 {
  height: auto;
}

.p---story-section {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 700vh;
  display: flex;
  position: relative;
}

.p---sticky-container {
  object-fit: fill;
  background-color: #0d0e11;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.p---background {
  background-color: var(--pdg-grey);
  opacity: 1;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 800vw;
  height: 100%;
  display: block;
  position: absolute;
}

.p---background.mobile {
  width: 100vw;
  height: 100%;
}

.p---background.avalance {
  background-color: var(--avalance-grey);
}

.p---background.b-braun {
  background-color: var(--pdg-grey);
}

.p---intro {
  z-index: 100;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/PDG-Cover.png');
  background-position: 70%;
  background-repeat: no-repeat;
  background-size: 100vw;
  flex-direction: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  padding-top: 0;
  font-family: Lato, sans-serif;
  font-size: 1.3vw;
  font-weight: 400;
  display: flex;
  position: static;
}

.p---intro.mobile {
  height: 100vh;
}

.p---intro.avalance {
  background-image: url('../images/Avalance-Cover.png');
}

.p---intro.b-braun {
  background-image: url('../images/BBraun-Cover.png');
}

.p---columns {
  z-index: 200;
  justify-content: flex-start;
  align-items: center;
  width: 85%;
  height: 100%;
  margin-bottom: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: flex;
  position: static;
}

.p---columns.goodie {
  background-color: var(--avalance-grey);
  opacity: 1;
  background-image: url('../images/Desktop-Goodie-Avalance.png');
  background-position: -170px 7vh;
  background-repeat: no-repeat;
  background-size: 85vw;
  border-radius: 15px;
  width: 70%;
  box-shadow: 1px 1px 40px 5px #0009;
}

.p---columns.goodie.pdg {
  background-color: var(--pdg-grey);
}

.p---columns.goodie.b-braun {
  background-color: #2b2b2b;
  background-image: url('../images/Group-15.png');
  background-position: 100% 100%;
  background-size: 80vw;
}

.p---columns.about {
  width: 75vw;
}

.p---text {
  flex-direction: column;
  justify-content: center;
  height: 60vh;
  padding-left: 10%;
  padding-right: 0%;
  display: flex;
}

.p---text.goodie {
  justify-content: flex-start;
  padding-top: 2vw;
  padding-left: 5vw;
}

.p---text.about {
  padding-left: 6%;
  padding-right: 10%;
}

.p---graphic {
  flex-direction: column;
  justify-content: center;
  height: auto;
  display: flex;
}

.p---headline {
  color: #fff;
  margin-bottom: auto;
  font-family: Lato, sans-serif;
  font-size: 6vw;
  font-weight: 400;
  line-height: 7vw;
}

.paragraph {
  opacity: 1;
  color: #fff;
  text-transform: uppercase;
  width: 80%;
  margin-top: 5vh;
  line-height: 2vw;
  position: static;
}

.image-7 {
  object-fit: cover;
}

.intro {
  z-index: 100;
  opacity: .6;
  filter: blur() grayscale(65%) brightness(240%);
  background-color: #fff;
  background-image: url('../images/Background.png');
  background-position: 0 0;
  background-size: cover;
  width: 100vw;
  height: 100%;
  position: absolute;
}

.p---viewport-mask {
  flex: 0 auto;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.p---scrollable-container {
  opacity: 1;
  flex-wrap: wrap;
  align-items: center;
  width: 800vw;
  height: 100%;
  margin-left: 0;
  display: flex;
}

.p---content {
  z-index: 200;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
  position: relative;
}

.p---content.mobile {
  flex-direction: column;
  height: 100vh;
}

.image-8 {
  opacity: 0;
  width: 90%;
  max-width: none;
}

.hero-image {
  opacity: 1;
  max-width: 100%;
  margin-top: 4vh;
}

.hero-image._2 {
  text-align: left;
  max-width: 85%;
}

.p---chapter {
  z-index: 100;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  background-color: #0000;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100%;
  margin-top: auto;
  font-family: Lato, sans-serif;
  font-size: 1.3vw;
  font-weight: 400;
  display: flex;
  position: static;
}

.p---chapter:hover {
  color: #fff;
}

.p---chapter.mobile {
  height: 100vh;
}

.paragraph-2 {
  opacity: .7;
  color: #dadada;
  margin-top: 4.5vh;
  font-family: Lato, sans-serif;
  font-size: 1.7vw;
  font-weight: 300;
  line-height: 2.8vw;
}

.p---subheading {
  opacity: 1;
  color: var(--porsche-red);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Lato, sans-serif;
  font-size: 1.2vw;
  font-style: normal;
  font-weight: 700;
  line-height: 3vw;
  text-decoration: none;
  transition: opacity .2s, color .2s;
  display: block;
  position: relative;
}

.p---subheading:hover {
  color: var(--porsche-red);
  font-weight: 700;
  position: static;
}

.p---subheading.c2, .p---subheading.c1 {
  height: auto;
}

.p---subheading.pdg {
  width: auto;
  color: var(--porsche-red);
  position: static;
}

.p---subheading.avalance {
  width: auto;
  color: var(--avalance-orange);
  width: auto;
  position: static;
}

.p---subheading.about {
  color: var(--jery-green);
  text-transform: uppercase;
  font-size: 1.1vw;
  line-height: 3vw;
}

.p---subheading.b-braun {
  width: auto;
  color: var(--b-braun-green);
  position: static;
}

.image-9 {
  margin-top: auto;
  margin-left: 0;
  transition: opacity .2s;
  display: block;
}

.image-9:hover {
  opacity: .6;
}

.logo {
  margin-top: 7vh;
  margin-left: 5vw;
}

.paragraph-2-copy {
  opacity: .7;
  color: #dadada;
  margin-top: 4.5vh;
  font-family: Lato, sans-serif;
  font-size: 1.7vw;
  font-weight: 300;
  line-height: 2.8vw;
}

.p---chapter-text {
  opacity: .7;
  color: #dadada;
  width: 100%;
  margin-top: 4vh;
  font-family: Lato, sans-serif;
  font-size: 1.6vw;
  font-weight: 400;
  line-height: 2.6vw;
}

.p---chapter-text.contact {
  width: 34vw;
  margin-top: 3vh;
}

.p---text-intro {
  flex-direction: column;
  justify-content: flex-start;
  height: 60vh;
  padding-top: 40px;
  padding-left: 10px;
  padding-right: 3%;
  display: flex;
}

.image-10 {
  opacity: .6;
  width: 15vw;
  margin-top: 15px;
}

.chapter-text-intro {
  opacity: 1;
  color: var(--jery-green);
  margin-bottom: 0;
  margin-left: 0;
  font-family: Lato, sans-serif;
  font-size: 4vw;
  font-weight: 300;
  line-height: 5vw;
  text-decoration: none;
  transition: opacity .2s, color .2s;
  display: block;
  position: relative;
}

.chapter-text-intro:hover {
  color: #3dab98;
  font-weight: 300;
  position: static;
}

.chapter-text-intro.c2, .chapter-text-intro.c1 {
  height: auto;
}

.chapter-text-intro.pdg {
  color: #fff;
  width: auto;
  margin-top: 0;
  font-size: 3.5vw;
  font-weight: 300;
  line-height: 4.6vw;
  position: static;
}

.chapter-text-intro.red {
  color: var(--porsche-red);
  width: auto;
  margin-top: 0;
  font-size: 3.5vw;
  font-weight: 700;
  line-height: 4.6vw;
  position: absolute;
}

.chapter-text-intro.b-braun {
  color: #fff;
  width: auto;
  margin-top: 0;
  font-size: 3.5vw;
  font-weight: 300;
  line-height: 4.6vw;
  position: static;
}

.chapter-text-intro.orange {
  width: auto;
  color: var(--avalance-orange);
  margin-top: 0;
  font-size: 3.5vw;
  font-weight: 700;
  line-height: 4.6vw;
  position: absolute;
}

.p---story-section-mobile {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 800vw;
  display: none;
  position: relative;
}

.body-2 {
  background-color: #212121;
  height: auto;
}

.pagination-container {
  z-index: 300;
  justify-content: center;
  height: 10vh;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  justify-content: center;
  justify-items: center;
  width: 20%;
  height: 10%;
}

.text-block-9 {
  position: absolute;
}

.p---client {
  margin-top: 34vh;
  line-height: 27px;
}

.page-indicator {
  background-color: var(--indicator-inactive);
  opacity: 1;
  border-radius: 15px;
  width: 10px;
  height: 10px;
}

.columns-6 {
  align-self: flex-start;
  width: 100vw;
  padding-left: 5vw;
  padding-right: 5vw;
}

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

.box-r {
  justify-content: flex-end;
  display: flex;
}

.box-l {
  display: flex;
}

.bold-text {
  color: #717171;
  font-weight: 400;
}

.p---goodie {
  z-index: 100;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  background-color: #0000;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100%;
  margin-top: auto;
  padding-top: 20vh;
  padding-bottom: 20vh;
  font-family: Lato, sans-serif;
  font-size: 1.3vw;
  font-weight: 400;
  display: flex;
  position: static;
}

.p---goodie:hover {
  color: #fff;
}

.p---goodie.mobile {
  height: 100vh;
}

.div-block-13 {
  background-image: url('../images/Goodie-PDG.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 9px;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 82vw;
  height: 55vh;
  margin: 20vh 20vw;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.div-block-14 {
  z-index: 400;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 16vh;
  position: absolute;
  inset: 0%;
}

.image-11 {
  width: 67vw;
  position: relative;
}

.image-12 {
  opacity: .8;
  border-radius: 15px;
  width: 80vw;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  box-shadow: 5px 5px 40px 7px #0009;
}

.div-block-15 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: auto;
  height: 60vh;
  margin-right: 0;
  padding-bottom: 5vh;
  padding-right: 3.5vw;
  display: flex;
}

.button {
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 60px;
  font-size: 1vw;
  font-weight: 400;
  line-height: 30px;
  transition: box-shadow .3s, background-color .3s;
  box-shadow: 1px 1px 20px 1px #0009;
}

.button:hover {
  color: #fff;
  background-color: #cf0d03;
  font-weight: 400;
  box-shadow: 1px 1px 10px 1px #00000052;
}

.button.avalance:hover {
  background-color: var(--avalance-orange);
}

.button.b-braun:hover {
  background-color: var(--b-braun-green);
}

.p---contact {
  z-index: 100;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  background-color: #fff3;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100%;
  margin-top: auto;
  padding-top: 20vh;
  padding-left: 10vw;
  padding-right: 10vw;
  font-family: Lato, sans-serif;
  font-size: 1.3vw;
  font-weight: 400;
  display: block;
  position: static;
}

.p---contact:hover {
  color: #fff;
}

.p---contact.mobile {
  height: 100vh;
}

.p---contact-content-container {
  display: flex;
}

.p---contact-text-container {
  width: 60%;
  padding-top: 5vh;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 12fr;
  margin-top: 2vh;
}

.image-13, .image-14 {
  max-width: 80%;
}

.p---footer-link {
  color: #717171;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-left: -15px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s;
  position: relative;
}

.p---footer-link:hover {
  opacity: 1;
}

.client-font {
  opacity: 1;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
  position: relative;
}

.client-font:hover {
  opacity: 1;
  color: #fff;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.contact-link {
  opacity: 1;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: -2vh;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
  position: relative;
}

.contact-link:hover {
  opacity: .59;
  color: #fff;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.footer-font {
  opacity: 1;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
  position: relative;
}

.footer-font:hover {
  opacity: 1;
  color: #fff;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.footnote-left {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.client-font-copy {
  opacity: 1;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  padding-left: 0;
  padding-right: 2vw;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
  position: relative;
}

.client-font-copy:hover {
  opacity: 1;
  color: #fff;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.footer-link {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-left: 4vw;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s;
  position: relative;
}

.footer-link:hover {
  opacity: .6;
}

.contact-link-copy {
  opacity: 1;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: -2vh;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
  position: relative;
}

.contact-link-copy:hover {
  opacity: .59;
  color: #fff;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.contact-phone {
  opacity: 1;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: -2vh;
  margin-right: 5vw;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  display: block;
  position: relative;
}

.contact-phone:hover {
  opacity: 1;
  color: #fff;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.lottie-animation {
  height: 55vh;
}

.lottie-animation._1 {
  display: block;
}

.p---story-section-phone {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 700vh;
  display: none;
  position: relative;
}

.header-client-container {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 3vh;
  display: flex;
  position: relative;
}

.header-client-container.contact {
  margin-top: 8vh;
  padding-left: 0;
}

.header-client-container._1 {
  display: none;
}

.header-client-container.pdg {
  display: flex;
}

.logo-client {
  opacity: .7;
  filter: grayscale();
  margin-top: 1vh;
  transition: filter .2s, opacity .2s;
}

.logo-client:hover {
  opacity: 1;
  filter: grayscale(0%);
  margin-top: 1vh;
}

.body-3 {
  background-color: #313841;
  height: auto;
}

.bold-text-2 {
  font-style: normal;
  font-weight: 700;
}

.menu-button {
  margin-right: 5vw;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.menu-wrapper {
  display: none;
}

.menu-item-text {
  opacity: 1;
  color: var(--jery-green);
  margin-bottom: 0;
  margin-left: 0;
  font-family: Lato, sans-serif;
  font-size: 4vw;
  font-weight: 300;
  line-height: 5vw;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
  position: relative;
}

.menu-item-text:hover {
  opacity: .4;
  color: var(--jery-green);
  font-weight: 300;
  position: static;
}

.menu-item-text.c2, .menu-item-text.c1 {
  height: auto;
}

.menu-item-text.pdg {
  color: #fff;
  width: auto;
  margin-top: 0;
  font-size: 3.4vw;
  font-weight: 700;
  line-height: 4.6vw;
  position: static;
}

.menu-item-text.pdg:hover {
  opacity: 1;
}

.contact-icons {
  opacity: 1;
  margin-top: 3vh;
}

.s---chapter {
  z-index: 100;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  background-color: #0000;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 5vh;
  font-family: Lato, sans-serif;
  font-size: 1.3vw;
  font-weight: 400;
  display: flex;
  position: static;
}

.s---chapter:hover {
  color: #fff;
}

.s---chapter.mobile {
  height: 100vh;
}

.s---chapter.first {
  margin-top: 15vh;
}

.s---column {
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 60vh;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.s---column.goodie {
  justify-content: flex-start;
  padding-top: 2vw;
  padding-left: 5vw;
}

.s---column.about {
  padding-left: 6%;
  padding-right: 10%;
}

.a--image, .image-18, .image-19 {
  border-radius: 20px;
}

.s---image {
  background-image: url('../images/P4---Tile-1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  width: 90%;
  max-width: 100vw;
  height: 80%;
}

.s---image._2 {
  background-image: url('../images/P4---Tile-2.png');
}

.s---image._3 {
  background-image: url('../images/P4---Tile-3.png');
}

.div-block-17 {
  background-image: url('../images/P4---Tile-1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 90%;
  height: 80%;
}

.chapter-text {
  opacity: .7;
  color: #dadada;
  width: 23vw;
  margin-top: 2vh;
  font-family: Lato, sans-serif;
  font-size: 1.3vw;
  font-weight: 400;
  line-height: 2vw;
}

.chapter-text.contact {
  width: 34vw;
  margin-top: 3vh;
}

.s---columns {
  z-index: 200;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  height: 100%;
  margin: 0 0 auto;
  padding-left: 0;
  display: flex;
  position: static;
}

.s---columns.goodie {
  background-color: var(--avalance-grey);
  opacity: 1;
  background-image: url('../images/Goodie-Desktop.png');
  background-repeat: no-repeat;
  background-size: 95vw;
  border-radius: 15px;
  width: 70%;
  box-shadow: 1px 1px 40px 5px #0009;
}

.s---columns.about {
  width: 75vw;
}

.s---graphic {
  flex-direction: column;
  justify-content: center;
  height: auto;
  display: flex;
}

.s---text {
  flex-direction: column;
  justify-content: center;
  height: 60vh;
  padding-left: 10%;
  padding-right: 6%;
  display: flex;
}

.s---text.goodie {
  justify-content: flex-start;
  padding-top: 2vw;
  padding-left: 5vw;
}

.s---text.about {
  padding-left: 6%;
  padding-right: 10%;
}

.s---heading {
  opacity: 1;
  width: 68vw;
  height: 25vh;
  margin-top: 100px;
  padding-bottom: 15vh;
}

.bold-text-3 {
  width: auto;
}

.grid-4 {
  grid-column-gap: 180px;
  grid-row-gap: 25vh;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  width: 85%;
  margin-top: -15vh;
  transform: scale(.8);
}

.a---employee-card {
  width: 100%;
  height: 100%;
}

.a---subheading {
  opacity: 1;
  color: var(--jery-green);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Lato, sans-serif;
  font-size: 1.2vw;
  font-style: normal;
  font-weight: 700;
  line-height: 3vw;
  text-decoration: none;
  transition: opacity .2s, color .2s;
  display: block;
  position: relative;
}

.a---subheading:hover {
  color: var(--jery-green);
  font-weight: 700;
  position: static;
}

.a---subheading.c2, .a---subheading.c1 {
  height: auto;
}

.a---subheading.pdg {
  width: auto;
  color: var(--porsche-red);
  position: static;
}

.a---subheading.avalance {
  width: auto;
  color: var(--avalance-orange);
  width: auto;
  position: static;
}

.a---subheading.about {
  color: var(--jery-green);
  text-transform: capitalize;
}

.a---heading {
  opacity: 1;
  color: #fff;
  width: 110%;
  margin-top: -10px;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Lato, sans-serif;
  font-size: 2.5vw;
  font-weight: 300;
  line-height: 5vw;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
  position: relative;
}

.a---heading:hover {
  opacity: 1;
  color: #fff;
  font-weight: 300;
  position: static;
}

.a---heading.c2, .a---heading.c1 {
  height: auto;
}

.a---heading.pdg {
  color: #fff;
  width: auto;
  margin-top: 0;
  padding-top: 0;
  font-size: 2.5vw;
  font-weight: 700;
  line-height: 3.3vw;
  position: static;
}

.a---heading.pdg:hover {
  opacity: 1;
}

.a---team-text {
  opacity: .7;
  color: #dadada;
  margin-top: 2vh;
  font-family: Lato, sans-serif;
  font-size: 1.4vw;
  font-weight: 400;
  line-height: 2.6vw;
}

.a---team-text.contact {
  width: 34vw;
  margin-top: 3vh;
}

.bold-text-5:hover {
  color: #fff;
}

.bold-text-7:hover {
  opacity: 1;
  color: #fff;
}

.contact-chapter {
  z-index: 100;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  background-color: #0000;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 85vh;
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 1.3vw;
  font-weight: 400;
  display: flex;
  position: static;
}

.contact-chapter:hover {
  color: #fff;
}

.contact-chapter.mobile {
  height: 100vh;
}

.contact-chapter.first {
  margin-top: 15vh;
}

.bold-text-8 {
  font-weight: 700;
}

.div-block-19 {
  margin-top: 3vh;
  transform: scale(1);
}

.c---text {
  flex-direction: column;
  justify-content: center;
  height: 60vh;
  padding-left: 10%;
  padding-right: 6%;
  display: flex;
}

.c---text.goodie {
  justify-content: flex-start;
  padding-top: 2vw;
  padding-left: 5vw;
}

.c---text.about {
  padding-left: 6%;
  padding-right: 10%;
}

.p---footer-mobile {
  display: none;
}

.text-span-3 {
  color: var(--b-braun-green);
  font-weight: 700;
}

.contact-graphic {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.bold-text-9 {
  font-size: 2.8vw;
  line-height: 3vw;
}

.image-20 {
  margin-bottom: 0;
}

.div-block-20 {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 70vw;
  margin-top: 0;
  display: flex;
  position: static;
}

.paragraph-3 {
  color: #fff;
}

.imprint-text {
  opacity: .7;
  color: #dadada;
  width: 70vw;
  margin-top: 5vh;
  font-family: Lato, sans-serif;
  font-size: 1.3vw;
  font-weight: 400;
  line-height: 2vw;
  position: static;
}

.imprint-text.contact {
  width: 34vw;
  margin-top: 3vh;
}

.section {
  justify-content: center;
  margin-top: 20vh;
  display: flex;
}

.section-2 {
  height: 30vh;
}

.div-block-21 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 16%;
  display: block;
}

.nav-bar {
  z-index: 20;
  grid-column-gap: 50vw;
  grid-row-gap: 50vw;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background-image: linear-gradient(#000c, #15172100);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 992px;
  max-width: 2300px;
  padding: 16px 64px;
  display: flex;
  position: fixed;
}

.vectors-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 21px;
  display: flex;
}

.menu-links-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link-desktop {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.text-nav-bar {
  opacity: .6;
  color: #fff;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.text-nav-bar:hover {
  opacity: 1;
  color: #fff;
  text-decoration: none;
}

.component-17 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1.5px solid #fff;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 5px 16px;
  display: flex;
}

.h0-main-text-14px-2 {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.body-4 {
  background-color: #0c0e12;
}

.navbar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-image: linear-gradient(#000c, #15172100);
  background-clip: border-box;
  justify-content: flex-start;
  width: auto;
  max-width: 2300px;
  padding: 16px 64px;
  display: flex;
}

.menu-button-2 {
  display: none;
}

.h0-main-text-14px-3 {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.nav-link-2, .nav-link-3, .nav-link-4 {
  padding: 8px 0;
}

.nav-menu-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: row-reverse;
  display: flex;
}

.project-request {
  background-color: #fff0;
  border: 1.5px solid #fff;
  border-radius: 100px;
  padding: 5px 16px;
  font-family: Inter, sans-serif;
}

.project-request:hover {
  color: #151720;
  background-color: #fff;
}

._01-section {
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  min-width: 992px;
  padding: 238px 160px 296px;
  display: flex;
}

.project-intro {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text {
  letter-spacing: -1.6px;
  overflow-wrap: normal;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(159.28deg, #f5f6f8, #7586a8);
  -webkit-background-clip: text;
  background-clip: text;
  align-items: flex-start;
  width: 640px;
  height: 160px;
  font-family: Inter, sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 80px;
  display: flex;
}

.text-2 {
  color: #727783;
  width: 554px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
}

.clients {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  height: 88px;
  display: flex;
}

.nct {
  object-fit: cover;
}

.omnio {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 131.787px;
  height: 29px;
  display: flex;
}

.omnio_logo {
  object-fit: contain;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: auto;
  min-width: auto;
  min-height: auto;
  display: flex;
}

.content-div {
  display: flex;
}

.project-overview {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-6 {
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
  border: 0 solid #0000;
  border-radius: 0;
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 576%;
  display: flex;
}

._02-section {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-left: 160px;
  padding-right: 160px;
  display: flex;
}

.subtitle {
  color: #727783;
  max-width: 448px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}

.lightbox-link-hack {
  flex: none;
  width: 576px;
  min-width: 576px;
  max-width: 576px;
  height: auto;
  transition: all .4s;
  box-shadow: 0 0 50px #2d344a;
}

.lightbox-link-hack:hover {
  transform: scale(1.02);
  box-shadow: 0 36px 100px -25px #2d344a;
}

.project-info-section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-225 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-226 {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h3-headline-30px {
  color: #efeeff;
  letter-spacing: -.019em;
  max-width: 352px;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 150%;
}

.text-7 {
  color: #efeeff;
  letter-spacing: -.019em;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.section-3 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: column;
  padding-top: 60px;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
}

.text-field-3 {
  color: #fff;
  background-color: #33363b;
  border: 1px solid #ffffff26;
  border-radius: 8px;
  height: 48px;
}

.textarea {
  color: #fff;
  background-color: #33363b;
  border: 1px solid #ffffff26;
  border-radius: 8px;
  height: 166px;
  min-height: 166px;
  padding-top: 16px;
}

.field-label {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.contact-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.left-side {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  object-fit: fill;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.policy {
  color: #fff3;
  align-self: center;
  margin-left: -52px;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 160%;
}

.h0-main-text-16px {
  color: #727783;
  background-color: #ffdede00;
  max-width: 352px;
  margin-top: 0;
  margin-left: 0;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}

.frame-235 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.submit-button {
  color: #ffffff4d;
  text-align: left;
  word-break: normal;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #38e4af00;
  background-clip: border-box;
  border: 2px solid #ffffff4d;
  border-radius: 100px;
  flex: none;
  order: 0;
  align-self: center;
  width: 221.484px;
  height: 54px;
  padding: 13px 16px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  position: absolute;
  inset: auto 72px 72px auto;
}

.submit-button:hover {
  color: #fff;
  text-align: left;
  word-break: normal;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #38e4af00;
  background-image: linear-gradient(#38e4af, #408e8d);
  background-clip: border-box;
  border: 2px #ffffff4d;
  border-radius: 100px;
  flex: none;
  order: 0;
  align-self: center;
  width: 221.484px;
  height: 54px;
  padding: 13px 16px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  position: absolute;
  inset: auto 72px 72px auto;
  box-shadow: 0 0 24px #38e4afb3;
}

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

.vectors-wrapper-37 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
  display: flex;
  overflow: visible;
}

.h0-main-text-20px-2 {
  color: #727783;
  width: 282px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.h3-headline-30px-2 {
  color: #fff;
  letter-spacing: -.019em;
  max-width: 480px;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 150%;
}

.h4-headline-24px {
  color: #668cff;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.text-28 {
  color: #38e4af;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 150%;
}

.frame-236 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-end;
  width: 400px;
  min-width: auto;
  height: 572px;
  min-height: auto;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
}

.close-link {
  width: 50px;
  height: 50px;
  position: absolute;
  inset: 22px 22px auto auto;
}

.field-label-2 {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.title-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.pop-up-item {
  clear: none;
  grid-column-gap: 140px;
  grid-row-gap: 140px;
  background-color: #151720;
  border: 2px solid #0000;
  border-radius: 16px;
  grid-template: "Area"
                 "."
                 / .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 1070px;
  height: 824px;
  padding: 72px;
  display: flex;
  position: relative;
  box-shadow: 0 0 96px 40px #222634;
}

.form-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #fff;
  flex-direction: column;
  align-items: flex-end;
  width: 400px;
  height: 572px;
  padding-top: 0;
  display: flex;
}

.field-label-3 {
  font-family: Inter, sans-serif;
}

.text-field {
  background-color: #33363b;
  border: 1px solid #ffffff26;
  border-radius: 8px;
  height: 48px;
}

.text-field.input {
  color: #fff;
}

._03-section {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  padding: 256px 160px;
  display: flex;
}

.text-field-2 {
  color: #fff;
  background-color: #33363b;
  border: 1px solid #ffffff26;
  border-radius: 8px;
  min-height: 48px;
}

.pop-up {
  z-index: 10;
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  color: #0e0e0e;
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: 83px 24px 24px;
  display: none;
  position: fixed;
  inset: 0% 22% 0% 0%;
}

.vectors-wrapper-7 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-2 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  display: flex;
}

.div-block-22 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: column;
  display: flex;
}

._04-section {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
  position: static;
}

._04-section.top {
  padding-left: 160px;
}

._3-ideation {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 635px;
  height: 523px;
  display: flex;
}

.ideation {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

._2-define {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 635px;
  height: 553px;
  display: flex;
}

._4-testing {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 635px;
  height: 523px;
  display: flex;
}

.vectors-wrapper-24 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.track {
  color: #272727;
  background-color: #31313100;
  height: 2700px;
}

.frame-230 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.progressivebar {
  background-color: #293141;
  border-radius: 20px;
  width: 160px;
  height: 8px;
}

.progressivebar:focus, .progressivebar.filled {
  background-color: #8dacec;
}

.frame-231 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: auto;
  margin-right: 0;
  padding-top: 56px;
  padding-left: 0;
  display: flex;
  overflow: visible;
}

.text-18, .text-15 {
  color: #efeeff;
  letter-spacing: -.019em;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 150%;
}

.unfocused-text {
  color: #727783;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
}

.camera {
  background-color: #0000;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  padding-top: 60px;
  padding-right: 0;
  font-weight: 400;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.textblock {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.scroll-indicator-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.creation {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.frame-234 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-8 {
  letter-spacing: -.02em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(157.49deg, #f5f6f8, #7586a8);
  -webkit-background-clip: text;
  background-clip: text;
  max-width: 350px;
  min-height: 96px;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

._6-filming {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 635px;
  height: 553px;
  display: flex;
}

.text-16 {
  color: #efeeff;
  letter-spacing: -.019em;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 150%;
}

.items {
  flex: none;
}

.text-20, .text-17 {
  color: #efeeff;
  letter-spacing: -.019em;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 150%;
}

._1-research-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 635px;
  height: 553px;
  display: flex;
}

.frame-232 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.h0-main-text-20px {
  color: #727783;
  background-color: #ddd0;
  max-width: 448px;
  padding-top: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.focused-text {
  color: #efeeff;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
}

._05-section {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 192px 160px 176px;
  display: flex;
}

.h2-section-headlines {
  color: #efeeff;
  text-align: center;
  letter-spacing: -.019em;
  max-width: 544px;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 150%;
}

.frame-239 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-11, .vectors-wrapper-12 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-9 {
  text-align: center;
  letter-spacing: -.02em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135.3deg, #f5f6f8, #7586a8);
  -webkit-background-clip: text;
  background-clip: text;
  height: 48px;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.title {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.sub-title {
  color: #668cff;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

._06-section {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 160px;
  padding-right: 160px;
  display: flex;
}

.info-block-desktop {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-243 {
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-23 {
  z-index: -1;
  filter: blur(100px);
  mix-blend-mode: normal;
  background-color: #668cff;
  flex-wrap: wrap;
  justify-content: center;
  width: 476px;
  height: 203px;
  display: flex;
  position: absolute;
  top: 6259.25px;
  left: 687px;
  right: auto;
}

.div-block-23.highlight-1 {
  filter: blur(60px);
  top: 7061.75px;
  left: 485px;
}

._07-section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 304px 322px;
  display: flex;
}

.vectors-wrapper-13 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.frame-242 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -70px;
  display: flex;
}

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

.text-10 {
  color: #668cff;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.h0-main-text-16px-2 {
  color: #727783;
  text-align: center;
  max-width: 427px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}

._08-section {
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 304px;
  padding-left: 160px;
  padding-right: 160px;
  display: flex;
}

.title-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.h0-main-text-16px-3 {
  color: #727783;
  max-width: 352px;
  height: 208px;
  max-height: 208px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}

.vectors-wrapper-14 {
  object-fit: cover;
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 544px;
  display: flex;
}

._09-section {
  grid-column-gap: 61px;
  grid-row-gap: 61px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-bottom: 224px;
  padding-left: 160px;
  padding-right: 160px;
  display: flex;
}

.vectors-wrapper-16 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 706px;
  height: 468px;
  display: flex;
}

.top-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1120px;
  display: flex;
}

.vectors-wrapper-17 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

._10-section {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 160px;
  padding-right: 160px;
  display: flex;
}

.h1-page-headlines {
  text-align: center;
  letter-spacing: -.02em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(116.74deg, #f5f6f8 0%, #7586a8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 55px;
}

.widgets {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

._11-section {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 184px;
  display: flex;
}

.title-button {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 416px;
  display: flex;
}

.h1-page-headlines-2 {
  text-align: center;
  letter-spacing: -.02em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(148.29deg, #f5f6f8 0%, #7586a8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 55px;
}

.nav-button-m {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 2px solid #92a0bb;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  display: flex;
}

.text-11 {
  color: #8e9cb8;
  letter-spacing: -.019em;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.vectors-wrapper-18 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  display: flex;
}

.footer-3 {
  grid-column-gap: 543px;
  grid-row-gap: 543px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  padding: 48px 56px;
  display: flex;
}

.frame-223 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-222 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.text-29 {
  color: #ffffff4d;
  letter-spacing: .5px;
  text-transform: undefined;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.h0-main-text-14px {
  opacity: .6;
  color: #fff;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.beyond-design-frame {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-30 {
  color: #fff;
  letter-spacing: 2.5px;
  text-transform: undefined;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}

.text-31 {
  color: #ffffff80;
  letter-spacing: .5px;
  text-transform: undefined;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.button-2 {
  color: #8e9cb8;
  letter-spacing: -.38px;
  background-color: #fff0;
  border: 2px solid #92a0bb;
  border-radius: 100px;
  padding: 20px 24px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  transition: all .3s;
}

.button-2:hover {
  color: #fff;
  background-image: linear-gradient(#668cff 1.22%, #4c6bc7 98.78%);
  border-style: solid;
  border-color: #85858500;
  box-shadow: 0 0 24px #668cff;
}

.background-video {
  z-index: 1;
  border-radius: 16px;
  width: 706px;
  height: 404px;
}

.error-message {
  background-color: #0000;
}

.pop-up_link {
  color: #fff3;
}

.link_nav_bar {
  color: #fff;
  text-decoration: none;
}

.mobile {
  display: none;
}

._01-sectionmobile {
  padding: 238px 160px 296px;
}

._02-sectionmobile {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-881 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 96px 24px;
  text-decoration: none;
  display: flex;
}

.frame-877 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-32 {
  color: #727783;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  text-decoration: none;
}

.text-33 {
  color: #efeeff;
  letter-spacing: -.019em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.frame-884 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.project-overview-2 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-34 {
  color: #efeeff;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.error-48bbac34-b4de-674b-2f58-5e900bbcfd74 {
  color: #727783;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.vectors-wrapper-38 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

._03-sectionmobile {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 128px 24px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-39 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 160px;
  text-decoration: none;
  display: flex;
}

.info-block-mobile {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.title-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.sub-title-2 {
  color: #668cff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.main-title {
  color: #efeeff;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.text-35 {
  color: #727783;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

._04-sectionmobile {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 128px 24px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-40 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 160px;
  text-decoration: none;
  display: flex;
}

.title-6, ._04-section-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-917 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 134px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.frame-916 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.iterative-and-user-centered-process {
  letter-spacing: -.02em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(148.52deg, #f5f6f8 0%, #7586a8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.scroll-indictro {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-41 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 8px;
  text-decoration: none;
  display: flex;
}

.carousel {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.carousel-2 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 8px;
  left: 24px;
}

.vectors-wrapper-42 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-43 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0;
  left: 722px;
}

._04-section-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-918 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 134px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.frame-919 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-44 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 8px;
  text-decoration: none;
  display: flex;
}

.carousel-3 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 8px;
  left: 24px;
}

.vectors-wrapper-45 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-46 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0;
  left: 722px;
}

.frame-920 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 134px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.frame-921 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-47 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 8px;
  text-decoration: none;
  display: flex;
}

.carousel-4 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 16px;
  text-decoration: none;
  display: flex;
}

.step01 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-48 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.content {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-36 {
  color: #efeeff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  text-decoration: none;
}

.text-37 {
  color: #727783;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

._05-sectionmobile {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-922 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 208px;
  padding: 112px 24px 8px;
  text-decoration: none;
  display: flex;
}

.error-3b21a634-47a5-4ce5-e8de-2796561e9435 {
  color: #efeeff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.project-infr {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-49 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

._06-sectionmobile {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 704px;
  padding: 112px 24px;
  text-decoration: none;
  display: flex;
}

.text-38 {
  letter-spacing: -.02em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(129.01deg, #f5f6f8 0%, #7586a8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-decoration: none;
}

.frame-909 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.decision-support-2-1 {
  object-fit: cover;
}

.title-7 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.main-title-2 {
  color: #efeeff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  text-decoration: none;
}

._08-sectionmobile {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 528px;
  padding-bottom: 120px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-50 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 197px;
  text-decoration: none;
  display: flex;
}

.info-block-mobile-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.title-8 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.sub-title-3 {
  color: #668cff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.main-title-3 {
  color: #efeeff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  text-decoration: none;
}

.text-39 {
  color: #727783;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  text-decoration: none;
}

._07-sectionmobile {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 480px;
  padding-bottom: 120px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.tumor-board-1-1 {
  object-fit: cover;
}

.title-9 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-40 {
  color: #727783;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

._09-sectionmobile {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.personal-dashboard-1-1 {
  object-fit: cover;
}

.title-10 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-41 {
  color: #727783;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

._10-sectionmobile {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px 24px;
  text-decoration: none;
  display: flex;
}

.text-42 {
  letter-spacing: -.02em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(137.82deg, #f5f6f8 0%, #7586a8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-decoration: none;
}

.frame-923 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-924 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-51 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 144px;
  height: 168px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-52 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 193px;
  height: 168px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-53 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 192px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-54 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 193px;
  height: 184px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-55 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 144px;
  height: 184px;
  text-decoration: none;
  display: flex;
}

._11-sectionmobile {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 56px;
  text-decoration: none;
  display: flex;
}

.text-43 {
  text-align: center;
  letter-spacing: -.02em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(148.52deg, #f5f6f8 0%, #7586a8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.nav-button-mobile {
  grid-column-gap: 8px;
  border: 2px solid #92a0bb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 189px;
  height: 48px;
  padding: 8px 24px;
  text-decoration: none;
  display: flex;
}

.text-44 {
  color: #8e9cb8;
  letter-spacing: -.019em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.vectors-wrapper-56 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-959 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.mobile-footer {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 64px 72px 32px;
  text-decoration: none;
  display: none;
}

.frame-906 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-905 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-45 {
  color: #fff;
  letter-spacing: 2.5px;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.text-46 {
  color: #727783;
  letter-spacing: .5px;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.frame-904 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-902 {
  grid-column-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 249px;
  height: 40px;
  text-decoration: none;
  display: flex;
}

.nav-link-mobile {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.text-47 {
  opacity: .6;
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-mobile-2 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.jery {
  color: #ffffff4d;
  text-align: center;
  letter-spacing: .5px;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.navigation {
  z-index: 999;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background-color: #fff0;
  background-image: linear-gradient(#000, #000 0%, #15172100);
  width: 100%;
  display: block;
  position: fixed;
  top: 0;
}

.main-grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.brand-logo-wrapper, .flex-vertical {
  width: 96px;
  height: 21px;
}

.menu-nav {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: flex;
  position: relative;
}

.link-block-12 {
  width: auto;
}

.link-block-12.w--current {
  width: 96px;
  height: 21px;
}

.hamburger-icon {
  display: none;
}

.hamburger-bar._2 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 1vw;
  line-height: 1.5;
}

.menu-button-new {
  display: none;
}

.link-block-13 {
  outline-offset: 0px;
  outline: 3px #00e;
  text-decoration: none;
}

._02-section-2 {
  grid-row-gap: 90px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 72px 256px;
  text-decoration: none;
  display: flex;
}

.frame-934 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-48 {
  text-align: center;
  letter-spacing: -.02em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(139.38deg, #f5f6f8 0%, #7586a8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 55px;
  text-decoration: none;
}

.nav-button-m-2 {
  grid-column-gap: 8px;
  border: 2px solid #92a0bb;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.text-49 {
  color: #8e9cb8;
  letter-spacing: -.019em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.frame-943 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

._01-logo-group {
  background-color: #ffffff0a;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 928px;
  text-decoration: none;
  display: flex;
}

.frame-938 {
  grid-column-gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 926px;
  padding-top: 24px;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-57 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 184px;
  height: 112px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-58 {
  justify-content: center;
  align-items: center;
  width: 184px;
  height: 112px;
  text-decoration: none;
  display: flex;
}

.subtitle-2 {
  grid-column-gap: 6.62857px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 408.486px;
  text-decoration: none;
  display: flex;
}

.text-50 {
  color: #fff3;
  text-align: center;
  width: 145px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  text-decoration: none;
}

.body-5 {
  background-color: #151721;
}

.frame-963 {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.frame-962 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-51 {
  text-align: center;
  letter-spacing: -.02em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(159.29deg, #f5f6f8 0%, #7586a8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.nav-button-mobile-2 {
  grid-column-gap: 8px;
  border: 2px solid #92a0bb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 189px;
  height: 48px;
  padding: 8px 24px;
  text-decoration: none;
  display: flex;
}

.text-52 {
  color: #8e9cb8;
  letter-spacing: -.019em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.frame-961 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-946 {
  background-color: #ffffff0a;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-944 {
  grid-column-gap: 24px;
  border-radius: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 345px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-59 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 144px;
  height: 80px;
  text-decoration: none;
  display: flex;
}

.frame-945 {
  grid-column-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 345px;
  padding: 16px 8px;
  text-decoration: none;
  display: flex;
}

.text-53 {
  color: #fff3;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  text-decoration: none;
}

._07-section-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 304px 322px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-60 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-964 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 427px;
  text-decoration: none;
  display: flex;
}

.frame-965 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-54 {
  color: #668cff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.text-55 {
  color: #efeeff;
  letter-spacing: -.019em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.text-56 {
  color: #727783;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  text-decoration: none;
}

.body-6 {
  background-color: #0c0e12;
}

._03-section-2 {
  grid-column-gap: 35px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  padding: 256px 160px;
  text-decoration: none;
  display: flex;
}

.frame-966 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-967 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.challenge {
  color: #668cff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.text-57 {
  color: #fff;
  letter-spacing: -.019em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.text-58 {
  color: #727783;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  text-decoration: none;
}

.vectors-wrapper-61 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

._10-section-2 {
  grid-row-gap: 72px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 160px;
  padding-right: 160px;
  text-decoration: none;
  display: flex;
}

.title-11 {
  text-align: center;
  letter-spacing: -.02em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(116.74deg, #f5f6f8 0%, #7586a8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 55px;
  text-decoration: none;
}

.widgets-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.top-row-2 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1120px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-62 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

@media screen and (max-width: 991px) {
  .chapter.link, .chapter.client._2, .chapter.client._1, .chapter.client._3, .chapter.team, .chapter.contact {
    opacity: 0;
  }

  .graphic-column {
    justify-content: center;
    align-items: center;
    height: 50%;
    margin-top: 0;
    margin-bottom: 2vh;
    position: static;
    overflow: hidden;
  }

  .columns {
    height: 80vh;
    margin-top: 10vh;
    display: block;
  }

  .c1-text {
    font-size: 43px;
    line-height: 57px;
  }

  .c1-text:hover {
    position: absolute;
  }

  .c2-animation {
    width: 60vw;
    height: auto;
    margin-left: auto;
    position: absolute;
  }

  .text-column {
    justify-content: center;
    height: 50%;
    margin-top: -4vh;
    position: static;
  }

  .c1-animation {
    width: 60vw;
    height: auto;
    margin-left: auto;
    margin-right: 0;
    position: absolute;
  }

  .p---chapter-heading {
    opacity: 1;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 6.5vw;
    line-height: 8vw;
  }

  .p---chapter-heading:hover {
    position: relative;
  }

  .p---chapter-heading.pdg {
    flex-direction: column;
    align-items: flex-start;
    width: 60vw;
    margin-left: 0;
    font-size: 5.5vw;
    line-height: 7vw;
    display: flex;
  }

  .nav.about {
    background-image: linear-gradient(#000000b3, #15172100);
    padding-bottom: 5vh;
  }

  .nav-menu {
    margin-top: 3vh;
  }

  .link-bar {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 0;
  }

  .nav-link {
    font-size: 1.5vw;
    font-weight: 400;
  }

  .nav-button {
    font-size: 12px;
  }

  .body {
    padding-top: 10vh;
  }

  .hero-container {
    height: 80vh;
    margin-top: -10vh;
  }

  .hero-container.s {
    height: 100vh;
  }

  .hero-container.a {
    height: 80vh;
  }

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

  .hero-headline {
    margin-bottom: auto;
    font-size: 7vw;
    line-height: 9vw;
  }

  .hero-headline.logo {
    margin-top: auto;
    margin-bottom: 0;
    font-size: 7vw;
    line-height: 9vw;
  }

  .link-text-story {
    font-size: 1.5vw;
  }

  .image {
    margin-top: -1px;
  }

  .image-2 {
    width: 20vw;
  }

  .c3-animation {
    width: 60vw;
    height: auto;
    margin-bottom: 0;
    margin-left: auto;
    position: absolute;
  }

  .client-logo {
    width: 25vw;
  }

  .c4-animation, .c5-animation, .c6-animation {
    width: 60vw;
    height: auto;
    margin-bottom: 0;
    margin-left: auto;
    position: absolute;
  }

  .footer-headline {
    width: 65%;
    margin-bottom: auto;
    font-size: 6.5vw;
    line-height: 8vw;
  }

  .footer-headline.logo {
    margin-top: auto;
    margin-bottom: 0;
    font-size: 7vw;
    line-height: 9vw;
  }

  .footer-2 {
    background-color: #ffffff0d;
    justify-content: center;
    height: auto;
    margin-top: auto;
    padding-top: 5vh;
  }

  .promise-text {
    justify-content: center;
    margin-top: 0;
    display: flex;
  }

  .intro-animation {
    object-fit: cover;
    justify-content: center;
    width: 230vw;
    margin-left: -65vw;
    display: block;
    inset: 0%;
  }

  .chapter-text-no-hover {
    opacity: 1;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 6.5vw;
    line-height: 8vw;
  }

  .chapter-text-no-hover:hover {
    position: relative;
  }

  .p---intro {
    background-image: url('../images/PDG-Cover_1.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100vw;
  }

  .p---columns {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: flex-start;
    width: 60%;
    margin-top: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .p---columns.goodie {
    background-color: var(--avalance-grey);
    background-position: 100% 103%;
    background-repeat: no-repeat;
    background-size: 110vw;
    flex-direction: column;
    width: 75%;
  }

  .p---text {
    justify-content: center;
    margin-top: -16vw;
    padding-bottom: 4vh;
    padding-left: 0%;
  }

  .p---text.goodie {
    justify-content: flex-start;
    margin-top: 0;
    padding-top: 1vh;
    padding-left: 7vw;
  }

  .p---graphic {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    margin-top: -10vh;
    margin-bottom: 0;
    padding-right: 6vw;
  }

  .p---scrollable-container {
    margin-left: 0;
  }

  .hero-image {
    width: 100.186%;
    max-width: none;
    margin-top: 0;
  }

  .p---chapter {
    margin-top: auto;
    padding-top: 20vh;
  }

  .p---subheading {
    opacity: 1;
    width: auto;
    margin-left: 0;
    margin-right: auto;
    font-size: 2vw;
    line-height: 6vw;
  }

  .p---subheading:hover {
    position: relative;
  }

  .p---subheading.about {
    font-size: 2vw;
    line-height: 4vw;
  }

  .image-9 {
    max-width: 80%;
  }

  .logo {
    margin-top: 3vh;
  }

  .p---chapter-text {
    width: 55vw;
    margin-top: 3vh;
    font-size: 2.7vw;
    line-height: 4vw;
  }

  .p---chapter-text.contact {
    width: 40vw;
  }

  .p---text-intro {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 5vh;
    padding-left: 0;
  }

  .image-10 {
    width: 75%;
    margin-top: 1vh;
  }

  .chapter-text-intro {
    opacity: 1;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 7vw;
    line-height: 9vw;
  }

  .chapter-text-intro:hover {
    position: relative;
  }

  .chapter-text-intro.pdg {
    flex-direction: column;
    align-items: center;
    width: 50vw;
    margin-left: auto;
    font-size: 6vw;
    line-height: 7vw;
    display: flex;
  }

  .chapter-text-intro.red {
    flex-direction: column;
    align-items: center;
    width: 50vw;
    margin-left: -4vw;
    font-size: 6vw;
    line-height: 7vw;
    display: flex;
  }

  .chapter-text-intro.red:hover {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 0 -11vw 44vh auto;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .chapter-text-intro.b-braun {
    flex-direction: column;
    align-items: center;
    width: 50vw;
    margin-left: 0;
    font-size: 6vw;
    line-height: 7vw;
    display: block;
  }

  .chapter-text-intro.orange {
    flex-direction: column;
    align-items: center;
    width: 54vw;
    margin-top: -10.5vh;
    margin-left: 0;
    font-size: 6vw;
    line-height: 7vw;
    display: flex;
    position: static;
  }

  .chapter-text-intro.orange:hover {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: auto;
    position: static;
    inset: 0% 0% auto;
  }

  .pagination-container {
    padding-top: 4vh;
  }

  .grid-2 {
    width: 30%;
  }

  .p---client {
    margin-top: 45vh;
    margin-left: 2vw;
  }

  .page-indicator {
    width: 8px;
    height: 8px;
    margin-left: 0;
  }

  .column-6 {
    padding-top: 6px;
  }

  .p---goodie {
    margin-top: auto;
    padding-top: 20vh;
  }

  .div-block-15 {
    height: 10vh;
    padding-bottom: 4vh;
    padding-right: 0;
  }

  .button {
    font-size: 2vw;
  }

  .p---contact {
    align-self: auto;
    margin-top: auto;
    padding-top: 20vh;
  }

  .p---contact-content-container {
    flex-direction: column;
    justify-content: flex-start;
  }

  .p---contact-text-container {
    margin-top: 0;
    padding-top: 0;
  }

  .p---contact-photo-container {
    margin-top: -41vh;
    margin-left: 30vw;
  }

  .p---footer-link {
    font-size: 1.5vw;
    font-weight: 400;
  }

  .image-15 {
    opacity: 1;
    max-width: 100%;
    margin-left: 30px;
  }

  .client-font, .contact-link, .footer-font {
    font-size: 1.5vw;
  }

  .footnote-left {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .client-font-copy {
    font-size: 1.5vw;
  }

  .footer-link {
    margin-top: 1vh;
    margin-left: 0;
    font-size: 1.5vw;
    font-weight: 400;
  }

  .contact-link-copy, .contact-phone {
    font-size: 1.5vw;
  }

  .lottie-animation {
    height: 43vh;
  }

  .menu-item-text {
    opacity: 1;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 6.5vw;
    line-height: 8vw;
  }

  .menu-item-text:hover {
    position: relative;
  }

  .menu-item-text.pdg {
    flex-direction: column;
    align-items: flex-start;
    width: 60vw;
    margin-left: 0;
    font-size: 5.5vw;
    line-height: 7vw;
    display: flex;
  }

  .s---chapter {
    align-items: center;
    height: auto;
    margin-top: 10vh;
    padding-top: 0;
  }

  .s---column {
    flex-direction: column;
    justify-content: center;
    height: auto;
    margin-top: 0;
    padding-bottom: 4vh;
    padding-left: 0%;
  }

  .s---column.goodie {
    justify-content: flex-start;
    margin-top: 0;
    padding-top: 1vh;
    padding-left: 7vw;
  }

  .s---image {
    width: 100%;
    max-width: none;
    height: 60vh;
  }

  .s---image._2 {
    width: 100%;
    max-width: none;
  }

  .s---image._3 {
    background-size: contain;
    background-attachment: scroll;
    width: 100%;
    max-width: none;
    height: 70vh;
    overflow: visible;
  }

  .chapter-text {
    width: 55vw;
    margin-top: 3vh;
    font-size: 2.7vw;
    line-height: 4vw;
  }

  .chapter-text.contact {
    width: 40vw;
  }

  .s---columns {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: 55vw;
    height: auto;
    margin-top: auto;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
  }

  .s---columns.goodie {
    background-color: #2d2c2c;
    background-position: 90% 100%;
    background-repeat: no-repeat;
    background-size: 150vw;
    flex-direction: column;
    width: 75%;
  }

  .s---graphic {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    margin-top: -10vh;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 6vw;
  }

  .s---text {
    justify-content: center;
    margin-top: -15vw;
    padding-bottom: 4vh;
    padding-left: 6%;
  }

  .s---text.goodie {
    justify-content: flex-start;
    margin-top: 0;
    padding-top: 1vh;
    padding-left: 7vw;
  }

  .s---heading {
    width: 60%;
    margin-top: 0;
    padding-left: 3vw;
  }

  .grid-4 {
    grid-column-gap: 120px;
    grid-row-gap: 18vh;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    place-items: end stretch;
    width: 80%;
    margin-top: -25vh;
    display: grid;
  }

  .a---employee-card {
    width: 100%;
  }

  .a---picture {
    width: 35vw;
  }

  .a---subheading {
    opacity: 1;
    width: auto;
    margin-left: 0;
    margin-right: auto;
    font-size: 2vw;
    line-height: 6vw;
  }

  .a---subheading:hover {
    position: relative;
  }

  .a---heading {
    opacity: 1;
    color: #fff;
    width: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 4.8vw;
    line-height: 7vw;
  }

  .a---heading:hover {
    opacity: 1;
    color: #fff;
    position: relative;
  }

  .a---heading.pdg {
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    margin-left: 0;
    font-size: 4.8vw;
    line-height: 7vw;
    display: flex;
  }

  .a---team-text {
    width: auto;
    margin-top: 3vh;
    font-size: 2.7vw;
    line-height: 4vw;
  }

  .a---team-text.contact {
    width: 40vw;
  }

  .bold-text-4 {
    font-size: 4.8vw;
  }

  .contact-chapter {
    align-items: center;
    height: auto;
    margin-top: 10vh;
    padding-top: 0;
  }

  .c---text {
    justify-content: center;
    margin-top: -15vw;
    padding-bottom: 4vh;
    padding-left: 6%;
  }

  .c---text.goodie {
    justify-content: flex-start;
    margin-top: 0;
    padding-top: 1vh;
    padding-left: 7vw;
  }

  .p---footer-mobile {
    display: none;
  }

  .contact-graphic {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    margin-top: -10vh;
    margin-bottom: 0;
    padding-right: 6vw;
  }

  .imprint-text {
    width: 55vw;
    margin-top: 3vh;
    font-size: 2.7vw;
    line-height: 4vw;
  }

  .imprint-text.contact {
    width: 40vw;
  }

  .vectors-wrapper-6 {
    width: auto;
    min-width: 400px;
    height: 351px;
  }

  ._02-section {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    align-items: flex-start;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
  }

  .frame-225 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    align-self: stretch;
  }

  .frame-226 {
    display: block;
  }

  .h3-headline-30px {
    text-align: left;
  }

  .text-7 {
    font-size: 17px;
  }

  .text-field-3 {
    height: auto;
    font-size: 14px;
  }

  .textarea, .field-label {
    font-size: 14px;
  }

  .policy {
    margin-left: -2px;
  }

  .h0-main-text-20px-2 {
    font-size: 16px;
  }

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

  .form {
    width: auto;
    height: auto;
  }

  .field-label-2 {
    font-size: 14px;
  }

  .pop-up-item {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 700px;
  }

  .form-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: auto;
    height: auto;
    padding-top: 35px;
  }

  .field-label-3 {
    font-size: 14px;
  }

  .text-field.input {
    height: auto;
    font-size: 14px;
  }

  ._03-section {
    padding: 120px 60px;
    display: block;
  }

  .text-field-2 {
    min-height: auto;
    font-size: 14px;
  }

  ._04-section.top {
    padding-left: 60px;
  }

  ._05-section {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding: 120px 60px;
  }

  .frame-239 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-between;
    min-width: 30%;
    max-width: 100%;
    min-height: 30%;
    max-height: 100%;
    display: flex;
  }

  .vectors-wrapper-11 {
    object-fit: fill;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: stretch;
    width: auto;
    min-width: 30%;
    height: auto;
    min-height: 0%;
    max-height: none;
  }

  .vectors-wrapper-12 {
    width: auto;
    min-width: 0%;
    height: auto;
    min-height: 0%;
  }

  .title {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    align-self: flex-start;
    align-items: flex-start;
  }

  ._06-section {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding: 120px 60px;
  }

  .info-block-desktop {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: flex-start;
  }

  .frame-243 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    display: flex;
  }

  ._07-section {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding: 120px 60px 60px;
  }

  ._08-section {
    padding: 120px 60px;
    display: block;
  }

  .title-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    align-self: flex-start;
    align-items: flex-start;
  }

  .h0-main-text-16px-3 {
    text-align: left;
    min-width: auto;
    max-width: 427px;
    height: auto;
    max-height: none;
  }

  .vectors-wrapper-14 {
    width: auto;
    min-width: 30%;
    height: auto;
    min-height: 30%;
  }

  ._09-section {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 120px;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
  }

  .top-row {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    object-fit: fill;
    flex-flow: row;
    place-content: stretch space-around;
    align-self: auto;
    align-items: stretch;
    width: auto;
    min-width: 0;
    height: auto;
    min-height: 0;
    max-height: 320px;
    overflow: visible;
  }

  .vectors-wrapper-17 {
    aspect-ratio: auto;
    object-fit: fill;
    flex-wrap: wrap;
    width: auto;
    min-width: 0%;
    max-width: 100%;
    height: auto;
    min-height: 0%;
    max-height: 100%;
    display: block;
  }

  ._10-section {
    flex-wrap: nowrap;
    align-content: stretch;
    width: 100vw;
    height: 60vh;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
  }

  .widgets {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    aspect-ratio: auto;
    object-fit: fill;
    flex-wrap: wrap;
    place-content: stretch space-between;
    align-items: stretch;
    width: auto;
    min-width: auto;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: 100%;
    display: flex;
    overflow: visible;
  }

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

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

  .field-label-4 {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .chapter {
    opacity: 0;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .chapter.link {
    opacity: 0;
    align-items: flex-start;
  }

  .chapter._2 {
    opacity: 1;
    align-items: flex-start;
  }

  .chapter.client {
    opacity: 1;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .chapter.client._2, .chapter.client._1, .chapter.client._3 {
    opacity: 0;
  }

  .chapter.team, .chapter.contact {
    opacity: 0;
    align-items: flex-start;
  }

  .columns {
    justify-content: flex-end;
    display: flex;
  }

  .c2-animation {
    object-fit: fill;
    flex: 0 auto;
    width: 40%;
    height: auto;
    max-height: none;
    margin-left: 0;
    margin-right: auto;
    overflow: hidden;
  }

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

  .c1-animation {
    object-fit: fill;
    flex: 0 auto;
    width: 40%;
    height: auto;
    max-height: none;
    margin-left: 0;
    margin-right: auto;
    overflow: hidden;
  }

  .p---chapter-heading {
    opacity: 1;
    flex: 0 auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 4vw;
    line-height: 5vw;
  }

  .p---chapter-heading.pdg {
    align-items: flex-start;
    width: 48vw;
    min-width: auto;
    font-size: 4.5vw;
    line-height: 6vw;
  }

  .nav-link {
    font-size: 10px;
  }

  .nav-button {
    padding: 7px 15px;
    font-size: 10px;
  }

  .hero-headline {
    margin-bottom: auto;
    font-size: 23px;
    line-height: 28px;
  }

  .hero-headline.logo {
    margin-top: auto;
    font-size: 23px;
  }

  .story-link-container {
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    margin-top: 2vh;
    display: flex;
    position: relative;
  }

  .story-link {
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    font-size: 14px;
    display: flex;
  }

  .link-text-story {
    flex-direction: row;
    flex: 0 auto;
    align-items: flex-end;
    margin-left: 0;
    margin-right: auto;
    font-size: 9px;
    display: block;
  }

  .image {
    max-width: 3px;
    max-height: 10px;
    padding-bottom: 3px;
  }

  .client-link {
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    font-size: 14px;
    display: block;
  }

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

  .c3-animation {
    object-fit: fill;
    flex: 0 auto;
    width: 40%;
    height: auto;
    max-height: none;
    margin-left: 0;
    margin-right: auto;
    overflow: hidden;
  }

  .client-logo {
    width: 20vw;
  }

  .c4-animation, .c5-animation, .c6-animation {
    object-fit: fill;
    flex: 0 auto;
    width: 40%;
    height: auto;
    max-height: none;
    margin-left: 0;
    margin-right: auto;
    overflow: hidden;
  }

  .footer-headline {
    width: 60%;
    margin-bottom: auto;
    font-size: 23px;
    line-height: 28px;
  }

  .footer-headline.logo {
    margin-top: auto;
    font-size: 23px;
  }

  .columns-5 {
    align-items: center;
    margin-top: 0;
  }

  .footer-2 {
    background-color: #ffffff08;
    justify-content: center;
    height: auto;
    padding-top: 6vh;
  }

  .promise-text {
    justify-content: center;
    display: flex;
  }

  .intro-animation {
    width: 160vw;
    margin-left: -30vw;
    inset: 0%;
  }

  .chapter-text-no-hover {
    opacity: 1;
    flex: 0 auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 4vw;
    line-height: 5vw;
  }

  .p---columns {
    flex-direction: row;
    align-items: center;
    width: 84%;
    padding-top: 0;
  }

  .p---text {
    justify-content: flex-start;
    padding-bottom: 0;
  }

  .p---graphic {
    margin-top: 0;
    padding-top: 2vh;
  }

  .p---scrollable-container {
    margin-left: 0;
  }

  .p---subheading {
    opacity: 1;
    flex: 0 auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 2vw;
    line-height: 3vw;
  }

  .image-9 {
    display: none;
  }

  .p---chapter-text {
    margin-top: 2vh;
    font-size: 2.2vw;
    line-height: 3.5vw;
  }

  .p---text-intro {
    padding-top: 0;
  }

  .image-10 {
    width: 45%;
    margin-top: 35vh;
  }

  .chapter-text-intro {
    opacity: 1;
    flex: 0 auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 4vw;
    line-height: 5vw;
  }

  .chapter-text-intro.pdg {
    align-items: flex-start;
    font-size: 4.5vw;
    line-height: 6vw;
  }

  .chapter-text-intro.red {
    align-items: flex-start;
    margin-left: 0;
    font-size: 4.5vw;
    line-height: 6vw;
  }

  .chapter-text-intro.b-braun {
    align-items: flex-start;
    font-size: 4.5vw;
    line-height: 6vw;
  }

  .chapter-text-intro.orange {
    align-items: flex-start;
    margin-left: 0;
    font-size: 4.5vw;
    line-height: 6vw;
  }

  .p---footer-link {
    font-size: 10px;
  }

  .client-font, .contact-link, .footer-font, .client-font-copy {
    flex-direction: row;
    flex: 0 auto;
    align-items: flex-end;
    margin-left: 0;
    margin-right: auto;
    font-size: 9px;
    display: block;
  }

  .footer-link {
    font-size: 10px;
  }

  .contact-link-copy, .contact-phone {
    flex-direction: row;
    flex: 0 auto;
    align-items: flex-end;
    margin-left: 0;
    margin-right: auto;
    font-size: 9px;
    display: block;
  }

  .header-client-container {
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    margin-top: 2vh;
    display: flex;
    position: relative;
  }

  .logo-client {
    margin-top: 0;
  }

  .menu-item-text {
    opacity: 1;
    flex: 0 auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 4vw;
    line-height: 5vw;
  }

  .menu-item-text.pdg {
    align-items: flex-start;
    width: 48vw;
    min-width: auto;
    font-size: 4.5vw;
    line-height: 6vw;
  }

  .s---column {
    justify-content: flex-start;
    padding-bottom: 0;
  }

  .chapter-text {
    margin-top: 2vh;
    font-size: 2.2vw;
    line-height: 3.5vw;
  }

  .s---columns {
    flex-direction: row;
    align-items: center;
    width: 84%;
    padding-top: 0;
  }

  .s---graphic {
    margin-top: 0;
    padding-top: 2vh;
  }

  .s---text {
    justify-content: flex-start;
    padding-bottom: 0;
  }

  .a---subheading {
    opacity: 1;
    flex: 0 auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 2vw;
    line-height: 3vw;
  }

  .a---heading {
    opacity: 1;
    flex: 0 auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 4vw;
    line-height: 5vw;
  }

  .a---heading.pdg {
    align-items: flex-start;
    width: 48vw;
    min-width: auto;
    font-size: 4.5vw;
    line-height: 6vw;
  }

  .a---team-text {
    margin-top: 2vh;
    font-size: 2.2vw;
    line-height: 3.5vw;
  }

  .c---text {
    justify-content: flex-start;
    padding-bottom: 0;
  }

  .contact-graphic {
    margin-top: 0;
    padding-top: 2vh;
  }

  .imprint-text {
    margin-top: 2vh;
    font-size: 2.2vw;
    line-height: 3.5vw;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    height: 120vh;
    display: block;
  }

  .chapter {
    opacity: 0;
    align-items: flex-start;
    width: auto;
    margin-left: 0;
  }

  .chapter.link {
    opacity: 0;
  }

  .chapter.client {
    justify-content: flex-start;
    align-items: flex-start;
    width: 90%;
  }

  .chapter.client._2 {
    opacity: 0;
    align-items: flex-start;
    display: flex;
  }

  .chapter.client._1 {
    opacity: 0;
    align-items: flex-start;
    margin-left: 0;
    display: flex;
  }

  .chapter.client._3, .chapter.team, .chapter.contact {
    opacity: 0;
  }

  .container.nav {
    z-index: 999;
    padding: 16px 24px;
  }

  .content-container {
    display: flex;
  }

  .graphic-column {
    object-fit: fill;
    justify-content: center;
    align-items: flex-start;
    height: 50%;
    position: static;
    overflow: hidden;
  }

  .columns {
    flex-direction: column;
    justify-content: flex-start;
    width: 80vw;
    height: 80vh;
    margin-top: 0;
  }

  .c2-animation {
    width: 80%;
    max-height: none;
    margin-top: 3vh;
    margin-left: auto;
  }

  .text-column {
    justify-content: flex-start;
    align-items: center;
    height: 50%;
    margin-top: 0;
    padding-left: 0;
    position: static;
  }

  .c1-animation {
    width: 80%;
    max-height: 100%;
    margin-top: 3vh;
    margin-left: auto;
  }

  .p---chapter-heading {
    flex: 0 auto;
    width: 100%;
    max-width: none;
    font-size: 7.5vw;
    line-height: 10vw;
  }

  .p---chapter-heading.pdg {
    width: 74vw;
    margin-top: 5px;
    margin-right: auto;
    font-size: 7.5vw;
    line-height: 9vw;
  }

  .nav {
    background-image: linear-gradient(to bottom, var(--jery-blue), #151721d9 40%, #15182100);
    padding-bottom: 10vh;
  }

  .nav.pdg {
    background-image: linear-gradient(to bottom, var(--pdg-grey), #202021d9 40%, #21212100);
    padding-bottom: 10vh;
  }

  .nav.about {
    background-image: linear-gradient(to bottom, var(--jery-blue), #202021d9 40%, #21212100);
    opacity: 1;
    padding-bottom: 3vh;
    display: block;
  }

  .nav-menu {
    justify-content: center;
  }

  .link-bar {
    flex: 0 auto;
    width: 40vw;
    margin-top: 5vh;
    margin-left: auto;
    margin-right: 5vw;
    display: flex;
  }

  .nav-link {
    padding-left: 0;
    font-size: 3vw;
    display: none;
  }

  .nav-button {
    display: block;
  }

  .body {
    padding-top: 0;
  }

  .hero-container, .hero-container.a {
    height: 100vh;
  }

  .hero-text {
    margin-top: -10vh;
  }

  .hero-headline {
    margin-bottom: 0;
    font-size: 8vw;
    line-height: 11vw;
  }

  .hero-headline.logo {
    margin-top: auto;
    font-size: 8vw;
  }

  .story-link-container {
    justify-content: flex-start;
    align-self: auto;
    width: 100%;
    margin-top: 3vh;
  }

  .story-link-container.contact {
    opacity: 1;
    flex-direction: row;
    margin-top: -2vh;
    margin-bottom: 15vh;
  }

  .story-link-container.services {
    opacity: 1;
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 2vh;
  }

  .story-link {
    text-align: center;
    width: 50%;
    padding-right: 0;
    font-size: 13px;
  }

  .story-link._2 {
    width: auto;
    padding-right: 0;
  }

  .link-text-story {
    text-align: left;
    object-fit: fill;
    flex: 0 auto;
    margin-left: 0%;
    margin-right: 0%;
    font-size: 3vw;
  }

  .image {
    width: 1vw;
    max-width: none;
    height: auto;
  }

  .div-block {
    flex: 0 auto;
    height: 100%;
    margin-left: 1vw;
  }

  .client-link {
    text-align: left;
    width: 90%;
    font-size: 13px;
    display: flex;
  }

  .link-block {
    width: auto;
    margin-top: 1vh;
    margin-left: 0%;
  }

  .c3-animation {
    width: 80%;
    max-height: none;
    margin-top: 3vh;
    margin-left: auto;
    display: block;
  }

  .client-logo {
    width: 35vw;
  }

  .client-logo.b-braun {
    width: 30vw;
  }

  .c4-animation, .c5-animation, .c6-animation {
    width: 80%;
    max-height: none;
    margin-top: 3vh;
    margin-left: auto;
    display: block;
  }

  .footer-headline {
    text-align: center;
    width: 83%;
    margin-bottom: 0;
    font-size: 8vw;
    line-height: 11vw;
  }

  .footer-headline.logo {
    margin-top: auto;
    font-size: 8vw;
  }

  .heading-8 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0%;
    padding-top: 0;
    padding-bottom: 6px;
    font-size: 14px;
  }

  .columns-5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: auto;
    padding-bottom: 10%;
    padding-left: 0;
  }

  .jery-logo-2 {
    max-width: 70%;
    margin-right: 5%;
    padding-top: 24px;
  }

  .links---subages-3 {
    width: 118%;
    margin-left: 0%;
    padding-top: 0%;
    font-size: 11px;
    line-height: 19px;
  }

  .link-block-4 {
    margin-left: 5%;
  }

  .footer-2 {
    background-color: #ffffff08;
    flex-direction: column;
    align-items: center;
    height: auto;
    padding-top: 50px;
    padding-bottom: 0;
  }

  .footer-2.project {
    margin-top: auto;
    display: flex;
  }

  .column-3 {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    height: auto;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0%;
    display: flex;
  }

  .footnote-right {
    text-align: center;
    flex-direction: row;
    order: 1;
    justify-content: center;
    align-items: center;
    height: 3vh;
    margin-top: 7vh;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .footer-functions-2 {
    width: 100%;
  }

  .column-5 {
    padding-right: 0;
  }

  .image-5 {
    max-width: 54%;
    margin-left: 0;
    position: absolute;
  }

  .div-block-11 {
    height: 25%;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 6%;
  }

  .div-block-10 {
    height: 80%;
    padding-top: 6%;
  }

  .column-4 {
    height: 9vh;
  }

  .text-block-8 {
    font-size: 11px;
  }

  .columns-4 {
    margin-bottom: 8%;
  }

  .text-block-7 {
    align-items: center;
    padding-right: 6px;
    font-size: 11px;
    display: flex;
  }

  .image-6 {
    width: 40px;
    max-width: none;
    position: static;
  }

  .image-6.menu {
    width: 40px;
    margin-right: -20px;
  }

  .promise-text {
    justify-content: center;
    margin-top: 0;
    padding-left: 0;
    display: flex;
  }

  .intro-animation {
    width: 250vw;
    margin-left: -73vw;
    inset: 0%;
  }

  .chapter-text-no-hover {
    flex: 0 auto;
    width: 104%;
    max-width: none;
    font-size: 7.5vw;
    line-height: 10vw;
  }

  .p---story-section {
    display: none;
  }

  .p---intro {
    background-position: 90% 45%;
    background-size: 270vw;
    align-items: center;
    height: auto;
  }

  .p---intro.mobile {
    background-image: url('../images/PDG-Intro-Background-2.png');
    background-position: 89%;
  }

  .p---intro.avalance {
    background-image: url('../images/Avalance-Cover.png');
    background-position: 95% 5vh;
    background-size: 340vw;
  }

  .p---intro.b-braun {
    background-position: 95% 18vh;
    background-size: 230vw;
  }

  .p---columns {
    flex-direction: column-reverse;
    justify-content: center;
    width: 81%;
    height: 100%;
    margin-top: auto;
  }

  .p---columns.goodie {
    background-color: var(--avalance-grey);
    background-position: 90% 100%;
    background-size: 230vw;
    align-self: auto;
    width: 90vw;
  }

  .p---columns.goodie.pdg {
    background-color: var(--pdg-grey);
  }

  .p---columns.goodie.b-braun {
    background-color: #2b2b2b;
    background-image: url('../images/Group-15.png');
    background-position: 99% 105%;
    background-size: 210vw;
  }

  .p---text {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    margin-top: 0;
  }

  .p---graphic {
    padding: 0 20px;
  }

  .p---scrollable-container {
    height: 100vh;
    margin-left: 0;
  }

  .p---content {
    flex-direction: column;
    height: auto;
  }

  .p---content.avalance {
    width: 100%;
  }

  .hero-image {
    width: 118%;
    max-width: 100%;
  }

  .p---chapter {
    background-color: #0000;
    width: 100vw;
    height: 100%;
    margin-top: 10vh;
    padding-top: 10vh;
  }

  .p---chapter.mobile {
    padding-top: 20vh;
  }

  .p---subheading {
    flex: 0 auto;
    width: 100%;
    max-width: none;
    font-size: 3vw;
    line-height: 6vw;
  }

  .p---subheading.pdg, .p---subheading.avalance, .p---subheading.b-braun {
    margin-left: 0;
    display: flex;
  }

  .image-9 {
    opacity: 1;
    max-width: 80%;
    display: block;
  }

  .logo {
    margin-left: 10vw;
  }

  .p---chapter-text {
    width: 95%;
    margin-top: 3vh;
    font-size: 4vw;
    line-height: 6.5vw;
  }

  .p---chapter-text.contact {
    font-weight: 700;
  }

  .p---chapter-text.goodie {
    width: 102%;
  }

  .p---text-intro {
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    margin-top: 15vh;
    padding-right: 0%;
  }

  .image-10 {
    margin-top: 1vh;
  }

  .chapter-text-intro {
    flex: 0 auto;
    width: 104%;
    max-width: none;
    font-size: 7.5vw;
    line-height: 10vw;
  }

  .chapter-text-intro.pdg {
    justify-content: flex-end;
    width: 100%;
    font-size: 8vw;
    line-height: 10vw;
  }

  .chapter-text-intro.red {
    justify-content: flex-end;
    width: 55vw;
    margin-top: auto;
    margin-left: 0;
    font-size: 8vw;
    line-height: 10vw;
    position: static;
  }

  .chapter-text-intro.red:hover {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    margin: 0 auto 0 0;
    position: static;
  }

  .chapter-text-intro.b-braun {
    justify-content: flex-end;
    width: 100%;
    font-size: 8vw;
    line-height: 10vw;
  }

  .chapter-text-intro.orange {
    justify-content: flex-end;
    font-size: 8vw;
    line-height: 10vw;
  }

  .p---story-section-mobile {
    height: 800vh;
    display: none;
  }

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

  .pagination-container {
    display: none;
  }

  .p---client {
    width: 100%;
    margin-top: 43vh;
    margin-left: auto;
  }

  .p---goodie {
    background-color: #0000;
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    width: 100vw;
    height: 100%;
    margin-top: 10vh;
  }

  .p---goodie.mobile {
    padding-top: 20vh;
  }

  .div-block-15 {
    margin-top: 20vh;
    padding-bottom: 4vh;
  }

  .button {
    margin-top: auto;
    font-size: 3vw;
    font-weight: 700;
  }

  .p---contact {
    background-color: #ffffff1a;
    height: auto;
    margin-top: 10vh;
    padding-top: 10vh;
    display: block;
  }

  .p---contact.mobile {
    padding-top: 20vh;
  }

  .p---contact-content-container {
    flex-direction: column;
    width: auto;
  }

  .p---contact-photo-container {
    margin-top: -29vh;
    margin-left: 30vw;
  }

  .grid-3 {
    grid-template-columns: 1fr 13.25fr;
    width: 50vw;
    height: 30px;
    margin-top: 2vh;
  }

  .image-13, .image-14 {
    width: 30px;
  }

  .p---footer-link {
    padding-left: 0;
    font-size: 3vw;
  }

  .image-15 {
    max-width: 95%;
  }

  .client-font {
    text-align: center;
    object-fit: fill;
    flex: 0 auto;
    align-self: center;
    width: auto;
    margin-left: 0%;
    margin-right: 0;
    font-size: 3vw;
    position: static;
  }

  .contact-link {
    text-align: left;
    object-fit: fill;
    flex: 0 auto;
    margin-top: 3.5vh;
    margin-left: 0%;
    font-size: 3vw;
    line-height: 3.3vw;
  }

  .contact-link.pdg {
    margin-top: .5vh;
    margin-left: -10%;
  }

  .footer-font {
    text-align: center;
    object-fit: contain;
    flex: 0 auto;
    margin-left: auto;
    font-size: 3vw;
    position: static;
  }

  .footnote-left {
    flex-direction: column;
    order: 1;
    align-items: center;
    height: 15vh;
    margin-top: 8vh;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .client-font-copy {
    text-align: left;
    object-fit: fill;
    flex: 0 auto;
    margin-left: 0%;
    font-size: 3vw;
  }

  .footer-link {
    padding-left: 0;
    font-size: 3vw;
  }

  .red {
    color: var(--porsche-red);
    font-weight: 700;
  }

  .contact-link-copy, .contact-phone {
    text-align: left;
    object-fit: fill;
    flex: 0 auto;
    margin-top: 3.5vh;
    margin-left: 0%;
    font-size: 3vw;
    line-height: 3.3vw;
  }

  .p---story-section-phone {
    height: auto;
    display: block;
  }

  .header-client-container {
    justify-content: flex-start;
    align-self: auto;
    width: 100%;
    margin-top: 3vh;
  }

  .header-client-container.contact {
    opacity: 1;
    flex-direction: column;
    margin-top: 0;
  }

  .logo-client {
    width: auto;
    margin-top: 1vh;
    margin-left: 0%;
  }

  .body-3 {
    background-color: var(--avalance-grey);
  }

  .text-span {
    color: var(--porsche-red);
    font-weight: 700;
  }

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

  .text-span.bbraun {
    color: var(--b-braun-green);
  }

  .text-span-2 {
    color: var(--avalance-orange);
  }

  .menu-button {
    z-index: 100;
    align-self: auto;
    align-items: center;
    margin-top: -1vh;
    margin-right: 10vw;
    padding: 19px;
    display: flex;
    inset: 0% 0% 0% auto;
    overflow: visible;
  }

  .image-16 {
    opacity: 1;
    width: auto;
    display: block;
  }

  .menu-wrapper {
    opacity: 1;
    background-color: #151721;
    border-radius: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100vw;
    height: 110vh;
    margin-top: 0;
    margin-left: 0%;
    padding-top: 0;
    padding-left: 0;
    display: flex;
    position: fixed;
  }

  .menu-wrapper.redesign {
    z-index: 999;
    opacity: 1;
    border-radius: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100vw;
    height: 100vh;
    margin-top: 0;
    margin-left: 0%;
    padding-top: 0;
    padding-left: 0;
    display: flex;
    position: absolute;
  }

  .menu-link-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #38e4af;
    text-transform: none;
    flex-direction: row;
    justify-content: flex-start;
    width: 350px;
    padding-bottom: 0;
    font-family: Inter, sans-serif;
    font-size: 30px;
    line-height: 150%;
    text-decoration: none;
    display: flex;
  }

  .menu-item-text {
    opacity: 1;
    color: #fff;
    flex: 0 auto;
    align-self: center;
    align-items: stretch;
    width: 100%;
    max-width: none;
    font-family: Inter, sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    display: block;
  }

  .menu-item-text.pdg {
    width: 74vw;
    margin-right: auto;
    font-size: 7.5vw;
    line-height: 9vw;
  }

  .text-block-10 {
    width: 37px;
    min-width: 37px;
    height: 40px;
    min-height: 40px;
    color: var(--jery-green);
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    display: flex;
  }

  .link-2 {
    opacity: 1;
    color: #fff;
    text-transform: capitalize;
    width: auto;
    height: auto;
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    text-decoration: none;
    display: flex;
  }

  .link-2:hover {
    opacity: 1;
    color: #fff;
    text-decoration: none;
  }

  .link-2.w--current {
    align-items: center;
    width: auto;
    height: 40px;
    font-family: Inter, sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 150%;
    display: flex;
  }

  .contact-icons {
    text-align: center;
    justify-content: center;
    align-self: auto;
    width: 70%;
    margin-top: 4vh;
    padding-top: 0;
    display: flex;
    position: static;
    inset: auto 0% 0%;
  }

  .contact-icons.menu {
    justify-content: center;
    margin-left: 24px;
  }

  .link-block-5 {
    margin-left: 10vw;
  }

  .link-block-6 {
    max-width: none;
    margin-left: -10vw;
    margin-right: 20px;
  }

  .link-block-7 {
    margin-left: 0;
  }

  .s---chapter {
    background-color: #0000;
    width: 100vw;
    height: auto;
    margin-top: 10vh;
    padding-top: 10vh;
  }

  .s---chapter.mobile {
    padding-top: 20vh;
  }

  .s---chapter.first {
    margin-top: 10vh;
    padding-top: 0;
  }

  .s---column {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    margin-top: 0;
  }

  .s---image {
    height: 60vh;
    margin-bottom: 0;
  }

  .s---image._2, .s---image._3 {
    height: 60vh;
  }

  .chapter-text {
    width: 105%;
    margin-top: 3vh;
    font-size: 4vw;
    line-height: 6.5vw;
  }

  .chapter-text.contact {
    font-weight: 700;
  }

  .chapter-text.goodie {
    width: 102%;
  }

  .s---columns {
    flex-direction: column-reverse;
    justify-content: center;
    width: 75%;
    height: 100%;
    margin-top: auto;
  }

  .s---columns.goodie {
    background-color: var(--avalance-grey);
    background-size: 170vw;
    align-self: auto;
    width: 90vw;
  }

  .s---graphic {
    padding: 0 20px;
  }

  .s---text {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    margin-top: 0;
  }

  .s---heading {
    width: 80%;
  }

  .grid-4 {
    grid-column-gap: 18vh;
    grid-row-gap: 18vh;
    grid-template-columns: 1fr;
    width: 72%;
    margin-top: -10vh;
    transform: scale(1);
  }

  .a---employee-card {
    flex-direction: column;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .a---picture {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: auto;
    display: flex;
  }

  .a---subheading {
    text-align: left;
    flex: 0 auto;
    width: 100%;
    max-width: none;
    font-size: 3vw;
    line-height: 6vw;
  }

  .a---subheading.pdg, .a---subheading.avalance {
    margin-left: 0;
    display: flex;
  }

  .a---subheading.centered {
    text-align: center;
  }

  .a---heading {
    flex: 0 auto;
    width: 100%;
    max-width: none;
    font-size: 6vw;
    line-height: 8vw;
  }

  .a---heading.pdg {
    width: 74vw;
    margin-right: auto;
    font-size: 7.5vw;
    line-height: 9vw;
  }

  .a---team-text {
    text-align: center;
    width: 80%;
    margin-top: 3vh;
    font-size: 4vw;
    line-height: 6.5vw;
  }

  .a---team-text.contact {
    font-weight: 700;
  }

  .a---team-text.goodie {
    width: 102%;
  }

  .bold-text-5 {
    text-align: left;
  }

  .div-block-18 {
    text-align: left;
    justify-content: flex-start;
    display: flex;
  }

  .bold-text-6 {
    font-size: 6vw;
  }

  .contact-chapter {
    background-color: #0000;
    width: 100vw;
    height: auto;
    margin-top: 10vh;
    padding-top: 0;
  }

  .contact-chapter.mobile {
    padding-top: 20vh;
  }

  .contact-chapter.first {
    margin-top: 0;
    padding-top: 0;
  }

  .div-block-19 {
    width: 120%;
    display: flex;
  }

  .link-block-8, .link-block-9 {
    width: 30px;
  }

  .c---text {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    margin-top: 0;
    padding-left: 0%;
  }

  .p---footer-mobile {
    display: flex;
  }

  .contact-graphic {
    padding: 0 20px;
  }

  .imprint-text {
    width: 105%;
    margin-top: 3vh;
    font-size: 4vw;
    line-height: 6.5vw;
  }

  .imprint-text.contact {
    font-weight: 700;
  }

  .imprint-text.goodie {
    width: 102%;
  }

  .link-block-10 {
    width: 5vh;
    height: auto;
  }

  .link-block-11 {
    width: 5vh;
  }

  .vectors-wrapper {
    width: 74px;
    height: 16px;
  }

  ._01-section {
    clear: none;
    flex-wrap: wrap;
    justify-content: flex-start;
    min-width: auto;
    padding: 0 24px;
    display: none;
  }

  .text {
    background-image: linear-gradient(189deg, #f5f6f8, #7586a8);
    width: 345px;
    height: auto;
    font-size: 40px;
    line-height: 48px;
  }

  .text-2 {
    width: 290px;
    font-size: 16px;
  }

  .clients {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    height: 64px;
  }

  .nct {
    width: 90px;
    height: 35px;
  }

  .omnio {
    width: 77.8px;
    height: 17.12px;
  }

  .omnio_logo {
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .heidelberg {
    width: 60px;
    height: 60px;
  }

  .content-div {
    flex-direction: column;
  }

  .project-overview {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 345px;
  }

  .vectors-wrapper-6 {
    border-radius: 16px;
    width: 345px;
    min-width: 345px;
    height: 208px;
  }

  ._02-section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 0;
    padding-left: 24px;
    padding-right: 24px;
    display: none;
  }

  .subtitle {
    width: 345px;
    font-size: 14px;
    line-height: 160%;
  }

  .subtitle.clients {
    width: 74px;
    height: 24px;
  }

  .lightbox-link-hack {
    border-radius: 16px;
    width: 345px;
    min-width: 345px;
    height: 208px;
  }

  .project-info-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
  }

  .frame-225 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    padding: 96px 0;
  }

  .frame-226 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
  }

  .h3-headline-30px {
    letter-spacing: -.4px;
    font-size: 20px;
    line-height: 32px;
  }

  .text-7 {
    width: 255px;
    font-size: 16px;
  }

  .text-field-3 {
    height: 48px;
  }

  .left-side {
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    width: 282px;
    height: auto;
    display: flex;
  }

  .policy {
    text-align: center;
    margin-left: 0;
    font-size: 12px;
  }

  .h0-main-text-16px {
    margin-top: 0;
    font-size: 14px;
    line-height: 150%;
  }

  .frame-235.mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .submit-button {
    position: absolute;
    bottom: 130px;
    right: auto;
  }

  .submit-button:hover {
    bottom: 130px;
    right: auto;
  }

  .close-icon {
    z-index: 101000;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 22px;
    right: 22px;
  }

  .vectors-wrapper-37 {
    display: none;
  }

  .h0-main-text-20px-2 {
    font-size: 16px;
    display: none;
  }

  .h3-headline-30px-2 {
    width: 326px;
    font-size: 20px;
  }

  .h4-headline-24px {
    width: 345px;
    font-size: 14px;
  }

  .text-28 {
    word-break: normal;
    overflow-wrap: break-word;
    font-size: 30px;
    line-height: 100%;
  }

  .form {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: 12px;
    display: flex;
  }

  .close-link {
    z-index: 1000;
  }

  .pop-up-item {
    z-index: 1000;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    width: 393px;
    height: 850.49px;
    padding-top: 56px;
    padding-left: 24px;
    padding-right: 24px;
    display: block;
    position: absolute;
  }

  .form-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    align-items: center;
    width: 100%;
    padding-top: 0;
    padding-left: 4px;
    padding-right: 4px;
  }

  .text-field.input {
    height: 48px;
  }

  ._03-section {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    padding: 128px 24px;
    display: none;
  }

  .text-field-2 {
    height: 48px;
  }

  .pop-up {
    z-index: 1000;
    aspect-ratio: auto;
    flex-direction: row;
    width: 100%;
    min-height: 100vh;
    padding: 56px 24px 0;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .vectors-wrapper-7 {
    width: 345px;
    height: 160px;
  }

  .div-block-22 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  ._04-section {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: center;
  }

  ._04-section.top {
    padding-left: 24px;
    display: none;
  }

  .vectors-wrapper-24 {
    aspect-ratio: auto;
    object-fit: cover;
    border-radius: 16px;
    flex-wrap: nowrap;
    width: 100%;
    max-width: none;
    height: 100%;
    display: block;
  }

  .track.mobile {
    display: none;
  }

  .track.mobile._2-0 {
    flex-direction: row;
    display: flex;
  }

  .progressivebar, .progressivebar.filled {
    width: 56px;
  }

  .frame {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: center;
    padding-top: 0;
  }

  .text-15 {
    font-size: 16px;
    line-height: 160%;
  }

  .unfocused-text {
    display: none;
  }

  .camera {
    padding-top: 0;
  }

  .textblock {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 303px;
    height: 100%;
  }

  .scroll-indicator-2 {
    display: none;
  }

  .text-8 {
    letter-spacing: -.4px;
    width: 345px;
    min-width: 345px;
    min-height: 64px;
    font-size: 24px;
    line-height: 29px;
  }

  .items._1 {
    aspect-ratio: auto;
    width: 345px;
    height: 528px;
    overflow: visible;
  }

  ._1-research-2 {
    height: 100%;
  }

  .h0-main-text-20px.carousel {
    width: 303px;
    font-size: 14px;
  }

  .focused-text {
    display: none;
    overflow: visible;
  }

  ._05-section {
    align-items: flex-start;
    padding: 0;
    display: none;
  }

  .h2-section-headlines {
    align-self: center;
    width: 346px;
    padding-top: 112px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 20px;
    font-weight: 500;
  }

  .h2-section-headlines.mobile {
    padding-top: 112px;
    padding-left: 0;
    padding-right: 0;
  }

  .frame-239 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    flex-flow: wrap;
    place-content: stretch flex-start;
    align-self: flex-start;
    align-items: flex-start;
    width: auto;
    height: auto;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
  }

  .vectors-wrapper-11 {
    width: 329px;
    height: 384px;
  }

  .text-9 {
    text-align: left;
    letter-spacing: -.48px;
    align-self: flex-start;
    width: 345px;
    height: auto;
    font-size: 24px;
    line-height: 32px;
  }

  .sub-title {
    font-size: 14px;
  }

  ._06-section {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: flex-start;
    padding: 112px 24px;
    display: none;
  }

  .info-block-desktop {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .frame-243 {
    flex-direction: column;
  }

  ._07-section {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    padding: 0 24px 120px;
    display: none;
  }

  .vectors-wrapper-13 {
    object-fit: contain;
    flex-wrap: nowrap;
    align-self: auto;
    width: 344px;
    max-width: 100%;
    height: 194px;
    display: block;
  }

  .frame-242 {
    align-items: flex-start;
  }

  .frame-241 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-10 {
    padding-bottom: 4px;
    font-size: 14px;
    line-height: 21px;
  }

  .h0-main-text-16px-2 {
    text-align: left;
    font-size: 14px;
  }

  ._08-section {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    padding-top: 0;
    padding-left: 24px;
    padding-right: 24px;
    display: none;
  }

  .h0-main-text-16px-3 {
    font-size: 14px;
    line-height: 150%;
  }

  .h0-main-text-16px-3.mobile {
    font-size: 16px;
  }

  ._09-section {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
    display: none;
  }

  .vectors-wrapper-16 {
    object-fit: fill;
    flex-wrap: nowrap;
    flex: 1;
    align-content: space-between;
    max-height: 100%;
    display: block;
  }

  .top-row {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: row;
    justify-content: flex-start;
    min-width: 0%;
    max-width: none;
    min-height: 0%;
    max-height: none;
  }

  .vectors-wrapper-17 {
    flex: 1;
    align-self: stretch;
    width: 345px;
    min-width: 100%;
    max-width: 100vw;
    height: 100%;
    min-height: auto;
    max-height: none;
    padding-left: 0;
    padding-right: 0;
  }

  ._10-section {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    align-content: center;
    max-width: 100vw;
    height: 100%;
    max-height: 100%;
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
    display: none;
  }

  .h1-page-headlines {
    text-align: left;
    align-self: flex-start;
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .widgets {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: flex-start;
    width: auto;
    min-width: auto;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    padding-bottom: 40px;
  }

  ._11-section {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-top: 56px;
    display: none;
  }

  .title-button {
    padding-left: 24px;
    padding-right: 24px;
  }

  .h1-page-headlines-2 {
    font-size: 24px;
    line-height: 32px;
  }

  .nav-button-m {
    padding-top: 8px;
    padding-bottom: 8px;
  }

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

  .vectors-wrapper-18 {
    width: 100vh;
    max-width: 100vw;
    height: 100vw;
  }

  .footer-3 {
    display: none;
  }

  .button-2.mobile {
    justify-content: center;
    align-items: center;
    width: 189px;
    height: 48px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
    display: flex;
  }

  .background-video {
    width: 344px;
    height: 197px;
  }

  .mobile {
    display: block;
  }

  .section-4 {
    display: none;
  }

  ._01-sectionmobile {
    padding: 0 24px;
  }

  .div-block-24 {
    justify-content: space-around;
    align-items: center;
    width: 345px;
    height: 360px;
    display: flex;
  }

  .text-32 {
    width: 74px;
  }

  .text-33 {
    width: 255px;
  }

  ._08-sectionmobile {
    grid-column-gap: 32px;
    height: 545px;
  }

  .tumor-board-1-1 {
    border-radius: 16px;
  }

  .text-43 {
    align-self: center;
    width: 345px;
    line-height: 125%;
  }

  .mobile-footer {
    display: flex;
  }

  .nav-link-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .text-47 {
    display: block;
  }

  .nav-link-mobile-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-content-box {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 96px;
    margin-left: 24px;
    display: flex;
  }

  .navigation {
    z-index: 999;
    top: 0;
  }

  .brand-logo-wrapper {
    aspect-ratio: auto;
    order: 0;
    width: 74px;
    height: 16px;
    display: block;
  }

  .flex-vertical {
    width: 74px;
    height: 16px;
  }

  .menu-nav {
    display: none;
  }

  .hamburger-icon {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    color: #0000;
    -webkit-text-stroke-color: #0000;
    background-color: #0000;
    flex-flow: column;
    place-content: stretch center;
    align-items: center;
    width: 32px;
    height: 32px;
    font-size: 1vh;
    line-height: 1.5px;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .hamburger-bar._2 {
    background-color: #fff;
    width: 32px;
    height: 2px;
    position: relative;
    top: auto;
  }

  .hamburger-bar._1 {
    background-color: #fff;
    flex-direction: row;
    width: 32px;
    height: 2px;
    padding-top: 0;
    display: block;
    position: relative;
    top: auto;
  }

  .menu-button-new {
    opacity: 1;
    color: #0000;
    background-color: #0000;
    border: 1px solid #fff0;
    justify-content: space-between;
    align-items: stretch;
    padding: 0 6px;
    display: flex;
  }

  .menu-button-new.w--open {
    background-color: #fff0;
    background-image: none;
  }

  .icon {
    position: fixed;
  }

  .project-request-text {
    color: #38e4af;
    width: auto;
    max-width: none;
    height: auto;
    font-family: Inter, sans-serif;
    font-size: 30px;
    line-height: 150%;
    text-decoration: none;
    display: flex;
  }

  .project-request-link.w--current {
    color: #38e4af;
    width: 300px;
    font-size: 30px;
    line-height: 150%;
    text-decoration: none;
    display: flex;
  }

  .img-block {
    border: 0 #000;
    border-radius: 16px;
    width: 345px;
    height: 376px;
  }

  .text-content-box {
    color: #727783;
    font-family: Inter, sans-serif;
    font-size: 14px;
    line-height: 21px;
  }

  .div-block-25 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    display: flex;
  }

  .background-video-2 {
    max-width: 100%;
    height: auto;
  }

  ._02-section-2 {
    display: none;
    overflow: hidden;
  }
}

#w-node-_3f6edbaf-3197-4d01-4246-e542f9e5670c-f9e56700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f98d1b9-fb79-d287-ec1f-93789bea0140-a5f4ffde {
  grid-area: 1 / 2 / 2 / 5;
  place-self: stretch;
}

#w-node-a93cd169-0d50-2eb1-ecaa-884cd8248c2c-8c1d0f7e, #w-node-_8200bf10-d09e-3319-ca43-f4a3198c07c7-8c1d0f7e, #w-node-_3464dcfc-9986-3834-33c4-c1afe6cac986-8c1d0f7e, #w-node-_3464dcfc-9986-3834-33c4-c1afe6cac98b-8c1d0f7e, #w-node-_6813d6d3-69f0-84be-8147-0a7ac69495d5-8c1d0f7e, #w-node-_6813d6d3-69f0-84be-8147-0a7ac69495da-8c1d0f7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_64645847-37c6-53c2-3e14-61ee1bb760aa-1bb760a3, #w-node-_64645847-37c6-53c2-3e14-61ee1bb760ac-1bb760a3 {
  align-self: center;
}

#w-node-a9c31184-1d76-3a0f-eed0-825ceb19457a-1bb760a3 {
  grid-area: 1 / 1 / 1 / 1;
  align-self: center;
}

#w-node-a93cd169-0d50-2eb1-ecaa-884cd8248c2c-556aeddc, #w-node-_8200bf10-d09e-3319-ca43-f4a3198c07c7-556aeddc, #w-node-_3464dcfc-9986-3834-33c4-c1afe6cac986-556aeddc, #w-node-_3464dcfc-9986-3834-33c4-c1afe6cac98b-556aeddc, #w-node-_6813d6d3-69f0-84be-8147-0a7ac69495d5-556aeddc, #w-node-_6813d6d3-69f0-84be-8147-0a7ac69495da-556aeddc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a93cd169-0d50-2eb1-ecaa-884cd8248c2c-83e1cd75, #w-node-_8200bf10-d09e-3319-ca43-f4a3198c07c7-83e1cd75 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_09e4b041-1b17-1950-11eb-77144a106249-83e1cd75, #w-node-_09e4b041-1b17-1950-11eb-77144a10624e-83e1cd75 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_168de755-1b1b-7a83-de9e-bb1d14cc0b98-14cc0b98 {
  order: 9999;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_64645847-37c6-53c2-3e14-61ee1bb760aa-1bb760a3 {
    align-self: center;
  }

  #w-node-a9c31184-1d76-3a0f-eed0-825ceb19457a-1bb760a3 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9c6b6387-13f2-e317-2de3-6f1b2e0749fe-8c1d0f7e, #w-node-_67b883c3-17be-d097-c6f4-6ad71760c938-8c1d0f7e {
    order: -9999;
  }

  #w-node-_6813d6d3-69f0-84be-8147-0a7ac69495dc-8c1d0f7e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_64645847-37c6-53c2-3e14-61ee1bb760aa-1bb760a3 {
    order: -9999;
  }

  #w-node-a9c31184-1d76-3a0f-eed0-825ceb19457a-1bb760a3 {
    order: -9999;
    grid-area: 1 / 1 / 1 / 1;
  }

  #w-node-_9c6b6387-13f2-e317-2de3-6f1b2e0749fe-556aeddc, #w-node-_67b883c3-17be-d097-c6f4-6ad71760c938-556aeddc, #w-node-_9c6b6387-13f2-e317-2de3-6f1b2e0749fe-83e1cd75, #w-node-_67b883c3-17be-d097-c6f4-6ad71760c938-83e1cd75 {
    order: -9999;
  }

  #w-node-_168de755-1b1b-7a83-de9e-bb1d14cc0b98-14cc0b98 {
    order: 9999;
  }
}


