@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* 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 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * 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;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

/**
 * 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.
 */

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button {
  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 { /* 1 */
  overflow: visible;
}

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

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

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

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

/**
 * Correct the padding in Firefox.
 */

/**
 * 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.
 */

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

/*
 * Add the correct display in all browsers.
 */

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */

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

*,
::after,
::before {
  box-sizing: border-box;
}

body {
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: "x-ht Haltung";
  src: url("/assets/fonts/haltung/xht-Haltung-Regular-Web.woff2") format("woff2"), url("/assets/fonts/haltung/xht-Haltung-Regular-Web.woff") format("woff"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  font-display: fallback;
}
@font-face {
  font-family: "x-ht Haltung";
  src: url("/assets/fonts/haltung/xht-Haltung-Italic-Web.woff2") format("woff2"), url("/assets/fonts/haltung/xht-Haltung-Italic-Web.woff") format("woff"); /* Safari, Android, iOS */
  font-style: italic;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  font-display: fallback;
}
@font-face {
  font-family: "x-ht Haltung";
  src: url("/assets/fonts/haltung/xht-Haltung-SemiBold-Web.woff2") format("woff2"), url("/assets/fonts/haltung/xht-Haltung-SemiBold-Web.woff") format("woff"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 500;
  text-rendering: optimizeLegibility;
  font-display: fallback;
}
@font-face {
  font-family: "x-ht Haltung";
  src: url("/assets/fonts/haltung/xht-Haltung-SemiBoldItalic-Web.woff2") format("woff2"), url("/assets/fonts/haltung/xht-Haltung-SemiBoldItalic-Web.woff") format("woff"); /* Safari, Android, iOS */
  font-style: italic;
  font-weight: 500;
  text-rendering: optimizeLegibility;
  font-display: fallback;
}
body {
  color: var(--color-text);
  background: var(--color-background);
  font-family: var(--font-family-default), sans-serif;
  font-weight: var(--font-weight-default);
  font-size: var(--font-size-default);
  line-height: var(--line-height-default);
  transition: color 0.5s ease, background-color 0.5s ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: var(--font-family-display), sans-serif;
  font-size: 1em;
  font-weight: var(--font-weight-display);
}

.display > p, .prose h3 > p, .prose h2 > p, .prose h1 > p {
  display: block;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}
.display a, .prose h3 a, .prose h2 a, .prose h1 a {
  text-decoration: none;
}

p {
  margin: 0;
  font-size: var(--font-size, var(--font-size-prose));
  line-height: var(--line-height, var(--line-height-prose));
}

a {
  color: var(--color, currentColor);
  display: inline-block;
  text-underline-offset: 0.1em;
  text-decoration-thickness: 0.0625em;
}

hr {
  margin: 0;
  color: var(--color, currentColor);
  border: 0;
  border-top: 1px solid var(--color, currentColor);
  opacity: var(--opacity, 1);
}

strong,
.strong {
  font-weight: var(--font-weight-default);
}

.list-unstyled {
  list-style: none;
}

.prose {
  line-height: 1.5;
  /* removes spaces for first and last element */
  /* Styles */
}
.prose > :first-child {
  margin-top: 0;
}
.prose > :last-child {
  margin-bottom: 0;
}
.prose * + * {
  margin: 1.25em 0;
}
.prose p {
  margin: 0;
}
.prose h1,
.prose h2,
.prose h3,
.prose h4,
.prose h5,
.prose h6 {
  margin: 0;
}
.prose ul:not(.icon-list) {
  list-style: none;
  padding-left: 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose ul:not(.icon-list) li {
  position: relative;
  padding-left: 1.25em;
}
.prose ul:not(.icon-list) li {
  margin-top: 1em;
  margin-bottom: 1em;
}
.prose ul:not(.icon-list) li:before {
  position: absolute;
  left: 0;
  content: "—";
}
.prose .prose-lead,
.prose h1 {
  font-size: var(--font-size-lead);
  font-weight: var(--font-weight-lead);
  font-style: italic;
  color: var(--color-x-ht-brand);
}
.prose .prose-em,
.prose h2,
.prose h2 *,
.prose h3,
.prose h3 * {
  font-size: var(--font-size-prose-em);
  font-weight: var(--font-weight-prose-em);
  font-style: italic;
  color: white;
}

.redactor .btn {
  margin-right: 0.75em;
  margin-bottom: 0.75em;
}
:root {
  --font-weight-default: 400;
  --font-weight-display: 500;
  --font-weight-lead: 500;
  --font-weight-lead-em: 500;
  --font-weight-prose-em: 500;
  --font-weight-regular: 400;
  --font-weight-bold: 500;
  --font-family-default: "x-ht Haltung", sans-serif;
  --font-family-display: "x-ht Haltung", sans-serif;
  --color-text: #AFFFAF;
  --color-background: #000000;
  --color-x-ht-brand: #D7DBC6;
  --color-black: #000000;
  --color-white: #FFFFFF;
}

body {
  /* Responsive Line Heights */
  --line-height-body: 1.5;
  --line-height-headlines: 1.3333;
  /* Responsive Font Sizes */
  --font-size-default: 1.25rem;
  --font-size-display: 1.875rem;
  --font-size-prose: 1rem;
  --font-size-prose-em: 1.25rem;
  --font-size-prose-small: 0.75rem;
  --font-size-lead: 1.25rem;
  /* Responsive Spaces */
  --space-auto: auto;
  --space-0: 0;
  --space-container: var(--container-padding);
  --space-navbar: var(--navbar-height);
  --space-gap: 10px;
  --space-default: 4px;
  --space-prose: 2em;
  --space-33vh: 33.3333vh;
}
@media (min-width: 768px) {
  body {
    --font-size-display: 1.875rem;
  }
}
@media (min-width: 1440px) {
  body {
    --font-size-display: 1.875rem;
  }
}
@media (min-width: 768px) {
  body {
    --font-size-prose: 1.25rem;
  }
}
@media (min-width: 768px) {
  body {
    --font-size-prose-em: 1.375rem;
  }
}
@media (min-width: 768px) {
  body {
    --font-size-prose-small: 0.875rem;
  }
}
@media (min-width: 768px) {
  body {
    --font-size-lead: 1.875rem;
  }
}
@media (min-width: 1180px) {
  body {
    --space-gap: 14px;
  }
}
@media (min-width: 1180px) {
  body {
    --space-default: 1em;
  }
}

.block-spacer {
  display: block;
  transition: padding 0.1s ease;
}

@media (min-width: 768px) {
  .page-content-full .block-text {
    padding-left: 33.333vw;
  }
}
.btn {
  --btn-font-family: var(--font-family-default);
  --btn-font-weight: var(--font-weight-bold);
  --btn-font-size: var(--font-size-p1);
  --btn-line-height: 1.5;
  /* Colors */
  --btn-color: var(--color-text);
  --btn-background: transparent;
  --btn-box-shadow: 0;
  --btn-hover-color: var(--color-text);
  --btn-hover-background: var(--color-background);
  --btn-hover-box-shadow: var(--btn-box-shadow);
  --btn-focus-color: var(--color-hud);
  --btn-focus-background: transparent;
  --btn-focus-box-shadow:
  	0 0 0 2px var(--color-background),
  	0 0 0 3px var(--btn-focus-color);
  --btn-active-color: var(--color-text);
  --btn-active-background: var(--color-background);
  --btn-active-box-shadow: var(--btn-box-shadow);
  /* General */
  --btn-border-width: 1px;
  --btn-border-radius: 0;
  --button-height: 3em;
}

.btn {
  display: inline-block;
  font-family: var(--btn-font-family);
  font-weight: var(--btn-font-weight);
  font-size: var(--btn-font-size);
  line-height: var(--btn-line-height);
  text-align: center;
  text-decoration: none;
  white-space: normal;
  vertical-align: middle;
  color: var(--btn-color);
  background: var(--btn-background);
  border-color: currentColor;
  border-width: var(--btn-border-width);
  border-radius: var(--btn-border-radius);
  border-style: solid;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: calc((var(--button-height) - 1em * var(--line-height-body)) / 2) calc((var(--button-height) - 1em) / 2);
}
.btn:hover {
  color: var(--btn-hover-color);
  background: var(--btn-hover-background);
  text-decoration: none;
}
.btn:focus {
  color: var(--btn-focus-color);
  background: var(--btn-focus-background);
  outline: 0;
  text-decoration: none;
  box-shadow: var(--btn-focus-box-shadow);
}
.btn:active, .btn.active {
  color: var(--btn-active-color);
  background: var(--btn-active-background);
  text-decoration: none;
}
.btn:active:focus, .btn.active:focus {
  box-shadow: var(--btn-active-box-shadow);
}
.btn:disabled {
  pointer-events: none;
  opacity: var(--btn-disabled-opacity);
  box-shadow: none;
}

.btn-block {
  display: block;
  text-align: center;
}

.btn-link {
  position: relative;
  padding: 0;
  border: 0;
}
.btn-link:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  height: 2px;
  width: 100%;
  background-color: currentColor;
}
.btn-link .text-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  height: 1.2em;
}
.btn-link .text,
.btn-link .dive-text {
  display: block;
  line-height: 1.2em;
  transition: transform 0.3s ease-out;
}
.btn-link .text {
  transform: translateY(0);
}
.btn-link .dive-text {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
}

.btn-link:hover {
  padding: 0;
  border: 0;
}
.btn-link:hover .text {
  transform: translateY(-100%);
}
.btn-link:hover .dive-text {
  transform: translateY(0%);
}

.blocks > *:first-child:not(.block-spacer) {
  margin-top: 0;
}
.blocks > *:last-child:not(.block-spacer) {
  margin-bottom: 0;
}

.collapse:not(.show) {
  display: none;
}

.picture {
  display: block;
  margin: 0;
  padding: 0;
}

.image {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.image-grid-item {
  display: flex;
  flex-direction: column;
}
.image-grid-item .is-gif {
  display: flex;
  height: 100%;
}
.image-grid-item .picture {
  display: flex;
  height: 100%;
}
.image-grid-item .is-gif .image {
  -o-object-fit: cover;
     object-fit: cover;
}
.image-grid-item .vimeo-video-container {
  overflow: hidden;
}
.image-grid-item .vimeo-video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  height: 100%;
  width: 177%;
  transform: translateX(-50%);
}

.image-slider {
  position: relative;
}

.image-slider-controls {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: auto;
  transform: translateY(-50%);
  pointer-events: none;
}
.image-slider-controls .container {
  display: flex;
  justify-content: space-between;
}
.image-slider-controls .swiper-button {
  --size: 32px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  pointer-events: all;
  cursor: pointer;
  color: var(--color-text);
  background: none;
  border: none;
  width: var(--size);
  height: var(--size);
  padding: 0;
}

.image-slider-caption {
  position: absolute;
  top: 0;
  pointer-events: none;
  width: 100%;
  z-index: 2;
  will-change: transform;
}
.image-slider-caption .caption {
  display: inline-block;
  font-weight: normal;
  text-decoration: none;
  background: black;
  color: white;
  padding: 0.5em;
}

.main {
  display: block;
  width: 100%;
  height: 100%;
}
.navbar-wrapper {
  pointer-events: none;
}

.navbar {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  mix-blend-mode: difference;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
  z-index: 1060;
}

.navbar-desktop {
  display: none;
}

.navbar-mobile,
.custom-nav-mobile {
  display: block;
}

.navbar-claim {
  padding: 15px 20px;
  font-weight: 500;
  text-box: trim-both cap alphabetic;
}

@media (min-width: 1180px) {
  .navbar-desktop {
    display: block;
  }
  .navbar-mobile,
.custom-nav-mobile {
    display: none;
  }
  .navbar-claim {
    padding: 14px 20px 15px 145px;
  }
}
.navbar-menu-nav {
  transition: opacity 0.3s ease-out;
  opacity: 0;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .navbar-menu-nav {
    padding-bottom: 25px;
  }
}
@media (min-width: 1180px) {
  .navbar-menu-nav {
    padding-bottom: 25px;
  }
}
@media (min-width: 1440px) {
  .navbar-menu-nav {
    padding-bottom: 50px;
  }
}

.navbar-menu-link {
  display: inline-block;
  padding: 0.25em 0.5em;
  margin-bottom: 5px;
  background: white;
  color: black;
  text-decoration: none;
}
.navbar-menu-link .text-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  height: 1.2em;
}
.navbar-menu-link .text,
.navbar-menu-link .dive-text {
  display: block;
  line-height: 1.2em;
  transition: transform 0.3s ease-out;
}
.navbar-menu-link .text {
  transform: translateY(0);
}
.navbar-menu-link .dive-text {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
}
.navbar-menu-link:hover .text {
  transform: translateY(-100%);
}
.navbar-menu-link:hover .dive-text {
  transform: translateY(0%);
}
.navbar-menu-link.is-active {
  font-weight: 500;
}

.navbar-desktop {
  position: absolute;
  top: 33.333vh;
  left: 0;
  width: 100%;
  height: 33.333vh;
  pointer-events: none;
  z-index: 1060;
}
.navbar-desktop .custom-nav {
  width: 100%;
}
.navbar-desktop .logo {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 30px;
  pointer-events: all;
}
.navbar-desktop .logo-svg {
  display: block;
  width: 42px;
  height: 14px;
}
.navbar-desktop .logo-svg *[fill] {
  fill: var(--color-hud, black);
}
.navbar-desktop .navbar-menu {
  position: absolute;
  left: 0;
  bottom: 43px;
  padding: 0 30px;
  pointer-events: none;
}
.navbar-desktop .logo:hover .navbar-menu-nav {
  opacity: 1;
}
.navbar-desktop .logo:hover .navbar-menu {
  pointer-events: all;
}
.navbar-desktop .navbar-menu-nav {
  margin-left: -0.5em;
}
.navbar-desktop .navbar-submenu {
  display: flex;
  justify-content: space-between;
  padding-left: 100px;
  width: 33.3333vw;
  pointer-events: all;
}
.navbar-desktop .navbar-submenu-nav {
  display: flex;
  flex-direction: column;
  animation-name: dialSubnav;
  animation-duration: 0.33s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}
@media screen and (min-width: 1600px) {
  .navbar-desktop .navbar-submenu-nav {
    flex-direction: row;
  }
}
.navbar-desktop .navbar-submenu-divider {
  display: none;
}
@media screen and (min-width: 1600px) {
  .navbar-desktop .navbar-submenu-divider {
    display: inline-block;
    color: white;
    opacity: 0.4;
    padding: 0.5em;
    margin-bottom: 10px;
  }
}
.navbar-desktop .navbar-submenu-link {
  display: inline-block;
  padding: 0.5em;
  margin-bottom: 10px;
  background: transparent;
  border: 0;
  color: white;
  text-decoration: none;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity 0.3s ease-out;
  line-height: 1;
}
.navbar-desktop .navbar-submenu-link:hover, .navbar-desktop .navbar-submenu-link:active {
  opacity: 1;
}
.navbar-desktop .navbar-submenu-link.active {
  font-weight: var(--font-weight-bold);
  font-style: italic;
  opacity: 1;
}
.navbar-desktop .navbar-submenu-description {
  padding-right: 90px;
  line-height: 1;
}
@media screen and (min-width: 1180px) {
  .navbar-desktop .navbar-submenu-description {
    padding-right: 50px;
  }
}
@media screen and (min-width: 1900px) {
  .navbar-desktop .navbar-submenu-description {
    padding-right: 90px;
  }
}
.navbar-desktop .project-detail-nav {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: auto auto;
  grid-template-areas: "title categories" "description .";
  padding-top: 7px;
}
.navbar-desktop .project-detail-title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: title;
  padding-left: 100px;
  padding-right: 30px;
  display: flex;
  align-items: end;
  justify-content: end;
  gap: 20px;
  pointer-events: all;
}
.navbar-desktop .project-info {
  padding-right: 30px;
}
.navbar-desktop .project-detail-category {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: categories;
  padding: 10px 30px 0 30px;
  text-align: right;
  font-size: 14px;
}
.navbar-desktop .project-info {
  font-size: 14px;
}
.navbar-desktop .project-detail-text {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: description;
  padding: 20px;
  pointer-events: all;
}
.navbar-desktop .project-data {
  font-size: 14px;
  font-style: italic;
  padding: 10px;
  background: white;
  color: black;
}
.navbar-desktop .project-introduction {
  padding: 10px;
  background: white;
  color: black;
}
.navbar-desktop .project-detail-nav .back-button {
  text-decoration: none;
}
.navbar-desktop button.project-info {
  background: transparent;
  border: none;
  padding: 0;
  color: currentColor;
  cursor: pointer;
}

.navbar-mobile {
  position: relative;
  z-index: 1060;
  pointer-events: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.navbar-mobile .navbar-logo {
  position: absolute;
  bottom: 20px;
  left: 20px;
  pointer-events: all;
}
.navbar-mobile .navbar-toggle {
  position: absolute;
  bottom: 20px;
  right: 20px;
  pointer-events: all;
  color: currentColor;
}
.navbar-mobile .navbar-menu {
  position: absolute;
  margin-right: -0.5em;
  right: 20px;
  bottom: 25px;
  padding: 0;
  pointer-events: none;
}
.navbar-mobile .navbar-toggle-button:hover + .navbar-menu {
  pointer-events: all;
}
.navbar-mobile .navbar-toggle-button:hover + .navbar-menu .navbar-menu-nav {
  opacity: 1;
}
.navbar-mobile .navbar-menu[aria-expanded=true] {
  pointer-events: all;
}
.navbar-mobile .navbar-menu[aria-expanded=true] .navbar-menu-nav {
  opacity: 1;
}
.navbar-mobile .navbar-menu-nav {
  display: block;
}
.navbar-mobile .navbar-menu-item {
  display: flex;
  justify-content: end;
}
.navbar-mobile .navbar-toggle-button {
  display: inline-block;
  color: currentColor;
  background: transparent;
  border: 0;
  font-size: 20px;
  font-weight: var(--font-weight-bold);
  font-style: italic;
  text-align: right;
  pointer-events: all;
}

.custom-nav-mobile {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  pointer-events: all;
  background-color: black;
  z-index: 1060;
}
.custom-nav-mobile .navbar-submenu,
.custom-nav-mobile .project-detail-nav {
  padding: 10px;
}
.custom-nav-mobile .project-detail-title {
  display: flex;
  align-items: end;
  padding-left: 40px;
}
.custom-nav-mobile .project-title {
  font-size: 20px;
  font-style: normal;
  text-box: trim-both cap alphabetic;
}
.custom-nav-mobile .back-button {
  position: absolute;
  top: 7px;
  left: 10px;
  color: white;
  text-decoration: none;
}
.custom-nav-mobile .project-info {
  background: transparent;
  border: none;
  color: currentColor;
  margin-left: auto;
  padding: 0;
  font-size: 12px;
  text-box: trim-both cap alphabetic;
}
.custom-nav-mobile .project-detail-text {
  width: 100%;
  padding-left: 40px;
  padding-right: 20px;
}
.custom-nav-mobile .project-data {
  font-size: 12px;
  font-style: italic;
  margin: 20px 0;
}
.custom-nav-mobile .project-introduction {
  margin: 20px 0 5px 0;
}
.custom-nav-mobile .project-detail-category {
  display: none;
}
.custom-nav-mobile .navbar-submenu {
  display: flex;
  justify-content: space-between;
  width: 100%;
  pointer-events: all;
}
.custom-nav-mobile .navbar-submenu-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.custom-nav-mobile .navbar-submenu-divider {
  display: inline-block;
  color: white;
  opacity: 0.4;
  padding: 0.1em 0.2em;
}
.custom-nav-mobile .navbar-submenu-link {
  display: inline-block;
  padding: 0.1em 0.2em;
  background: transparent;
  border: 0;
  color: white;
  text-decoration: none;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity 0.3s ease-out;
}
.custom-nav-mobile .navbar-submenu-link:hover, .custom-nav-mobile .navbar-submenu-link:active {
  opacity: 1;
}
.custom-nav-mobile .navbar-submenu-link.active {
  font-weight: var(--font-weight-bold);
  font-style: italic;
  opacity: 1;
}

.js-navbar-open .navbar {
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}

@keyframes dialSubnav {
  0% {
    transform: translateY(var(--old-offset-top));
  }
  100% {
    transform: translateY(var(--new-offset-top));
  }
}
.page-anchor {
  display: block;
  height: 0px;
  overflow: hidden;
}

.main {
  padding-top: var(--custom-nav-mobile-height);
  transition: padding-top 0.33s ease-out;
}
@media (min-width: 1180px) {
  .main {
    padding-top: 0;
  }
}

.page-content .blocks {
  overflow: hidden;
}

@media (max-width: 1179px) {
  .block-button,
.block-buttons,
.block-text,
.block-headline {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1180px) {
  .page-content-2-3 {
    padding-left: 33.333vw;
  }
}
/* .barba-loader {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	width: 100%;
	height: 100%;

	background: var(--color-background);
	transition: opacity .5s ease, background-color .5s ease-in-out;
	z-index: config.z-index('loader');
	opacity: 0;
	pointer-events: none;
	display: none;

	.loading-indicator {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%);
		--color: var(--color-text);

		animation: loader-pulse 2s cubic-bezier(.455, .03, .515, .955) infinite;
	}
}

.barba-transition-in {
	display: block;
	animation: barba-transition-in .5s cubic-bezier(.455, .03, .515, .955);
	animation-fill-mode: forwards;
}

.barba-transition-complete {
	display: block;
	opacity: 1;
}

.barba-transition-out {
	display: block;
	animation: barba-transition-out .5s cubic-bezier(.455, .03, .515, .955);
	animation-fill-mode: forwards;
}

@keyframes barba-transition-in {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

@keyframes barba-transition-out {
	0% { opacity: 1; }
	100% { opacity: 0; }
}

@keyframes loader-pulse {
	0% { opacity: 1; }
	50% { opacity: 0; }
	100% { opacity: 1; }
} */
.barba-loader {
  display: block;
}
.barba-transition-in #main {
  display: block;
  animation: barba-transition-in 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation-fill-mode: forwards;
}

.barba-transition-complete #main {
  transform: translateX(0);
  opacity: 1;
}

.barba-transition-out #main {
  display: block;
  animation: barba-transition-out 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation-fill-mode: forwards;
}

@keyframes barba-transition-in {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    transform: translateY(-100vh);
    opacity: 0;
  }
}
@keyframes barba-transition-out {
  0% {
    transform: translateY(100vh);
    opacity: 0;
  }
  75% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loader-pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.project-list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}

.project-list-link {
  display: block;
  text-decoration: none;
}

.project-list-title {
  position: sticky;
  top: 33.3333vh;
  display: block;
  line-height: 1;
  pointer-events: none;
  margin-bottom: -2.5em;
}
.project-list-title .heading {
  display: inline-block;
  font-weight: normal;
  text-decoration: none;
  background: black;
  color: white;
  padding: 0.5em;
}
.project-list-title .heading::before {
  content: "/ ";
}

.project-list-image {
  display: block;
  width: 100%;
  height: auto;
}

.project-detail {
  display: block;
}

.project-introduction {
  max-height: 300px;
  overflow: auto;
}

.story-controls {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  z-index: 2;
  pointer-events: none;
}

.story-title {
  margin-bottom: 1em;
}

.story-wrapper {
  z-index: 1;
}

.story-slider {
  position: relative;
  height: 100vh;
  color: var(--color-text);
  background-color: var(--color-background);
}
.story-slider .dd-swiper {
  height: 100vh;
}
.story-slider .swiper {
  height: 100vh;
}
.story-slider .swiper-slide {
  height: 100vh;
}
.story-slider .story-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100vh;
  width: 100%;
  max-width: 100vw;
}
.story-slider .story-image-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100vh;
  width: 100%;
  max-width: 100vw;
  padding: 0;
}
.story-slider .story-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.story-slider .story-iframe-wrapper {
  height: 100vh;
  width: 100%;
  max-width: 100vw;
}
.story-slider .story-iframe {
  pointer-events: none;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.story-slider .story-item-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: white;
}
.story-slider .story-item-title {
  font-size: var(--font-size-prose);
  padding: 1.5em;
  text-transform: lowercase;
  text-align: center;
}

.story-button {
  pointer-events: all;
  position: absolute;
  width: 20%;
  height: 100%;
  border: 0;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.story-button.story-button-prev {
  top: 0;
  left: 0;
}
.story-button.story-button-next {
  top: 0;
  right: 0;
}

.story-pagination {
  width: 100%;
  display: flex;
  gap: 4px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.js-story-pagination-dot {
  position: relative;
  display: block;
  flex: 1 1 auto;
  height: 2px;
}
.js-story-pagination-dot::before, .js-story-pagination-dot::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.js-story-pagination-dot::before {
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0.1;
}
.js-story-pagination-dot::after {
  width: 0;
  height: 100%;
  background-color: white;
  opacity: 1;
}
.js-story-pagination-dot.js-dot-next::after {
  width: 0;
}
.js-story-pagination-dot.js-dot-complete::after {
  width: 100%;
}
.js-story-pagination-dot.js-dot-active::after {
  animation: progress;
  animation-duration: var(--duration, 0ms);
  animation-timing-function: linear;
}

@keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/**
 * Swiper 8.4.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 12, 2022
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

dd-swiper {
  display: block;
}

.nav {
  --nav-link-padding-x: 1em;
  --nav-link-padding-y: .5em;
  --nav-link-color: white;
  --nav-link-hover-color: var(--color-x-ht-brand);
  --nav-link-disabled-color: rgba(255,255,255,0.5);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.table {
  --table-color: currentColor;
  --table-bg: transparent;
  --table-border-color: currentColor;
  --table-padding-x: 1em;
  --table-padding-y: .5em;
  width: 100%;
  color: var(--table-color);
  vertical-align: top;
  border-color: var(--table-border-color);
}
.table > :not(caption) > * > * {
  padding: var(--table-padding-y) var(--table-padding-x);
  background-color: var(--table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--table-accent-bg);
}

.wrapper {
  display: block;
  width: 100%;
  height: 100%;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes pulse {
  0% {
    transform: translateY(-5%);
  }
  50% {
    transform: translateY(5%);
  }
  100% {
    transform: translateY(-5%);
  }
}

@keyframes blitz {
  0% {
    transform-origin: 0 0;
    transform: scaleX(0);
  }
  50% {
    transform: scaleX(1);
    transform-origin: 0 0;
  }
  51% {
    transform-origin: 100% 100%;
  }
  100% {
    transform-origin: 100% 100%;
    transform: scaleX(0);
  }
}

.color-white {
  --color: #FFFFFF;
  color: #FFFFFF;
}
.gap-0 {
  --gap: 0;
  --gap-x: 0;
  --gap-y: 0;
}
.grid {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--gap-y, 1rem) * -1);
  margin-right: calc(var(--gap-x, 1rem) / -2);
  margin-left: calc(var(--gap-x, 1rem) / -2);
}

.grid > [class*=col-] {
  flex: 0 0 auto;
  width: var(--width, auto);
}

.grid > [class*=col-],
.grid > .col {
  margin-top: var(--gap-y, 1rem);
  padding-left: calc(var(--gap-x, 1rem) / 2);
  padding-right: calc(var(--gap-x, 1rem) / 2);
}

.grid-x-center {
  justify-content: center;
}

.grid-x-space-between {
  justify-content: space-between;
}


.grid-x-right {
  justify-content: flex-end;
}

.grid > .col {
  flex: 1 0 0%;
}

.grid > .col-4 {
  --width: 33.3333333333%;
}

.grid > .col-8 {
  --width: 66.6666666667%;
}

.grid > .col-12 {
  --width: 100%;
}

@media (min-width: 576px) {
  .grid > .sm\:col-3 {
    --width: 25%;
  }
  .grid > .sm\:col-4 {
    --width: 33.3333333333%;
  }
  .grid > .sm\:col-6 {
    --width: 50%;
  }
  .grid > .sm\:col-8 {
    --width: 66.6666666667%;
  }
  .grid > .sm\:col-9 {
    --width: 75%;
  }
}
@media (min-width: 768px) {
  .grid > .md\:col-5 {
    --width: 41.6666666667%;
  }
}
@media (min-width: 1440px) {
  .grid > .xl\:col-3 {
    --width: 25%;
  }
}
svg.icon {
  display: block;
  width: var(--size, 1em);
  height: var(--size, 1em);
}
svg.icon *[fill]:not([fill=none]) {
  fill: var(--color, currentColor);
}

svg.icon *[stroke]:not([stroke=none]) {
  stroke: var(--color, currentColor);
}

.my-prose {
  margin-top: 2em;
  margin-bottom: 2em;
}

.pb-default {
  padding-bottom: 4px;
}

@media (min-width: 1180px) {
  .pb-default {
    padding-bottom: 1em;
  }
}

.pb-prose {
  padding-bottom: 2em;
}

.pt-33vh {
  padding-top: 33.3333vh;
}

.pb-33vh {
  padding-bottom: 33.3333vh;
}
/* Margin – xs */
/* Margin – sm */
/* Margin – md */
/* Margin – lg */
/* Margin – xl */
.ratio {
  --frame-ratio: var(--ratio, 0.5625);
  position: relative;
  width: 100%;
  --frame-ratio: var(--ratio-xs, var(--ratio, 0.5625));
}
.ratio::before {
  content: "";
  display: block;
  padding-top: calc(100% / var(--frame-ratio));
}
.ratio * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
@media (min-width: 576px) {
  .ratio {
    --frame-ratio: var(--ratio-sm, var(--ratio, 0.5625));
  }
}
@media (min-width: 768px) {
  .ratio {
    --frame-ratio: var(--ratio-md, var(--ratio, 0.5625));
  }
}
@media (min-width: 1180px) {
  .ratio {
    --frame-ratio: var(--ratio-lg, var(--ratio, 0.5625));
  }
}
@media (min-width: 1440px) {
  .ratio {
    --frame-ratio: var(--ratio-xl, var(--ratio, 0.5625));
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Font Weight – xs */

.fw-bold {
  font-weight: 500;
}

/* Text Align – xs */
.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

@media (min-width: 576px) {
  /* Font Weight – sm */
  /* Text Align – sm */
}
@media (min-width: 768px) {
  /* Font Weight – md */
  /* Text Align – md */
}
@media (min-width: 1180px) {
  /* Font Weight – lg */
  /* Text Align – lg */
}
@media (min-width: 1440px) {
  /* Font Weight – xl */
  /* Text Align – xl */
}
/* Responsive Line Heights */
/* Responsive Font Sizes */

/* Font Families */

/*
  Helpers
 */
