@charset "UTF-8";
/*
! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-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 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-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.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
:root{
  font-size: 16px;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 320px){
  .container{
    max-width: 320px;
  }
}
@media (min-width: 460px){
  .container{
    max-width: 460px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1440px){
  .container{
    max-width: 1440px;
  }
}
@media (min-width: 1680px){
  .container{
    max-width: 1680px;
  }
}
@media (min-width: 1920px){
  .container{
    max-width: 1920px;
  }
}
.container{
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: none;
}
@media (min-width: 460px){
  .container{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 1024px){
  .container{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media (min-width: 1920px){
  .container{
    max-width: 144rem;
  }
}
.fixed{
  position: fixed;
}
.relative{
  position: relative;
}
.top-0{
  top: 0;
}
.left-0{
  left: 0;
}
.bottom-0{
  bottom: 0;
}
.right-0{
  right: 0;
}
.order-2{
  order: 2;
}
.order-1{
  order: 1;
}
.order-3{
  order: 3;
}
.order-5{
  order: 5;
}
.order-6{
  order: 6;
}
.order-4{
  order: 4;
}
.col-span-3{
  grid-column: span 3 / span 3;
}
.col-span-4{
  grid-column: span 4 / span 4;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.col-start-2{
  grid-column-start: 2;
}
.col-start-5{
  grid-column-start: 5;
}
.col-start-11{
  grid-column-start: 11;
}
.row-start-3{
  grid-row-start: 3;
}
.row-start-1{
  grid-row-start: 1;
}
.row-start-2{
  grid-row-start: 2;
}
.row-start-4{
  grid-row-start: 4;
}
.mb-60{
  margin-bottom: 3.75rem;
}
.mb-20{
  margin-bottom: 1.25rem;
}
.mb-36{
  margin-bottom: 2.25rem;
}
.mb-10{
  margin-bottom: 0.625rem;
}
.mb-112{
  margin-bottom: 7rem;
}
.mb-72{
  margin-bottom: 4.5rem;
}
.mb-40{
  margin-bottom: 2.5rem;
}
.mr-auto{
  margin-right: auto;
}
.mr-15{
  margin-right: 0.9375rem;
}
.mb-15{
  margin-bottom: 0.9375rem;
}
.mb-25{
  margin-bottom: 1.5625rem;
}
.mb-120{
  margin-bottom: 7.5rem;
}
.ml-15{
  margin-left: 0.9375rem;
}
.ml-20{
  margin-left: 1.25rem;
}
.ml-10{
  margin-left: 0.625rem;
}
.mb-46{
  margin-bottom: 2.875rem;
}
.mt-10{
  margin-top: 0.625rem;
}
.mt-19{
  margin-top: 1.1875rem;
}
.mb-100{
  margin-bottom: 6.25rem;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.hidden{
  display: none;
}
.h-16{
  height: 1rem;
}
.h-full{
  height: 100%;
}
.max-h-0{
  max-height: 0;
}
.min-h-screen{
  min-height: 100vh;
}
.w-full{
  width: 100%;
}
.w-16{
  width: 1rem;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.cursor-text{
  cursor: text;
}
.flex-col{
  flex-direction: column;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-center{
  justify-content: center;
}
.space-y-80 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(5rem * var(--tw-space-y-reverse));
}
.space-y-16 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-50 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3.125rem * var(--tw-space-y-reverse));
}
.space-y-40 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-y-scroll{
  overflow-y: scroll;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.border-t{
  border-top-width: 1px;
}
.border-t-grey-ui{
  --tw-border-opacity: 1;
  border-top-color: rgb(130 130 130 / var(--tw-border-opacity));
}
.bg-grey-light{
  --tw-bg-opacity: 1;
  background-color: rgb(244 242 239 / var(--tw-bg-opacity));
}
.bg-orange{
  --tw-bg-opacity: 1;
  background-color: rgb(227 96 23 / var(--tw-bg-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 24 / var(--tw-bg-opacity));
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-20{
  padding: 1.25rem;
}
.py-20{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.pb-15{
  padding-bottom: 0.9375rem;
}
.pt-60{
  padding-top: 3.75rem;
}
.pb-25{
  padding-bottom: 1.5625rem;
}
.pb-120{
  padding-bottom: 7.5rem;
}
.pb-160{
  padding-bottom: 10rem;
}
.pt-15{
  padding-top: 0.9375rem;
}
.pt-3{
  padding-top: 0.1875rem;
}
.pt-20{
  padding-top: 1.25rem;
}
.pt-25{
  padding-top: 1.5625rem;
}
.pb-20{
  padding-bottom: 1.25rem;
}
.pb-60{
  padding-bottom: 3.75rem;
}
.pb-88{
  padding-bottom: 5.5rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.uppercase{
  text-transform: uppercase;
}
.text-grey-light{
  --tw-text-opacity: 1;
  color: rgb(244 242 239 / var(--tw-text-opacity));
}
.text-grey-ui{
  --tw-text-opacity: 1;
  color: rgb(130 130 130 / var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(24 24 24 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-500{
  transition-duration: 500ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
body {
  font-family: "LausannePan", sans-serif;
  background-color: #FAFAFA;
  overflow-x: hidden;
}
a {
  text-decoration: none;
  color: currentColor;
}
button {
  background-color: transparent;
  font-size: inherit;
  border: none;
  font-weight: inherit;
  text-transform: inherit;
}
/* WYSIWYG */
.content {
  -webkit-hyphens: auto;
          hyphens: auto;
}
.content > p {
  margin-bottom: 1rem;
}
.content ul {
  margin-bottom: 1rem;
}
.content ul li {
  position: relative;
  padding-left: 1.4rem;
}
.content ul li:before {
  content: "—";
  position: absolute;
  left: 0;
}
.content a {
  text-decoration: underline;
}
img {
  min-width: 100%;
}
.difference, .upcoming-teaser__year:after {
  mix-blend-mode: difference;
}
/* Template background colors */
main {
  background-color: #FAFAFA;
}
.template-home,
.template-about {
  background-color: #181818;
  transition: background-color 0.2s ease-in-out;
}
.template-home main,
.template-about main {
  background-color: #181818;
  transition: background-color 0.3s ease-in-out;
}
.template-home.partner-teaser-active,
.template-about.partner-teaser-active {
  background-color: #F4F2EF;
}
.template-home.partner-teaser-active main,
.template-about.partner-teaser-active main {
  background-color: #F4F2EF;
}
.template-home .page-curtain,
.template-about .page-curtain {
  background-color: #F4F2EF;
}
.partner-teaser-active .template-home {
  background-color: #F4F2EF;
}
.partner-teaser-active .template-home main {
  background-color: #F4F2EF;
}
.page-layout {
  padding-top: 8.4375rem;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .page-layout {
    padding-top: 13.75rem;
  }
}
.flex {
  display: flex;
}
.underlined {
  --bg-height: 1px;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  display: inline-block;
  background: linear-gradient(to right, transparent 0, currentColor 0 100%) no-repeat;
  background-size: 100% var(--bg-height);
  background-position: bottom left;
}
@media (min-width: 1024px) {
  .underlined {
    animation: underline-reverse 0.6s 1 ease;
  }
}
@media (hover: hover) {
  @media (min-width: 1024px) {
    .underlined:hover {
      animation: underline 0.6s 1 ease forwards;
      background-position: bottom right;
    }
  }
}
.underline-hover {
  --bg-height: 1px;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  display: inline-block;
  background: linear-gradient(to right, transparent 0, currentColor 0 100%) no-repeat;
  background-size: 0% var(--bg-height);
  background-position: bottom right;
}
@media (min-width: 1024px) {
  .underline-hover {
    animation: underline 0.6s 1 ease forwards;
  }
}
@media (hover: hover) {
  @media (min-width: 1024px) {
    .underline-hover:hover {
      animation: underline-reverse 0.6s 1 ease forwards;
      background-position: bottom left;
    }
  }
  .cursor {
    --size: 12px;
    position: fixed;
    top: 0;
    left: 0;
    transform: translate3d(calc(100vw * var(--cursor-x) - var(--size) / 2), calc(100vh * var(--cursor-y) - var(--size) / 2), 0);
    pointer-events: none;
    z-index: 999999999;
    mix-blend-mode: difference;
  }
  .cursor:after {
    content: "";
    width: var(--size);
    height: var(--size);
    background: #F4F2EF;
    border-radius: 50%;
    mix-blend-mode: difference;
    position: absolute;
    top: calc(50% - 6px);
    left: calc(50% - 6px);
    transform-origin: center;
    transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
    z-index: -1;
  }
  .cursor--big:after {
    transform: scale(10);
  }
  .cursor--medium:after {
    transform: scale(1.5);
  }
  .cursor-text {
    --size: 12px;
    color: #F4F2EF;
    mix-blend-mode: difference;
  }
  @media (min-width: 1024px) {
    .cursor-text {
      position: fixed;
      top: 0;
      left: 0;
      pointer-events: none;
      z-index: 999999999;
      transform: translate3d(calc(100vw * var(--cursor-text-x) - var(--size) / 2 + 20px), calc(100vh * var(--cursor-text-y) - var(--size) / 2), 0);
    }
  }
}
.page-curtain {
  z-index: 50;
  transform: translateY(100%);
  background-color: #dedede;
  transition: background-color 1s ease-in-out;
  mix-blend-mode: difference;
}
@keyframes underline {
  0% {
    background-size: 100% var(--bg-height);
  }
  100% {
    background-size: 0% var(--bg-height);
  }
}
@keyframes underline-reverse {
  0% {
    background-size: 0% var(--bg-height);
  }
  100% {
    background-size: 100% var(--bg-height);
  }
}
#CybotCookiebotDialog {
  border-radius: 0px !important;
  background-color: #F4F2EF !important;
}
#CybotCookiebotDialog > * {
  font-family: "LausannePan", sans-serif !important;
  font-style: normal;
  font-weight: 300 !important;
  font-size: 1rem !important;
  line-height: 110% !important;
  letter-spacing: -0.01em !important;
}
@media (min-width: 1024px) {
  #CybotCookiebotDialog > * {
    font-size: 1.125rem !important;
  }
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyContent {
  letter-spacing: -0.01em !important;
}
#CybotCookiebotDialog h2 {
  text-transform: uppercase;
}
#CybotCookiebotDialogHeader {
  display: none !important;
}
.CybotCookiebotDialogContentWrapper {
  background-color: #F4F2EF !important;
  color: #181818 !important;
}
#CybotCookiebotDialogBodyButtonAccept {
  background-color: #181818 !important;
  border-color: #181818 !important;
  margin-bottom: 0 !important;
}
#CybotCookiebotDialogBodyButtonDecline {
  border-color: #181818 !important;
  margin-bottom: 0 !important;
  margin-right: 0.5em !important;
}
#CybotCookiebotDialogBodyButtonsWrapper {
  display: flex !important;
  flex-direction: row !important;
}
.CybotCookiebotDialogBodyBottomWrapper {
  margin-top: 0 !important;
  padding-left: 0 !important;
}
#CybotCookiebotDialogTabContent {
  margin-left: 0 !important;
}
#CybotCookiebotDialogBodyEdgeMoreDetailsLink {
  color: #181818 !important;
  text-decoration: underline !important;
}
#CybotCookiebotDialogBodyEdgeMoreDetailsLink:after {
  display: none !important;
}
.CybotCookiebotScrollContainer {
  padding: 0 !important;
}
#CybotCookiebotDialogPoweredByText {
  display: none;
}
#CybotCookiebotDialog .CybotExternalLinkArrow {
  min-width: 0 !important;
}
@font-face {
  font-family: "LausannePan";
  src: url(/fonts/TWKLausannePan-300.woff2?bee8a7b86db70a47b84e73bc779f6a4c) format("woff2"), url(/fonts/TWKLausannePan-300.woff?c8bda55537a08c7839cb6c4e37f70ed9) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Telegraph";
  src: url(/fonts/PPTelegraf-Regular.woff2?87e7152e32d658152d05afc9253dd67b) format("woff2"), url(/fonts/PPTelegraf-Regular.woff?04820c3b5188e92b0f512db02892d5db) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.h1 {
  font-family: "Telegraph", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 11.5vw;
  line-height: 85%;
  letter-spacing: -0.02em;
}
@media (min-width: 1024px) {
  .h1--small {
    font-size: 8vw;
  }
}
.h2 {
  font-family: "Telegraph", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: -0.01em;
}
@media (min-width: 1024px) {
  .h2 {
    font-size: 3.75rem;
  }
}
.p--large {
  font-family: "LausannePan", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  line-height: 110%;
}
@media (min-width: 1024px) {
  .p--large {
    font-size: 1.125rem;
  }
}
.p--large-wide {
  line-height: 125%;
}
.p--default {
  font-family: "LausannePan", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  line-height: 115%;
  letter-spacing: -0.01em;
}
.p--small {
  font-family: "LausannePan", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 115%;
  letter-spacing: -0.01em;
}
.overhead {
  font-family: "Telegraph";
  font-style: normal;
  font-weight: 400;
  font-size: 0.9375rem;
  letter-spacing: -0.01em;
}
@media (min-width: 1024px) {
  .overhead {
    font-size: 1.5625rem;
  }
}
.overhead--small {
  font-family: "LausannePan", sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 90%;
  letter-spacing: -0.02em;
}
@media (min-width: 1024px) {
  .overhead--small {
    font-size: 1rem;
  }
}
.display {
  font-family: "Telegraph";
  font-style: normal;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 98%;
}
@media (min-width: 1024px) {
  .display {
    font-size: 6.25rem;
  }
}
.grid-page {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -moz-column-gap: 0.9375rem;
       column-gap: 0.9375rem;
}
@media (min-width: 1024px) {
  .grid-page {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
}
.grid-col-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: repeat(12, minmax(0, 1fr));
  -moz-column-gap: 0.9375rem;
       column-gap: 0.9375rem;
  row-gap: 0.9375rem;
}
@media (min-width: 1024px) {
  .grid-col-row {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    row-gap: 1.25rem;
  }
}
.template-error main {
  animation: animate-bg 6.5s cubic-bezier(0.45, 0.02, 0.09, 0.98) 0s infinite normal none running;
}
.error__description {
  padding-top: 8.4375rem;
}
@media (min-width: 1024px) {
  .error__description {
    padding-top: 220px;
  }
}
@keyframes animate-bg {
  0% {
    background-color: #FAFAFA;
  }
  50% {
    background-color: #181818;
  }
  100% {
    background-color: #FAFAFA;
  }
}
nav {
  z-index: 99;
  display: flex;
}
@media (min-width: 1024px) {
nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -moz-column-gap: 0.9375rem;
       column-gap: 0.9375rem;
}
@media (min-width: 1024px) {
  nav {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
}
}
.template-about nav .About {
  --bg-height: 1px;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  display: inline-block;
  background: linear-gradient(to right, transparent 0, currentColor 0 100%) no-repeat;
  background-size: 100% var(--bg-height);
  background-position: bottom left;
}
@media (min-width: 1024px) {
  .template-about nav .About {
    animation: underline-reverse 0.6s 1 ease;
  }
}
@media (hover: hover) {
  @media (min-width: 1024px) {
    .template-about nav .About:hover {
      animation: underline 0.6s 1 ease forwards;
      background-position: bottom right;
    }
  }
}
footer {
  background-color: #181818;
  color: #F4F2EF;
  position: fixed;
  bottom: 0;
  z-index: -1;
}
footer.footer-home, footer.footer-about {
  background-color: #F4F2EF;
  color: #181818;
}
footer sup {
  font-size: 50% !important;
  top: -0.75em !important;
}
@media (min-width: 1024px) {
footer .footer__legal-wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -moz-column-gap: 0.9375rem;
       column-gap: 0.9375rem;
}
@media (min-width: 1024px) {
  footer .footer__legal-wrapper {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
}
}
.footer-spacer {
  z-index: -1;
}
.hero-home__title, .hero-home__scroll-wrapper {
  grid-area: 1/1/span 1/span 12;
}
.hero-home__title {
  z-index: 0;
  height: 100vh;
  vertical-align: baseline;
  display: flex;
  align-items: flex-end;
  top: 0;
  position: sticky;
}
.hero-home__description {
  height: 100vh;
  padding-top: 8.4375rem;
  padding-bottom: 50vh;
}
@media (min-width: 1024px) {
  .hero-home__description {
    padding-top: 220px;
  }
}
.project-teaser__item:nth-child(even) .project-teaser__image{
  grid-column-start: 2;
}
@media (min-width: 1024px) {
  .project-teaser__item:nth-child(even) .project-teaser__image{
    grid-column: span 5 / span 5;
  }
}
.project-teaser__item:nth-child(even) .project-teaser__title{
  grid-column-start: 2;
}
@media (min-width: 1024px) {
  .project-teaser__item:nth-child(odd) .project-teaser__image{
    grid-column: span 6 / span 6;
  }
  .project-teaser__item:nth-child(1) .project-teaser__image{
    grid-column-start: 2;
    margin-bottom: 5.9375rem;
  }
  .project-teaser__item:nth-child(2) .project-teaser__image{
    grid-column-start: 7;
    margin-bottom: 4.375rem;
  }
  .project-teaser__item:nth-child(4) .project-teaser__image{
    grid-column-start: 8;
    margin-bottom: 6.25rem;
  }
  .project-teaser__item:nth-child(5) .project-teaser__image{
    grid-column-start: 3;
  }
}
.project-teaser__item iframe,
.project-teaser__item video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 112%;
  min-height: 115%;
  transform: translate(-50%, -50%);
}
.project-teaser__item:hover .project-teaser__title {
  opacity: 1;
}
@media (min-width: 1024px) {
  .project-teaser__title {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }
}
.two-images__container:first-of-type {
  margin-right: 0.4375rem;
}
@media (min-width: 1024px) {
  .two-images__container:first-of-type {
    margin-right: 0.625rem;
  }
}
.two-images__container:last-of-type {
  margin-left: 0.4375rem;
}
@media (min-width: 1024px) {
  .two-images__container:last-of-type {
    margin-left: 0.625rem;
  }
}
.project-hero__desc p:not(:last-child){
  margin-bottom: 1.5625rem;
}
.project-hero__info {
  transition: max-height 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.index {
  top: 100%;
  z-index: 100;
  transition: all 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.index.open, .index.page-transition {
  top: 0;
}
.index__header{
  justify-content: space-between;
  display: flex;
}
@media (min-width: 1024px) {
.index__header {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -moz-column-gap: 0.9375rem;
       column-gap: 0.9375rem;
}
@media (min-width: 1024px) {
  .index__header {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
}
}
.index__headline{
  justify-content: space-between;
  display: flex;
}
.index__headline-item {
  opacity: 0.4;
}
.index__headline-item.active {
  opacity: 1;
}
@media (min-width: 1024px) {
.index__headline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -moz-column-gap: 0.9375rem;
       column-gap: 0.9375rem;
}
@media (min-width: 1024px) {
  .index__headline {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
}
  .index__headline-item {
    opacity: 1;
  }
}
.index__body--list .card__image {
  width: 10.0625rem;
  margin-top: 1.25rem;
  margin-left: 3.5rem;
}
.index__body--list .card__image:not(.highlight){
  display: none;
}
.index__body--list .card__link {
  margin-left: 3.5rem;
}
@media (min-width: 1024px) {
  .index__body--list .card {
    padding-right: 1.25rem;
  }
}
.index__body--grid .card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .index__body--grid .card {
    margin-bottom: 0;
    height: 26.25rem;
    padding-bottom: 4.375rem;
  }
}
.index__body--grid .card__info {
  width: 80%;
  order: 2;
  padding-top: 15px;
}
.index__body--grid .card__link {
  order: 3;
  height: -moz-fit-content;
  height: fit-content;
  padding-top: 15px;
}
.index__body--grid .card__image {
  width: 100%;
  order: 1;
}
.index__body-col {
  grid-area: 2/1/span 1/span 4;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .index__body-col {
    opacity: 1;
    grid-area: unset;
    max-height: none;
  }
}
.index__body-col.active {
  opacity: 1;
  max-height: none;
}
.video {
  aspect-ratio: 16/9;
}
.video iframe,
.video video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  cursor: none;
}
.partner-teaser__container:nth-child(even) .odd {
  display: none;
}
.partner-teaser__container:nth-child(odd) .even {
  display: none;
}
.partner-teaser .teaser-item {
  margin-right: 1.25rem;
}
.partner-teaser svg {
  width: 1.8125rem;
  height: 1.8125rem;
}
@media (min-width: 1024px) {
  .partner-teaser svg {
    width: 4.5rem;
    height: 4.5rem;
  }
}
.upcoming-teaser {
  min-height: 100vh;
}
.upcoming-teaser__border {
  height: 1px;
  display: block;
  z-index: 1;
  position: relative;
}
.upcoming-teaser__year {
  position: relative;
  z-index: 1;
}
.upcoming-teaser__year:after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #F4F2EF;
  display: inline-block;
  position: absolute;
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 10px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 99;
}
@media (min-width: 1024px) {
  .upcoming-teaser__year:after {
    left: auto;
    right: 1.5rem;
  }
}
.upcoming-teaser__title, .upcoming-teaser__artist {
  z-index: 1;
  position: relative;
}
.upcoming-teaser__location {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
@media (min-width: 1024px) {
  .upcoming-teaser__location {
    max-height: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 1;
    position: relative;
  }
}
.upcoming-teaser__image {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
@media (min-width: 1024px) {
  .upcoming-teaser__image {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out;
    max-height: none;
    left: 0;
    top: 0;
    z-index: 0;
  }
}
.upcoming-teaser__image picture {
  display: block;
  padding-top: 1rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 1024px) {
  .upcoming-teaser__image picture {
    padding: 0;
    display: inline;
  }
}
@media (hover: hover) {
  .upcoming-teaser__item:hover .upcoming-teaser__location,
  .upcoming-teaser__item:hover .upcoming-teaser__image {
    opacity: 1;
    visibility: visible;
  }
  .upcoming-teaser__item:hover .upcoming-teaser__year:after {
    opacity: 1;
  }
  @media (min-width: 1024px) {
    .upcoming-teaser__item:nth-child(2) .upcoming-teaser__image, .upcoming-teaser__item:nth-child(5) .upcoming-teaser__image {
      left: auto;
      right: 1.875rem;
      width: 60%;
    }
    .upcoming-teaser__item:nth-child(3) .upcoming-teaser__image {
      top: auto;
      bottom: 0;
      width: 60%;
    }
  }
}
.upcoming-teaser__item.active .upcoming-teaser__image {
  max-height: 18.75rem;
}
@media (min-width: 768px) {
  .upcoming-teaser__item.active .upcoming-teaser__image {
    max-height: calc((100vw - 6rem) / 8 * 6);
  }
}
.upcoming-teaser__item.active .upcoming-teaser__location {
  max-height: 2rem;
}
.upcoming-teaser__item.active .upcoming-teaser__year:after {
  opacity: 1;
  left: 1.5rem;
}
@media (min-width: 768px) {
  .upcoming-teaser__item.active .upcoming-teaser__year:after {
    left: auto;
    right: 3rem;
  }
}
.about__infos {
  grid-area: 1/1/span 1/span 12;
  z-index: 1;
}
.about__images {
  grid-area: 1/1/span 1/span 12;
}
.about__images-first {
  grid-area: 3/1/span 6/span 3;
  opacity: 0;
  animation: opacity 4s ease forwards 10 0.4s;
  z-index: 0;
}
@media (min-width: 1024px) {
  .about__images-first {
    grid-area: 3/1/span 6/span 6;
  }
}
.about__images-second {
  grid-area: 4/2/span 4/span 3;
  opacity: 0;
  animation: opacity 4s ease forwards 10 0.8s;
  z-index: 0;
}
@media (min-width: 1024px) {
  .about__images-second {
    grid-area: 4/4/span 8/span 4;
  }
}
.about__images-third {
  grid-area: 7/1/span 3/span 4;
  opacity: 0;
  animation: opacity 4s ease forwards 10;
  z-index: 0;
}
@media (min-width: 1024px) {
  .about__images-third {
    grid-area: 6/6/span 6/span 6;
  }
}
.about__images-fourth {
  grid-area: 9/2/span 3/span 3;
  opacity: 0;
  animation: opacity 4s ease forwards 10 1.2s;
  z-index: 0;
}
@media (min-width: 1024px) {
  .about__images-fourth {
    grid-area: 2/9/span 5/span 4;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.hover\:scale-105:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (min-width: 1024px){
  .lg\:order-2{
    order: 2;
  }
  .lg\:order-3{
    order: 3;
  }
  .lg\:order-4{
    order: 4;
  }
  .lg\:order-5{
    order: 5;
  }
  .lg\:order-6{
    order: 6;
  }
  .lg\:col-span-10{
    grid-column: span 10 / span 10;
  }
  .lg\:col-span-12{
    grid-column: span 12 / span 12;
  }
  .lg\:col-span-6{
    grid-column: span 6 / span 6;
  }
  .lg\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .lg\:col-span-8{
    grid-column: span 8 / span 8;
  }
  .lg\:col-span-7{
    grid-column: span 7 / span 7;
  }
  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .lg\:col-span-5{
    grid-column: span 5 / span 5;
  }
  .lg\:col-start-5{
    grid-column-start: 5;
  }
  .lg\:col-start-9{
    grid-column-start: 9;
  }
  .lg\:col-start-11{
    grid-column-start: 11;
  }
  .lg\:col-start-12{
    grid-column-start: 12;
  }
  .lg\:col-start-8{
    grid-column-start: 8;
  }
  .lg\:mb-100{
    margin-bottom: 6.25rem;
  }
  .lg\:mb-36{
    margin-bottom: 2.25rem;
  }
  .lg\:mb-15{
    margin-bottom: 0.9375rem;
  }
  .lg\:mb-60{
    margin-bottom: 3.75rem;
  }
  .lg\:mb-120{
    margin-bottom: 7.5rem;
  }
  .lg\:mb-0{
    margin-bottom: 0;
  }
  .lg\:mr-0{
    margin-right: 0;
  }
  .lg\:mb-20{
    margin-bottom: 1.25rem;
  }
  .lg\:mb-304{
    margin-bottom: 19rem;
  }
  .lg\:mb-136{
    margin-bottom: 8.5rem;
  }
  .lg\:mb-48{
    margin-bottom: 3rem;
  }
  .lg\:mb-46{
    margin-bottom: 2.875rem;
  }
  .lg\:mr-15{
    margin-right: 0.9375rem;
  }
  .lg\:ml-0{
    margin-left: 0;
  }
  .lg\:ml-20{
    margin-left: 1.25rem;
  }
  .lg\:mb-160{
    margin-bottom: 10rem;
  }
  .lg\:mb-25{
    margin-bottom: 1.5625rem;
  }
  .lg\:mt-0{
    margin-top: 0;
  }
  .lg\:block{
    display: block;
  }
  .lg\:inline-block{
    display: inline-block;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:max-h-screen{
    max-height: 100vh;
  }
  .lg\:justify-between{
    justify-content: space-between;
  }
  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0 * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0 * var(--tw-space-y-reverse));
  }
  .lg\:py-30{
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .lg\:pb-20{
    padding-bottom: 1.25rem;
  }
  .lg\:pb-30{
    padding-bottom: 1.875rem;
  }
  .lg\:pt-36{
    padding-top: 2.25rem;
  }
  .lg\:pb-168{
    padding-bottom: 10.5rem;
  }
  .lg\:pt-54{
    padding-top: 3.375rem;
  }
  .lg\:pb-100{
    padding-bottom: 6.25rem;
  }
  .lg\:pb-128{
    padding-bottom: 8rem;
  }
  .lg\:pt-60{
    padding-top: 3.75rem;
  }
  .lg\:text-left{
    text-align: left;
  }
  .lg\:text-right{
    text-align: right;
  }
  .lg\:opacity-40{
    opacity: 0.4;
  }
}
