:root {
  --backround: #1e1e1e;
  --text-color: white;
  --light-grey: #e5e5e5;
  --bg-black: #2a2a2a;
  --claim: 6.1111em;
  --nav-text-color: black;
  --claim-mobile: 3.85714em;
  --hero-letter-z: 5.02em;
  --hero-letter-o: 5.93em;
  --max-width: 2560px;
  --blue: #4429e7;
  --white: white;
  --black: black;
  --line-height-small: 1em;
  --hero-letter-o-max: 107px;
  --title-max: 127px;
  --logo-letter-o: 15px;
  --full-width: 100vw;
}

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

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

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

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

.body {
  background-color: var(--backround);
  color: var(--text-color);
  font-family: Apk protocol, sans-serif;
  font-size: 1.07143vw;
  line-height: 1.3;
}

.body.is_white {
  background-color: var(--light-grey);
}

.hero_video-wrapper {
  width: 50%;
  justify-content: center;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slider_img {
  width: 100%;
  text-align: center;
  display: block;
}

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

.mask {
  flex: none;
}

.slide-nav {
  width: auto;
  color: var(--bg-black);
  display: none;
  top: 0%;
  bottom: -110%;
  left: 0%;
  right: auto;
}

.right-arrow {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: none;
}

.right-arrow.hide {
  display: none;
}

.icon {
  width: 100%;
  height: 100%;
  color: var(--bg-black);
  line-height: 0;
  position: relative;
}

.icon.img {
  object-fit: none;
  overflow: visible;
}

.icon.img.hidden, .icon.hidden {
  display: none;
}

.subline_container {
  z-index: 10;
  justify-content: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 100%;
}

.heading {
  color: var(--text-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.3;
}

.heading.h1 {
  max-width: none;
  font-size: var(--claim);
  margin-left: .1em;
  margin-right: .1em;
}

.heading.ticker {
  color: var(--nav-text-color);
  font-size: var(--claim);
  align-self: center;
}

.impressum_text_conatiner {
  width: 100%;
  padding: 20px;
}

.paragraph {
  color: var(--text-color);
  margin-bottom: 1em;
}

.text-span-2, .bold-text {
  text-transform: uppercase;
}

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

.left-arrow, .left-arrow.hide {
  display: none;
}

.container {
  max-width: none;
  flex: 1;
}

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

.container.sticky {
  height: 600vh;
  position: relative;
}

.container.sticky.custom-height {
  height: 500vh;
}

.container.sticky-last-nth-2 {
  height: 400vh;
  position: relative;
}

.container.sticky-last-child {
  height: 200vh;
  max-width: none;
  position: relative;
}

.container.sticky-last-nth-3 {
  height: 400vh;
  position: relative;
}

.container.full-width {
  max-width: 100%;
}

.container.full-width.full-height {
  height: 100%;
}

.nav {
  z-index: 1000;
  width: 100%;
}

.slick-next {
  z-index: 1000;
  width: 86px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -30%;
  left: 66%;
  right: auto;
}

.main.extra-space {
  margin-top: 5em;
}

.hero-overlay {
  z-index: 10;
  background-color: rgba(29, 29, 27, .4);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-overlay.hide {
  display: none;
}

.column {
  max-width: 100%;
  flex: 1;
  position: relative;
}

.column.col-6 {
  width: 50%;
  flex: 0 50%;
  font-size: 18px;
}

.column.col-12-desk {
  flex: 0 0 100%;
}

.column.col-6-desk {
  flex: 0 0 50%;
}

.column.col-6-desk.align-bottom {
  align-self: flex-end;
}

.column.col-1-desk {
  flex: 0 0 8.33333%;
}

.column.col-1-desk.col-tab-hidden {
  flex-grow: 0;
}

.column.col-3-desk {
  flex: 0 0 25%;
}

.column.col-2-desk {
  flex: 0 0 16.6667%;
}

.column.col-5-desk {
  flex: 1;
}

.column.col-5-desk.align-bottom {
  align-self: flex-end;
}

.column.col-5-desk.pa-b {
  padding-bottom: 9em;
}

.column.col-4-desk {
  flex: 0 0 33.3333%;
}

.column.col-8-desk {
  flex: 0 0 66.6667%;
}

.column.col-10-desk {
  flex: 0 0 83.3333%;
}

.hero-background-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-block {
  z-index: 10;
  width: 100%;
  justify-content: center;
}

.grid-img-hero {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
  margin-bottom: 1.5vw;
  padding: 3vw;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.wrapper {
  width: 100%;
  position: relative;
}

.header {
  z-index: 10000;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.grid-item-wrapper {
  width: 100%;
  max-height: 41.177em;
  position: relative;
}

.grid-item-wrapper.square {
  aspect-ratio: 1 / 1;
}

.grid-item-wrapper.widescreen {
  aspect-ratio: 3.25 / 2;
}

.grid-item-wrapper.widescreen.custom-aspect {
  aspect-ratio: 4.25 / 3;
}

.grid-item-wrapper.widescreen.custom-aspect-4-5--3 {
  aspect-ratio: 4.5 / 3;
}

.grid-item-wrapper.poster {
  max-height: none;
  aspect-ratio: 4 / 5;
}

.hero-letter {
  width: var(--hero-letter-z);
  max-width: none;
  color: var(--text-color);
  position: relative;
}

.hero-letter.img-hero-05, .hero-letter.img-hero-04, .hero-letter.img-hero-06 {
  width: var(--hero-letter-o);
}

.columns {
  grid-column-gap: 1.5em;
  flex-flow: wrap;
  flex: 1;
  align-items: stretch;
  display: flex;
}

.columns.columns-hero-description {
  height: 100%;
  grid-column-gap: 0em;
  align-items: flex-end;
  padding-bottom: 1.78em;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.columns.no-px {
  padding-left: 0;
  padding-right: 0;
}

.columns.max-width {
  max-width: var(--max-width);
}

.columns.full-height {
  height: 100%;
}

.columns.cols-legal {
  min-height: 45vh;
}

.footer {
  width: 100%;
  height: 150vh;
  position: absolute;
  bottom: 0;
}

.footer.static {
  position: static;
}

.hero-section {
  position: relative;
}

.hero-section.hero {
  height: 250vh;
}

.hero-section.hero.aroom {
  height: 205vh;
}

.nav-background {
  z-index: 0;
  opacity: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0);
}

.text {
  max-width: 34.38vw;
  margin-bottom: 0;
  font-size: .9375vw;
  font-weight: 400;
  line-height: 1.6111;
}

.hero-arrow {
  justify-content: center;
  margin-bottom: 55px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
}

.column-inner {
  height: 100%;
  display: flex;
  position: relative;
}

.column-inner.default-padding {
  padding-top: 4vh;
  padding-bottom: 2vh;
}

.column-inner.default-padding.vertical {
  flex-direction: column;
}

.column-inner.justify-right {
  text-align: right;
  flex-flow: column;
  justify-content: flex-end;
}

.column-inner.vertival {
  flex-flow: column;
}

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

.hero-row {
  width: 100%;
}

.hero-row.hero-row-logo {
  z-index: 10;
  height: 100vh;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-row.hero-row-background {
  height: 100svh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.hero-row.hero-row-description {
  z-index: 0;
  height: 100%;
  align-items: flex-start;
  padding-left: 1.49em;
  padding-right: 1.49em;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.section {
  transition: opacity .2s;
}

.section.extra-margin {
  margin-top: 70px;
  margin-bottom: 70px;
}

.section.section-overlap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

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

.section.full-height.align-top {
  padding-top: 5em;
}

.projects {
  padding-top: 105px;
  padding-bottom: 105px;
}

.row {
  z-index: 1;
  padding-left: 1.39em;
  padding-right: 1.39em;
  position: relative;
}

.row.full-height {
  height: 100%;
}

.row.full-height.flex {
  display: flex;
}

.row.full-height.flex.align-center {
  align-items: center;
}

.row.full-height.flex.align-center.sticky {
  z-index: 0;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.row.full-height.flex.align-center.sticky-top {
  z-index: 0;
  height: 75vh;
  background-color: var(--blue);
  align-items: flex-start;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 25vh;
}

.row.full-width {
  background-color: var(--blue);
  padding-left: 0;
  padding-right: 0;
}

.row.row-fh-pt {
  padding-top: 100vh;
}

.row.max-width {
  width: 100%;
  max-width: 2560px;
  margin-left: auto;
  margin-right: auto;
}

.row.row-ticker {
  flex: 0 100%;
  align-self: flex-start;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.row.row-ticker.row-nav {
  color: var(--nav-text-color);
}

.row.row-footer-bottom {
  background-color: var(--white);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.row.row-nav-footer {
  padding-bottom: 1.39em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.row.row-legal {
  min-height: 40vh;
}

.project-title {
  color: var(--white);
  text-transform: uppercase;
  font-size: 100px;
  font-weight: 400;
  line-height: 1;
}

.project-teaser-wrapper {
  z-index: -1;
  width: 45%;
  height: 100%;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: auto;
  right: 80px;
}

.project-image {
  width: 100%;
  max-width: 1024px;
  position: absolute;
}

.project-teaser-box {
  width: 100%;
  align-items: center;
  display: flex;
  position: relative;
}

.claim {
  font-size: var(--claim);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1;
}

.claim.title-b {
  position: absolute;
  top: 0;
  left: 0;
}

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

.claim.dark {
  color: var(--black);
}

.widgets {
  grid-column-gap: 4.4em;
  grid-template-rows: auto;
  grid-template-columns: minmax(16.6667%, max-content) minmax(16.6667%, max-content) minmax(16.6667%, max-content) minmax(16.6667%, max-content) minmax(16.6667%, max-content);
  grid-auto-columns: minmax(auto, max-content);
  justify-content: space-between;
  margin-left: -1em;
  margin-right: -1em;
  padding-left: 2.2em;
  padding-right: 2.2em;
  display: flex;
}

.widget {
  height: 100%;
  margin-left: -1em;
  margin-right: -1em;
  padding: 1em;
  position: relative;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 35em;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  padding-left: 2.22em;
  padding-right: 2.22em;
}

.italic {
  font-family: PPeiko, sans-serif;
  font-size: 1.05em;
  font-style: italic;
  font-weight: 200;
}

.video {
  object-fit: cover;
  overflow: hidden;
}

.nav-block {
  flex: 1;
  display: flex;
  position: relative;
}

.nav-block.nav-block-menu {
  justify-content: flex-end;
  position: static;
}

.nav-blocks {
  padding-top: 1.86em;
  padding-left: 1.78em;
  padding-right: 1.78em;
  display: flex;
}

.logo-block {
  color: var(--text-color);
  align-self: flex-start;
  margin-left: -1em;
  padding: 1em;
  line-height: 0;
}

.logo-block.w--current {
  color: var(--text-color);
  align-self: center;
  margin-top: -1em;
}

.logo-letter {
  margin-right: .17em;
}

.logo-letter.letter-o {
  width: 1.23em;
}

.logo-letter.letter-z {
  width: 1em;
}

.menu-btn {
  z-index: 100;
  margin-top: -1em;
  margin-right: -1em;
  padding: 1em;
  position: relative;
}

.menu-btn-line {
  width: 100%;
  height: 2px;
  background-color: var(--text-color);
}

.menu-btn-line.menu-btn-line-v {
  width: 2px;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-75%);
}

.menu-btn-line.menu-btn-line-h {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.menu-block {
  height: 100vh;
  background-color: var(--light-grey);
  flex: 1;
  align-items: center;
  padding: 1.39em 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.main-menu {
  margin-top: 32px;
  margin-bottom: 88px;
}

.nav-link {
  color: var(--backround);
  font-size: 58px;
  text-decoration: none;
}

.logo-block-inner {
  display: flex;
}

.menu-btn-inner {
  width: 2.32em;
  height: 2.32em;
  position: relative;
}

.nav-text {
  color: var(--nav-text-color);
}

.nav-text.align-right {
  align-self: flex-end;
}

.nav-block-empty {
  display: none;
}

.grid-item {
  z-index: 2;
  height: 100%;
  background-color: var(--light-grey);
  object-fit: cover;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.grid-item.video {
  width: 100%;
  display: block;
  position: relative;
}

.grid-item.flex-center {
  z-index: 1;
  opacity: 0;
  justify-content: center;
  align-items: center;
  transition: opacity .35s cubic-bezier(.25, 1, .5, 1);
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid-item.flex-center:hover {
  opacity: 1;
}

.grid-item.grid-item-project-info {
  z-index: -1;
  opacity: 1;
  transition: opacity .55s cubic-bezier(.25, 1, .5, 1);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid-item.grid-item-project-info:hover {
  opacity: 0;
}

.grid-item.widescreen {
  aspect-ratio: 16 / 9;
}

.grid-item.widescreen.square-tab {
  overflow: hidden;
}

.grid-item.square {
  aspect-ratio: 1 / 1;
}

.grid-item.poster {
  aspect-ratio: 4 / 5;
}

.grid-item.poster.square-tab {
  aspect-ratio: 4 / 5;
  background-color: var(--light-grey);
}

.grid-item.aspr-custom {
  aspect-ratio: 3.25 / 2;
  overflow: hidden;
}

.grid-item-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.3;
}

.image {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  border-radius: 0;
}

.image.full-height {
  width: 100%;
  height: 100%;
}

.image.brighter {
  filter: brightness(105%);
}

.grid-item-info-block {
  z-index: 2;
  width: 100%;
  color: var(--black);
  mix-blend-mode: exclusion;
  justify-content: space-between;
  padding-top: .035em;
  padding-bottom: .035em;
  display: flex;
}

.grid-item-subline {
  color: var(--white);
  margin-top: .5em;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
}

.title-block {
  position: relative;
}

.details-block {
  text-transform: uppercase;
  display: flex;
}

.tag-block {
  display: flex;
}

.link {
  transform-origin: 0%;
  color: var(--text-color);
  text-decoration: none;
  display: block;
}

.link.link-hover-b {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(10deg)translate(0, 100%);
}

.link.link-hover-b.dark {
  color: var(--nav-text-color);
}

.link.link-hover-b.black {
  color: var(--black);
}

.link.link-hover-a {
  position: relative;
  overflow: hidden;
}

.link.link-hover-a.dark {
  color: var(--nav-text-color);
}

.link.link-hover-a.black {
  color: var(--black);
}

.link-hover {
  transition: all .5s cubic-bezier(.7, 0, .3, 1);
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(10deg)translate(0, 150%);
}

.link-wrap {
  transform-origin: 50%;
  color: var(--text-color);
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
  transform: none;
}

.link-wrap.nav-link {
  color: var(--nav-text-color);
  font-size: 3.41175em;
}

.link-wrap.big {
  font-size: var(--claim);
  line-height: 1;
}

.link-wrap.ticker {
  color: var(--nav-text-color);
  font-size: var(--claim);
  line-height: 1.3;
}

.grid-item-content-block {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.grid-item-content-block.video-wrapper {
  object-fit: cover;
}

.grid-item-content-block.widescreen {
  aspect-ratio: 16 / 9;
}

.inline-style {
  display: none;
}

.claim-wrap {
  padding-bottom: 1em;
  position: relative;
  overflow: hidden;
}

.inline-script {
  display: none;
}

.grid-item-feature-img {
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  justify-content: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid-item-feature-img.hidden {
  display: none;
}

.grid-slider {
  width: 100%;
  height: auto;
  pointer-events: auto;
  position: relative;
}

.slide-nav-2, .left-arrow-3 {
  display: none;
}

.content-block {
  padding-top: 2em;
  padding-bottom: 2em;
}

.content-block.small-text {
  padding-top: 0;
  font-size: .78em;
}

.content-block.small-text.last-child {
  padding-top: 2em;
  padding-bottom: 6em;
}

.grid-item-inner {
  width: 100%;
  height: 100%;
}

.grid-item-inner.square {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.grid-item-inner.wide {
  aspect-ratio: 3.25 / 2;
}

.grid-item-inner.wide.square-tab {
  object-fit: cover;
}

.heading-2 {
  font-size: 1.3em;
  line-height: 1.3em;
}

.disclaimer {
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid-item-content {
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.grid-item-content.video {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.grid-item-content.flex-center {
  z-index: 1;
  opacity: 0;
  justify-content: center;
  align-items: center;
  transition: opacity .35s cubic-bezier(.25, 1, .5, 1);
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid-item-content.flex-center:hover {
  opacity: 1;
}

.grid-item-content.grid-item-project-info {
  z-index: -1;
  opacity: 1;
  transition: opacity .55s cubic-bezier(.25, 1, .5, 1);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid-item-content.grid-item-project-info:hover {
  opacity: 0;
}

.grid-item-content.widescreen {
  aspect-ratio: 16 / 9;
}

.grid-item-content.square {
  aspect-ratio: 1 / 1;
}

.grid-item-content.poster {
  aspect-ratio: 4 / 5;
}

.video-wrapper {
  height: 100%;
  transform: scale(1.01);
}

.ticker-wrapper {
  display: flex;
}

.spacer {
  width: 5.4em;
  height: 5.4em;
  align-self: flex-end;
  margin: .6em;
  padding: .9em;
}

.spacer.align-center {
  align-self: center;
}

.ticker-block {
  flex: none;
  align-items: flex-end;
  padding-top: 4em;
  padding-bottom: 2em;
  display: flex;
}

.ticker-block.ticker-menu, .ticker-block.forward.pa-y-0, .ticker-block.backward.pa-y-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.text-link {
  color: var(--text-color);
  text-decoration: none;
}

.background {
  z-index: -1;
  width: 100%;
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid-bg {
  height: 100%;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 1fr) minmax(auto, 1fr) minmax(auto, 1fr) minmax(auto, 1fr) minmax(auto, 1fr) minmax(auto, 1fr);
  align-items: center;
  justify-items: center;
}

.background-letter {
  width: var(--hero-letter-z);
  max-width: none;
  color: var(--nav-text-color);
  position: relative;
}

.background-letter.img-hero-05, .background-letter.img-hero-04, .background-letter.img-hero-06 {
  width: var(--hero-letter-o);
}

.background-letter.letter-big {
  transform: scale(2);
}

.background-letter.letter-big.bg-letter-01 {
  transform: translate(-180%)scale(2);
}

.background-letter.letter-big.bg-letter-03 {
  transform: translate(140%, 37vh)scale(2);
}

.background-letter.letter-big-o {
  width: var(--hero-letter-o);
  transform: scale(2);
}

.background-letter.letter-big-o.letter-bg-05 {
  transform: translate(0, -35vh)scale(2);
}

.background-letter.letter-small {
  transform: translate(0)scale(.7);
}

.background-letter.letter-small.bg-letter-01 {
  transform: translate(-180%)scale(2);
}

.background-letter.letter-small.bg-letter-02 {
  transform: translate(0, -30vh)scale(.7);
}

.background-letter.letter-bigger {
  transform: scale(3);
}

.background-letter.letter-bigger.bg-letter-01 {
  transform: translate(-180%)scale(2);
}

.background-letter.letter-bigger.bg-letter-03 {
  transform: translate(140%, 28vh)scale(3.5);
}

.background-letter.letter-bigger-o {
  width: var(--hero-letter-o);
  transform: scale(3);
}

.background-letter.letter-bigger-o.letter-bg-04 {
  transform: translate(0, 100vh)scale(3);
}

.background-letter.letter-bg-06 {
  transform: translate(0, -2vh);
}

.slide {
  width: auto;
  height: 100%;
  object-fit: cover;
}

.p-highlight {
  text-transform: uppercase;
  font-weight: 400;
}

.claim-footer {
  font-size: var(--claim);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1;
}

.claim-footer.title-b {
  position: absolute;
  top: 0;
  left: 0;
}

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

.copyright-text {
  color: var(--black);
}

.paragraph-legal {
  margin-bottom: 2em;
}

.spacer-text {
  width: 5.4em;
  height: 5.4em;
  align-self: center;
  margin: .6em -.8em .6em .6em;
  padding: .9em;
  display: flex;
}

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

.spacer-img {
  width: 5.4em;
  height: 5.4em;
  align-self: flex-end;
  margin: .6em;
  padding: .9em;
}

.spacer-img.align-center {
  align-self: center;
}

.menu-cross {
  color: var(--text-color);
  line-height: 0;
}

@media screen and (min-width: 1920px) {
  .container.sticky {
    height: 650vh;
  }

  .container.sticky.custom-height {
    height: 550vh;
  }

  .columns.columns-hero-description {
    margin-left: auto;
    margin-right: auto;
  }

  .columns.max-width {
    margin-left: auto;
    margin-right: auto;
    padding-left: .39em;
    padding-right: .39em;
  }

  .text {
    font-size: 18px;
  }

  .section.full-height {
    align-items: flex-start;
  }

  .row.full-height {
    height: 100vh;
  }

  .row.full-height.flex {
    display: flex;
  }

  .row.full-height.flex.align-center {
    align-items: center;
  }

  .row.row-ticker.last-child, .row.row-ticker.row-nav {
    padding-top: 0;
  }

  .row.row-nav-footer {
    margin-left: auto;
    margin-right: auto;
  }

  .italic {
    font-family: Ppeiko, sans-serif;
    font-style: italic;
  }

  .video {
    width: 100%;
  }

  .menu-btn-line.menu-btn-line-v {
    width: 3px;
  }

  .menu-btn-line.menu-btn-line-h {
    height: 3px;
  }

  .nav-link {
    display: block;
  }

  .grid-item.image {
    width: 100%;
  }

  .grid-item-subline {
    margin-top: 0;
    margin-bottom: 0;
  }

  .link.link-hover-b.dark {
    color: var(--nav-text-color);
  }

  .inline-style, .inline-script {
    display: none;
  }

  .grid-item-content.image {
    width: 100%;
  }

  .background-letter.img-hero-05, .background-letter.img-hero-04, .background-letter.img-hero-06 {
    width: var(--hero-letter-o-max);
  }

  .background-letter.letter-bigger-o.letter-bg-04 {
    transform: translate(0, 75vh)scale(3);
  }
}

@media screen and (max-width: 991px) {
  .body {
    font-size: 3.58975vw;
  }

  .hero_video-wrapper {
    width: 75%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    overflow: hidden;
  }

  .icon.img {
    width: 130%;
    height: 130%;
    max-width: none;
    object-fit: fill;
    display: block;
  }

  .heading {
    max-width: none;
  }

  .heading.ticker {
    font-size: var(--claim-mobile);
  }

  .paragraph {
    font-size: 1.28571em;
  }

  .container {
    max-width: 100%;
  }

  .slick-next {
    top: 0;
    bottom: 0;
    left: auto;
    right: -10%;
  }

  .column {
    padding-left: .78em;
    padding-right: .78em;
  }

  .column.col-6 {
    width: 100%;
    flex-basis: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column.col-6-desk.col-8-tab {
    flex-grow: 0;
    flex-basis: 66.6666%;
  }

  .column.col-6-desk.col-7-tab {
    flex-basis: 58.3333%;
  }

  .column.col-6-desk.col-12-tab {
    flex-basis: 100%;
    display: none;
  }

  .column.col-1-desk.col-tab-hidden {
    display: none;
  }

  .column.col-3-desk.col-12-tab, .column.col-4-desk.col-12-tab {
    flex-basis: 100%;
  }

  .column.col-8-desk.col-tab-hidden {
    display: none;
  }

  .column.col-10-desk.col-12-tab {
    flex-basis: 100%;
  }

  .grid-img-hero {
    transform: scale(.9);
  }

  .grid-item-wrapper {
    width: 100%;
    height: 27.4em;
  }

  .grid-item-wrapper.widescreen.square-tab {
    aspect-ratio: 1 / 1;
  }

  .grid-item-wrapper.poster.square-tab {
    height: 41.177em;
    aspect-ratio: 1 / 1;
  }

  .columns {
    flex-wrap: wrap;
  }

  .columns.columns-hero-description {
    flex-wrap: wrap;
    align-content: flex-end;
    padding-left: 0;
    padding-right: 0;
  }

  .columns.cols-legal {
    min-height: auto;
  }

  .text {
    max-width: none;
    font-size: 13.5px;
  }

  .column-inner.default-padding {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .hero-row.hero-row-logo {
    height: 100svh;
  }

  .hero-row.hero-row-description {
    padding-left: 0;
    padding-right: 0;
  }

  .section.hidden {
    display: none;
  }

  .row {
    padding-left: 0;
    padding-right: 0;
  }

  .claim {
    font-size: var(--claim-mobile);
  }

  .widgets {
    grid-column-gap: 1em;
    flex-wrap: wrap;
    padding-left: 1em;
    padding-right: 1em;
  }

  .widget {
    font-size: 1em;
  }

  .widget.up, .widget.webflow {
    display: none;
  }

  .grid {
    flex-direction: column;
    grid-template-columns: 100%;
    grid-auto-columns: auto;
    padding-left: .5em;
    padding-right: .5em;
    display: flex;
  }

  .italic {
    white-space: nowrap;
  }

  .video {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    overflow: hidden;
  }

  .nav-block.nav-block-logo {
    align-self: center;
  }

  .nav-block.nav-block-menu {
    position: static;
  }

  .nav-blocks {
    padding-left: 1em;
    padding-right: 1em;
  }

  .logo-letter.letter-o {
    width: 1.477em;
  }

  .logo-letter.letter-z {
    width: 1.222em;
  }

  .menu-block {
    height: 100%;
    min-height: 100dvh;
    border-radius: 0;
    margin-top: 0;
    margin-right: 0;
    padding-top: 4em;
    padding-bottom: 4em;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .menu-block-inner {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .menu-btn-inner {
    width: 2.5em;
    height: 2.5em;
  }

  .grid-item {
    width: 100%;
    height: auto;
  }

  .grid-item.widescreen.square-tab {
    aspect-ratio: 1 / 1;
  }

  .grid-item.square {
    aspect-ratio: auto;
  }

  .grid-item.poster.square-tab, .grid-item.aspr-custom.square-tab {
    aspect-ratio: 1 / 1;
  }

  .grid-item-title.lh-s {
    line-height: var(--line-height-small);
  }

  .grid-item-info-block {
    flex-wrap: wrap;
  }

  .title-block {
    flex: 0 100%;
  }

  .details-block {
    text-align: right;
    flex-wrap: wrap;
    flex: 0 0 100%;
  }

  .tag-block {
    flex: 0 0 100%;
    display: block;
  }

  .tag-block.lh-s {
    line-height: var(--line-height-small);
  }

  .link-block {
    flex: 0 0 100%;
  }

  .link-wrap.big {
    font-size: 2.71428em;
  }

  .link-wrap.s.lh-s {
    line-height: var(--line-height-small);
  }

  .link-wrap.ticker {
    font-size: var(--claim-mobile);
  }

  .grid-item-content-block {
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }

  .grid-item-feature-img {
    width: 100%;
    height: 100%;
  }

  .grid-slider {
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }

  .content-block.small-text {
    font-size: 1em;
  }

  .grid-item-inner {
    position: relative;
  }

  .grid-item-inner.square, .grid-item-inner.wide.square-tab {
    aspect-ratio: 1 / 1;
  }

  .grid-item-content {
    width: 100%;
    height: auto;
  }

  .grid-item-content.widescreen.square-tab {
    aspect-ratio: 1 / 1;
  }

  .grid-item-content.square {
    aspect-ratio: auto;
  }

  .grid-item-content.poster.square-tab {
    aspect-ratio: 1 / 1;
  }

  .spacer {
    justify-content: center;
    align-self: flex-end;
    align-items: center;
    display: flex;
  }

  .spacer.menu {
    width: 4em;
    height: 4em;
    align-self: flex-end;
    margin: 1em;
    padding: .7em;
  }

  .ticker-block.forward.pa-y-0, .ticker-block.backward.pa-y-0 {
    justify-content: center;
    align-items: center;
    padding-bottom: 1em;
  }

  .ticker-block.backward.pa-y-0.pa-y-tab {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .background-letter.letter-big.bg-letter-01 {
    transform: translate(-107%)scale(2);
  }

  .background-letter.letter-big-o.letter-bg-05 {
    transform: translate(0, -35vh)scale(1.8);
  }

  .background-letter.letter-bigger.bg-letter-03 {
    transform: translate(32%, 28vh)scale(2.5);
  }

  .background-letter.letter-bigger-o.letter-bg-04 {
    transform: translate(0, 100vh)scale(2.2);
  }

  .claim-footer {
    font-size: var(--claim-mobile);
  }

  .wrap {
    display: block;
  }

  .spacer-text {
    width: 4em;
    margin: -.1em;
    padding: .9em;
  }

  .spacer-img {
    width: 4em;
    height: 4em;
    justify-content: center;
    align-self: flex-end;
    align-items: center;
    margin: 0;
    padding: .8em;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .slick-next {
    width: 55px;
  }

  .column.col-6 {
    flex-basis: 100%;
  }

  .columns, .widgets {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 479px) {
  .hero_video-wrapper {
    width: 100%;
  }

  .subline_container {
    margin-top: 0;
    padding: 14px;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .heading {
    margin-top: 0;
  }

  .container.sticky {
    height: 520vh;
  }

  .column.col-6-desk.col-8-tab.pa-r-custom {
    padding-right: 1.5em;
  }

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

  .text {
    padding-left: 15px;
    font-size: 13.5px;
  }

  .hero-row.hero-row-description {
    transition: all .2s;
  }
}

#w-node-e4d6c72a-6f69-e6bb-0eeb-6155ddf3298e-c40f9571, #w-node-f7474e3b-94a2-b57b-db42-c1658d76fb79-c40f9571, #w-node-bd621946-3a48-901a-e3c0-dce7f01be379-c40f9571, #w-node-b810d377-10f8-3637-9d32-2a6389af48e8-c40f9571, #w-node-_4715c555-5dfc-d968-08c1-b570e466b16e-c40f9571, #w-node-bb28bd2c-b16a-7048-872d-4b08ce3d4f07-c40f9571 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_92c9e3b4-2650-c94b-cf3e-524e70a5bf9c-c40f9571 {
  grid-area: 1 / 2 / 2 / 10;
  align-self: center;
  justify-self: center;
}

#w-node-_5d722d59-3c4b-8a2b-37fa-0a3ad244bd5a-c40f9571 {
  grid-area: 2 / 6 / 3 / 12;
  justify-self: end;
}

#w-node-f86df279-851a-ea5d-367f-48b04f2f6800-c40f9571 {
  grid-area: 3 / 1 / 4 / 10;
  align-self: center;
  justify-self: center;
}

#w-node-_38766f99-8629-e47f-2f71-81738bfe53dc-c40f9571 {
  grid-area: 1 / 3 / 2 / 8;
}

#w-node-fc4298d5-602b-7960-50ea-b29e1e9d45bf-c40f9571 {
  grid-area: 2 / 5 / 3 / 13;
  align-self: center;
  justify-self: end;
}

#w-node-fc4298d5-602b-7960-50ea-b29e1e9d45d2-c40f9571 {
  grid-area: 3 / 2 / 4 / 11;
  justify-self: start;
}

#w-node-_51bad171-4487-3840-dcfb-2892490414fa-490414cd {
  justify-self: end;
}

#w-node-a1bef850-cbdf-013a-7394-cdb7ff4fc42b-cf0f9572, #w-node-fe2ac77b-0d1b-5651-789c-8c017030d958-cf0f9572, #w-node-c6768d43-855b-5665-5caa-8d2cf423ed5f-cf0f9572, #w-node-_65c578c9-d845-ea37-73f4-2fdacae89d3b-cf0f9572, #w-node-_53c349cb-a121-36da-db7c-e3d90dd1c904-cf0f9572, #w-node-_8fdf88ce-bb28-8fff-36ce-a6453aa3abed-cf0f9572, #w-node-c91515c3-6372-0321-ab35-814ddfeedde0-cf0f9572, #w-node-a2662335-5041-df65-e01f-8f6cfc848083-cf0f9572, #w-node-f4b7f5f3-2a28-7c08-8ef5-cefb68531eae-cf0f9572, #w-node-_1c5243b1-b715-a1b0-3782-3942dee5ee81-cf0f9572, #w-node-_9ee32e31-3905-79db-a3ed-84dbe71af818-cf0f9572, #w-node-_01a08f34-eae0-eba3-7e85-b0392892b1e2-cf0f9572, #w-node-_2b04cd79-f390-cdb6-7ae7-385fa16bd5ab-11f04016, #w-node-_2b04cd79-f390-cdb6-7ae7-385fa16bd5ac-11f04016, #w-node-_2b04cd79-f390-cdb6-7ae7-385fa16bd5ad-11f04016, #w-node-_2b04cd79-f390-cdb6-7ae7-385fa16bd5ae-11f04016, #w-node-_2b04cd79-f390-cdb6-7ae7-385fa16bd5af-11f04016, #w-node-_2b04cd79-f390-cdb6-7ae7-385fa16bd5b0-11f04016 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b48cecc-69d1-8008-b9e1-5a2e5aa20953-11f04016 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-a1bef850-cbdf-013a-7394-cdb7ff4fc42b-168a446f, #w-node-fe2ac77b-0d1b-5651-789c-8c017030d958-168a446f, #w-node-c6768d43-855b-5665-5caa-8d2cf423ed5f-168a446f, #w-node-_65c578c9-d845-ea37-73f4-2fdacae89d3b-168a446f, #w-node-_53c349cb-a121-36da-db7c-e3d90dd1c904-168a446f, #w-node-_8fdf88ce-bb28-8fff-36ce-a6453aa3abed-168a446f, #w-node-c91515c3-6372-0321-ab35-814ddfeedde0-168a446f, #w-node-a2662335-5041-df65-e01f-8f6cfc848083-168a446f, #w-node-f4b7f5f3-2a28-7c08-8ef5-cefb68531eae-168a446f, #w-node-_1c5243b1-b715-a1b0-3782-3942dee5ee81-168a446f, #w-node-_9ee32e31-3905-79db-a3ed-84dbe71af818-168a446f, #w-node-_01a08f34-eae0-eba3-7e85-b0392892b1e2-168a446f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_92c9e3b4-2650-c94b-cf3e-524e70a5bf9c-c40f9571, #w-node-_5d722d59-3c4b-8a2b-37fa-0a3ad244bd5a-c40f9571, #w-node-f86df279-851a-ea5d-367f-48b04f2f6800-c40f9571, #w-node-_38766f99-8629-e47f-2f71-81738bfe53dc-c40f9571, #w-node-fc4298d5-602b-7960-50ea-b29e1e9d45bf-c40f9571, #w-node-fc4298d5-602b-7960-50ea-b29e1e9d45d2-c40f9571 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'PPeiko';
  src: url('../fonts/PPEiko-ExtraLight.woff2') format('woff2'), url('../fonts/PPEiko-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Apk protocol';
  src: url('../fonts/APK-Protocol-Light-Italic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Apk protocol';
  src: url('../fonts/APK-Protocol-Regular-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Apk protocol';
  src: url('../fonts/APK-Protocol-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Apk protocol';
  src: url('../fonts/APK-Protocol-Bold-Italic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Apk protocol';
  src: url('../fonts/APK-Protocol-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Apk protocol';
  src: url('../fonts/APK-Protocol-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}