.page-wrapper {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.div-block {
  aspect-ratio: auto;
  object-fit: fill;
  height: 100vh;
  position: static;
}

.background-video {
  object-fit: fill;
  height: 100vh;
}

.background-video-2 {
  aspect-ratio: auto;
  object-fit: fill;
  overflow: hidden;
}

.background-video-3 {
  width: 100%;
  position: absolute;
}

.body {
  background-color: #000;
}

.mobile-wrapper {
  display: none;
}

.desktop-wrapper {
  width: 100vw;
  height: 100vh;
}

.background-video-4 {
  height: 100vh;
}

.text-block-10 {
  text-align: center;
  font-size: 1.9rem;
  line-height: 1.3;
}

.text-block-10.luxaernox {
  color: #fff;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 75%;
  margin-bottom: 8rem;
  font-size: 1.9rem;
  display: flex;
  position: static;
}

.text-block-10.luxaernox._2 {
  margin-bottom: 8rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large.center {
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.services_content {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.text-2xl {
  font-size: 1.5rem;
}

.img-bg {
  background-color: #fff;
  height: 100%;
}

.img-bg.is-green {
  background-color: #17241f;
}

.services_img {
  height: 21.9375rem;
  position: relative;
  overflow: clip;
}

.services_main {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.img-parallax {
  transform-origin: 50% 100%;
  object-fit: cover;
  width: 100%;
  height: 120%;
  position: absolute;
  inset: auto 0 0;
}

.line_wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}

.line_trenner, .line_trenner-2, .line_trenner-3 {
  border-bottom: 1px solid #000;
}

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

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

.heading-style-h2 {
  letter-spacing: -.05em;
  text-transform: capitalize;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.16;
}

.text-style-italic {
  font-style: italic;
}

.line {
  background-color: #fff9;
  height: .0625rem;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.container-medium {
  width: 100%;
  max-width: 70.5rem;
  margin-left: auto;
  margin-right: auto;
}

.text-color-black-50 {
  color: #11111180;
}

.content-wrap {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: column;
  display: flex;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.4;
}

.aspect_item {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.text-aspect {
  letter-spacing: -.01em;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.aspect_bottom {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  display: flex;
}

.text-number {
  letter-spacing: -.03em;
  font-size: 3.75rem;
  font-weight: 500;
  line-height: 1.2;
}

@media screen and (max-width: 991px) {
  .svg {
    color: #fff;
    width: 2rem;
    height: 2rem;
  }

  .div-block-2 {
    height: 100vh;
  }

  .icon-down {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
  }

  .logo {
    z-index: 99;
    padding-top: 2rem;
    padding-left: 1rem;
    position: sticky;
    top: 0;
  }

  .paragraph {
    color: #fff;
    text-align: center;
    padding-left: 4rem;
    padding-right: 4rem;
    position: static;
  }

  .paragraph.map {
    z-index: 99;
    position: absolute;
  }

  .global-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button {
    text-align: center;
    background-color: #000;
    border: 1px solid #ffd900;
    border-radius: 360px;
    width: 70%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .mobile-wrapper {
    display: block;
  }

  .mobile-wrapper.preview {
    height: 100vh;
  }

  .desktop-wrapper {
    display: none;
  }

  .button-wrapper.preview {
    position: absolute;
    inset: auto 0% 0%;
  }

  .map-wrapper {
    position: static;
  }

  .image-2 {
    object-fit: cover;
    object-position: 60% 50%;
    height: 100vh;
    position: static;
  }

  .text-block-10.luxaernox._2 {
    font-size: 2rem;
  }

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

  .img-bg.is-green {
    background-color: #000;
  }

  .services_img {
    height: 80vh;
  }

  .scroll-into-view {
    color: #fff;
    text-align: center;
    width: 75%;
    font-size: 2rem;
    line-height: 1.3;
  }

  .map-picture {
    height: 80vh;
  }

  .line_wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .line_trenner {
    border: 1px solid #fff;
  }

  .line_trenner-2 {
    border: 1px #000;
  }

  .line_trenner-3 {
    border-bottom-color: #fff;
  }

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

  .header {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .text-color-black-50 {
    color: #fff;
    font-size: 2rem;
    line-height: 1.3;
  }

  .content-wrap {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .text-xl {
    font-size: 1.125rem;
  }

  .aspect_item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
  }

  .aspect_bottom {
    grid-column-gap: 1.8rem;
    grid-row-gap: 1.8rem;
  }

  .text-number {
    line-height: 1;
  }

  .element-section {
    margin-bottom: 4rem;
  }

  .image-3, .image-4, .image-5 {
    width: 6rem;
    height: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .button {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 1.8rem;
  }

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

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

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

  .heading-style-h2 {
    font-size: 2.5rem;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .content-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .aspect_item {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .text-number {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 479px) {
  .background-video {
    aspect-ratio: auto;
    object-fit: fill;
    width: 100vw;
    overflow: hidden;
  }

  .background-video-2 {
    aspect-ratio: auto;
    object-fit: none;
    width: 100%;
    height: auto;
    position: absolute;
    overflow: hidden;
  }

  .background-video-3 {
    position: absolute;
  }

  .body {
    background-color: #000;
  }

  .svg {
    color: #fff;
    width: 2rem;
    height: 2rem;
    position: static;
    inset: auto 0% 0%;
  }

  .div-block-2 {
    height: 100vh;
  }

  .div-block-3, .icon-down {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
  }

  .logo-language {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    position: absolute;
    inset: 0% 0% auto;
  }

  .image {
    width: 2rem;
    height: 2rem;
    position: sticky;
    top: 2rem;
  }

  .logo {
    z-index: 99;
    padding-top: 2rem;
    padding-left: 1rem;
    position: sticky;
    top: 0;
  }

  .paragraph {
    color: #fff;
    text-align: center;
  }

  .global-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-map {
    height: 100vh;
    overflow: clip;
  }

  .button {
    text-align: center;
    background-color: #0000;
    border: 1px solid #ffd900;
    border-radius: 360px;
    width: 80%;
  }

  .button-start {
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .button-wrapper {
    margin-bottom: 4rem;
    padding-bottom: 4rem;
  }

  .map-wrapper {
    overflow: clip;
  }

  .image-2 {
    object-position: 65% 50%;
  }

  .text-block-10 {
    font-size: 1.5rem;
  }

  .text-block-10.luxaernox._2 {
    font-size: 1.22rem;
    line-height: 1.37;
  }

  .services_content {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .services_main {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .scroll-into-view {
    font-size: 1.22rem;
    line-height: 1.37;
  }

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

  .text-color-black-50 {
    font-size: 1.22rem;
    line-height: 1.37;
  }

  .aspect_item {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .text-number {
    font-size: 3.25rem;
  }

  .image-3, .image-4, .image-5 {
    width: 4rem;
  }
}


