@charset "UTF-8";
/*
  ICI
  Copyright (C) 2022 by Systemantics, Bureau for Informatics

  Systemantics GmbH
  Hausbroicher Str. 218
  47877 Willich
  GERMANY

  Web:    www.systemantics.net
  Email:  hello@systemantics.net

  Permission granted to use the files associated with this
  website only on your webserver.

  Changes to these files are PROHIBITED due to license restrictions.
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Clearfix hack by http://nicolasgallagher.com/micro-clearfix-hack/ */
@font-face {
  font-family: "Px Grotesk";
  src: url("../webfonts/Px-Grotesk-Regular.woff2") format("woff2"), url("../webfonts/Px-Grotesk-Regular.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Px Grotesk";
  src: url("../webfonts/Px-Grotesk-Italic.woff2") format("woff2"), url("../webfonts/Px-Grotesk-Italic.woff") format("woff");
  font-style: italic;
  font-weight: normal;
}
@font-face {
  font-family: "Px Grotesk";
  src: url("../webfonts/Px-Grotesk-Bold.woff2") format("woff2"), url("../webfonts/Px-Grotesk-Bold.woff") format("woff");
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: "Px Grotesk";
  src: url("../webfonts/Px-Grotesk-Bold-Italic.woff2") format("woff2"), url("../webfonts/Px-Grotesk-Bold-Italic.woff") format("woff");
  font-style: italic;
  font-weight: bold;
}
/* Styles */
body,
input {
  font: normal 20px/25px "Px Grotesk", Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 1024px) {
  body,
input {
    font-size: 16px;
    line-height: 20px;
  }
}

img {
  display: block;
}

a {
  text-decoration: none;
  color: #000;
}

em {
  font-style: italic;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-y: scroll;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  background-color: #F1F1F1;
}

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

body {
  position: relative;
}

strong {
  font-weight: bold;
}

.clickable-block {
  cursor: pointer;
  user-select: none;
}

.lazyimage {
  height: 100%;
  width: 100%;
  object-fit: contain;
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
}

:root {
  --space-left: 100px;
  --space-right: 100px;
  --space-left-short: 30px;
  --space-right-short: 30px;
  --screenheight: 100vh;
}

@media screen and (max-width: 1024px) {
  :root {
    --space-left: 16px;
    --space-right: 16px;
    --space-left-short: 16px;
    --space-right-short: 16px;
  }
}
.change-transition {
  transition: opacity 300ms;
  opacity: 1;
}

.change-transition--hide {
  opacity: 0;
}

* + .wrap-exhibitions,
* + .wrap-learning,
* + .wrap-collaborators,
* + .wrap-products {
  margin-top: 66px;
}

.page--fixed {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.header {
  transition: transform 500ms;
  transform: translateY(0);
  background-color: #F1F1F1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
}

.header--hide {
  transform: translateY(-100%);
}

.header__inner {
  padding-top: 21px;
  padding-bottom: 17px;
  padding-left: var(--space-left-short);
  padding-right: var(--space-right-short);
  position: relative;
}

.header__main {
  -webkit-display: flex;
  display: flex;
}

.header__main-left {
  justify-content: space-between;
  -webkit-display: flex;
  display: flex;
  width: 50%;
}

.header-logo {
  position: absolute;
  top: 20px;
  right: var(--space-right-short);
  width: 92px;
}
.header-logo img {
  width: 100%;
}

.header-menu {
  letter-spacing: 0.02em;
}
.no-touch .header-menu a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

.header-menu--main {
  text-transform: uppercase;
}

.header-menu__links + .header-menu__links {
  margin-left: 85px;
}

.header__main-right {
  width: 50%;
}

.header-text {
  font: normal 15px/18px "Px Grotesk", Helvetica, Arial, sans-serif;
  letter-spacing: 0.03em;
  margin-left: 100px;
  width: 344px;
}
@media screen and (max-width: 1024px) {
  .header-text {
    font-size: 13px;
    line-height: 19px;
  }
}

.header-center__buttons {
  -webkit-display: flex;
  display: flex;
}
.header-center__buttons * + .button {
  margin-left: 17px;
}

.donate-form {
  height: 30px;
}
.donate-form img {
  position: absolute;
  opacity: 0;
}

.button--form {
  background-color: transparent;
  height: 30px;
}

.header-search {
  margin-top: 14px;
  width: 212px;
}

.header-search__form {
  position: relative;
}

.header-search__input {
  background-color: transparent;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #000;
  width: 100%;
}
.header-search__input:focus {
  outline: none;
}

.header-search__button {
  cursor: pointer;
  user-select: none;
  border: 0;
  background-color: transparent;
  margin: 0;
  padding: 0;
  background-image: url("../elements/ici_search.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 4px;
  height: 13px;
  width: 13px;
}

.header--large .header__top {
  position: relative;
  overflow: hidden;
}
.header--large .header__top-text {
  font-size: 54px;
  line-height: 1.037;
  padding-bottom: 40px;
  transform-origin: 0 0;
}
.header--large .header__top-text--placeholder {
  opacity: 0;
  visibility: hidden;
}
.header--large .header__top-text--visibile {
  position: absolute;
  top: 0;
  width: 100%;
}
.header--large .header__main {
  position: relative;
}
.header--large .header__main-left {
  width: 70%;
}
.header--large .header-menu {
  font-size: 36px;
  line-height: 1.0555;
}
.header--large .header-search {
  margin-top: 51px;
  width: 340px;
}
.header--large .header-search__button {
  top: -9px;
  height: 21px;
  width: 21px;
}
.header--large .header__main-right {
  position: absolute;
  right: 0;
  width: 40%;
}
.header--large .header-text {
  opacity: 0;
}
.header--large .header-logo {
  top: -1px;
  right: 0;
  width: 140px;
}

.header--force-hide {
  display: none;
}

.button {
  transition: background 1ms, color 1ms;
  cursor: pointer;
  user-select: none;
  font: bold 13px/17px "Px Grotesk", Helvetica, Arial, sans-serif;
  color: #000;
  letter-spacing: 0.05em;
  display: inline-block;
  border: 1px solid #000;
  border-radius: 6px;
  text-transform: uppercase;
  padding: 5px 12px;
  margin: 0;
}
.no-touch .button:hover {
  background-color: #000;
  color: #F1F1F1;
}

.button--more {
  font-weight: normal;
  padding: 11px 17px;
}

.button--invert {
  background-color: #000;
  color: #F1F1F1;
}
.no-touch .button--invert:hover {
  border-color: #3ec96d;
  background-color: #3ec96d;
  color: #000;
}

.main {
  padding-top: 173px;
}

.module .module__inner {
  padding-left: var(--space-left);
  padding-right: var(--space-right);
}

.time-bubble {
  cursor: pointer;
  user-select: none;
  transition: border 1ms;
  font: bold 13px/17px "Px Grotesk", Helvetica, Arial, sans-serif;
  font-feature-settings: "tnum";
  text-transform: uppercase;
  border: 1px solid #000;
  letter-spacing: 0.05em;
  border-radius: 18px;
  display: inline-block;
  padding: 5px 9px 6px;
}
.no-touch .time-bubble:hover {
  border-color: #3ec96d;
}

.footer {
  margin-top: 200px;
}

.footer__inner {
  padding-left: var(--space-left-short);
  padding-right: var(--space-right-short);
  padding-bottom: 20px;
}

.footer__columns {
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-display: flex;
  display: flex;
  width: 50%;
}
.no-touch .footer__columns a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

.module--header .module__inner {
  padding-left: var(--space-left-short);
  padding-right: var(--space-right-short);
}

.module__header {
  gap: 4.2798%;
  -webkit-display: flex;
  display: flex;
}

.module__header-column {
  width: 100%;
}

.module__header-title {
  font: normal 74px/70px "Px Grotesk", Helvetica, Arial, sans-serif;
}

.module__header-filter {
  flex-wrap: wrap;
  -webkit-display: flex;
  display: flex;
  margin-top: 21px;
  padding-left: 5px;
}

.module__header-filter-item {
  font: normal 20px/25px "Px Grotesk", Helvetica, Arial, sans-serif;
  cursor: pointer;
  user-select: none;
  margin-right: 15px;
}
@media screen and (max-width: 1024px) {
  .module__header-filter-item {
    font-size: 16px;
    line-height: 20px;
  }
}
.no-touch .module__header-filter-item:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}

.module__header-filter-item--selected {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}

.module__header-intro {
  font: normal 28px/30px "Px Grotesk", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01em;
  margin-top: 37px;
}
@media screen and (max-width: 1024px) {
  .module__header-intro {
    font-size: 30px;
    line-height: 32px;
  }
}
.module__header-filter + .module__header-intro {
  margin-top: 27px;
}

.module__header-intro--large {
  font: normal 36px/38px "Px Grotesk", Helvetica, Arial, sans-serif;
}

.module-image--video-icon .module-image__image:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.module-image__video-icon {
  background-image: url("../elements/icon_overlay_play.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  transform: translate(-50%, -50%);
  position: absolute;
  pointer-events: none;
  top: 50%;
  left: 50%;
  height: 72px;
  width: 72px;
  z-index: 10;
}

.module-image__caption {
  font: bold 11px/14px "Px Grotesk", Helvetica, Arial, sans-serif;
  display: inline-block;
  margin-top: 14px;
}
@media screen and (max-width: 1024px) {
  .module-image__caption {
    font-size: 13px;
    line-height: 19px;
  }
}

.module-image--header .module-image__caption {
  font: bold 11px/14px "Px Grotesk", Helvetica, Arial, sans-serif;
  margin-top: 19px;
}
@media screen and (max-width: 1024px) {
  .module-image--header .module-image__caption {
    font-size: 13px;
    line-height: 19px;
  }
}

.module-image--align-bottom-left .module-image__image {
  bottom: 0;
  left: 0;
}

.module-image--align-top-right .module-image__image {
  top: 0;
  right: 0;
}

.module-image--fit-in-height .module-image__image {
  height: 100%;
}
.module-image--fit-in-height .module-image__image .lazyimage {
  height: 100%;
  width: auto;
  object-fit: unset;
}

.module-image--fit-in-width .module-image__image {
  width: 100%;
}

.module-image__container {
  position: relative;
}
.module-image__container:after {
  content: "";
  padding-bottom: 75%;
  display: block;
}

.module-image__image {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  position: absolute;
}

.module-image--inline.module-image--fit-in-width .module-image__container:after {
  content: none;
}

* + .module--explore {
  margin-top: 66px;
}

.module__explore-top {
  font: normal 28px/30px "Px Grotesk", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01em;
  -webkit-display: flex;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .module__explore-top {
    font-size: 30px;
    line-height: 32px;
  }
}

.module__explore-filter {
  flex-wrap: wrap;
  -webkit-display: flex;
  display: flex;
  width: 47.5836431227%;
}

.module__explore-filter-values {
  flex-wrap: wrap;
  -webkit-display: flex;
  display: flex;
  margin-left: 10px;
  position: relative;
}

.module__explore-filter-selected {
  border-bottom: 1px solid #000;
  width: 150px;
}
.module__explore-filter-selected:after {
  content: "";
  background-image: url("../elements/ici_down_arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 5px;
  height: 18px;
  width: 14px;
}

.module__explore-filter-select {
  cursor: pointer;
  user-select: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
}

.module__explore-title {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-left: 52.4163568773%;
}
* + .module__explore-title {
  margin-left: 4.8327137546%;
}

.module__explore-items {
  flex-wrap: wrap;
  gap: 4.8327137546%;
  -webkit-display: flex;
  display: flex;
  margin-bottom: -64px;
}
* + .module__explore-items {
  margin-top: 70px;
}

.explore-item--size-large {
  width: 47.5836431227%;
}

.explore-item--size-small {
  width: 30.1115241636%;
}
.explore-item--size-small .explore-item__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.explore-item--initiative .explore-item__title {
  font: normal 36px/38px "Px Grotesk", Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 1024px) {
  .explore-item--initiative .explore-item__title {
    font-size: 20px;
    line-height: 24px;
  }
}

.explore-item {
  margin-bottom: 64px;
}
.explore-item .time-bubble {
  margin-top: 14px;
}
.explore-item .explore-item__cities {
  margin-top: 14px;
}
.explore-item .explore-item__cities .time-bubble {
  margin-top: 0;
}

.explore-item__type {
  transition: color 1ms;
  font: bold 13px/17px "Px Grotesk", Helvetica, Arial, sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
* + .explore-item__type {
  margin-top: 22px;
}
.no-touch .explore-item__type a:hover {
  color: #3ec96d;
}

.explore-item__title {
  font: normal 28px/30px "Px Grotesk", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1024px) {
  .explore-item__title {
    font-size: 30px;
    line-height: 32px;
  }
}
* + .explore-item__title {
  margin-top: 12px;
}
.no-touch .explore-item__title a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

.explore-item__date {
  font: normal 20px/25px "Px Grotesk", Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 1024px) {
  .explore-item__date {
    font-size: 16px;
    line-height: 20px;
  }
}

.module__explore-more {
  text-align: center;
  margin-top: 164px;
}

.playlist-item__cities,
.explore-item__cities {
  flex-wrap: wrap;
  -webkit-display: flex;
  display: flex;
  margin-bottom: -10px;
  position: relative;
  max-height: 80px;
  overflow: hidden;
}
.playlist-item__cities .time-bubble,
.explore-item__cities .time-bubble {
  margin-right: 10px;
  margin-bottom: 10px;
}

.playlist-item__cities {
  margin-top: 14px;
}

.explore-item__cities--limit:after {
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #f1f1f1 84%, #f1f1f1 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
  height: 65px;
  width: 100%;
}

* + .module--playlist {
  margin-top: 66px;
}

.module__playlist-top {
  margin-bottom: 70px;
}

.module__playlist-title {
  font: normal 28px/30px "Px Grotesk", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-left: 52.4163568773%;
}
@media screen and (max-width: 1024px) {
  .module__playlist-title {
    font-size: 30px;
    line-height: 32px;
  }
}

.module__playlist-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 4.83271%;
}

.playlist-item {
  -webkit-display: flex;
  display: flex;
  border-bottom: 1px solid #000;
  padding-top: 15px;
  padding-bottom: 15px;
}
.playlist-item:nth-child(-n+2) {
  padding-top: 0;
}

.playlist-item--featured {
  flex-direction: column-reverse;
  grid-row-end: span 4;
  align-self: flex-start;
}
.playlist-item--featured .playlist-item__content {
  width: 100%;
}
.playlist-item--featured .playlist-item__image {
  margin-bottom: 22px;
  margin-left: 0;
  width: 100%;
}

.overview-item__content,
.playlist-item__content,
.related-item__content {
  width: 58%;
}

.playlist-item--initiative .playlist-item__title {
  font: normal 36px/38px "Px Grotesk", Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 1024px) {
  .playlist-item--initiative .playlist-item__title {
    font-size: 20px;
    line-height: 24px;
  }
}

.playlist-item__type {
  font: bold 13px/17px "Px Grotesk", Helvetica, Arial, sans-serif;
  transition: color 1ms;
  text-transform: uppercase;
  margin-bottom: 11px;
}
.no-touch .playlist-item__type a:hover {
  color: #3ec96d;
}

.playlist-item__title {
  font: normal 28px/30px "Px Grotesk", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1024px) {
  .playlist-item__title {
    font-size: 30px;
    line-height: 32px;
  }
}
.no-touch .playlist-item__title a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

.extern-arrow {
  background-image: url("../elements/ICI-Website-Update-Sketches-External-Link.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  width: 0.7em;
  height: 0.65em;
}

.playlist-item__date {
  font: normal 20px/25px "Px Grotesk", Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 1024px) {
  .playlist-item__date {
    font-size: 16px;
    line-height: 20px;
  }
}

.overview-item__image,
.playlist-item__image,
.related-item__image {
  margin-left: 4%;
  width: 38%;
}

* + .module--newsletter {
  margin-top: 133px;
}

.module__newsletter {
  margin-left: 52.4163568773%;
  margin-right: 40px;
}

.module__newsletter-text {
  font: normal 15px/18px "Px Grotesk", Helvetica, Arial, sans-serif;
  margin-bottom: 11px;
}
@media screen and (max-width: 1024px) {
  .module__newsletter-text {
    font-size: 13px;
    line-height: 19px;
  }
}

.module__newsletter-card {
  background-color: #EC473D;
  border-radius: 12px;
  text-align: center;
  padding: 70px 0;
}

.module__newsletter-card-button {
  transition: border 1ms, background 1ms, color 1ms;
  font: normal 24px/24px "Px Grotesk", Helvetica, Arial, sans-serif;
  letter-spacing: 0.05em;
  border: 1px solid #000;
  border-radius: 12px;
  display: inline-block;
  text-transform: uppercase;
  padding: 23px 23px 24px;
}
@media screen and (max-width: 1024px) {
  .module__newsletter-card-button {
    font-size: 13px;
    line-height: 13px;
  }
}
.no-touch .module__newsletter-card-button:hover {
  border-color: #F1F1F1;
  background-color: #F1F1F1;
  color: #000;
}

* + .module--overview {
  margin-top: 80px;
}

.module__overview-items {
  display: grid;
  grid-template-columns: repeat(6, 12.6394052045%);
  grid-column-gap: 4.8327137546%;
}

.overview-item {
  grid-column: span 3;
  -webkit-display: flex;
  display: flex;
  border-bottom: 1px solid #000;
  padding-top: 34px;
  padding-bottom: 33px;
}
.overview-item:nth-child(-n+2) {
  padding-top: 0;
}

.overview-item--featured {
  flex-direction: column-reverse;
}
.overview-item--featured .overview-item__content {
  margin-bottom: auto;
  width: 100%;
}
.overview-item--featured .overview-item__image {
  margin-bottom: 40px;
  margin-left: 0;
  width: 100%;
}

.overview-item__title {
  font: normal 40px/42px "Px Grotesk", Helvetica, Arial, sans-serif;
  letter-spacing: 0.02em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.no-touch .overview-item__title a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

.module__overview-more {
  text-align: center;
  margin-top: 164px;
}

* + .module--names {
  margin-top: 80px;
}

.module__names-title {
  font: normal 28px/30px "Px Grotesk", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01em;
  letter-spacing: 0.05em;
  margin-left: 52.4163568773%;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .module__names-title {
    font-size: 30px;
    line-height: 32px;
  }
}

.module__names-items {
  flex-wrap: wrap;
  -webkit-display: flex;
  display: flex;
  gap: 4.8327137546%;
  margin-top: 48px;
}

.names-item {
  margin-left: auto;
  margin-top: 53px;
  width: 30.1115241636%;
}
.names-item:nth-child(-n+3) {
  margin-top: 0;
}

.names-item__name {
  font: normal 28px/30px "Px Grotesk", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1024px) {
  .names-item__name {
    font-size: 30px;
    line-height: 32px;
  }
}

.names-item__bio {
  font: normal 20px/25px "Px Grotesk", Helvetica, Arial, sans-serif;
  margin-top: 25px;
}
@media screen and (max-width: 1024px) {
  .names-item__bio {
    font-size: 16px;
    line-height: 20px;
  }
}

.module__names-simple {
  margin-left: 34.9442379182%;
  gap: 7.4285714286%;
  width: 65.0557620818%;
}

.module__names-column {
  width: 46.2857142857%;
}

.module__names-grid {
  justify-content: flex-end;
}
.module__names-grid .names-item {
  margin-left: unset;
}

.module__names-single {
  justify-content: center;
}
.module__names-single .names-item {
  margin-left: unset;
}

.module--page-header .module__inner {
  padding-left: var(--space-left-short);
  padding-right: var(--space-right-short);
}

.module__page-header {
  gap: 4.2798%;
  -webkit-display: flex;
  display: flex;
}

.module__page-header-column {
  width: 100%;
}
.module__page-header-column .time-bubble {
  margin-top: 15px;
}

.module__page-header-title {
  font: normal 50px/50px "Px Grotesk", Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 1024px) {
  .module__page-header-title {
    line-height: 52px;
  }
}

.module__page-header-content {
  padding-left: 69px;
  margin-top: 48px;
}
.module__page-header-content a:not(.time-bubble) {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}

.module__page-header-subtitle {
  font: normal 28px/30px "Px Grotesk", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1024px) {
  .module__page-header-subtitle {
    font-size: 30px;
    line-height: 32px;
  }
}

.module__page-header-info {
  font: normal 20px/25px "Px Grotesk", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-top: 48px;
}
@media screen and (max-width: 1024px) {
  .module__page-header-info {
    font-size: 16px;
    line-height: 20px;
  }
}

.module--exhibition-header .module__inner {
  padding-left: var(--space-left-short);
  padding-right: var(--space-right-short);
}

.module__exhibition-header {
  gap: 4.2798%;
  -webkit-display: flex;
  display: flex;
}

.module__exhibition-header-column {
  width: 100%;
}

.module__exhibition-header-title,
.module__exhibition-header-subtitle {
  font: normal 50px/50px "Px Grotesk", Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 1024px) {
  .module__exhibition-header-title,
.module__exhibition-header-subtitle {
    line-height: 52px;
  }
}

.module__exhibition-header-subtitle {
  margin-top: 24px;
}

.module__exhibition-header-content {
  padding-left: 75px;
  margin-top: 78px;
}

.module__exhibition-header-info {
  font: normal 20px/25px "Px Grotesk", Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 1024px) {
  .module__exhibition-header-info {
    font-size: 16px;
    line-height: 20px;
  }
}
.module__exhibition-header-info p + p {
  margin-top: 24px;
}

.module__exhibition-header--image {
  position: relative;
  text-align: center;
}
.module__exhibition-header--image .module-image__caption {
  font: bold 13px/17px "Px Grotesk", Helvetica, Arial, sans-serif;
  display: inline-block;
  text-transform: uppercase;
}

.module--slideshow {
  position: relative;
}
* + .module--slideshow {
  margin-top: 60px;
}
.module--slideshow .module__inner {
  padding-left: var(--space-left-short);
  padding-right: var(--space-right-short);
}

.module__slideshow-placeholder-cell {
  margin-left: 6.09%;
  width: 51.27%;
}

.module__slideshow-slides:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
}

.slideshow-cell {
  margin-left: 36px;
}

.slideshow-cell__text {
  margin-top: 12px;
}

.slideshow-cell__text-type {
  font: bold 13px/17px "Px Grotesk", Helvetica, Arial, sans-serif;
  transition: color 1ms;
  text-transform: uppercase;
}
.no-touch .slideshow-cell__text-type a:hover {
  color: #3ec96d;
}

.slideshow-cell__text-caption {
  font: normal 28px/30px "Px Grotesk", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1024px) {
  .slideshow-cell__text-caption {
    font-size: 30px;
    line-height: 32px;
  }
}
* + .slideshow-cell__text-caption {
  margin-top: 10px;
}
.no-touch .slideshow-cell__text-caption a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

.slideshow-cell__text-caption--initiative {
  font: normal 36px/38px "Px Grotesk", Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 1024px) {
  .slideshow-cell__text-caption--initiative {
    font-size: 20px;
    line-height: 24px;
  }
}

.module__slideshow-buttons {
  flex-direction: column;
  justify-content: space-around;
  font: normal 36px/38px "Px Grotesk", Helvetica, Arial, sans-serif;
  background-color: #F1F1F1;
  background: linear-gradient(270deg, #f1f1f1 0%, #f1f1f1 40%, rgba(241, 241, 241, 0) 100%);
  -wbekit-display: flex;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 10px;
  height: 100%;
  width: 160px;
  white-space: nowrap;
}

.module__slideshow-button {
  cursor: pointer;
  user-select: none;
}
.no-touch .module__slideshow-button:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}

.module__slideshow-button--hide {
  opacity: 0;
  pointer-events: none;
}

.module__slideshow-button--next {
  transform: rotate(90deg);
  margin-left: 50px;
}

.module__slideshow-button--previous {
  transform: rotate(-90deg);
  margin-left: 50px;
}

* + .module--columns {
  margin-top: 53px;
}

.module__columns {
  display: grid;
  grid-template-columns: repeat(6, 12.6394052045%);
  grid-column-gap: 4.8327137546%;
}
.accordion__content .module__columns {
  margin-bottom: 43px;
}

.column {
  grid-column: span 3;
}

.column--wide {
  grid-column: span 5;
}

.column__body-text {
  font: normal 20px/25px "Px Grotesk", Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 1024px) {
  .column__body-text {
    font-size: 16px;
    line-height: 20px;
  }
}
.column__body-text a:not(.button) {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.column__body-text h3 {
  font: normal 28px/30px "Px Grotesk", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .column__body-text h3 {
    font-size: 30px;
    line-height: 32px;
  }
}
.column__body-text hr + h3,
.column__body-text p + h3 {
  margin-top: 50px;
}
.column__body-text h4 {
  font: normal 28px/30px "Px Grotesk", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01em;
  letter-spacing: 0.04em;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .column__body-text h4 {
    font-size: 30px;
    line-height: 32px;
  }
}
.column__body-text hr + h4,
.column__body-text p + h4 {
  margin-top: 50px;
}
.column__body-text p + p {
  margin-top: 25px;
}
.column__body-text hr + p {
  margin-top: 19px;
}
.column__body-text p.small {
  font: normal 15px/18px "Px Grotesk", Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 1024px) {
  .column__body-text p.small {
    font-size: 13px;
    line-height: 19px;
  }
}
.column__body-text p + p.small {
  margin-top: 18px;
}
.column__body-text hr {
  height: 0;
  border: none;
  border-bottom: 1px solid #000;
}
.column__body-text p + hr {
  margin-top: 25px;
}
.column__body-text p.small + hr {
  margin-top: 18px;
}
.column__body-text * + .inline {
  margin-top: 61px;
}
.column__body-text .inline + * {
  margin-top: 47px;
}
.column__body-text * + ul,
.column__body-text * + ol,
.column__body-text ul + *,
.column__body-text ol + * {
  margin-top: 25px;
}
.column__body-text ul li {
  text-indent: -26px;
  margin-left: 26px;
}
.column__body-text ul li:before {
  content: "— ";
}
.column__body-text ol {
  counter-reset: section;
}
.column__body-text ol li {
  text-indent: -22px;
  margin-left: 22px;
}
.column__body-text ol li:before {
  counter-increment: section;
  content: counters(section, ".") "";
  margin-right: 10px;
  font-feature-settings: "tnum";
}

.inline--images {
  align-items: flex-start;
  flex-wrap: wrap;
  -webkit-display: flex;
  display: flex;
}
.inline--images .inline__image {
  width: 44.921875%;
}
.inline--images .inline__image:nth-child(2n) {
  margin-left: 10.15625%;
}
.inline--images .inline__image {
  margin-top: 10.15625%;
}
.inline--images .inline__image:nth-child(-n+2) {
  margin-top: 0;
}
.column--wide .inline--images .inline__image {
  width: 46.2857142857%;
}
.column--wide .inline--images .inline__image:nth-child(2n) {
  margin-left: 7.4285714286%;
}
.column--wide .inline--images .inline__image {
  margin-top: 7.4285714286%;
}
.column--wide .inline--images .inline__image:nth-child(-n+2) {
  margin-top: 0;
}

.inline__image--small .module-image {
  width: 30%;
}

.inline__image--medium .module-image {
  width: 60%;
}

.column__body-text--more {
  height: 775px;
  overflow: hidden;
  position: relative;
}
.column__body-text--more:after {
  content: "";
  background-image: linear-gradient(0deg, #F1F1F1, transparent);
  position: absolute;
  bottom: 0;
  height: 70px;
  width: 100%;
  display: block;
}

.column__body-more {
  text-align: center;
  margin-top: 50px;
}

.inline-logo {
  mix-blend-mode: multiply;
  width: 100%;
}
* + .inline-logo {
  margin-top: 107px;
}

.column--related {
  grid-column: span 6;
}
.column--related .column__related-title {
  margin-left: 52.4163568773%;
  padding-bottom: 32px;
}
.column--related .column__related-items {
  column-count: 2;
  gap: 4.8327137546%;
}
.column--related .related-item {
  break-inside: avoid;
}
.column--related .related-item:first-child {
  padding-top: 16px;
}

.column__related-title {
  font: normal 28px/30px "Px Grotesk", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .column__related-title {
    font-size: 30px;
    line-height: 32px;
  }
}

.related-item {
  -webkit-display: flex;
  display: flex;
  border-bottom: 1px solid #000;
  padding-top: 16px;
  padding-bottom: 12px;
}
.related-item:first-child {
  padding-top: 0;
}

.related-item--initiative .related-item__title {
  font: normal 28px/30px "Px Grotesk", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1024px) {
  .related-item--initiative .related-item__title {
    font-size: 30px;
    line-height: 32px;
  }
}

.related-item__type {
  font: bold 13px/17px "Px Grotesk", Helvetica, Arial, sans-serif;
  transition: color 1ms;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.no-touch .related-item__type a:hover {
  color: #3ec96d;
}

.related-item__title {
  font: normal 20px/25px "Px Grotesk", Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 1024px) {
  .related-item__title {
    font-size: 16px;
    line-height: 20px;
  }
}
.no-touch .related-item__title a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

.related-item__date {
  font: normal 15px/18px "Px Grotesk", Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 1024px) {
  .related-item__date {
    font-size: 13px;
    line-height: 19px;
  }
}

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

.column__related-more-link {
  font: bold 13px/17px "Px Grotesk", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 4px;
}

* + .module--booking {
  margin-top: 60px;
}

.module__booking-title {
  font: normal 28px/30px "Px Grotesk", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-left: 52.4163568773%;
}
@media screen and (max-width: 1024px) {
  .module__booking-title {
    font-size: 30px;
    line-height: 32px;
  }
}

.module__booking-cards {
  margin-left: 34.9442379182%;
}
* + .module__booking-cards {
  margin-top: 40px;
}

.booking-card {
  font: normal 20px/25px "Px Grotesk", Helvetica, Arial, sans-serif;
  background-color: #000;
  border-radius: 12px;
  color: #F1F1F1;
  overflow: hidden;
  padding: 26px 23px;
  width: 330px;
}
@media screen and (max-width: 1024px) {
  .booking-card {
    font-size: 16px;
    line-height: 20px;
  }
}
.booking-card h3 {
  font: bold 13px/17px "Px Grotesk", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.booking-card p + h3 {
  margin-top: 22px;
}
.booking-card a:not(.button) {
  color: #F1F1F1;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
.booking-card .button {
  color: #F1F1F1;
  border-color: #F1F1F1;
}
.no-touch .booking-card .button:hover {
  background-color: #F1F1F1;
  color: #000;
}

.booking-card__buttons {
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-display: flex;
  display: flex;
}
* + .booking-card__buttons {
  margin-top: 90px;
}

.accordion:after {
  content: "";
  border-bottom: 1px solid #000;
  display: block;
}

.accordion--open .accordion__title {
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-thickness: 1px;
}
.accordion--open .accordion__title:after {
  transform: scale(1);
}

.accordion__title {
  cursor: pointer;
  user-select: none;
  font: normal 36px/38px "Px Grotesk", Helvetica, Arial, sans-serif;
  padding-top: 33px;
  padding-bottom: 32px;
  position: relative;
}
.accordion__title:after {
  content: "";
  transition: transform 300ms;
  transform: scale(-1);
  background-image: url("../elements/ici_accordion_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 40px;
  height: 24px;
  width: 48px;
}

.accordion__content {
  display: none;
}
.accordion__content .column__body {
  padding-bottom: 20px;
}

* + .module--sponsors {
  margin-top: 87px;
}

.module__sponsors {
  mix-blend-mode: multiply;
}
.module__sponsors img {
  margin: 0 auto;
  width: 100%;
}

* + .module--archive-list {
  margin-top: 80px;
}

.module__archive-list-title {
  font: normal 28px/30px "Px Grotesk", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01em;
  margin-left: 52.4163568773%;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .module__archive-list-title {
    font-size: 30px;
    line-height: 32px;
  }
}

* + .archive-list {
  margin-top: 21px;
}

.archive-item {
  align-items: center;
  justify-content: space-between;
  -webkit-display: flex;
  display: flex;
  border-bottom: 1px solid #000;
  height: 86px;
}

.archive-item--index .archive-item__content {
  justify-content: normal;
}
.archive-item--index .archive-item__title {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.archive-item--index .archive-item__date {
  flex: 1;
  margin-left: 10px;
  margin-right: 10px;
}

.archive-item__image {
  position: relative;
  width: 100px;
}

.archive-item__content {
  align-items: center;
  justify-content: space-between;
  -webkit-display: flex;
  display: flex;
  width: 100%;
}
* + .archive-item__content {
  margin-left: 31px;
  width: calc(100% - 130px);
}

* + .module--alphabetical-list {
  margin-top: 50px;
}

.alphabetical-list__chars {
  font: normal 28px/30px "Px Grotesk", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01em;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1024px) {
  .alphabetical-list__chars {
    font-size: 30px;
    line-height: 32px;
  }
}

.alphabetical-list__char--all {
  margin-right: 16px;
}

.alphabetical-list__char--selected {
  font-style: italic;
}

.alphabetical-list__char {
  cursor: pointer;
  user-select: none;
}
.no-touch .alphabetical-list__char:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}

.alphabetical-list__groups {
  column-count: 4;
  margin-top: 31px;
}

.alphabetical-list__groups--filtered .alphabetical-list__group {
  margin-bottom: 0;
}

.alphabetical-list__group {
  margin-bottom: 39px;
}

.alphabetical-list__group-char {
  font: normal 32px/32px "Px Grotesk", Helvetica, Arial, sans-serif;
  display: inline-block;
  text-transform: uppercase;
}

.alphabetical-list__group-items {
  font: normal 20px/25px "Px Grotesk", Helvetica, Arial, sans-serif;
  margin-top: 23px;
}
@media screen and (max-width: 1024px) {
  .alphabetical-list__group-items {
    font-size: 16px;
    line-height: 20px;
  }
}
.alphabetical-list__group-items a {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}

.gallery {
  background-color: #F1F1F1;
  position: relative;
  min-height: var(--screenheight);
}

.gallery-icon {
  background-image: url("../elements/ici_gallery_icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  bottom: 10px;
  left: 10px;
  height: 27px;
  width: 27px;
  z-index: 1;
}
.archive-item .gallery-icon {
  left: 5px;
  bottom: 5px;
}

.gallery__inner {
  padding-left: var(--space-left);
  padding-right: var(--space-right);
}

.gallery__inner-top {
  height: 105px;
}

.gallery__close {
  cursor: pointer;
  user-select: none;
  background-image: url("../elements/ici_close.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: fixed;
  top: 31px;
  right: 25px;
  height: 26px;
  width: 26px;
}

.gallery__items {
  flex-wrap: wrap;
  -webkit-display: flex;
  display: flex;
  gap: 4.8327137546%;
  padding-bottom: 100px;
}

.gallery__item {
  margin-top: 25px;
  width: 47.5836431227%;
}
.gallery__item:nth-child(-n+2) {
  margin-top: 0;
}

.gallery__item-image--fit-in-height .gallery__item-image__image {
  height: 100%;
}
.gallery__item-image--fit-in-height .gallery__item-image__image .lazyimage {
  height: 100%;
  width: auto;
  object-fit: unset;
}

.gallery__item-image--fit-in-width .gallery__item-image__image {
  width: 100%;
}

.gallery__item-image__container {
  position: relative;
}
.gallery__item-image__container:after {
  content: "";
  padding-bottom: 75%;
  display: block;
}

.gallery__item-image__image {
  border-radius: 12px;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
}

.gallery__item-caption {
  font: bold 11px/14px "Px Grotesk", Helvetica, Arial, sans-serif;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .gallery__item-caption {
    font-size: 13px;
    line-height: 19px;
  }
}

.gallery__item-video-icon {
  background-image: url("../elements/ici_play.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  height: 69px;
  width: 69px;
}

.cb-lightbox {
  font: normal 15px/18px "Px Grotesk", Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 1024px) {
  .cb-lightbox {
    font-size: 13px;
    line-height: 19px;
  }
}

.cb-lightbox-overlay {
  background-color: #F1F1F1;
}

.cb-lightbox-slide-image {
  border-radius: 12px;
  overflow: hidden;
}

.cb-lightbox-slide-with-caption .cb-lightbox-caption {
  color: #000;
}

.cb-lightbox-close {
  transition: opacity 1ms;
  background-image: url("../elements/ici_grid.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: fixed;
  margin: 0;
  top: 31px;
  right: 100px;
  height: 26px;
  width: 26px;
}
.cb-lightbox-close:before, .cb-lightbox-close:after {
  content: none;
}

.gallery-lightbox-close {
  cursor: pointer;
  user-select: none;
  transition: opacity 1ms;
  background-image: url("../elements/ici_close.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: fixed;
  margin: 0;
  top: 31px;
  right: 25px;
  height: 26px;
  width: 26px;
  z-index: 1;
}
.cb-lightbox-no-touch .gallery-lightbox-close:hover {
  opacity: 0.5;
}

.cb-lightbox-no-touch .cb-lightbox-arrow:hover,
.cb-lightbox-no-touch .cb-lightbox-close:hover {
  opacity: 0.5;
}

.cb-lightbox-arrows {
  font: normal 36px/38px "Px Grotesk", Helvetica, Arial, sans-serif;
  justify-content: space-around;
  flex-direction: column;
  -webkit-display: flex;
  display: flex;
  position: fixed;
  right: 0;
  top: 100px;
  bottom: 100px;
  white-space: nowrap;
  z-index: 1;
}

.cb-lightbox-arrow {
  position: relative;
  top: 0;
  width: auto;
  height: auto;
}
.no-touch .cb-lightbox-arrow:hover {
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}

.cb-lightbox-arrow-prev {
  transform: rotate(-90deg);
}
.cb-lightbox-arrow-prev:after {
  content: "Previous";
}
.cb-lightbox-arrow-prev span {
  display: none;
}

.cb-lightbox-counter {
  color: black;
}

.cb-lightbox-arrow-next {
  transform: rotate(90deg);
}
.cb-lightbox-arrow-next:after {
  content: "Next";
}
.cb-lightbox-arrow-next span {
  display: none;
}

.show-on-mobile {
  display: none;
}

.header-menu-button {
  display: none;
}

.header__mobile {
  display: none;
}

* + .module--iframe {
  margin-top: 104px;
}
.module--iframe + * {
  margin-top: 30px;
}

.iframe--video {
  overflow: hidden;
  position: relative;
}
.iframe--video iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.iframe--audio {
  overflow: hidden;
}
.iframe--audio iframe {
  position: relative;
}

.module--city .module__inner {
  text-align: center;
}

.citytime {
  font: normal 50px/50px "Px Grotesk", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-feature-settings: "tnum";
  border: 5px solid #3ec96d;
  display: inline-block;
  border-radius: 200px;
  padding: 30px 60px 32px;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .citytime {
    line-height: 52px;
  }
}

.module--related-header .module__inner {
  padding-left: var(--space-left-short);
  padding-right: var(--space-right-short);
}

.module__related-header {
  align-items: flex-start;
  -webkit-display: flex;
  display: flex;
  justify-content: space-between;
}

.module__related-header-content {
  font: normal 28px/30px "Px Grotesk", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01em;
  width: calc(100% - 383px);
}
@media screen and (max-width: 1024px) {
  .module__related-header-content {
    font-size: 30px;
    line-height: 32px;
  }
}

.related-top {
  color: #3ec96d;
  text-transform: uppercase;
}

.module__related-header-back {
  width: 220px;
}

.module__related-header-back-link {
  font: bold 13px/17px "Px Grotesk", Helvetica, Arial, sans-serif;
  display: block;
  text-align: center;
  margin-top: 10px;
  text-transform: uppercase;
  width: 100%;
}

* + .module--subscribe {
  margin-top: 60px;
}

.subscribe {
  font: normal 36px/38px "Px Grotesk", Helvetica, Arial, sans-serif;
  width: 50%;
}

.subscribe__wrap-input {
  display: flex;
}
.subscribe__wrap-input + .subscribe__wrap-input {
  margin-top: 6px;
}
.subscribe__wrap-input + .subscribe__wrap-input--button {
  margin-top: 27px;
}
.subscribe__wrap-input + .subscribe__wrap-input--response {
  margin-top: 25px;
}

.subscribe__label {
  flex-shrink: 0;
}

.subscribe__input {
  font: normal 36px/38px "Px Grotesk", Helvetica, Arial, sans-serif;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #000;
  margin-left: 5px;
  width: 100%;
}
.subscribe__input:focus {
  outline: none;
}

.subscribe__button {
  margin: 0;
  font: normal 24px/24px "Px Grotesk", Helvetica, Arial, sans-serif;
  letter-spacing: 0.05em;
  cursor: pointer;
  user-select: none;
  background-color: #F1F1F1;
  color: #000;
  border-radius: 12px;
  border: 1px solid #000;
  padding: 24px 30px 25px;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .subscribe__button {
    font-size: 13px;
    line-height: 13px;
  }
}
.no-touch .subscribe__button:hover {
  background-color: #000;
  color: #F1F1F1;
}

.module--error .module__inner {
  padding-left: var(--space-left-short);
  padding-right: var(--space-right-short);
}

.error {
  font: normal 74px/70px "Px Grotesk", Helvetica, Arial, sans-serif;
}
.error p + p {
  margin-top: 78px;
}
.error a {
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 3px;
}

.disclaimer {
  font: normal 20px/25px "Px Grotesk", Helvetica, Arial, sans-serif;
  background-color: #000;
  color: #F1F1F1;
  position: fixed;
  bottom: 20px;
  left: 10px;
  right: 10px;
  width: calc(100% - 20px);
}
@media screen and (max-width: 1024px) {
  .disclaimer {
    font-size: 16px;
    line-height: 20px;
  }
}

.disclaimer__text {
  padding: 10px 100px 10px 19px;
}
.disclaimer__text a {
  color: #F1F1F1;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

.button--disclaimer {
  background-color: #F1F1F1;
  color: #000;
  position: absolute;
  top: 8px;
  right: 10px;
  padding: 5px 30px;
}

.header-truncate {
  position: relative;
}

.header-truncate--hidden .header-truncate__text--visible {
  overflow: hidden;
  position: relative;
}
.header-truncate--hidden .header-truncate__text--visible:after {
  content: "";
  background-image: linear-gradient(0deg, #F1F1F1 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: 0;
  height: 70px;
  width: 100%;
  display: block;
}
.header-truncate--hidden .header-truncate__button {
  -webkit-display: flex;
  display: flex;
}

.header-truncate--show .header-truncate__text--visible {
  height: auto !important;
}
.header-truncate--show .header-truncate__text--visible:after {
  content: none;
}
.header-truncate--show .header-truncate__button {
  display: none;
}

.header-truncate__text--placeholder {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.header-truncate__button {
  display: none;
  justify-content: center;
  position: relative;
  margin-top: 50px;
}

* + .shop-button {
  margin-top: 30px;
}

.shopify-buy__btn {
  transition: background 1ms, color 1ms;
  cursor: pointer;
  user-select: none;
  font: bold 13px/17px "Px Grotesk", Helvetica, Arial, sans-serif;
  background-color: #000;
  color: #F1F1F1;
  letter-spacing: 0.05em;
  display: inline-block;
  border: 1px solid #000;
  border-radius: 6px;
  text-transform: uppercase;
  padding: 5px 12px;
  margin: 0;
}
.no-touch .shopify-buy__btn:hover {
  background-color: #F1F1F1;
  color: #000;
}

body .uwy.userway_p3 .uai {
  bottom: var(--space-right-short) !important;
  transform: translate(0) scale(1.2) !important;
  left: unset !important;
  right: var(--space-right-short) !important;
}

html body .uwy:not(.uh).userway_p3 .uai:hover {
  transform: translate(0) scale(1.3) !important;
}

.module--index-sort {
  margin-top: 80px;
  margin-bottom: 10px;
}
.module--index-sort + * {
  margin-top: 0;
}

.index-sort {
  font: normal 28px/30px "Px Grotesk", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01em;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .index-sort {
    font-size: 30px;
    line-height: 32px;
  }
}
.index-sort li + li {
  margin-left: 15px;
}

.index-sort__item--active {
  font-style: italic;
}

* + .module--html {
  margin-top: 80px;
}
.module--html .module__inner {
  display: grid;
  grid-template-columns: repeat(6, 12.6394052045%);
  grid-column-gap: 4.8327137546%;
}

.html {
  grid-column: span 3;
}

.html--wide {
  grid-column: span 5;
}

* + .module--collection {
  margin-top: 66px;
}
.module__collection {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding-top: 15px;
}

.module__collection-top {
  font: normal 28px/30px "Px Grotesk", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-left: 52.4163568773%;
  margin-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  .module__collection-top {
    font-size: 30px;
    line-height: 32px;
  }
}
* + .module__collection-top {
  margin-left: 4.8327137546%;
}

.module__collection-items {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}

.collection-item {
  margin-bottom: 2%;
  width: 23.5%;
}

.collection-item__type {
  font: bold 13px/17px "Px Grotesk", Helvetica, Arial, sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
* + .collection-item__type {
  margin-top: 22px;
}

.collection-item__title {
  font: normal 28px/30px "Px Grotesk", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1024px) {
  .collection-item__title {
    font-size: 30px;
    line-height: 32px;
  }
}
* + .collection-item__title {
  margin-top: 12px;
}
.no-touch .collection-item__title a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

#bp {
  width: 2px;
}

@media screen and (max-width: 1024px) {
  #bp {
    width: 1px;
  }

  .time-bubble {
    padding: 4px 9px 2px;
  }

  .button {
    font: normal 15px/18px "Px Grotesk", Helvetica, Arial, sans-serif;
    padding-top: 4px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .button {
    font-size: 13px;
    line-height: 19px;
  }
}
@media screen and (max-width: 1024px) {
  .button--more {
    padding-top: 11px;
    padding-bottom: 11px;
  }
}
@media screen and (max-width: 1024px) {
  .button--invert {
    padding-top: 11px;
    padding-bottom: 11px;
  }
}
@media screen and (max-width: 1024px) {
  .module__names-title,
.module__archive-list-title,
.module__booking-title,
.module__explore-title,
.column__related-title,
.column--related .column__related-title,
.module__playlist-title {
    font: normal 20px/22px "Px Grotesk", Helvetica, Arial, sans-serif;
    letter-spacing: 0.05em;
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .playlist-item__content,
.related-item__content {
    margin-right: 4.6%;
    width: 65%;
  }
}
@media screen and (max-width: 1024px) {
  .playlist-item__image,
.related-item__image {
    margin-left: 0;
    width: 30.32%;
  }
}
@media screen and (max-width: 1024px) {
  .main {
    padding-top: 84px;
  }
}
@media screen and (max-width: 1024px) {
  .header--mobile-open {
    height: 100%;
    overflow-y: scroll;
  }
  .header--mobile-open .header__inner {
    height: auto;
  }
  .header--mobile-open .header__inner > .header-menu-button, .header--mobile-open .header__inner > .header-logo {
    display: none;
  }
  .header--mobile-open .header__mobile {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .header__inner {
    padding-top: 8px;
    padding-bottom: 8px;
    height: 76px;
  }
}
@media screen and (max-width: 1024px) {
  .header__main {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .header__mobile .header-logo {
    top: 4px;
    right: 0;
    width: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .header__mobile-text {
    font: normal 20px/25px "Px Grotesk", Helvetica, Arial, sans-serif;
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .header__mobile-text {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .header__mobile-top {
    position: relative;
    margin-top: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .header-menu {
    font: normal 40px/42px "Px Grotesk", Helvetica, Arial, sans-serif;
    letter-spacing: 0.04em;
    margin-top: 76px;
  }
  .header-menu + .header-menu {
    margin-top: 42px;
  }
}
@media screen and (max-width: 1024px) {
  .button--mobile-menu {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
  }
  .button--mobile-menu.donate-form {
    padding-top: 0;
    padding-bottom: 0;
  }
  .button--mobile-menu .button--form {
    height: 41px;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .header-search {
    margin-top: 45px;
  }
}
@media screen and (max-width: 1024px) {
  .header-search__input {
    font: normal 40px/42px "Px Grotesk", Helvetica, Arial, sans-serif;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 1024px) {
  .header-search__button {
    height: 27px;
    width: 27px;
  }
}
@media screen and (max-width: 1024px) {
  .header-center {
    margin-top: 55px;
  }
}
@media screen and (max-width: 1024px) {
  .header-center__buttons {
    -webkit-display: flex;
    display: flex;
  }
}
@media screen and (max-width: 1024px) {
  .header__mobile-bottom {
    flex-wrap: wrap;
    -webkit-display: flex;
    display: flex;
    margin-top: 54px;
  }
}
@media screen and (max-width: 1024px) {
  .header__mobile-bottom-column {
    width: 50%;
  }
  .header__mobile-bottom-column:first-child {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .header-menu-button {
    font: normal 20px/22px "Px Grotesk", Helvetica, Arial, sans-serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    display: inline-block;
  }
  .header-menu-button + .header-menu-button {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .header-menu-button--active {
    border-bottom: 1px solid;
    padding-bottom: 3px;
  }
}
@media screen and (max-width: 1024px) {
  .header-logo {
    top: 13px;
    width: 65px;
  }
}
@media screen and (max-width: 1024px) {
  .header--large {
    position: relative;
    transform: none;
  }
  .header--large .header__inner {
    height: auto;
  }
  .header--large .header__top {
    overflow: visible;
  }
  .header--large .header__top-text {
    font-size: 10.8vw;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .footer {
    margin-top: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .footer__columns {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .footer__column {
    width: 50%;
  }
  .footer__column:first-child {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .module__slideshow-slides {
    position: relative;
  }
}
@media screen and (max-width: 1024px) {
  .module__slideshow-placeholder-cell {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .slideshow-cell__text {
    margin-top: 73px;
  }
}
@media screen and (max-width: 1024px) {
  .slideshow-cell__text-caption {
    font: normal 20px/22px "Px Grotesk", Helvetica, Arial, sans-serif;
  }
}
@media screen and (max-width: 1024px) {
  .flickity-page-dots {
    transform: translateX(-50%);
    -webkit-display: flex;
    display: flex;
    position: absolute;
    left: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .dot {
    border: 1px solid #000;
    border-radius: 50%;
    height: 12px;
    width: 12px;
  }
  .dot + .dot {
    margin-left: 13px;
  }
  .dot.is-selected {
    background-color: #000;
  }
}
@media screen and (max-width: 1024px) {
  .module__slideshow-buttons {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .module__header-title {
    font: normal 44px/46px "Px Grotesk", Helvetica, Arial, sans-serif;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 1024px) {
  .module__header-filter {
    margin-top: 33px;
  }
}
@media screen and (max-width: 1024px) {
  .module__header-filter-item {
    font: normal 20px/22px "Px Grotesk", Helvetica, Arial, sans-serif;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 1024px) {
  .module__header-image {
    margin-top: 26px;
  }
}
@media screen and (max-width: 1024px) {
  .module__header-intro {
    font: normal 20px/25px "Px Grotesk", Helvetica, Arial, sans-serif;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .module__header-intro {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .module__page-header-title {
    font: normal 28px/30px "Px Grotesk", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01em;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .module__page-header-title {
    font-size: 30px;
    line-height: 32px;
  }
}
@media screen and (max-width: 1024px) {
  * + .module__page-header-image {
    margin-top: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .module__page-header-content {
    padding-left: 0;
    margin-top: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .module__exhibition-header-title,
.module__exhibition-header-subtitle {
    font: normal 28px/30px "Px Grotesk", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01em;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .module__exhibition-header-title,
.module__exhibition-header-subtitle {
    font-size: 30px;
    line-height: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .module__exhibition-header-subtitle {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1024px) {
  * + .module__exhibition-header-image {
    margin-top: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .module-image--header .module-image__caption {
    margin-top: 9px;
  }
}
@media screen and (max-width: 1024px) {
  .module__exhibition-header-content {
    padding-left: 0;
    margin-top: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .module__exhibition-header-info {
    font: normal 20px/22px "Px Grotesk", Helvetica, Arial, sans-serif;
  }
  .module__exhibition-header-info * + .button {
    margin-top: 27px;
  }
}
@media screen and (max-width: 1024px) {
  * + .module--columns {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .column + .column {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .module__columns {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .column__related-title {
    padding-bottom: 38px;
  }
}
@media screen and (max-width: 1024px) {
  .column--related .column__related-items {
    column-count: 1;
  }
}
@media screen and (max-width: 1024px) {
  .related-item {
    padding-bottom: 16px;
  }
  .related-item + .related-item {
    padding-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .related-item--initiative .related-item__title {
    font: normal 20px/24px "Px Grotesk", Helvetica, Arial, sans-serif;
  }
}
@media screen and (max-width: 1024px) {
  .related-item__type {
    margin-bottom: 11px;
  }
}
@media screen and (max-width: 1024px) {
  .related-item__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
}
@media screen and (max-width: 1024px) {
  .column__related-more {
    margin-top: 23px;
  }
}
@media screen and (max-width: 1024px) {
  .module__playlist-items {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .playlist-item {
    padding-bottom: 16px;
  }
  .playlist-item + .playlist-item {
    padding-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .playlist-item--featured .playlist-item__image {
    margin-bottom: 9px;
  }
  .playlist-item--featured .playlist-item__title {
    font: normal 20px/22px "Px Grotesk", Helvetica, Arial, sans-serif;
  }
  .playlist-item--featured .playlist-item__date {
    font: normal 20px/25px "Px Grotesk", Helvetica, Arial, sans-serif;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .playlist-item--featured .playlist-item__date {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .playlist-item__title {
    font: normal 20px/25px "Px Grotesk", Helvetica, Arial, sans-serif;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .playlist-item__title {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .playlist-item__date {
    font: normal 15px/18px "Px Grotesk", Helvetica, Arial, sans-serif;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .playlist-item__date {
    font-size: 13px;
    line-height: 19px;
  }
}
@media screen and (max-width: 1024px) {
  * + .module__explore-items {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .module__explore-top {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .module__explore-filter {
    font: normal 20px/22px "Px Grotesk", Helvetica, Arial, sans-serif;
    letter-spacing: 0.05em;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .module__explore-filter-selected:after {
    right: 8px;
    top: 4px;
    height: 14px;
    width: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .explore-item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .explore-item--size-large {
    width: 100%;
  }
  .explore-item--size-large .explore-item__title {
    font: normal 20px/22px "Px Grotesk", Helvetica, Arial, sans-serif;
    letter-spacing: 0.02em;
  }
  .explore-item--size-large .explore-item__date {
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 1024px) {
  .explore-item--size-small {
    width: 47.5836431227%;
  }
}
@media screen and (max-width: 1024px) {
  .explore-item__type {
    font-weight: normal;
  }
  * + .explore-item__type {
    margin-top: 9px;
  }
}
@media screen and (max-width: 1024px) {
  .explore-item__title {
    font: normal 20px/22px "Px Grotesk", Helvetica, Arial, sans-serif;
    letter-spacing: 0.02em;
  }
  * + .explore-item__title {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .explore-item__date {
    margin-top: 1px;
  }
}
@media screen and (max-width: 1024px) {
  .overview-item {
    flex-direction: column-reverse;
    border-bottom: 0;
    padding-top: 0;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .overview-item--featured {
    grid-column: span 6;
  }
}
@media screen and (max-width: 1024px) {
  .overview-item--featured .overview-item__image,
.overview-item__image {
    margin-bottom: 9px;
  }
}
@media screen and (max-width: 1024px) {
  .overview-item__title {
    font: normal 22px/24px "Px Grotesk", Helvetica, Arial, sans-serif;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 1024px) {
  .overview-item__image {
    margin-bottom: 9px;
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .overview-item__content {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .module__overview-more {
    margin-top: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .module__booking-cards {
    margin-left: 0;
    width: 100%;
  }
  * + .module__booking-cards {
    margin-top: 26px;
  }
}
@media screen and (max-width: 1024px) {
  .booking-card {
    font: normal 20px/25px "Px Grotesk", Helvetica, Arial, sans-serif;
    padding: 24px 25px;
  }
  .booking-card h3 {
    font: normal 15px/18px "Px Grotesk", Helvetica, Arial, sans-serif;
    margin-bottom: 1px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .booking-card h3 {
    font-size: 13px;
    line-height: 19px;
  }
}
@media screen and (max-width: 1024px) {
  .booking-card p + h3 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1024px) {
  * + .module--names {
    margin-top: 54px;
  }
}
@media screen and (max-width: 1024px) {
  .module__names-items {
    display: block;
    margin-top: 23px;
  }
}
@media screen and (max-width: 1024px) {
  .names-item {
    margin-left: 0;
    width: 100%;
  }
  .names-item + .names-item {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .names-item__name {
    font: normal 20px/22px "Px Grotesk", Helvetica, Arial, sans-serif;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 1024px) {
  .names-item__bio {
    letter-spacing: 0.02em;
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .module__names-simple {
    margin-top: 26px;
    letter-spacing: 0.02em;
    column-count: 1;
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  * + .archive-list {
    margin-top: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .archive-item {
    align-items: flex-start;
    height: auto;
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
@media screen and (max-width: 1024px) {
  .archive-item__content {
    font: normal 20px/25px "Px Grotesk", Helvetica, Arial, sans-serif;
    letter-spacing: 0.02em;
    display: block;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .archive-item__content {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1024px) {
  * + .archive-item__content {
    margin-left: 16px;
    width: calc(100% - 116px);
  }
}
@media screen and (max-width: 1024px) {
  .archive-item__time {
    justify-content: flex-end;
    -webkit-display: flex;
    display: flex;
    margin-top: 17px;
  }
}
@media screen and (max-width: 1024px) {
  .module__newsletter {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .module__newsletter-card {
    padding: 86px 0;
  }
}
@media screen and (max-width: 1024px) {
  .module__newsletter-card-button {
    padding: 12px 23px 15px;
  }
}
@media screen and (max-width: 1024px) {
  .show-on-mobile {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .hide-on-mobile {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .alphabetical-list__groups {
    column-count: 2;
  }
}
@media screen and (max-width: 1024px) {
  .accordion__title {
    font: normal 20px/22px "Px Grotesk", Helvetica, Arial, sans-serif;
    padding-right: 30px;
  }
  .accordion__title:after {
    height: 14px;
    width: 26px;
  }
}
@media screen and (max-width: 1024px) {
  .gallery__inner-top {
    height: 75px;
  }
}
@media screen and (max-width: 1024px) {
  .cb-lightbox-close {
    right: unset;
    left: 26px;
    top: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .gallery-lightbox-close {
    top: 20px;
    right: 36px;
  }
}
@media screen and (max-width: 1024px) {
  .gallery__item {
    margin-top: 30px;
  }
  .gallery__item:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .gallery__item-caption {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .cb-lightbox-arrows {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .cb-lightbox-info .cb-lightbox-caption {
    transform: none;
    color: #000;
    text-align: left;
    min-width: 0;
    left: 0;
    padding-left: var(--space-left);
    padding-right: var(--space-right);
  }
}
@media screen and (max-width: 1024px) {
  .error {
    font: normal 44px/46px "Px Grotesk", Helvetica, Arial, sans-serif;
    letter-spacing: 0;
  }
  .error p + p {
    margin-top: 46px;
  }
  .error a {
    text-underline-offset: 4px;
    text-decoration-thickness: 2px;
  }
}
@media screen and (max-width: 1024px) {
  .subscribe {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .module__related-header {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .module__related-header-content {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .module__related-header-back {
    margin-left: auto;
  }
}
@media screen and (max-width: 1024px) {
  .module__collection-top {
    font: normal 20px/22px "Px Grotesk", Helvetica, Arial, sans-serif;
    letter-spacing: 0.05em;
    margin-left: 0;
    margin-bottom: 40px;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .module__collection {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .module__collection-items {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .collection-item {
    margin-bottom: 0;
    width: 100%;
  }
  .collection-item + .collection-item {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  * + .collection-item__type {
    margin-top: 9px;
  }
}
@media screen and (max-width: 1024px) {
  .collection-item__title {
    font: normal 20px/22px "Px Grotesk", Helvetica, Arial, sans-serif;
  }
  * + .collection-item__title {
    margin-top: 10px;
  }
}
