:root {
  --white: white;
  --black: black;
  --green: #d4fc4c;
  --transaprent: rgba(255, 255, 255, 0);
  --lightgrey: rgba(230, 230, 230, .35);
}

body {
  color: #000;
  cursor: none;
  font-family: Outfit, sans-serif;
  font-size: 1.1rem;
  line-height: 1.3em;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1em;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2em;
}

h5 {
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .6rem;
  font-weight: 400;
  line-height: 1.2em;
}

h6 {
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.2em;
}

p {
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.3em;
}

a {
  color: var(--white);
  text-decoration: none;
  transition: all .4s;
}

a:hover {
  font-weight: 700;
}

li {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25em;
}

em {
  font-style: italic;
}

sup {
  font-size: .75rem;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1em;
}

.text-spacing {
  height: auto;
  padding: 7rem 9rem;
  position: relative;
}

.text-spacing.bg-black {
  z-index: 1;
  background-color: var(--black);
  color: #fff;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  padding-left: 9rem;
  padding-right: 9rem;
  position: -webkit-sticky;
  position: sticky;
}

.text-spacing.bg-black.contact {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.text-spacing.bg-green {
  background-color: var(--green);
}

.text-spacing.top {
  padding-top: 10rem;
}

.typo-green {
  color: var(--green);
  font-weight: 400;
}

.navbar {
  z-index: 3;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  height: 13vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.nav-link {
  color: var(--white);
  cursor: none;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 0 40px;
  font-size: .8rem;
  display: block;
}

.nav-link:hover {
  color: var(--green);
  letter-spacing: 0;
  font-weight: 600;
}

.nav-link.w--current {
  color: var(--green);
  font-weight: 600;
}

.logo-image {
  max-width: 85px;
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  height: 3rem;
  font-size: .9rem;
  line-height: 1.1em;
  display: flex;
}

.nav-container {
  background-color: var(--black);
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  justify-content: space-between;
  align-items: center;
  height: 14vh;
  padding-bottom: 0;
  padding-left: 6.5rem;
  padding-right: 6.5rem;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.row {
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.paragraph {
  margin-bottom: 6vh;
}

.button-wrap-white {
  cursor: pointer;
  background-color: #ffcd03;
  border-style: none;
  border-width: 1px;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 170px;
  min-height: 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-wrap-white:hover {
  border-style: none;
  border-color: #979892;
}

.chapter {
  letter-spacing: .05vw;
  margin-bottom: 5rem;
  padding-left: 2rem;
  display: inline-block;
}

.content-flex {
  justify-content: flex-start;
  align-items: center;
  margin-right: 5rem;
}

.wrap-scrolling-text {
  align-items: center;
  min-height: 400px;
  display: flex;
  overflow: hidden;
}

.card-03 {
  z-index: 3;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  flex: none;
  align-self: stretch;
  width: 33.33%;
  position: relative;
  overflow: hidden;
}

.underlined-btn {
  letter-spacing: .6px;
  text-transform: none;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 25px;
  margin-right: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 22px;
  text-decoration: none;
  transition: background-color .2s;
}

.underlined-btn:hover {
  color: var(--black);
  font-weight: 300;
}

.underlined-btn.white {
  text-transform: none;
  cursor: none;
  margin-top: 0;
  margin-right: 30px;
}

.underlined-btn.white:hover {
  color: var(--white);
}

.underlined-btn.white.contact {
  margin-right: 50px;
  padding: 5px 0;
}

.underlined-btn.black {
  color: var(--black);
  cursor: none;
  margin-top: 0;
}

.btn-line-bg {
  background-color: var(--green);
  width: 100%;
  height: 1.5px;
  margin-top: 2px;
  position: relative;
}

.btn-line-bg.white {
  background-color: var(--green);
  height: 1.5px;
}

.btn-line {
  background-color: var(--white);
  transform-origin: 0%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.btn-line.green {
  background-color: var(--black);
}

.btn-text {
  letter-spacing: 0;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.5em;
}

.btn-text.contact {
  font-size: 1rem;
}

.bg-picture {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.zoom-in-pic {
  background-image: url('../images/IMG_0388-.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 40px;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 0 9rem;
  display: flex;
  overflow: visible;
}

.logo-zoom-wrapper {
  align-self: auto;
  width: 50vw;
}

.logo-zoom-sticky {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.logo-zoom-sticky.bg-black {
  background-color: var(--black);
}

.logo-zoom-sticky-inner {
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-left: 0;
  padding-bottom: 10vh;
  display: flex;
  overflow: hidden;
}

.lottie {
  align-items: center;
  width: 30px;
  margin-top: -50px;
  padding-top: 0;
  display: flex;
}

.scroll-request {
  z-index: 1;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 20vh;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.start {
  color: #000;
  background-color: #fff;
  width: 100%;
  max-width: 100vw;
  height: 180vh;
  margin-bottom: -2px;
  position: static;
}

.logo-zoom-img {
  width: 100%;
}

.hor-scroll {
  height: 500vw;
}

.logo {
  z-index: 1;
  opacity: .9;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 8%;
}

.cursor {
  z-index: 90000;
  opacity: 0;
  mix-blend-mode: difference;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cursor__dot {
  border: 1.25px solid var(--white);
  opacity: 1;
  mix-blend-mode: difference;
  background-color: #fff;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
}

.link-block {
  cursor: none;
}

.step-wrapper {
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-around;
  align-items: center;
  min-height: 40vh;
  margin-top: 0;
  display: flex;
  position: relative;
}

.shadow {
  z-index: 1;
  border-radius: 16px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 7px 7px 20px rgba(18, 18, 18, .07);
}

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

.timeline-img {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.timeline-content {
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.timeline-text {
  color: var(--black);
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.timeline-text-content {
  z-index: 2;
  background-color: #fff;
  border-radius: 40px;
  align-items: center;
  min-width: 350px;
  padding: 10%;
  display: flex;
  position: relative;
}

.timeline-dot {
  z-index: 3;
  background-color: #eeeff4;
  border-radius: 50%;
  width: 1.5px;
  height: 1.5px;
  margin-top: -6px;
  margin-bottom: -6px;
  position: relative;
}

.timeline-block {
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-around;
  align-items: center;
  height: 180px;
  margin-top: 0;
  display: flex;
  position: relative;
}

.timeline-text-wrapper {
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.timeline-text-wrapper.left {
  justify-content: flex-start;
  align-items: center;
}

.scroll-line-base {
  background-color: var(--black);
  transform-origin: 50% 0;
  width: 2px;
  height: 350px;
}

.scroll-line {
  transform-origin: 50% 0;
  background-color: #d4fc4c;
  width: 2px;
  height: 180px;
  position: absolute;
  bottom: 0;
}

.scroll-wrapper {
  flex-direction: column;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  bottom: 50%;
}

.step-block-text {
  z-index: 1;
  color: var(--white);
  letter-spacing: .25px;
  margin-top: 10px;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2em;
  position: relative;
}

.step-block-text.text-1 {
  color: var(--white);
  font-size: 1.8rem;
  font-weight: 400;
}

.step-block-text.text-3 {
  opacity: 1;
  color: var(--white);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2em;
}

.step-block-text.text-2 {
  opacity: 1;
  color: var(--white);
  font-size: 1.8rem;
  font-weight: 400;
}

.sticky-text-wrapper {
  width: 100vw;
  position: relative;
  overflow: visible;
}

.step-block {
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  height: 100%;
  margin-right: 20px;
  display: flex;
}

.step-block.sb-3, .step-block.sb-2 {
  width: 25%;
  margin-right: 2%;
}

.step-block.sb-1 {
  width: 50%;
  margin-right: 2%;
}

.step-block-number {
  color: var(--green);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: .6rem;
  font-weight: 300;
}

.step-block_progress-bar-inner {
  background-color: #fff;
  width: 100%;
  height: 1px;
  transform: translate(-100%);
}

.step-block_progress-bar-inner.progress-bar__2, .step-block_progress-bar-inner.progress-bar__3, .step-block_progress-bar-inner.progress-bar__1 {
  background-color: var(--green);
  height: 3px;
}

.sticky-text-content {
  z-index: 2;
  width: 100%;
  height: 350vh;
  display: block;
  position: relative;
}

.sticky-text {
  width: 100vw;
  position: relative;
}

.step-block-wrapper {
  flex: 0 auto;
  align-items: stretch;
  width: 100%;
  height: 30vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.sticky-text-trigger {
  height: 1px;
  position: relative;
}

.sticky-text-trigger.trigger-2 {
  z-index: 999;
  background-color: rgba(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  position: absolute;
  top: 40%;
}

.sticky-text-trigger.trigger-1 {
  z-index: 999;
  background-color: rgba(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  position: absolute;
  top: 20%;
}

.sticky-text-trigger.trigger-3 {
  z-index: 999;
  background-color: rgba(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  position: absolute;
  top: 60%;
}

.sticky-text-trigger.trigger-4 {
  z-index: 999;
  background-color: rgba(0, 0, 0, 0);
  width: 1px;
  position: absolute;
  top: 80%;
}

.step-block-content {
  height: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

.step-block-progress-bar {
  background-color: #7d8082;
  width: 100%;
  height: 3px;
  margin-top: 8px;
  margin-bottom: 12px;
  overflow: hidden;
}

.sticky-text-triggers {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.sticky-text-triggers.steps {
  width: 1px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
}

.sticky-text-wrap {
  z-index: 1;
  position: static;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.sticky-text-wrap.sticky {
  background-color: var(--black);
  color: var(--white);
  width: 100vw;
  height: 100vh;
  padding-top: 7rem;
  padding-left: 9rem;
  padding-right: 9rem;
  position: relative;
}

.footer-link {
  color: var(--white);
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  cursor: none;
  font-size: .65rem;
  line-height: 1em;
  transition: all .2s;
}

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

.footer-link.is-chapter {
  color: var(--white);
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  cursor: none;
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: .65rem;
  line-height: 1.5em;
  transition: all .2s;
}

.footer-link.is-chapter:hover {
  opacity: 1;
  color: var(--green);
  mix-blend-mode: normal;
}

.button-wrapper {
  margin-top: 0;
}

.footer {
  border-top: 1px solid var(--lightgrey);
  background-color: var(--black);
  flex-wrap: nowrap;
  align-content: stretch;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 2rem 6.5rem;
  display: flex;
  position: static;
}

.footer-text {
  color: var(--white);
  font-size: .65rem;
  font-weight: 400;
  line-height: 1rem;
}

.sticky-cards {
  z-index: 2;
  background-color: var(--black);
  margin-top: -4rem;
  position: relative;
}

.sticky-cards-content {
  background-color: #fff;
  border: 1px solid rgba(221, 221, 221, .87);
  border-bottom-style: none;
  border-radius: 40px;
  justify-content: center;
  height: 90vh;
  max-height: 53rem;
  margin-top: -8rem;
  margin-left: 6rem;
  margin-right: 6rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.sticky-cards-content.sticky-first-base {
  background-color: var(--black);
  border: 1px #000;
  border-radius: 3rem;
  flex-direction: row;
  justify-content: center;
  margin: 0 0 8rem;
  padding-left: 9rem;
  padding-right: 9rem;
}

.sticky-cards-content.sticky-first-base-contact {
  background-color: var(--black);
  border: 1px #000;
  border-radius: 3rem;
  flex-direction: row;
  justify-content: center;
  height: 90vh;
  margin: 0 0 8rem;
  padding-left: 9rem;
  padding-right: 9rem;
}

.sticky-card {
  color: var(--white);
  border-top: 1px #000;
  align-self: center;
  width: 100%;
  padding: 0 0 5rem;
  position: relative;
}

.zoom-in-pic-title {
  color: var(--white);
  width: 60vw;
  max-width: none;
}

.sticky-cards-wrapper {
  padding-top: 9rem;
  padding-bottom: 3rem;
}

.card-bottom-content {
  padding-top: 2rem;
}

.plus-icon {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1.2rem;
  min-width: 1rem;
  display: flex;
}

.sticky-typo-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 1rem;
  padding-bottom: 2rem;
  display: flex;
}

.sticky-typo-wrapper.start {
  justify-content: center;
  align-items: center;
  height: 450vh;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.card-bottom {
  padding-left: 0;
  overflow: hidden;
}

.card-item {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px solid var(--green);
  background-color: var(--black);
  outline-offset: 0px;
  color: var(--white);
  cursor: none;
  border-radius: 40px;
  outline-width: 1px;
  outline-style: none;
  flex-direction: column;
  justify-content: space-between;
  width: 32%;
  min-height: 65vh;
  margin-top: 0;
  margin-left: .5rem;
  margin-right: .5rem;
  padding: 2.5rem;
  display: flex;
}

.card-item.big {
  border-radius: 40px;
  width: 50vw;
  min-height: auto;
  margin-left: 5rem;
  padding: 4rem;
}

.card-item.right {
  width: 32%;
}

.distance {
  border: 1px #d3e5e9;
  border-radius: 1rem;
  flex-direction: column-reverse;
  justify-content: flex-end;
  padding-top: 0;
  display: flex;
}

.distance-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  display: flex;
}

.split-scroll {
  border-top: 1px #000;
  border-radius: 0;
  padding-bottom: 7rem;
  padding-left: 6rem;
  padding-right: 6rem;
}

.split-scroll-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 55% auto;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.underline-link {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  color: #fff;
  border-bottom: 1px #1a1c24;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.sticky-img-wrapper {
  border-radius: 0;
  height: 100%;
  max-height: 100vh;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: visible;
}

.sticky-img {
  background-image: url('../images/IMG_0338_sw.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 40px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.underline-link-02 {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  color: var(--black);
  border-bottom: 1px #1a1c24;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.step-block-04 {
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-around;
  align-items: center;
  height: 250px;
  margin-top: 0;
  display: flex;
  position: relative;
}

.text-spacing-center {
  text-align: center;
  border-top-right-radius: 3vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 7rem 9rem;
  display: flex;
}

.g-mrg-down-3rem {
  margin-bottom: 3rem;
}

.div-center {
  text-align: center;
  align-self: center;
}

.g-mrgn-down-half {
  margin-bottom: 1.5rem;
}

.bg-picture-fixed {
  background-image: url('../images/DSCF0571.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  height: 150vh;
  padding-bottom: 0;
  display: flex;
}

.card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--green);
  background-color: var(--black);
  outline-offset: 0px;
  color: var(--white);
  border-radius: 40px;
  outline: 1px #142864;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.5fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  min-height: 400px;
  margin-bottom: 0;
  padding: 2rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 20vh;
}

.flex-horizontal {
  border-top: 1px #000;
  border-radius: 0;
  justify-content: center;
  align-items: flex-start;
  padding: 7rem;
  display: flex;
}

.flex-horizontal.bg-black {
  background-color: var(--black);
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  padding-left: 6rem;
  padding-right: 6rem;
}

.flex-horizontal.bg-black.no-radius {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.zoom-in {
  color: #000;
  background-image: url('../images/DSCF0560_web.jpg');
  background-position: 50% 0;
  background-size: auto;
  background-attachment: fixed;
  width: 100%;
  height: 180vh;
  margin-bottom: -2px;
  position: static;
}

.zoom-in.border {
  border-radius: 60px;
}

.logo-zoom-img-02 {
  width: 100%;
}

.sticky-typo-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px none var(--green);
  outline-offset: 0px;
  color: var(--black);
  border-radius: 1rem;
  outline: 1px #142864;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.5fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.sticky-typo-text._2 {
  top: -12vh;
}

.sticky-typo-text._3 {
  top: 0;
}

.sticky-typo-text._4 {
  top: 12vh;
}

.sticky-typo-text._5 {
  background-color: var(--black);
  color: var(--white);
  border-radius: 60px 60px 0 0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  min-height: 55vh;
  padding-left: 9rem;
  padding-right: 9rem;
}

.sticky-typo-text._1 {
  top: -25vh;
}

.sticky-typo {
  height: auto;
  padding: 0;
  position: relative;
}

.headline-4-5-rem {
  text-align: center;
  text-transform: none;
  font-size: 4.5rem;
}

.sticky-card-contact {
  color: var(--white);
  border-top: 1px #000;
  align-self: stretch;
  width: 100%;
  padding: 5rem 0;
  position: relative;
}

.sticky-cards-wrapper-contact {
  padding: 7rem 0 3rem;
}

.sticky-card-text {
  color: var(--black);
  border-top: 1px #000;
  align-self: center;
  width: 75%;
  padding: 0;
  position: relative;
}

.logo-slider {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  margin-top: 6rem;
  display: flex;
}

.logo-slider-img {
  width: 110px;
}

.text-wrapper-60vw {
  width: 60vw;
}

.text-container {
  color: var(--black);
  align-self: center;
  width: 85%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

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

.scroll-indicator {
  z-index: 9999;
  background-color: var(--green);
  border-radius: 100px;
  width: 9px;
  height: 9px;
  position: fixed;
  top: 5px;
}

.wir-sehen-dich {
  display: none;
}

.logo-zoom-in {
  background-color: var(--black);
}

.sticky-cards-content-contact {
  background-color: #fff;
  border: 1px solid rgba(221, 221, 221, .87);
  border-bottom-style: none;
  border-radius: 40px;
  justify-content: center;
  height: 90vh;
  max-height: 53rem;
  margin-top: 8rem;
  margin-left: 6rem;
  margin-right: 6rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.link-typo-black {
  color: var(--black);
  cursor: none;
}

.start-logo-zoom-in {
  z-index: 6;
  color: #000;
  background-color: #fff;
  width: 100%;
  height: 200vh;
  margin-bottom: -2px;
  position: static;
}

.start-logo-zoom-in.mobile {
  display: none;
}

.hero-zoom-img {
  width: 100%;
}

.hero-scroll-indicator {
  z-index: 10;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 30vh;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-small {
  font-size: .7rem;
  line-height: 1rem;
  text-decoration: none;
}

.lottie-2 {
  align-items: center;
  width: 100px;
  margin-top: -62px;
  padding-top: 0;
  display: flex;
}

.trigger-card-3 {
  width: 100%;
  height: 1px;
  position: absolute;
  top: 442.5vh;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.subheadline {
  font-size: 2rem;
  line-height: 2.2rem;
}

.trigger-card-1 {
  width: 100%;
  height: 1px;
  position: absolute;
  top: 147.5vh;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.hero-section {
  width: 100%;
  height: 220vh;
  padding: 5vh;
  position: relative;
  top: 0;
}

.hero-section.mobile {
  display: none;
}

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

.card-content-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  margin: auto;
}

.card-wrapper {
  background-color: #fff;
  border: 1px rgba(50, 50, 50, .15);
  border-radius: 15px;
  width: 700px;
  height: 370px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 5rem;
  display: flex;
  position: relative;
  transform: translate(0, 350px);
  box-shadow: 0 30px 40px rgba(50, 50, 50, .15);
}

.trigger-card-2 {
  width: 100%;
  height: 1px;
  position: absolute;
  top: 295vh;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.hero-max-width-1250-px {
  width: 100%;
  max-width: 1250px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.cards-container {
  perspective: 2000px;
  height: 90vh;
  padding-top: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 5vh;
}

@media screen and (min-width: 1280px) {
  h2 {
    line-height: 1.1em;
  }

  h5 {
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: .7rem;
    font-weight: 400;
  }

  p {
    margin-bottom: 0;
  }

  .text-spacing {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .text-spacing.bg-black {
    padding: 8rem 12rem;
  }

  .navbar {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 12vh;
    display: flex;
    top: 0%;
  }

  .logo-image {
    max-width: 95px;
  }

  .nav-container {
    display: flex;
  }

  .paragraph {
    font-size: 1.2rem;
  }

  .chapter {
    letter-spacing: .1vw;
  }

  .underlined-btn.white {
    margin-right: 40px;
  }

  .zoom-in-pic {
    background-image: url('../images/IMG_0388-.jpg');
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lottie {
    margin-top: -55px;
  }

  .scroll-request {
    z-index: 1;
    height: 20vh;
  }

  .logo {
    right: 0%;
  }

  .cursor__dot {
    border-width: 1px;
  }

  .timeline-block, .scroll-line {
    height: 220px;
  }

  .sticky-text-wrap.sticky {
    padding-top: 8rem;
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .footer-link.is-chapter {
    font-size: .7rem;
  }

  .sticky-cards-content {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sticky-cards-content.sticky-first-base, .sticky-cards-content.sticky-first-base-contact {
    margin-left: 0;
    margin-right: 0;
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sticky-card {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .zoom-in-pic-title {
    z-index: 1;
    position: relative;
    left: 0;
    right: 0;
  }

  .card-item {
    cursor: none;
  }

  .text-spacing-center {
    padding: 8rem 12rem;
  }

  .sticky-typo-content {
    overflow: visible;
  }

  .flex-horizontal.bg-black {
    padding: 8rem;
  }

  .sticky-typo-text._5 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sticky-card-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .sticky-cards-wrapper-contact {
    padding-top: 8rem;
    padding-bottom: 4rem;
  }

  .sticky-card-text {
    padding-left: 0;
    padding-right: 0;
  }

  .logo-slider-img {
    width: 120px;
  }

  .sticky-cards-content-contact {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .hero-scroll-indicator {
    height: 20vh;
  }

  .text-small {
    font-size: .8rem;
    line-height: 1.1rem;
  }

  .lottie-2 {
    margin-top: -10px;
  }

  .card-wrapper {
    border-color: rgba(255, 255, 255, 0);
  }
}

@media screen and (min-width: 1440px) {
  .text-spacing {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .text-spacing.bg-black {
    padding: 9rem 14rem;
  }

  .nav-link {
    font-size: .9rem;
  }

  .logo-image {
    max-width: 100px;
  }

  .paragraph {
    font-size: 1.4rem;
    line-height: 1.4em;
  }

  .chapter {
    letter-spacing: .1vw;
    font-size: .75vw;
  }

  .zoom-in-pic {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .timeline-block, .scroll-line {
    height: 260px;
  }

  .sticky-text-wrap.sticky {
    padding-top: 9rem;
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .footer-link.is-chapter {
    font-size: .8rem;
  }

  .sticky-cards-content {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .sticky-cards-content.sticky-first-base {
    margin-left: 0;
    margin-right: 0;
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sticky-cards-content.sticky-first-base-contact {
    height: 100vh;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sticky-card {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 10rem;
  }

  .zoom-in-pic-title {
    width: 50vw;
  }

  .card-item {
    width: 32%;
    min-height: 55vh;
    padding: 3.5rem;
  }

  .card-item.big {
    padding: 3.5rem;
  }

  .card-item.right {
    min-height: 55vh;
    margin-right: 0;
  }

  .card-item.left {
    width: 32%;
    margin-left: 0;
  }

  .text-spacing-center {
    padding: 9rem 14rem;
  }

  .card {
    min-height: 430px;
    padding: 3.5rem;
  }

  .flex-horizontal.bg-black {
    padding: 9rem;
  }

  .sticky-typo-text._5 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .sticky-card-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .sticky-cards-wrapper-contact {
    padding-top: 9rem;
  }

  .sticky-card-text {
    padding-left: 0;
    padding-right: 0;
  }

  .logo-slider {
    width: 1800px;
    margin-left: 0;
  }

  .logo-slider-img {
    width: 130px;
  }

  .text-wrapper-60vw {
    width: 50vw;
  }

  .sticky-cards-content-contact {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .text-small {
    font-size: .9rem;
    line-height: 1.2rem;
  }

  .heading-3 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1920px) {
  h2 {
    font-size: 8rem;
    line-height: 1em;
  }

  h3 {
    font-size: 3.5rem;
  }

  h4 {
    font-size: 2.2rem;
  }

  h5 {
    font-size: .8rem;
  }

  p {
    font-size: 1.5rem;
    line-height: 1.4em;
  }

  .text-spacing, .text-spacing.bg-black {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .navbar {
    height: 14vh;
  }

  .nav-link {
    font-size: 1rem;
  }

  .logo-image {
    max-width: 120px;
  }

  .nav-container {
    height: 14vh;
  }

  .paragraph {
    font-size: 1.6rem;
    line-height: 1.6em;
  }

  .chapter {
    letter-spacing: .1vw;
    font-size: .85vw;
  }

  .btn-text {
    font-size: 1rem;
  }

  .logo-zoom-sticky-inner {
    padding-bottom: 0;
  }

  .lottie {
    width: 40px;
    margin-top: -65px;
  }

  .timeline-block, .scroll-line {
    height: 260px;
  }

  .step-block-text.text-1, .step-block-text.text-3, .step-block-text.text-2 {
    font-size: 2.2rem;
  }

  .step-block-number {
    font-size: .7rem;
  }

  .sticky-text-wrap.sticky {
    padding-top: 9rem;
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .sticky-cards-content {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sticky-cards-content.sticky-first-base, .sticky-cards-content.sticky-first-base-contact {
    margin-left: 0;
    margin-right: 0;
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .card-item, .card-item.right, .card-item.left {
    width: 30%;
  }

  .text-spacing-center {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .g-mrgn-down-half {
    line-height: 1.4em;
  }

  .card {
    min-height: 500px;
    padding: 4rem;
  }

  .flex-horizontal.bg-black {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sticky-typo-text._5 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .logo-slider-img {
    width: 140px;
  }

  .text-container {
    width: 80%;
  }

  .sticky-cards-content-contact {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .hero-section {
    z-index: 1;
    margin-top: 0;
  }

  .card-wrapper {
    width: 900px;
  }

  .hero-max-width-1250-px {
    max-width: 1600px;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 4rem;
  }

  h3 {
    font-size: 2.8rem;
  }

  h4 {
    font-size: 1.4rem;
  }

  .text-spacing {
    padding: 5rem;
  }

  .text-spacing.bg-black {
    padding: 3rem;
  }

  .navbar {
    height: 10vh;
  }

  .nav-link {
    text-align: center;
  }

  .nav-menu {
    z-index: 100000;
    background-color: var(--black);
  }

  .nav-container {
    height: 10vh;
  }

  .row {
    min-width: auto;
  }

  .card-03 {
    flex: none;
    width: auto;
  }

  .underlined-btn {
    max-width: 150px;
  }

  .underlined-btn.white {
    max-width: none;
  }

  .zoom-in-pic {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .logo-zoom-wrapper {
    display: flex;
  }

  .logo-zoom-sticky {
    height: 180vh;
  }

  .logo-zoom-sticky-inner {
    justify-content: flex-start;
  }

  .start {
    display: none;
  }

  .logo-zoom-img {
    width: 100vw;
    margin-bottom: 30vh;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20vw;
    padding-right: 20vw;
    position: -webkit-sticky;
    position: sticky;
    top: 30vh;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .hor-scroll {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .logo {
    z-index: 0;
  }

  .cursor {
    display: none;
  }

  .timeline-text-content {
    min-width: 260px;
  }

  .timeline-text-wrapper {
    justify-content: center;
    align-items: center;
  }

  .step-block-text.text-1, .step-block-text.text-3, .step-block-text.text-2 {
    font-size: 1.5rem;
  }

  .sticky-text-wrapper {
    overflow: visible;
  }

  .sticky-text-wrap.sticky {
    padding-top: 7rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .footer {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sticky-cards {
    background-color: var(--black);
    border-top-left-radius: 4rem;
    border-top-right-radius: 4rem;
  }

  .sticky-cards-content {
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    margin-left: 3rem;
    margin-right: 3rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    position: relative;
  }

  .sticky-cards-content.sticky-first-base {
    margin-bottom: 0;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sticky-cards-content.sticky-first-base-contact {
    height: auto;
    margin-bottom: 0;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sticky-cards-wrapper {
    margin-top: 1rem;
    padding-top: 6rem;
  }

  .sticky-typo-wrapper {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .sticky-typo-wrapper.start {
    display: flex;
  }

  .card-item {
    width: auto;
    min-height: auto;
    margin-bottom: 2rem;
    margin-left: 0;
    margin-right: 0;
    padding: 3rem;
  }

  .card-item.big, .card-item.right {
    width: auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 3rem;
  }

  .card-item.left {
    width: auto;
    min-height: auto;
    margin-bottom: 2rem;
  }

  .distance-wrapper {
    width: 100%;
  }

  .split-scroll.bg-black {
    padding-bottom: 3rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .split-scroll-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .sticky-img {
    height: 400px;
  }

  .text-spacing-center {
    padding: 5rem 2rem;
  }

  .card {
    padding: 3rem;
    top: 30px;
  }

  .flex-horizontal.bg-black {
    flex-flow: column;
    padding: 3rem;
  }

  .flex-horizontal.bg-black.no-radius {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .zoom-in {
    width: 100vw;
    display: none;
    overflow: visible;
  }

  .logo-zoom-img-02 {
    width: 100vw;
    margin-bottom: 30vh;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20vw;
    padding-right: 20vw;
    position: -webkit-sticky;
    position: sticky;
    top: 30vh;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .sticky-typo-text {
    top: 28%;
  }

  .sticky-typo-text._2 {
    top: -20vh;
  }

  .sticky-typo-text._3 {
    top: -10vh;
  }

  .sticky-typo-text._4 {
    top: 0;
  }

  .sticky-typo-text._5 {
    padding-left: 3rem;
    padding-right: 3rem;
    top: 10%;
  }

  .headline-4-5-rem {
    font-size: 3rem;
  }

  .sticky-card-contact {
    padding-bottom: 0;
  }

  .logo-slider {
    grid-column-gap: 3rem;
  }

  .logo-slider-img {
    width: 70px;
  }

  .text-wrapper-60vw {
    width: 100%;
  }

  .text-wrapper-60vw.mobile-100vw {
    width: 100vw;
  }

  .text-container {
    width: 75%;
  }

  .wir-sehen-dich {
    z-index: 1000000;
    background-color: var(--black);
    color: var(--white);
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100vw;
    height: 100vh;
    padding: 80px;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .wir-sehen-dich.hide {
    display: none;
  }

  .sticky-cards-content-contact {
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    margin-left: 3rem;
    margin-right: 3rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    position: relative;
  }

  .start-logo-zoom-in {
    width: 100vw;
    display: none;
    overflow: visible;
  }

  .start-logo-zoom-in.mobile {
    background-color: var(--black);
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 60px;
    display: block;
  }

  .hero-zoom-img {
    width: 100vw;
    margin-bottom: 30vh;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20vw;
    padding-right: 20vw;
    position: -webkit-sticky;
    position: sticky;
    top: 30vh;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .hero-scroll-indicator {
    height: 20vh;
  }

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

  .icon:hover {
    color: var(--green);
  }

  .menu-button, .menu-button.w--open {
    background-color: var(--black);
  }

  .subheadline {
    font-size: 1.5rem;
    line-height: 1.1em;
  }

  .hero-section {
    width: 100vw;
    height: 200vh;
    display: none;
  }

  .hero-section.mobile {
    height: auto;
    display: block;
  }

  .text-center.hero-section-mobile {
    position: -webkit-sticky;
    position: sticky;
    top: 8vh;
  }

  .card-wrapper {
    box-shadow: none;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 550px;
    height: auto;
    min-height: 120px;
    margin-top: 30px;
    padding: 0 0;
    position: -webkit-sticky;
    position: sticky;
    top: 40vh;
    transform: none;
  }

  .cards-container {
    height: auto;
    position: relative;
  }

  .heading {
    font-size: 3rem;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1rem;
  }

  h2, h3 {
    font-size: 2.2rem;
  }

  h4 {
    font-size: 1rem;
  }

  h6 {
    font-size: 1.6rem;
  }

  p {
    font-size: .9rem;
  }

  .text-spacing {
    padding: 3rem;
  }

  .text-spacing.bg-black {
    padding: 3rem 1rem 1rem;
  }

  .nav-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .wrap-scrolling-text {
    min-height: 250px;
  }

  .btn-text {
    font-size: .6rem;
  }

  .logo-zoom-sticky-inner {
    display: none;
  }

  .scroll-request {
    height: 80px;
  }

  .hor-scroll {
    padding-top: 0;
    padding-bottom: 0;
  }

  .logo {
    max-width: 70%;
  }

  .step-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 110vh;
  }

  .timeline-img {
    z-index: 3;
    order: 3;
    width: 70%;
    min-height: auto;
    padding-top: 20px;
    position: relative;
  }

  .timeline-text {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .timeline-text-content {
    justify-content: center;
    padding: 8%;
  }

  .timeline-dot {
    z-index: 99;
    order: 2;
    align-self: center;
    margin-bottom: 0;
    display: none;
    position: absolute;
    bottom: 50%;
  }

  .timeline-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: auto;
  }

  .timeline-text-wrapper {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: auto;
    padding-bottom: 20px;
  }

  .timeline-text-wrapper.left {
    justify-content: center;
    align-items: center;
  }

  .scroll-wrapper {
    z-index: 1;
    height: 100%;
    bottom: 50%;
  }

  .step-block-text.text-1, .step-block-text.text-3, .step-block-text.text-2 {
    font-size: 1rem;
  }

  .step-block-number {
    font-size: .5rem;
  }

  .step-block_progress-bar-inner.progress-bar__2, .step-block_progress-bar-inner.progress-bar__3, .step-block_progress-bar-inner.progress-bar__1 {
    background-color: var(--green);
    height: 4px;
  }

  .step-block-progress-bar {
    height: 4px;
  }

  .sticky-text-wrap.sticky {
    padding-top: 5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sticky-cards {
    margin-top: 0;
  }

  .sticky-cards-content {
    margin-left: 1rem;
    margin-right: 1rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sticky-cards-content.sticky-first-base-contact {
    padding: 1rem;
  }

  .sticky-card {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .sticky-cards-wrapper.first {
    margin-top: -4rem;
  }

  .card-item, .card-item.big, .card-item.left {
    padding: 3rem;
  }

  .split-scroll {
    padding-bottom: 3rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .split-scroll.bg-black {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sticky-img {
    height: 300px;
  }

  .step-block-04 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 110vh;
  }

  .text-spacing-center {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .card {
    z-index: 4;
    min-height: 350px;
    margin-bottom: 40px;
  }

  .flex-horizontal {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    padding: 3rem;
  }

  .flex-horizontal.bg-black {
    padding: 1rem;
  }

  .zoom-in.border {
    background-position: 50%;
    background-size: contain;
    background-attachment: scroll;
    height: 400px;
    display: block;
  }

  .sticky-typo-text {
    margin-bottom: 40px;
  }

  .sticky-typo-text._2, .sticky-typo-text._3, .sticky-typo-text._4, .sticky-typo-text._1 {
    text-align: center;
  }

  .sticky-card-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .sticky-cards-wrapper-contact {
    margin-top: -4rem;
    padding-top: 3rem;
  }

  .sticky-card-text {
    padding-left: 0;
    padding-right: 0;
  }

  .logo-slider {
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .logo-slider-img {
    width: 60px;
  }

  .text-wrapper-60vw {
    width: 100%;
  }

  .text-container {
    width: 75%;
  }

  .wir-sehen-dich {
    z-index: 100000;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .sticky-cards-content-contact {
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 3rem 0;
  }

  .start-logo-zoom-in.mobile {
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 60px;
  }

  .text-small {
    font-size: .6rem;
  }

  .hero-section {
    padding: 3vh;
  }

  .card-wrapper {
    width: 100%;
    max-width: 600px;
    padding: 0 60px;
  }

  .cards-container {
    padding-top: 0;
    top: 3vh;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 1.9rem;
    line-height: 1.2em;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.2rem;
  }

  p {
    font-size: .9rem;
  }

  .text-spacing.bg-black {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding-top: 5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
  }

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

  .nav-menu {
    background-color: var(--transaprent);
    justify-content: center;
    align-items: center;
    height: 2rem;
  }

  .nav-container {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100px;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .card-03 {
    flex: 1;
    width: 100%;
  }

  .underlined-btn {
    text-align: center;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .underlined-btn.white {
    text-align: center;
    max-width: 170px;
  }

  .btn-text.contact {
    font-size: .9rem;
  }

  .zoom-in-pic {
    border-radius: 20px;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .logo-zoom-sticky {
    height: 100px;
  }

  .logo-zoom-sticky-inner {
    display: none;
  }

  .link-block {
    align-self: center;
  }

  .shadow {
    border-radius: 20px;
  }

  .timeline-img {
    width: 90%;
  }

  .timeline-content {
    display: block;
    position: static;
  }

  .step-block-text.text-1, .step-block-text.text-3, .step-block-text.text-2 {
    padding-right: 5px;
    font-size: 12px;
    line-height: 18px;
  }

  .step-block.sb-3, .step-block.sb-2, .step-block.sb-1 {
    width: 100%;
  }

  .step-block-wrapper {
    flex-flow: column;
    height: auto;
    display: flex;
  }

  .step-block-content {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
  }

  .sticky-text-wrap.sticky {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .button-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: left;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: start;
    justify-items: start;
  }

  .footer {
    flex-flow: column;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .footer-text {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .sticky-cards-content {
    border-radius: 20px;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sticky-cards-content.sticky-first-base {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sticky-cards-content.sticky-first-base-contact {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sticky-card {
    padding-left: 0;
    padding-right: 0;
  }

  .card-bottom-content {
    padding-top: 1rem;
  }

  .card-bottom {
    padding-left: 0;
  }

  .card-item {
    border-radius: 20px;
    padding: 2rem;
  }

  .card-item.big {
    border-radius: 20px;
    width: 100%;
    padding: 1rem;
  }

  .card-item.right {
    padding: 2rem;
  }

  .card-item.left {
    border-radius: 20px;
    padding: 2rem;
  }

  .distance-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .split-scroll.bg-black {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sticky-img-wrapper {
    min-height: 135vw;
  }

  .sticky-img {
    background-position: 100% 70%;
    background-repeat: no-repeat;
    background-size: 110vw;
    border-radius: 20px;
  }

  .card {
    border-radius: 20px;
    padding: 28px 32px 32px;
    font-size: 24px;
    top: 14%;
  }

  .flex-horizontal.bg-black {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 1rem;
  }

  .flex-horizontal.bg-black.no-radius {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .mission {
    max-width: 100vw;
    overflow: visible;
  }

  .sticky-typo-text {
    padding: 28px 32px 32px;
    font-size: 24px;
    top: 24%;
  }

  .sticky-typo-text._5 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 2rem 1rem;
  }

  .sticky-typo-text._1 {
    top: -30vh;
  }

  .headline-4-5-rem {
    font-size: 2rem;
  }

  .sticky-cards-wrapper-contact {
    margin-top: -10rem;
    padding-top: 0;
  }

  .sticky-card-text {
    width: 100%;
  }

  .logo-slider {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .logo-slider-img {
    width: 60px;
  }

  .text-container {
    width: 100%;
  }

  .wir-sehen-dich {
    z-index: 1000000;
    padding: 60px;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .sticky-cards-content-contact {
    border-radius: 20px;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .start-logo-zoom-in.mobile {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    height: 150vh;
  }

  .hero-zoom-img {
    width: 100vw;
    max-width: 100%;
  }

  .text-small {
    line-height: 1.2em;
  }

  .trigger-card-3 {
    top: 295vh;
  }

  .subheadline {
    font-size: 1rem;
  }

  .card-text-container {
    flex-direction: column;
    margin-bottom: 30px;
    display: flex;
  }

  .trigger-card-1 {
    top: 98.3vh;
  }

  .hero-section {
    height: 400vh;
    padding: 2vh;
  }

  .hero-section.mobile {
    min-height: 100vh;
  }

  .card-content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: start;
    display: flex;
  }

  .card-wrapper {
    text-align: center;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 0 10px;
    top: 30vh;
  }

  .trigger-card-2 {
    top: 196.7vh;
  }

  .heading-2 {
    font-size: 1.8rem;
    line-height: 1.1em;
  }
}

#w-node-_00a721eb-47c7-7613-62ef-33d333731dc9-89b17fc1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35f2f452-890c-386b-aeb4-5ca7789f77b0-89b17fc1, #w-node-_754f2d79-5792-2175-dd7f-5552f853b884-89b17fc1, #w-node-_754f2d79-5792-2175-dd7f-5552f853b878-89b17fc1 {
  align-self: center;
  justify-self: center;
}

#w-node-_754f2d79-5792-2175-dd7f-5552f853b86c-89b17fc1 {
  justify-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-_00a721eb-47c7-7613-62ef-33d333731dc0-89b17fc1 {
    order: 9999;
  }
}


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