.loading-container {
  pointer-events: none;
  z-index: 9000;
  text-align: center;
}
.loading-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
nav,
section {
  display: block;
}
svg:not(:root) {
  overflow: hidden;
}
img {
  font-style: italic;
}
body,
h1,
h2,
h3,
html,
iframe,
p {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3 {
  font-size: 100%;
  font-weight: 400;
}
a {
  text-decoration: none;
  color: inherit;
}
:root {
  --main-color: #fff;
  --sec-color: #fff;
  --background-color: #000;
  --brand-color: #e55139;
  --brand-color2: #3944e5;
}
html {
  font-family: suisse-book, Arial, sans-serif;
  font-style: normal;
  font-size: 1.0416666667vw;
  line-height: 1em;
  color: #fff;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  touch-action: manipulation;
  background-color: #000;
}
@media (max-width: 1919px) {
  html {
    font-size: 18px;
  }
}
@media (max-width: 1365px) {
  html {
    font-size: 16px;
  }
}
body {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  background-color: #000;
}
body,
html {
  position: relative;
}
#__nuxt {
  top: 0;
  left: 0;
  width: 100%;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: block;
}
a {
  -webkit-tap-highlight-color: transparent;
}
:focus {
  outline: 0;
}
::selection {
  background: #e55139;
  color: #fff;
}
::-moz-selection {
  background: #e55139;
  color: #fff;
}
::-webkit-scrollbar {
  display: none;
  width: 6px;
}
::-webkit-scrollbar-track {
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  background: #e55139;
}
::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
html {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@supports (mix-blend-mode: exclusion) {
  @-webkit-keyframes filteranimation {
    0% {
      -webkit-filter: brightness(5);
    }
    to {
      -webkit-filter: brightness(1);
    }
  }
  @-webkit-keyframes filteranimationGallery {
    0% {
      -webkit-filter: brightness(2);
    }
    to {
      -webkit-filter: brightness(1);
    }
  }
}
.initloading-container {
  z-index: 9000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
@media (max-width: 1023px) {
  .initloading-container {
    left: 0;
    width: 100%;
  }
}
.logo[data-v-9c25b75c] {
  height: 100%;
}
.cls-1[data-v-9c25b75c] {
  fill: #fff;
}
#Page {
  background-color: var(--background-color);
}
.relative {
  position: relative;
}
.header-op[data-v-17abc53a] {
  position: fixed;
  display: flex;
  top: 10px;
  right: 10px;
  z-index: 999;
}
@media (max-width: 479px) and (orientation: portrait) {
  .header-op[data-v-17abc53a] {
    width: calc(100% - 20px);
    -webkit-box-pack: stretch;
    justify-content: stretch;
  }
}
.nav-entry[data-v-17abc53a] {
  cursor: pointer;
  position: relative;
  margin-left: -1px;
  text-transform: uppercase;
  border: 1px solid #000;
  color: #000;
  font-size: 13px;
  background-color: #fff;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  flex-shrink: 1;
}
@media (hover: hover) and (pointer: fine) {
  .nav-entry:hover .nav-bg-hov[data-v-17abc53a] {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@media (max-width: 479px) and (orientation: portrait) {
  .nav-entry[data-v-17abc53a] {
    flex-shrink: 1;
    font-size: 3.3vw;
  }
}
.nav-text[data-v-17abc53a] {
  display: block;
  position: relative;
  padding: 10px 20px;
  z-index: 10;
}
@media (max-width: 1365px) {
  .nav-text[data-v-17abc53a] {
    padding: 10px 15px;
  }
}
@media (max-width: 480px) and (orientation: portrait) {
  .nav-text[data-v-17abc53a] {
    padding: 2vw;
  }
}
.nav-bg[data-v-17abc53a] {
  background-color: #000;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top;
}
.nav-bg-hov[data-v-17abc53a],
.nav-bg[data-v-17abc53a] {
  position: absolute;
  display: block;
  top: -0.3px;
  left: 0;
  height: calc(100% + 0.3px);
  width: calc(100% + 1px);
  -webkit-transition: -webkit-transform 0.2s;
  transition:
    transform 0.2s,
    -webkit-transform 0.2s;
}
.nav-bg-hov[data-v-17abc53a] {
  background-color: #e55139;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}
.nav-active[data-v-17abc53a] {
  color: #fff;
}
.nav-active .nav-bg[data-v-17abc53a] {
  margin-top: -0.3px;
  -webkit-transform: scaleY(1.06);
  transform: scaleY(1.06);
}
.mobile-br {
  display: block;
}
@media (max-width: 767px) {
  .mobile-br {
    display: inline-block;
  }
}
.intro {
  position: relative;
  width: 100vw;
  cursor: default;
  height: 155vw;
  pointer-events: none;
}
@media (max-width: 1365px) {
  .intro {
    padding-bottom: 20vw;
  }
}
@media (max-width: 1024px) and (max-aspect-ratio: 1/1) {
  .intro {
    padding-bottom: 60vw;
  }
}
@media (max-width: 1024px) and (max-aspect-ratio: 8/11) {
  .intro {
    padding-bottom: 60vw;
  }
}
@media (max-width: 767px) and (max-aspect-ratio: 1/1) {
  .intro {
    padding-bottom: 10vw;
  }
}
@media (max-width: 767px) and (max-aspect-ratio: 1/2) {
  .intro {
    padding-bottom: 0;
  }
}
@media (max-width: 479px) and (max-aspect-ratio: 1/1) {
  .intro {
    padding-bottom: 30vw;
  }
}
@media (max-aspect-ratio: 8/5) {
  .intro {
    height: 250vh;
  }
}
@media (max-aspect-ratio: 4/3) {
  .intro {
    height: 230vh;
  }
}
@media (max-aspect-ratio: 8/7) {
  .intro {
    height: 210vh;
  }
}
@media (max-aspect-ratio: 1/1) {
  .intro {
    height: 190vh;
  }
}
.intro-animation-trigger {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
}
.intro-bg-pic-scaler {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  min-height: 100vh;
}
.intro-bg-pic {
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  min-width: 100%;
  height: 160%;
  left: 50%;
  -webkit-transform: translate(-50%);
  will-change: transform;
}
@media (max-aspect-ratio: 8/5) {
  .intro-bg-pic {
    min-width: 120%;
  }
}
@media (max-aspect-ratio: 16/11) {
  .intro-bg-pic {
    min-width: 130%;
  }
}
@media (max-aspect-ratio: 4/3) {
  .intro-bg-pic {
    min-width: 150%;
  }
}
@media (max-aspect-ratio: 8/7) {
  .intro-bg-pic {
    min-width: 160%;
  }
}
@media (max-aspect-ratio: 1/1) {
  .intro-bg-pic {
    min-width: 160vh;
  }
}
.intro-text-commandments {
  color: var(--main-color);
  text-transform: uppercase;
  font-size: 2.0833333333vw;
  line-height: 0.9em;
  width: 25vw;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1023px) {
  .intro-text-commandments {
    font-size: 3.6458333333vw;
  }
}
@media (max-width: 1023px) and (orientation: landscape) {
  .intro-text-commandments {
    font-size: 2.6041666667vw;
  }
}
@media (max-width: 767px) and (max-aspect-ratio: 1/1) {
  .intro-text-commandments {
    display: none;
  }
}
.intro-text-top {
  position: absolute;
  left: 40vw;
  top: -10px;
  text-transform: uppercase;
  width: 20vw;
}
@media (max-width: 1024px) {
  .intro-text-top {
    font-size: 13px;
    line-height: 0.95em;
  }
}
@media (max-width: 1023px) and (orientation: landscape) {
  .intro-text-top {
    width: 30vw;
  }
}
@media (max-width: 767px) and (max-aspect-ratio: 1/1) {
  .intro-text-top {
    top: -3px;
    left: 0;
    width: 50vw;
    font-size: 3vw;
  }
}
.intro-center {
  position: fixed;
  left: 50%;
  top: 50vh;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 30vw;
  height: 50vh;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .intro-center {
    width: 40vw;
    height: 40vh;
  }
}
@media (max-width: 1023px) and (orientation: landscape) {
  .intro-center {
    height: 60vh;
  }
}
@media (max-width: 767px) and (max-aspect-ratio: 1/1) {
  .intro-center {
    width: 60vw;
    font-size: 18px;
  }
}
.intro-center-pic-mask {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.intro-bg-pic-scaler-center {
  position: absolute;
  top: -25vh;
  left: -35vw;
  width: 100vw;
  min-height: 100vh;
}
@media (max-width: 1023px) {
  .intro-bg-pic-scaler-center {
    top: -30vh;
    left: -30vw;
  }
}
@media (max-width: 1023px) and (orientation: landscape) {
  .intro-bg-pic-scaler-center {
    top: -20vh;
  }
}
@media (max-width: 767px) and (max-aspect-ratio: 1/1) {
  .intro-bg-pic-scaler-center {
    left: -20vw;
    top: -30vh;
  }
}
.intro-text-center_left {
  position: absolute;
  -webkit-transform: translate(-15%, -70%) rotate(90deg);
  transform: translate(-15%, -70%) rotate(90deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
@media (max-width: 1023px) and (orientation: landscape) {
  .intro-text-center_left {
    display: none;
  }
}
@media (max-width: 767px) and (max-aspect-ratio: 1/1) {
  .intro-text-center_left {
    display: none;
  }
}
.intro-center-inner {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) and (max-aspect-ratio: 1/1) {
  .intro-center-inner {
    box-sizing: border-box;
  }
}
.intro-logobox1 {
  position: fixed;
  width: 10vw;
  height: 108vh;
  top: -4vh;
  left: 20vw;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  align-items: center;
}
.intro-logobox1 .logo-posi {
  position: relative;
  height: 100%;
}
@media (max-width: 767px) and (max-aspect-ratio: 1/1) {
  .intro-logobox1 {
    left: 10vw;
    width: 20vw;
  }
}
.intro-logobox2 {
  position: fixed;
  width: 20vw;
  height: 108vh;
  top: -4vh;
  left: 30vw;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  align-items: center;
}
.intro-logobox2 .logo-posi {
  position: relative;
  height: 100%;
  -webkit-transform: translate(-5vw);
  transform: translate(-5vw);
}
@media (max-width: 767px) and (max-aspect-ratio: 1/1) {
  .intro-logobox2 .logo-posi {
    -webkit-transform: translate(-10vw);
    transform: translate(-10vw);
  }
}
@media (max-width: 767px) and (max-aspect-ratio: 1/1) {
  .intro-logobox2 {
    width: 30vw;
  }
}
.intro-logobox3 {
  position: fixed;
  width: 10vw;
  height: 108vh;
  top: -4vh;
  left: 50vw;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  align-items: center;
}
.intro-logobox3 .logo-posi {
  position: relative;
  height: 100%;
  -webkit-transform: translate(-20vw);
  transform: translate(-20vw);
}
@media (max-width: 767px) and (max-aspect-ratio: 1/1) {
  .intro-logobox3 .logo-posi {
    -webkit-transform: translate(-30vw);
    transform: translate(-30vw);
  }
}
@media (max-width: 767px) and (max-aspect-ratio: 1/1) {
  .intro-logobox3 {
    width: 20vw;
    left: 60vw;
  }
}
.intro-multilogo-box {
  position: absolute;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  top: 25vh;
  right: 4vw;
  height: 4vw;
  width: 80vw;
  padding-right: 5vw;
}
@media (max-width: 1023px) and (orientation: landscape) {
  .intro-multilogo-box {
    display: none;
  }
}
@media (max-width: 768px) {
  .intro-multilogo-box {
    display: none;
  }
}
.minilogo-extra1 {
  position: absolute;
  left: 59vw;
  top: 22.5vh;
  display: block;
  background-image: url('../assets/ebcaa51d5bf5.svg');
  width: 6vw;
  height: 6vw;
  background-repeat: no-repeat;
  background-position: 50%;
}
@media (max-width: 768px) {
  .minilogo-extra1 {
    left: 63vw;
    top: 35vh;
    width: 15vw;
    height: 15vw;
  }
}
.minilogo-extra2 {
  position: absolute;
  left: 50vw;
  top: 25vh;
  display: block;
  background-image: url('../assets/ebcaa51d5bf5.svg');
  width: 4vw;
  height: 4vw;
  background-repeat: no-repeat;
  background-position: 50%;
}
@media (max-width: 1023px) and (orientation: landscape) {
  .minilogo-extra2 {
    display: none;
  }
}
@media (max-width: 768px) {
  .minilogo-extra2 {
    display: none;
  }
}
.intro-name {
  font-family: sang-bleu, Georgia, serif;
  font-style: normal;
  font-size: 0.96em;
}
.introletters[data-v-af0f033a] {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  line-height: 1em;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  overflow: hidden;
}
.introletters-text[data-v-af0f033a] {
  font-family: dnlsptzk, Arial, sans-serif;
  font-style: normal;
  display: block;
  position: relative;
  font-size: 5.4166666667vw;
  letter-spacing: 0.845em;
  line-height: 16.65vh;
  word-break: break-all;
  min-width: 105vw;
  left: 0.45em;
}
@media (max-aspect-ratio: 8/5) {
  .introletters-text[data-v-af0f033a] {
    line-height: 14.25vh;
  }
}
@media (max-aspect-ratio: 8/7) {
  .introletters-text[data-v-af0f033a] {
    font-size: 6.5104166667vw;
    line-height: 12.48vh;
    letter-spacing: 1.555em;
    left: 0.8em;
  }
}
@media (max-aspect-ratio: 8/9) {
  .introletters-text[data-v-af0f033a] {
    font-size: 8.6458333333vw;
    line-height: 11.08vh;
    letter-spacing: 0.93em;
    left: 0.455em;
  }
}
@media (max-aspect-ratio: 8/11) {
  .introletters-text[data-v-af0f033a] {
    font-size: 9.7395833333vw;
    line-height: 7.68vh;
    letter-spacing: 0.716em;
    left: 0.358em;
  }
}
.intro-text-commandments-mobile[data-v-af0f033a] {
  position: absolute;
  left: 0;
  top: 0;
  text-transform: uppercase;
  width: 40vw;
  font-size: 3vw;
  line-height: 0.95em;
}
.intro-text-bottom[data-v-af0f033a] {
  position: absolute;
  left: 60vw;
  top: 100.5vh;
  -webkit-transform: translateY(-100%) rotate(-180deg);
  transform: translateY(-100%) rotate(-180deg);
  text-transform: uppercase;
  width: 20vw;
  text-align: right;
}
@media (max-width: 1024px) {
  .intro-text-bottom[data-v-af0f033a] {
    font-size: 13px;
    line-height: 0.95em;
  }
}
@media (max-width: 767px) and (max-aspect-ratio: 1/1) {
  .intro-text-bottom[data-v-af0f033a] {
    width: 40vw;
    font-size: 3vw;
  }
}
.po-nav-activator {
  position: absolute;
  height: calc(100% - 120vh);
  width: 0;
  top: 0;
  left: 120px;
}
.po-animation-trigger {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
}
.projectoverview {
  z-index: 1;
  display: block;
  position: relative;
  pointer-events: none;
}
.po-pic-box-stickytainer {
  position: relative;
  width: 100vw;
}
.po-pic-box-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
}
/* po-pic-box-mask responsive overrides — top offsets removed (now handled by sticky layout) */
@media (max-width: 1365px) {
  .po-pic-box-mask {
    top: 0;
  }
}
@media (max-width: 1024px) and (max-aspect-ratio: 1/1) {
  .po-pic-box-mask {
    top: 0;
  }
}
@media (max-width: 1024px) and (max-aspect-ratio: 8/11) {
  .po-pic-box-mask {
    top: 0;
  }
}
@media (max-width: 1024px) and (max-aspect-ratio: 2/3) {
  .po-pic-box-mask {
    top: 0;
  }
}
.po-pic-box {
  position: relative;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  align-items: flex-end;
  -webkit-transform-origin: 50% 68.5%;
  transform-origin: 50% 68.5%;
}
.po-all-vids {
  position: absolute;
  width: 16.094vw;
  height: 12.5vw;
  bottom: 32.8vw;
  margin-left: -0.1vw;
  opacity: 1;
}
@media (max-width: 1365px) {
  .po-all-vids {
    width: 19.2vw;
    height: 14.8vw;
    bottom: 39.6vw;
  }
}
@media (max-width: 1024px) and (max-aspect-ratio: 1/1) {
  .po-all-vids {
    width: 29.2vw;
    height: 22.3vw;
    bottom: 59.2vw;
  }
}
@media (max-width: 1024px) and (max-aspect-ratio: 8/11) {
  .po-all-vids {
    width: 34vw;
    height: 26vw;
    bottom: 69.4vw;
  }
}
@media (max-width: 1024px) and (max-aspect-ratio: 2/3) {
  .po-all-vids {
    width: 48.5vw;
    height: 38vw;
    bottom: 98.2vw;
  }
}
.po-blackscreen {
  top: 0;
  left: 0;
  background-color: #000;
}
.po-blackscreen,
.po-glitch,
.po-showreel {
  position: absolute;
  height: 100%;
  width: 100%;
}
.po-glitch {
  top: 0;
  left: 0;
}
.pixi-box {
  position: relative;
  width: 100%;
}
.pixi-box {
  display: block;
  flex-shrink: 0;
}
@media (max-width: 1365px) {
  .pixi-box {
    width: 120%;
  }
}
@media (max-width: 1024px) and (max-aspect-ratio: 1/1) {
  .pixi-box {
    width: 180%;
  }
}
@media (max-width: 1024px) and (max-aspect-ratio: 8/11) {
  .pixi-box {
    width: 210%;
  }
}
@media (max-width: 1024px) and (max-aspect-ratio: 2/3) {
  .pixi-box {
    width: 300%;
  }
}
.pixi-box canvas {
  position: relative;
  width: 100%;
}
.po-headline {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 0.2vw;
  margin-bottom: 3vw;
}
@media (max-width: 1023px) {
  .po-headline {
    margin-bottom: 8vw;
  }
}
@media (max-width: 768px) and (max-aspect-ratio: 1/1) {
  .po-headline {
    margin-left: 10px;
  }
}
.po-contact-call-box {
  position: absolute;
  margin-top: 15vh;
  pointer-events: all;
  margin-left: 0.2vw;
}
@media (max-width: 767px) {
  .po-contact-call-box {
    margin-left: 10px;
  }
}
.po-contact-call {
  font-family: sang-bleu, Georgia, serif;
  font-style: normal;
}
.po-email {
  display: block;
  position: relative;
  margin-top: 10px;
  font-size: 2.0833333333vw;
  line-height: 1em;
  border-bottom: 1px solid #fff;
}
@media (hover: hover) and (pointer: fine) {
  .po-email:hover {
    color: #000;
    background-color: #fff;
  }
}
@media (max-width: 1366px) {
  .po-email {
    font-size: 2.6041666667vw;
  }
}
@media (max-width: 1023px) {
  .po-email {
    font-size: 3.125vw;
  }
}
@media (max-width: 768px) {
  .po-email {
    font-size: 4.1666666667vw;
  }
}
@media (max-width: 480px) {
  .po-email {
    font-size: 6.25vw;
  }
}
.po-projects-box {
  position: relative;
  pointer-events: all;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .po-projects-box {
    margin-top: 60px;
  }
}
.po-transition-trigger {
  height: 200vh;
  margin-bottom: -200vh;
}
.project {
  margin-top: -1px;
  height: 4vw;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1023px) {
  .project {
    height: 6.5vw;
  }
}
@media (max-width: 1023px) and (orientation: landscape) {
  .project {
    height: 5.8vw;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .project {
    height: 9vw;
  }
}
.project-name-mask {
  display: block;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.project-name {
  margin-top: 0.07vw;
  margin-bottom: -0.07vw;
  text-transform: uppercase;
  position: relative;
  font-size: 4.1666666667vw;
  line-height: 0.9em;
  width: 100vw;
}
@media (max-width: 1023px) {
  .project-name {
    font-size: 7.2916666667vw;
  }
}
@media (max-width: 1023px) and (orientation: landscape) {
  .project-name {
    font-size: 6.25vw;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .project-name {
    font-size: 9.375vw;
  }
}
@media (max-width: 767px) and (max-aspect-ratio: 1/1) {
  .project-name {
    width: calc(100vw - 20px);
    margin-left: 10px;
  }
}
.project-name-hover {
  font-family: sang-bleu, Georgia, serif;
  font-style: normal;
  position: absolute;
  text-transform: uppercase;
  line-height: 0.9em;
  width: 100vw;
  padding-top: 10px;
  font-size: 3.6979166667vw;
}
.project-botline,
.project-topline {
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.project-teaser-mask {
  overflow: hidden;
}
.project-teaser {
  pointer-events: none;
  text-transform: uppercase;
  margin-top: 0.4vw;
  line-height: 1.1em;
  margin-right: 0.4vw;
  position: absolute;
  display: flex;
  right: 0;
}
@media (hover: none) and (pointer: coarse) {
  .project-teaser {
    display: none;
  }
}
@media (max-width: 1023px) {
  .project-teaser {
    display: none;
  }
}
.project-detail,
.project-teaser-service1,
.project-teaser-service2,
.project-teaser-service3,
.project-teaser-year {
  display: block;
  opacity: 0;
}
.project-detail {
  z-index: 1;
  visibility: hidden;
  width: 100vw;
  height: calc(var(--vh, 1vh) * 100);
  position: fixed;
  top: 0;
  overflow: scroll;
}
.project-detail-flexer {
  display: flex;
}
.project-detail-assets-container {
  display: inline-block;
  position: relative;
  width: 60vw;
  height: auto;
  min-height: 200vh;
  flex-shrink: 0;
  cursor: auto;
  background-color: #000;
  background-image: url('../assets/e768b521d73b.jpg');
  background-position: 100%0;
}
@media (max-width: 1365px) {
  .project-detail-assets-container {
    width: 62vw;
  }
}
@media (max-width: 1023px) and (max-aspect-ratio: 1/1) {
  .project-detail-assets-container {
    width: 70vw;
  }
}
@media (max-width: 1023px) and (orientation: portrait) {
  .project-detail-assets-container {
    width: 100vw;
    padding-bottom: 100px;
    background-image: url('../assets/9e531314a44a.jpg');
    background-size: 5vw;
  }
}
.project-detail-info-container {
  padding: 1vw;
  box-sizing: border-box;
  position: sticky;
  top: 0;
  display: flex;
  height: calc(var(--vh, 1vh) * 100);
  -webkit-box-align: stretch;
  align-items: stretch;
  width: 100%;
}
@media (max-width: 1023px) and (orientation: portrait) {
  .project-detail-info-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    height: 0;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .project-detail-info-container {
    padding: 0;
  }
}
.project-detail-info-close-btn {
  z-index: 1;
  display: flex;
  position: absolute;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  top: 1vw;
  right: 1vw;
  width: 2vw;
  height: 2vw;
  border-radius: 50px;
  border: 2px solid #fff;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .project-detail-info-close-btn:hover {
    border: 2px solid transparent;
    background-color: #000;
  }
}
@media (max-width: 1365px) {
  .project-detail-info-close-btn {
    width: 3vw;
    height: 3vw;
  }
}
@media (max-width: 1023px) {
  .project-detail-info-close-btn {
    position: relative;
    width: 5vw;
    height: 5vw;
    margin-left: 0.8vw;
  }
}
@media (max-width: 1023px) and (orientation: portrait) {
  .project-detail-info-close-btn {
    position: absolute;
    top: 3vw;
    right: 3vw;
    width: 7vw;
    height: 7vw;
    background-color: #000;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .project-detail-info-close-btn {
    position: absolute;
    top: 3vw;
    right: 3vw;
    width: 10vw;
    height: 10vw;
  }
}
.project-detail-info-close-icon {
  pointer-events: none;
  width: 1vw;
}
@media (max-width: 1365px) {
  .project-detail-info-close-icon {
    width: 1.2vw;
  }
}
@media (max-width: 1023px) {
  .project-detail-info-close-icon {
    width: 1.8vw;
  }
}
@media (max-width: 1023px) and (orientation: portrait) {
  .project-detail-info-close-icon {
    width: 2.5vw;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .project-detail-info-close-icon {
    width: 3vw;
  }
}
.project-detail-info-flexer {
  height: 100%;
  width: 100%;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.project-detail-info,
.project-detail-info-flexer {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.project-detail-info {
  width: 38vw;
  -webkit-box-align: start;
  align-items: flex-start;
}
@media (max-width: 1365px) {
  .project-detail-info {
    width: 36vw;
  }
}
@media (max-width: 1023px) {
  .project-detail-info {
    position: absolute;
    top: 10vw;
  }
}
@media (max-width: 1023px) and (max-aspect-ratio: 1/1) {
  .project-detail-info {
    width: 28vw;
  }
}
@media (max-width: 1023px) and (orientation: portrait) {
  .project-detail-info {
    display: none;
    top: 0;
    left: 0;
    width: 100%;
  }
}
.project-detail-info-mobile {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 100%;
  padding: 3vw 3vw 10vw;
  box-sizing: border-box;
  -webkit-box-align: start;
  align-items: flex-start;
}
@media (max-width: 1023px) and (orientation: portrait) {
  .project-detail-info-mobile {
    display: flex;
  }
}
.project-detail-info-mask {
  overflow: hidden;
  margin-left: -0.3vw;
  padding-bottom: 0.1vw;
}
.project-detail-name {
  position: relative;
  font-size: 5.2083333333vw;
  line-height: 0.9em;
  margin-bottom: 0.5vw;
  margin-top: -0.05em;
  padding-right: 3vw;
}
@media (max-width: 1365px) {
  .project-detail-name {
    padding-right: 4vw;
    font-size: 4.6875vw;
    line-height: 0.95em;
  }
}
@media (max-width: 1023px) {
  .project-detail-name {
    margin-bottom: 2vw;
  }
}
@media (max-width: 1023px) and (max-aspect-ratio: 1/1) {
  .project-detail-name {
    font-size: 3.6458333333vw;
  }
}
.project-detail-service,
.project-detail-year {
  position: relative;
  display: block;
  margin-left: 0.3vw;
}
.project-detail-nav {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  align-items: flex-start;
  line-height: 1.1em;
}
@media (max-width: 1023px) and (orientation: landscape) {
  .project-detail-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
}
@media (max-width: 1023px) and (orientation: portrait) {
  .project-detail-nav {
    position: absolute;
    width: 100%;
    top: calc(var(--vh, 1vh) * 100);
    -webkit-transform: translateY(calc(-100% - 3vw));
    transform: translateY(calc(-100% - 3vw));
    left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    box-sizing: border-box;
  }
}
.project-detail-navitem-mask {
  overflow: hidden;
  position: relative;
}
@media (hover: none) and (pointer: coarse) {
  .project-detail-navitem-mask {
    margin-top: -1px;
  }
}
@media (max-width: 1023px) {
  .project-detail-navitem-mask {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 1023px) and (orientation: portrait) {
  .project-detail-navitem-mask {
    overflow: unset;
    width: 50%;
  }
}
.project-detail-navitem {
  display: block;
  -webkit-box-flex: 0;
  flex-grow: 0;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .project-detail-navitem:hover {
    text-decoration: line-through;
  }
}
@media (hover: none) and (pointer: coarse) {
  .project-detail-navitem {
    padding: 15px 20px;
    border: 1px solid #fff;
    box-sizing: border-box;
  }
}
@media (max-width: 1023px) and (orientation: portrait) {
  .project-detail-navitem {
    background-color: #000;
    border: 1px solid #fff;
    padding: 15px 20px;
    border-radius: 100px;
  }
}
@media (max-width: 1023px) and (orientation: landscape) {
  .project-detail-navitem {
    margin-right: -1px;
    padding: 15px 20px;
    border: 1px solid #fff;
    box-sizing: border-box;
  }
}
.project-detail-projectlink-box {
  font-size: 15px;
  margin-top: 1vw;
  border-radius: 80px;
  border: 1px solid #fff;
  display: flex;
  cursor: pointer;
}
.project-detail-projectlink-box a {
  padding: 10px 16px;
}
@media (hover: hover) and (pointer: fine) {
  .project-detail-projectlink-box:hover {
    background-color: #fff;
  }
  .project-detail-projectlink-box:hover a {
    color: #000;
  }
  .project-detail-projectlink-box:hover .p-arrow line,
  .project-detail-projectlink-box:hover .p-arrow polyline {
    stroke: #000;
  }
}
.project-detail-projectlink-box .p-arrow {
  position: relative;
  top: 1px;
  height: 12px;
  margin-left: 10px;
}
@media (max-width: 1023px) {
  .pd-not-mobile {
    display: none;
  }
}
@media (max-width: 1023px) {
  .po-nav-next {
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
}
@media (max-width: 1023px) and (orientation: portrait) {
  .po-nav-next {
    margin-left: 5px;
    margin-right: 3vw;
  }
}
@media (max-width: 1023px) and (orientation: landscape) {
  .po-nav-next {
    border-right: 1px solid #fff;
  }
}
@media (max-width: 1023px) {
  .po-nav-prev {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
@media (max-width: 1023px) and (orientation: portrait) {
  .po-nav-prev {
    margin-right: 5px;
    margin-left: 3vw;
  }
}
@media (max-width: 1023px) {
  .po-nav-close {
    display: none;
  }
}
.about {
  position: relative;
}
.about-nav-activator {
  position: absolute;
  height: calc(100% - 80.3vh);
  width: 0;
  top: 0;
  left: 0;
  margin-top: 80.3vh;
}
.about-inner {
  position: relative;
  padding-top: 35vh;
  overflow: hidden;
}
.about-inner,
.about-pic-box {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
}
.about-pic-box {
  width: 100%;
  height: 100%;
}
.about-pic {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
  height: 100%;
  width: 100%;
  top: 0;
}
@media (orientation: portrait) {
  .about-pic {
    height: calc(100% - 45vh);
    top: 45vh;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .about-pic {
    height: calc(100% - 35vh);
    top: 35vh;
  }
}
.about-pic-structure {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('../assets/33e18f470bdd.png');
  opacity: 0.048;
}
@media (max-width: 767px) and (orientation: portrait) {
  .about-pic-structure {
    background-size: 75%;
    opacity: 0.08;
  }
}
.about-text-box {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  margin-top: 45vh;
  margin-bottom: 60vh;
  width: 20vw;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1365px) {
  .about-text-box {
    width: 26vw;
  }
}
@media (max-width: 1024px) {
  .about-text-box {
    width: 30vw;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .about-text-box {
    width: 60vw;
  }
}
@media (max-aspect-ratio: 1/1) {
  .about-text-box {
    margin-bottom: 40vh;
  }
}
@media (max-aspect-ratio: 4/5) {
  .about-text-box {
    margin-bottom: 30vh;
  }
}
.about-text_intro {
  pointer-events: all;
  position: relative;
  display: block;
  text-align: left;
  line-height: 1em;
  margin-bottom: 30vh;
  margin-top: 20px;
}
.about-secfont {
  font-family: sang-bleu, Georgia, serif;
  font-style: normal;
  font-size: 1.06em;
  line-height: 1em;
}
.about-text1 {
  margin-bottom: 40px;
}
.about-awards-hl {
  font-family: sang-bleu, Georgia, serif;
  font-style: normal;
  text-transform: uppercase;
  position: relative;
  font-size: 17.2916666667vw;
  line-height: 1em;
  margin-bottom: 5vw;
}
@media (max-width: 767px) and (orientation: portrait) {
  .about-awards-hl {
    font-size: 20.3125vw;
    margin-bottom: 40px;
  }
}
.about-awards-box {
  position: relative;
  display: block;
  width: 80vw;
  margin-bottom: 10vw;
  line-height: 1.1em;
}
@media (max-width: 767px) and (orientation: portrait) {
  .about-awards-box {
    width: calc(100% - 20px);
  }
}
.about-awards-type {
  display: flex;
  margin-bottom: 2vw;
}
@media (max-width: 767px) and (orientation: portrait) {
  .about-awards-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.about-award-type {
  width: 20vw;
}
@media (max-width: 1023px) and (max-aspect-ratio: 1/1) {
  .about-award-type {
    width: 30vw;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .about-award-type {
    font-family: sang-bleu, Georgia, serif;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
    width: calc(100% - 20px);
  }
}
.about-awards-entries {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.process[data-v-a0b37f06] {
  position: relative;
  display: block;
  background-color: #e55139;
}
.process-anchor[data-v-a0b37f06] {
  position: absolute;
  width: 0;
  height: 0;
  top: 1px;
}
.process-header[data-v-a0b37f06] {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
  display: flex;
  background-color: #e55139;
  padding: 1vw 0;
  box-sizing: border-box;
}
@media (max-width: 1023px) and (max-aspect-ratio: 1/1) {
  .process-header[data-v-a0b37f06] {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .process-header[data-v-a0b37f06] {
    padding: 2vw 0;
  }
}
.process-hl[data-v-a0b37f06] {
  font-size: 5.7291666667vw;
  line-height: 1em;
  text-transform: uppercase;
  padding-left: 1vw;
  margin: -0.5vw 1vw -0.8vw -0.08em;
}
@media (max-width: 1366px) {
  .process-hl[data-v-a0b37f06] {
    font-size: 6.7708333333vw;
  }
}
@media (max-width: 1023px) {
  .process-hl[data-v-a0b37f06] {
    font-size: 6.25vw;
  }
}
@media (max-width: 1023px) and (max-aspect-ratio: 1/1) {
  .process-hl[data-v-a0b37f06] {
    font-size: 10.4166666667vw;
    padding-left: 10px;
    margin-top: 70px;
    margin-bottom: -1.3vw;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .process-hl[data-v-a0b37f06] {
    font-size: 10.4166666667vw;
    line-height: 0.9em;
    margin-bottom: -0.7vw;
    margin-top: 46px;
  }
}
.process-subhl-box[data-v-a0b37f06] {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1em;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -moz-text-align-last: justify;
  text-align-last: justify;
}
@media (max-width: 1365px) {
  .process-subhl-box[data-v-a0b37f06] {
    display: none;
  }
}
@media (max-width: 1023px) and (max-aspect-ratio: 1/1) {
  .process-subhl-box[data-v-a0b37f06] {
    display: flex;
    padding-right: 10px;
    align-self: flex-end;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .process-subhl-box[data-v-a0b37f06] {
    font-size: 11px;
    flex-shrink: 0;
    margin-bottom: 0.5vw;
  }
}
.process-subhl[data-v-a0b37f06] {
  width: 100%;
}
.process-stickytainer[data-v-a0b37f06] {
  position: relative;
  height: 240vw;
}
@media (max-width: 1023px) and (orientation: portrait) {
  .process-stickytainer[data-v-a0b37f06] {
    height: 380vw;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .process-stickytainer[data-v-a0b37f06] {
    height: 500vw;
  }
}
.process-pinner[data-v-a0b37f06] {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.process-camera[data-v-a0b37f06] {
  position: relative;
  height: auto;
  width: 100vw;
  -webkit-box-flex: 1;
  flex-grow: 1;
  overflow: hidden;
}
.process-slider[data-v-a0b37f06] {
  height: 100%;
  width: fit-content;
  will-change: transform;
}
.process-item[data-v-a0b37f06],
.process-slider[data-v-a0b37f06] {
  position: relative;
  display: flex;
}
.process-item[data-v-a0b37f06] {
  height: 100%;
  width: 40vw;
  flex-shrink: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  border-right: 1px solid #fff;
  -webkit-box-pack: justify;
  justify-content: space-between;
  background-color: #e55139;
}
@media (max-width: 1023px) and (max-aspect-ratio: 1/1) {
  .process-item[data-v-a0b37f06] {
    width: 60vw;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .process-item[data-v-a0b37f06] {
    width: 80vw;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
}
.process-item-picbox[data-v-a0b37f06] {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: 5vw;
  flex-shrink: 1;
  width: 100%;
}
@media (max-aspect-ratio: 8/5) {
  .process-item-picbox[data-v-a0b37f06] {
    margin-top: 10vw;
  }
}
.process-item-pic[data-v-a0b37f06] {
  width: 68%;
  height: auto;
}
@media (max-aspect-ratio: 8/5) {
  .process-item-pic[data-v-a0b37f06] {
    width: 80%;
  }
}
.process-item-infobox[data-v-a0b37f06] {
  position: absolute;
  left: 0;
  margin-bottom: 1vw;
  bottom: 0;
}
@media (max-width: 767px) and (orientation: portrait) {
  .process-item-infobox[data-v-a0b37f06] {
    margin-bottom: 0;
    margin-top: 10vw;
    bottom: auto;
    position: relative;
    width: 80%;
  }
}
.process-item-topbox[data-v-a0b37f06] {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 1vw;
  position: relative;
}
@media (max-width: 1365px) and (orientation: portrait) {
  .process-item-topbox[data-v-a0b37f06] {
    margin-bottom: 2vw;
  }
}
@media (max-width: 1023px) and (orientation: portrait) {
  .process-item-topbox[data-v-a0b37f06] {
    margin-bottom: 3vw;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .process-item-topbox[data-v-a0b37f06] {
    margin-bottom: 4vw;
    -webkit-box-align: start;
    align-items: flex-start;
  }
}
.process-item-counter[data-v-a0b37f06] {
  position: relative;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 2vw;
  height: 2vw;
  border-radius: 50px;
  line-height: 1.2em;
  margin-left: 1vw;
  background-color: #000;
}
@media (max-width: 1919px) {
  .process-item-counter[data-v-a0b37f06] {
    width: 2.4vw;
    height: 2.4vw;
  }
}
@media (max-width: 1366px) {
  .process-item-counter[data-v-a0b37f06] {
    width: 2.6vw;
    height: 2.6vw;
  }
}
@media (max-width: 1023px) and (max-aspect-ratio: 1/1) {
  .process-item-counter[data-v-a0b37f06] {
    width: 4.6vw;
    height: 4.6vw;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .process-item-counter[data-v-a0b37f06] {
    width: 6.4vw;
    height: 6.4vw;
    margin-left: 10px;
    margin-top: 3px;
  }
}
.process-item-hl[data-v-a0b37f06] {
  margin-top: 0.1em;
  margin-left: -0.08em;
  font-size: 2.0833333333vw;
  padding-left: 1vw;
  padding-right: 0.5vw;
  line-height: 0.9em;
}
@media (max-width: 1919px) {
  .process-item-hl[data-v-a0b37f06] {
    font-size: 2.6041666667vw;
  }
}
@media (max-width: 1366px) {
  .process-item-hl[data-v-a0b37f06] {
    font-size: 2.8645833333vw;
  }
}
@media (max-width: 1023px) and (max-aspect-ratio: 1/1) {
  .process-item-hl[data-v-a0b37f06] {
    font-size: 5.2083333333vw;
    padding-left: 2vw;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .process-item-hl[data-v-a0b37f06] {
    font-size: 7.2916666667vw;
    padding-left: 10px;
  }
}
.process-item-text[data-v-a0b37f06] {
  position: relative;
  width: calc(75% - 1vw);
  text-indent: 3vw;
  margin-left: 1vw;
  margin-right: 1vw;
}
@media (max-width: 1919px) {
  .process-item-text[data-v-a0b37f06] {
    text-indent: 3.4vw;
  }
}
@media (max-width: 1366px) {
  .process-item-text[data-v-a0b37f06] {
    text-indent: 3.6vw;
  }
}
@media (max-width: 1023px) and (max-aspect-ratio: 1/1) {
  .process-item-text[data-v-a0b37f06] {
    text-indent: 6.6vw;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .process-item-text[data-v-a0b37f06] {
    text-indent: calc(6.4vw + 10px);
    margin-left: 10px;
    margin-right: 10px;
    width: 100%;
  }
}
.process-expander[data-v-a0b37f06] {
  width: 20vw;
  display: flex;
}
.process-expander-bg[data-v-a0b37f06] {
  position: absolute;
  -webkit-box-pack: justify;
  justify-content: space-between;
  left: 0;
  height: 100%;
  width: 100vw;
}
.process-expander-bg-lineblock[data-v-a0b37f06],
.process-expander-bg[data-v-a0b37f06] {
  display: flex;
  background-color: #000;
}
.process-expander-bg-lineblock[data-v-a0b37f06] {
  position: relative;
  padding-top: 6.45vw;
  width: 20vw;
}
@media (max-width: 767px) and (orientation: portrait) {
  .process-expander-bg-lineblock[data-v-a0b37f06] {
    padding-top: 90px;
  }
}
.process-expander-bg-linesH[data-v-a0b37f06] {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 20vw;
  -webkit-box-pack: space-evenly;
  justify-content: space-evenly;
}
.process-expander-bg-lineH[data-v-a0b37f06] {
  position: relative;
  height: 1px;
  width: 100%;
  background-color: #fff;
}
.process-expander-bg-linesV[data-v-a0b37f06] {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 20vw;
  -webkit-box-pack: space-evenly;
  justify-content: space-evenly;
}
.process-expander-bg-lineV[data-v-a0b37f06] {
  position: relative;
  height: 100%;
  width: 1px;
  background-color: #fff;
}
@media (max-aspect-ratio: 1/1) {
  .process-expander-bg-linesH .process-mobile[data-v-a0b37f06] {
    display: block;
  }
}
.process-expander-bg-linesV .process-mobile[data-v-a0b37f06] {
  display: block;
}
@media (max-aspect-ratio: 1/1) {
  .process-expander-bg-linesV .process-mobile[data-v-a0b37f06] {
    display: none;
  }
}
.faq[data-v-43cde958] {
  position: relative;
  height: auto;
  background-color: #3944e5;
}
.faq-anchor[data-v-43cde958] {
  position: absolute;
  width: 0;
  height: 0;
  top: 1px;
}
.faq-bg[data-v-43cde958] {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url('../assets/7f3e185dc02f.jpg');
  opacity: 0.5;
  mix-blend-mode: darken;
}
.faq-pic-hidden-box[data-v-43cde958] {
  display: block;
  position: absolute;
  top: 5vw;
  width: 15vw;
  left: 65vw;
  height: auto;
}
@media (max-width: 1599px) {
  .faq-pic-hidden-box[data-v-43cde958] {
    width: 20vw;
    left: 62vw;
  }
}
@media (max-width: 1023px) and (max-aspect-ratio: 1/1) {
  .faq-pic-hidden-box[data-v-43cde958] {
    width: 25vw;
    left: 55vw;
  }
}
@media (max-width: 479px) and (max-aspect-ratio: 1/1) {
  .faq-pic-hidden-box[data-v-43cde958] {
    width: 30vw;
    left: 51vw;
  }
}
.faq-pic-hidden[data-v-43cde958] {
  width: 100%;
}
.faq-pic-box[data-v-43cde958],
.faq-pic-hidden[data-v-43cde958] {
  display: block;
  position: absolute;
  height: auto;
}
.faq-pic-box[data-v-43cde958] {
  top: 5vw;
  width: 16vw;
  left: 64vw;
}
@media (max-width: 1599px) {
  .faq-pic-box[data-v-43cde958] {
    width: 20vw;
    left: 62vw;
  }
}
@media (max-width: 1023px) and (max-aspect-ratio: 1/1) {
  .faq-pic-box[data-v-43cde958] {
    width: 25vw;
    left: 55vw;
  }
}
@media (max-width: 479px) and (max-aspect-ratio: 1/1) {
  .faq-pic-box[data-v-43cde958] {
    width: 30vw;
    left: 51vw;
  }
}
.faq-pic[data-v-43cde958] {
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
}
.faq-hl[data-v-43cde958] {
  position: relative;
  font-size: 5.7291666667vw;
  line-height: 1em;
  text-transform: uppercase;
  padding-top: 0.5vw;
  padding-bottom: 0.2vw;
  padding-left: 1vw;
  margin-left: -0.08em;
  margin-bottom: 5vw;
}
@media (max-width: 1366px) {
  .faq-hl[data-v-43cde958] {
    font-size: 6.7708333333vw;
  }
}
@media (max-width: 1023px) and (max-aspect-ratio: 1/1) {
  .faq-hl[data-v-43cde958] {
    font-size: 10.4166666667vw;
    padding-left: 10px;
    padding-top: 70px;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .faq-hl[data-v-43cde958] {
    font-size: 10.4166666667vw;
    line-height: 0.9em;
  }
}
.faq-entries-box[data-v-43cde958] {
  position: relative;
  padding-left: 1vw;
  padding-right: 1vw;
  padding-bottom: 5vw;
}
@media (max-width: 767px) and (orientation: portrait) {
  .faq-entries-box[data-v-43cde958] {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 70px;
  }
}
.faq-entry[data-v-00560d82] {
  position: relative;
  width: 100%;
  border-top: 1px solid #fff;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  cursor: pointer;
}
.faq-entry:hover .faq-entry-bg[data-v-00560d82] {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.faq-entry:hover .faq-number[data-v-00560d82] {
  -webkit-transform: translate(1vw);
  transform: translate(1vw);
}
.faq-entry:hover .faq-asked-by[data-v-00560d82] {
  -webkit-transform: translate(-1vw);
  transform: translate(-1vw);
}
@media (max-width: 767px) and (orientation: portrait) {
  .faq-entry:hover .faq-number[data-v-00560d82] {
    -webkit-transform: translate(10px);
    transform: translate(10px);
  }
  .faq-entry:hover .faq-asked-by[data-v-00560d82] {
    -webkit-transform: translate(-10px);
    transform: translate(-10px);
  }
}
.faq-entry-bg[data-v-00560d82] {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #e55139;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition:
    transform 0.3s,
    -webkit-transform 0.3s;
  mix-blend-mode: color-burn;
  opacity: 0.2;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}
.faq-question-box[data-v-00560d82] {
  position: relative;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 1024px) {
  .faq-question-box[data-v-00560d82] {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.faq-entry[data-v-00560d82]:last-of-type {
  border-bottom: 1px solid #fff;
}
.faq-leftbox[data-v-00560d82] {
  display: flex;
}
.faq-number[data-v-00560d82] {
  font-family: suisse-book, Arial, sans-serif;
  font-style: normal;
  font-size: 1.5625vw;
  min-width: 9vw;
  -webkit-transition: -webkit-transform 0.1s;
  transition:
    transform 0.1s,
    -webkit-transform 0.1s;
}
@media (max-width: 1023px) and (orientation: portrait) {
  .faq-number[data-v-00560d82] {
    font-size: 16px;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .faq-number[data-v-00560d82] {
    font-size: 12px;
  }
}
.faq-asked-by[data-v-00560d82] {
  font-family: sang-bleu, Georgia, serif;
  font-style: normal;
  font-size: 0.9em;
  display: block;
  -webkit-transition: -webkit-transform 0.1s;
  transition:
    transform 0.1s,
    -webkit-transform 0.1s;
  white-space: nowrap;
  padding-left: 2vw;
}
@media (max-width: 767px) and (orientation: portrait) {
  .faq-asked-by[data-v-00560d82] {
    padding-left: 20px;
    white-space: unset;
    text-align: right;
  }
}
.faq-answer-box[data-v-00560d82] {
  position: relative;
  padding-left: 9vw;
  overflow: hidden;
}
.contact[data-v-14e34dfb] {
  padding-bottom: 35vw;
  overflow: hidden;
  -webkit-mask-image: url('../assets/f0afdf81c4ab.png');
  mask-image: url('../assets/f0afdf81c4ab.png');
}
.contact[data-v-14e34dfb] {
  position: relative;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.contact-anchor[data-v-14e34dfb] {
  position: absolute;
  width: 0;
  height: 0;
  top: 1px;
}
.contact-hl[data-v-14e34dfb] {
  text-align: center;
  text-transform: uppercase;
  font-size: 19.2708333333vw;
  line-height: 0.85em;
  margin-top: 10vw;
}
@media (max-width: 767px) and (orientation: portrait) {
  .contact-hl[data-v-14e34dfb] {
    margin-top: 70px;
    font-size: 19.7916666667vw;
  }
}
.contact-text1[data-v-14e34dfb] {
  display: block;
  position: relative;
  margin-top: 3vw;
  margin-bottom: 3vw;
  text-align: center;
  width: 20vw;
  align-self: center;
  text-transform: uppercase;
}
@media (max-width: 1365px) {
  .contact-text1[data-v-14e34dfb] {
    width: 26vw;
  }
}
@media (max-width: 1024px) {
  .contact-text1[data-v-14e34dfb] {
    width: 30vw;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .contact-text1[data-v-14e34dfb] {
    width: 60vw;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.contact-text2[data-v-14e34dfb] {
  display: block;
  position: relative;
  margin-bottom: 3vw;
  text-align: center;
  width: 20vw;
  align-self: center;
  text-transform: uppercase;
}
@media (max-width: 1365px) {
  .contact-text2[data-v-14e34dfb] {
    width: 26vw;
  }
}
@media (max-width: 1024px) {
  .contact-text2[data-v-14e34dfb] {
    width: 30vw;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .contact-text2[data-v-14e34dfb] {
    width: 60vw;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.contact-email[data-v-14e34dfb] {
  display: block;
  position: relative;
  margin-top: 3vw;
  margin-bottom: 20px;
  text-align: center;
  width: 20vw;
  align-self: center;
  text-decoration: underline;
}
@media (max-width: 1365px) {
  .contact-email[data-v-14e34dfb] {
    width: 26vw;
  }
}
@media (max-width: 1024px) {
  .contact-email[data-v-14e34dfb] {
    width: 30vw;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .contact-email[data-v-14e34dfb] {
    width: 60vw;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.contact-link[data-v-14e34dfb] {
  position: relative;
  display: block;
}
.contact-rt[data-v-14e34dfb] {
  font-size: 5.2083333333vw;
  line-height: 1em;
}
@media (max-width: 1365px) {
  .contact-rt[data-v-14e34dfb] {
    font-size: 6.25vw;
  }
}
@media (max-width: 1024px) {
  .contact-rt[data-v-14e34dfb] {
    font-size: 6.7708333333vw;
  }
}
@media (max-width: 1023px) {
  .contact-rt[data-v-14e34dfb] {
    font-size: 7.8125vw;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .contact-rt[data-v-14e34dfb] {
    font-size: 13.0208333333vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .contact-rt[data-v-14e34dfb]:hover {
    color: #e55139;
  }
}
.three-js[data-v-9216126a] {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  -webkit-box-align: center;
  align-items: center;
  height: 100vh;
}
.runningtext,
.runningtext-bufferdiv {
  width: 100%;
  height: 100%;
}
.runningtext {
  overflow: hidden;
  position: relative;
  display: flex;
}
.runningtext-l1,
.runningtext-l2 {
  flex-wrap: nowrap;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  line-height: 1em;
}
.runningtext-word {
  text-transform: uppercase;
  margin-right: 1.5vw;
  display: inline-block;
  white-space: nowrap;
  position: relative;
}
@media (max-width: 767px) {
  .runningtext-word {
    margin-right: 15px;
  }
}
.dontleave[data-v-b8e2d846] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  z-index: 999999999;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.footer {
  color: var(--main-color);
  width: 100%;
  padding: 1vw;
  margin-top: -5vw;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
@media (max-width: 767px) and (orientation: portrait) {
  .footer {
    padding: 10px;
    margin-top: -12vw;
  }
}
.footer-inner-box {
  margin-top: 50px;
  display: flex;
  border: 1px solid #fff;
  box-shadow:
    7px -5px 10px 0 indigo,
    11px -9px 10px 0#00f,
    16px -14px 10px 0#0f0,
    20px -17px 10px 0#ff0,
    24px -19px 10px 0#ff7f00,
    27px -23px 10px 0 red,
    5px 5px 15px 5px transparent;
}
@media (max-width: 1023px) {
  .footer-inner-box {
    flex-wrap: wrap;
    border: none;
  }
}
.footer-left {
  position: relative;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: stretch;
  align-items: stretch;
  width: 29vw;
  border-right: 1px solid #fff;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 1vw;
  box-sizing: border-box;
  line-height: 1.2em;
  flex-shrink: 0;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .footer-left {
    width: 33vw;
    height: 20vw;
    border: 1px solid #fff;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .footer-left {
    width: 100%;
    height: 50vw;
    padding: 10px;
    border: 1px solid #fff;
  }
}
.footer-left-vid-mask {
  left: 0;
  top: 0;
  position: absolute;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.footer-left-vid {
  position: absolute;
  width: 29vw;
  height: 21.75vw;
}
@media (max-width: 1023px) {
  .footer-left-vid {
    width: 33vw;
    height: 24.75vw;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .footer-left-vid {
    width: 98vw;
    height: 73.5vw;
  }
}
.footer-logo {
  position: relative;
  width: 3vw;
  height: auto !important;
  -webkit-box-flex: 0;
  flex-grow: 0;
  margin-bottom: 5vw;
}
@media (max-width: 1023px) {
  .footer-logo {
    width: 4vw;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .footer-logo {
    width: 10vw;
  }
}
.footer-copy {
  position: relative;
}
.footer-email-box {
  width: 39vw;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  flex-shrink: 0;
  line-height: 1.2em;
  -webkit-box-pack: justify;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 1vw;
  background-color: #ff00ea;
}
@media (max-width: 1023px) {
  .footer-email-box {
    width: 65vw;
    border: 1px solid #fff;
    border-left-width: 0;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .footer-email-box {
    width: 100%;
    height: 50vw;
    padding: 10px;
    border: 1px solid #fff;
    border-top: 0 solid #fff;
  }
}
.footer-email-hl {
  position: relative;
}
.footer-email {
  line-height: 1em;
  font-size: 2.0833333333vw;
  text-shadow:
    0-1px 4px #fff,
    0-2px 10px #ff0,
    0-10px 20px #ff0,
    0-10px 20px #ff0,
    0-10px 20px #ff8000,
    0-10px 20px #ff8000,
    0-18px 40px red,
    0-18px 40px red;
}
.footer-email:hover {
  color: #00f;
}
@media (max-width: 1023px) {
  .footer-email {
    font-size: 4.1666666667vw;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .footer-email {
    font-size: 7.1875vw;
  }
}
.footer-social {
  position: relative;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  line-height: 1.2em;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  box-sizing: border-box;
  padding: 1vw;
  width: 10vw;
  flex-shrink: 0;
  overflow: hidden;
}
.footer-social a {
  text-decoration: underline;
}
.footer-social a:hover {
  color: #e55139;
}
.footer-social .footer-socials-box {
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.footer-social .footer-social-hl {
  position: relative;
}
@media (max-width: 1023px) {
  .footer-social {
    width: 33vw;
    height: 20vw;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .footer-social {
    width: 33%;
    height: 50vw;
    padding: 10px;
  }
}
.footer-social-vid-mask {
  left: 0;
  top: 0;
  position: absolute;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: top;
  align-items: top;
  width: 100%;
  height: 100%;
}
.footer-social-vid {
  position: absolute;
  width: 26.02198vw;
  height: 14.8vw;
}
@media (max-width: 1365px) {
  .footer-social-vid {
    width: 27.07692vw;
    height: 15.4vw;
  }
}
@media (max-width: 1023px) {
  .footer-social-vid {
    width: 35.16484vw;
    height: 20vw;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .footer-social-vid {
    width: 87.91209vw;
    height: 50vw;
  }
}
.footer-legal {
  padding: 1vw;
  display: flex;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 10vw;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.footer-legal a {
  text-decoration: underline;
}
@media (max-width: 1023px) {
  .footer-legal {
    width: 33vw;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .footer-legal {
    width: 33%;
    padding: 10px;
  }
}
.footer-legal-link:hover {
  color: #e55139;
}
.footer-studio {
  padding: 1vw;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 10vw;
  box-sizing: border-box;
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-right: 1px solid #fff;
  background-color: #b46633;
}
.footer-studio a {
  text-decoration: underline;
}
@media (max-width: 1023px) {
  .footer-studio {
    width: 32vw;
    border-right: 0 solid #fff;
    border-bottom: 1px solid #fff;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .footer-studio {
    width: 34%;
    padding: 10px;
  }
}
.footer-btt-btn {
  margin-top: 1vw;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 6vw;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  background: linear-gradient(0deg, red, #ffb700);
  border-radius: 400px;
}
.footer-btt-btn:hover {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#ffb700),
    to(red)
  );
  background: linear-gradient(0deg, #ffb700, red);
}
@media (max-width: 767px) and (orientation: portrait) {
  .footer-btt-btn {
    margin-top: 10px;
    height: 20vw;
  }
}
.footer-btt-txt {
  font-family: sang-bleu, Georgia, serif;
  font-style: normal;
  display: block;
  position: relative;
  font-size: 3.6458333333vw;
  line-height: 1.3em;
  text-shadow:
    0 1px 0#999,
    0 2px 0#888,
    0 3px 0#777,
    0 4px 0#666,
    0 5px 0#555,
    0 6px 0#444,
    0 7px 0#333,
    0 8px 7px #001135;
}
@media (max-width: 767px) and (orientation: portrait) {
  .footer-btt-txt {
    font-size: 7.2916666667vw;
  }
}
.footer-contact-spatzek {
  width: 5vw;
}
@media (max-width: 1023px) {
  .footer-contact-spatzek {
    width: 10vw;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .footer-contact-spatzek {
    width: 20vw;
  }
}
.footer-spatzeklink {
  fill: var(--main-color);
}
.footer-spatzeklink:hover .footer-spatzekstudio-logo {
  fill: #000;
}
.footer-spatzeklink .footer-spatzeklink-name {
  height: 0;
  position: absolute;
  opacity: 0;
}
