/*!***************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.11.0_webpack@5.99.8_webpack-cli@4.10.0_/node_modules/css-loader/dist/cjs.js!./node_modules/.pnpm/@glidejs+glide@3.6.2/node_modules/@glidejs/glide/dist/css/glide.core.min.css ***!
  \***************************************************************************************************************************************************************************************************************************/
.glide{position:relative;width:100%;box-sizing:border-box}.glide *{box-sizing:inherit}.glide__track{overflow:hidden}.glide__slides{position:relative;width:100%;list-style:none;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;overflow:hidden;margin:0;padding:0;white-space:nowrap;display:flex;flex-wrap:nowrap;will-change:transform}.glide__slides--dragging{user-select:none}.glide__slide{width:100%;height:100%;flex-shrink:0;white-space:normal;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.glide__slide a{user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows{-webkit-touch-callout:none;user-select:none}.glide__bullets{-webkit-touch-callout:none;user-select:none}.glide--rtl{direction:rtl}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.11.0_webpack@5.99.8_webpack-cli@4.10.0_/node_modules/css-loader/dist/cjs.js!./node_modules/.pnpm/sass-loader@13.3.3_sass@1.77.8_webpack@5.99.8_webpack-cli@4.10.0_/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/sass/main.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************/
/* Fonts */
@font-face {
  font-family: "So:hne Breit";
  src: url(169a327092a6f85ebda6.woff2) format("woff2"), url(7abfa095e38620f79d97.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "So:hne Breit Halbfett";
  src: url(1ea990f677066afe6873.woff2) format("woff2"), url(b109ca418601e84d7a66.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "So:hne Kra:ftig";
  src: url(ec80ace29551d6b12a44.woff2) format("woff2"), url(dff097e59eb50a1c3d4e.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* TOPICS ->
? $px-vw/$px-vh = desired measurement in pixels (without units)
? $multiplier = multiplier useful for scaling the measurements differently in the case of several screen measurements, by default 1
? $min = minimum measurement, the returned value will not scale less than the measurement entered (in pixels), by default there is no minimum measurement
? $min = maximum measurement, the returned value will not scale more than the measurement entered (in pixels), by default there is no maximum measurement
*/
/* USE ->
! .element {
! width: rvw(200, 1.5, 180, 220);
! height: rvh(150, 1.5, 130, 170);
! }
*/
@keyframes bounce {
  0%, 100% {
    transform: scaleY(0.5);
  }
  50% {
    transform: scaleY(1);
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  line-height: 1.5;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img,
picture,
video,
canvas,
svg {
  max-width: 100%;
  height: auto;
  display: block;
}

img {
  border-style: none;
}

svg {
  fill: currentColor;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  appearance: textfield;
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::file-selector-button {
  -webkit-appearance: button; /* 1 */
  appearance: button;
  font: inherit; /* 2 */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  appearance: button;
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Modern additions for better web development
   ========================================================================== */
/**
 * Remove list styles on ul, ol elements with a list role,
 * which suggests default styling will be removed
 */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/**
 * Improve media defaults
 */
img,
picture,
video,
canvas,
svg {
  vertical-align: middle;
}

/**
 * Remove built-in form typography styles
 */
input,
button,
textarea,
select {
  font: inherit;
}

/**
 * Avoid text overflows
 */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

/**
 * Improve line heights for better readability
 */
h1,
h2,
h3,
h4 {
  line-height: 1.1;
}

/**
 * Balance text wrapping on headings
 */
h1,
h2,
h3,
h4 {
  text-wrap: balance;
}

html {
  min-height: 100% !important;
  overflow-x: hidden;
}

body {
  background-color: #121212;
  color: #fff;
  font-family: "So:hne Breit Halbfett";
  font-size: 18px;
  min-height: 100vh;
  overflow: hidden;
  margin: 0 auto;
  font-weight: 400;
}

pre {
  position: fixed;
  right: 0;
  top: 0;
  text-align: left;
  text-transform: none;
  width: 325px;
  height: 100%;
  background: #fff;
  overflow-y: auto;
  line-height: 11px;
  font-size: 11px;
  letter-spacing: 0;
  word-spacing: 0;
  z-index: 999999999999999;
  padding: 10px;
  margin: 0;
  word-break: normal;
  word-wrap: normal;
  font-family: arial;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
  overflow-y: auto;
  color: #000 !important;
}

.non-scrollable {
  position: fixed;
  top: 0;
  bottom: 0;
  overflow: hidden;
  height: 100vh;
  height: 100svh;
  width: 100vw;
}

#main,
#main_cont,
#main_cont > div {
  transform-origin: center center;
}

.bg-white {
  background-color: #fff;
}

.bg-black {
  background-color: #121212;
}

.c-white {
  color: #fff;
}

.c-black {
  color: #121212;
}

.t-uppercase {
  text-transform: uppercase !important;
}

.t-lowercase {
  text-transform: none !important;
}

h1,
h2,
h3,
h4 {
  font-family: "So:hne Breit";
}

h5,
h6 {
  font-family: "So:hne Breit Halbfett";
  font-weight: 400;
}

.t-100, #page-home .cover:nth-child(2) .cover__title {
  font-size: 6.9444444444vw;
  line-height: 6.9444444444vw;
}
@media screen and (min-width: 1920px) {
  .t-100, #page-home .cover:nth-child(2) .cover__title {
    font-size: 133.3333px;
    line-height: 133.3333px;
  }
}
@media (orientation: portrait) {
  .t-100, #page-home .cover:nth-child(2) .cover__title {
    font-size: 8.6419753086vh;
    line-height: 8.6419753086vh;
  }
}

.t-65, #page-policy h1, .menu__voice, h1,
h2 {
  font-size: 4.5138888889vw;
  line-height: 4.5138888889vw;
}
@media screen and (min-width: 1920px) {
  .t-65, #page-policy h1, .menu__voice, h1,
  h2 {
    font-size: 86.666645px;
    line-height: 86.666645px;
  }
}
@media (orientation: portrait) {
  .t-65, #page-policy h1, .menu__voice, h1,
  h2 {
    font-size: 5.6172839506vh;
    line-height: 5.6172839506vh;
  }
}

.t-36, form .submit-wrapper input[type=submit] {
  font-size: 2.5vw;
  line-height: 2.7777777778vw;
}
@media screen and (min-width: 1920px) {
  .t-36, form .submit-wrapper input[type=submit] {
    font-size: 47.999988px;
    line-height: 53.33332px;
  }
}
@media (orientation: portrait) {
  .t-36, form .submit-wrapper input[type=submit] {
    font-size: 4vh;
    line-height: 4.4444444444vh;
  }
}

.t-30, #page-policy h2,
#page-policy h3, h3 {
  font-size: 2.0833333333vw;
  line-height: 2.4305555556vw;
}
@media screen and (min-width: 1920px) {
  .t-30, #page-policy h2,
  #page-policy h3, h3 {
    font-size: 39.99999px;
    line-height: 46.666655px;
  }
}
@media (orientation: portrait) {
  .t-30, #page-policy h2,
  #page-policy h3, h3 {
    font-size: 3.3333333333vh;
    line-height: 3.8888888889vh;
  }
}

.t-26 {
  font-size: 1.8055555556vw;
  line-height: 2.1527777778vw;
}
@media screen and (min-width: 1920px) {
  .t-26 {
    font-size: 34.666658px;
    line-height: 41.333323px;
  }
}
@media (orientation: portrait) {
  .t-26 {
    font-size: 3.049382716vh;
    line-height: 3.6358024691vh;
  }
}

.t-20 {
  font-size: 1.3888888889vw;
  line-height: 1.7361111111vw;
}
@media screen and (min-width: 1920px) {
  .t-20 {
    font-size: 26.66666px;
    line-height: 33.333325px;
  }
}
@media (orientation: portrait) {
  .t-20 {
    font-size: 2.3456790123vh;
    line-height: 2.9320987654vh;
  }
}

.t-17, #page-policy a,
#page-policy p,
#page-policy ul, .twoColsContent__text, p {
  font-size: 1.1805555556vw;
  line-height: 1.875vw;
}
@media screen and (min-width: 1920px) {
  .t-17, #page-policy a,
  #page-policy p,
  #page-policy ul, .twoColsContent__text, p {
    font-size: 22.666661px;
    line-height: 35.999991px;
  }
}
@media (orientation: portrait) {
  .t-17, #page-policy a,
  #page-policy p,
  #page-policy ul, .twoColsContent__text, p {
    font-size: 1.9938271605vh;
    line-height: 3.1666666667vh;
  }
}

.t-16, #page-policy ul li p,
#page-policy ol li p, .socials a, h4 {
  font-size: 1.1111111111vw;
  line-height: 1.5277777778vw;
}
@media screen and (min-width: 1920px) {
  .t-16, #page-policy ul li p,
  #page-policy ol li p, .socials a, h4 {
    font-size: 21.333328px;
    line-height: 29.333326px;
  }
}
@media (orientation: portrait) {
  .t-16, #page-policy ul li p,
  #page-policy ol li p, .socials a, h4 {
    font-size: 1.8765432099vh;
    line-height: 2.5802469136vh;
  }
}

.t-14, form .wpcf7-acceptance .wpcf7-list-item-label,
form .wpcf7-radio .wpcf7-list-item-label {
  font-size: 0.9722222222vw;
  line-height: 1.25vw;
}
@media screen and (min-width: 1920px) {
  .t-14, form .wpcf7-acceptance .wpcf7-list-item-label,
  form .wpcf7-radio .wpcf7-list-item-label {
    font-size: 18.666662px;
    line-height: 23.999994px;
  }
}
@media (orientation: portrait) {
  .t-14, form .wpcf7-acceptance .wpcf7-list-item-label,
  form .wpcf7-radio .wpcf7-list-item-label {
    font-size: 1.6419753086vh;
    line-height: 2.1111111111vh;
  }
}

.t-12, #page-contact .connect__infoTexts a, #page-contact .connect__infoTexts, .footer__voice, h5 {
  font-size: 0.8333333333vw;
  line-height: 1.3194444444vw;
}
@media screen and (min-width: 1920px) {
  .t-12, #page-contact .connect__infoTexts a, #page-contact .connect__infoTexts, .footer__voice, h5 {
    font-size: 15.999996px;
    line-height: 25.333327px;
  }
}
@media (orientation: portrait) {
  .t-12, #page-contact .connect__infoTexts a, #page-contact .connect__infoTexts, .footer__voice, h5 {
    font-size: 1.4074074074vh;
    line-height: 2.2283950617vh;
  }
}

.t-10, .footer__bottomRight a, .footer__bottomLeft a, h6 {
  font-size: 0.6944444444vw;
  line-height: 0.8333333333vw;
  letter-spacing: 0.0173611111vw;
}
@media screen and (min-width: 1920px) {
  .t-10, .footer__bottomRight a, .footer__bottomLeft a, h6 {
    font-size: 13.33333px;
    line-height: 15.999996px;
    letter-spacing: 0.33333325px;
  }
}
@media (orientation: portrait) {
  .t-10, .footer__bottomRight a, .footer__bottomLeft a, h6 {
    font-size: 1.1728395062vh;
    line-height: 1.4074074074vh;
    letter-spacing: 0.0293209877vh;
  }
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 14.5833333333vw;
  min-height: 3.4722222222vw;
  text-align: center;
  font-size: 1.3888888889vw;
  line-height: 1.875vw;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 1.2345679012vh 0.6944444444vw;
  transition: background-color 0.2s ease-in, border 0.2s ease-in, color 0.2s ease-in;
}
@media screen and (orientation: portrait) {
  .button {
    min-width: 60%;
    padding: 5vw 0;
    margin-top: 10vw;
  }
}
.button--white {
  background-color: #fff;
  color: #121212;
}
.button:hover {
  background-color: #121212;
  border: 1px solid #fff;
  color: #fff;
}

.height--100 {
  height: 100%;
}
.height--100vh {
  height: 100vh;
}
@media screen and (orientation: portrait) {
  .height--100vh {
    height: 100svh;
  }
}

.width--100 {
  width: 100%;
}
.width--100vw {
  width: 100vw;
}
.width--1800 {
  width: 125vw;
}
.width--1380 {
  width: 95.8333333333vw;
}
.width--1220 {
  width: 84.7222222222vw;
}
.width--1800, .width--1380, .width--1220 {
  margin: 0 auto;
}
@media screen and (orientation: portrait) {
  .width--1800, .width--1380, .width--1220 {
    width: 90vw;
  }
}

.label {
  line-height: 1;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  pointer-events: none;
  width: 100vw;
  transition: all 0.35s ease-in-out;
}
.header.hovering .header__logo svg path,
.header.hovering .header__logo svg polygon,
.header.hovering .header__logo svg rect {
  fill: #121212 !important;
}
.header.visible .header__logo {
  opacity: 1;
}
.header.fixed {
  transform: translateY(-100%);
}
.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__wrapper {
  padding-top: 2.4691358025vh;
}
@media (orientation: portrait) {
  .header__wrapper {
    padding-top: 2.3456790123vh;
  }
}
@media screen and (orientation: portrait) {
  .header__wrapper {
    padding-top: 5vw;
    justify-content: flex-start;
  }
}
.header__logo {
  pointer-events: all;
}
.header__logo:hover svg {
  opacity: 0.6;
}
.header__logo svg {
  transition: all 0.35s ease-in-out;
  height: auto;
}
.header__logo svg {
  width: 20.8333333333vw;
}
@media (orientation: portrait) {
  .header__logo svg {
    width: 25.9259259259vh;
  }
}
@media screen and (orientation: portrait) {
  .header__logo svg {
    width: 50%;
  }
}
.header__logo svg path,
.header__logo svg polygon,
.header__logo svg rect {
  transition: all 0.35s ease-in-out;
}
@media (orientation: portrait) {
  .header .header__logoDesktop {
    display: none;
  }
}
@media (orientation: landscape) {
  .header .header__logoMobile {
    display: none;
  }
}

.menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
}
.menu.hovering .menu__content {
  background-color: #fff;
}
.menu.hovering .menu__content a:not(.menu__voice) {
  color: #121212;
  opacity: 0.1 !important;
}
.menu.hovering .menu__togglerText,
.menu.hovering .menu__closeText {
  color: #121212;
}
.menu.hovering .menu__circle,
.menu.hovering .menu__closeX::before,
.menu.hovering .menu__closeX::after {
  background-color: #121212;
}
.menu.hovering .menu__voice {
  color: #fff;
  -webkit-text-stroke: 1px #121212;
}
.menu.visible .menu__visible {
  opacity: 1;
  visibility: visible;
}
.menu.opened .menu__visible {
  opacity: 0 !important;
  visibility: hidden !important;
}
.menu.opened .menu__close {
  opacity: 1 !important;
  transition-delay: 0s !important;
}
.menu.opened .menu__content {
  opacity: 1 !important;
  visibility: visible !important;
}
.menu__wrapper {
  position: relative;
}
.menu__wrapper a {
  white-space: nowrap;
}
.menu__visible {
  position: relative;
  z-index: 12;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  transition: all 0.35s ease-in-out;
  padding-right: 2.0833333333vw;
}
.menu__visible {
  padding-top: 2.4691358025vh;
}
@media (orientation: portrait) {
  .menu__visible {
    padding-top: 2.3456790123vh;
  }
}
@media screen and (orientation: portrait) {
  .menu__visible {
    padding: 5vw 5vw 0;
    align-items: flex-start;
  }
}
.menu__toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -15px;
  padding: 15px;
  position: relative;
}
.menu__content {
  height: 100vh;
  width: 100vw;
  background-color: #121212;
  position: fixed;
  right: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease-in-out;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: auto 1fr;
  padding: 2.0833333333vw;
}
.menu__content {
  padding-top: 2.4691358025vh;
}
@media (orientation: portrait) {
  .menu__content {
    padding-top: 2.3456790123vh;
  }
}
.menu__content {
  padding-bottom: 7.4074074074vh;
}
@media (orientation: portrait) {
  .menu__content {
    padding-bottom: 5.1851851852vh;
  }
}
@media screen and (orientation: portrait) {
  .menu__content {
    padding: 5vw;
    height: 100svh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.menu__voice {
  text-transform: uppercase;
  font-family: "So:hne Breit";
  overflow: hidden;
}
@media screen and (orientation: portrait) {
  .menu__voice {
    font-size: 6.5vw;
    line-height: 1.1;
  }
}
.menu__labelToggle {
  display: flex;
  align-items: center;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  margin: -15px;
  padding: 15px;
}
.menu__labelToggle {
  gap: 0.6944444444vw;
}
@media (orientation: portrait) {
  .menu__labelToggle {
    gap: 1.1728395062vh;
  }
}
@media (orientation: portrait) {
  .menu__labelToggle {
    gap: 2.5vw;
  }
}
.menu__labelToggle:hover .menu__togglerCircles {
  gap: 0.1234567901vh;
}
@media (orientation: portrait) {
  .menu__labelToggle:hover .menu__togglerCircles {
    gap: 0.1172839506vh;
  }
}
.menu__labelToggle:hover .menu__circle {
  transform: scale(1.2);
}
.menu__togglerText {
  color: #fff;
  line-height: 1;
  transition: all 0.35s ease-in-out;
  transition-property: color;
}
.menu__togglerCircles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  transition: all 0.35s ease-in-out;
  transition-property: gap;
}
.menu__togglerCircles {
  gap: 1.4814814815vh;
}
@media (orientation: portrait) {
  .menu__togglerCircles {
    gap: 1.4074074074vh;
  }
}
@media screen and (orientation: portrait) {
  .menu__togglerCircles {
    gap: 2.5vw;
  }
}
.menu__circle {
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.35s ease-in-out;
  width: 3px;
  height: 3px;
}
.menu__close {
  grid-column: 3;
  grid-row: 1;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  opacity: 0;
  transition: all 0.35s ease-in-out;
}
@media screen and (orientation: portrait) {
  .menu__close {
    order: 1;
  }
}
.menu__closeToggle {
  display: flex;
  align-items: center;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
}
.menu__closeToggle {
  gap: 0.6944444444vw;
}
@media (orientation: portrait) {
  .menu__closeToggle {
    gap: 1.1728395062vh;
  }
}
@media screen and (orientation: portrait) {
  .menu__closeToggle {
    gap: 5vw;
  }
}
.menu__closeToggle:hover .menu__closeX::before, .menu__closeToggle:hover .menu__closeX::after {
  background-color: rgba(255, 255, 255, 0.7);
}
.menu__closeToggle:hover .menu__closeX::before {
  transform: translate(-50%, -50%) rotate(360deg);
}
.menu__closeToggle:hover .menu__closeX::after {
  transform: translate(-50%, -50%) rotate(-360deg);
}
.menu__closeText {
  transition: all 0.35s ease-in-out;
  color: #fff;
}
.menu__closeX {
  position: relative;
  width: 20px;
  height: 20px;
}
.menu__closeX::before, .menu__closeX::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: #fff;
  will-change: transform;
  transition: all 0.35s ease-in-out;
}
.menu__closeX::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.menu__closeX::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.menu__contact {
  grid-column: 3;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
}
.menu__contact {
  gap: 1.2345679012vh;
}
@media (orientation: portrait) {
  .menu__contact {
    gap: 1.1728395062vh;
  }
}
.menu__contact {
  margin-top: 7.4074074074vh;
}
@media (orientation: portrait) {
  .menu__contact {
    margin-top: 5.1851851852vh;
  }
}
@media screen and (orientation: portrait) {
  .menu__contact {
    gap: 5vw;
    margin-top: 15vw;
    order: 3;
  }
}
.menu__contact .menu__voice .word {
  padding-right: 0 !important;
}
.menu__voices {
  grid-column: 1;
  grid-row: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
.menu__voices {
  gap: 0.6172839506vh;
}
@media (orientation: portrait) {
  .menu__voices {
    gap: 0.5864197531vh;
  }
}
@media screen and (orientation: portrait) {
  .menu__voices {
    gap: 3vw;
    width: 100%;
    order: 2;
  }
}
.menu__voice {
  margin: -15px;
  padding: 15px;
  transition: all 0.35s ease-in-out;
  -webkit-text-stroke: 1px transparent;
}
.menu__voice .word-wrapper:last-child .word {
  padding-right: 50px;
}
.menu__voice.hovering {
  color: #121212 !important;
}

.footer {
  background-color: #121212;
  color: #fff;
}
.footer__wrapper {
  display: flex;
  flex-direction: column;
}
.footer__wrapper {
  gap: 4.9382716049vh;
}
@media (orientation: portrait) {
  .footer__wrapper {
    gap: 3.7037037037vh;
  }
}
.footer__wrapper {
  padding-top: 9.8765432099vh;
}
@media (orientation: portrait) {
  .footer__wrapper {
    padding-top: 6.9135802469vh;
  }
}
.footer__wrapper {
  padding-bottom: 3.7037037037vh;
}
@media (orientation: portrait) {
  .footer__wrapper {
    padding-bottom: 3.3333333333vh;
  }
}
@media screen and (orientation: portrait) {
  .footer__wrapper {
    padding: 12vw 0 6vw;
    text-align: center;
  }
}
.footer__wrapper a {
  transition: all 0.35s ease-in-out;
  transition-property: opacity;
}
.footer__wrapper a:hover {
  opacity: 0.6;
}
.footer__topRow {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 2.0833333333vw;
}
.footer__topRow {
  gap: 5.5555555556vw;
}
@media (orientation: portrait) {
  .footer__topRow {
    gap: 6.9135802469vh;
  }
}
@media screen and (orientation: portrait) {
  .footer__topRow {
    flex-direction: column;
    gap: 12vw;
    align-items: center;
    padding: 0 5vw;
  }
}
.footer__col {
  display: flex;
  flex-direction: column;
}
.footer__col {
  gap: 1.2345679012vh;
}
@media (orientation: portrait) {
  .footer__col {
    gap: 1.1728395062vh;
  }
}
@media screen and (orientation: portrait) {
  .footer__col {
    gap: 5vw;
  }
}
.footer__col--left {
  flex: 0 0 auto;
}
.footer__col--left {
  width: 9.7222222222vw;
}
@media (orientation: portrait) {
  .footer__col--left {
    width: 12.0987654321vh;
  }
}
@media screen and (orientation: portrait) {
  .footer__col--left {
    width: 40%;
  }
}
.footer__col--center {
  flex: 1;
}
.footer__col--center {
  margin-left: 31.25vw;
}
@media (orientation: portrait) {
  .footer__col--center {
    margin-left: 38.8888888889vh;
  }
}
@media screen and (orientation: portrait) {
  .footer__col--center {
    width: 100%;
    margin-left: 0;
  }
}
.footer__col--right {
  flex: 0 0 auto;
}
.footer__col--right {
  width: 19.4444444444vw;
}
@media (orientation: portrait) {
  .footer__col--right {
    width: 24.1975308642vh;
  }
}
@media screen and (orientation: portrait) {
  .footer__col--right {
    width: 100%;
  }
}
.footer__logo svg {
  width: 100%;
  height: auto;
}
.footer__logo svg path {
  fill: #fff;
}
.footer__title {
  text-transform: capitalize;
  font-weight: 400;
}
.footer__voices {
  display: flex;
  flex-direction: column;
}
.footer__voices {
  gap: 0.4938271605vh;
}
@media (orientation: portrait) {
  .footer__voices {
    gap: 0.4691358025vh;
  }
}
@media screen and (orientation: portrait) {
  .footer__voices {
    gap: 2vw;
  }
}
.footer__socials {
  margin-top: 3.0864197531vh;
}
@media (orientation: portrait) {
  .footer__socials {
    margin-top: 2.9320987654vh;
  }
}
@media screen and (orientation: portrait) {
  .footer__socials {
    margin-top: 10vw;
  }
}
.footer__bottomRow {
  padding: 0 2.0833333333vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #fff;
}
.footer__bottomRow {
  padding-top: 3.7037037037vh;
}
@media (orientation: portrait) {
  .footer__bottomRow {
    padding-top: 3.3333333333vh;
  }
}
@media screen and (orientation: portrait) {
  .footer__bottomRow {
    padding: 6vw 5vw 0;
    flex-direction: column;
    gap: 4vw;
  }
}
.footer__bottomLeft {
  display: flex;
  align-items: center;
}
.footer__bottomLeft {
  gap: 2.0833333333vw;
}
@media (orientation: portrait) {
  .footer__bottomLeft {
    gap: 3.3333333333vh;
  }
}
@media screen and (orientation: portrait) {
  .footer__bottomLeft {
    flex-direction: column;
    gap: 3vw;
  }
}
.footer__bottomLeft a {
  text-transform: uppercase;
}
.footer__bottomRight a {
  text-transform: uppercase;
}

body.page-template-page_PORTFOLIO .footer {
  display: none;
}

fieldset,
.screen-reader-response {
  display: none !important;
}

.wpcf7-not-valid-tip {
  color: rgb(212, 71, 71);
  display: block;
  display: none !important;
  position: absolute;
  left: 0;
  top: -5px;
}
.wpcf7-not-valid-tip {
  margin-top: 0.6172839506vh;
}
@media (orientation: portrait) {
  .wpcf7-not-valid-tip {
    margin-top: 0.5864197531vh;
  }
}

form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
  text-align: left;
}
@media (orientation: portrait) {
  form {
    gap: 7.5px 15px;
  }
}
form .col--half {
  position: relative;
  flex: none;
  width: 50%;
}
form .col--half:nth-child(even) {
  width: 38%;
}
@media screen and (orientation: portrait) {
  form .col--half:nth-child(even) {
    width: 100%;
  }
}
form .col--half:nth-child(odd) {
  width: 62%;
}
@media screen and (orientation: portrait) {
  form .col--half:nth-child(odd) {
    width: 100%;
  }
}
form .col--full {
  position: relative;
  flex: none;
  width: 100%;
}
form .col--quiz label {
  margin-bottom: 0;
}
form .col--half:hover .form__label,
form .col--full:hover .form__label {
  opacity: 1 !important;
}
form .col--half.active .form__label,
form .col--full.active .form__label {
  opacity: 1 !important;
  transform: translateY(-110%) scale(0.8);
}
form *:focus, form *:focus-visible {
  box-shadow: none;
  outline: none;
}
form input[type=text],
form input[type=email],
form input[type=tel],
form textarea,
form select {
  cursor: pointer;
  width: 100%;
  padding: 0.8641975309vh 0;
  font-family: "So:hne Breit Halbfett";
  background-color: transparent;
  color: #ffffff;
}
form .form__label {
  position: absolute;
  opacity: 0.5 !important;
  bottom: 0.8641975309vh;
  left: 0;
  margin: 0;
  transform-origin: bottom left;
  pointer-events: none;
  transition: all 0.35s ease-in-out;
}
form input[type=text],
form input[type=email],
form input[type=tel] {
  border: none;
}
form input[type=file] {
  width: 100%;
}
form .submit-wrapper {
  width: 100%;
  cursor: pointer;
}
form .submit-wrapper {
  margin-top: 2.4691358025vh;
}
@media (orientation: portrait) {
  form .submit-wrapper {
    margin-top: 2.3456790123vh;
  }
}
@media screen and (orientation: portrait) {
  form .submit-wrapper {
    margin-top: 10vw;
  }
}
form .submit-wrapper input[type=submit] {
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  font-family: "So:hne Breit";
  text-transform: uppercase;
  transition: all 0.35s ease-in-out;
}
form .submit-wrapper input[type=submit]:hover {
  opacity: 0.5;
}
form textarea {
  border: 1px solid #ffffff;
}
form textarea {
  margin-top: 1.2345679012vh;
}
@media (orientation: portrait) {
  form textarea {
    margin-top: 1.1728395062vh;
  }
}
@media screen and (orientation: portrait) {
  form textarea {
    margin-top: 5vw;
  }
}
form label {
  display: block;
  font-family: "So:hne Breit Halbfett";
}
form label {
  margin-bottom: 1.2345679012vh;
}
@media (orientation: portrait) {
  form label {
    margin-bottom: 1.1728395062vh;
  }
}
@media screen and (orientation: portrait) {
  form label {
    margin-bottom: 5vw;
  }
}
form .wpcf7-acceptance,
form .wpcf7-radio {
  display: block;
}
form .wpcf7-acceptance,
form .wpcf7-radio {
  margin-top: 1.2345679012vh;
}
@media (orientation: portrait) {
  form .wpcf7-acceptance,
  form .wpcf7-radio {
    margin-top: 1.1728395062vh;
  }
}
@media screen and (orientation: portrait) {
  form .wpcf7-acceptance,
  form .wpcf7-radio {
    margin-top: 5vw;
  }
}
form .wpcf7-acceptance .wpcf7-list-item-label,
form .wpcf7-radio .wpcf7-list-item-label {
  font-family: "So:hne Breit Halbfett";
  margin-left: 10px;
}
form .wpcf7-acceptance a,
form .wpcf7-radio a {
  text-decoration: underline;
}
form .wpcf7-acceptance .wpcf7-list-item label,
form .wpcf7-radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
}
form .wpcf7-acceptance input[type=checkbox],
form .wpcf7-acceptance input[type=radio],
form .wpcf7-radio input[type=checkbox],
form .wpcf7-radio input[type=radio] {
  position: relative;
  cursor: pointer;
  padding: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 1px solid #ffffff;
  overflow: hidden;
  appearance: none;
  flex: none;
}
form .wpcf7-acceptance input[type=checkbox]:before,
form .wpcf7-acceptance input[type=radio]:before,
form .wpcf7-radio input[type=checkbox]:before,
form .wpcf7-radio input[type=radio]:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
}
form .wpcf7-acceptance input[type=checkbox]:checked:before,
form .wpcf7-acceptance input[type=radio]:checked:before,
form .wpcf7-radio input[type=checkbox]:checked:before,
form .wpcf7-radio input[type=radio]:checked:before {
  color: #ffffff;
}
form .wpcf7-acceptance input[type=checkbox]:disabled,
form .wpcf7-acceptance input[type=radio]:disabled,
form .wpcf7-radio input[type=checkbox]:disabled,
form .wpcf7-radio input[type=radio]:disabled {
  color: #b8b8b8;
  cursor: auto;
}
form .wpcf7-acceptance input[type=checkbox]:disabled:before,
form .wpcf7-acceptance input[type=radio]:disabled:before,
form .wpcf7-radio input[type=checkbox]:disabled:before,
form .wpcf7-radio input[type=radio]:disabled:before {
  box-shadow: none;
  background: #ddd;
}
form .wpcf7-acceptance input[type=checkbox]:checked:after,
form .wpcf7-radio input[type=checkbox]:checked:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 55%;
  transform: rotate(45deg) translate(-50%, -50%);
  background: #ffffff;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #ffffff, 4px 0 0 #ffffff, 4px -2px 0 #ffffff, 4px -4px 0 #ffffff, 4px -6px 0 #ffffff, 4px -8px 0 #ffffff;
}
form .wpcf7-acceptance input[type=radio],
form .wpcf7-radio input[type=radio] {
  border-radius: 50%;
}
form .wpcf7-acceptance input[type=radio]:checked:after,
form .wpcf7-radio input[type=radio]:checked:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
form .wpcf7-acceptance span.wpcf7-list-item,
form .wpcf7-radio span.wpcf7-list-item {
  margin: 20px 0 0 0;
}
form .custom-select-wrapper {
  position: relative;
  width: 100%;
}
form .custom-select-wrapper .custom-select {
  position: relative;
  width: 100%;
}
form .custom-select-wrapper .custom-select__selected {
  width: 100%;
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: transparent;
  cursor: pointer;
  position: relative;
}
form .custom-select-wrapper .custom-select__selected {
  padding: 0.3472222222vw;
}
@media (orientation: portrait) {
  form .custom-select-wrapper .custom-select__selected {
    padding: 0.5864197531vh;
  }
}
form .custom-select-wrapper .custom-select__selected {
  padding-right: 2.7777777778vw;
}
@media (orientation: portrait) {
  form .custom-select-wrapper .custom-select__selected {
    padding-right: 3.7037037037vh;
  }
}
@media screen and (orientation: portrait) {
  form .custom-select-wrapper .custom-select__selected {
    padding: 3vw;
    padding-right: 15vw;
  }
}
form .custom-select-wrapper .custom-select__selected:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27%23F5F1EB%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3e%3cpolyline points=%276,9 12,15 18,9%27%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.3s ease;
}
form .custom-select-wrapper .custom-select__selected:focus {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}
form .custom-select-wrapper .custom-select.open .custom-select__selected:after {
  transform: translateY(-50%) rotate(180deg);
}
form .custom-select-wrapper .custom-select.open .custom-select__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
form .custom-select-wrapper .custom-select__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: transparent;
  border: 1px solid #ffffff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 100;
  max-height: 200px;
  overflow-y: auto;
}
form .custom-select-wrapper .custom-select__option {
  padding: 10px;
  color: #ffffff;
  background-color: #fff;
  font-weight: 400;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
form .custom-select-wrapper .custom-select__option:hover, form .custom-select-wrapper .custom-select__option.selected {
  background-color: #ffffff;
  color: #fff;
}
form .custom-select-wrapper .custom-select__option:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
form .wpcf7-response-output:not(:empty) {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  padding: 10px 15px;
  color: #121212;
  font-family: "So:hne Breit Halbfett";
}
form .wpcf7-response-output:not(:empty) {
  margin-top: 0.6944444444vw;
}
@media (orientation: portrait) {
  form .wpcf7-response-output:not(:empty) {
    margin-top: 1.1728395062vh;
  }
}
form .wpcf7-response-output:not(:empty) {
  margin-bottom: 0.6944444444vw;
}
@media (orientation: portrait) {
  form .wpcf7-response-output:not(:empty) {
    margin-bottom: 1.1728395062vh;
  }
}
@media screen and (orientation: portrait) {
  form .wpcf7-response-output:not(:empty) {
    margin-top: 5vw;
    margin-bottom: 5vw;
  }
}

[data-barba=container] {
  transform-origin: center center;
}

.preloader {
  position: fixed;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #121212;
}
.preloader svg {
  opacity: 0;
  width: auto;
  overflow: visible;
}
.preloader svg {
  height: 20.8333333333vw;
}
@media (orientation: portrait) {
  .preloader svg {
    height: 25.9259259259vh;
  }
}
@media screen and (orientation: portrait) {
  .preloader svg {
    height: 40vw;
  }
}
.preloader svg .logotipo {
  transform-origin: center center;
}
.preloader svg .letters path {
  fill: transparent;
  stroke: #fff;
}

.error-page__wrapper {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.error-page__wrapper {
  gap: 3.0864197531vh;
}
@media (orientation: portrait) {
  .error-page__wrapper {
    gap: 2.9320987654vh;
  }
}
@media screen and (orientation: portrait) {
  .error-page__wrapper {
    height: 100svh;
    gap: 10vw;
  }
}

#overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #121212;
  opacity: 0.4;
  z-index: 9;
  display: none;
  top: 0;
  left: 0;
}

#cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: rgba(38, 38, 38, 0.6823529412);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-transform: uppercase;
  pointer-events: none; /* Permette di cliccare attraverso il cursore */
  transform: translate(-50%, -50%);
  transition: transform 0.1s ease-in-out, width 0.35s ease-in-out, height 0.35s ease-in-out, color 0.35s ease-in-out, border-color 0.35s ease-in-out, background 0.35s ease-in-out, mix-blend-mode 0.35s ease-in-out;
  z-index: 9999;
}
@media (orientation: portrait) {
  #cursor {
    display: none;
  }
}
#cursor .label-wrapper {
  transform: translate(100%, 200%);
  white-space: nowrap;
}
#cursor.is-hover {
  width: 50px !important;
  height: 50px !important;
}
#cursor.has-label {
  background-color: transparent;
  border-color: transparent;
  width: 150px !important;
  height: 150px !important;
  mix-blend-mode: difference;
}

.accordion {
  display: flex;
  flex-direction: column;
  height: fit-content;
  border-bottom: 1px solid #707070;
}
.accordion:not(:last-child) {
  border-top: 1px solid #707070;
}
.accordion.opened .accordion__icon svg {
  transform: rotate(0deg);
}
.accordion.opened .accordion__hidden {
  border-top: 1px solid #707070;
}
.accordion__titleWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
}
@media (orientation: portrait) {
  .accordion__titleWrapper {
    width: 80%;
  }
}
.accordion__visible {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 1.8518518519vh 0;
}
@media screen and (orientation: portrait) {
  .accordion__visible {
    padding: 5vw 0;
  }
}
.accordion__icon {
  position: relative;
  cursor: pointer;
  width: 10%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (orientation: portrait) {
  .accordion__icon {
    width: 20%;
  }
}
.accordion__icon svg {
  transform: rotate(90deg);
  transition: all 0.35s ease-in-out;
  transform-origin: center center;
}
.accordion__icon svg {
  width: 2.0833333333vw;
}
@media (orientation: portrait) {
  .accordion__icon svg {
    width: 3.3333333333vh;
  }
}
.accordion__icon svg {
  height: 2.0833333333vw;
}
@media (orientation: portrait) {
  .accordion__icon svg {
    height: 3.3333333333vh;
  }
}
.accordion__icon svg path {
  fill: #121212;
}
.accordion__hidden {
  display: none;
  padding: 3.7037037037vh 0;
}
@media screen and (orientation: portrait) {
  .accordion__hidden {
    padding: 10vw 0;
  }
}
.accordion__title {
  display: flex;
  align-items: flex-end;
  line-height: normal;
}
@media (orientation: portrait) {
  .accordion__title {
    width: 92%;
  }
}

.topLine,
.bottomLine {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  transform-origin: center left;
  background-color: #fff;
}

.bottomLine {
  bottom: 0;
  top: unset;
}

.rightLine,
.leftLine {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  transform-origin: top center;
  background-color: #fff;
}

.leftLine {
  left: 0;
  right: unset;
}

.cover {
  will-change: transform;
  overflow: hidden;
}
.cover:first-child .cover__innerWrapper {
  padding-bottom: 7.4074074074vh;
}
@media screen and (orientation: portrait) {
  .cover:first-child .cover__innerWrapper {
    padding-bottom: 15vw;
  }
}
.cover__wrapper {
  position: relative;
}
.cover__wrapper {
  padding-bottom: 16.049382716vh;
}
@media (orientation: portrait) {
  .cover__wrapper {
    padding-bottom: 11.2345679012vh;
  }
}
@media screen and (orientation: portrait) {
  .cover__wrapper {
    padding-bottom: 25vw;
  }
}
.cover__wrapper.hide-overlay .cover__backgroundWrapper::before {
  display: none;
}
.cover__innerWrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-bottom: 2.0833333333vw;
}
@media screen and (orientation: portrait) {
  .cover__innerWrapper {
    padding-bottom: 15vw;
  }
}
.cover__layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: #121212;
  z-index: 3;
  opacity: 0;
  will-change: opacity;
}
.cover__backgroundWrapper {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform-origin: top center;
  will-change: transform;
}
.cover__backgroundWrapper::before {
  content: "";
  background: black;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
  pointer-events: none;
  z-index: 1;
}
.cover__backgroundWrapper img,
.cover__backgroundWrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cover__contentWrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}
.cover__contentWrapper {
  padding-bottom: 1.8518518519vh;
}
@media (orientation: portrait) {
  .cover__contentWrapper {
    padding-bottom: 1.7592592593vh;
  }
}
@media screen and (orientation: portrait) {
  .cover__contentWrapper {
    flex-direction: column-reverse;
    gap: 10vw;
  }
}
.cover__leftContent {
  display: flex;
  align-items: center;
  transition: all 0.35s ease-in-out;
}
.cover__leftContent {
  gap: 0.8333333333vw;
}
@media (orientation: portrait) {
  .cover__leftContent {
    gap: 1.4074074074vh;
  }
}
.cover__leftContent {
  height: 13.5802469136vh;
}
@media (orientation: portrait) {
  .cover__leftContent {
    height: 9.5061728395vh;
  }
}
@media screen and (orientation: portrait) {
  .cover__leftContent {
    gap: 5vw;
    width: 100%;
    height: 20vw;
  }
}
.cover__leftContent:hover .cover__leftMediaWrapper img,
.cover__leftContent:hover .cover__leftMediaWrapper video {
  transform: scale(1.03);
}
.cover__leftContent:hover .cover__leftLabelsWrapper {
  opacity: 0.6;
}
.cover__leftMediaWrapper {
  height: 100%;
  overflow: hidden;
}
.cover__leftMediaWrapper {
  width: 13.1944444444vw;
}
@media (orientation: portrait) {
  .cover__leftMediaWrapper {
    width: 16.4197530864vh;
  }
}
@media screen and (orientation: portrait) {
  .cover__leftMediaWrapper {
    width: 30%;
    flex: none;
  }
}
.cover__leftMediaInner {
  width: 100%;
  height: 100%;
}
.cover__leftMediaInner img,
.cover__leftMediaInner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.35s ease-in-out;
  transition-property: transform;
}
.cover__leftLabelsWrapper {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.35s ease-in-out;
}
.cover__leftLabelsWrapper {
  gap: 0.4166666667vw;
}
@media (orientation: portrait) {
  .cover__leftLabelsWrapper {
    gap: 0.7037037037vh;
  }
}
.cover__leftLabelsWrapper {
  padding-left: 0.8333333333vw;
}
@media (orientation: portrait) {
  .cover__leftLabelsWrapper {
    padding-left: 1.4074074074vh;
  }
}
@media screen and (orientation: portrait) {
  .cover__leftLabelsWrapper {
    gap: 2vw;
    padding-left: 5vw;
    text-align: right;
  }
}
@media screen and (orientation: portrait) {
  .cover__leftLabel {
    font-size: 3vw;
    line-height: 1.1;
  }
}
@media screen and (orientation: portrait) {
  .cover__leftLabel br {
    display: none;
  }
}
.cover__leftLinkTitle {
  font-family: "So:hne Kra:ftig";
}
.cover__rightContent {
  overflow-y: hidden;
  margin-left: auto;
}
@media screen and (orientation: portrait) {
  .cover__rightContent {
    margin-left: 0;
    width: 100%;
  }
}
.cover__rightImage {
  object-fit: contain;
}
.cover__rightImage {
  height: 18.5185185185vh;
}
@media (orientation: portrait) {
  .cover__rightImage {
    height: 12.962962963vh;
  }
}
.cover__rightImage {
  max-width: 27.7777777778vw;
}
@media (orientation: portrait) {
  .cover__rightImage {
    max-width: 34.5679012346vh;
  }
}
@media screen and (orientation: portrait) {
  .cover__rightImage {
    height: auto;
    max-height: 20vw;
    margin-left: auto;
    max-width: auto;
  }
}
.cover__title {
  font-family: "So:hne Breit Halbfett";
  text-transform: uppercase;
  text-align: right;
}
@media screen and (orientation: portrait) {
  .cover__title {
    font-size: 12vw;
    line-height: 1.1;
  }
}
@media screen and (orientation: portrait) {
  .cover__title br {
    display: none;
  }
}
.cover__audioSoundControls {
  position: absolute;
  display: flex;
  height: fit-content;
  color: #fff;
  left: 2.0833333333vw;
  top: 14.8148148148vh;
  z-index: 11;
}
@media screen and (orientation: portrait) {
  .cover__audioSoundControls {
    left: 5vw;
    top: 25vw;
  }
}
.cover__audioSoundControlIconGraphic {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cover__audioSoundControlIconGraphic {
  gap: 0.3472222222vw;
}
@media (orientation: portrait) {
  .cover__audioSoundControlIconGraphic {
    gap: 0.5864197531vh;
  }
}
.cover__audioSoundControlIconGraphic {
  height: 2.4691358025vh;
}
@media (orientation: portrait) {
  .cover__audioSoundControlIconGraphic {
    height: 2.3456790123vh;
  }
}
@media screen and (orientation: portrait) {
  .cover__audioSoundControlIconGraphic {
    gap: 2vw;
    height: auto;
  }
}
.cover__audioSoundControlIconGraphic .line {
  width: 1px;
  transform-origin: center center;
  background-color: #fff;
  transition: all 0.35s ease-in-out;
}
.cover__audioSoundControlIconGraphic .line {
  height: 1.2345679012vh;
}
@media (orientation: portrait) {
  .cover__audioSoundControlIconGraphic .line {
    height: 1.1728395062vh;
  }
}
@media screen and (orientation: portrait) {
  .cover__audioSoundControlIconGraphic .line {
    height: 3vw;
  }
}
.cover__audioSoundControlIconGraphic .line:nth-child(1) {
  animation-delay: -1.1s;
}
.cover__audioSoundControlIconGraphic .line:nth-child(2) {
  animation-delay: -1s;
}
.cover__audioSoundControlIconGraphic .line:nth-child(3) {
  animation-delay: -0.9s;
}
.cover__audioSoundControlIconGraphic .line:nth-child(4) {
  animation-delay: -0.8s;
}
.cover__audioSoundControlIconGraphic .line:nth-child(5) {
  animation-delay: -0.7s;
}
.cover__audio {
  display: none;
}
.cover__audioSoundControlIcon {
  transition: all 0.35s ease-in-out;
  transform-origin: center center;
  cursor: pointer;
  display: flex;
}
.cover__audioSoundControlIcon {
  gap: 1.0416666667vw;
}
@media (orientation: portrait) {
  .cover__audioSoundControlIcon {
    gap: 1.7592592593vh;
  }
}
@media screen and (orientation: portrait) {
  .cover__audioSoundControlIcon {
    gap: 5vw;
  }
}
.cover__audioSoundControlIcon.is-playing .line {
  animation: bounce 1.2s infinite ease-in-out alternate-reverse;
}
.cover__audioSoundControlIcon.is-playing .line {
  height: 2.4691358025vh;
}
@media (orientation: portrait) {
  .cover__audioSoundControlIcon.is-playing .line {
    height: 2.3456790123vh;
  }
}
@media screen and (orientation: portrait) {
  .cover__audioSoundControlIcon.is-playing .line {
    height: 5vw;
  }
}
.cover__audioSoundControlIcon.is-playing .line:nth-child(1), .cover__audioSoundControlIcon.is-playing .line:nth-child(3), .cover__audioSoundControlIcon.is-playing .line:nth-child(5) {
  height: 1.2345679012vh;
}
@media (orientation: portrait) {
  .cover__audioSoundControlIcon.is-playing .line:nth-child(1), .cover__audioSoundControlIcon.is-playing .line:nth-child(3), .cover__audioSoundControlIcon.is-playing .line:nth-child(5) {
    height: 1.1728395062vh;
  }
}
@media screen and (orientation: portrait) {
  .cover__audioSoundControlIcon.is-playing .line:nth-child(1), .cover__audioSoundControlIcon.is-playing .line:nth-child(3), .cover__audioSoundControlIcon.is-playing .line:nth-child(5) {
    height: 3vw;
  }
}

#page-about .cover__wrapper,
#single-collaboration .cover__wrapper {
  padding-bottom: 0;
  height: 100vh;
}
@media screen and (orientation: portrait) {
  #page-about .cover__wrapper,
  #single-collaboration .cover__wrapper {
    height: 100svh;
  }
}

@media screen and (orientation: landscape) {
  #page-home .cover:nth-child(2) .cover__innerWrapper {
    padding-bottom: 9.8765432099vh;
  }
}
@media screen and (orientation: portrait) {
  #page-home .cover:nth-child(2) .cover__title {
    font-size: 12vw;
    line-height: 1.1;
  }
}

.link {
  position: relative;
  width: fit-content;
}
.link__line {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  transform-origin: center left;
  display: none;
  background-color: #121212;
}

.twoColsContent__wrapper {
  display: flex;
  justify-content: space-between;
  padding: 2.0833333333vw 0;
}
.twoColsContent__wrapper {
  gap: 2.7777777778vw;
}
@media (orientation: portrait) {
  .twoColsContent__wrapper {
    gap: 3.7037037037vh;
  }
}
@media screen and (orientation: portrait) {
  .twoColsContent__wrapper {
    flex-direction: column;
    gap: 10vw;
    padding: 5vw 0;
  }
}
.twoColsContent__leftCol {
  overflow: hidden;
  flex: none;
}
.twoColsContent__leftCol {
  width: 48.6111111111vw;
}
@media (orientation: portrait) {
  .twoColsContent__leftCol {
    width: 60.4938271605vh;
  }
}
@media screen and (orientation: portrait) {
  .twoColsContent__leftCol {
    width: 100%;
  }
}
.twoColsContent__mediaWrapper {
  height: 100%;
  width: 100%;
}
.twoColsContent__mediaWrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.twoColsContent__rightCol {
  flex: 1;
}
.twoColsContent__rightCol {
  padding-top: 4.9382716049vh;
}
@media (orientation: portrait) {
  .twoColsContent__rightCol {
    padding-top: 3.7037037037vh;
  }
}
.twoColsContent__rightCol {
  padding-bottom: 4.9382716049vh;
}
@media (orientation: portrait) {
  .twoColsContent__rightCol {
    padding-bottom: 3.7037037037vh;
  }
}
@media screen and (orientation: portrait) {
  .twoColsContent__rightCol {
    padding: 0;
  }
}
.twoColsContent__contentWrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.twoColsContent__contentWrapper {
  gap: 4.9382716049vh;
}
@media (orientation: portrait) {
  .twoColsContent__contentWrapper {
    gap: 3.7037037037vh;
  }
}
@media screen and (orientation: portrait) {
  .twoColsContent__contentWrapper {
    gap: 10vw;
  }
}
.twoColsContent__text {
  width: 31.25vw;
}
@media (orientation: portrait) {
  .twoColsContent__text {
    width: 38.8888888889vh;
  }
}
@media screen and (orientation: portrait) {
  .twoColsContent__text {
    width: 100%;
  }
}
.twoColsContent__text h5 {
  margin-bottom: 0.6172839506vh;
}
@media (orientation: portrait) {
  .twoColsContent__text h5 {
    margin-bottom: 0.5864197531vh;
  }
}
@media screen and (orientation: portrait) {
  .twoColsContent__text h5 {
    margin-bottom: 3vw;
  }
}
.twoColsContent__text a {
  text-decoration: underline;
}
.twoColsContent__title {
  margin-left: auto;
  text-align: right;
}
@media screen and (orientation: portrait) {
  .twoColsContent__title {
    margin-left: 0;
    text-align: left;
  }
}

#page-about .twoColsContent {
  padding-top: 6.1728395062vh;
}
@media (orientation: portrait) {
  #page-about .twoColsContent {
    padding-top: 4.3209876543vh;
  }
}
@media screen and (orientation: portrait) {
  #page-about .twoColsContent {
    padding-top: 5vw;
  }
}
#page-about .twoColsContent__title {
  margin-left: 0;
  text-align: left;
}
#page-about .twoColsContent__contentWrapper {
  flex-direction: column-reverse;
  justify-content: flex-end;
}

.glide .glide__track,
.glide .glide__slides {
  cursor: grab;
}
.glide__arrows {
  display: flex;
  justify-content: flex-end;
}
.glide__arrows {
  margin-top: 1.8518518519vh;
}
@media (orientation: portrait) {
  .glide__arrows {
    margin-top: 1.7592592593vh;
  }
}
@media screen and (orientation: portrait) {
  .glide__arrows {
    margin-top: 5vw;
  }
}
.glide__arrow {
  background-color: transparent;
  cursor: pointer;
}
.glide__arrow--prev {
  transform: scaleX(-1);
}

.socials {
  display: flex;
  align-items: center;
}
.socials {
  gap: 2.0833333333vw;
}
@media (orientation: portrait) {
  .socials {
    gap: 3.3333333333vh;
  }
}
@media screen and (orientation: portrait) {
  .socials {
    justify-content: center;
    gap: 10vw;
  }
}
.socials__social:hover a {
  opacity: 0.2;
}
.socials a {
  transition: all 0.35s ease-in-out;
  display: inline-flex;
  font-family: "So:hne Breit";
  transform-origin: center center;
}
.socials a svg {
  width: auto;
}
.socials a svg {
  height: 2.0987654321vh;
}
@media (orientation: portrait) {
  .socials a svg {
    height: 1.9938271605vh;
  }
}
@media screen and (orientation: portrait) {
  .socials a svg {
    height: 3svh;
  }
}
.socials a svg path {
  fill: #fff;
}

.split {
  opacity: 0;
}
.split .word-wrapper {
  display: inline-block;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  overflow: hidden;
}
.split .word-wrapper .word {
  display: inline-block;
  opacity: 0;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.scale-anim {
  opacity: 0;
  transform: scale(0.93);
  transform-origin: bottom center;
}

.fade-anim,
.menu__hamburgerCont {
  opacity: 0;
}

.drawy,
.rightLine,
.leftLine {
  transform-origin: top center;
  transform: scaleY(0);
  will-change: transform;
}

.drawx,
.topLine,
.bottomLine {
  transform-origin: center left;
  transform: scaleX(0);
  will-change: transform;
}

#page-policy {
  padding: 20vh 0;
  color: #fff;
}
@media screen and (orientation: portrait) {
  #page-policy {
    padding: 15svh 0;
  }
}
#page-policy strong {
  text-decoration: underline;
}
#page-policy h1 {
  font-weight: 500;
}
#page-policy h1 {
  margin-bottom: 3.0864197531vh;
}
@media (orientation: portrait) {
  #page-policy h1 {
    margin-bottom: 2.9320987654vh;
  }
}
#page-policy h2,
#page-policy h3 {
  font-weight: 500;
}
#page-policy h2,
#page-policy h3 {
  text-transform: none;
}
#page-policy h2,
#page-policy h3 {
  margin-top: 4.9382716049vh;
}
@media (orientation: portrait) {
  #page-policy h2,
  #page-policy h3 {
    margin-top: 3.7037037037vh;
  }
}
#page-policy h2,
#page-policy h3 {
  margin-bottom: 1.2345679012vh;
}
@media (orientation: portrait) {
  #page-policy h2,
  #page-policy h3 {
    margin-bottom: 1.1728395062vh;
  }
}
#page-policy p {
  margin-bottom: 2.4691358025vh;
}
@media (orientation: portrait) {
  #page-policy p {
    margin-bottom: 2.3456790123vh;
  }
}
#page-policy * {
  letter-spacing: normal;
}
#page-policy a {
  text-decoration: underline;
}
#page-policy ul,
#page-policy ol {
  list-style: auto;
  padding-left: 20px;
  margin-bottom: 30px;
}
#page-policy ul li,
#page-policy ol li {
  margin-top: 10px;
}
#page-policy ul li p,
#page-policy ol li p {
  line-height: 1.3;
}
#page-policy a,
#page-policy span {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
#page-policy #cmplz-document {
  width: 100%;
  max-width: 100%;
}

#page-home .experience {
  background-color: #121212;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100vw;
}
#page-home .experience__wrapper {
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#page-home .experience__wrapper {
  gap: 6.9444444444vw;
}
@media (orientation: portrait) {
  #page-home .experience__wrapper {
    gap: 8.6419753086vh;
  }
}
@media screen and (orientation: portrait) {
  #page-home .experience__wrapper {
    height: 100svh;
    flex-direction: column;
    justify-content: center;
    gap: 10vw;
  }
}
#page-home .experience__col--logo {
  opacity: 0;
  display: flex;
  align-items: center;
}
#page-home .experience__col--logo {
  width: 27.7777777778vw;
}
@media (orientation: portrait) {
  #page-home .experience__col--logo {
    width: 34.5679012346vh;
  }
}
@media screen and (orientation: portrait) {
  #page-home .experience__col--logo {
    width: 80%;
    position: absolute;
    left: 50%;
    top: 10vw;
    transform: translateX(-50%);
  }
}
#page-home .experience__col--logo svg {
  width: 100%;
  height: auto;
}
#page-home .experience__col--medias {
  position: relative;
  flex: 1;
}
#page-home .experience__col--medias {
  height: 74.0740740741vh;
}
@media (orientation: portrait) {
  #page-home .experience__col--medias {
    height: 51.8518518519vh;
  }
}
@media screen and (orientation: portrait) {
  #page-home .experience__col--medias {
    width: 100%;
    height: 30svh;
    flex: none;
  }
}
#page-home .experience__title {
  text-transform: uppercase;
}
#page-home .experience__row {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  height: 100%;
}
#page-home .experience__row {
  gap: 1.7361111111vw;
}
@media (orientation: portrait) {
  #page-home .experience__row {
    gap: 2.9320987654vh;
  }
}
@media screen and (orientation: portrait) {
  #page-home .experience__row {
    gap: 5vw;
  }
}
#page-home .experience__row-2 {
  padding-left: 6.9444444444vw;
}
@media (orientation: portrait) {
  #page-home .experience__row-2 {
    padding-left: 8.6419753086vh;
  }
}
@media screen and (orientation: portrait) {
  #page-home .experience__row-2 {
    padding-left: 0;
  }
}
#page-home .experience__row-2 .experience__media:last-child {
  width: 40%;
  flex: none;
}
#page-home .experience__row-3 {
  padding-right: 6.9444444444vw;
}
@media (orientation: portrait) {
  #page-home .experience__row-3 {
    padding-right: 8.6419753086vh;
  }
}
@media screen and (orientation: portrait) {
  #page-home .experience__row-3 {
    padding-right: 0;
  }
}
#page-home .experience__row-3 .experience__media:last-child {
  width: 40%;
  flex: none;
}
#page-home .experience__media {
  height: 100%;
  flex: 1;
  overflow: hidden;
  opacity: 0;
}
#page-home .experience__media img,
#page-home .experience__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.listing {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.listing__wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
}
.listing__imagesWrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.listing__imagesWrapper::before {
  content: "";
  background: black;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
  pointer-events: none;
  z-index: 1;
}
.listing__projectImageHoverable {
  position: absolute;
  width: 80%;
  height: 80%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.listing__projectImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease-in-out, visibility 0.35s ease-in-out;
}
.listing__projectImage.is-active {
  opacity: 1;
  visibility: visible;
}
.listing__projectImage.is-active img {
  transform: scale(1.02);
}
.listing__projectImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center center;
  transition: all 0.35s ease-in-out;
}
.listing__innerWrapper {
  position: relative;
  z-index: 3;
  pointer-events: none;
  height: 100%;
  padding-bottom: 2.0833333333vw;
}
@media screen and (orientation: portrait) {
  .listing__innerWrapper {
    padding-bottom: 5vw;
  }
}
.listing__projectsList {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.listing__projectItem {
  cursor: pointer;
  position: relative;
  transition: all 0.35s ease-in-out;
  pointer-events: all;
}
.listing__projectItem {
  padding-top: 0.9259259259vh;
}
@media (orientation: portrait) {
  .listing__projectItem {
    padding-top: 0.8796296296vh;
  }
}
.listing__projectItem {
  padding-bottom: 0.9259259259vh;
}
@media (orientation: portrait) {
  .listing__projectItem {
    padding-bottom: 0.8796296296vh;
  }
}
@media screen and (orientation: portrait) {
  .listing__projectItem {
    padding: 3vw 0;
  }
}
.listing__projectItem.is-active .listing__projectTitle {
  opacity: 1 !important;
}
.listing__projectTitle {
  opacity: 0.15 !important;
  transition: all 0.35s ease-in-out;
}

.intro {
  margin: 10px 0;
}
@media screen and (orientation: portrait) {
  .intro {
    margin: 10vw auto;
  }
}
.intro__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.intro__wrapper {
  gap: 2.7777777778vw;
}
@media (orientation: portrait) {
  .intro__wrapper {
    gap: 3.7037037037vh;
  }
}
.intro__wrapper {
  height: 92.5925925926vh;
}
@media (orientation: portrait) {
  .intro__wrapper {
    height: 64.8148148148vh;
  }
}
@media screen and (orientation: portrait) {
  .intro__wrapper {
    flex-direction: column;
    gap: 5vw;
    height: auto;
  }
}
.intro__mediaWrapper {
  overflow: hidden;
  flex: none;
}
.intro__mediaWrapper {
  width: 47.6736111111vw;
}
@media (orientation: portrait) {
  .intro__mediaWrapper {
    width: 59.3271604938vh;
  }
}
@media screen and (orientation: portrait) {
  .intro__mediaWrapper {
    width: 100%;
  }
}
.intro__mediaWrapper img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.intro__contentWrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.intro__contentWrapper {
  gap: 3.0864197531vh;
}
@media (orientation: portrait) {
  .intro__contentWrapper {
    gap: 2.9320987654vh;
  }
}
.intro__contentWrapper {
  padding-top: 2.0833333333vw;
}
@media (orientation: portrait) {
  .intro__contentWrapper {
    padding-top: 3.3333333333vh;
  }
}
.intro__contentWrapper {
  padding-bottom: 3.7037037037vh;
}
@media (orientation: portrait) {
  .intro__contentWrapper {
    padding-bottom: 3.3333333333vh;
  }
}
@media screen and (orientation: portrait) {
  .intro__contentWrapper {
    gap: 10vw;
    padding: 0;
  }
}
.intro__contentTopRow {
  display: flex;
  justify-content: space-between;
}
.intro__contentTopRow {
  gap: 2.7777777778vw;
}
@media (orientation: portrait) {
  .intro__contentTopRow {
    gap: 3.7037037037vh;
  }
}
@media screen and (orientation: portrait) {
  .intro__contentTopRow {
    flex-direction: column;
    gap: 10vw;
  }
}
.intro__contentTopText {
  width: 24.3055555556vw;
}
@media (orientation: portrait) {
  .intro__contentTopText {
    width: 30.2469135802vh;
  }
}
@media screen and (orientation: portrait) {
  .intro__contentTopText {
    width: 100%;
  }
}
.intro__contentTopDetails {
  display: flex;
  flex-direction: column;
  text-align: right;
}
.intro__contentTopDetails {
  gap: 0.6172839506vh;
}
@media (orientation: portrait) {
  .intro__contentTopDetails {
    gap: 0.5864197531vh;
  }
}
@media screen and (orientation: portrait) {
  .intro__contentTopDetails {
    gap: 3vw;
    text-align: left;
  }
}
#single-project .related-projects {
  margin: 10px 0;
}
@media screen and (orientation: portrait) {
  #single-project .related-projects {
    margin-top: 15vw;
    margin-bottom: 10vw;
  }
}
#single-project .related-projects__wrapper {
  padding: 7.6388888889vw;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
#single-project .related-projects__wrapper {
  gap: 8.6419753086vh;
}
@media (orientation: portrait) {
  #single-project .related-projects__wrapper {
    gap: 6.049382716vh;
  }
}
@media screen and (orientation: portrait) {
  #single-project .related-projects__wrapper {
    padding: 0;
    width: 100vw;
    height: auto;
    gap: 10vw;
  }
}
@media screen and (orientation: portrait) {
  #single-project .related-projects__wrapper .glide {
    padding: 5vw;
    padding-right: 0;
  }
}
#single-project .related-projects__wrapper .glide__slides {
  padding-top: 20px;
}
#single-project .related-projects__title {
  display: block;
  font-family: "So:hne Kra:ftig";
}
#single-project .related-projects__inner {
  height: 100%;
  display: flex;
  align-items: center;
}
#single-project .related-projects__horizWrapper {
  padding-top: 20px;
  display: flex;
  width: max-content;
}
#single-project .related-projects__horizWrapper {
  gap: 3.125vw;
}
@media (orientation: portrait) {
  #single-project .related-projects__horizWrapper {
    gap: 4.1666666667vh;
  }
}
@media screen and (orientation: portrait) {
  #single-project .related-projects__horizWrapper {
    flex-direction: column;
    gap: 5vw;
    padding: 20px 10vw;
  }
}
#single-project .related-projects__project {
  overflow: hidden;
  cursor: pointer;
  flex-direction: column;
  display: flex;
  text-align: center;
  width: calc((84.7222222222vw - 60px) / 3);
  transition: all 0.35s ease-in-out;
  transition-property: opacity, transform, filter;
  filter: grayscale(1);
}
#single-project .related-projects__project {
  gap: 1.2345679012vh;
}
@media (orientation: portrait) {
  #single-project .related-projects__project {
    gap: 1.1728395062vh;
  }
}
@media screen and (orientation: portrait) {
  #single-project .related-projects__project {
    gap: 5vw;
    width: 100%;
    filter: none;
  }
}
#single-project .related-projects__project.active, #single-project .related-projects__project:hover {
  filter: grayscale(0);
  transform: translateY(-20px) scale(1.03);
}
#single-project .related-projects__project.active img, #single-project .related-projects__project:hover img {
  transform: scale(1.03);
}
#single-project .related-projects__project.active .split .word-wrapper, #single-project .related-projects__project:hover .split .word-wrapper {
  transform: translateY(0);
}
@media screen and (orientation: landscape) {
  #single-project .related-projects__project .split {
    overflow: hidden;
  }
}
@media screen and (orientation: landscape) {
  #single-project .related-projects__project .split .word-wrapper {
    transition: all 0.35s ease-in-out;
    transform: translateY(100%);
  }
}
#single-project .related-projects__projectMedia {
  overflow: hidden;
  width: 100%;
}
#single-project .related-projects__projectMedia {
  height: 46.9135802469vh;
}
@media (orientation: portrait) {
  #single-project .related-projects__projectMedia {
    height: 32.8395061728vh;
  }
}
@media screen and (orientation: portrait) {
  #single-project .related-projects__projectMedia {
    height: 60vw;
  }
}
#single-project .related-projects__projectMedia img {
  transition: all 0.35s ease-in-out;
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.page-flexible .media-row {
  will-change: transform;
  margin: 10px 0;
  height: 92.5925925926vh;
}
@media screen and (orientation: portrait) {
  .page-flexible .media-row {
    height: auto;
    margin: 2.5vw auto;
  }
}
.page-flexible .media-row__wrapper {
  display: flex;
  gap: 10px;
  height: 100%;
}
@media screen and (orientation: portrait) {
  .page-flexible .media-row__wrapper {
    flex-direction: column;
    gap: 10px;
    height: auto;
    gap: 2.5vw auto;
  }
}
.page-flexible .media-row__item {
  flex: 1;
  position: relative;
  overflow: hidden;
}
@media screen and (orientation: portrait) {
  .page-flexible .media-row__item {
    width: 100%;
    height: auto;
  }
}
.page-flexible .media-row__item img,
.page-flexible .media-row__item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (orientation: portrait) {
  .page-flexible .media-row__item img,
  .page-flexible .media-row__item video {
    height: auto;
  }
}
.page-flexible .media-row__audioSoundControls {
  position: absolute;
  display: flex;
  height: fit-content;
  mix-blend-mode: difference;
  color: #fff;
  left: 2.0833333333vw;
  top: 2.0833333333vw;
  z-index: 11;
}
@media screen and (orientation: portrait) {
  .page-flexible .media-row__audioSoundControls {
    left: 5vw;
    top: 5vw;
  }
}
.page-flexible .media-row__audioSoundControlIconGraphic {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-flexible .media-row__audioSoundControlIconGraphic {
  gap: 0.3472222222vw;
}
@media (orientation: portrait) {
  .page-flexible .media-row__audioSoundControlIconGraphic {
    gap: 0.5864197531vh;
  }
}
.page-flexible .media-row__audioSoundControlIconGraphic {
  height: 2.4691358025vh;
}
@media (orientation: portrait) {
  .page-flexible .media-row__audioSoundControlIconGraphic {
    height: 2.3456790123vh;
  }
}
@media screen and (orientation: portrait) {
  .page-flexible .media-row__audioSoundControlIconGraphic {
    gap: 2vw;
    height: auto;
  }
}
.page-flexible .media-row__audioSoundControlIconGraphic .line {
  width: 1px;
  transform-origin: center center;
  background-color: #fff;
  transition: all 0.35s ease-in-out;
}
.page-flexible .media-row__audioSoundControlIconGraphic .line {
  height: 1.2345679012vh;
}
@media (orientation: portrait) {
  .page-flexible .media-row__audioSoundControlIconGraphic .line {
    height: 1.1728395062vh;
  }
}
@media screen and (orientation: portrait) {
  .page-flexible .media-row__audioSoundControlIconGraphic .line {
    height: 3vw;
  }
}
.page-flexible .media-row__audioSoundControlIconGraphic .line:nth-child(1) {
  animation-delay: -1.1s;
}
.page-flexible .media-row__audioSoundControlIconGraphic .line:nth-child(2) {
  animation-delay: -1s;
}
.page-flexible .media-row__audioSoundControlIconGraphic .line:nth-child(3) {
  animation-delay: -0.9s;
}
.page-flexible .media-row__audioSoundControlIconGraphic .line:nth-child(4) {
  animation-delay: -0.8s;
}
.page-flexible .media-row__audioSoundControlIconGraphic .line:nth-child(5) {
  animation-delay: -0.7s;
}
.page-flexible .media-row__audio {
  display: none;
}
.page-flexible .media-row__audioSoundControlIcon {
  transition: all 0.35s ease-in-out;
  transform-origin: center center;
  cursor: pointer;
  display: flex;
}
.page-flexible .media-row__audioSoundControlIcon {
  gap: 1.0416666667vw;
}
@media (orientation: portrait) {
  .page-flexible .media-row__audioSoundControlIcon {
    gap: 1.7592592593vh;
  }
}
@media screen and (orientation: portrait) {
  .page-flexible .media-row__audioSoundControlIcon {
    gap: 5vw;
  }
}
.page-flexible .media-row__audioSoundControlIcon.is-playing .line {
  animation: bounce 1.2s infinite ease-in-out alternate-reverse;
}
.page-flexible .media-row__audioSoundControlIcon.is-playing .line {
  height: 2.4691358025vh;
}
@media (orientation: portrait) {
  .page-flexible .media-row__audioSoundControlIcon.is-playing .line {
    height: 2.3456790123vh;
  }
}
@media screen and (orientation: portrait) {
  .page-flexible .media-row__audioSoundControlIcon.is-playing .line {
    height: 5vw;
  }
}
.page-flexible .media-row__audioSoundControlIcon.is-playing .line:nth-child(1), .page-flexible .media-row__audioSoundControlIcon.is-playing .line:nth-child(3), .page-flexible .media-row__audioSoundControlIcon.is-playing .line:nth-child(5) {
  height: 1.2345679012vh;
}
@media (orientation: portrait) {
  .page-flexible .media-row__audioSoundControlIcon.is-playing .line:nth-child(1), .page-flexible .media-row__audioSoundControlIcon.is-playing .line:nth-child(3), .page-flexible .media-row__audioSoundControlIcon.is-playing .line:nth-child(5) {
    height: 1.1728395062vh;
  }
}
@media screen and (orientation: portrait) {
  .page-flexible .media-row__audioSoundControlIcon.is-playing .line:nth-child(1), .page-flexible .media-row__audioSoundControlIcon.is-playing .line:nth-child(3), .page-flexible .media-row__audioSoundControlIcon.is-playing .line:nth-child(5) {
    height: 3vw;
  }
}

#page-collaborations .listing__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  justify-content: flex-start;
  justify-content: center;
  padding-left: 7.6388888889vw;
  padding-right: 7.6388888889vw;
}
@media screen and (orientation: portrait) {
  #page-collaborations .listing__wrapper {
    padding: 15svh 5vw;
    height: auto;
    flex-direction: column;
  }
}
#page-collaborations .listing__horizWrapper {
  width: max-content;
  display: flex;
}
#page-collaborations .listing__horizWrapper {
  gap: 3.125vw;
}
@media (orientation: portrait) {
  #page-collaborations .listing__horizWrapper {
    gap: 4.1666666667vh;
  }
}
#page-collaborations .listing__horizWrapper {
  padding-top: 16.049382716vh;
}
@media (orientation: portrait) {
  #page-collaborations .listing__horizWrapper {
    padding-top: 11.2345679012vh;
  }
}
@media screen and (orientation: portrait) {
  #page-collaborations .listing__horizWrapper {
    width: 100%;
    flex-direction: column;
    gap: 15vw;
  }
}
#page-collaborations .listing__collaborationItem {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: start;
  width: calc((84.7222222222vw - 60px) / 3);
  filter: grayscale(1);
  transition: all 0.35s ease-in-out;
  transition-property: opacity, transform, filter;
}
#page-collaborations .listing__collaborationItem {
  gap: 2.0833333333vw;
}
@media (orientation: portrait) {
  #page-collaborations .listing__collaborationItem {
    gap: 3.3333333333vh;
  }
}
@media screen and (orientation: portrait) {
  #page-collaborations .listing__collaborationItem {
    gap: 5vw;
    width: 100%;
    filter: none;
  }
}
#page-collaborations .listing__collaborationItem.active, #page-collaborations .listing__collaborationItem:hover {
  filter: grayscale(0);
  transform: translateY(-20px) scale(1.03);
}
#page-collaborations .listing__collaborationItem.active .split .word-wrapper, #page-collaborations .listing__collaborationItem:hover .split .word-wrapper {
  transform: translateY(0);
}
#page-collaborations .listing__collaborationItem.active .listing__collaborationLogo, #page-collaborations .listing__collaborationItem:hover .listing__collaborationLogo {
  opacity: 1;
  transform: translateY(0);
}
#page-collaborations .listing__collaborationItem.active img, #page-collaborations .listing__collaborationItem:hover img {
  transform: scale(1.02);
}
@media screen and (orientation: landscape) {
  #page-collaborations .listing__collaborationItem .split {
    overflow: hidden;
  }
}
@media screen and (orientation: landscape) {
  #page-collaborations .listing__collaborationItem .split .word-wrapper {
    transition: all 0.35s ease-in-out;
    transform: translateY(100%);
  }
}
#page-collaborations .listing__collaborationLogoWrapper {
  overflow: hidden;
}
#page-collaborations .listing__collaborationLogoWrapper {
  width: 20.8333333333vw;
}
@media (orientation: portrait) {
  #page-collaborations .listing__collaborationLogoWrapper {
    width: 25.9259259259vh;
  }
}
#page-collaborations .listing__collaborationLogoWrapper {
  height: 6.1728395062vh;
}
@media (orientation: portrait) {
  #page-collaborations .listing__collaborationLogoWrapper {
    height: 4.3209876543vh;
  }
}
@media screen and (orientation: portrait) {
  #page-collaborations .listing__collaborationLogoWrapper {
    width: 70%;
    height: 6svh;
  }
}
#page-collaborations .listing__collaborationLogo {
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: all 0.35s ease-in-out;
}
@media screen and (orientation: landscape) {
  #page-collaborations .listing__collaborationLogo {
    opacity: 0;
    transform: translateY(20px);
  }
}
#page-collaborations .listing__collaborationImageWrapper {
  width: 100%;
  overflow: hidden;
}
#page-collaborations .listing__collaborationImageWrapper {
  height: 46.9135802469vh;
}
@media (orientation: portrait) {
  #page-collaborations .listing__collaborationImageWrapper {
    height: 32.8395061728vh;
  }
}
@media screen and (orientation: portrait) {
  #page-collaborations .listing__collaborationImageWrapper {
    height: 60svh;
  }
}
#page-collaborations .listing__collaborationInner {
  width: 100%;
  height: 100%;
}
#page-collaborations .listing__collaborationInner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: all 0.35s ease-in-out;
}
#page-collaborations .listing__collaborationDesc {
  display: none;
}
@media screen and (orientation: portrait) {
  #page-collaborations .listing__collaborationDesc {
    display: block;
    font-size: 3.5vw;
    line-height: 1.3;
  }
}
#page-collaborations .listing__collaborationIntro {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  text-align: center;
  max-width: 35%;
  pointer-events: none;
}
#page-collaborations .listing__collaborationIntro {
  top: 4.8611111111vw;
}
@media (orientation: portrait) {
  #page-collaborations .listing__collaborationIntro {
    top: 6.049382716vh;
  }
}
@media screen and (orientation: portrait) {
  #page-collaborations .listing__collaborationIntro {
    top: 10vw;
    max-width: 100%;
    position: relative;
    top: unset;
    transform: none;
    left: unset;
    width: 100%;
    font-size: 4vw;
    line-height: 1.3;
  }
}
#page-collaborations .listing__collaborationDescription {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease-in-out, visibility 0.35s ease-in-out;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  text-align: center;
  max-width: 40%;
  pointer-events: none;
}
#page-collaborations .listing__collaborationDescription {
  bottom: 2.7777777778vw;
}
@media (orientation: portrait) {
  #page-collaborations .listing__collaborationDescription {
    bottom: 3.7037037037vh;
  }
}
@media screen and (orientation: portrait) {
  #page-collaborations .listing__collaborationDescription {
    bottom: 10vw;
    max-width: 90%;
  }
}
#page-collaborations .listing__collaborationDescription.is-visible {
  opacity: 1;
  visibility: visible;
}

@media screen and (orientation: portrait) {
  #page-contact .connect {
    margin-bottom: 15svh;
  }
}
#page-contact .connect__mainRow {
  display: flex;
  justify-content: space-between;
}
#page-contact .connect__mainRow {
  padding-top: 20.987654321vh;
}
@media (orientation: portrait) {
  #page-contact .connect__mainRow {
    padding-top: 14.6913580247vh;
  }
}
#page-contact .connect__mainRow {
  padding-bottom: 3.7037037037vh;
}
@media (orientation: portrait) {
  #page-contact .connect__mainRow {
    padding-bottom: 3.3333333333vh;
  }
}
@media screen and (orientation: portrait) {
  #page-contact .connect__mainRow {
    flex-direction: column;
    gap: 15vw;
    padding: 25vw 0 10vw;
  }
}
#page-contact .connect__mainRow a {
  transition: all 0.35s ease-in-out;
}
#page-contact .connect__mainRow a:hover {
  opacity: 0.5;
}
#page-contact .connect__mainCol {
  display: flex;
  flex-direction: column;
  flex: 1;
}
#page-contact .connect__mainCol {
  gap: 3.0864197531vh;
}
@media (orientation: portrait) {
  #page-contact .connect__mainCol {
    gap: 2.9320987654vh;
  }
}
@media screen and (orientation: portrait) {
  #page-contact .connect__mainCol {
    gap: 10vw;
  }
}
#page-contact .connect__mainCol:last-child {
  text-align: right;
}
@media screen and (orientation: portrait) {
  #page-contact .connect__mainCol:last-child {
    text-align: left;
  }
}
#page-contact .connect__title {
  text-transform: uppercase;
}
#page-contact .connect__text {
  width: 25vw;
}
@media (orientation: portrait) {
  #page-contact .connect__text {
    width: 31.1111111111vh;
  }
}
@media screen and (orientation: portrait) {
  #page-contact .connect__text {
    width: 100%;
  }
}
#page-contact .connect__infoTitle {
  text-transform: capitalize;
}
#page-contact .connect__infoTexts {
  display: flex;
  flex-direction: column;
}
#page-contact .connect__infoTexts {
  margin-top: 1.2345679012vh;
}
@media (orientation: portrait) {
  #page-contact .connect__infoTexts {
    margin-top: 1.1728395062vh;
  }
}
@media screen and (orientation: portrait) {
  #page-contact .connect__infoTexts {
    margin-top: 5vw;
  }
}
#page-about .detail {
  position: relative;
}
#page-about .detail__wrapper {
  position: relative;
}
#page-about .detail__audioSoundControls {
  position: absolute;
  display: flex;
  height: fit-content;
  color: #fff;
  left: 2.0833333333vw;
  bottom: 2.0833333333vw;
  z-index: 11;
}
@media screen and (orientation: portrait) {
  #page-about .detail__audioSoundControls {
    left: 5vw;
    bottom: 10vw;
  }
}
#page-about .detail__audioSoundControlIconGraphic {
  display: flex;
  align-items: center;
  justify-content: center;
}
#page-about .detail__audioSoundControlIconGraphic {
  gap: 0.3472222222vw;
}
@media (orientation: portrait) {
  #page-about .detail__audioSoundControlIconGraphic {
    gap: 0.5864197531vh;
  }
}
#page-about .detail__audioSoundControlIconGraphic {
  height: 2.4691358025vh;
}
@media (orientation: portrait) {
  #page-about .detail__audioSoundControlIconGraphic {
    height: 2.3456790123vh;
  }
}
@media screen and (orientation: portrait) {
  #page-about .detail__audioSoundControlIconGraphic {
    gap: 2vw;
    height: auto;
  }
}
#page-about .detail__audioSoundControlIconGraphic .line {
  width: 1px;
  transform-origin: center center;
  background-color: #fff;
  transition: all 0.35s ease-in-out;
}
#page-about .detail__audioSoundControlIconGraphic .line {
  height: 1.2345679012vh;
}
@media (orientation: portrait) {
  #page-about .detail__audioSoundControlIconGraphic .line {
    height: 1.1728395062vh;
  }
}
@media screen and (orientation: portrait) {
  #page-about .detail__audioSoundControlIconGraphic .line {
    height: 3vw;
  }
}
#page-about .detail__audioSoundControlIconGraphic .line:nth-child(1) {
  animation-delay: -1.1s;
}
#page-about .detail__audioSoundControlIconGraphic .line:nth-child(2) {
  animation-delay: -1s;
}
#page-about .detail__audioSoundControlIconGraphic .line:nth-child(3) {
  animation-delay: -0.9s;
}
#page-about .detail__audioSoundControlIconGraphic .line:nth-child(4) {
  animation-delay: -0.8s;
}
#page-about .detail__audioSoundControlIconGraphic .line:nth-child(5) {
  animation-delay: -0.7s;
}
#page-about .detail__audioSoundControlIcon {
  transition: all 0.35s ease-in-out;
  cursor: pointer;
  display: flex;
}
#page-about .detail__audioSoundControlIcon {
  gap: 1.0416666667vw;
}
@media (orientation: portrait) {
  #page-about .detail__audioSoundControlIcon {
    gap: 1.7592592593vh;
  }
}
@media screen and (orientation: portrait) {
  #page-about .detail__audioSoundControlIcon {
    gap: 5vw;
  }
}
#page-about .detail__audioSoundControlIcon.is-playing .line {
  animation: bounce 1.2s infinite ease-in-out alternate-reverse;
}
#page-about .detail__audioSoundControlIcon.is-playing .line {
  height: 2.4691358025vh;
}
@media (orientation: portrait) {
  #page-about .detail__audioSoundControlIcon.is-playing .line {
    height: 2.3456790123vh;
  }
}
@media screen and (orientation: portrait) {
  #page-about .detail__audioSoundControlIcon.is-playing .line {
    height: 5vw;
  }
}
#page-about .detail__audioSoundControlIcon.is-playing .line:nth-child(1), #page-about .detail__audioSoundControlIcon.is-playing .line:nth-child(3), #page-about .detail__audioSoundControlIcon.is-playing .line:nth-child(5) {
  height: 1.2345679012vh;
}
@media (orientation: portrait) {
  #page-about .detail__audioSoundControlIcon.is-playing .line:nth-child(1), #page-about .detail__audioSoundControlIcon.is-playing .line:nth-child(3), #page-about .detail__audioSoundControlIcon.is-playing .line:nth-child(5) {
    height: 1.1728395062vh;
  }
}
@media screen and (orientation: portrait) {
  #page-about .detail__audioSoundControlIcon.is-playing .line:nth-child(1), #page-about .detail__audioSoundControlIcon.is-playing .line:nth-child(3), #page-about .detail__audioSoundControlIcon.is-playing .line:nth-child(5) {
    height: 3vw;
  }
}
#page-about .detail__wrapper {
  overflow: hidden;
}
@media screen and (orientation: portrait) {
  #page-about .detail__wrapper {
    height: auto;
    flex-direction: column;
  }
}
#page-about .detail__wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
