@font-face {
  font-family: Mori Extra Bold;
  src: url('../fonts/PPMori-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mori Book;
  src: url('../fonts/PPMori-Book.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppeditorialnew;
  src: url('../fonts/PPEditorialNew-ThinItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

:root {
  --black: #322d2b;
  --red: #ff3f3f;
  --grey: #ddd;
  --white: white;
}

body {
  background-color: var(--black);
  color: var(--black);
  text-transform: uppercase;
  background-image: url('../images/Studio-Blank-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  font-family: Mori Extra Bold, sans-serif;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

p {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Mori Book, sans-serif;
  font-weight: 400;
}

a {
  color: var(--black);
  -webkit-text-fill-color: inherit;
  text-decoration: underline;
}

.styles {
  z-index: -1;
  position: absolute;
}

.nav-bar {
  z-index: 999;
  grid-column-gap: 2.5rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 2rem;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
  position: fixed;
}

.sticky-parent {
  width: 100%;
  height: 400vh;
}

.sticky-child {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.sticky-child.page-padding {
  padding: 9rem 3rem;
}

.sticky-child.page-padding.editable {
  overflow: auto;
}

.scroll-h-parent {
  grid-column-gap: 2rem;
  justify-content: flex-start;
  width: 160%;
  height: 100%;
  display: flex;
}

.scroll-h-child {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.scroll-h-child.flex-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.scroll-h-child.flex-cc {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.scroll-h-child.flex-cc.end {
  border: 1px solid #322d2b33;
  transition: color .4s, background-color .4s;
}

.scroll-h-child.flex-cc.end:hover {
  background-color: var(--red);
  color: var(--grey);
}

.scroll-h-child.flex-cc.end.five {
  text-decoration: none;
}

.div-hide {
  position: relative;
  overflow: hidden;
}

.div-hide.pad {
  padding-left: 3rem;
}

.div-hide.pad-two {
  padding-left: 1.4rem;
  display: block;
}

.heading-small {
  font-size: 1.2rem;
}

.fade {
  opacity: .5;
}

.spacer-small {
  width: 100%;
  height: .8rem;
}

.text-width-one {
  width: 27ch;
  line-height: 1;
}

.weight-book {
  font-family: Mori Book, sans-serif;
  font-weight: 400;
}

.logo {
  padding-top: .2rem;
  font-size: 1.5rem;
  line-height: .9;
  display: inline-block;
}

.menu-parent {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 1.4rem;
  display: flex;
}

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

.menu-bar {
  background-color: var(--black);
  width: 100%;
  height: 1px;
}

.img-parent {
  width: 115%;
  min-width: 115%;
  height: 100%;
}

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

.img-cover.is-wappen {
  object-position: 100% 50%;
}

.hero-text-parent {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100svh;
  display: flex;
  position: fixed;
  inset: auto auto -8.4svw 0%;
}

.script {
  text-transform: none;
  font-family: Ppeditorialnew, sans-serif;
  font-size: 1.1rem;
  font-weight: 200;
  line-height: 1.2;
}

.script.intro {
  font-size: 1.6rem;
}

.super-text {
  z-index: 100;
  text-align: left;
  font-size: 22svw;
  line-height: .9;
}

.btn-primary {
  grid-column-gap: .4rem;
  background-color: var(--grey);
  color: var(--black);
  border-radius: 5px;
  padding: .7rem .7rem .5rem;
  font-family: Mori Book, sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.btn-primary:hover {
  background-color: #fff;
}

.btn-text-ab {
  position: absolute;
  inset: 0% auto auto 0%;
}

.inline {
  display: inline-block;
}

.btn-arrow-img-ab {
  position: absolute;
  left: 0;
}

.scroll-parent {
  grid-column-gap: .5rem;
  align-items: center;
  width: 3.1rem;
  height: 5.1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.scroll-line {
  background-color: var(--black);
  width: 2rem;
  height: 1px;
}

.scroll-child {
  grid-column-gap: .5rem;
  align-items: center;
  display: flex;
  position: relative;
  inset: 0% 0% auto auto;
  transform: rotate(90deg);
}

.span-text-out {
  display: inline-block;
  overflow: hidden;
}

.span-text-in {
  font-weight: 400;
  display: inline-block;
}

.nav-logo-size {
  width: 6rem;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

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

.code-embed {
  display: none;
}

@media screen and (max-width: 991px) {
  .nav-bar {
    background-color: #fff;
    padding-bottom: 2rem;
  }

  .sticky-parent {
    height: auto;
  }

  .sticky-child.page-padding {
    height: auto;
    padding-top: 12rem;
    position: relative;
  }

  .scroll-h-parent {
    grid-row-gap: 2rem;
    flex-direction: column;
    width: 100%;
  }

  .scroll-h-child.flex-cc.end {
    margin-bottom: 4rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .div-hide.pad {
    padding-left: .7rem;
  }

  .div-hide.pad-two {
    margin-left: -1.3rem;
    padding-left: 0;
  }

  .super-text {
    text-align: center;
    font-size: 22svw;
  }

  .scroll-parent {
    inset: auto 0% 0% auto;
  }
}

@media screen and (max-width: 767px) {
  .nav-bar {
    justify-content: space-between;
  }

  .scroll-h-child {
    flex: 0 auto;
  }

  .scroll-h-child.flex-cc.end {
    margin-bottom: 2rem;
  }

  .super-text {
    font-size: 22svw;
  }

  .hide-m {
    display: none;
  }

  .nav-logo-size {
    width: 5rem;
  }
}

@media screen and (max-width: 479px) {
  .nav-bar, .sticky-child.page-padding {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .scroll-h-child.flex-cc.end {
    padding-bottom: 3rem;
  }

  .div-hide.pad-two {
    margin-left: -.5rem;
  }

  .super-text {
    font-size: 22svw;
  }

  .scroll-child {
    display: none;
  }

  .nav-logo-size {
    width: 4rem;
  }
}


@font-face {
  font-family: 'Mori Extra Bold';
  src: url('../fonts/PPMori-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mori Book';
  src: url('../fonts/PPMori-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppeditorialnew';
  src: url('../fonts/PPEditorialNew-ThinItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}