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

.track {
  height: 740vw;
  -o-object-fit: cover;
  object-fit: cover;
}

.camera {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  width: 100vw;
  height: 100vh;
}

.frame {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 777%;
  height: 100vh;
}

.section1 {
  width: 100vw;
  height: 100vh;
  min-width: 900px;
  padding: 100px 0px 100px 4vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d4675b;
}

.sticky-nav {
  position: absolute;
  left: 4vw;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  display: none;
  height: 100px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-logo-link {
  display: block;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #444;
  text-decoration: none;
}

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

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  margin-right: 5px;
}

.striche-navi {
  height: 35px;
  margin-right: 12px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-3 {
  width: 2.5px;
  height: 35px;
  margin-right: 11px;
  background-color: #000;
}

.heading {
  position: static;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 600;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d4675b;
  background-image: url('../images/background.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.head-center {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-2 {
  position: static;
  display: block;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 100px;
  line-height: 110px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 10px;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.image-header-beige {
  position: static;
  bottom: -6.7vw;
  width: 32.18163384331595%;
  min-width: 850px;
  margin-top: 0px;
  margin-bottom: 106px;
  margin-left: 464px;
}

.image-header-rosa {
  position: static;
  left: 0%;
  top: -6.7vw;
  right: 0%;
  bottom: 0%;
  width: 32.1790953567946%;
  min-width: 850px;
  margin-top: 72.5px;
  margin-left: -462px;
}

.content-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(212, 103, 91, 0.7);
}

.heading-3 {
  margin-bottom: 47px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 74px;
  line-height: 80px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.paragraph {
  text-align: center;
}

.paragraph-2 {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-weight: 400;
}

.lauftext {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 29px;
  font-weight: 300;
  text-align: center;
}

.div-block-5 {
  position: relative;
  z-index: 4;
  width: auto;
  max-width: 1000px;
  color: #000;
}

.div-block-6 {
  position: relative;
  z-index: 4;
  max-width: 800px;
}

.section-white {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.content-center-white {
  position: relative;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.heading-3-black {
  margin-top: 5px;
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 65px;
  line-height: 72px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 8px;
  text-transform: uppercase;
}

.lauftext-black {
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 27px;
  font-weight: 300;
  text-align: center;
}

.image-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 4;
  width: auto;
  min-height: 80vh;
}

.image-3 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 3;
  width: auto;
  height: auto;
  min-height: 80vh;
  background-color: transparent;
}

.content-center-green {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 20%;
  padding-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e1e4b0;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 21px;
  line-height: 29px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.div-block-7 {
  position: absolute;
  left: auto;
  top: 0%;
  right: -59.7vw;
  bottom: 0px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-4 {
  width: auto;
  height: 25vh;
  max-width: none;
}

.grid {
  position: relative;
  right: 0vw;
  min-height: 60vh;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 0.25fr;
  grid-auto-rows: 0px;
  grid-column-gap: 3vh;
  grid-row-gap: 4vh;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
}

.content-center-green-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-left: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e1e4b0;
}

.image-5 {
  position: absolute;
  left: 413px;
  top: -1514px;
  right: 0%;
  bottom: auto;
  z-index: 2;
  width: 800px;
  max-width: none;
  margin-bottom: 0px;
}

.image-6 {
  position: absolute;
  left: 0%;
  top: 682px;
  right: 0%;
  bottom: auto;
  z-index: 2;
  width: 600px;
  max-width: none;
}

.triangle_div {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.div-block-8 {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 130vw;
  height: 300vw;
  margin-top: -93vw;
  margin-bottom: 0px;
  margin-left: -63.9vw;
  background-color: #fff;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.section1-full {
  width: 100vw;
  height: 100vh;
  min-width: 900px;
  padding: 0px 0px 0px 164px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.heading-5 {
  position: static;
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 49px;
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 140px;
  line-height: 110px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 20px;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.content-center-full {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(212, 103, 91, 0.7);
}

.div-block-9 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  margin-right: 0px;
  padding-right: 0%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-10 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -63vw;
  padding-right: 0px;
  padding-left: 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5vh;
}

.heading-6 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 5vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  color: #003615;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
}

.heading-6-red {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 5vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  color: #481f28;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
}

.section1-end {
  width: 77vw;
  height: 100vh;
  min-width: 600px;
  padding: 100px 0px 100px 0vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image-7 {
  width: auto;
  height: 20vh;
  max-height: none;
}

.image-8 {
  width: auto;
  height: 20vh;
}

.image-header-beige-line {
  position: static;
  bottom: -6.7vw;
  width: auto;
  min-width: 200px;
  margin-top: 0px;
  margin-bottom: 674.7px;
  margin-left: 0vw;
}

.image-header-rosa-line {
  position: static;
  left: 0%;
  top: -6.7vw;
  right: 0%;
  bottom: 0%;
  width: auto;
  min-width: 200px;
  margin-top: 0vw;
  margin-left: 0vw;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.head-center-lines {
  position: absolute;
  left: 0%;
  top: 139.9px;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(-34deg);
  -ms-transform: rotate(-34deg);
  transform: rotate(-34deg);
}

.image-9 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: block;
  width: 58vw;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: auto;
  min-width: auto;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.div-block-14 {
  position: relative;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-10 {
  position: absolute;
  left: -30.4vw;
  z-index: 2;
  display: none;
  width: auto;
  max-width: 150%;
}

.div-block-15 {
  position: absolute;
  left: 0%;
  top: -3vw;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-11 {
  width: auto;
  height: auto;
  max-height: 130%;
  max-width: 1000px;
}

.div-block-16 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -3vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-12 {
  width: auto;
  height: auto;
  max-height: none;
  max-width: 1000px;
}

.image-13 {
  position: absolute;
  right: -413.5px;
  bottom: -667.083px;
  width: 1696.9666748046875px;
}

.div-block-17 {
  position: absolute;
  left: 42.4vw;
  top: 1.8vw;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.div-block-18 {
  position: absolute;
  top: -46.9vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: none;
  max-width: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-14 {
  position: absolute;
  left: -34.9vh;
  display: block;
  width: 1990px;
  max-width: none;
  margin-left: 0px;
}

.div-block-19 {
  position: absolute;
  left: -32%;
  bottom: -169.1vw;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 205vw;
  height: 400vh;
  max-height: none;
  max-width: none;
  min-height: auto;
  min-width: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-9-copy {
  position: static;
  left: 28.9vw;
  top: -28.6vw;
  right: auto;
  bottom: auto;
  z-index: 3;
  display: none;
  width: auto;
  max-height: none;
  max-width: none;
  min-width: auto;
}

.div-block-20 {
  position: absolute;
  left: -105.5vw;
  top: -163.8vw;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200vw;
  height: 400vh;
  max-height: none;
  min-height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lottie-animation {
  width: 54vw;
  height: auto;
  min-width: auto;
  -webkit-transform: rotate(-210deg);
  -ms-transform: rotate(-210deg);
  transform: rotate(-210deg);
}

.preloader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 999;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.lottie-animation-2 {
  width: 60%;
}

.div-block-21 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-22 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-23 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
}

.image-15 {
  position: static;
  left: 141px;
  top: auto;
  right: 0%;
  bottom: 97px;
  z-index: auto;
  width: 2163px;
  max-width: none;
  margin-bottom: -561px;
  margin-left: 422px;
}

.image-16 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 1730px;
  max-width: none;
  margin-left: -252px;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(-34deg);
  -ms-transform: rotate(-34deg);
  transform: rotate(-34deg);
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: rotate(-34deg);
  -ms-transform: rotate(-34deg);
  transform: rotate(-34deg);
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.head-center-2 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(-34deg);
  -ms-transform: rotate(-34deg);
  transform: rotate(-34deg);
}

.frame_mobile {
  display: none;
  overflow: hidden;
  width: 777%;
  height: 100vh;
}

.preloader_mobile {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 999;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.sticky-nav_mobile {
  position: absolute;
  left: 100px;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.section1_mobile {
  width: 100vw;
  height: 100vh;
  min-width: 900px;
  padding: 100px 0px 100px 4vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.container_mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block_mobile {
  width: 2.5px;
  height: 35px;
  margin-right: 11px;
  background-color: #000;
}

.heading_mobile {
  position: static;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 600;
}

.image-header-beige_mobile {
  position: static;
  bottom: -6.7vw;
  width: 64.3632676866319%;
  min-width: 850px;
  margin-top: 0px;
  margin-bottom: 106px;
  margin-left: 464px;
}

.head-center-lines_mobile {
  position: absolute;
  left: 0%;
  top: 139.9px;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-header-beige-line_mobile {
  position: static;
  bottom: -6.7vw;
  width: auto;
  min-width: 200px;
  margin-top: 0px;
  margin-bottom: 674.7px;
  margin-left: 0vw;
}

.image-header-rosa-line_mobile {
  position: static;
  left: 0%;
  top: -6.7vw;
  right: 0%;
  bottom: 0%;
  width: auto;
  min-width: 200px;
  margin-top: 0vw;
  margin-left: 0vw;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.image-header-rosa_mobile {
  position: static;
  left: 0%;
  top: -6.7vw;
  right: 0%;
  bottom: 0%;
  width: 64.3581907135892%;
  min-width: 850px;
  margin-top: 72.5px;
  margin-left: -462px;
}

.heading-2_mobile {
  position: static;
  display: block;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 100px;
  line-height: 110px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 10px;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.head-center_mobile {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section1-copy {
  width: 100vw;
  height: 100vh;
  min-width: 900px;
  padding: 100px 0px 100px 4vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.section1_1 {
  width: 100vw;
  height: 100vh;
  min-width: 900px;
  padding: 100px 0px 100px 4vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.section1_2 {
  width: 100vw;
  height: 100vh;
  min-width: 900px;
  padding: 100px 0px 100px 4vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-5-copy {
  position: relative;
  z-index: 4;
  width: auto;
  max-width: 1000px;
  color: #000;
}

.div-block-6-copy {
  position: relative;
  z-index: 4;
  max-width: 800px;
}

.div-block-5-cop {
  position: relative;
  z-index: 4;
  width: auto;
  max-width: 1000px;
  color: #000;
}

.div-block-6-cop {
  position: relative;
  z-index: 4;
  max-width: 800px;
}

.lottie-animation-copy {
  height: 350vh;
  min-width: auto;
  -webkit-transform: rotate(-210deg);
  -ms-transform: rotate(-210deg);
  transform: rotate(-210deg);
}

.image-9-copy {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: block;
  width: auto;
  height: 350vh;
  max-height: none;
  max-width: none;
  min-height: auto;
  min-width: auto;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.content-center-white-spec {
  position: relative;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-width: auto;
  padding-right: 20%;
  padding-left: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.section1-copy {
  width: 100vw;
  height: 100vh;
  min-width: 900px;
  padding: 100px 4vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.section2 {
  width: 100vw;
  height: 100vh;
  min-width: 900px;
  padding: 100px 0px 100px 0vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media screen and (min-width: 1440px) {
  .sticky-nav {
    position: absolute;
  }

  .content-center-white {
    width: 100%;
    height: 100%;
  }

  .image-2 {
    height: 120vh;
    min-height: auto;
  }

  .image-3 {
    display: block;
    height: 120vh;
    min-height: auto;
  }

  .image-4 {
    height: 35vh;
  }

  .image-5 {
    left: 27.8vw;
    top: -1419px;
  }

  .image-6 {
    left: 8.2vw;
    top: 781px;
  }

  .triangle_div {
    left: 215px;
  }

  .div-block-8 {
    width: 60vw;
    height: 250vw;
    margin-top: 1642px;
    margin-bottom: 33.6vw;
    margin-left: -66.9vw;
  }

  .heading-5 {
    margin-top: 0px;
  }

  .div-block-10 {
    margin-right: -85.7vh;
  }

  .image-7 {
    width: auto;
    height: 29vh;
    max-height: none;
  }

  .image-8 {
    width: auto;
    height: 29vh;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .image-9 {
    width: 47vw;
  }

  .div-block-17 {
    left: 43.2vw;
    top: -15.1vw;
    width: 100vw;
    height: 100vh;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-14 {
    left: -21.4vh;
    top: 312px;
  }

  .div-block-19 {
    left: -33.7vw;
    bottom: -112.8vw;
  }

  .div-block-20 {
    left: -107vw;
    top: -112vw;
  }

  .lottie-animation {
    width: 47vw;
  }

  .image-15 {
    margin-bottom: -621px;
    margin-left: 458px;
  }

  .image-16 {
    margin-left: -293px;
  }

  .div-block-26 {
    width: 65vw;
  }

  .div-block-27 {
    width: 65vw;
  }

  .section1-copy {
    padding-right: 4vw;
  }

  .section2 {
    padding-left: 0vw;
  }

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

  .video {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0px 0px;
    background-size: auto;
  }
}

@media screen and (max-width: 991px) {
  .track {
    display: none;
  }

  .section1 {
    min-width: auto;
    padding-right: 8vw;
    padding-bottom: 0px;
    padding-left: 8vw;
  }

  .image-2 {
    left: 50.3vw;
    top: auto;
    right: auto;
    bottom: 61vw;
    width: 40vw;
    min-height: auto;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .image-3 {
    left: auto;
    top: 61vw;
    right: 54.4vw;
    bottom: auto;
    width: 40vw;
    min-height: auto;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .content-center-green {
    padding-right: 0%;
  }

  .div-block-7 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -76.2vw;
  }

  .grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-column-gap: 2vh;
    grid-row-gap: 2vh;
  }

  .content-center-green-right {
    padding-top: 20vw;
    padding-left: 0%;
  }

  .image-5 {
    top: -734px;
    width: 500px;
  }

  .image-6 {
    left: 162px;
    top: 689px;
    width: 350px;
  }

  .triangle_div {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: auto;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
  }

  .div-block-8 {
    width: 140vw;
    height: 600px;
    margin-top: -33vw;
    margin-bottom: 8px;
    margin-left: 23vw;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .section1-full {
    min-width: auto;
    padding-left: 0px;
  }

  .heading-5 {
    margin-left: 28.6vw;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 115px;
  }

  .div-block-10 {
    width: 100%;
    height: 100%;
    margin-top: 66.8vw;
    margin-right: 0vw;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .heading-6 {
    white-space: nowrap;
  }

  .heading-6-red {
    white-space: nowrap;
  }

  .image-7 {
    width: auto;
  }

  .image-8 {
    width: auto;
  }

  .div-block-15 {
    top: 17.5vw;
  }

  .image-11 {
    width: 95vw;
    max-height: none;
    max-width: none;
  }

  .div-block-16 {
    bottom: 17.5vw;
  }

  .image-12 {
    width: 95vw;
    max-width: none;
  }

  .div-block-17 {
    left: -18.7vw;
    top: 27vw;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
  }

  .image-14 {
    left: -4.9vh;
    width: 1400px;
  }

  .div-block-19 {
    left: 0%;
    top: -2.4vw;
    right: 0%;
    bottom: auto;
    width: 100vw;
    height: auto;
  }

  .div-block-20 {
    left: 0%;
    top: -80vw;
    right: auto;
    bottom: auto;
    width: 100vw;
    height: auto;
  }

  .div-block-26 {
    width: 95vw;
  }

  .div-block-27 {
    width: 95vw;
  }

  .frame_mobile {
    display: block;
    width: auto;
    height: auto;
  }

  .sticky-nav_mobile {
    display: none;
  }

  .section1_mobile {
    min-width: auto;
    padding-right: 4vw;
  }

  .image-header-beige_mobile {
    min-width: 600px;
  }

  .head-center-lines_mobile {
    top: 118.9px;
  }

  .image-header-beige-line_mobile {
    min-width: 170px;
    margin-bottom: 573.7px;
  }

  .image-header-rosa-line_mobile {
    min-width: 170px;
  }

  .image-header-rosa_mobile {
    min-width: 600px;
    margin-left: -271px;
  }

  .heading-2_mobile {
    font-size: 70px;
  }

  .head-center_mobile {
    left: -225px;
  }

  .section1_1 {
    min-width: auto;
    padding-right: 8vw;
    padding-left: 8vw;
  }

  .section1_2 {
    min-width: auto;
  }

  .div-block-5-copy {
    top: -20vw;
  }

  .div-block-6-copy {
    top: -20vw;
  }

  .lottie-animation-copy {
    width: 100vw;
    height: auto;
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
  }

  .image-9-copy {
    width: 100vw;
    height: auto;
    -webkit-transform: rotate(-240deg);
    -ms-transform: rotate(-240deg);
    transform: rotate(-240deg);
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
  }

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

  .div-block-8 {
    margin-top: -54vw;
    margin-left: 21vw;
  }

  .sticky-nav_mobile {
    position: relative;
  }
}

@media screen and (max-width: 479px) {
  .track {
    display: none;
  }

  .section1 {
    height: 100vh;
    min-width: auto;
    padding: 0px 10vw 10vw;
  }

  .sticky-nav {
    padding: 0px;
  }

  .nav-grid {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

  .container {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .head-center {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-3 {
    margin-bottom: 13px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 30px;
    line-height: 35px;
  }

  .lauftext {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 24px;
  }

  .div-block-5 {
    top: 0vw;
  }

  .div-block-6 {
    top: 0vw;
  }

  .content-center-white {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .heading-3-black {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 30px;
    line-height: 35px;
  }

  .lauftext-black {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 24px;
  }

  .image-2 {
    left: auto;
    top: auto;
    right: -9.5vw;
    bottom: -22vh;
    width: auto;
    height: 56vh;
    min-height: auto;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .image-3 {
    left: -9.5vw;
    top: -22vh;
    right: auto;
    bottom: auto;
    width: auto;
    height: 56vh;
    max-width: none;
    min-height: auto;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .content-center-green {
    padding-right: 0%;
  }

  .heading-4 {
    font-size: 14px;
  }

  .div-block-7 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -47.6vw;
    height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-4 {
    height: 40vw;
  }

  .grid {
    position: absolute;
    left: -1.25vw;
    top: auto;
    right: 0%;
    bottom: 0%;
    height: auto;
    min-height: auto;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 2vh;
    grid-row-gap: 2vh;
  }

  .content-center-green-right {
    padding-top: 20vh;
    padding-left: 0%;
  }

  .image-5 {
    position: relative;
    left: auto;
    top: auto;
    right: 178px;
    bottom: 444px;
    width: 400px;
  }

  .image-6 {
    position: relative;
    left: auto;
    top: auto;
    right: 184.5vw;
    bottom: -413px;
    width: 300px;
  }

  .triangle_div {
    display: block;
    width: 100vw;
    height: 50vh;
    margin-right: 0vw;
    margin-left: 0vw;
    padding-right: 0vw;
    padding-left: 0vw;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .div-block-8 {
    width: 500px;
    height: 1000px;
    margin-top: -641px;
    margin-bottom: -226px;
    margin-left: 0vw;
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
  }

  .section1-full {
    width: auto;
    height: 80vh;
    min-width: auto;
    margin-right: 0vw;
    margin-left: 0vw;
    padding-top: 25vw;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .heading-5 {
    margin-left: 5.6vw;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    font-size: 45px;
    text-align: center;
    letter-spacing: 10px;
  }

  .div-block-10 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -86.6vw;
    width: auto;
    height: auto;
    margin-right: 0vw;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .div-block-11 {
    margin-bottom: 0vh;
  }

  .heading-6 {
    margin-left: 3vh;
    font-size: 25px;
    white-space: nowrap;
  }

  .heading-6-red {
    margin-left: 3vh;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 25px;
    white-space: nowrap;
  }

  .section1-end {
    width: 100vw;
    height: 66vh;
    min-width: auto;
  }

  .image-7 {
    width: 100vw;
    height: auto;
    max-height: none;
    max-width: none;
  }

  .image-8 {
    width: 100vw;
    height: auto;
    max-height: none;
    max-width: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .image-9 {
    min-width: 100vw;
    -webkit-transform: rotate(-240deg);
    -ms-transform: rotate(-240deg);
    transform: rotate(-240deg);
  }

  .div-block-14 {
    padding-bottom: 20vh;
  }

  .div-block-15 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -8.5vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-11 {
    width: 120vw;
    max-height: none;
    max-width: none;
  }

  .div-block-16 {
    left: 0%;
    top: -92.1vw;
    right: 0%;
    bottom: auto;
  }

  .image-12 {
    width: 120vw;
    max-width: none;
  }

  .div-block-17 {
    left: 50.8vw;
    top: 126.2vw;
    right: 0%;
    bottom: auto;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
  }

  .image-14 {
    left: -34.5vh;
    width: 800px;
    margin-left: -130px;
  }

  .div-block-19 {
    left: -9.5vw;
    top: auto;
    right: 0%;
    bottom: -44vw;
    width: 100vw;
    height: auto;
    margin-top: 0vw;
    padding-top: 0vw;
  }

  .div-block-20 {
    left: 0%;
    top: -49.7vw;
    right: 0%;
    bottom: auto;
    width: auto;
    height: auto;
  }

  .lottie-animation {
    min-width: 100vw;
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
  }

  .image-15 {
    width: 140vw;
    margin-bottom: -22.2vw;
    margin-left: auto;
  }

  .image-16 {
    width: 140vw;
    margin-left: -44.4vw;
  }

  .div-block-26 {
    width: auto;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  .div-block-27 {
    width: auto;
    margin-left: -5vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .head-center-2 {
    margin-left: 21vw;
  }

  .frame_mobile {
    display: block;
    width: auto;
    height: auto;
  }

  .preloader_mobile {
    display: none;
  }

  .sticky-nav_mobile {
    position: fixed;
    left: 10vw;
    top: 3.2vw;
    right: auto;
    bottom: auto;
    z-index: 999;
    display: none;
    width: auto;
    height: auto;
    padding: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section1_mobile {
    min-width: auto;
    padding: 12vw 10vw 10vw;
  }

  .container_mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block_mobile {
    width: 2.5px;
    height: 25px;
    margin-right: 8px;
  }

  .heading_mobile {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
  }

  .image-header-beige_mobile {
    width: 85vw;
    max-width: none;
    min-width: auto;
    margin-bottom: -7px;
    margin-left: 128vw;
  }

  .head-center-lines_mobile {
    top: 15.2vw;
  }

  .image-header-beige-line_mobile {
    width: 22vw;
    min-width: auto;
    margin-bottom: 66.8vw;
  }

  .image-header-rosa-line_mobile {
    width: 22vw;
    min-width: auto;
  }

  .image-header-rosa_mobile {
    width: 85vw;
    max-width: none;
    min-width: auto;
    margin-top: 76.5px;
    margin-left: 113px;
  }

  .heading-2_mobile {
    font-size: 33px;
    line-height: 40px;
    letter-spacing: 2px;
  }

  .head-center_mobile {
    left: -106.9vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section1_1 {
    height: 80vh;
    min-width: auto;
    padding: 0px 10vw 0vw;
  }

  .div-block-28 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section1_2 {
    height: 100vh;
    min-width: auto;
    padding: 10vw;
  }

  .div-block-5-copy {
    top: -5vw;
  }

  .div-block-6-copy {
    top: -5vw;
  }

  .div-block-5-cop {
    top: 5vw;
  }

  .div-block-6-cop {
    top: 5vw;
  }

  .lottie-animation-copy {
    height: auto;
    min-width: 100vw;
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
  }

  .image-9-copy {
    width: 120vw;
    height: auto;
    min-width: auto;
    -webkit-transform: rotate(-240deg);
    -ms-transform: rotate(-240deg);
    transform: rotate(-240deg);
  }

  .content-center-white-spec {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .section1-copy {
    height: 100vh;
    min-width: auto;
    padding: 0px 10vw 10vw;
  }

  .section2 {
    height: 100vh;
    min-width: auto;
    padding: 0px 10vw 10vw;
  }
}

