:root {
  --black: #1a1a1a;
  --dark-grey: #333;
  --sand-light: #f7f3eb;
  --sand-light-dark: #c5baa7;
  --white: white;
  --white-smoke: #f1f1f1;
  --sand-dark: #ede7dd;
  --dark-grey-2: #999;
  --dim-grey: #666;
  --red: #ff544c;
  --red-dark: #cc443d;
  --sand-dark-2: #b6a486;
  --light-grey: #ccc;
  --new-red: #ff0303;
}

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

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

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

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

body {
  color: var(--black);
  letter-spacing: .1px;
  font-family: Roobert, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

h1 {
  letter-spacing: .02rem;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: Roobert, sans-serif;
  font-size: 4.6vw;
  font-weight: 600;
  line-height: 130%;
}

h2 {
  letter-spacing: .04rem;
  margin-top: 0;
  margin-bottom: 2.5rem;
  font-size: 3rem;
  font-weight: 600;
  line-height: 140%;
}

h3 {
  max-width: 1680px;
  letter-spacing: .025rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 140%;
}

h4 {
  color: var(--dark-grey);
  letter-spacing: .05rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 140%;
}

p {
  max-width: 1680px;
  color: var(--black);
  letter-spacing: .05rem;
  margin-bottom: 1.375rem;
  margin-right: auto;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 160%;
}

a {
  color: var(--black);
  letter-spacing: .05rem;
  border-bottom: 2px solid #000;
  font-weight: 600;
  line-height: 160%;
  text-decoration: none;
  transition: color .1s ease-in, background-color .2s;
}

a:hover {
  background-color: var(--black);
  color: var(--sand-light);
  border-bottom: 2px solid #000;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 20px;
  line-height: 142%;
}

li {
  letter-spacing: .05rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 160%;
}

img {
  width: 100%;
  border-radius: 4px;
  display: inline-block;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 5px solid var(--sand-light-dark);
  letter-spacing: .04rem;
  margin-bottom: 4rem;
  padding: 0 0 0 2rem;
  font-size: 2.5rem;
  line-height: 130%;
}

.image {
  width: 100%;
}

.container {
  max-width: 100%;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
}

.container.menu {
  height: 100%;
  position: relative;
}

.container.full-height {
  z-index: 1;
  height: 100%;
}

.container.container-small._2 {
  padding-right: 0;
}

.container.full {
  z-index: 1;
  height: 100%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container.full.absolute {
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container._2 {
  height: 100%;
}

.container.screen {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container.letter-scroll {
  z-index: 99;
  padding-left: 0;
  padding-right: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.container.open-scroll {
  padding-right: 0;
  overflow: scroll;
}

.container._w-1440 {
  width: 100%;
}

.container.slider-container {
  width: 100%;
  max-width: 1920px;
  padding-left: 4rem;
  padding-right: 8.5rem;
}

.container._w-100 {
  width: 100%;
}

.section {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 6.25rem;
  padding-bottom: 0;
  display: block;
}

.section.first {
  padding-top: 15rem;
}

.section.first.full-height {
  height: 100vh;
}

.section.first.full-height.newsletter {
  height: auto;
}

.section.first.padding.bg-white {
  background-color: var(--white);
}

.section.first.beige {
  height: auto;
  background-color: var(--sand-light);
  position: relative;
}

.section.first.spacing {
  padding-top: 10rem;
  padding-bottom: 6.25rem;
}

.section.first.spacing.beige {
  padding-bottom: 4rem;
}

.section.first.lightgrey {
  background-color: var(--white-smoke);
}

.section.first.black {
  min-height: 60vh;
}

.section.black {
  background-color: var(--black);
  color: var(--white);
  padding-bottom: 6.25rem;
  position: relative;
  overflow: hidden;
}

.section.black._2 {
  background-color: var(--white-smoke);
  color: var(--black);
  padding-top: 12rem;
  padding-bottom: 14rem;
}

.section.black._2._3 {
  background-color: var(--black);
  color: var(--white);
}

.section.black._2.border-bottom {
  background-color: var(--white);
}

.section.black.full {
  align-items: center;
  padding-top: 10rem;
  padding-bottom: 10rem;
  display: flex;
}

.section.black.cards {
  padding-bottom: 0;
}

.section.contact {
  background-color: var(--white);
  padding-bottom: 100px;
}

.section.sand {
  background-color: var(--sand-light);
  padding-bottom: 6.25rem;
}

.section.full-height {
  height: auto;
  min-height: 100vh;
}

.section.full-height.mid {
  align-items: center;
  display: flex;
}

.section.full-height.mid.sand {
  padding-top: 4rem;
  padding-bottom: 6.25rem;
}

.section.full-height.mid.sand.blau {
  background-color: #003972;
  padding-bottom: 4rem;
}

.section.full-height.mid.sand.white {
  background-color: rgba(0, 0, 0, 0);
}

.section.negative {
  margin-top: -20vh;
}

.section.padding {
  padding-bottom: 6.25rem;
}

.section.beige {
  height: 50vh;
  background-color: #f5f1e9;
}

.section.beige.artikel {
  height: 700px;
}

.section.beige.first.artikel {
  height: auto;
  background-color: var(--sand-light);
  padding-top: 6rem;
}

.section.darkgrey {
  background-color: var(--white-smoke);
  margin-top: 6.25rem;
  margin-bottom: 2rem;
  padding-bottom: 8rem;
  overflow: hidden;
}

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

.section.bottom-space {
  padding-bottom: 6.25rem;
}

.section.bottom-space.sand-dark {
  background-color: var(--sand-dark);
}

.section.mock-up {
  background-color: #fff;
  padding-top: 0;
  display: flex;
  position: relative;
}

.section.mock-up._200vh {
  height: 200vh;
  margin-bottom: -15rem;
  padding-top: 15rem;
}

.section.mock-up.z-index-5 {
  z-index: 5;
}

.section.inovation {
  padding-top: 12.5rem;
  padding-bottom: 8.75rem;
}

.section.inovation.sand {
  padding-top: 200px;
  padding-bottom: 140px;
}

.section.courses {
  padding-top: 4.0625rem;
}

.section.courses.black {
  overflow: visible;
}

.section.section-padding {
  padding-bottom: 6.25rem;
}

.section.section-padding.sand.dlaas {
  padding-top: 100px;
  padding-bottom: 0;
}

.section.slider-section {
  padding-top: 10rem;
}

.section.slider-section.bg-white.mt-0-destop {
  padding-top: 160px;
}

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

.tab-2 {
  color: var(--dark-grey-2);
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  padding-left: 0;
  padding-right: 60px;
  font-weight: 400;
  transition: all .4s;
}

.tab-2:hover {
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding-left: 0;
  padding-right: 60px;
}

.tab-2.w--current {
  color: var(--black);
  background-color: rgba(200, 200, 200, 0);
  font-weight: 600;
  position: static;
}

.tabs-menu {
  margin-bottom: 100px;
}

.tabs-menu.noframe.articles {
  max-width: 100%;
  margin-bottom: 5rem;
  padding-left: 100px;
  padding-right: 100px;
}

.logo {
  width: 70px;
  height: 100px;
  margin-bottom: 48px;
}

.brand {
  width: 124px;
  height: 100%;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  transition: width .5s cubic-bezier(.175, .885, .32, 1.275);
}

.brand:hover {
  width: 140px;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding-left: 0;
  padding-right: 0;
}

.brand.white {
  display: none;
}

.brand.no-lazy {
  object-fit: contain;
}

.brand.show-nav {
  display: none;
}

.brand.black-desk:hover {
  width: 130px;
}

.navbar {
  z-index: 100;
  width: 100%;
  height: 90px;
  background-color: var(--white);
  font-size: 14px;
  position: fixed;
}

.nav-link {
  letter-spacing: .4px;
  border: 1px #000;
  align-items: center;
  margin-left: 0;
  margin-right: 3vw;
  padding: 0;
  font-size: 1.125rem;
  font-weight: 400;
  transition: all .2s;
  display: flex;
}

.nav-link:hover {
  letter-spacing: .1rem;
  border-bottom-style: none;
  font-weight: 600;
}

.nav-link.w--current {
  color: #000;
}

.footer {
  min-height: 67vh;
  background-color: #f7f3eb;
  padding-top: 150px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}

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

.col-two.m-b-m {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.col-two.m-b-m.mb-0-tablet {
  margin-top: 50px;
}

.nav-menu {
  height: 100%;
  display: flex;
}

.col-text-left {
  padding-left: 0;
  padding-right: 100px;
}

.col-text-left.flex-vertical {
  flex-direction: column;
  display: flex;
}

.col-text-left.flex-vertical.gap-68 {
  grid-row-gap: 68px;
}

.col-text-left.flex-vertical.gap-68.mb-0-tablet {
  align-items: flex-start;
}

.image-center {
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.image-center.p-24._2 {
  transform: translate(-1rem);
}

.section-2 {
  padding-top: 200px;
}

.dev-title {
  clear: both;
  background-color: #f3f3f3;
  margin-right: 12px;
  padding: 16px 24px 18px;
  font-family: Roobert, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
}

.dev-title.large {
  margin-bottom: 48px;
  font-size: 32px;
  line-height: 40px;
}

.dev-title.addition {
  background-color: var(--sand-light);
  margin-top: 0;
}

.dev-wrapper {
  margin-bottom: 20px;
}

.dev-block {
  border-bottom: 2px solid #ccc;
  margin-bottom: 100px;
  padding-bottom: 50px;
}

.highlighted {
  font-size: 64px;
  font-weight: 400;
}

.highlighted.inlined {
  font-family: Rooberthead, sans-serif;
}

.inlined {
  font-size: 64px;
  display: inline;
}

.inlined:hover {
  border: 0 #000;
}

.inlined._2 {
  display: block;
}

.centered {
  max-width: 1680px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.centered.m-b-m.bold, .centered.bold {
  font-weight: 600;
}

.card {
  background-color: var(--sand-light);
  border-bottom-style: none;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  text-decoration: none;
  transition: background-color .4s, padding .1s;
  display: flex;
}

.card:hover {
  background-color: var(--sand-dark);
  color: var(--black);
  border-bottom-style: none;
}

.card.w--current:hover {
  letter-spacing: .05rem;
  border-bottom-style: none;
}

.card.news {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.subline {
  letter-spacing: .04rem;
  margin-bottom: 10px;
  font-size: 1.25rem;
}

.subline.two {
  background-color: var(--black);
  color: var(--white);
  letter-spacing: 1px;
  border-radius: 5rem;
  padding: .6rem 1.875rem .625rem;
  font-size: 1.125rem;
  font-weight: 600;
  display: inline-block;
}

.subline.two.grey {
  background-color: var(--white);
  color: var(--black);
  border: 2px solid #000;
  font-weight: 400;
}

.subline.two.grey._2 {
  color: var(--dim-grey);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  margin-bottom: 5px;
  padding: .2rem 0 0;
  font-size: .9rem;
  font-weight: 600;
}

.subline.two.grey.alt {
  color: var(--dim-grey);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: .9rem;
}

.subline.two.grey.alt._1 {
  margin-bottom: .5rem;
}

.subline._2 {
  text-align: center;
  margin-bottom: 4rem;
  font-size: 1.5vw;
}

.subline._3 {
  margin-bottom: 1.25rem;
  font-size: 1.3rem;
  font-weight: 400;
}

.regular {
  font-weight: 400;
}

.regular.m-b-m {
  font-size: 6vh;
  line-height: 130%;
}

.regular.animation {
  height: auto;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 600;
}

.regular.m-b-s {
  font-size: 3rem;
}

.icon {
  width: 30px;
  margin-left: 0;
}

.icon.pre {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.icon.pre.mirrored {
  transform-style: preserve-3d;
  margin-bottom: 0;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.icon.large {
  width: 32px;
  margin-bottom: 12px;
}

.icon.small {
  margin-bottom: 2px;
}

.icon._2 {
  width: 24px;
  margin-bottom: 0;
}

.icon._3 {
  width: 60px;
}

.icon._4 {
  margin-left: -2px;
}

.icon-wrapper {
  align-items: center;
  display: inline-block;
}

.link-item {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 6px;
  font-size: 1.625rem;
  line-height: 2;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.link-item:hover {
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  padding-left: 0;
  padding-right: 0;
}

.illu.m-b-s {
  height: 100%;
  object-fit: cover;
  margin-right: auto;
}

.grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.grid._4 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.grid._4.m-b-m {
  grid-template-rows: auto;
}

.grid.client-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid._2 {
  grid-column-gap: 6rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.grid._2.loop {
  height: 100%;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.grid.teaser {
  grid-row-gap: 80px;
}

.grid.mobile-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.grid._66-33 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 50% 1fr;
}

.grid._1 {
  grid-column-gap: 6.25rem;
  grid-row-gap: 6.25rem;
  grid-template-columns: 1fr;
}

.grid._3 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}

.grid._3.mid {
  align-items: center;
}

.grid._3.mid.s1, .grid._3.mid.s2, .grid._3.mid.s3, .grid._3.mid.s4 {
  margin-bottom: 10vh;
}

.grid._3.dlass__grid {
  grid-template-rows: auto auto;
}

.profile-image {
  margin-bottom: 40px;
}

.collection-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grey {
  color: var(--dark-grey-2);
  letter-spacing: .04rem;
  font-size: 1.375rem;
}

.video {
  border-radius: 4px;
  padding-bottom: 56.25%;
}

.video.default {
  padding-bottom: 0%;
}

.h1-combi {
  max-width: 1680px;
  margin-bottom: 50px;
  margin-right: auto;
}

.m-b-l {
  height: auto;
  margin-bottom: 200px;
}

.dev-grid-block {
  width: 100%;
  height: 50px;
  background-color: var(--sand-light);
}

.m-b-s {
  margin-bottom: 50px;
}

.m-b-s.min-height {
  min-height: 100px;
}

.m-b-s.extra, .m-b-s.extra:hover {
  border-bottom-style: none;
}

.m-b-m {
  border-bottom-style: none;
  margin-bottom: 100px;
  text-decoration: none;
}

.m-b-m:hover {
  padding-left: 0;
  padding-right: 0;
}

.m-b-m.show-mobile {
  display: none;
}

.m-b-xs {
  margin-bottom: 20px;
}

.link-block {
  border: 1px #000;
  margin-bottom: 20px;
}

.block-wrapper {
  line-height: 150%;
  display: block;
}

.block-wrapper.m-b-m {
  margin-bottom: 50px;
}

.social-link {
  width: 40px;
  border: 1px #000;
  margin-right: 25px;
  transition: transform .3s, color .1s ease-in, background-color .2s;
}

.social-link:hover {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  transform: scale(.9);
}

.tabs-menu {
  white-space: nowrap;
  margin-bottom: 0;
  overflow: scroll;
}

.tabs-menu.hide {
  display: none;
}

.tabs-menu.frame {
  max-width: 100%;
  margin-bottom: 100px;
  padding-bottom: 50px;
  padding-right: 100px;
}

.gallery-slider {
  width: 100%;
  height: 400px;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: scroll;
}

.gallery-image {
  width: auto;
  height: 100%;
  padding-right: 50px;
  display: inline-block;
}

.gallery-slider-wrapper {
  white-space: nowrap;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.slider-wrapper {
  width: auto;
  height: 100%;
  flex: none;
  display: block;
  position: relative;
}

.items-holder {
  height: 100%;
  position: relative;
}

.items {
  height: 100%;
  flex-flow: row;
  flex: none;
  align-items: center;
  display: inline;
  position: relative;
}

.text-container {
  margin-right: auto;
}

.text-container.centered {
  margin-left: auto;
  margin-right: auto;
}

.text-block {
  max-width: 1680px;
  margin-right: auto;
}

.text-block.centered {
  margin-left: auto;
}

.col--text-right {
  padding-left: 70px;
  padding-right: 0;
}

.col--text-right._2 {
  padding-left: 0;
}

.col-image-left, .col-image-right {
  margin-bottom: auto;
  padding-left: 0;
  padding-right: 0;
}

.col-image-right.right {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.social-block {
  margin-top: 14px;
}

.white {
  color: #fff;
}

.white.hidden {
  opacity: 0;
  transform-origin: 0 0;
}

.white.spacing {
  margin-bottom: 200px;
}

.white.no-padding {
  margin-bottom: 0;
}

.menu-icon.white {
  display: none;
}

.rich-text-block {
  font-weight: 600;
}

.col-1 {
  height: 100%;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: -100px;
  padding-right: 100px;
  display: flex;
}

.col-1.mb-0.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.button {
  background-color: var(--black);
  color: var(--white);
  letter-spacing: .04rem;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 2.5rem 1.1rem;
  font-size: 1.125rem;
  transition: background-color .4s;
}

.button:hover {
  background-color: var(--dark-grey);
  letter-spacing: .04rem;
  border: 1px #000;
}

.button.white {
  background-color: var(--white);
  color: var(--black);
}

.button.white:hover {
  background-color: var(--sand-dark);
}

.button.white.red {
  background-color: var(--red);
  color: var(--white);
}

.button.white.red:hover {
  background-color: var(--red-dark);
}

.button.white.red.a.secondary {
  border: 2px solid var(--red);
  color: var(--red);
  background-color: rgba(0, 0, 0, 0);
}

.button.white.red.a.secondary:hover {
  border-color: var(--red-dark);
  background-color: var(--red-dark);
  color: var(--sand-light);
}

.button.primary {
  background-color: var(--red);
}

.button.primary:hover {
  background-color: var(--red-dark);
}

.button.primary.kontakt-btn {
  border: 2px solid var(--black);
  background-color: var(--white);
  color: var(--black);
  margin-left: 0;
}

.button.nav-button {
  color: var(--white);
  letter-spacing: .06rem;
  padding: .75rem 2.25rem .9rem;
}

.button.nav-button.white {
  color: var(--black);
  border: 2px solid #000;
}

.button.nav-button.white.whitepaper-btn, .button.nav-button.kontakt-btn {
  cursor: pointer;
}

.button.with-icon {
  width: auto;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom-style: none;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}

.button.lp-button {
  border-radius: 50px;
  padding: .5625rem 1.875rem;
}

.button.lp-button.transparent-bg {
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  padding-top: .4375rem;
  padding-bottom: .4375rem;
  transition: border-color .4s, color .4s, background-color .4s;
}

.button.lp-button.transparent-bg:hover {
  border-color: var(--dark-grey);
  background-color: var(--dark-grey);
  color: var(--sand-light);
}

.button.lp-button.transparent-bg.cta__button {
  border-width: 1px;
}

.button.lp-button.cta__button {
  min-width: 35.625rem;
  text-align: center;
  padding-top: 1.3125rem;
  padding-bottom: 1.3125rem;
  font-size: 1.25rem;
  line-height: 120%;
}

.button.lp-button.cta__button.disable-scroll.black {
  min-width: 570px;
}

.button.lp-button.button-back {
  z-index: 99;
  grid-column-gap: .4rem;
  border-bottom-style: none;
  align-items: center;
  padding-top: .625rem;
  padding-bottom: .625rem;
  display: flex;
  position: static;
  top: 2rem;
  bottom: auto;
  left: auto;
  right: 100px;
}

.button.lp-button.button-back:hover {
  border-style: none;
}

.button.whitepaper-btn {
  margin-left: 0;
}

.contact-image {
  margin-left: auto;
  margin-right: 0;
  display: block;
}

.contact-cta-image-wrapper {
  height: 100%;
  background-color: var(--white);
}

.link-job {
  border-bottom: 2px solid #000;
  margin-top: 20px;
  text-decoration: none;
  display: inline-block;
}

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

.client-animation {
  width: 100%;
  height: 20vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.sticky {
  width: 100%;
  height: 50vh;
  white-space: break-spaces;
  position: -webkit-sticky;
  position: sticky;
  top: 25vh;
}

.sticky.animation {
  height: 100%;
  margin-top: -25vh;
  top: 90px;
  bottom: 0;
}

.sticky.dlaas {
  height: 300vh;
  top: auto;
}

.full-height {
  height: 100vh;
  position: relative;
}

.full-height._2 {
  z-index: 2;
  height: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}

.full-height._2._4 {
  height: 20vh;
  transform-origin: 0 0;
  transform: scale(1);
}

.full-height._2.m-b-l {
  margin-bottom: 400px;
}

.div-block-21 {
  background-color: #004278;
  justify-content: center;
  align-items: center;
  margin: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-22 {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: relative;
}

.sticky-column {
  width: 35%;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100vh;
  bottom: 0;
  left: auto;
  right: auto;
}

.white-bg {
  width: 100%;
  height: 125vh;
}

.white-bg.absolute {
  height: 100vh;
}

.white-bg.absolute._2 {
  height: 400vh;
}

.text-animation-1 {
  margin-bottom: 0;
}

.text-animation-1.regular {
  font-size: 42px;
  line-height: 140%;
}

.frame {
  white-space: nowrap;
  flex-wrap: wrap;
  padding-bottom: 100px;
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
  overflow: scroll;
}

.frame-block {
  max-width: 700px;
  white-space: normal;
  margin-top: 0;
  margin-bottom: 100px;
  padding-right: 25px;
  display: inline-block;
}

.timeline_image-wrapper {
  width: 80%;
  border-radius: 12px;
  overflow: hidden;
}

.margin-bottom-xlarge {
  margin-bottom: 56px;
}

.timeline_date-text {
  color: #fff;
  margin-bottom: 60px;
  font-size: 48px;
  line-height: 1.2;
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
}

.timeline_progress {
  z-index: 3;
  width: 3px;
  height: 100%;
  background-color: var(--dark-grey);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
}

.timeline_item {
  z-index: 4;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  display: grid;
  position: relative;
}

.timeline_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  display: flex;
  position: relative;
}

.timeline_centre {
  justify-content: center;
  padding-bottom: 60px;
  display: flex;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.timeline_text {
  color: #fff;
  letter-spacing: .2px;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.timeline_progress-bar {
  width: 3px;
  height: 50vh;
  background-color: var(--sand-dark);
  position: fixed;
  top: 0;
  bottom: 50vh;
  left: auto;
  right: auto;
}

.timeline_circle {
  width: 20px;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  border: 1px solid var(--black);
  background-color: var(--sand-dark);
  box-shadow: 0 0 0 8px var(--black);
  border-radius: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
}

.body {
  color: var(--black);
}

.bsr-logo {
  height: 100%;
  max-height: 300px;
  opacity: 0;
  margin: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.vw-logo {
  height: 100%;
  max-height: 300px;
  margin: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.telekom-logo {
  height: 100%;
  max-height: 300px;
  opacity: 0;
  border-radius: 0;
  margin: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tui-logo, .db-logo, .kind-logo, .humboldt-logo {
  height: 100%;
  max-height: 300px;
  opacity: 0;
  margin: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hide-block {
  margin-right: 4px;
  overflow: hidden;
}

.hide-block._2 {
  width: 8.7vh;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0;
}

.hide-block._3 {
  width: 3vh;
  margin-left: 10px;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 7.8vh;
  right: auto;
}

.hide-block._4 {
  width: 6.5vh;
  margin-left: 10px;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 11.4vh;
  right: auto;
}

.hide-block._6 {
  width: 7.2vh;
  margin-left: 10px;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 24.8vh;
  right: auto;
}

.hide-block._5 {
  width: 6.5vh;
  margin-left: 10px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 18vh;
  right: auto;
}

.heading-2 {
  text-transform: none;
  margin-top: -2vh;
  margin-bottom: 0;
  font-family: Roobert, sans-serif;
  font-size: 12.3vh;
  font-weight: 600;
  line-height: 120%;
}

.utility-page-wrap {
  width: 50%;
  max-width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

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

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

.paragraph {
  margin-left: auto;
}

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

.section-no-fade-in {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 150px;
  padding-bottom: 150px;
  display: block;
}

.columns.flex {
  display: flex;
}

.columns.flex._2 {
  grid-column-gap: 0rem;
}

.heading-m-10 {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: 600;
}

.heading-5 {
  font-size: 8vh;
}

.progress-bar-wrapper {
  z-index: 2;
  width: 100%;
  justify-content: center;
  display: flex;
  position: relative;
}

.overlay-fade-bottom {
  width: 100%;
  height: 10vh;
  background-image: linear-gradient(to top, var(--black), rgba(10, 10, 10, 0));
  position: relative;
}

.hide {
  display: none;
}

.link-block {
  transition: all .4s;
}

.link-block:hover {
  color: var(--black);
  letter-spacing: .05rem;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding-left: 15px;
  padding-right: 15px;
}

.link-block.link-block-image.article {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
}

.col-one-bottom {
  margin-bottom: 0;
}

.columns-4 {
  height: 100%;
}

.columns-4.mw-1920 {
  max-width: 120rem;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  padding-right: 5rem;
  display: flex;
}

.no-padding {
  margin-bottom: 10px;
}

.link-small {
  letter-spacing: .04rem;
  cursor: pointer;
  border: 1px #000;
  margin-bottom: 20px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 120%;
  transition-property: none;
  display: inline-block;
}

.link-small:hover {
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  border-bottom-style: none;
  border-bottom-width: 2px;
  padding-left: 0;
  padding-right: 0;
}

.link-small.block {
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 180%;
  text-decoration: none;
  display: block;
}

.link-small.block:hover {
  border-style: none;
  border-width: 1px;
}

.link-small.block.m-b-xs {
  margin-bottom: 20px;
}

.link-small.m-b-m {
  margin-bottom: 4rem;
}

.link-small.white {
  z-index: 1;
  margin-bottom: 0;
  position: absolute;
  top: 150px;
}

.link-small.white:hover {
  border-bottom-color: var(--black);
  color: var(--white);
}

.small-text {
  letter-spacing: .4px;
  font-size: 20px;
  line-height: 150%;
}

.small-text.no-padding.really-no {
  margin-bottom: 0;
  font-size: 1rem;
}

.small-text.no-padding.really-no.bold {
  font-weight: 600;
}

.inlined-link {
  letter-spacing: .05rem;
  margin-right: .4rem;
  font-size: 1.2rem;
  transition: all .2s;
  display: inline;
}

.inlined-link.link-small {
  line-height: 1.6;
  display: inline-block;
}

.inlined-link._2 {
  font-size: 1rem;
}

.inlined-link.small._2 {
  margin-bottom: 0;
  display: inline-block;
  transform: translate(0, 2px);
}

.image-9 {
  width: 50px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.field-label {
  margin-bottom: 100px;
}

.text-field {
  width: 400px;
  border-radius: 6px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.feedback-box {
  color: var(--white);
  border: 3px solid #000;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: auto;
  padding: 25px 30px 8px;
  display: block;
}

.col-feedback-box {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.white-shadow {
  z-index: 2;
  width: 140px;
  height: 80px;
  background-image: linear-gradient(to right, rgba(236, 108, 108, 0), #fff 59%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.team-grid-wrapper {
  position: relative;
}

.author {
  width: 40px;
  height: 40px;
  object-fit: cover;
  background-image: url('../images/nico.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  margin-right: 1rem;
}

.author._2 {
  width: 100px;
  height: 100px;
}

.author-flex {
  width: 100%;
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  align-self: baseline;
  display: flex;
}

.author-flex._2 {
  width: auto;
}

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

.article-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.lable {
  background-color: var(--white);
  border: 2px solid #000;
  border-radius: 40px;
  margin-bottom: 0;
  margin-right: 1rem;
  padding: .6rem 1.875rem .8rem;
  font-size: 1.2rem;
  font-weight: 400;
  transition: all .2s;
}

.lable:hover {
  background-color: var(--black);
  color: var(--white);
  letter-spacing: .05rem;
  border-width: 2px;
}

.lable.w--current {
  background-color: var(--black);
  color: var(--white);
}

.lable.small {
  color: var(--black);
  letter-spacing: .1rem;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  margin-bottom: 0;
  margin-right: .4rem;
  padding: .3rem 1.4rem .4rem;
  font-size: .9rem;
}

.lable.small:hover {
  background-color: var(--white);
  color: var(--black);
}

.lable.small.black:hover {
  background-color: var(--black);
  color: var(--white);
}

.lable.small._2 {
  margin-left: 1rem;
  padding-left: 0;
  padding-right: 0;
}

.lable.small._2:hover {
  background-color: rgba(0, 0, 0, 0);
}

.lable.small.white {
  background-color: var(--white);
}

.lable.black {
  background-color: var(--black);
  color: var(--white);
  margin-bottom: 0;
}

.minute-block {
  grid-column-gap: .6rem;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.minute-block._2 {
  margin-bottom: 1rem;
}

.link-head {
  margin-bottom: 0;
}

.normal {
  margin-bottom: 5px;
  margin-right: 20px;
  font-weight: 400;
  display: inline;
}

.blog-teaser {
  height: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: row;
  align-items: stretch;
  display: flex;
}

.blog-flex {
  width: 40%;
  flex: 0 auto;
  align-self: center;
  padding-top: 4rem;
}

.blog-flex._2 {
  width: 60%;
  padding-top: 0;
  padding-bottom: 4rem;
}

.blog-teaser-image {
  width: 100%;
  height: 100%;
  flex: 0 auto;
}

.blog-teaser-link {
  border: 1px #000;
  transition: margin .4s, letter-spacing .6s;
}

.blog-teaser-link:hover {
  border-style: none;
}

.blog-teaser-link.p-24 {
  text-decoration: none;
}

.blog-teaser-link.p-24:hover {
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}

.flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.flex.mid {
  justify-content: space-between;
  align-items: center;
}

.flex.autor {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
}

.flex._3 {
  flex-flow: wrap;
}

.flex._4 {
  grid-column-gap: 6rem;
}

.flex._4.p-50.reversed {
  flex-direction: row-reverse;
}

.flex._6 {
  grid-column-gap: 6rem;
}

.flex.vertical {
  flex-direction: row-reverse;
}

.flex.hero {
  grid-column-gap: 32px;
  grid-row-gap: 0rem;
  flex-direction: column;
  align-items: center;
}

.flex.gap-0 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: flex-start;
}

._50 {
  width: 50%;
  background-color: var(--black);
  border-radius: 4px;
}

._50._2 {
  margin-top: 0;
}

.collection-item {
  margin-top: 20vh;
}

.collection-item._2 {
  margin-top: 10vh;
}

.blog {
  z-index: 1;
}

.mr-10 {
  margin-bottom: 0;
  margin-right: 2.5rem;
}

.content-box {
  max-width: 80%;
  background-color: #fbf5ea;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
}

.content-box.auto {
  width: auto;
  max-width: none;
  background-color: var(--sand-light);
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  display: inline-block;
}

.flex-2 {
  height: 24px;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.share-link {
  width: 50px;
  height: 24px;
  cursor: pointer;
  margin-bottom: 3px;
}

.share-link.share__link--twitter {
  background-image: url('../images/twitter.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.share-link.share__link--facebook {
  background-image: url('../images/fb.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.share-link.share__link--linkedin {
  background-image: url('../images/linkedin_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.center {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  display: block;
}

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

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

.center.flex.top._2 {
  margin-bottom: 0;
}

.center.mb-6 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.center.m-b-m {
  margin-bottom: 100px;
}

.gif {
  width: 600px;
}

.div-block-30 {
  justify-content: flex-end;
  display: flex;
}

.card-image-link {
  width: 100%;
}

.image-card {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0%;
}

.small {
  margin-bottom: 6px;
  font-size: 1rem;
}

.mb-6 {
  height: auto;
  margin-bottom: 1.5rem;
}

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

.author-2 {
  height: auto;
  grid-column-gap: 1rem;
  align-items: center;
  display: flex;
}

.tag-wrapper {
  position: absolute;
  top: 1.5rem;
  bottom: auto;
  left: 1.5rem;
  right: auto;
}

.date {
  color: #1a1860;
  background-color: #fff;
  border-radius: 20px;
  padding: .4rem 1rem .2rem;
  font-weight: 400;
  position: absolute;
  top: auto;
  bottom: 1rem;
  left: 1.5rem;
  right: auto;
}

.card-2 {
  height: 100%;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 26px;
  transition: all .2s cubic-bezier(.25, .1, .205, 1.445);
  display: flex;
}

.card-2:hover {
  transform: translate(-10px, -10px);
  box-shadow: 7px 7px 40px 2px rgba(0, 0, 0, .1);
}

.tag {
  color: #f9421f;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 6px;
  padding: .5rem 1rem .4rem;
  font-size: 1rem;
  font-weight: 700;
  display: inline-block;
}

.card-content {
  padding: 0 1.5rem;
}

.link-block-3 {
  grid-column-gap: 1.5rem;
  color: #1439bc;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.card-wrapper {
  position: relative;
}

.image-4 {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 100%;
}

.show-more-wrapper {
  margin-top: 5rem;
  display: none;
}

.image-circle {
  width: 101%;
  height: 130%;
  max-width: 101%;
  object-fit: cover;
  object-position: 50% 0%;
  margin-top: -.5%;
  margin-left: -.5%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.card-image {
  width: 100%;
  height: 340px;
  border-radius: 20px 20px 0 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: block;
  position: relative;
  overflow: hidden;
}

.collection-hide {
  display: none;
}

.labels {
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  display: flex;
}

.labels._2 {
  grid-column-gap: 2rem;
  justify-content: space-between;
  align-items: center;
}

._80 {
  max-width: 80%;
}

.blog-grid {
  width: 100%;
  grid-template-rows: auto;
  grid-template-columns: 4fr 10fr;
  padding-left: 282px;
  display: block;
  position: relative;
}

.rich-text {
  margin-bottom: 4rem;
}

.content-left {
  width: 230px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.title-small {
  margin-bottom: 1rem;
  font-weight: 600;
}

.sticky-toc {
  max-height: 90vh;
  border-left: 2px solid var(--sand-dark-2);
  background-color: var(--white);
  padding-bottom: 0;
  padding-left: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 2rem;
  overflow: scroll;
}

.tocitem {
  border-left: 2px solid var(--sand-light);
  justify-content: space-between;
  padding: 10px 10px 10px 8px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 180%;
  text-decoration: none;
  transition: color .2s, background-color .2s, color .2s;
  display: flex;
}

.tocitem:hover {
  background-color: var(--sand-light);
  border-bottom-style: none;
  border-left-width: 2px;
  border-left-color: #070e27;
  padding-left: 7px;
}

.content-right_blog {
  max-width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.article-sub {
  width: 100%;
  justify-content: center;
  align-items: center;
  padding-bottom: 3.5rem;
  display: flex;
}

.image-medium {
  width: 70%;
  max-width: 800px;
}

.button-table-of-content, .button-table-of-content--2 {
  display: none;
}

.headline-block {
  width: 100%;
  height: auto;
}

.headline-block._2 {
  width: 80%;
  margin-bottom: 0%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.section-3 {
  padding-top: 4rem;
  padding-bottom: 6rem;
}

.red {
  color: #eb0054;
}

.new-h1 {
  max-width: 100%;
  text-align: center;
  text-transform: none;
  margin-right: 0;
  font-family: Roobert, sans-serif;
  font-size: 7.4rem;
}

.new-h1.animate {
  height: 100%;
  margin-bottom: 0;
  line-height: 100%;
}

.new-h1.animate.bold {
  color: var(--red);
}

.image-block {
  width: 50%;
  height: auto;
  background-image: url('../images/Carina-Adam-Photography--_DSC2799.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  transform: translate(-100px);
}

.image-block.rev {
  background-image: url('../images/Carina-Adam-Photography--_DSC8249.jpg');
  flex: 0 auto;
  transform: translate(100px);
}

.image-block.rev._2 {
  z-index: 1;
  height: 48rem;
  background-image: url('../images/Carina-Adam-Photography--_DSC3096-4.jpg');
  background-position: 50%;
  margin-top: 10rem;
  position: relative;
}

.image-block.rev._5 {
  background-image: url('../images/20200610_OFFICE_Impression_LJ_XS_18-Kopie.jpg');
  transform: translate(100px, 2rem);
}

.image-block._3 {
  z-index: 1;
  width: 44%;
  height: 29rem;
  background-image: url('../images/IMG_1829.jpg');
  flex: 0 auto;
  position: relative;
}

.image-block._4 {
  height: 24rem;
  background-image: url('../images/IMG_2837.jpg');
  transform: translate(-200px, 100px);
}

.flex-block {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: space-between;
  margin-bottom: 4rem;
  display: flex;
  position: relative;
}

.flex-block.rev {
  flex-direction: row-reverse;
}

.flex-block.rev.m-b-m {
  margin-bottom: 16rem;
}

.flex-block.text {
  z-index: 2;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
}

.flex-block.text.m-b-m {
  margin-bottom: 8rem;
}

.flex-block.images {
  align-items: flex-end;
  margin-top: -7rem;
}

.flex-block.images.m-b-m {
  margin-bottom: 12rem;
}

.textblock {
  width: 50%;
  margin-top: 8.28rem;
}

.textblock._2 {
  flex: 1;
  margin-top: 2rem;
  transform: none;
}

.big {
  letter-spacing: .035rem;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 140%;
}

.big.m-b-s {
  margin-bottom: 3rem;
}

.big.m-b-s.lightgrey {
  color: var(--light-grey);
  margin-bottom: 3rem;
}

.big.m-b-m {
  margin-bottom: 3rem;
}

.big.lightgrey {
  color: var(--white-smoke);
}

.image-block-2 {
  width: 50%;
  height: 40rem;
  background-image: url('../images/Carina-Adam-Photography--_DSC8249.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  margin: -40vw auto 3rem;
  transform: translate(-10rem);
}

.thin {
  font-weight: 400;
}

.superhead {
  text-transform: none;
  font-family: Roobert, sans-serif;
  font-size: 10rem;
  font-weight: 600;
}

.superhead.m-b-m {
  width: 80%;
  margin-bottom: 5rem;
  font-size: 8vw;
}

.quote-text {
  width: 70%;
  margin-left: auto;
  margin-right: 0;
  font-size: 1.8rem;
  font-weight: 600;
}

.quote-text._2 {
  width: 100%;
  font-weight: 400;
  line-height: 150%;
}

.quote-author {
  width: 70%;
  color: var(--red);
  letter-spacing: .08rem;
  margin-left: auto;
  margin-right: 0;
  font-size: 1.25rem;
  font-weight: 400;
}

.quote-author._2 {
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
}

.text-animation-block {
  height: 9rem;
  overflow: hidden;
}

.sticky-text_wrapper {
  color: #363636;
  border-bottom-style: none;
  margin-top: 8vh;
  margin-bottom: 8vh;
  text-decoration: none;
  display: block;
  position: relative;
}

.sticky-text_wrapper:hover {
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
}

.sticky-text_wrapper.steps {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 60px 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4vh;
  margin-bottom: 4vh;
  display: block;
}

.sticky-text_wrapper.steps:hover {
  border: 1px #000;
}

.sticky-text_wrapper.steps.second:hover {
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
}

.overflow-hidden {
  overflow: hidden;
}

.sticky-wrapper {
  width: 100%;
  height: 400vh;
  position: relative;
}

.sticky-wrapper._2 {
  height: 150vh;
}

.sticky-container {
  z-index: 1;
  width: 100%;
  height: 100vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.sticky-img_wrapper {
  width: 80%;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.sticky-img_wrapper.cc-steps {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sticky-img_wrapper.cc-steps._2 {
  width: 100%;
  position: relative;
}

.phone-screen_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  flex: none;
}

.phone-screen_img.third, .phone-screen_img.fourth, .phone-screen_img.second {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.phone-screen {
  z-index: 2;
  position: relative;
}

.position-relative {
  height: 100%;
  margin-top: -100vh;
  position: relative;
  overflow: hidden;
}

.stick-text_detail {
  transform-origin: 50% 0;
  overflow: hidden;
}

.sticky-triggers {
  margin-top: 1vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sticky-trigger {
  z-index: 1;
  height: 10px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.sticky-trigger._2 {
  top: 175vh;
}

.sticky-trigger._1 {
  top: 101vh;
}

.sticky-trigger._4 {
  top: 300vh;
}

.sticky-trigger._33 {
  top: 250vh;
}

.sticky-trigger._0 {
  top: 1vh;
}

.phone-mock_border {
  z-index: 1;
  background-image: url('../images/Organization_Circles_01.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.phone-mock_wrapper {
  width: 100%;
  height: auto;
  flex: none;
  justify-content: center;
  align-items: center;
  position: relative;
}

.phone-screen_wrapper {
  width: 100%;
  height: 100%;
  border-radius: 1.5em;
  position: relative;
  overflow: hidden;
}

.sticky-center-2 {
  width: 100%;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-intro {
  background-color: var(--sand-light);
  position: relative;
}

.container-big {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.sticky-grid-2 {
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.sticky-image {
  width: 50vh;
  height: auto;
  position: absolute;
  top: 50vh;
  bottom: auto;
  left: -20vw;
  right: auto;
}

.sticky-image._2 {
  width: 50vw;
  top: 120vh;
}

.sticky-image._3 {
  width: 40vw;
  top: 0%;
  bottom: auto;
  left: auto;
  right: -10rem;
}

.sticky-image._4 {
  width: 36vw;
  top: 90vh;
  bottom: auto;
  left: auto;
  right: 0%;
}

.sticky-image._5 {
  width: 90vw;
  top: 170.3vh;
  bottom: 0%;
  left: auto;
  right: -20vw;
}

.sticky-image._6 {
  width: 48vw;
  top: 214.5vh;
  left: -10vw;
}

.sticky-image._7 {
  width: 50vw;
  top: 300.2vh;
  left: auto;
  right: -10rem;
}

.sticky-image._8 {
  width: 42vw;
  top: 304.9vh;
  left: -12rem;
}

.sticky-image._1 {
  width: 42vw;
  left: -10vw;
}

.sticky-image._10 {
  width: 40vw;
  top: 350vh;
  left: auto;
  right: -21.9vw;
}

.sticky-image._4-2 {
  z-index: 1;
  width: 10rem;
  top: 87.7vh;
  bottom: auto;
  left: auto;
  right: 10rem;
}

.image-wrapper-kultur {
  height: 100%;
  display: block;
  position: relative;
  overflow: visible;
}

.word-wrapper {
  height: 100%;
  overflow: visible;
}

.special-h2 {
  text-align: center;
  font-size: 3vw;
}

.lightbox-video-thumbnail {
  margin-left: auto;
  margin-right: auto;
}

.section-6 {
  background-color: var(--sand-light);
  border: 1px #000;
  justify-content: center;
  align-items: center;
  padding-top: 4em;
  padding-bottom: 4em;
  display: block;
}

.center-w2 {
  width: 100%;
  max-width: 83.125em;
  margin-left: auto;
  margin-right: auto;
}

.center-w2.gutter-outside {
  z-index: 1;
  width: 500px;
  height: 500px;
  max-width: 100%;
  border-radius: 100%;
  margin-top: 4rem;
  position: relative;
  overflow: hidden;
}

.accordion-item {
  z-index: 2;
  width: 100%;
  overflow: hidden;
}

.accordion-toggle {
  height: auto;
  align-items: center;
  padding: 0 0 2rem;
  display: flex;
}

.accordion-toggle:hover {
  color: var(--red);
}

.circle-list {
  width: 18px;
  height: 18px;
  border: 10px solid var(--sand-dark);
  border-radius: 100%;
  flex: none;
  margin-right: 20px;
}

.accordion {
  color: var(--black);
  font-size: 2rem;
  font-weight: 700;
  line-height: 120%;
}

.icon-2 {
  width: 24px;
  height: 24px;
  margin-top: .25rem;
  margin-right: 20px;
}

.icon-2._2 {
  width: 3rem;
  height: 100%;
  margin-left: auto;
  margin-right: 0;
}

.dropdown-list-2 {
  background-color: rgba(0, 0, 0, 0);
  padding: 0 20px 20px 0;
  display: block;
  position: static;
}

.divider {
  width: 100%;
  height: 2px;
  background-color: var(--sand-dark);
  margin-top: 2rem;
  margin-bottom: 4rem;
}

.divider._2 {
  background-color: var(--sand-dark-2);
}

.list.big {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-weight: 600;
}

.flex-block2 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.flex-block2.top {
  align-items: flex-start;
}

.flex-block2.sameheight {
  align-items: stretch;
}

.flex-50 {
  width: 50%;
}

.flex-50.sameheight {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.quote-image-bg {
  background-image: url('../images/helena-big.jpg');
  background-position: 50% 80%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding: 4rem 0;
}

.quote-image-bg._2 {
  background-image: url('../images/nico-big.jpg');
  background-position: 50% 60%;
}

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

.flex-30 {
  width: 42%;
}

.flex-70 {
  width: 70%;
  height: 100%;
  margin-right: -4rem;
}

.mask {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
}

.slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.slide-nav {
  margin-bottom: -4rem;
  display: none;
}

.sticky-wrapper-2 {
  width: 100%;
  height: 300vh;
  position: relative;
}

.sticky-container-2 {
  width: 100%;
  height: 100vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.position-relative-2 {
  position: relative;
}

.sticky-grid-3 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.sticky-triggers-2 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sticky-trigger-2 {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.sticky-trigger-2._40 {
  top: 40%;
}

.sticky-trigger-2._60 {
  top: 60%;
}

.sticky-trigger-2._20 {
  top: 20%;
}

.phone-mock_wrapper-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  position: relative;
}

.div-block-45 {
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.circle-video {
  width: 500px;
  height: 500px;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.no-section {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 6.25rem;
  padding-bottom: 0;
  display: block;
}

.no-section.sand {
  background-color: var(--sand-light);
  padding-bottom: 6.25rem;
}

.no-section.sand._2 {
  position: relative;
}

.no-section._2 {
  padding-top: 0;
}

.nav-trigger {
  height: 550vh;
  position: absolute;
}

.html-embed-2 {
  overflow: auto;
}

.full-modal {
  z-index: 0;
  width: 40vw;
  height: 100%;
  background-color: var(--sand-light);
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.sand {
  background-color: var(--sand-light);
}

.image-10 {
  width: 16vw;
  max-width: 22%;
  position: absolute;
  top: auto;
  bottom: 0;
  right: auto;
}

.image-11 {
  z-index: 1;
  width: 16vw;
  max-width: 25%;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
}

.image-12 {
  z-index: 1;
  width: 50%;
  max-width: 400px;
  margin: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-12._2 {
  max-width: 230px;
  top: 80px;
}

.image-13 {
  z-index: 1;
  width: 5.25vw;
  position: absolute;
  top: 16vh;
  left: 8vw;
  right: auto;
}

.div-block-52 {
  width: 100%;
  max-width: 34rem;
}

.content-title {
  letter-spacing: .05rem;
  text-transform: none;
  margin-bottom: 2rem;
  font-family: Roobert, sans-serif;
  font-size: 3rem;
  line-height: 135%;
}

.content-title.inline {
  display: inline;
}

.content-h2 {
  font-size: 1.5rem;
  font-weight: 400;
}

.stroke {
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-neu-first {
  width: 100%;
  height: 85vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.content-text {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content-text.full {
  height: 100%;
  justify-content: center;
  align-items: center;
}

.content-text.full.max {
  max-width: 100%;
  justify-content: flex-start;
  position: relative;
}

.copy-l-bold {
  color: #000;
  letter-spacing: .04rem;
  text-transform: none;
  margin-bottom: .5rem;
  font-family: Roobert, sans-serif;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 160%;
}

.h1 {
  color: var(--black);
  letter-spacing: .02rem;
  text-transform: none;
  margin-bottom: 2rem;
  font-family: Roobert, sans-serif;
  font-size: 4.6vw;
  font-weight: 600;
  line-height: 130%;
}

.h1.inline {
  font-weight: 600;
  display: inline;
}

.h1.inline.thin {
  font-weight: 400;
}

.h1.white {
  color: var(--white);
  font-weight: 400;
}

.h1.fs-78 {
  font-size: 3rem;
}

.h1.fs-28-mobile {
  font-size: 2.75rem;
}

.section-neu {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12rem;
  display: block;
  position: relative;
}

.section-neu.strng {
  height: 100vh;
  background-color: #fbeadb;
}

.section-neu.strng._2 {
  height: auto;
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.section-neu.full {
  height: 10vh;
}

.section-neu.black {
  background-color: var(--black);
  color: var(--white);
}

.section-neu.default {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.section-neu.default.first {
  padding-top: 15rem;
}

.section-neu.default.black.black-onscroll {
  background-color: rgba(0, 0, 0, 0);
}

.section-neu.default.kind-bg {
  background-color: #f1f5f9;
  margin-bottom: 0;
}

.section-neu.default._3 {
  margin-top: -12rem;
}

.section-neu.full-height._300 {
  height: 300vh;
}

.section-neu.full-height._700 {
  height: 700vh;
}

.section-neu._2 {
  z-index: 99;
  margin-bottom: 0;
  position: absolute;
}

.section-neu.coboworx {
  height: 100vh;
  background-color: #222c40;
  justify-content: center;
  margin-bottom: 0;
  padding-top: 12rem;
  padding-bottom: 12rem;
  display: flex;
}

.section-neu._0 {
  margin-bottom: 0;
}

.modules-text-brief {
  grid-column-gap: 6rem;
  grid-row-gap: 6px;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 6rem;
  display: flex;
}

.modules-text-brief.no-padding {
  margin-bottom: 0;
}

.frame-7106 {
  max-width: 200px;
  min-width: 200px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.copy-m {
  color: var(--black);
  letter-spacing: .05rem;
  font-family: Roobert, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 160%;
}

.copy-m.bold {
  font-weight: 600;
}

.frame-878580 {
  width: 100%;
  grid-column-gap: 2rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.copy-l {
  color: var(--black);
  letter-spacing: .04rem;
  text-transform: undefined;
  margin-bottom: 2rem;
  font-family: Roobert, sans-serif;
  font-size: 1.45rem;
  font-weight: 400;
  line-height: 154%;
}

.copy-l.bold {
  font-weight: 600;
}

.copy-l.white {
  color: var(--white);
}

.copy-l.white._60 {
  max-width: 60%;
}

.copy-l.p-24 {
  z-index: auto;
}

.modules-text-h3-headlinecontent {
  width: 100%;
  max-width: 940px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.h2 {
  color: var(--black);
  letter-spacing: .04rem;
  margin-bottom: 2.5rem;
  font-family: Roobert, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 140%;
}

.h2.white {
  color: var(--white);
  text-transform: none;
  font-weight: 400;
}

.h2.white.fw-600 {
  font-weight: 600;
}

.h2.regular {
  font-weight: 400;
}

.h2.h2-lp {
  font-weight: 600;
  line-height: 130%;
}

.h2.h2-lp.white, .h2.mb-0 {
  margin-bottom: 0;
}

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

.frame-878581.p-24 {
  margin-bottom: 6rem;
}

.screenshot {
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

.screenshot._2 {
  max-width: 1920px;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30%;
}

.screenshot._3 {
  padding-bottom: 111%;
}

.section-screenshot {
  margin-bottom: 12rem;
}

.section-screenshot.spacing {
  margin-bottom: 0;
  padding: 0 100px 100px;
}

.section-screenshot._2 {
  background-color: #f1f5f9;
}

.section-screenshot.no-padding {
  margin-bottom: 0;
}

.section-screenshot._3 {
  width: 50%;
}

.section-screenshot._3.a {
  margin-top: 12rem;
}

.screenshot-image {
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.screenshot-image.bg {
  background-color: #ebf2ff;
}

.screenshot-image.logo {
  width: 200px;
  height: auto;
  object-fit: fill;
  margin: auto;
}

.screenshot-image._2 {
  width: auto;
  height: 120%;
  margin-left: auto;
  margin-right: -10%;
  top: -10%;
  bottom: -10%;
  overflow: visible;
}

.icon-text {
  grid-column-gap: 2rem;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  display: flex;
}

.copy-bold {
  color: var(--black);
  font-size: 1.625rem;
  line-height: 160%;
}

.copy-bold.p-12 {
  margin-bottom: 3rem;
}

.block._2 {
  max-width: 60%;
}

.p-24 {
  margin-bottom: 6rem;
  position: relative;
}

.h3 {
  letter-spacing: .025rem;
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 140%;
}

.h3.regular {
  letter-spacing: .06rem;
  font-weight: 400;
}

.h3.no-padding {
  z-index: 99;
  margin-bottom: 0;
  position: relative;
}

.h3.no-padding.white {
  z-index: 99;
  position: relative;
}

.h3.regular {
  letter-spacing: .06rem;
  font-weight: 400;
}

.h3._60 {
  width: 60%;
}

.h3.m-0 {
  margin-bottom: 0;
}

.h3.m-0.two-line-height {
  height: 89.5938px;
}

.h3.m-0._2 {
  max-width: 190px;
}

.p-1-5 {
  margin-bottom: .375rem;
}

.p-3 {
  margin-bottom: .75rem;
}

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

.p-5 {
  margin-bottom: 1.25rem;
}

.p-6 {
  margin-bottom: 1.5rem;
}

.p-10 {
  margin-bottom: 2.5rem;
}

.p-14 {
  margin-bottom: 3.5rem;
}

.p-36 {
  margin-bottom: 9rem;
}

.p-50 {
  margin-bottom: 12rem;
}

.p-12 {
  margin-bottom: 3rem;
}

.h4 {
  color: var(--dark-grey);
  letter-spacing: .05rem;
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
  line-height: 140%;
}

.h4.bold {
  font-weight: 600;
}

.copy-s {
  letter-spacing: .05rem;
  font-size: 1rem;
  line-height: 144%;
}

.copy-s.no-padding {
  margin-bottom: 0;
}

.copy-s.grey {
  color: var(--dim-grey);
  font-weight: 400;
}

.copy-s.bold {
  font-weight: 600;
}

.copy-s._2 {
  margin-bottom: 0;
  margin-right: 0;
  font-weight: 600;
}

.copy-s._2._3 {
  max-width: 330px;
  color: var(--white);
  text-align: center;
  background-color: #1ca865;
  border-radius: 100px;
  padding: 1.2rem 2rem 1.3rem;
}

.copy-s.strng-red {
  color: #ed8e73;
  margin-bottom: 1rem;
}

.line {
  width: 100%;
  height: 2px;
  background-color: var(--black);
  margin-bottom: 1rem;
  display: inline-block;
}

.big-number {
  color: var(--white);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(40deg, #fd896e, #fda09c 15%, #fd91ce);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 6vw;
  line-height: 100%;
}

.big-number.p-12 {
  font-weight: 600;
}

.div-block-53 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.image-14 {
  width: 40vw;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.arrow {
  height: 20px;
}

.sticky-wrapper2 {
  width: 100%;
  height: 600vh;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.wrapper {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.sticky-trigger2 {
  z-index: 1;
  height: 10px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.sticky-trigger2._2 {
  top: 175vh;
}

.sticky-trigger2._4 {
  top: 375vh;
}

.sticky-trigger2._3 {
  top: 275vh;
}

.sticky-trigger2._5 {
  top: 350vh;
}

.sticky-trigger2.n1 {
  top: 101vh;
}

.sticky-trigger2._5 {
  top: 475vh;
}

.div-block-56 {
  transition: all .2s;
  display: flex;
}

.image-15 {
  max-width: 800px;
}

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

.nav-sand-bg {
  z-index: -1;
  width: 100%;
  background-color: var(--sand-light);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-white-bg {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: var(--white);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-16 {
  width: 50%;
}

.content {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-58 {
  max-width: 380px;
}

.div-block-59 {
  width: 34%;
  align-self: flex-start;
}

.intro {
  border-bottom: 2px solid var(--dark-grey);
  margin-bottom: 5rem;
  padding-bottom: 2rem;
}

.div-block-60 {
  grid-column-gap: 1rem;
  align-items: center;
  display: flex;
}

.anchor-tag-link {
  border-left: 2px solid var(--sand-dark-2);
  border-bottom-style: none;
  margin-left: -2px;
  padding: 1rem 2rem 1rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
  display: block;
}

.anchor-tag-link:hover {
  border-bottom-style: none;
  border-left-color: var(--black);
  background-color: var(--sand-dark);
  color: var(--black);
  letter-spacing: .05rem;
  text-decoration: none;
}

.anchor-tag-link.w--current {
  background-color: var(--sand-dark);
}

.paragraph-2 {
  border-bottom: 2px solid var(--sand-dark-2);
  background-color: var(--white);
  letter-spacing: .03rem;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  font-size: .9rem;
  font-weight: 600;
}

.image-17 {
  max-width: 500px;
  object-fit: cover;
  flex: 0 auto;
  margin-left: auto;
}

.video-image {
  width: 100%;
  border-bottom-style: none;
  border-radius: 4px;
  position: relative;
}

.video-image:hover {
  border-bottom-style: none;
}

.overlay {
  background-color: rgba(26, 26, 26, .4);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-18 {
  z-index: 1;
  width: 50px;
  margin: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-63 {
  width: 100%;
  display: flex;
}

.image-19 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.inlined-link-footer {
  margin-bottom: .5rem;
  margin-right: .4rem;
  font-size: 1rem;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.inlined-link-footer:hover {
  letter-spacing: .04rem;
}

.div-block-64 {
  width: 100%;
  background-color: var(--white);
  display: flex;
}

.div-block-64.p-12 {
  border-radius: 4px;
}

.image-20 {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.hs-button.primary.large {
  width: auto;
  background-color: var(--red);
  color: var(--white);
  letter-spacing: .04rem;
  cursor: pointer;
  border: 1px #000;
  border-radius: 4px;
  padding: 1rem 2.5rem 1.1rem;
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .4s;
  display: inline-block;
}

.hs-button.primary.large:hover {
  background-color: var(--red-dark);
}

.nav {
  z-index: 2147483647;
  width: 100%;
  height: 90px;
  background-color: var(--white);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.menu {
  z-index: 99999;
  cursor: pointer;
  display: none;
}

.overlay-2 {
  z-index: 88888;
  width: 100vw;
  height: 100vh;
  max-width: 1110px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-bg {
  z-index: 8888;
  background-color: #3a3a3d;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-nav {
  width: 100%;
  display: flex;
}

.navlink {
  color: var(--black);
  border-bottom-style: none;
  font-size: 1.125rem;
  font-weight: 400;
  text-decoration: none;
  transition: letter-spacing .4s, color .1s ease-in, background-color .2s;
}

.navlink:hover {
  color: var(--black);
  letter-spacing: .2rem;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  text-decoration: none;
}

.nav-link-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  display: flex;
}

.nav-link-wrapper.lp-buttons {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
}

.brand-link {
  border-bottom-style: none;
  margin-top: -2px;
  text-decoration: none;
  transition-property: none;
  display: block;
}

.brand-link:hover {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
}

.navbar-2.z-index-10 {
  z-index: 10;
  display: block;
}

.dayone-red {
  color: var(--red);
}

.anchor-tag-link {
  font-size: .9rem;
}

.no-link {
  border-bottom-style: none;
  margin-bottom: 1rem;
  text-decoration: none;
}

.no-link:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-style: none;
}

.height-lock-scroll {
  z-index: 20;
  margin-top: -100vh;
  position: relative;
}

.horizontoal-scroll-module {
  position: relative;
}

.line-2 {
  background-color: rgba(15, 36, 62, .24);
}

.line-2.is_-vertical {
  width: .2rem;
  height: 100%;
  background-color: rgba(161, 140, 103, .3);
}

.sticky-extension-lock-sroll {
  height: 100vh;
}

.arrow-wrapper-timeline {
  width: 100%;
  height: 6rem;
  position: relative;
}

.item-wrapper-timeline {
  width: 60vh;
  transform-origin: 0%;
  margin-right: 15vh;
  display: inline-block;
}

.sticky-lock-scroll {
  z-index: 1;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.vertical-curved-arrow {
  color: var(--black);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.wrapper-container {
  width: 100%;
  overflow: hidden;
}

.timeline {
  width: 240vh;
  white-space: nowrap;
  padding-top: 4rem;
  padding-bottom: 0;
  padding-left: 37rem;
  position: relative;
}

.line-progress {
  height: .25rem;
  background-color: #0f243e;
  transform: translate(-25%);
}

.line-progress.is-timeline._2 {
  background-color: var(--white);
}

.height-item-lock-scroll {
  height: 100vh;
}

.progress {
  width: 100%;
  position: relative;
  top: -.25rem;
}

.progress-timeline {
  width: 100%;
  position: absolute;
  top: 100%;
}

.curved-arrow {
  width: 100%;
  height: 100%;
  position: absolute;
}

.arrow-timeline {
  width: 6rem;
  height: 100vw;
  transform-origin: 0 100%;
  position: absolute;
  bottom: 100%;
  transform: rotate(90deg);
}

.wrapper-curved-arrow {
  width: 100%;
  height: 100%;
}

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

.vs-2xl {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.item-timeline {
  width: 100%;
  white-space: normal;
  padding-top: 4rem;
  padding-bottom: 0;
  display: inline-block;
}

.item-timeline._2 {
  width: 70vh;
}

.line-mask-progress {
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
}

.block-quote {
  border-left-color: var(--sand-dark-2);
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 130%;
}

.div-block-68 {
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.newsletter-small {
  border: 2px solid var(--black);
  padding: 50px;
  display: flex;
  position: relative;
}

.newsletter-small.p-24 {
  align-items: flex-end;
}

.image-21 {
  width: auto;
  height: 170px;
  margin-left: auto;
}

.div-block-69 {
  margin-right: 50px;
}

.div-block-70 {
  width: 40%;
  height: 100%;
  align-items: center;
  display: flex;
}

.image-22 {
  margin-top: -4rem;
}

.text-block-2 {
  letter-spacing: .04rem;
  margin-bottom: 4rem;
  font-size: 2.5rem;
  line-height: 160%;
}

.block-quote {
  width: 100%;
  border-left: 5px solid var(--black);
  padding-left: 2rem;
  font-weight: 400;
}

.block-quote-2 {
  line-height: 160%;
}

.div-block-71 {
  z-index: 1;
  background-color: var(--white);
  border-radius: 15px;
  padding: 40px;
  position: relative;
}

.div-block-73 {
  z-index: 0;
  width: 100%;
  height: 14vh;
  background-color: #f1f5f9;
  border-radius: 15px;
  margin-bottom: -20px;
  position: relative;
}

.image-23 {
  height: 25vh;
  object-fit: contain;
  object-position: 50% 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.kind-card {
  width: 60vh;
}

.flex2 {
  grid-column-gap: 4rem;
  grid-row-gap: 0rem;
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: flex-start;
  display: grid;
}

.div-block-75 {
  position: absolute;
  top: 6rem;
}

.div-block-75._2 {
  top: 10rem;
}

.div-block-76 {
  width: 30%;
  margin: -10% 10% 6rem auto;
  position: relative;
  bottom: 0%;
  left: auto;
  right: 0;
}

.div-block-77 {
  background-color: #f6fafc;
  padding: 4rem;
}

.div-block-78 {
  width: 50%;
  text-align: center;
  align-self: stretch;
}

.div-block-79 {
  grid-column-gap: 4rem;
  justify-content: center;
  display: flex;
}

.div-block-80 {
  padding-top: 1rem;
}

.image-onscroll {
  width: 55vh;
  margin-bottom: 3rem;
}

.newsletter-small-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  object-fit: fill;
  border: 2px solid #1a1a1a;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding: 50px;
  display: grid;
  position: relative;
}

.newsletter-small-2.p-24 {
  grid-row-gap: 0rem;
}

.div-block-81 {
  object-fit: fill;
}

.button-2 {
  letter-spacing: .04rem;
  background-color: #1a1a1a;
  border-radius: 4px;
  padding: 1rem 2.5rem 1.1rem;
  font-size: 1.125rem;
  transition: background-color .4s;
}

.button-2:hover {
  letter-spacing: .04rem;
  background-color: #333;
  border: 1px #000;
}

.button-2.primary {
  background-color: #ff544c;
}

.button-2.primary:hover {
  background-color: #cc443d;
}

.div-block-82 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  overflow: hidden;
}

.image-28 {
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.section-7 {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.letter-box {
  overflow: visible;
}

.letter-box.glossar-navi {
  width: 4.8rem;
  height: 4.8rem;
  text-align: left;
  background-color: #ede7dd;
  border-bottom: 1px #000;
  border-radius: 4px;
  flex-flow: wrap;
  flex: none;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding-bottom: .2rem;
  font-size: 1.2rem;
  line-height: 100%;
  display: flex;
}

.letter-box.glossar-navi:hover {
  color: #fff;
  background-color: #1a1a1a;
  border-bottom-width: 0;
}

.letter-box.glossar-navi.w--current {
  background-color: var(--black);
  color: var(--sand-light);
}

.letter-box.glossar-navi.disabled {
  color: rgba(26, 26, 26, .24);
  cursor: not-allowed;
}

.letter-box.glossar-navi.disabled:hover {
  background-color: var(--sand-dark);
}

.letter-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--sand-light);
  border-radius: 2px;
  flex-flow: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -100px;
  padding-top: 100px;
  display: flex;
}

.letter-wrapper.p-36 {
  z-index: 9999;
  flex-wrap: nowrap;
  padding-bottom: 15px;
  padding-left: 100px;
  padding-right: 100px;
  overflow: auto;
}

.letter {
  width: 20%;
  display: flex;
}

.glossar-wrapper {
  width: 100%;
  font-style: normal;
  display: flex;
}

.item-glossar {
  width: 80%;
  border-bottom-style: none;
}

.item-glossar:hover {
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  border-bottom-style: none;
}

.div-block-86 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.p-64 {
  margin-bottom: 16rem;
}

.letter-letter {
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--black);
  margin-top: -1.4rem;
  margin-left: -.4rem;
  font-size: 10rem;
  font-weight: 600;
  line-height: 100%;
}

.wrapper-2 {
  height: 100%;
  position: relative;
}

.letter-indicator {
  position: relative;
}

.letter-section {
  z-index: 9999;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.letter-indicator-wrapper {
  z-index: 1;
  position: relative;
}

.letter-indicator-scroll {
  z-index: 0;
  width: 100%;
  height: 100%;
  margin-top: -300px;
  position: absolute;
}

.block2 {
  width: 40vw;
  height: auto;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.wrapper-center {
  height: 100vh;
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.sticky-wrapper-neu {
  width: 100%;
  height: 400vh;
  position: relative;
}

.block1 {
  width: 20vh;
  height: 20vh;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  border: 2px #000;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon2 {
  width: 50%;
  max-width: 100px;
}

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

.text-1._3 {
  max-width: 60%;
  font-size: 2rem;
  font-weight: 600;
  line-height: 150%;
  position: absolute;
}

.lottie-animation {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.block2--wrapper {
  width: 50vh;
  height: 50vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

.text-2._3 {
  max-width: 60%;
  font-size: 2rem;
  font-weight: 600;
  line-height: 150%;
  position: absolute;
}

.image-29 {
  width: 250vw;
  height: 60vh;
  object-fit: contain;
  object-position: 0% 50%;
}

.heading-wrapper {
  position: relative;
}

.horizontal-scroll-section {
  height: 400vh;
  position: relative;
}

.horizontal-scroll-section._2 {
  height: 700vh;
}

.horizontal-scroll-wrapper {
  width: 100%;
  height: 100vh;
  flex-direction: row;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.horizontal-scroll-content {
  width: 300vw;
  height: 100vh;
  display: flex;
}

.horizontal-scroll-content._2 {
  width: 100%;
}

.horizontal-scroll-content._500 {
  width: 400vw;
}

.section-scroll {
  width: 100%;
  height: 100vh;
}

.progress-bar {
  z-index: 2;
  width: 1%;
  height: .2rem;
  background-color: #242424;
  display: block;
  position: absolute;
  top: auto;
  bottom: 3%;
  left: 100px;
  right: 0%;
}

.progress-bar._2, .progress-bar.white-bg {
  background-color: var(--white);
}

.progress-bar-bg {
  z-index: 2;
  width: 100%;
  height: .2rem;
  background-color: rgba(161, 140, 103, .3);
  display: block;
  position: absolute;
  top: auto;
  bottom: 3%;
  left: 100px;
  right: 0%;
}

.progress-bar-bg.strng {
  background-color: rgba(253, 141, 178, .4);
}

.progress-bar-bg.color-b6a486 {
  background-color: var(--sand-dark-2);
}

.panecontents {
  width: 100%;
  height: 100%;
  background-image: url('../images/FINA-BAR-WOOD-FRAME-04.jpg');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 0;
  box-shadow: 0 20px 80px rgba(0, 0, 0, .08);
}

.panecontents._4 {
  background-image: url('../images/Group-877673.png');
}

.panecontents._3 {
  background-image: url('../images/Technology-Platforms.png');
}

.panecontents._2 {
  background-image: url('../images/Group-877681.png');
  background-position: 50%;
  background-size: cover;
}

.panecontents._1 {
  background-image: url('../images/Frame-2608970.png');
}

.menuorigin {
  width: 80vw;
  height: 70%;
  perspective: 3000px;
  transform-style: preserve-3d;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 20vw;
  display: flex;
  position: relative;
  transform: rotateX(50deg)rotateY(0)rotateZ(30deg);
}

.pane {
  width: 480px;
  height: 590px;
  background-image: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: skew(-10deg, 10deg);
}

.pane._4 {
  top: 45%;
  left: 30%;
}

.pane._2 {
  top: 15%;
  bottom: auto;
  left: 10%;
  right: auto;
}

.pane._3 {
  top: 30%;
  left: 20%;
}

.image-30 {
  width: 160px;
}

.image-31 {
  width: auto;
  height: 50vh;
  position: absolute;
  top: auto;
  bottom: -29%;
  left: auto;
  right: 100px;
}

.strng-bg {
  z-index: 0;
  opacity: 0;
  background-image: linear-gradient(135deg, #fdb7a2 11%, #fc8cb1);
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.orange-bubble {
  z-index: 0;
  width: 30vw;
  height: 30vw;
  filter: blur(90px);
  border-radius: 100%;
  margin: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

._60vw {
  max-width: 60vw;
}

.stickywrapper {
  width: 100%;
  height: 100vh;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.div-block-99 {
  width: 50vh;
  height: auto;
  justify-content: center;
  align-items: center;
  position: relative;
}

.image-33 {
  width: 5%;
  margin: auto;
  position: absolute;
  top: 0%;
  bottom: 20%;
  left: 0%;
  right: 0%;
}

.image-33._2 {
  width: 17%;
  opacity: 0;
  bottom: 23%;
}

.image-34 {
  width: 50%;
  position: absolute;
  top: -30%;
  bottom: auto;
  left: -30%;
  right: auto;
}

.div-block-100 {
  margin-top: 100vh;
}

.loop-block {
  z-index: 1;
  padding: 2rem 10vw 4rem 2rem;
  position: relative;
}

.image-35 {
  z-index: 0;
  width: 90%;
  height: auto;
  object-fit: cover;
  margin: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.strng1 {
  z-index: 2;
  width: 60%;
  height: 100%;
  opacity: 1;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-102 {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-103 {
  width: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-103._1 {
  padding-left: 8rem;
}

.div-block-103._2 {
  padding-right: 8rem;
}

.strng2 {
  z-index: 2;
  width: 100%;
  height: 100%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.strng3 {
  z-index: 2;
  width: 60%;
  height: 100%;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.stickywrapper1 {
  width: 100%;
  height: 100vh;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.whitebg {
  z-index: -1;
  width: 100%;
  height: 100%;
  filter: blur(1rem);
  background-color: rgba(255, 255, 255, .8);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-37 {
  height: 100%;
  object-fit: cover;
}

.div-block-105 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: grid;
  position: relative;
}

.div-block-105._2 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-38 {
  width: 50%;
}

.flex22 {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.image-39 {
  width: 40%;
}

.image-38-copy, .image-38-copy2 {
  width: 50%;
  margin-left: auto;
}

._20 {
  padding-right: 1rem;
}

.image-40 {
  width: 40%;
}

.bold {
  font-weight: 600;
}

.div-block-107 {
  background-color: #003972;
  margin-top: -12rem;
  padding: 5rem 5rem 6rem;
}

.div-block-108 {
  width: 20%;
  max-width: 200px;
}

.block-quote-3 {
  width: 80%;
}

.div-block-109 {
  width: 50%;
  background-color: #222c40;
  padding: 99px;
}

.mobile {
  display: none;
}

.h3-regular {
  font-weight: 400;
}

.fs-26 {
  letter-spacing: .05rem;
  margin-bottom: 0;
}

.fs-26.mb-48 {
  margin-bottom: 3rem;
}

.fs-26.mb-48.fw-600 {
  margin-bottom: 1rem;
}

.fw-600 {
  font-weight: 600;
}

.hero__title {
  max-width: 45rem;
  text-align: center;
  margin-top: 4.625rem;
  margin-bottom: 6.25rem;
  position: relative;
}

.hero__descr {
  transform: translate(0);
}

.hero__descr._2 {
  margin-top: 10vh;
}

.text__link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border-bottom-style: none;
  align-items: center;
  display: flex;
}

.text__link:hover {
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  border-bottom-style: none;
}

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

.text__link.disable-scroll {
  z-index: 5;
  position: relative;
}

.text__link.hide {
  display: flex;
}

.arrow-down {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--red);
}

.arrow-down.hidden {
  position: absolute;
  bottom: 100%;
}

.arrow-down.black-color {
  color: var(--black);
}

.arrow-down.white {
  color: var(--white);
}

.hero__overflow-arrow {
  margin-top: .3rem;
  position: relative;
  overflow: hidden;
}

.hero__overflow-arrow.rotate-135 {
  margin-top: 0;
  transform: rotate(-135deg);
}

.bg-top {
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
}

.bg-top.sand.h-90 {
  height: 90%;
}

.bg-bottom {
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.bg-bottom.black.h-313 {
  height: 480px;
  margin-bottom: -2px;
}

.mock-up__content {
  width: 100%;
  max-width: 1688px;
  grid-column-gap: 70px;
  justify-content: space-between;
  align-items: center;
  margin-right: auto;
  padding-top: 127px;
  padding-bottom: 88px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.mock-up__left {
  width: 100%;
  max-width: 715px;
  grid-row-gap: 64px;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.mock-up__right {
  width: 100%;
  max-width: 400px;
  min-height: 300px;
  object-fit: cover;
  background-image: url('../images/Group-877787.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.mock-up__right.pop-up__mock-up {
  z-index: 2;
  min-height: 19rem;
  background-image: url('../images/Design-innovation.webp');
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.img.courses__img {
  height: 248px;
  object-fit: contain;
  object-position: 50% 100%;
}

.mock-up__bg {
  width: 120%;
  height: 100%;
  background-color: #ede7dd;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -20%;
  right: 0%;
}

.mock-up__text--big {
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 2.5rem;
  font-weight: 600;
  position: absolute;
  bottom: 29%;
  left: 10%;
  transform: rotate(-45deg);
}

.mock-up__text--big.pop-up__text {
  font-size: 4.1rem;
  left: 4%;
}

.mock-up__text--big.pop-up__text.text-red {
  white-space: nowrap;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 3rem;
  display: inline-block;
  position: relative;
  top: auto;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%);
}

.mock-up__text--big.text-red {
  color: var(--new-red);
  font-size: 3.9rem;
  left: 50%;
  transform: translate(-50%);
}

.mb-144 {
  margin-bottom: 144px;
}

.mb-144.mt-75 {
  margin-top: 4.6875rem;
}

.mb-144.mt-75.px-0 {
  margin-top: 75px;
  padding-left: 0;
  padding-right: 0;
}

.inovation__item {
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  display: grid;
}

.inovation__item.flex {
  flex-direction: column;
  display: flex;
}

.inovation__icon {
  height: 100%;
  max-height: 2.5rem;
  max-width: 2.5rem;
}

.fs-18 {
  margin-bottom: 0;
  font-size: 1.25rem;
}

.fs-18.fw-600.inlined-link-footer {
  display: inline;
}

.fs-18._2 {
  font-size: 1rem;
}

.inovation__top-content {
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

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

.design__content {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 50%;
  overflow: hidden;
  transform: translate(0, -50%);
}

.design__img {
  height: 100%;
  object-fit: cover;
  position: relative;
}

.design__img._1 {
  z-index: 2;
  width: 22%;
  max-height: 38.25rem;
  max-width: 397rem;
  position: relative;
}

.design__img._2 {
  width: 19%;
  max-height: 428px;
  max-width: 313px;
  margin-left: -16px;
}

.design__img._3 {
  width: 22%;
  max-height: 313px;
  max-width: 470px;
}

.design__img._4 {
  width: 25%;
  max-height: 562px;
  max-width: 460px;
}

.design__img._5 {
  width: 14%;
  max-height: 470px;
  max-width: 350px;
}

.design__title {
  z-index: 3;
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.fs-80 {
  margin-bottom: 0;
  font-size: 5rem;
  line-height: 120%;
}

.fs-80.fw-600.color-sand-dark {
  color: var(--sand-dark-2);
  margin-right: 0;
}

.courses__top {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  margin-top: 3rem;
  margin-bottom: 160px;
  display: flex;
}

.courses__bottom {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 296px;
  padding-left: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 55%;
  overflow: hidden;
  transform: translate(0, -50%);
}

.courses__item {
  width: 100%;
  max-width: 300px;
  grid-row-gap: 100px;
  color: #fff;
  flex-direction: column;
  display: flex;
}

.courses__wrapper {
  grid-row-gap: 10rem;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.courses__progres-wrapper {
  width: 85%;
  height: .375rem;
  padding-left: 0;
  display: none;
  position: absolute;
  bottom: .4rem;
}

.courses__progres-bar {
  height: 100%;
  background-color: var(--sand-dark-2);
  position: relative;
}

.courses__progres {
  width: 16rem;
  background-color: var(--white);
  position: absolute;
  top: 0;
  bottom: 0;
}

.cards__content {
  position: relative;
}

.cards__list {
  grid-column-gap: 30px;
  display: flex;
}

.card__item {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  background-color: var(--white);
  border-bottom-style: none;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  display: flex;
}

.card__item:hover {
  border-bottom-style: none;
}

.card__top {
  max-height: 212.852px;
  min-height: 160px;
  background-color: var(--sand-dark);
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 32px;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card__img {
  height: 100%;
  max-height: 280px;
  max-width: 10vw;
  object-fit: cover;
}

.card__img.second {
  max-height: 280px;
  max-width: 12vw;
}

.card__img.third {
  max-height: 280px;
  max-width: 11vw;
}

.card__icon {
  max-width: 10vw;
  position: absolute;
  top: 3.125rem;
  left: 1rem;
}

.card__icon.first {
  top: 50px;
  left: 16px;
}

.card__icon.second {
  top: 24px;
  left: 16px;
}

.card__icon.third {
  max-width: 12vw;
  top: 16px;
  left: 16px;
}

.card__bottom {
  height: 100%;
  grid-row-gap: 16px;
  background-color: var(--white);
  color: var(--black);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.fs-28 {
  letter-spacing: .05rem;
  margin-bottom: 0;
  font-size: 1.5rem;
}

.card__button {
  flex: 1;
  align-items: flex-end;
  display: flex;
}

.default-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 5rem;
  position: relative;
}

.slider-wrapper {
  min-height: 528px;
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 32px;
  padding-bottom: 64px;
  padding-right: 0;
  display: flex;
}

.mb-80 {
  margin-bottom: 5rem;
}

.slide {
  width: 100%;
  height: auto;
  position: relative;
}

.slider-image-background {
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-shadow-background {
  mix-blend-mode: multiply;
  background-image: linear-gradient(269deg, rgba(0, 0, 0, 0), rgba(23, 23, 23, .75) 52%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.vectors-wrapper {
  width: 156.64px;
  height: .0000136939px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mask-2 {
  height: auto;
}

.slider-navigation {
  grid-column-gap: .3125rem;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  bottom: -4rem;
  left: 30%;
  right: 0;
  transform: translate(0, 100%);
}

.slider-navigation.static {
  position: static;
  transform: none;
}

.left-arrow {
  width: 100%;
  height: 100%;
  max-height: 1.3rem;
  max-width: 6.6rem;
  border-bottom-style: none;
  align-items: stretch;
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  bottom: -4.75rem;
}

.left-arrow:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-style: none;
}

.left-arrow.static {
  max-height: 20.8px;
  max-width: 105.6px;
  position: static;
}

.slider-arrow {
  height: 100%;
  object-fit: fill;
}

.right-arrow {
  width: 100%;
  height: 100%;
  max-height: 1.3rem;
  max-width: 6.6rem;
  border-bottom-style: none;
  align-items: stretch;
  margin-top: auto;
  margin-bottom: 0;
  margin-left: 0;
  text-decoration: none;
  display: flex;
  position: absolute;
  bottom: -4.75rem;
  left: 10rem;
}

.right-arrow:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-style: none;
}

.right-arrow.static {
  max-height: 20.8px;
  max-width: 105.6px;
  position: static;
}

.slider-top {
  grid-row-gap: 2rem;
  flex-direction: column;
  margin-bottom: 3.75rem;
  display: flex;
}

.mb-0 {
  margin-bottom: 0;
}

.dlass__content {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  justify-content: space-between;
  margin-bottom: 4rem;
  display: flex;
}

.dlass__left {
  width: 100%;
  flex-direction: column;
  display: flex;
}

.fs-200 {
  margin-bottom: 0;
  font-size: 12.5rem;
}

.fs-200.top-40 {
  margin-top: -40px;
  margin-left: -12px;
  position: relative;
}

.fs-107 {
  font-size: 6.6875rem;
}

.superscript {
  font-size: 4rem;
  top: -85.125px;
}

.dlass__right {
  width: 100%;
  max-width: 450px;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.mb-24 {
  margin-bottom: 1.5rem;
}

.cta__buttons {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cta__content.columns-4.mw-1920 {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding-right: 0;
}

.cta__content.columns-4.mw-1920._2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: flex-end;
  margin-top: 6rem;
}

.cta__left, .cta__right {
  width: 50%;
}

.pop-up {
  z-index: 100;
  background-color: var(--sand-light);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pop-up.whitepaper, .pop-up.value-props, .pop-up.sprint-workshop, .pop-up.kontakt {
  display: none;
}

.pop-up.active {
  opacity: 1;
  display: block;
}

.pop-up__wrapper {
  height: 100%;
  display: flex;
}

.pop-up__wrapper.overflow-auto {
  overflow: auto;
}

.pop-up__left {
  width: 50%;
  position: relative;
}

.pop-up__right {
  width: 100%;
  background-color: #fff;
  padding: 3.125rem 6.25rem;
  overflow: auto;
}

.pop-up__bg {
  height: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pop-up__bg._2 {
  max-height: 19.25rem;
  max-width: 20.625rem;
  top: auto;
  right: auto;
}

.mw-645 {
  max-width: 40.3125rem;
}

.mw-645.mb-40 {
  margin-bottom: 2.5rem;
}

.mw-95 {
  max-width: 95%;
  margin-top: 6rem;
}

.close-btn {
  border-bottom-style: none;
  display: none;
  position: absolute;
  top: 3.75rem;
  right: 3rem;
}

.close-btn:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-style: none;
}

.pop-up__universal {
  width: 100%;
}

.pop-up__navbar {
  height: 90px;
  justify-content: space-between;
  align-items: center;
  padding-top: 2.375rem;
  padding-bottom: 2.375rem;
  display: flex;
}

.pop-up__navbar._2 {
  z-index: 999;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.arrow-left {
  height: 100%;
  max-height: 1.5rem;
  max-width: 1.5rem;
  transform: rotate(180deg);
}

.pop-up__content {
  padding-top: 10.25rem;
  padding-bottom: 10.25rem;
  position: relative;
}

.pop-up__content.kontakt {
  margin-top: 3.25rem;
  padding-top: 0;
}

.pop-up__title {
  width: 70%;
  max-width: 65.4rem;
  margin-bottom: 6rem;
  margin-left: 2rem;
}

.pop-up__subtitle {
  margin-bottom: 2rem;
  margin-left: 2rem;
}

.pop-up__binoculars {
  width: 100%;
  max-width: 19vw;
  position: absolute;
  top: 19.5rem;
  right: 0;
}

.img-full {
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}

.small-star {
  width: 1.5625rem;
  position: absolute;
  top: 0;
}

.small-star._1 {
  width: 2rem;
  left: 40%;
}

.small-star._1.kontakt {
  top: -48px;
}

.small-star._2 {
  top: 8rem;
  left: 65%;
}

.small-star._3 {
  top: 27rem;
  left: -1rem;
}

.pop-up__text {
  margin-bottom: 4.3125rem;
  margin-left: 2rem;
}

.pop-up__text.mw-1150 {
  max-width: 40rem;
}

.start {
  width: 6.25rem;
  position: absolute;
}

.start._1 {
  top: 1.5rem;
}

.start._1.kontakt {
  left: -94px;
}

.start._2 {
  top: 4rem;
  right: 0;
}

.script-form {
  width: 100%;
}

.script-form.mw-700 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.form__wrapper {
  width: 60%;
  grid-column-gap: 6.94444vw;
  background-color: #fff;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding: 3.875rem 4vw;
  display: flex;
}

.form__wrapper._2 {
  width: 100%;
}

.form__info.mb-96 {
  margin-bottom: 3rem;
}

.form__info.mb-42 {
  margin-bottom: 2.625rem;
}

.mb-56 {
  margin-bottom: 3.5rem;
}

.info__list {
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.info__item {
  grid-column-gap: .9rem;
  display: flex;
}

.info__icon {
  width: 100%;
  max-width: 1.5rem;
}

.form__text-list {
  grid-row-gap: 1rem;
  flex-direction: column;
  padding-left: 1.5rem;
  display: flex;
}

.form__text-item {
  margin-bottom: 0;
  padding-left: .5rem;
  font-size: .7rem;
}

.pop-up__graph {
  z-index: 5;
  max-width: 32vw;
  position: absolute;
  top: 9.7rem;
  right: -6rem;
}

.pop-up__graph._2 {
  max-width: 40vw;
  top: 1.8rem;
  right: -79px;
}

.hero-vector {
  position: absolute;
}

.hero-vector._1 {
  max-width: 280px;
  top: 61%;
  left: 20%;
}

.hero-vector._2 {
  max-width: 480px;
  top: 55%;
  left: 26%;
}

.hero-vector._3 {
  max-width: 192px;
  top: -94.4px;
  left: 84.8px;
}

.hero-vector._4 {
  max-width: 512px;
  top: 52.8px;
  left: 184px;
}

.rainbow-family-text {
  color: var(--red);
  text-align: left;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Over the Rainbow, sans-serif;
  font-size: 2rem;
  position: absolute;
}

.rainbow-family-text._1 {
  top: -123.2px;
  left: -144px;
}

.rainbow-family-text._2 {
  bottom: -91.2px;
  left: -94.4px;
}

.rainbow-family-text._3 {
  bottom: -12.8px;
  right: -110.4px;
}

.design__middle-text {
  color: var(--white);
  margin-bottom: 0;
  font-family: Rooberthead, sans-serif;
  font-size: 3.3rem;
  font-weight: 400;
}

.font-family-robert {
  text-transform: uppercase;
  font-family: Rooberthead, sans-serif;
  font-weight: 700;
}

.sedign__shadow {
  opacity: 0;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.courses {
  padding-top: 4.0625rem;
  padding-bottom: 6.25rem;
}

.courses.black {
  margin-bottom: -13.2rem;
  padding-bottom: 0;
}

.udesly-code-snippet {
  display: none;
}

.udesly-countup {
  text-align: center;
  font-size: 4rem;
  line-height: 1;
  display: flex;
}

.bg-white {
  background-color: #fff;
}

.dlaas__subtitle {
  margin-top: -3rem;
}

.sticky__container {
  position: -webkit-sticky;
  position: sticky;
  top: 35%;
}

.banner.z-index-5 {
  z-index: 5;
  position: relative;
}

.design__images {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.pop-up__bloge {
  max-width: 7vw;
  position: absolute;
  top: 12.5rem;
  right: 5rem;
}

.courses__title {
  font-size: 1.8rem;
}

.fs-24 {
  font-size: 1.25rem;
}

.slider-dot {
  width: 51px;
  height: 4px;
  background-color: var(--black);
  opacity: .3;
}

.slider-dot.active {
  opacity: 1;
}

.navigation-wrapper {
  align-items: center;
  margin-top: 54.4px;
  display: flex;
}

.arrows-wrapper {
  grid-column-gap: 65px;
  display: flex;
}

.div-block-112 {
  display: inline-block;
  position: absolute;
  top: -16px;
  bottom: auto;
  left: auto;
  right: 100px;
}

.section-8 {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 6.25rem;
  padding-bottom: 0;
  display: block;
}

.section-8.first {
  padding-top: 15rem;
}

.section-8.first.full-height {
  height: 100vh;
}

.section-8.first.full-height.newsletter {
  height: auto;
}

.button-3 {
  color: #fff;
  letter-spacing: .04rem;
  background-color: #1a1a1a;
  border-radius: 4px;
  padding: 1rem 2.5rem 1.1rem;
  font-size: 1.125rem;
  transition: background-color .4s;
}

.button-3:hover {
  letter-spacing: .04rem;
  background-color: #333;
  border: 1px #000;
}

.image-41 {
  z-index: 1;
  width: 16vw;
  max-width: 25%;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
}

.m-b-m-2 {
  border-bottom-style: none;
  margin-bottom: 100px;
  text-decoration: none;
}

.m-b-m-2:hover {
  padding-left: 0;
  padding-right: 0;
}

.div-block-113 {
  width: 100%;
  max-width: 34rem;
}

.image-42 {
  z-index: 1;
  width: 5.25vw;
  position: absolute;
  top: 16vh;
  left: 8vw;
  right: auto;
}

.full-modal-2 {
  z-index: 0;
  width: 40vw;
  height: 100%;
  background-color: #f7f3eb;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.image-43 {
  width: 16vw;
  max-width: 22%;
  position: absolute;
  top: auto;
  bottom: 0;
  right: auto;
}

.image-44 {
  z-index: 1;
  width: 50%;
  max-width: 400px;
  margin: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-44._2 {
  max-width: 230px;
  top: 80px;
}

.container-2 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
}

.container-2.full-height {
  z-index: 1;
  height: 100%;
}

.cards__embed {
  display: none;
}

.sticky__block_icons {
  width: 100%;
  grid-column-gap: 2.5em;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.icons__item_head {
  color: var(--sand-dark-2);
  font-size: 4em;
  font-weight: 600;
  line-height: 1;
}

.icons__text {
  margin-bottom: 0;
  font-size: 1.5em;
}

.icons__item {
  grid-row-gap: 1.44em;
  color: #353535;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.gold {
  color: var(--sand-dark-2);
}

@media screen and (min-width: 1440px) {
  body {
    font-size: 24px;
  }

  .image.m-b-m.max-width {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }

  .container._w-1440 {
    max-width: 90rem;
  }

  .container._w-100.pop-up, .container._w-100.pop-up__container {
    max-width: 1440px;
  }

  .section.contact {
    background-color: var(--white);
    color: var(--black);
  }

  .section.mock-up._200vh {
    border: 1px rgba(0, 0, 0, 0);
  }

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

  .tab-2.w--current {
    color: var(--black);
  }

  .brand {
    border: 1px #000;
  }

  .nav-link {
    letter-spacing: .04rem;
    margin-right: 3rem;
  }

  .image-center.m-b-s {
    margin-right: auto;
  }

  .image-center.p-24._2 {
    transform: none;
  }

  .dev-title {
    margin-right: 12px;
  }

  .dev-title.addition {
    background-color: var(--sand-light);
  }

  .highlighted, .inlined {
    font-size: 70px;
  }

  .card {
    width: 100%;
    background-color: var(--sand-light);
    padding: 40px;
  }

  .card.news {
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
  }

  .subline {
    letter-spacing: .4px;
    text-transform: none;
    font-weight: 400;
  }

  .subline._2 {
    font-size: 1.5rem;
  }

  .regular {
    font-size: 64px;
  }

  .regular.m-b-m {
    font-size: 7vh;
  }

  .regular.animation {
    font-size: 64px;
  }

  .icon {
    width: 30px;
  }

  .icon.pre, .icon.pre.mirrored, .icon._2 {
    margin-left: 0;
  }

  .icon-wrapper {
    display: inline-block;
  }

  .illu {
    width: 100%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-wrapper {
    width: 100%;
    position: relative;
  }

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

  .grid.two-col {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .grid.l-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .grid._2 {
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid._2.full {
    max-width: none;
  }

  .grid._2.loop {
    height: 70vh;
    max-width: none;
  }

  .grid.teaser {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

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

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

  .collection-list {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .text-container, .module-nba {
    margin-left: auto;
    margin-right: auto;
  }

  .module-nba.nba-two {
    max-width: 1680px;
  }

  .button, .button:hover {
    letter-spacing: .08rem;
  }

  .button.white:hover {
    background-color: var(--sand-dark);
    letter-spacing: .08rem;
  }

  .button.primary {
    letter-spacing: .04rem;
  }

  .button.nav-button {
    letter-spacing: .06rem;
  }

  .button.nav-button.white {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .button.nav-button.white:hover {
    letter-spacing: .06rem;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .button.with-icon:hover {
    letter-spacing: .08rem;
  }

  .client-animation {
    z-index: 2;
  }

  .text-animation-1.regular {
    font-size: 72px;
    line-height: 120%;
  }

  .columns-4.mw-1920 {
    align-items: flex-end;
    display: flex;
  }

  .link-small {
    font-size: 18px;
  }

  .link-small.block {
    font-size: 1rem;
  }

  .feedback-box {
    width: 380px;
  }

  .author-flex {
    flex-direction: row;
  }

  .author-wrapper {
    margin-bottom: 0;
  }

  .article-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .bold-text {
    font-size: 62px;
  }

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

  .labels {
    margin-bottom: 1rem;
  }

  .headline-block {
    margin-top: -2%;
  }

  .headline-block._2 {
    width: 90%;
    max-width: 1680px;
    margin-top: 0%;
    margin-left: auto;
    margin-right: auto;
  }

  .new-h1 {
    font-size: 8vw;
  }

  .image-block._3 {
    height: 32rem;
  }

  .image-block._4 {
    height: 27rem;
  }

  .flex-block.images.m-b-m {
    margin-top: -4rem;
  }

  .image-block-2 {
    margin-top: -36rem;
  }

  .superhead.m-b-m {
    font-size: 6vw;
  }

  .quote-text, .quote-author {
    width: 100%;
  }

  .text-animation-block {
    height: 10vw;
  }

  .sticky-image._5 {
    width: 80vw;
    top: 192.4vh;
    right: -25vw;
  }

  .sticky-image._6, .sticky-image._7 {
    width: 40vw;
  }

  .sticky-image._8 {
    width: 30vw;
    top: 314.4vh;
  }

  .sticky-image._10 {
    width: 40vw;
  }

  .special-h2 {
    font-size: 2.5vw;
  }

  .lightbox-video-thumbnail {
    border-radius: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .quote-image-bg, .quote-image-bg._2 {
    background-position: 50% 40%;
  }

  .flex-30 {
    width: 35%;
  }

  .div-block-50 {
    margin-top: 2rem;
  }

  .image-12._2 {
    max-height: 600px;
    max-width: 100%;
  }

  .div-block-52 {
    max-width: 44rem;
  }

  .content-text {
    max-width: 1440px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .h1 {
    text-transform: none;
  }

  .h1.white.p-14 {
    font-size: 3.6vw;
  }

  .h1._90 {
    max-width: 94%;
  }

  .h3.regular {
    font-size: 2.25rem;
  }

  .content {
    max-width: 100%;
  }

  .image-17 {
    max-height: 600px;
    max-width: 600px;
  }

  .image-21 {
    height: 100%;
  }

  .div-block-75._2 {
    top: 5.8rem;
  }

  .button-2 {
    letter-spacing: .08rem;
  }

  .button-2.primary {
    letter-spacing: .04rem;
  }

  .block1 {
    width: 25vh;
    height: 25vh;
    border-style: none;
    border-width: 2px;
  }

  .fs-26 {
    font-size: 1.4rem;
  }

  .arrow-down {
    width: 2.3rem;
    height: 2.3rem;
  }

  .arrow-down.black-color {
    width: 2rem;
    height: 2rem;
  }

  .hero__overflow-arrow {
    margin-top: 0;
  }

  .bg-bottom.black.h-313 {
    height: 490px;
    border: 1px #000;
  }

  .mock-up__left {
    grid-row-gap: 140px;
  }

  .img.mock-up__img {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .mock-up__text--big {
    font-size: 5rem;
    left: 21%;
  }

  .mock-up__text--big.pop-up__text {
    font-size: 3.7rem;
    bottom: 34%;
  }

  .mock-up__text--big.text-red {
    font-size: 3.9rem;
  }

  .inovation__item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .design__img._5 {
    width: 15%;
  }

  .design__title {
    max-width: 82.0625rem;
  }

  .courses__bottom {
    padding-bottom: 0;
  }

  .courses__item {
    max-width: 416px;
    min-width: 0;
  }

  .courses__progres {
    width: 25%;
  }

  .card__item {
    flex-direction: column;
    display: flex;
  }

  .card__top {
    max-height: none;
    min-height: 224px;
    padding-top: 64px;
  }

  .card__img {
    max-width: 10rem;
  }

  .card__img.second {
    max-height: 11rem;
    max-width: 12rem;
  }

  .card__icon {
    max-width: 10rem;
  }

  .card__icon.first {
    left: 2rem;
  }

  .card__icon.second {
    top: 2rem;
    left: 2rem;
  }

  .fs-28 {
    font-size: 1.75rem;
  }

  .slider-wrapper {
    min-height: 33.8rem;
  }

  .left-arrow.static, .right-arrow.static {
    max-height: none;
    max-width: 120px;
  }

  .cta__content.columns-4.mw-1920._2 {
    align-items: center;
  }

  .pop-up__universal {
    position: relative;
  }

  .pop-up__text.mw-1150 {
    max-width: 60rem;
  }

  .form__wrapper {
    grid-column-gap: 6.94444vw;
    background-color: #fff;
    justify-content: space-between;
    padding-top: 3.875rem;
    padding-bottom: 3.875rem;
    display: flex;
  }

  .form__info {
    width: 100%;
    max-width: 32.625rem;
  }

  .form__info.mb-96 {
    margin-bottom: 6rem;
  }

  .mb-56 {
    margin-bottom: 3.5rem;
  }

  .info__list {
    grid-row-gap: 2rem;
    flex-direction: column;
    display: flex;
  }

  .info__item {
    grid-column-gap: .75rem;
    align-items: center;
    display: flex;
  }

  .info__icon {
    width: 100%;
    max-width: 1.5rem;
  }

  .info__icon.last {
    align-self: flex-start;
  }

  ._w-100 {
    width: 100%;
  }

  .form__text-list {
    padding-left: 1.5rem;
  }

  .form__text-item {
    margin-bottom: .625rem;
    padding-left: .4rem;
    font-size: .8rem;
  }

  .pop-up__graph {
    max-width: 20rem;
    top: 3.7rem;
  }

  .pop-up__graph._2 {
    max-width: 40rem;
  }

  .pop-up__bloge {
    max-width: 5.6rem;
    top: 12.5rem;
  }

  .courses__title {
    font-size: 2rem;
  }

  .button-3, .button-3:hover {
    letter-spacing: .08rem;
  }

  .div-block-113 {
    max-width: 44rem;
  }

  .image-44._2 {
    max-height: 600px;
    max-width: 100%;
  }
}

@media screen and (min-width: 1920px) {
  h1 {
    font-size: 4.875rem;
  }

  p {
    font-size: 1.375rem;
  }

  ul {
    font-size: 24px;
  }

  li {
    font-size: 1.375rem;
  }

  .container {
    max-width: 1920px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .container.container-small {
    max-width: 1600px;
  }

  .container.letter-scroll {
    max-width: 100%;
  }

  .container.open-scroll.full {
    max-width: 100%;
    padding-left: 10vw;
  }

  .container._w-1440 {
    padding-left: 0;
    padding-right: 0;
  }

  .container._w-100.pop-up, .container._w-100.pop-up__container {
    max-width: 1920px;
  }

  .section {
    padding-top: 8rem;
  }

  .section.first {
    padding-top: 18rem;
  }

  .section.first.black {
    min-height: 50vh;
  }

  .section.black, .section.padding, .section.darkgrey {
    padding-bottom: 8rem;
  }

  .section.mock-up._200vh {
    margin-bottom: -18rem;
    padding-top: 18rem;
  }

  .section.section-padding {
    padding-bottom: 8rem;
  }

  .section.slider-section {
    padding-top: 10.75rem;
  }

  .tab-2.w--current {
    white-space: nowrap;
  }

  .tabs-menu.noframe.articles {
    max-width: 1920px;
    padding-bottom: 25px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .footer {
    padding-bottom: 100px;
  }

  .highlighted, .inlined {
    font-size: 84px;
  }

  .card {
    padding: 50px;
    transition: all .2s;
  }

  .card:hover, .card.w--current:hover {
    border-bottom-style: none;
  }

  .card.news {
    margin-bottom: 0;
  }

  .regular, .regular.animation {
    font-size: 72px;
  }

  .icon.pre.mirrored {
    margin-left: 0;
  }

  .illu {
    width: 100%;
    margin-left: 0;
  }

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

  .grid.two-col {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .grid.l-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .grid.client-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .grid.mobile-3 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .video {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .m-b-l {
    margin-bottom: 200px;
  }

  .wrapper-l {
    max-width: 70%;
  }

  .wrapper-l.m-b-m {
    margin-bottom: 150px;
  }

  .m-b-s {
    margin-bottom: 50px;
  }

  .m-b-m {
    height: auto;
    border-bottom-style: none;
    margin-bottom: 100px;
  }

  .m-b-m:hover {
    border-bottom-style: none;
  }

  .tabs-menu {
    margin-left: auto;
    margin-right: auto;
  }

  .tabs-menu.frame {
    max-width: 1980px;
    padding-left: 150px;
    padding-right: 150px;
    display: flex;
    overflow: visible;
  }

  .col-image-left._1920-pl-100 {
    padding-right: 100px;
  }

  .button.nav-button {
    letter-spacing: .06rem;
  }

  .button.nav-button.white, .button.nav-button.white:hover {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .button.lp-button.cta__button {
    font-size: 1.75rem;
  }

  .contact-image {
    max-width: 600px;
    margin-left: auto;
    display: block;
  }

  .contact-image.mw-100 {
    max-width: 100%;
  }

  .contact-cta-image-wrapper {
    height: 100%;
  }

  .client {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .frame {
    padding-top: 0;
    padding-left: 12vw;
    padding-right: 12vw;
  }

  .timeline_component {
    margin-top: 200px;
  }

  .image-max {
    max-width: 600px;
  }

  .link-block.link-block-image.article {
    padding-top: 2rem;
  }

  .link-block.link-block-image.article:hover {
    margin-bottom: 0;
  }

  .columns-4.mw-1920 {
    justify-content: space-between;
    padding-right: 0;
  }

  .link-small {
    font-size: 20px;
  }

  .link-small.white {
    top: 200px;
  }

  .small-text.no-padding.really-no {
    font-size: 1.125rem;
    display: inline-block;
  }

  .inlined-link, .inlined-link._2 {
    font-size: 1.125rem;
  }

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

  .lable {
    font-size: 1.375rem;
    position: relative;
  }

  .lable.small {
    padding: .3rem 2.25rem .35rem;
    font-size: 1rem;
  }

  .tabs-content-2 {
    margin-top: 25px;
    overflow: visible;
  }

  ._50 {
    width: 40%;
  }

  .headline-block {
    margin-top: 0%;
  }

  .headline-block._2 {
    width: 100%;
    max-width: 1200px;
  }

  .new-h1 {
    font-size: 7vw;
  }

  .superhead.m-b-m {
    width: 80%;
    font-size: 7rem;
  }

  .text-animation-block {
    height: 9vw;
  }

  .sticky-image._2 {
    width: 50vh;
    left: 15.3vh;
  }

  .sticky-image._3 {
    width: 60vh;
    right: 0;
  }

  .sticky-image._4 {
    width: 70vh;
  }

  .sticky-image._5 {
    width: 100vh;
    top: 214vh;
  }

  .sticky-image._6 {
    width: 80vh;
    top: 178.1vh;
  }

  .sticky-image._7 {
    width: 70vh;
    top: 325.3vh;
  }

  .sticky-image._8 {
    width: 50vh;
    top: 324.4vh;
    left: 0;
  }

  .sticky-image._1 {
    width: 70vh;
  }

  .sticky-image._10 {
    width: 50vh;
    top: 391.4vh;
    right: -15rem;
  }

  .sticky-image._4-2 {
    width: 6vw;
    right: 20vw;
  }

  .special-h2 {
    font-size: 3rem;
  }

  .quote-image-bg {
    background-position: 50% 37%;
    background-size: cover;
  }

  .quote-image-bg._2 {
    background-position: 50% 32%;
  }

  .mask {
    box-shadow: 7px 7px 50px 5px rgba(0, 0, 0, .13);
  }

  .no-section {
    padding-top: 8rem;
  }

  .image-10 {
    z-index: 1;
  }

  .image-12._2 {
    max-height: 740px;
  }

  .image-13 {
    max-width: 8%;
  }

  .h1, .h1.white.p-14 {
    font-size: 4.875rem;
  }

  .h1._90 {
    max-width: 80%;
  }

  .h1.fs-78, .h1.fs-28-mobile {
    font-size: 4.875rem;
  }

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

  .copy-l {
    font-size: 1.625rem;
  }

  .h2.h2-lp.white {
    font-size: 4.875rem;
  }

  .screenshot.blue {
    background-color: #f6f7f8;
  }

  .block._2 {
    max-width: 730px;
  }

  .h3 {
    font-size: 2.25rem;
  }

  .h3.m-0 {
    flex: 0 auto;
    margin-bottom: 0;
  }

  .h4 {
    font-size: 2rem;
  }

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

  .big-number {
    font-size: 7rem;
  }

  .image-14 {
    max-width: 900px;
  }

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

  .paragraph-2 {
    font-size: 1rem;
  }

  .image-17 {
    max-height: 700px;
  }

  .inlined-link-footer {
    letter-spacing: .05rem;
    font-size: 1.125rem;
  }

  .anchor-tag-link {
    font-size: 1rem;
  }

  .timeline {
    width: 350%;
  }

  .item-timeline {
    width: 60rem;
  }

  .image-21 {
    height: 100%;
  }

  .div-block-78 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .div-block-80 {
    padding-top: 3rem;
  }

  .section-7 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .letter-box.glossar-navi {
    width: 5.4rem;
    height: 5.4rem;
    font-size: 1.4rem;
  }

  .letter-wrapper.p-36 {
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .letter-letter {
    margin-top: -1.8rem;
    margin-left: -.5rem;
    font-size: 12.5rem;
  }

  .div-block-89 {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .letter-section {
    z-index: 99;
    max-width: 100%;
    margin-top: -6rem;
    margin-bottom: 6rem;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    overflow: auto;
  }

  .block2 {
    width: 600px;
  }

  .wrapper-center {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .block1 {
    width: 400px;
    height: 400px;
    border-style: dashed;
  }

  .block2--wrapper {
    width: 600px;
    height: 600px;
  }

  .image-29 {
    width: 100%;
  }

  .horizontal-scroll-content {
    width: 200vw;
  }

  .pane {
    width: 650px;
    height: 790px;
  }

  .image-31 {
    width: 1100px;
    height: auto;
  }

  .div-block-99 {
    width: 60vh;
  }

  .div-block-107 {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .fs-26 {
    font-size: 1.625rem;
  }

  .hero__title {
    max-width: 69.8rem;
  }

  .arrow-down {
    width: 2rem;
    height: 2rem;
  }

  .bg-bottom.black.h-313 {
    height: 564.8px;
  }

  .mock-up__content {
    padding-right: 96px;
  }

  .mock-up__left {
    max-width: 714px;
  }

  .mock-up__right {
    max-width: 480px;
    min-height: 368px;
  }

  .mock-up__right.pop-up__mock-up {
    min-height: 22rem;
  }

  .img.courses__img {
    height: 247px;
  }

  .mock-up__bg {
    width: 150%;
    left: -50%;
  }

  .mock-up__text--big {
    left: 16%;
  }

  .mock-up__text--big.pop-up__text {
    font-size: 6.4rem;
    bottom: 27%;
  }

  .mock-up__text--big.pop-up__text.text-red {
    font-size: 5rem;
  }

  .mock-up__text--big.text-red {
    font-size: 5rem;
    bottom: 21%;
  }

  .mb-144 {
    max-width: 90rem;
  }

  .mb-144.mt-75.px-0 {
    max-width: 1440px;
  }

  .mb-144.mw-90 {
    max-width: 90%;
  }

  .design__img._1, .design__img._2 {
    width: 30%;
  }

  .design__img._3 {
    width: 25%;
  }

  .design__img._4, .design__img._5 {
    width: 30%;
  }

  .inovation__content {
    max-width: 105.5rem;
    margin-left: auto;
    margin-right: auto;
  }

  .courses__top {
    margin-bottom: 256px;
  }

  .courses__bottom {
    grid-column-gap: 0vw;
    justify-content: space-between;
    padding-bottom: 0;
  }

  .courses__item {
    min-width: 0;
    grid-row-gap: 144px;
  }

  .courses__progres-wrapper {
    width: 90%;
  }

  .cards__list {
    grid-column-gap: 1.875rem;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    overflow: hidden;
  }

  .card__item {
    border-bottom-style: none;
    flex-direction: column;
    display: flex;
    position: relative;
  }

  .card__top {
    min-height: 352px;
  }

  .card__img {
    max-width: 288px;
  }

  .card__img.second {
    max-height: 256px;
    max-width: 272px;
  }

  .card__img.third {
    max-width: 320px;
  }

  .card__icon {
    max-width: 13rem;
  }

  .card__icon.first {
    max-width: 208px;
    top: 100px;
  }

  .card__icon.second {
    max-width: 287px;
  }

  .card__icon.third {
    max-width: 304px;
  }

  .card__bottom {
    grid-row-gap: 24px;
  }

  .fs-28 {
    font-size: 2rem;
  }

  .card__button {
    flex: 1;
    order: 1;
  }

  .default-slider {
    margin-bottom: 10rem;
  }

  .slider-wrapper {
    min-height: 685px;
    padding-bottom: 120px;
    padding-right: 243.2px;
  }

  .slider-shadow-background {
    background-image: linear-gradient(269deg, rgba(0, 0, 0, 0), rgba(23, 23, 23, .75) 55%);
  }

  .left-arrow {
    max-height: 2.3rem;
    max-width: 9.75rem;
  }

  .right-arrow {
    max-height: 2.3rem;
    max-width: 9.75rem;
    left: 14rem;
  }

  .mw-860 {
    max-width: 53.75rem;
  }

  .dlass__content {
    grid-column-gap: 52px;
    grid-row-gap: 52px;
    margin-bottom: 64px;
  }

  .dlass__left {
    max-width: 723px;
  }

  .dlass__right {
    max-width: 700px;
  }

  .cta__content.columns-4.mw-1920 {
    max-width: 1920px;
    grid-column-gap: 60px;
  }

  .cta__left {
    padding-top: 4rem;
  }

  .pop-up__title, .pop-up__subtitle {
    margin-left: 8.75rem;
  }

  .pop-up__binoculars {
    max-width: 27rem;
  }

  .small-star._1.kontakt {
    top: -29px;
  }

  .small-star._3 {
    top: 28rem;
    left: 1rem;
  }

  .pop-up__text {
    margin-left: 8.75rem;
  }

  .pop-up__text.mw-1150 {
    max-width: 71.875rem;
  }

  .start._1.kontakt {
    top: -2.2rem;
    left: 0;
  }

  .script-form.mw-700 {
    max-width: 700px;
  }

  .form__wrapper {
    width: 50%;
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }

  .pop-up__graph {
    max-width: 35rem;
    top: 7rem;
    right: -4.6rem;
  }

  .pop-up__graph._2 {
    max-width: 62.5rem;
    top: -5rem;
    right: -4.9rem;
  }

  .hero-vector._1 {
    max-width: 462px;
    top: 65%;
    left: 18%;
  }

  .hero-vector._2 {
    max-width: 748px;
  }

  .hero-vector._4 {
    max-width: 838px;
    top: 84.8px;
    left: 257.6px;
  }

  .rainbow-family-text {
    font-size: 2.5rem;
  }

  .rainbow-family-text._1 {
    left: -203.2px;
  }

  .rainbow-family-text._2 {
    bottom: -134.4px;
    left: -121.6px;
  }

  .design__middle-text {
    font-size: 4.9rem;
  }

  .design__images {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }

  .pop-up__bloge {
    max-width: 13rem;
    top: 11rem;
    right: 6.8rem;
  }

  .courses__title {
    font-size: 2.25rem;
  }

  .fs-24 {
    font-size: 1.5rem;
  }

  .section-8 {
    padding-top: 8rem;
  }

  .section-8.first {
    padding-top: 18rem;
  }

  .m-b-m-2 {
    height: auto;
    margin-bottom: 100px;
  }

  .image-42 {
    max-width: 8%;
  }

  .image-43 {
    z-index: 1;
  }

  .image-44._2 {
    max-height: 740px;
  }

  .container-2 {
    max-width: 1920px;
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media screen and (max-width: 991px) {
  body {
    color: var(--black);
  }

  h1 {
    color: var(--black);
    font-size: 4rem;
  }

  h2 {
    font-size: 42px;
    line-height: 130%;
  }

  h3 {
    font-size: 32px;
    line-height: 130%;
  }

  a {
    transition-property: none;
  }

  a:hover {
    letter-spacing: .05rem;
    border: 1px #000;
    padding-left: 0;
    padding-right: 0;
  }

  li {
    line-height: 150%;
  }

  img {
    border-radius: 2px;
  }

  .image {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .container {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container.container-small._2 {
    padding-right: 40px;
  }

  .container.absolute {
    position: absolute;
  }

  .container.letter-scroll {
    z-index: 9998;
  }

  .container.scroll {
    width: 100%;
    margin-left: 0;
    padding-right: 0;
    overflow: scroll;
  }

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

  .container.tablet-250vh {
    height: 200vh;
  }

  .section.first {
    padding-top: 9rem;
  }

  .section.first.full-height {
    height: auto;
    min-height: auto;
  }

  .section.first.full-height.newsletter {
    padding-top: 4rem;
  }

  .section.first.padding.bg-white.hero {
    margin-bottom: -96px;
    padding-top: 144px;
    padding-bottom: 100px;
  }

  .section.first.beige {
    height: auto;
    margin-bottom: 0;
  }

  .section.first.black {
    min-height: auto;
    padding-top: 10rem;
  }

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

  .section.black._2 {
    height: auto;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section.black.cards {
    padding-top: 100px;
  }

  .section.contact {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .section.negative {
    margin-top: 0;
  }

  .section.mock-up._200vh {
    margin-bottom: -10rem;
    padding-top: 10rem;
  }

  .section.inovation {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .section.slider-section.bg-white.mt-0-destop {
    padding-top: 96px;
  }

  .tab-2 {
    font-size: 48px;
    line-height: 60px;
  }

  .tabs-menu.noframe.articles {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brand {
    z-index: 2;
    height: 25px;
    position: relative;
  }

  .brand:hover {
    width: 150px;
  }

  .brand.white, .brand.show-nav {
    display: none;
  }

  .brand.black-desk:hover {
    width: 124px;
  }

  .navbar {
    transition: all .5s;
  }

  .nav-link {
    color: #666;
    letter-spacing: 1px;
    justify-content: flex-end;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 32px;
    font-weight: 400;
    line-height: 50px;
  }

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

  .col-two, .col-two.m-b-m {
    flex-direction: column-reverse;
  }

  .col-two.m-b-m.reversed {
    flex-direction: column;
  }

  .col-two.m-b-m.mb-0-tablet {
    margin-top: 0;
    margin-bottom: 0;
  }

  .col-two.reversed-mob {
    flex-direction: column;
  }

  .nav-menu {
    z-index: 101;
    height: 100vh;
    background-color: var(--black);
    margin-top: -90px;
    transition: all .5s;
  }

  .col-text-left {
    margin-top: 40px;
    margin-bottom: 100px;
    padding-right: 0;
  }

  .col-text-left.reversed {
    margin-bottom: 0;
  }

  .col-text-left.flex-vertical.gap-68 {
    grid-row-gap: 48px;
  }

  .col-text-left.flex-vertical.gap-68.mb-0-tablet {
    margin-bottom: 0;
  }

  .image-center.p-24 {
    overflow: scroll;
  }

  .image-center.p-24._2 {
    width: 200vw;
  }

  .inlined {
    max-width: 100%;
  }

  .centered {
    text-align: left;
  }

  .card:hover, .card.w--current {
    padding: 30px;
  }

  .card.news:hover {
    padding: 0;
  }

  .subline {
    margin-bottom: 10px;
  }

  .subline._2 {
    font-size: 1.2rem;
  }

  .regular, .regular.m-b-m {
    font-size: 58px;
    line-height: 130%;
  }

  .regular.animation {
    font-size: 58px;
  }

  .regular.m-b-s {
    margin-top: 0;
  }

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

  .icon._3.cclose {
    width: 20px;
  }

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

  .grid._4, .grid.l-4 {
    grid-template-columns: 1fr 1fr;
  }

  .grid.client-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid._2 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .grid.teaser {
    grid-row-gap: 120px;
  }

  .grid.mobile-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .grid._66-33 {
    grid-template-columns: 100% 1fr;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .video {
    object-fit: contain;
  }

  .h1-combi {
    max-width: 100%;
  }

  .m-b-l {
    margin-bottom: 150px;
  }

  .m-b-s.min-height {
    min-height: auto;
  }

  .m-b-s.extra {
    margin-bottom: 20px;
  }

  .m-b-m {
    margin-bottom: 75px;
  }

  .m-b-m.show-desk {
    display: none;
  }

  .m-b-m.show-mobile {
    display: block;
  }

  .block-wrapper.m-b-m {
    margin-bottom: 0;
  }

  .tabs-menu {
    max-width: 100%;
    margin-bottom: 50px;
    padding-left: 40px;
  }

  .tabs-menu.frame {
    margin-bottom: 50px;
  }

  .text-container.centered, .text-block.centered.m-b-m {
    text-align: left;
  }

  .col--text-right {
    padding-left: 0;
    padding-right: 0;
  }

  .col--text-right.reversed {
    margin-top: 40px;
    margin-bottom: 50px;
  }

  .col-image-left {
    margin-bottom: 0;
  }

  .col-image-right.reversed {
    margin-bottom: 100px;
  }

  .col-image-right.right {
    align-items: flex-start;
  }

  .col-image-right.right.right-footer {
    margin-bottom: 30px;
  }

  .col-image-right.padding-box {
    margin-bottom: 0;
  }

  .social-block.m-b-l {
    width: 100%;
    margin-bottom: 100px;
  }

  .menu-button {
    height: 100%;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-icon {
    height: 24px;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .menu-icon.white {
    display: none;
  }

  .col-1 {
    margin-bottom: 100px;
    padding-right: 10px;
  }

  .button, .button.primary {
    width: 100%;
    text-align: center;
  }

  .button.primary:hover {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .button.nav-button {
    width: auto;
    color: var(--white);
    letter-spacing: .2rem;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    font-size: 2rem;
    font-weight: 400;
    line-height: 160%;
  }

  .button.nav-button:hover {
    letter-spacing: .2rem;
  }

  .button.nav-button.white.whitepaper-btn {
    color: var(--white);
    text-align: left;
    border-style: none;
  }

  .button.nav-button.kontakt-btn {
    text-align: left;
  }

  .button.with-icon {
    width: 100%;
  }

  .button.lp-button.transparent-bg.cta__button.disable-scroll.border {
    max-width: 100%;
    border-color: var(--black);
    font-size: 1rem;
  }

  .button.lp-button.transparent-bg.cta__button.disable-scroll.border:hover {
    border-color: var(--dark-grey);
    background-color: var(--dark-grey);
    color: var(--white);
  }

  .button.lp-button.transparent-bg.disable-scroll {
    border-color: #fff;
  }

  .button.lp-button.transparent-bg.disable-scroll:hover {
    background-color: var(--white);
    color: var(--black);
  }

  .button.lp-button.cta__button {
    min-width: 15rem;
  }

  .button.lp-button.cta__button.disable-scroll.black {
    max-width: 100%;
    min-width: 0;
    background-color: var(--black);
    color: var(--white);
    font-size: 1rem;
  }

  .button.lp-button.cta__button.disable-scroll.black:hover {
    background-color: var(--dark-grey);
  }

  .button.lp-button.button-back {
    width: auto;
  }

  .button.lp-button.disable-scroll {
    max-width: 70%;
    background-color: var(--white);
    color: var(--black);
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.31rem;
    padding-bottom: 1.31rem;
    display: block;
  }

  .nav-wrapper {
    z-index: 9999;
    padding: 20px 40px 40px;
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .client.client-logo {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .sticky.animation {
    margin-top: 0;
  }

  .sticky.dlaas {
    height: 200vh;
  }

  .full-height._2 {
    top: 100px;
    overflow: hidden;
  }

  .full-height._2._4 {
    height: 50vh;
    overflow: visible;
  }

  .sticky-column {
    width: 100%;
    padding-right: 35px;
    position: relative;
  }

  .white-bg {
    height: 75vh;
  }

  .white-bg.absolute._2 {
    height: 200vh;
    position: relative;
  }

  .text-animation-1.regular {
    font-size: 42px;
  }

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

  .frame-block {
    max-width: 100%;
    margin-bottom: 25px;
    margin-right: 0;
  }

  .hide-block._2 {
    width: 4.8vh;
  }

  .hide-block._3 {
    width: 2vh;
    left: 4vh;
  }

  .hide-block._4 {
    width: 3.7vh;
    left: 6.2vh;
  }

  .hide-block._6 {
    width: 4.2vh;
    left: 14.1vh;
  }

  .hide-block._5 {
    width: 3.7vh;
    left: 10.2vh;
  }

  .heading-2 {
    margin-top: -1vh;
    font-size: 7vh;
  }

  .utility-page-wrap {
    width: 100%;
  }

  .section-no-fade-in {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .columns {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .columns.flex {
    flex-direction: column;
    align-items: stretch;
  }

  .columns.flex._2 {
    grid-row-gap: 0rem;
  }

  .link-block:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .link-block.link-block-image {
    width: 100%;
  }

  .link-small.white {
    margin-bottom: 2rem;
    position: relative;
  }

  .inlined-link {
    max-width: 100%;
  }

  .inlined-link:hover {
    border: 1px #000;
  }

  .feedback-box {
    width: 380px;
    margin-bottom: 100px;
    margin-left: 0;
    margin-right: auto;
  }

  .col-feedback-box {
    padding-left: 0;
    padding-right: 0;
  }

  .white-shadow {
    width: 140px;
    background-image: linear-gradient(to right, rgba(236, 108, 108, 0), #fff 49%);
  }

  .author-flex._2 {
    width: auto;
  }

  .article-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    justify-items: stretch;
  }

  .lable:hover {
    border-style: solid;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .lable.small:hover {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }

  .lable.small._2 {
    margin-left: 0;
    margin-right: 0;
  }

  .lable.small._2:hover {
    border-style: none;
    margin-left: 0;
    margin-right: 0;
    padding: .3rem 0 .4rem;
  }

  .minute-block {
    grid-column-gap: .4rem;
  }

  .blog-teaser {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 4rem;
  }

  .blog-flex {
    width: 100%;
    padding-top: 0;
  }

  .blog-flex._2 {
    width: 100%;
    align-self: auto;
  }

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

  .flex.mid {
    flex-direction: column;
  }

  .flex.autor {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .flex._4.p-50, .flex._4.p-50.reversed {
    flex-direction: column;
  }

  .flex._6 {
    flex-direction: column-reverse;
  }

  .flex.hero {
    position: -webkit-sticky;
    position: sticky;
    top: 30%;
  }

  ._50 {
    width: 100%;
    margin-bottom: 2rem;
  }

  .collection-item {
    margin-top: 0;
  }

  .blog {
    margin-top: 8rem;
  }

  .center {
    text-align: left;
  }

  .center.m-b-m._2 {
    margin-bottom: 50px;
  }

  .grid-2 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .card-2:hover {
    box-shadow: none;
    transform: none;
  }

  .labels {
    flex-direction: column;
    align-items: flex-start;
  }

  .labels._2 {
    align-items: flex-start;
  }

  ._80 {
    max-width: 90%;
  }

  .blog-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    padding-left: 0;
  }

  .content-left {
    z-index: 96;
    width: 85%;
    padding-top: 130px;
    left: auto;
    right: -40px;
  }

  .title-small {
    color: var(--sand-light);
  }

  .sticky-toc {
    height: 100vh;
    background-color: var(--white);
    padding: 0 0 0;
    display: none;
    overflow: scroll;
  }

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

  .tocitem:hover {
    color: var(--black);
    padding-left: 8px;
    font-weight: 600;
  }

  .content-right_blog {
    z-index: 97;
    position: relative;
  }

  .button-table-of-content {
    z-index: 98;
    width: 60px;
    height: 60px;
    background-color: var(--white);
    cursor: pointer;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    top: auto;
    bottom: 2rem;
    left: auto;
    right: 2rem;
  }

  .button-table-of-content--2 {
    z-index: 98;
    width: 60px;
    height: 60px;
    background-color: var(--sand-light);
    cursor: pointer;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    top: auto;
    bottom: 1rem;
    left: auto;
    right: 1rem;
  }

  .button-table-of-content--2._2 {
    z-index: 99;
    display: none;
    bottom: 2rem;
    right: 2rem;
  }

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

  .headline-block._2 {
    width: 80%;
  }

  .new-h1 {
    font-size: 5rem;
    line-height: 110%;
  }

  .image-block {
    width: 100%;
    height: 30rem;
    flex: 0 auto;
    transform: translate(-40px);
  }

  .image-block.rev._2 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 2rem;
    transform: translate(40px);
  }

  .image-block.rev._5 {
    width: 100%;
    transform: translate(40px);
  }

  .image-block._3 {
    width: 100%;
  }

  .image-block._4 {
    z-index: 2;
    margin-top: -10rem;
    position: relative;
    transform: translate(40px, 5rem);
  }

  .flex-block {
    flex-direction: column;
  }

  .flex-block.rev {
    width: 100%;
    flex-direction: column;
  }

  .flex-block.rev.m-b-m {
    margin-bottom: 6rem;
  }

  .flex-block.text {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .flex-block.images.m-b-m {
    margin-top: 0;
    margin-bottom: 11rem;
  }

  .textblock {
    width: 100%;
    margin-top: 2rem;
  }

  .image-block-2 {
    width: 100%;
    margin-top: 0;
    transform: translate(-40px);
  }

  .thin.m-b-m {
    line-height: 150%;
  }

  .superhead.m-b-m {
    width: 100%;
    font-size: 10vw;
    line-height: 120%;
  }

  .quote-text {
    width: 100%;
    margin-left: 0;
    font-size: 1.8rem;
  }

  .quote-author {
    width: 100%;
    margin-left: 0;
  }

  .sticky-text_wrapper.steps {
    margin-top: 3vh;
    margin-bottom: 3vh;
  }

  .sticky-text_wrapper.steps.first.w--current {
    margin-top: 0;
  }

  .sticky-img_wrapper.cc-steps._2 {
    height: auto;
    margin-top: 6vh;
  }

  .phone-screen {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .phone-mock_border {
    width: 50%;
    border-width: 8px;
    border-radius: 1.5em;
    margin-left: auto;
    margin-right: auto;
  }

  .phone-screen_wrapper {
    border-radius: 1.2em;
  }

  .special-h2 {
    font-size: 4.8vw;
  }

  .lightbox-video-thumbnail {
    max-width: 100%;
    padding-bottom: 100%;
  }

  .section-6 {
    padding-bottom: 90px;
  }

  .accordion {
    white-space: break-spaces;
  }

  .flex-block2 {
    flex-direction: column-reverse;
  }

  .flex-block2.top.m-b-m {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .flex-50._2, .flex-50.sameheight {
    width: 100%;
  }

  .quote-image-bg {
    background-position: 70% 100%;
  }

  .flex-30 {
    width: 100%;
  }

  .flex-70 {
    width: 100%;
    margin-right: 0;
  }

  .sticky-grid-3 {
    height: auto;
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-direction: column-reverse;
    display: flex;
  }

  .nav-trigger {
    display: none;
  }

  .full-modal {
    width: 100%;
    height: 50vw;
    display: block;
    position: relative;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .image-10 {
    display: none;
  }

  .image-11 {
    width: 30%;
    margin-top: 0;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
    transform: rotate(180deg);
  }

  .image-12 {
    width: 40%;
    max-width: 100%;
    margin-top: 90px;
    top: 10%;
    left: auto;
    right: 40px;
  }

  .image-12._2 {
    max-width: 170px;
    top: 1%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .image-13 {
    display: none;
  }

  .content-title {
    margin-bottom: 1.5rem;
    font-size: 2rem;
    line-height: 130%;
  }

  .content-h2.m-b-m {
    font-size: 1.25rem;
  }

  .h1 {
    color: var(--black);
    font-size: 4rem;
  }

  .section-neu {
    margin-bottom: 6rem;
  }

  .section-neu.strng {
    height: auto;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section-neu.strng._2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section-neu.black.full {
    height: auto;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section-neu.default {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section-neu.default.first {
    padding-top: 15rem;
  }

  .section-neu._2 {
    margin-bottom: -5rem;
    position: relative;
  }

  .section-neu.coboworx {
    height: auto;
  }

  .modules-text-brief {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .copy-l {
    z-index: auto;
    font-size: 1.5rem;
  }

  .h2 {
    font-size: 2.75rem;
  }

  .screenshot._2 {
    padding-bottom: 50%;
  }

  .screenshot.blue {
    padding-bottom: 56.25%;
  }

  .section-screenshot.spacing {
    padding-left: 0;
    padding-right: 0;
  }

  .section-screenshot._3 {
    width: 100%;
    margin-bottom: 0;
  }

  .section-screenshot._3.a {
    margin-top: 0;
    margin-bottom: 12rem;
  }

  .screenshot-image {
    height: 100%;
    object-fit: cover;
  }

  .screenshot-image._2 {
    margin-right: -40%;
  }

  .p-24 {
    margin-bottom: 5rem;
  }

  .h3 {
    font-size: 2rem;
  }

  .h3.regular {
    letter-spacing: .03rem;
    width: 100%;
    letter-spacing: .03rem;
    margin-right: -100px;
    font-size: 2rem;
    line-height: 140%;
  }

  .p-10 {
    margin-bottom: 2.25rem;
  }

  .p-14 {
    margin-bottom: 3rem;
  }

  .p-36 {
    margin-bottom: 8rem;
  }

  .p-50 {
    margin-bottom: 10rem;
  }

  .copy-s {
    margin-bottom: 0;
  }

  .copy-s._2 {
    font-size: .8rem;
  }

  .copy-s._2._3 {
    max-width: 100%;
    position: absolute;
    top: 20vh;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .copy-s._2._3.a {
    top: auto;
    bottom: 15vh;
    left: 0%;
    right: 0%;
  }

  .big-number {
    font-size: 16vw;
  }

  .wrapper {
    top: 6rem;
  }

  .image-16 {
    width: 100%;
  }

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

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

  .anchor-tag-link:hover {
    border-left-style: solid;
    border-left-width: 2px;
    margin-left: -2px;
    padding-left: 1rem;
    padding-right: 2rem;
  }

  .div-block-61 {
    width: 100%;
    justify-content: flex-end;
    display: flex;
  }

  .image-17 {
    width: 100%;
    height: auto;
    flex: 0 auto;
  }

  .inlined-link-footer {
    max-width: 100%;
  }

  .inlined-link-footer:hover {
    border: 1px #000;
  }

  .hs-button.primary.large {
    width: 100%;
    text-align: center;
  }

  .nav {
    height: 70px;
    border-bottom: 2px solid var(--black);
    background-color: rgba(0, 0, 0, 0);
    display: block;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .menu {
    width: 30px;
    height: 30px;
    display: block;
    position: relative;
  }

  .overlay-2 {
    width: 100%;
    max-width: 100%;
    display: none;
  }

  .menu-bg {
    background-color: var(--black);
    display: block;
  }

  .navlink {
    color: var(--white);
    letter-spacing: .2rem;
    font-size: 2rem;
    font-weight: 400;
    line-height: 160%;
  }

  .navlink:hover {
    letter-spacing: .2rem;
  }

  .nav-link-wrapper {
    height: 92vh;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    display: none;
    position: relative;
  }

  .nav-link-wrapper.lp-buttons {
    display: none;
  }

  .div-block-67 {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .brand-link {
    z-index: 9999;
    position: relative;
  }

  .navbar-2 {
    z-index: 9999;
    width: 100%;
    overflow: hidden;
  }

  .item-wrapper-timeline {
    width: 80vw;
    margin-right: 0;
  }

  .timeline {
    width: 400%;
    padding-left: 20vw;
  }

  .vs-2xl {
    grid-row-gap: 0rem;
  }

  .item-timeline {
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-right: 4rem;
  }

  .item-timeline._2 {
    width: 90vw;
  }

  .block-quote {
    font-size: 2.25rem;
  }

  .image-21 {
    width: 30%;
  }

  .text-block-2 {
    font-size: 2.25rem;
    line-height: 150%;
  }

  .image-23 {
    height: 22vh;
  }

  .kind-card {
    width: 80vw;
  }

  .flex2 {
    grid-template-columns: 1fr;
  }

  .div-block-75._2 {
    top: 6rem;
  }

  .div-block-76 {
    width: 50%;
  }

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

  .div-block-80 {
    padding-top: 0;
  }

  .newsletter-small-2 {
    grid-template-columns: 100%;
  }

  .newsletter-small-2.p-24 {
    grid-row-gap: 2rem;
  }

  .button-2, .button-2.primary {
    width: 100%;
    text-align: center;
  }

  .button-2.primary:hover {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .div-block-82 {
    height: 50vh;
  }

  .image-28 {
    position: relative;
  }

  .letter-wrapper {
    flex-flow: row;
    overflow: scroll;
  }

  .letter-wrapper.p-36 {
    margin-top: -100px;
    padding-top: 100px;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .p-64 {
    margin-bottom: 13rem;
  }

  .letter-letter {
    margin-top: -.5rem;
    margin-left: 0;
    font-size: 6rem;
  }

  .letter-section {
    z-index: 9998;
  }

  .letter-indicator-scroll {
    margin-top: -250px;
  }

  .block2 {
    position: static;
  }

  .block1 {
    border-style: none;
  }

  .icon2 {
    width: 40%;
  }

  .text-1._3 {
    margin-bottom: 1rem;
    font-size: 1.6rem;
    line-height: 130%;
  }

  .block2--wrapper {
    width: 40vh;
    height: 40vh;
  }

  .text-2._3 {
    margin-bottom: 1rem;
    font-size: 1.6rem;
    line-height: 130%;
  }

  .image-29 {
    width: 100%;
    height: 50vh;
  }

  .horizontal-scroll-content {
    width: 500vh;
  }

  .progress-bar, .progress-bar-bg {
    left: 40px;
  }

  .menuorigin {
    margin-left: 10vw;
  }

  .pane {
    width: 60vw;
    height: 80vw;
  }

  .image-35 {
    display: none;
  }

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

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

  .block-quote-3._2 {
    width: 100%;
    margin-bottom: 0;
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .fs-26 {
    font-size: 1.5rem;
  }

  .fs-26.fw-600 {
    font-size: 1.4rem;
  }

  .bg-bottom.black.h-313 {
    height: 240px;
  }

  .mock-up__content {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .mock-up__right {
    max-width: 259.2px;
    min-height: 192px;
  }

  .mock-up__right.pop-up__mock-up {
    max-width: 200px;
    min-height: 9rem;
    justify-content: center;
    display: flex;
  }

  .img.courses__img {
    width: 70%;
    height: auto;
  }

  .img.mw-70 {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .mock-up__text--big.pop-up__text {
    font-size: 2.3rem;
    bottom: 16%;
  }

  .mock-up__text--big.pop-up__text.text-red {
    font-size: 2rem;
    left: 0%;
    transform: none;
  }

  .mock-up__text--big.text-red {
    font-size: 2.6rem;
    bottom: 20%;
  }

  .mb-144 {
    margin-bottom: 96px;
  }

  .mb-144.mt-75.px-0 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .inovation__top-content {
    grid-row-gap: 16px;
  }

  .design__img {
    overflow: hidden;
  }

  .design__img._1 {
    width: 23%;
  }

  .courses__top {
    margin-top: 100px;
    margin-bottom: 120px;
  }

  .courses__bottom {
    width: 100%;
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    padding-bottom: 64px;
    padding-left: 0;
    position: static;
    top: 0%;
    transform: none;
  }

  .courses__item {
    max-width: 100%;
    min-width: auto;
    grid-row-gap: 48px;
    align-items: flex-start;
  }

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

  .courses__progres-wrapper {
    width: 89%;
  }

  .cards__list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: row;
  }

  .card__item.value-props-btn.disable-scroll, .card__item.sprint-workshop-btn.disable-scroll, .card__item.kontakt-btn.disable-scroll {
    margin-left: auto;
    margin-right: auto;
  }

  .card__top {
    max-height: 200px;
    min-height: 200px;
    padding-top: 0;
  }

  .card__img {
    max-height: 100%;
    max-width: 100%;
  }

  .card__img.second {
    max-width: 100%;
  }

  .card__img.third {
    max-height: 100%;
    max-width: 100%;
    min-height: 100%;
  }

  .card__icon.first, .card__icon.second, .card__icon.third {
    max-width: 14vw;
    display: none;
  }

  .card__bottom {
    padding-left: 16px;
    padding-right: 16px;
  }

  .fs-28 {
    line-height: 125%;
  }

  .slider-wrapper {
    min-height: 480px;
    padding-bottom: 64px;
    padding-right: 80px;
  }

  .slider-navigation {
    width: 100%;
    justify-content: center;
    bottom: -.3rem;
  }

  .slider-navigation.static {
    justify-content: flex-end;
    margin-left: 0;
    margin-right: 20px;
  }

  .left-arrow {
    left: 35%;
  }

  .right-arrow {
    left: auto;
    right: 35%;
  }

  .slider-top {
    grid-row-gap: 32px;
  }

  .dlass__content {
    margin-bottom: 0;
  }

  .fs-200 {
    font-size: 8rem;
  }

  .fs-200.top-40 {
    margin-top: -.1rem;
  }

  .cta__content.columns-4.mw-1920._2 {
    flex-direction: column-reverse;
  }

  .cta__left {
    width: 100%;
  }

  .cta__right {
    width: 100%;
    max-width: 100%;
  }

  .pop-up.value-props {
    display: none;
  }

  .pop-up__right {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .pop-up__bg {
    height: 100%;
    object-fit: cover;
  }

  .pop-up__bg._2 {
    height: auto;
    max-height: none;
    max-width: 10rem;
  }

  .mw-95 {
    max-width: 90%;
    margin-top: 3rem;
  }

  .close-btn {
    right: 1.5rem;
  }

  .pop-up__navbar {
    height: 70px;
  }

  .pop-up__title {
    position: relative;
  }

  .script-form {
    margin-bottom: 0;
  }

  .form__wrapper {
    width: 100%;
    grid-column-gap: 2vw;
  }

  .form__info.mb-96 {
    width: 100%;
  }

  ._w-100.table-w-50 {
    max-width: 50%;
  }

  .pop-up__graph {
    max-width: 25vw;
    top: 7.6rem;
    right: 0;
  }

  .pop-up__graph._2 {
    width: 100%;
    max-width: 35vw;
    top: 65px;
    right: -31px;
  }

  .hero-vector {
    opacity: 0;
  }

  .hero-vector._1 {
    left: 19%;
  }

  .hero-vector._2 {
    max-width: 464px;
  }

  .hero-vector._3 {
    max-width: 116.8px;
    top: -49.6px;
    left: 152px;
  }

  .rainbow-family-text {
    opacity: 0;
    font-size: 1.5rem;
  }

  .rainbow-family-text._1 {
    top: -68.8px;
    left: -28.8px;
  }

  .rainbow-family-text._2 {
    bottom: -72px;
    left: -25.6px;
  }

  .rainbow-family-text._3 {
    bottom: 0;
    right: -20.8px;
  }

  .design__middle-text {
    font-size: 2.1rem;
  }

  .sedign__shadow {
    width: 100%;
    height: 100%;
  }

  .courses.black {
    margin-bottom: 0;
  }

  .dlaas__subtitle {
    margin-top: .4rem;
    margin-bottom: 0;
  }

  .tablet-250vh {
    height: 250vh;
  }

  .pop-up__bloge {
    max-width: 6vw;
    top: 15.4rem;
    right: 2.4rem;
  }

  .courses__title {
    font-size: 1.5rem;
  }

  .fs-16-tablet {
    font-size: 1rem;
  }

  .navigation-wrapper {
    justify-content: space-between;
  }

  .arrows-wrapper {
    margin-left: 20px;
  }

  .div-block-112 {
    top: -20px;
    right: 40px;
  }

  .section-8.first {
    padding-top: 9rem;
  }

  .section-8.first.full-height {
    height: auto;
    min-height: auto;
  }

  .section-8.first.full-height.newsletter {
    padding-top: 4rem;
  }

  .button-3 {
    width: 100%;
    text-align: center;
  }

  .image-41 {
    width: 30%;
    margin-top: 0;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
    transform: rotate(180deg);
  }

  .m-b-m-2 {
    margin-bottom: 75px;
  }

  .image-42 {
    display: none;
  }

  .full-modal-2 {
    width: 100%;
    height: 50vw;
    display: block;
    position: relative;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .image-43 {
    display: none;
  }

  .image-44 {
    width: 40%;
    max-width: 100%;
    margin-top: 90px;
    top: 10%;
    left: auto;
    right: 40px;
  }

  .image-44._2 {
    max-width: 170px;
    top: 1%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .container-2 {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.25rem;
  }

  h1 {
    font-size: 3rem;
    line-height: 130%;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 24px;
    line-height: 140%;
  }

  h4 {
    letter-spacing: .4px;
  }

  p {
    margin-bottom: 1.2rem;
    font-size: 1.2rem;
  }

  a, li {
    font-size: 1.2rem;
  }

  blockquote {
    font-size: 2rem;
  }

  .container {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container.tablet-250vh {
    padding-left: 0;
    padding-right: 0;
  }

  .section.black.cards {
    padding-top: 4rem;
  }

  .section.mock-up._200vh {
    height: 300vh;
    margin-bottom: -31.3rem;
    padding-top: 23.3rem;
  }

  .section.section-padding.sand.dlaas, .section.section-padding.bg-white {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section.slider-section.bg-white.mt-0-destop {
    padding-top: 4rem;
  }

  .brand {
    width: 100px;
    height: 32px;
    padding-left: 0;
  }

  .brand:hover {
    width: 100px;
  }

  .brand.logo-footer {
    width: 200px;
    height: auto;
  }

  .brand.black-desk:hover {
    width: 100px;
  }

  .navbar {
    height: 60px;
  }

  .nav-menu {
    margin-top: -60px;
  }

  .col-text-left {
    margin-bottom: 50px;
  }

  .highlighted, .inlined {
    font-size: 48px;
  }

  .subline._2 {
    margin-bottom: 3rem;
  }

  .regular.m-b-m {
    font-size: 48px;
  }

  .regular.m-b-s {
    font-size: 2rem;
  }

  .icon._3 {
    margin-bottom: 0;
  }

  .icon.p-12 {
    margin-bottom: 1rem;
  }

  .illu.p-12 {
    margin-bottom: 2rem;
  }

  .grid {
    padding-left: 0;
  }

  .grid._4 {
    grid-template-columns: 1fr;
  }

  .grid.client-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid._2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .grey {
    font-size: 1.2rem;
  }

  .m-b-l {
    margin-bottom: 100px;
  }

  .m-b-s {
    letter-spacing: .2px;
  }

  .m-b-xs {
    margin-bottom: 8px;
  }

  .social-link {
    margin-bottom: 20px;
    margin-right: 7vw;
  }

  .tabs-menu.frame {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }

  .col--text-right.reversed {
    margin-bottom: 50px;
  }

  .col-image-right.padding-box {
    margin-bottom: 0;
  }

  .social-block.m-b-l {
    margin-bottom: 75px;
  }

  .menu-icon {
    z-index: 102;
  }

  .button.nav-button.white.whitepaper-btn, .button.nav-button.kontakt-btn {
    text-align: left;
  }

  .contact-cta-image-wrapper {
    width: 100%;
  }

  .nav-wrapper {
    margin-bottom: 0;
    padding-top: 30px;
  }

  .col {
    padding-left: 0;
  }

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

  .sticky.animation {
    position: -webkit-sticky;
    position: sticky;
  }

  .sticky.dlaas {
    height: auto;
  }

  .sticky-column {
    width: 100%;
    height: auto;
    background-color: var(--white);
    padding-top: 100px;
    position: relative;
    top: 0;
  }

  .white-bg {
    height: 20vh;
    display: none;
  }

  .white-bg.absolute {
    margin-bottom: 50vh;
    display: block;
  }

  .frame-block {
    width: 100%;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .timeline_progress {
    left: 6px;
  }

  .timeline_item {
    width: 100%;
    grid-template-columns: 64px 1fr;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .timeline_left {
    text-align: left;
  }

  .timeline_text {
    font-size: 20px;
  }

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

  .bsr-logo, .vw-logo, .telekom-logo, .tui-logo, .db-logo, .kind-logo, .humboldt-logo {
    max-height: 200px;
  }

  .hide-block.m-b-s {
    margin-bottom: 25px;
  }

  .columns.flex._2 {
    grid-row-gap: 0rem;
  }

  .heading-m-10 {
    margin-left: 0;
  }

  .progress-bar-wrapper {
    justify-content: flex-start;
    padding-left: 46px;
  }

  .no-padding {
    margin-bottom: 5px;
  }

  .link-small.white {
    top: 100px;
  }

  .inlined-link {
    font-size: 1rem;
  }

  .feedback-box {
    width: 100%;
  }

  .white-shadow {
    width: 90px;
  }

  .article-grid {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    grid-template-columns: 1fr;
  }

  .lable.small {
    border-style: solid;
    border-width: 1px;
    padding: .3rem 1.25rem .4rem;
    font-size: 1rem;
  }

  .lable.small._2 {
    border-style: none;
  }

  .lable.small._2:hover {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .minute-block {
    grid-column-gap: .4rem;
    grid-row-gap: 0px;
  }

  .normal {
    margin-right: 10px;
  }

  .flex.mid {
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .flex._3 {
    grid-column-gap: 0rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .collection-item._2 {
    margin-top: 0;
  }

  .blog {
    margin-top: 6rem;
  }

  .mr-10 {
    margin-bottom: .5rem;
    margin-right: 0;
  }

  .content-box {
    max-width: 100%;
    border-radius: 1rem;
    padding: 3rem;
  }

  .content-box.auto {
    padding-top: 3.5rem;
    padding-bottom: 4rem;
  }

  .flex-2 {
    grid-column-gap: 10vw;
    justify-content: center;
  }

  .center.flex.top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: center;
  }

  .center.m-b-m._2 {
    margin-bottom: 40px;
  }

  .gif {
    width: 100%;
  }

  .small {
    font-size: 1rem;
  }

  .mb-6 {
    margin-bottom: .75rem;
  }

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

  .card-2 {
    border-radius: 1rem;
  }

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

  .card-image {
    height: 250px;
  }

  .labels._2 {
    align-items: flex-start;
  }

  .blog-grid {
    grid-row-gap: 62px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-left: 0;
  }

  .content-left {
    width: 100%;
  }

  .sticky-toc {
    top: 100px;
  }

  .tocitem:hover {
    font-weight: 400;
  }

  .article-sub {
    padding-bottom: 0;
  }

  .button-table-of-content, .button-table-of-content--2._2 {
    bottom: 1rem;
    right: 1rem;
  }

  .headline-block._2 {
    width: 100%;
  }

  .new-h1 {
    font-size: 10vw;
  }

  .superhead.m-b-m {
    margin-top: -20px;
    margin-bottom: 3rem;
    font-size: 10vw;
  }

  .quote-text {
    font-size: 1.6rem;
  }

  .text-animation-block {
    height: 12vw;
  }

  .sticky-text_wrapper.steps {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 40px 1fr;
  }

  .sticky-wrapper {
    height: 350vh;
  }

  .sticky-img_wrapper {
    display: none;
  }

  .sticky-img_wrapper.cc-steps {
    width: 100%;
    width: 100%;
    display: flex;
  }

  .phone-screen, .phone-mock_border {
    width: 100%;
  }

  .phone-mock_wrapper {
    position: absolute;
    left: auto;
    overflow: visible;
  }

  .container-big {
    width: 100%;
  }

  .sticky-image._2 {
    width: 70vw;
  }

  .sticky-image._3 {
    width: 70vw;
    right: -8vh;
  }

  .sticky-image._4 {
    width: 60vw;
  }

  .sticky-image._6 {
    left: 0;
  }

  .sticky-image._7 {
    top: 266vh;
    right: -20vw;
  }

  .sticky-image._8 {
    width: 50vw;
    top: 275vh;
    left: -14vw;
  }

  .sticky-image._1 {
    width: 60vw;
    left: -27vw;
  }

  .sticky-image._10 {
    width: 50vw;
    top: 312.6vh;
    left: auto;
    right: -20vw;
  }

  .sticky-image._4-2 {
    width: 6rem;
    right: 2rem;
  }

  .special-h2 {
    font-size: 1.75rem;
  }

  .lightbox-video-thumbnail {
    height: 100%;
    max-width: 160%;
    padding-bottom: 100%;
  }

  .section-6 {
    padding-bottom: 90px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .center-w2.gutter-outside {
    width: 100%;
    height: auto;
  }

  .accordion-toggle {
    padding-bottom: 3rem;
  }

  .accordion {
    font-size: 1.4rem;
  }

  .divider {
    margin-top: 1.5rem;
  }

  .flex-50 {
    width: 100%;
  }

  .quote-image-bg {
    background-image: linear-gradient(to bottom, var(--sand-light), var(--sand-light));
  }

  .quote-image-bg._2 {
    background-color: var(--sand-light);
    background-image: none;
  }

  .div-block-44 {
    width: 12vw;
    height: 12vw;
    background-image: url('../images/helena.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 100%;
    flex: none;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .div-block-44._2 {
    background-image: url('../images/2020_DAYONE_Nico.jpg');
  }

  .flex-70 {
    width: 100%;
  }

  .sticky-wrapper-2 {
    height: auto;
  }

  .sticky-container-2 {
    height: auto;
    position: relative;
  }

  .sticky-grid-3 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .phone-mock_wrapper-2 {
    overflow: hidden;
  }

  .circle-video {
    width: 100%;
    height: auto;
  }

  .no-section.sand._2 {
    margin-top: -10vh;
    margin-bottom: -10vh;
    padding-bottom: 0;
  }

  .full-modal {
    height: 60vw;
  }

  .image-12 {
    width: 60%;
  }

  .image-12._2 {
    margin-top: 60px;
    top: 2%;
  }

  .section-neu-first {
    height: auto;
    margin-top: 12rem;
    margin-bottom: 6rem;
  }

  .copy-l-bold {
    font-size: 1.2rem;
  }

  .h1 {
    font-size: 3rem;
  }

  .h1.fs-78 {
    font-size: 2.1rem;
  }

  .modules-text-brief {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .frame-7106 {
    max-width: 100%;
    min-width: 100%;
  }

  .copy-m.bold {
    letter-spacing: .03rem;
    font-size: 1.2rem;
  }

  .copy-l {
    font-size: 1.2rem;
  }

  .h2 {
    font-size: 2.5rem;
  }

  .frame-878581.p-24 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .screenshot-image.logo {
    width: 150px;
  }

  .copy-bold {
    font-size: 1.5rem;
  }

  .p-24 {
    margin-bottom: 4rem;
  }

  .h3 {
    font-size: 1.75rem;
  }

  .h3.regular {
    margin-right: -30%;
  }

  .h3.m-0.two-line-height {
    height: auto;
  }

  .p-36 {
    margin-bottom: 6rem;
  }

  .p-50 {
    margin-bottom: 9rem;
  }

  .p-12 {
    margin-bottom: 2.5rem;
  }

  .h4 {
    font-size: 1.5rem;
  }

  .copy-s.grey {
    font-size: 1rem;
  }

  .copy-s._2 {
    font-size: .8rem;
  }

  .copy-s._2._3 {
    padding: 1.2rem;
    font-size: .8rem;
  }

  .big-number {
    font-size: 20vw;
  }

  .inlined-link-footer {
    font-size: 1.2rem;
  }

  .nav {
    height: 92px;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin-top: -40px;
    padding: 20px;
  }

  .menu {
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .overlay-2 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .menu-bg, .nav-link-wrapper.lp-buttons {
    display: block;
  }

  .div-block-67 {
    margin-left: -40px;
    margin-right: -40px;
  }

  .brand-link {
    display: flex;
  }

  .navbar-2 {
    width: 100%;
  }

  .no-link {
    margin-bottom: 0;
  }

  .arrow-wrapper-timeline {
    height: 2rem;
  }

  .item-wrapper-timeline {
    width: 90vw;
  }

  .progress-timeline {
    width: 100%;
    left: 0;
  }

  .arrow-timeline {
    display: none;
  }

  .item-timeline {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .newsletter-small.p-24 {
    align-items: center;
    padding: 30px;
    overflow: hidden;
  }

  .image-21 {
    width: 100%;
    max-width: 140px;
    margin-left: -50px;
    transform: translate(70px);
  }

  .div-block-69 {
    margin-right: 0;
  }

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

  .div-block-76 {
    margin-bottom: 4rem;
  }

  .div-block-77 {
    padding: 3rem;
  }

  .div-block-79 {
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .image-onscroll {
    width: 100%;
    margin-bottom: 2rem;
  }

  .newsletter-small-2.p-24 {
    padding: 30px;
  }

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

  .div-block-82 {
    height: 30vh;
  }

  .letter-box.glossar-navi {
    width: 4.8rem;
    height: 4.8rem;
    font-size: 1.2rem;
  }

  .letter-box.glossar-navi.w--current {
    font-size: 1.2rem;
  }

  .letter-wrapper {
    flex-wrap: nowrap;
  }

  .letter-wrapper.p-36 {
    margin-top: -80px;
    padding-top: 80px;
    padding-right: 40px;
  }

  .p-64 {
    margin-bottom: 10rem;
  }

  .letter-letter {
    margin-top: 0;
    font-size: 4rem;
  }

  .letter-indicator-scroll {
    margin-top: -150px;
  }

  .sticky-wrapper-neu {
    height: 350vh;
  }

  .icon2 {
    width: 40%;
  }

  .text-1._3 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 130%;
  }

  .block2--wrapper {
    width: 30vh;
    height: 30vh;
  }

  .text-2._3 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 130%;
  }

  .menuorigin {
    margin-left: 0;
  }

  .image-40 {
    width: 60%;
  }

  .div-block-107 {
    padding: 3.1rem;
  }

  .fs-26.fw-600 {
    font-size: 1.2rem;
  }

  .fs-26.mb-48.fw-600 {
    margin-bottom: 1rem;
  }

  .hero__title {
    max-width: 30.5rem;
  }

  .bg-top.sand.h-90 {
    height: 100%;
  }

  .bg-bottom.black.h-313 {
    height: 47rem;
  }

  .mock-up__content {
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
  }

  .img.courses__img {
    width: 80%;
  }

  .mock-up__text--big.pop-up__text {
    left: -26%;
  }

  .mock-up__text--big.pop-up__text.text-red {
    font-size: 1.5rem;
  }

  .mb-144 {
    margin-bottom: 4rem;
  }

  .inovation__icon {
    max-width: 1.9rem;
  }

  .design__content {
    height: 100vh;
    justify-content: flex-start;
    padding-top: 5vh;
    overflow: hidden;
  }

  .design__img._1 {
    width: 100%;
    max-height: none;
    min-width: 90vw;
  }

  .design__img._2 {
    width: 100%;
    max-height: none;
    min-width: 75vw;
  }

  .design__img._3 {
    width: 100%;
    min-width: 77vw;
  }

  .design__img._4 {
    min-width: 65vw;
  }

  .design__img._5 {
    display: none;
  }

  .courses__top {
    margin-top: 0;
  }

  .courses__bottom {
    grid-column-gap: 5rem;
    align-items: flex-start;
    top: 54%;
  }

  .courses__progres-wrapper {
    height: .2rem;
    display: none;
  }

  .cards__list {
    max-width: 30rem;
    grid-row-gap: 1.875rem;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .card__top {
    min-height: 15rem;
  }

  .card__img {
    max-height: none;
    max-width: 14.5rem;
  }

  .card__img.second, .card__img.third {
    max-width: 15rem;
  }

  .card__icon.first {
    max-width: 12rem;
    display: block;
  }

  .card__icon.second {
    max-width: 15rem;
    display: block;
  }

  .card__icon.third {
    max-width: 12rem;
    display: block;
  }

  .slider-wrapper {
    padding-bottom: 32px;
    padding-right: 0;
  }

  .mb-80 {
    margin-bottom: 3rem;
  }

  .slider-navigation {
    bottom: -1.1rem;
  }

  .slider-navigation.static {
    width: auto;
    display: none;
  }

  .left-arrow {
    max-width: 3.7rem;
    bottom: -4.25rem;
  }

  .left-arrow.static {
    max-width: 70px;
  }

  .right-arrow {
    max-width: 3.7rem;
    bottom: -4.25rem;
  }

  .right-arrow.static {
    max-width: 70px;
  }

  .dlass__content {
    grid-row-gap: 0rem;
    flex-direction: column;
    margin-bottom: 4rem;
  }

  .dlass__right {
    grid-row-gap: 1rem;
  }

  .cta__content.columns-4.mw-1920 {
    flex-direction: column-reverse;
  }

  .cta__right {
    max-width: 100%;
  }

  .pop-up__right {
    position: relative;
  }

  .close-btn {
    margin-top: -2rem;
    position: fixed;
  }

  .pop-up__content {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .pop-up__title, .pop-up__subtitle {
    margin-left: 0;
  }

  .small-star._3 {
    top: 22.3rem;
    left: -2rem;
  }

  .pop-up__text {
    margin-left: 0;
  }

  .start._1 {
    width: 3rem;
    top: -.4rem;
    left: 0;
  }

  .start._1.kontakt {
    top: -5.5rem;
    left: -84px;
  }

  .start._2 {
    width: 3rem;
    top: 7.3rem;
  }

  .form__wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    justify-content: space-between;
  }

  ._w-100.table-w-50 {
    max-width: 100%;
  }

  .pop-up__graph {
    right: -2rem;
  }

  .hero-vector._1 {
    max-width: 192px;
    top: 57%;
  }

  .hero-vector._2 {
    max-width: 320px;
    top: 51%;
  }

  .hero-vector._3 {
    max-width: 76.8px;
    left: 131.2px;
  }

  .hero-vector._4 {
    max-width: 320px;
    top: 36.8px;
    left: 131.2px;
  }

  .rainbow-family-text {
    font-size: 1.2rem;
  }

  .rainbow-family-text._1 {
    left: -8px;
  }

  .rainbow-family-text._2 {
    bottom: -52.8px;
    left: -4.8px;
  }

  .rainbow-family-text._3 {
    right: -3.2px;
  }

  .design__middle-text {
    white-space: nowrap;
    font-size: 9vw;
  }

  .courses.black {
    padding-top: 0;
  }

  .dlaas__subtitle {
    margin-top: 0;
    margin-bottom: 1rem;
  }

  .sticky__container {
    position: relative;
    top: 0%;
  }

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

  .fs-24 {
    font-size: 1.2rem;
  }

  .navigation-wrapper {
    margin-top: 30px;
  }

  .arrows-wrapper {
    grid-column-gap: 30px;
    margin-left: 20px;
  }

  .full-modal-2 {
    height: 60vw;
  }

  .image-44 {
    width: 60%;
  }

  .image-44._2 {
    margin-top: 60px;
    top: 2%;
  }

  .container-2 {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .sticky__block_icons {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1.8fr 1.5fr;
  }

  .icons__item_head {
    font-size: 3em;
  }

  .icons__text {
    font-size: 1em;
  }

  .icons__item {
    grid-row-gap: 0em;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 18px;
    line-height: 28px;
  }

  h1 {
    font-size: 2rem;
    line-height: 130%;
  }

  h2 {
    font-size: 1.75rem;
    line-height: 140%;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
    font-weight: 400;
  }

  p {
    letter-spacing: .05rem;
    font-size: 1.125rem;
    line-height: 150%;
  }

  a {
    line-height: 150%;
  }

  ul {
    letter-spacing: .3px;
    font-size: 18px;
    line-height: 150%;
  }

  li {
    margin-bottom: 15px;
    font-size: 1.125rem;
  }

  blockquote {
    font-size: 1.8rem;
  }

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

  .container.container-small._2 {
    padding-right: 20px;
  }

  .section {
    padding-top: 3rem;
    padding-bottom: 1.5rem;
  }

  .section.first.full-height.newsletter {
    padding-top: 3rem;
  }

  .section.first.padding.bg-white.hero {
    margin-bottom: -256px;
  }

  .section.first.beige {
    padding-bottom: 0;
  }

  .section.first.black {
    padding-top: 8rem;
  }

  .section.black {
    padding-bottom: 100px;
  }

  .section.black.full {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section.black.cards {
    padding-top: 4rem;
  }

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

  .section.padding, .section.darkgrey {
    padding-bottom: 3rem;
  }

  .section.mock-up._200vh {
    margin-bottom: -41.5rem;
    padding-top: 11rem;
  }

  .section.inovation.sand {
    padding-top: 0;
  }

  .section.slider-section.bg-white.mt-0-destop, .section.cta.bg-white {
    padding-bottom: 0;
  }

  .tab-2 {
    padding-right: 40px;
    display: inline-block;
  }

  .tab-2:hover, .tab-2.w--current {
    padding-right: 40px;
  }

  .tabs-menu.noframe.articles {
    margin-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo {
    width: 50px;
    margin-bottom: 24px;
  }

  .brand.logo-footer {
    width: 125px;
  }

  .navbar {
    height: 60px;
  }

  .nav-link {
    font-size: 24px;
    line-height: 32px;
  }

  .nav-menu {
    margin-top: -60px;
  }

  .image-center.p-24._2 {
    width: 290vw;
  }

  .dev-title {
    display: block;
  }

  .dev-title.addition {
    margin-top: 10px;
  }

  .highlighted, .inlined {
    font-size: 36px;
  }

  .subline._2 {
    margin-bottom: 2rem;
    font-size: 1rem;
    line-height: 120%;
  }

  .regular, .regular.m-b-m {
    font-size: 36px;
  }

  .regular.animation {
    margin-bottom: 0;
    font-size: 36px;
  }

  .regular.m-b-s {
    font-size: 1.5rem;
  }

  .icon {
    width: 20px;
    margin-bottom: 0;
  }

  .icon.pre {
    width: 20px;
    height: 20px;
  }

  .icon.large {
    width: 30px;
  }

  .icon._2 {
    width: 20px;
    margin-right: 0;
  }

  .icon._3 {
    width: 40px;
  }

  .icon-wrapper {
    height: 20px;
    display: inline;
  }

  .illu.p-12 {
    margin-bottom: 1rem;
  }

  .grid.two-col, .grid.l-4 {
    grid-template-columns: 1fr;
  }

  .grid.client-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .collection-list {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .h1-combi {
    margin-bottom: 30px;
  }

  .m-b-l {
    margin-bottom: 100px;
  }

  .m-b-s {
    letter-spacing: .3px;
    margin-bottom: 30px;
  }

  .m-b-m {
    margin-bottom: 50px;
  }

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

  .social-link {
    width: 9vw;
    margin-bottom: 30px;
    margin-right: 8vw;
  }

  .tabs-menu {
    padding-left: 20px;
  }

  .tabs-menu.frame {
    padding-bottom: 0;
  }

  .gallery-slider {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .text-block {
    line-height: 24px;
  }

  .col-image-right.reversed {
    margin-bottom: 50px;
  }

  .col-image-right.right {
    margin-bottom: 0;
  }

  .menu-icon {
    height: 20px;
  }

  .button {
    font-size: 1rem;
  }

  .button.white.red {
    width: 100%;
    text-align: center;
    padding: 10px 0 12px;
    font-size: 1rem;
    line-height: 120%;
  }

  .button.nav-button {
    letter-spacing: .1rem;
    font-size: 1.4rem;
    line-height: 140%;
  }

  .button.lp-button.transparent-bg.cta__button.disable-scroll.border {
    font-size: .8rem;
  }

  .button.lp-button.transparent-bg.cta__button.disable-scroll.border.whitepaper-btn {
    font-size: 1.125rem;
  }

  .button.lp-button.cta__button.disable-scroll.black {
    font-size: .8rem;
  }

  .button.lp-button.cta__button.disable-scroll.black.kontakt-btn {
    font-size: 1.125rem;
  }

  .button.lp-button.disable-scroll {
    max-width: 100%;
    font-size: .8rem;
  }

  .nav-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .client.client-logo {
    max-width: 100%;
  }

  .col {
    padding-left: 0;
  }

  .full-height._2 {
    height: auto;
    margin-bottom: 200px;
  }

  .full-height._2._4 {
    position: -webkit-sticky;
    position: sticky;
  }

  .text-animation-1.regular {
    font-size: 36px;
  }

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

  .timeline_item {
    grid-template-columns: 48px 1fr;
  }

  .section-no-fade-in {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .progress-bar-wrapper {
    padding-left: 26px;
  }

  .no-padding {
    margin-bottom: 2px;
  }

  .link-small {
    line-height: 1.6;
  }

  .link-small.white {
    top: 80px;
  }

  .small-text.no-padding.really-no {
    font-size: 1rem;
  }

  .inlined-link._2 {
    font-size: 1.25rem;
  }

  .inlined-link.small {
    font-size: .9rem;
  }

  .feedback-box {
    margin-bottom: 50px;
  }

  .white-shadow {
    height: 40px;
  }

  .lable {
    border-width: 1px;
    margin-right: .5rem;
    padding: .4rem 1.25rem .55rem;
    font-size: 1rem;
    line-height: 120%;
    display: inline-block;
  }

  .lable:hover {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lable.small {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .9rem;
    line-height: 140%;
  }

  .flex.mid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .flex.mid.m-b-s {
    margin-bottom: 40px;
  }

  .flex.hero {
    top: 58%;
    transform: translate(0, -50%);
  }

  ._50 {
    margin-bottom: 1rem;
  }

  .collection-item._2 {
    margin-top: 0;
  }

  .blog {
    margin-top: 4rem;
  }

  .content-box {
    padding: 2rem;
  }

  .content-box.auto {
    padding-top: 3rem;
  }

  .flex-2 {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
  }

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

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .link-block-3 {
    align-items: center;
  }

  .card-image {
    height: 200px;
  }

  ._80 {
    max-width: 100%;
  }

  .content-left {
    right: -20px;
  }

  .section-3 {
    padding-bottom: 6rem;
  }

  .image-block {
    transform: translate(-20px);
  }

  .image-block.rev._2 {
    height: 24rem;
    transform: translate(20px);
  }

  .image-block.rev._5 {
    transform: translate(20px);
  }

  .image-block._3 {
    height: 20rem;
  }

  .image-block._4 {
    height: 15rem;
    transform: translate(20px, 5rem);
  }

  .flex-block.text.m-b-m {
    margin-top: -2rem;
    margin-bottom: 6rem;
  }

  .big {
    font-size: 1.25rem;
  }

  .image-block-2 {
    height: 29rem;
    transform: translate(-20px);
  }

  .superhead.m-b-m {
    margin-top: -30px;
    font-size: 18vw;
    line-height: 112%;
  }

  .quote-text {
    font-size: 1.25rem;
  }

  .quote-text._2 {
    margin-bottom: 20px;
  }

  .quote-author {
    font-size: 1rem;
  }

  .sticky-text_wrapper.steps {
    grid-template-columns: 1fr;
  }

  .sticky-text_wrapper.steps.first.w--current, .sticky-text_wrapper.steps.second {
    margin-bottom: 3rem;
  }

  .sticky-img_wrapper.cc-steps._2 {
    height: auto;
  }

  .phone-screen {
    width: 100%;
    margin-bottom: 2rem;
  }

  .phone-mock_border {
    width: 100%;
    border-width: 5px;
    margin-bottom: 2rem;
  }

  .special-h2 {
    font-size: 1.4rem;
    line-height: 130%;
  }

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

  .accordion {
    padding-right: 1rem;
    font-size: 1.1rem;
  }

  .icon-2._2 {
    width: 2rem;
    margin-top: 0;
  }

  .divider {
    margin-top: 0;
    margin-bottom: 3rem;
  }

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

  .quote-image-bg {
    padding: 2rem 0;
  }

  .quote-image-bg._2 {
    padding: 20px 0 40px;
  }

  .sticky-grid-3 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .div-block-45 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .no-section {
    padding-top: 3rem;
    padding-bottom: 1.5rem;
  }

  .no-section.sand._2 {
    margin-top: -25vh;
  }

  .full-modal {
    display: block;
  }

  .image-12 {
    margin-top: 60px;
    right: 20px;
  }

  .image-12._2 {
    max-width: 120px;
  }

  .section-neu-first {
    margin-top: 8rem;
    margin-bottom: 4rem;
  }

  .h1 {
    font-size: 2rem;
  }

  .h1.fs-78 {
    font-size: 8vw;
  }

  .h1.fs-28-mobile {
    font-size: 1.75rem;
  }

  .copy-m {
    letter-spacing: .05rem;
    font-size: 1.125rem;
    line-height: 150%;
  }

  .h2 {
    letter-spacing: .03rem;
    margin-bottom: 1rem;
    font-size: 1.75rem;
    line-height: 130%;
  }

  .screenshot-image.logo {
    width: 120px;
  }

  .p-24 {
    margin-bottom: 3.5rem;
  }

  .h3 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }

  .h3.regular {
    margin-right: -20%;
    font-size: 1.75rem;
    display: block;
  }

  .h3.m-0._2 {
    max-width: 100%;
  }

  .p-6 {
    margin-bottom: 1.25rem;
  }

  .p-10 {
    margin-bottom: 2rem;
  }

  .p-14 {
    margin-bottom: 2.75rem;
  }

  .p-36 {
    margin-bottom: 5.5rem;
  }

  .p-50 {
    margin-bottom: 7rem;
  }

  .h4 {
    margin-bottom: 1rem;
    font-size: 1.3rem;
  }

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

  .line {
    margin-bottom: 2rem;
  }

  .hs-button.primary.large {
    font-size: 1rem;
  }

  .overlay-2 {
    height: 100vh;
    flex-flow: column;
    align-content: flex-start;
    justify-content: center;
    align-items: stretch;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: auto;
  }

  .menu-nav {
    overflow: hidden;
  }

  .navlink {
    letter-spacing: .1rem;
    font-size: 1.4rem;
    line-height: 140%;
  }

  .nav-link-wrapper.lp-buttons {
    display: none;
  }

  .div-block-67 {
    margin-left: -20px;
    margin-right: -20px;
  }

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

  .block-quote {
    font-size: 1.6rem;
  }

  .div-block-68 {
    width: 24px;
    height: 24px;
  }

  .text-block-2 {
    font-size: 1.8rem;
    line-height: 140%;
  }

  .block-quote {
    border-left-width: 3px;
    padding-left: 1rem;
  }

  .div-block-76 {
    margin-bottom: 3rem;
  }

  .div-block-77 {
    padding: 2rem;
  }

  .button-2 {
    font-size: 1rem;
  }

  .letter-box.glossar-navi {
    width: 4.2rem;
    height: 4.2rem;
  }

  .letter-wrapper.p-36 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .letter {
    width: auto;
    align-content: space-around;
    align-self: flex-start;
  }

  .glossar-wrapper {
    width: auto;
    flex-direction: column;
    align-content: stretch;
    align-items: flex-start;
    margin-bottom: 1rem;
  }

  .item-glossar {
    width: 100%;
  }

  .p-64 {
    margin-bottom: 8rem;
  }

  .letter-letter {
    margin-top: 2rem;
    margin-bottom: 3rem;
    margin-left: 0;
  }

  .icon2 {
    width: 30%;
  }

  .text-1._3 {
    font-size: 1.1rem;
    line-height: 120%;
  }

  .block2--wrapper {
    width: 26vh;
    height: 26vh;
  }

  .text-2._3 {
    font-size: 1.1rem;
    line-height: 120%;
  }

  .progress-bar, .progress-bar-bg {
    left: 20px;
  }

  .menuorigin {
    margin-left: -10vw;
  }

  .fs-26 {
    font-size: 1.25rem;
  }

  .fs-26.fw-600 {
    font-size: 1.125rem;
  }

  .hero__title {
    margin-top: 4rem;
    margin-bottom: 3rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .bg-bottom.black.h-313 {
    height: 130vh;
  }

  .mock-up__right {
    max-width: 200px;
    min-height: 150.4px;
  }

  .mock-up__right.pop-up__mock-up {
    min-height: 14.5rem;
    display: none;
    position: relative;
    top: 4.5rem;
    left: 114%;
  }

  .img.courses__img {
    width: 100%;
  }

  .img.mw-70 {
    max-width: 100%;
  }

  .mock-up__text--big.pop-up__text {
    display: none;
  }

  .mock-up__text--big.text-red {
    font-size: 2.1rem;
  }

  .fs-18 {
    font-size: 1.125rem;
  }

  .fs-18.white.fw-600 {
    font-size: .9rem;
  }

  .design__content {
    margin-top: 2rem;
    margin-bottom: 15rem;
    padding-top: 3rem;
  }

  .design__img._1 {
    min-width: 85vw;
  }

  .design__img._2 {
    min-width: 80vw;
  }

  .design__img._3 {
    max-height: none;
    min-width: 80vw;
  }

  .design__img._4 {
    max-height: none;
    min-width: 90vw;
  }

  .courses__top {
    margin-bottom: 4rem;
  }

  .courses__bottom {
    grid-column-gap: 15vw;
  }

  .courses__item {
    grid-row-gap: 2rem;
  }

  .card__icon.first {
    max-width: 6.5rem;
  }

  .card__icon.second {
    max-width: 7.3rem;
  }

  .card__icon.third {
    max-width: 7.1rem;
  }

  .fs-28 {
    font-size: 1.4rem;
  }

  .default-slider {
    flex-direction: column;
    margin-bottom: 0;
    display: flex;
  }

  .slider-wrapper {
    max-height: 860px;
    min-height: 640px;
    justify-content: flex-start;
  }

  .mask-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 0;
    padding-bottom: 2rem;
    display: flex;
  }

  .slider-navigation {
    width: 40%;
    display: none;
    top: 1rem;
    bottom: auto;
    left: auto;
  }

  .left-arrow {
    bottom: auto;
    left: 1rem;
  }

  .right-arrow {
    bottom: auto;
    left: 5.2rem;
    right: auto;
  }

  .fs-200.top-40 {
    font-size: 34vw;
  }

  .superscript {
    font-size: 7vw;
    top: -6.4rem;
  }

  .pop-up.value-props, .pop-up.sprint-workshop, .pop-up.kontakt {
    display: none;
  }

  .pop-up__left {
    z-index: -1;
    width: 100%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .pop-up__right {
    background-color: rgba(0, 0, 0, 0);
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .pop-up__bg._2 {
    display: none;
  }

  .mw-645.mb-40 {
    max-width: 90%;
  }

  .close-btn {
    margin-top: -3rem;
    position: absolute;
  }

  .pop-up__title {
    z-index: 2;
    width: 100%;
    margin-bottom: 3rem;
  }

  .pop-up__title.mobile-mw-90 {
    width: 100%;
  }

  .pop-up__binoculars {
    z-index: 0;
    max-width: 5rem;
    top: 30px;
  }

  .img-full {
    display: none;
  }

  .small-star._1 {
    width: 1rem;
    display: none;
    top: 1%;
    left: 81%;
  }

  .small-star._2 {
    width: 1rem;
    top: 7rem;
  }

  .small-star._3 {
    display: none;
    top: 10.5%;
    left: auto;
    right: 0;
  }

  .start._1 {
    width: 3rem;
    left: 0;
  }

  .start._1.kontakt {
    width: 2.1rem;
    top: -4%;
    left: 0;
  }

  .start._2 {
    width: 2rem;
    display: none;
  }

  .form__wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .form__info.mb-96 {
    max-width: 100%;
  }

  .info__list {
    width: 100%;
  }

  .pop-up__graph {
    width: 100%;
    max-width: 5.6rem;
    top: .8rem;
    right: -1.1rem;
  }

  .pop-up__graph._2 {
    max-width: 8rem;
    right: -11px;
  }

  .hero-vector {
    opacity: 0;
  }

  .hero-vector._1 {
    max-width: 51vw;
    top: 63%;
    left: 10%;
  }

  .hero-vector._2 {
    max-width: 68vw;
    top: 60%;
  }

  .hero-vector._3 {
    max-width: 15vw;
    top: 9%;
    left: 22%;
  }

  .hero-vector._4 {
    max-width: 90vw;
    top: 40%;
    left: 5%;
  }

  .rainbow-family-text {
    opacity: 0;
    font-size: 4vw;
  }

  .rainbow-family-text._1 {
    top: -2%;
    left: 2%;
  }

  .rainbow-family-text._2 {
    left: 3%;
  }

  .rainbow-family-text._3 {
    right: 1%;
  }

  .design__middle-text {
    font-size: 11vw;
  }

  .pop-up__bloge {
    max-width: 1.6rem;
    top: 115px;
    right: 0;
  }

  .courses__title {
    font-size: 1.3rem;
  }

  .fs-24 {
    font-size: 1.125rem;
    line-height: 145%;
  }

  .fs-16-tablet {
    font-size: 1.125rem;
  }

  .navigation-wrapper {
    margin-top: 0;
  }

  .div-block-112 {
    right: 20px;
  }

  .section-8 {
    padding-top: 3rem;
    padding-bottom: 1.5rem;
  }

  .section-8.first.full-height.newsletter {
    padding-top: 3rem;
  }

  .button-3 {
    font-size: 1rem;
  }

  .m-b-m-2 {
    margin-bottom: 50px;
  }

  .full-modal-2 {
    display: block;
  }

  .image-44 {
    margin-top: 60px;
    right: 20px;
  }

  .image-44._2 {
    max-width: 120px;
  }

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

  .sticky__block_icons {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
    grid-template-columns: 1.5fr;
  }
}

#w-node-_932eaad9-b0ed-9893-02ae-9dd65e61af5b-f42b5efc, #w-node-_8430a4e2-0dda-5c5a-c364-98901f78936f-f42b5efc, #w-node-_35711d3b-961a-2304-488a-5a67524986a2-f42b5efc, #w-node-_3ca76263-c998-c751-3a96-3eb20562e980-f42b5efc, #w-node-_5a4ba357-828a-e27c-d92f-b9822c5f56fe-f42b5efc, #w-node-_56b7587c-4df2-75c2-b943-257966ea466a-f42b5efc, #w-node-d8379534-5f7a-5329-8a5a-7b9a542b2846-f42b5efc, #w-node-_4c923b41-3ab1-cf05-160a-77f045f63882-f42b5efc, #w-node-fa947a7c-e83c-d6b7-8cfc-07d46cfcde46-f42b5efc, #w-node-fa947a7c-e83c-d6b7-8cfc-07d46cfcde5b-f42b5efc, #w-node-fa947a7c-e83c-d6b7-8cfc-07d46cfcde54-f42b5efc, #w-node-fa947a7c-e83c-d6b7-8cfc-07d46cfcde4d-f42b5efc, #w-node-f64178d5-1372-d73e-b96c-243356217c2c-f42b5efc, #w-node-f64178d5-1372-d73e-b96c-243356217c2d-f42b5efc, #w-node-f64178d5-1372-d73e-b96c-243356217c33-f42b5efc, #w-node-f64178d5-1372-d73e-b96c-243356217c34-f42b5efc, #w-node-f64178d5-1372-d73e-b96c-243356217c43-f42b5efc, #w-node-f64178d5-1372-d73e-b96c-243356217c44-f42b5efc, #w-node-_9a53fdae-72a0-459e-3a55-6f53511f3109-f42b5efc, #w-node-_9a53fdae-72a0-459e-3a55-6f53511f310a-f42b5efc, #w-node-_9a53fdae-72a0-459e-3a55-6f53511f310b-f42b5efc, #w-node-_9a53fdae-72a0-459e-3a55-6f53511f310c-f42b5efc, #w-node-_9a53fdae-72a0-459e-3a55-6f53511f310d-f42b5efc, #w-node-_9a53fdae-72a0-459e-3a55-6f53511f310e-f42b5efc, #w-node-_9a53fdae-72a0-459e-3a55-6f53511f310f-f42b5efc, #w-node-_9a53fdae-72a0-459e-3a55-6f53511f3110-f42b5efc, #w-node-_9a53fdae-72a0-459e-3a55-6f53511f3111-f42b5efc, #w-node-_9a53fdae-72a0-459e-3a55-6f53511f3112-f42b5efc, #w-node-_9a53fdae-72a0-459e-3a55-6f53511f3113-f42b5efc, #w-node-_9a53fdae-72a0-459e-3a55-6f53511f3114-f42b5efc, #w-node-d7156dc1-e1d9-5368-f9dc-287f77c4bbeb-f42b5efc, #w-node-d7156dc1-e1d9-5368-f9dc-287f77c4bbec-f42b5efc, #w-node-d7156dc1-e1d9-5368-f9dc-287f77c4bbf2-f42b5efc, #w-node-d7156dc1-e1d9-5368-f9dc-287f77c4bbf3-f42b5efc, #w-node-d6a992a6-2ef0-1dfd-c055-693003ff4aec-f42b5efc, #w-node-d6a992a6-2ef0-1dfd-c055-693003ff4aed-f42b5efc, #w-node-_1b14d3b6-267c-286a-2ca5-cd32c27a13c9-f42b5efc, #w-node-_1b14d3b6-267c-286a-2ca5-cd32c27a13ca-f42b5efc, #w-node-_759cf1b5-73d3-1183-363f-cda6e24bf522-f42b5efc, #w-node-_759cf1b5-73d3-1183-363f-cda6e24bf523-f42b5efc, #w-node-d7156dc1-e1d9-5368-f9dc-287f77c4bbf9-f42b5efc, #w-node-d7156dc1-e1d9-5368-f9dc-287f77c4bbfa-f42b5efc, #w-node-_4d0b72a1-c5a2-20dc-04ff-8cbf4f18157a-67c522b6, #w-node-_4d0b72a1-c5a2-20dc-04ff-8cbf4f18157a-8bb376a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_7100b9aa-1bb5-e24b-e754-9582353d9eea-f42b5efc {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
  }

  #w-node-_35711d3b-961a-2304-488a-5a67524986a6-f42b5efc, #w-node-_5a4ba357-828a-e27c-d92f-b9822c5f56fe-f42b5efc, #w-node-_56b7587c-4df2-75c2-b943-257966ea466a-f42b5efc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5a4ba357-828a-e27c-d92f-b9822c5f5702-f42b5efc {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
  }

  #w-node-_4c923b41-3ab1-cf05-160a-77f045f63882-f42b5efc, #w-node-d8379534-5f7a-5329-8a5a-7b9a542b284a-f42b5efc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5fa3435f-677b-81c0-ae06-beb72e5c54b3-f42b5efc {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
  }

  #w-node-_5fa3435f-677b-81c0-ae06-beb72e5c54ca-f42b5efc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5fa3435f-677b-81c0-ae06-beb72e5c54c3-f42b5efc {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
  }

  #w-node-_5fa3435f-677b-81c0-ae06-beb72e5c54ba-f42b5efc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f64178d5-1372-d73e-b96c-243356217c31-f42b5efc {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
  }

  #w-node-f64178d5-1372-d73e-b96c-243356217c38-f42b5efc, #w-node-f64178d5-1372-d73e-b96c-243356217c44-f42b5efc, #w-node-f64178d5-1372-d73e-b96c-243356217c48-f42b5efc, #w-node-_9a53fdae-72a0-459e-3a55-6f53511f3109-f42b5efc, #w-node-_9a53fdae-72a0-459e-3a55-6f53511f310c-f42b5efc, #w-node-_9a53fdae-72a0-459e-3a55-6f53511f310d-f42b5efc, #w-node-_9a53fdae-72a0-459e-3a55-6f53511f310e-f42b5efc, #w-node-_9a53fdae-72a0-459e-3a55-6f53511f310f-f42b5efc, #w-node-_9a53fdae-72a0-459e-3a55-6f53511f3110-f42b5efc, #w-node-_9a53fdae-72a0-459e-3a55-6f53511f3111-f42b5efc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d7156dc1-e1d9-5368-f9dc-287f77c4bbf0-f42b5efc {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
  }

  #w-node-d7156dc1-e1d9-5368-f9dc-287f77c4bbf7-f42b5efc, #w-node-d6a992a6-2ef0-1dfd-c055-693003ff4af1-f42b5efc, #w-node-_1b14d3b6-267c-286a-2ca5-cd32c27a13ce-f42b5efc, #w-node-_759cf1b5-73d3-1183-363f-cda6e24bf527-f42b5efc, #w-node-d7156dc1-e1d9-5368-f9dc-287f77c4bbfa-f42b5efc, #w-node-d7156dc1-e1d9-5368-f9dc-287f77c4bbfe-f42b5efc, #w-node-_4d0b72a1-c5a2-20dc-04ff-8cbf4f18157a-67c522b6, #w-node-_4d0b72a1-c5a2-20dc-04ff-8cbf4f18157a-8bb376a3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Rooberthead';
  src: url('../fonts/RoobertHead-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rooberthead';
  src: url('../fonts/RoobertHead-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roobert';
  src: url('../fonts/Roobert-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roobert';
  src: url('../fonts/Roobert-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}