@charset "UTF-8";
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
noscript,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    border: 0;
    font-size: 100%;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
*,
:after,
:before {
    box-sizing: inherit;
}
html {
    box-sizing: border-box;
}
article,
aside,
blockquote,
canvas,
details,
embed,
figcaption,
figure,
figure img,
footer,
header,
hgroup,
iframe,
main,
nav,
object,
section,
textarea,
video {
    display: block;
}
a,
button,
img,
input,
label,
select {
    display: inline-block;
}
p a {
    display: inline;
}
ol,
ul {
    width: 100%;
}
li,
ol,
ul {
    list-style: none;
}
hr {
    border: none;
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 100%;
    font-style: normal;
    font-weight: 400;
}
body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
}
blockquote,
q {
    quotes: none;
}
a {
    color: inherit;
    text-decoration: inherit;
}
[type="button"],
[type="submit"],
a,
button {
    cursor: pointer;
}
[type="submit"],
button {
    all: unset;
}
button,
input,
label,
select,
textarea {
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: inherit;
    font: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    outline: none;
    text-align: inherit;
    vertical-align: baseline;
}
textarea {
    overflow: auto;
    resize: vertical;
    vertical-align: top;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}
input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: content-box;
}
legend {
    white-space: normal;
    font-size: 2.1rem;
}
@media (min-width: 620px) {
    legend {
        font-size: 2.8rem;
    }
}
@media screen and (min-width: 1140px) {
    legend {
        font-size: 2.8rem;
    }
}
@media screen and (min-width: 2400px) {
    legend {
        font-size: 3.4rem;
        line-height: 1;
    }
}
canvas,
embed,
iframe,
object,
video {
    zoom: 1;
    max-width: 100%;
    outline: none;
}
img {
    -ms-interpolation-mode: bicubic;
    height: auto;
    max-width: 100%;
}
img,
table {
    width: 100%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}
[hidden] {
    display: none !important;
}
[disabled] {
    cursor: default;
}
:focus {
    outline: 0;
}
@font-face {
    font-display: block;
    font-family: Alias;
    font-style: normal;
    font-weight: 300;
    src: url(/assets/fonts/RTAliasMedium-Light.woff2) format("woff2"), url(/assets/fonts/RTAliasMedium-Light.woff) format("woff");
}
@font-face {
    font-display: block;
    font-family: Alias;
    font-style: italic;
    font-weight: 300;
    src: url(/assets/fonts/RTAliasMedium-LightOblique.woff2) format("woff2"), url(/assets/fonts/RTAliasMedium-LightOblique.woff) format("woff");
}
:root {
    --white: #fcfcfc;
    --black: #3c3c3c;
    --color1: #85f0ff;
    --color2: #ffb6be;
    --color3: #85f0ff;
    --placeholder: #ededed;
    --100vh: 100vh;
    --navigation-height: 50vh;
}
html {
    font-size: 10px;
}
body {
    background-color: #fcfcfc;
    color: #3c3c3c;
    display: flex;
    flex-direction: column;
    font-family: Alias, sans-serif;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.15;
}
body > .page-wrapper {
    -webkit-animation: introAnimation 3s ease;
    animation: introAnimation 3s ease;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    flex: 1;
    min-height: calc(var(--100vh) - 7.2rem);
}
@-webkit-keyframes introAnimation {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes introAnimation {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
#svg-icons {
    display: none;
}
.grid {
    align-items: stretch;
    box-sizing: border-box;
    display: grid;
    gap: 0 1.2rem;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    justify-items: stretch;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    width: 100%;
}
.grid > [class*="col"] {
    box-sizing: border-box;
    display: block;
    grid-column-end: span 1;
}
.grid.gap {
    gap: 1.2rem;
}
.grid.padding {
    padding: 1.2rem;
}
.grid + .grid {
    padding-top: 0;
}
.grid .full-column {
    grid-row-end: 99;
    grid-row-start: 1;
}
.grid > .order-99 {
    order: 99;
}
@media (min-width: 620px), print {
    .grid > .row-m-1 {
        grid-row-start: 1;
    }
}
.grid > .col-12 {
    grid-column-end: span 12;
}
.grid > .col-11 {
    grid-column-end: span 11;
}
.grid > .col-10 {
    grid-column-end: span 10;
}
.grid > .col-9 {
    grid-column-end: span 9;
}
.grid > .col-8 {
    grid-column-end: span 8;
}
.grid > .col-7 {
    grid-column-end: span 7;
}
.grid > .col-6 {
    grid-column-end: span 6;
}
.grid > .col-5 {
    grid-column-end: span 5;
}
.grid > .col-4 {
    grid-column-end: span 4;
}
.grid > .col-3 {
    grid-column-end: span 3;
}
.grid > .col-2 {
    grid-column-end: span 2;
}
.grid > .col-1 {
    grid-column-end: span 1;
}
.grid > .order-12 {
    order: 12;
}
.grid > .order-11 {
    order: 11;
}
.grid > .order-10 {
    order: 10;
}
.grid > .order-9 {
    order: 9;
}
.grid > .order-8 {
    order: 8;
}
.grid > .order-7 {
    order: 7;
}
.grid > .order-6 {
    order: 6;
}
.grid > .order-5 {
    order: 5;
}
.grid > .order-4 {
    order: 4;
}
.grid > .order-3 {
    order: 3;
}
.grid > .order-2 {
    order: 2;
}
.grid > .order-1 {
    order: 1;
}
.grid > .start-12 {
    grid-column-start: 12;
}
.grid > .start-11 {
    grid-column-start: 11;
}
.grid > .start-10 {
    grid-column-start: 10;
}
.grid > .start-9 {
    grid-column-start: 9;
}
.grid > .start-8 {
    grid-column-start: 8;
}
.grid > .start-7 {
    grid-column-start: 7;
}
.grid > .start-6 {
    grid-column-start: 6;
}
.grid > .start-5 {
    grid-column-start: 5;
}
.grid > .start-4 {
    grid-column-start: 4;
}
.grid > .start-3 {
    grid-column-start: 3;
}
.grid > .start-2 {
    grid-column-start: 2;
}
.grid > .start-1 {
    grid-column-start: 1;
}
@media (min-width: 620px), print {
    .grid > .col-m-12 {
        grid-column-end: span 12;
    }
    .grid > .col-m-11 {
        grid-column-end: span 11;
    }
    .grid > .col-m-10 {
        grid-column-end: span 10;
    }
    .grid > .col-m-9 {
        grid-column-end: span 9;
    }
    .grid > .col-m-8 {
        grid-column-end: span 8;
    }
    .grid > .col-m-7 {
        grid-column-end: span 7;
    }
    .grid > .col-m-6 {
        grid-column-end: span 6;
    }
    .grid > .col-m-5 {
        grid-column-end: span 5;
    }
    .grid > .col-m-4 {
        grid-column-end: span 4;
    }
    .grid > .col-m-3 {
        grid-column-end: span 3;
    }
    .grid > .col-m-2 {
        grid-column-end: span 2;
    }
    .grid > .col-m-1 {
        grid-column-end: span 1;
    }
    .grid > .order-m-12 {
        order: 12;
    }
    .grid > .order-m-11 {
        order: 11;
    }
    .grid > .order-m-10 {
        order: 10;
    }
    .grid > .order-m-9 {
        order: 9;
    }
    .grid > .order-m-8 {
        order: 8;
    }
    .grid > .order-m-7 {
        order: 7;
    }
    .grid > .order-m-6 {
        order: 6;
    }
    .grid > .order-m-5 {
        order: 5;
    }
    .grid > .order-m-4 {
        order: 4;
    }
    .grid > .order-m-3 {
        order: 3;
    }
    .grid > .order-m-2 {
        order: 2;
    }
    .grid > .order-m-1 {
        order: 1;
    }
    .grid > .start-m-12 {
        grid-column-start: 12;
    }
    .grid > .start-m-11 {
        grid-column-start: 11;
    }
    .grid > .start-m-10 {
        grid-column-start: 10;
    }
    .grid > .start-m-9 {
        grid-column-start: 9;
    }
    .grid > .start-m-8 {
        grid-column-start: 8;
    }
    .grid > .start-m-7 {
        grid-column-start: 7;
    }
    .grid > .start-m-6 {
        grid-column-start: 6;
    }
    .grid > .start-m-5 {
        grid-column-start: 5;
    }
    .grid > .start-m-4 {
        grid-column-start: 4;
    }
    .grid > .start-m-3 {
        grid-column-start: 3;
    }
    .grid > .start-m-2 {
        grid-column-start: 2;
    }
    .grid > .start-m-1 {
        grid-column-start: 1;
    }
}
@media screen and (min-width: 1140px) {
    .grid > .col-l-12 {
        grid-column-end: span 12;
    }
    .grid > .col-l-11 {
        grid-column-end: span 11;
    }
    .grid > .col-l-10 {
        grid-column-end: span 10;
    }
    .grid > .col-l-9 {
        grid-column-end: span 9;
    }
    .grid > .col-l-8 {
        grid-column-end: span 8;
    }
    .grid > .col-l-7 {
        grid-column-end: span 7;
    }
    .grid > .col-l-6 {
        grid-column-end: span 6;
    }
    .grid > .col-l-5 {
        grid-column-end: span 5;
    }
    .grid > .col-l-4 {
        grid-column-end: span 4;
    }
    .grid > .col-l-3 {
        grid-column-end: span 3;
    }
    .grid > .col-l-2 {
        grid-column-end: span 2;
    }
    .grid > .col-l-1 {
        grid-column-end: span 1;
    }
    .grid > .order-l-12 {
        order: 12;
    }
    .grid > .order-l-11 {
        order: 11;
    }
    .grid > .order-l-10 {
        order: 10;
    }
    .grid > .order-l-9 {
        order: 9;
    }
    .grid > .order-l-8 {
        order: 8;
    }
    .grid > .order-l-7 {
        order: 7;
    }
    .grid > .order-l-6 {
        order: 6;
    }
    .grid > .order-l-5 {
        order: 5;
    }
    .grid > .order-l-4 {
        order: 4;
    }
    .grid > .order-l-3 {
        order: 3;
    }
    .grid > .order-l-2 {
        order: 2;
    }
    .grid > .order-l-1 {
        order: 1;
    }
    .grid > .start-l-12 {
        grid-column-start: 12;
    }
    .grid > .start-l-11 {
        grid-column-start: 11;
    }
    .grid > .start-l-10 {
        grid-column-start: 10;
    }
    .grid > .start-l-9 {
        grid-column-start: 9;
    }
    .grid > .start-l-8 {
        grid-column-start: 8;
    }
    .grid > .start-l-7 {
        grid-column-start: 7;
    }
    .grid > .start-l-6 {
        grid-column-start: 6;
    }
    .grid > .start-l-5 {
        grid-column-start: 5;
    }
    .grid > .start-l-4 {
        grid-column-start: 4;
    }
    .grid > .start-l-3 {
        grid-column-start: 3;
    }
    .grid > .start-l-2 {
        grid-column-start: 2;
    }
    .grid > .start-l-1 {
        grid-column-start: 1;
    }
}
@media screen and (min-width: 1680px) {
    .grid > .col-xl-12 {
        grid-column-end: span 12;
    }
    .grid > .col-xl-11 {
        grid-column-end: span 11;
    }
    .grid > .col-xl-10 {
        grid-column-end: span 10;
    }
    .grid > .col-xl-9 {
        grid-column-end: span 9;
    }
    .grid > .col-xl-8 {
        grid-column-end: span 8;
    }
    .grid > .col-xl-7 {
        grid-column-end: span 7;
    }
    .grid > .col-xl-6 {
        grid-column-end: span 6;
    }
    .grid > .col-xl-5 {
        grid-column-end: span 5;
    }
    .grid > .col-xl-4 {
        grid-column-end: span 4;
    }
    .grid > .col-xl-3 {
        grid-column-end: span 3;
    }
    .grid > .col-xl-2 {
        grid-column-end: span 2;
    }
    .grid > .col-xl-1 {
        grid-column-end: span 1;
    }
    .grid > .order-xl-12 {
        order: 12;
    }
    .grid > .order-xl-11 {
        order: 11;
    }
    .grid > .order-xl-10 {
        order: 10;
    }
    .grid > .order-xl-9 {
        order: 9;
    }
    .grid > .order-xl-8 {
        order: 8;
    }
    .grid > .order-xl-7 {
        order: 7;
    }
    .grid > .order-xl-6 {
        order: 6;
    }
    .grid > .order-xl-5 {
        order: 5;
    }
    .grid > .order-xl-4 {
        order: 4;
    }
    .grid > .order-xl-3 {
        order: 3;
    }
    .grid > .order-xl-2 {
        order: 2;
    }
    .grid > .order-xl-1 {
        order: 1;
    }
    .grid > .start-xl-12 {
        grid-column-start: 12;
    }
    .grid > .start-xl-11 {
        grid-column-start: 11;
    }
    .grid > .start-xl-10 {
        grid-column-start: 10;
    }
    .grid > .start-xl-9 {
        grid-column-start: 9;
    }
    .grid > .start-xl-8 {
        grid-column-start: 8;
    }
    .grid > .start-xl-7 {
        grid-column-start: 7;
    }
    .grid > .start-xl-6 {
        grid-column-start: 6;
    }
    .grid > .start-xl-5 {
        grid-column-start: 5;
    }
    .grid > .start-xl-4 {
        grid-column-start: 4;
    }
    .grid > .start-xl-3 {
        grid-column-start: 3;
    }
    .grid > .start-xl-2 {
        grid-column-start: 2;
    }
    .grid > .start-xl-1 {
        grid-column-start: 1;
    }
}
@media screen and (min-width: 2400px) {
    .grid > .col-xxl-12 {
        grid-column-end: span 12;
    }
    .grid > .col-xxl-11 {
        grid-column-end: span 11;
    }
    .grid > .col-xxl-10 {
        grid-column-end: span 10;
    }
    .grid > .col-xxl-9 {
        grid-column-end: span 9;
    }
    .grid > .col-xxl-8 {
        grid-column-end: span 8;
    }
    .grid > .col-xxl-7 {
        grid-column-end: span 7;
    }
    .grid > .col-xxl-6 {
        grid-column-end: span 6;
    }
    .grid > .col-xxl-5 {
        grid-column-end: span 5;
    }
    .grid > .col-xxl-4 {
        grid-column-end: span 4;
    }
    .grid > .col-xxl-3 {
        grid-column-end: span 3;
    }
    .grid > .col-xxl-2 {
        grid-column-end: span 2;
    }
    .grid > .col-xxl-1 {
        grid-column-end: span 1;
    }
    .grid > .order-xxl-12 {
        order: 12;
    }
    .grid > .order-xxl-11 {
        order: 11;
    }
    .grid > .order-xxl-10 {
        order: 10;
    }
    .grid > .order-xxl-9 {
        order: 9;
    }
    .grid > .order-xxl-8 {
        order: 8;
    }
    .grid > .order-xxl-7 {
        order: 7;
    }
    .grid > .order-xxl-6 {
        order: 6;
    }
    .grid > .order-xxl-5 {
        order: 5;
    }
    .grid > .order-xxl-4 {
        order: 4;
    }
    .grid > .order-xxl-3 {
        order: 3;
    }
    .grid > .order-xxl-2 {
        order: 2;
    }
    .grid > .order-xxl-1 {
        order: 1;
    }
    .grid > .start-xxl-12 {
        grid-column-start: 12;
    }
    .grid > .start-xxl-11 {
        grid-column-start: 11;
    }
    .grid > .start-xxl-10 {
        grid-column-start: 10;
    }
    .grid > .start-xxl-9 {
        grid-column-start: 9;
    }
    .grid > .start-xxl-8 {
        grid-column-start: 8;
    }
    .grid > .start-xxl-7 {
        grid-column-start: 7;
    }
    .grid > .start-xxl-6 {
        grid-column-start: 6;
    }
    .grid > .start-xxl-5 {
        grid-column-start: 5;
    }
    .grid > .start-xxl-4 {
        grid-column-start: 4;
    }
    .grid > .start-xxl-3 {
        grid-column-start: 3;
    }
    .grid > .start-xxl-2 {
        grid-column-start: 2;
    }
    .grid > .start-xxl-1 {
        grid-column-start: 1;
    }
}
> .grid-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
}
> .grid-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
}
> .grid-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
}
> .grid-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
}
> .grid-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
}
> .grid-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
}
> .grid-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}
> .grid-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}
> .grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
> .grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
> .grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
> .grid-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid.exhibition {
    gap: 0 1.2rem;
}
.grid .grid {
    padding-left: 0;
    padding-right: 0;
}
.success {
    color: var(--color1);
}
::-moz-selection {
    background-color: #85f0ff;
}
::selection {
    background-color: #85f0ff;
}
.height-s {
    height: 38.2vh;
}
.height-l {
    height: 61.8vh;
}
.padding-side {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: 1.4rem;
    letter-spacing: 0.002em;
}
@media screen and (min-width: 620px) {
    .padding-side {
        font-size: 1.8rem;
    }
}
@media screen and (min-width: 1140px) {
    .padding-side {
        font-size: 2.6rem;
    }
}
@media screen and (min-width: 2400px) {
    .padding-side {
        font-size: 3.6rem;
    }
}
.padding-bottom-none {
    padding-bottom: 0 !important;
}
.margin {
    margin: 1.2rem;
}
.margin-none {
    margin: 0;
}
.margin-s {
    margin: 0.6rem;
}
.margin-m {
    margin: 1.2rem;
}
.margin-l {
    margin: 3.6rem;
}
.margin-xl {
    margin: 7.2rem;
}
.margin-xxl {
    margin: 14.4rem;
}
.margin-xxxl {
    margin: 21.6rem;
}
.margin-xxxxl {
    margin: 43.2rem;
}
.margin-top-none {
    margin-top: 0;
}
.margin-top-s {
    margin-top: 0.6rem;
}
.margin-top-m {
    margin-top: 1.2rem;
}
.margin-top-l {
    margin-top: 3.6rem;
}
.margin-top-xl {
    margin-top: 7.2rem;
}
.margin-top-xxl {
    margin-top: 14.4rem;
}
.margin-top-xxxl {
    margin-top: 21.6rem;
}
.margin-top-xxxxl {
    margin-top: 43.2rem;
}
.margin-bottom-none {
    margin-bottom: 0;
}
.margin-bottom-s {
    margin-bottom: 0.6rem;
}
.margin-bottom-m {
    margin-bottom: 1.2rem;
}
.margin-bottom-l {
    margin-bottom: 3.6rem;
}
.margin-bottom-xl {
    margin-bottom: 7.2rem;
}
.margin-bottom-xxl {
    margin-bottom: 14.4rem;
}
.margin-bottom-xxxl {
    margin-bottom: 21.6rem;
}
.margin-bottom-xxxxl {
    margin-bottom: 43.2rem;
}
.padding {
    padding: 1.2rem;
}
.padding-none {
    padding: 0;
}
.padding-s {
    padding: 0.6rem;
}
.padding-m {
    padding: 1.2rem;
}
.padding-l {
    padding: 3.6rem;
}
.padding-xl {
    padding: 7.2rem;
}
.padding-xxl {
    padding: 14.4rem;
}
.padding-xxxl {
    padding: 21.6rem;
}
.padding-xxxxl {
    padding: 43.2rem;
}
.padding-top-none {
    padding-top: 0;
}
.padding-top-s {
    padding-top: 0.6rem;
}
.padding-top-m {
    padding-top: 1.2rem;
}
.padding-top-l {
    padding-top: 3.6rem;
}
.padding-top-xl {
    padding-top: 7.2rem;
}
.padding-top-xxl {
    padding-top: 14.4rem;
}
.padding-top-xxxl {
    padding-top: 21.6rem;
}
.padding-top-xxxxl {
    padding-top: 43.2rem;
}
.padding-bottom-none {
    padding-bottom: 0;
}
.padding-bottom-s {
    padding-bottom: 0.6rem;
}
.padding-bottom-m {
    padding-bottom: 1.2rem;
}
.padding-bottom-l {
    padding-bottom: 3.6rem;
}
.padding-bottom-xl {
    padding-bottom: 7.2rem;
}
.padding-bottom-xxl {
    padding-bottom: 14.4rem;
}
.padding-bottom-xxxl {
    padding-bottom: 21.6rem;
}
.padding-bottom-xxxxl {
    padding-bottom: 43.2rem;
}
@media (min-width: 620px), print {
    .margin {
        margin: 1.2rem;
    }
    .margin-m-none {
        margin: 0;
    }
    .margin-m-s {
        margin: 0.6rem;
    }
    .margin-m-m {
        margin: 1.2rem;
    }
    .margin-m-l {
        margin: 3.6rem;
    }
    .margin-m-xl {
        margin: 7.2rem;
    }
    .margin-m-xxl {
        margin: 14.4rem;
    }
    .margin-m-xxxl {
        margin: 21.6rem;
    }
    .margin-m-xxxxl {
        margin: 43.2rem;
    }
    .margin-top-m-none {
        margin-top: 0;
    }
    .margin-top-m-s {
        margin-top: 0.6rem;
    }
    .margin-top-m-m {
        margin-top: 1.2rem;
    }
    .margin-top-m-l {
        margin-top: 3.6rem;
    }
    .margin-top-m-xl {
        margin-top: 7.2rem;
    }
    .margin-top-m-xxl {
        margin-top: 14.4rem;
    }
    .margin-top-m-xxxl {
        margin-top: 21.6rem;
    }
    .margin-top-m-xxxxl {
        margin-top: 43.2rem;
    }
    .margin-bottom-m-none {
        margin-bottom: 0;
    }
    .margin-bottom-m-s {
        margin-bottom: 0.6rem;
    }
    .margin-bottom-m-m {
        margin-bottom: 1.2rem;
    }
    .margin-bottom-m-l {
        margin-bottom: 3.6rem;
    }
    .margin-bottom-m-xl {
        margin-bottom: 7.2rem;
    }
    .margin-bottom-m-xxl {
        margin-bottom: 14.4rem;
    }
    .margin-bottom-m-xxxl {
        margin-bottom: 21.6rem;
    }
    .margin-bottom-m-xxxxl {
        margin-bottom: 43.2rem;
    }
    .padding {
        padding: 1.2rem;
    }
    .padding-m-none {
        padding: 0;
    }
    .padding-m-s {
        padding: 0.6rem;
    }
    .padding-m-m {
        padding: 1.2rem;
    }
    .padding-m-l {
        padding: 3.6rem;
    }
    .padding-m-xl {
        padding: 7.2rem;
    }
    .padding-m-xxl {
        padding: 14.4rem;
    }
    .padding-m-xxxl {
        padding: 21.6rem;
    }
    .padding-m-xxxxl {
        padding: 43.2rem;
    }
    .padding-top-m-none {
        padding-top: 0;
    }
    .padding-top-m-s {
        padding-top: 0.6rem;
    }
    .padding-top-m-m {
        padding-top: 1.2rem;
    }
    .padding-top-m-l {
        padding-top: 3.6rem;
    }
    .padding-top-m-xl {
        padding-top: 7.2rem;
    }
    .padding-top-m-xxl {
        padding-top: 14.4rem;
    }
    .padding-top-m-xxxl {
        padding-top: 21.6rem;
    }
    .padding-top-m-xxxxl {
        padding-top: 43.2rem;
    }
    .padding-bottom-m-none {
        padding-bottom: 0;
    }
    .padding-bottom-m-s {
        padding-bottom: 0.6rem;
    }
    .padding-bottom-m-m {
        padding-bottom: 1.2rem;
    }
    .padding-bottom-m-l {
        padding-bottom: 3.6rem;
    }
    .padding-bottom-m-xl {
        padding-bottom: 7.2rem;
    }
    .padding-bottom-m-xxl {
        padding-bottom: 14.4rem;
    }
    .padding-bottom-m-xxxl {
        padding-bottom: 21.6rem;
    }
    .padding-bottom-m-xxxxl {
        padding-bottom: 43.2rem;
    }
}
@media screen and (min-width: 1140px) {
    .margin {
        margin: 1.2rem;
    }
    .margin-l-none {
        margin: 0;
    }
    .margin-l-s {
        margin: 0.6rem;
    }
    .margin-l-m {
        margin: 1.2rem;
    }
    .margin-l-l {
        margin: 3.6rem;
    }
    .margin-l-xl {
        margin: 7.2rem;
    }
    .margin-l-xxl {
        margin: 14.4rem;
    }
    .margin-l-xxxl {
        margin: 21.6rem;
    }
    .margin-l-xxxxl {
        margin: 43.2rem;
    }
    .margin-top-l-none {
        margin-top: 0;
    }
    .margin-top-l-s {
        margin-top: 0.6rem;
    }
    .margin-top-l-m {
        margin-top: 1.2rem;
    }
    .margin-top-l-l {
        margin-top: 3.6rem;
    }
    .margin-top-l-xl {
        margin-top: 7.2rem;
    }
    .margin-top-l-xxl {
        margin-top: 14.4rem;
    }
    .margin-top-l-xxxl {
        margin-top: 21.6rem;
    }
    .margin-top-l-xxxxl {
        margin-top: 43.2rem;
    }
    .margin-bottom-l-none {
        margin-bottom: 0;
    }
    .margin-bottom-l-s {
        margin-bottom: 0.6rem;
    }
    .margin-bottom-l-m {
        margin-bottom: 1.2rem;
    }
    .margin-bottom-l-l {
        margin-bottom: 3.6rem;
    }
    .margin-bottom-l-xl {
        margin-bottom: 7.2rem;
    }
    .margin-bottom-l-xxl {
        margin-bottom: 14.4rem;
    }
    .margin-bottom-l-xxxl {
        margin-bottom: 21.6rem;
    }
    .margin-bottom-l-xxxxl {
        margin-bottom: 43.2rem;
    }
    .padding {
        padding: 1.2rem;
    }
    .padding-l-none {
        padding: 0;
    }
    .padding-l-s {
        padding: 0.6rem;
    }
    .padding-l-m {
        padding: 1.2rem;
    }
    .padding-l-l {
        padding: 3.6rem;
    }
    .padding-l-xl {
        padding: 7.2rem;
    }
    .padding-l-xxl {
        padding: 14.4rem;
    }
    .padding-l-xxxl {
        padding: 21.6rem;
    }
    .padding-l-xxxxl {
        padding: 43.2rem;
    }
    .padding-top-l-none {
        padding-top: 0;
    }
    .padding-top-l-s {
        padding-top: 0.6rem;
    }
    .padding-top-l-m {
        padding-top: 1.2rem;
    }
    .padding-top-l-l {
        padding-top: 3.6rem;
    }
    .padding-top-l-xl {
        padding-top: 7.2rem;
    }
    .padding-top-l-xxl {
        padding-top: 14.4rem;
    }
    .padding-top-l-xxxl {
        padding-top: 21.6rem;
    }
    .padding-top-l-xxxxl {
        padding-top: 43.2rem;
    }
    .padding-bottom-l-none {
        padding-bottom: 0;
    }
    .padding-bottom-l-s {
        padding-bottom: 0.6rem;
    }
    .padding-bottom-l-m {
        padding-bottom: 1.2rem;
    }
    .padding-bottom-l-l {
        padding-bottom: 3.6rem;
    }
    .padding-bottom-l-xl {
        padding-bottom: 7.2rem;
    }
    .padding-bottom-l-xxl {
        padding-bottom: 14.4rem;
    }
    .padding-bottom-l-xxxl {
        padding-bottom: 21.6rem;
    }
    .padding-bottom-l-xxxxl {
        padding-bottom: 43.2rem;
    }
}
@media screen and (min-width: 1680px) {
    .margin {
        margin: 1.2rem;
    }
    .margin-xl-none {
        margin: 0;
    }
    .margin-xl-s {
        margin: 0.6rem;
    }
    .margin-xl-m {
        margin: 1.2rem;
    }
    .margin-xl-l {
        margin: 3.6rem;
    }
    .margin-xl-xl {
        margin: 7.2rem;
    }
    .margin-xl-xxl {
        margin: 14.4rem;
    }
    .margin-xl-xxxl {
        margin: 21.6rem;
    }
    .margin-xl-xxxxl {
        margin: 43.2rem;
    }
    .margin-top-xl-none {
        margin-top: 0;
    }
    .margin-top-xl-s {
        margin-top: 0.6rem;
    }
    .margin-top-xl-m {
        margin-top: 1.2rem;
    }
    .margin-top-xl-l {
        margin-top: 3.6rem;
    }
    .margin-top-xl-xl {
        margin-top: 7.2rem;
    }
    .margin-top-xl-xxl {
        margin-top: 14.4rem;
    }
    .margin-top-xl-xxxl {
        margin-top: 21.6rem;
    }
    .margin-top-xl-xxxxl {
        margin-top: 43.2rem;
    }
    .margin-bottom-xl-none {
        margin-bottom: 0;
    }
    .margin-bottom-xl-s {
        margin-bottom: 0.6rem;
    }
    .margin-bottom-xl-m {
        margin-bottom: 1.2rem;
    }
    .margin-bottom-xl-l {
        margin-bottom: 3.6rem;
    }
    .margin-bottom-xl-xl {
        margin-bottom: 7.2rem;
    }
    .margin-bottom-xl-xxl {
        margin-bottom: 14.4rem;
    }
    .margin-bottom-xl-xxxl {
        margin-bottom: 21.6rem;
    }
    .margin-bottom-xl-xxxxl {
        margin-bottom: 43.2rem;
    }
    .padding {
        padding: 1.2rem;
    }
    .padding-xl-none {
        padding: 0;
    }
    .padding-xl-s {
        padding: 0.6rem;
    }
    .padding-xl-m {
        padding: 1.2rem;
    }
    .padding-xl-l {
        padding: 3.6rem;
    }
    .padding-xl-xl {
        padding: 7.2rem;
    }
    .padding-xl-xxl {
        padding: 14.4rem;
    }
    .padding-xl-xxxl {
        padding: 21.6rem;
    }
    .padding-xl-xxxxl {
        padding: 43.2rem;
    }
    .padding-top-xl-none {
        padding-top: 0;
    }
    .padding-top-xl-s {
        padding-top: 0.6rem;
    }
    .padding-top-xl-m {
        padding-top: 1.2rem;
    }
    .padding-top-xl-l {
        padding-top: 3.6rem;
    }
    .padding-top-xl-xl {
        padding-top: 7.2rem;
    }
    .padding-top-xl-xxl {
        padding-top: 14.4rem;
    }
    .padding-top-xl-xxxl {
        padding-top: 21.6rem;
    }
    .padding-top-xl-xxxxl {
        padding-top: 43.2rem;
    }
    .padding-bottom-xl-none {
        padding-bottom: 0;
    }
    .padding-bottom-xl-s {
        padding-bottom: 0.6rem;
    }
    .padding-bottom-xl-m {
        padding-bottom: 1.2rem;
    }
    .padding-bottom-xl-l {
        padding-bottom: 3.6rem;
    }
    .padding-bottom-xl-xl {
        padding-bottom: 7.2rem;
    }
    .padding-bottom-xl-xxl {
        padding-bottom: 14.4rem;
    }
    .padding-bottom-xl-xxxl {
        padding-bottom: 21.6rem;
    }
    .padding-bottom-xl-xxxxl {
        padding-bottom: 43.2rem;
    }
}
@media screen and (min-width: 2400px) {
    .margin {
        margin: 1.2rem;
    }
    .margin-xxl-none {
        margin: 0;
    }
    .margin-xxl-s {
        margin: 0.6rem;
    }
    .margin-xxl-m {
        margin: 1.2rem;
    }
    .margin-xxl-l {
        margin: 3.6rem;
    }
    .margin-xxl-xl {
        margin: 7.2rem;
    }
    .margin-xxl-xxl {
        margin: 14.4rem;
    }
    .margin-xxl-xxxl {
        margin: 21.6rem;
    }
    .margin-xxl-xxxxl {
        margin: 43.2rem;
    }
    .margin-top-xxl-none {
        margin-top: 0;
    }
    .margin-top-xxl-s {
        margin-top: 0.6rem;
    }
    .margin-top-xxl-m {
        margin-top: 1.2rem;
    }
    .margin-top-xxl-l {
        margin-top: 3.6rem;
    }
    .margin-top-xxl-xl {
        margin-top: 7.2rem;
    }
    .margin-top-xxl-xxl {
        margin-top: 14.4rem;
    }
    .margin-top-xxl-xxxl {
        margin-top: 21.6rem;
    }
    .margin-top-xxl-xxxxl {
        margin-top: 43.2rem;
    }
    .margin-bottom-xxl-none {
        margin-bottom: 0;
    }
    .margin-bottom-xxl-s {
        margin-bottom: 0.6rem;
    }
    .margin-bottom-xxl-m {
        margin-bottom: 1.2rem;
    }
    .margin-bottom-xxl-l {
        margin-bottom: 3.6rem;
    }
    .margin-bottom-xxl-xl {
        margin-bottom: 7.2rem;
    }
    .margin-bottom-xxl-xxl {
        margin-bottom: 14.4rem;
    }
    .margin-bottom-xxl-xxxl {
        margin-bottom: 21.6rem;
    }
    .margin-bottom-xxl-xxxxl {
        margin-bottom: 43.2rem;
    }
    .padding {
        padding: 1.2rem;
    }
    .padding-xxl-none {
        padding: 0;
    }
    .padding-xxl-s {
        padding: 0.6rem;
    }
    .padding-xxl-m {
        padding: 1.2rem;
    }
    .padding-xxl-l {
        padding: 3.6rem;
    }
    .padding-xxl-xl {
        padding: 7.2rem;
    }
    .padding-xxl-xxl {
        padding: 14.4rem;
    }
    .padding-xxl-xxxl {
        padding: 21.6rem;
    }
    .padding-xxl-xxxxl {
        padding: 43.2rem;
    }
    .padding-top-xxl-none {
        padding-top: 0;
    }
    .padding-top-xxl-s {
        padding-top: 0.6rem;
    }
    .padding-top-xxl-m {
        padding-top: 1.2rem;
    }
    .padding-top-xxl-l {
        padding-top: 3.6rem;
    }
    .padding-top-xxl-xl {
        padding-top: 7.2rem;
    }
    .padding-top-xxl-xxl {
        padding-top: 14.4rem;
    }
    .padding-top-xxl-xxxl {
        padding-top: 21.6rem;
    }
    .padding-top-xxl-xxxxl {
        padding-top: 43.2rem;
    }
    .padding-bottom-xxl-none {
        padding-bottom: 0;
    }
    .padding-bottom-xxl-s {
        padding-bottom: 0.6rem;
    }
    .padding-bottom-xxl-m {
        padding-bottom: 1.2rem;
    }
    .padding-bottom-xxl-l {
        padding-bottom: 3.6rem;
    }
    .padding-bottom-xxl-xl {
        padding-bottom: 7.2rem;
    }
    .padding-bottom-xxl-xxl {
        padding-bottom: 14.4rem;
    }
    .padding-bottom-xxl-xxxl {
        padding-bottom: 21.6rem;
    }
    .padding-bottom-xxl-xxxxl {
        padding-bottom: 43.2rem;
    }
}
.italic,
em,
i {
    font-style: italic;
}
.upper,
.uppercase {
    text-transform: uppercase;
}
.bold,
b,
strong {
    font-style: inherit;
    font-weight: inherit;
}
.brackets:before {
    content: "(";
}
.brackets:after {
    content: ")";
}
.text-m,
.text-s,
body,
figcaption {
    font-size: 1.4rem;
    letter-spacing: 0.002em;
}
@media screen and (min-width: 1140px) {
    .text-m,
    body {
        font-size: 2.1rem;
    }
}
@media screen and (min-width: 2400px) {
    .text-m,
    body {
        font-size: 3.2rem;
    }
}
.text-l {
    font-size: 1.4rem;
    letter-spacing: 0.002em;
}
@media (min-width: 620px), print {
    .text-l {
        font-size: 1.8rem;
    }
}
@media screen and (min-width: 1140px) {
    .text-l {
        font-size: 2.6rem;
    }
}
@media screen and (min-width: 2400px) {
    .text-l {
        font-size: 3.6rem;
    }
}
.text-xl {
    font-size: 2.1rem;
}
@media (min-width: 620px), print {
    .text-xl {
        font-size: 3.2rem;
    }
}
@media screen and (min-width: 1140px) {
    .text-xl {
        font-size: 4.2rem;
    }
}
@media screen and (min-width: 2400px) {
    .text-xl {
        font-size: 7.2rem;
        line-height: 1;
    }
}
.text-xxl {
    font-size: 2.1rem;
}
@media (min-width: 620px), print {
    .text-xxl {
        font-size: 4.2rem;
    }
}
@media screen and (min-width: 1140px) {
    .text-xxl {
        font-size: 7.2rem;
        line-height: 1;
    }
}
@media screen and (min-width: 2400px) {
    .text-xxl {
        font-size: 10.8rem;
        line-height: 1;
    }
}
.break-m {
    display: inline-block;
}
@media (min-width: 620px), print {
    .break-m {
        display: block;
    }
}
.hyphens {
    -webkit-hyphenate-limit-before: 4;
    -webkit-hyphenate-limit-after: 4;
    -webkit-hyphenate-limit-chars: 8 4 4;
    -webkit-hyphenate-limit-lines: 3;
    -webkit-hyphenate-limit-last: always;
    -moz-hyphenate-limit-chars: 8 4 4;
    -moz-hyphenate-limit-lines: 3;
    -moz-hyphenate-limit-last: always;
    -ms-hyphenate-limit-chars: 8 4 4;
    -ms-hyphenate-limit-lines: 3;
    -ms-hyphenate-limit-last: always;
    hyphenate-limit-chars: 8 4 4;
    hyphenate-limit-lines: 3;
    hyphenate-limit-last: always;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}
a.link,
article a,
button,
input,
li a,
p a {
    opacity: 1;
    transition-duration: 0.3s;
    transition-property: background-color, opacity;
    transition-timing-function: ease;
}
a.link:hover,
article a:hover,
button:hover,
input:hover,
li a:hover,
p a:hover {
    opacity: 0.5;
}
a.link.disabled,
a.link[disabled],
article a.disabled,
article a[disabled],
button.disabled,
button[disabled],
input.disabled,
input[disabled],
li a.disabled,
li a[disabled],
p a.disabled,
p a[disabled] {
    color: inherit;
    cursor: not-allowed;
    opacity: 0.25;
    pointer-events: none;
}
a,
button,
input[type="submit"] {
    cursor: pointer;
}
.page-teasers a {
    display: block;
}
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 1.2rem;
}
figure.fit {
    overflow: hidden;
}
figure.fit img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
}
figure figcaption {
    display: flex;
}
figure figcaption p {
    flex-grow: 1;
    width: 0;
}
.debug {
    background-color: rgba(0, 119, 255, 0.2);
}
.debug > * {
    background-color: rgba(68, 0, 255, 0.2);
}
.debug > * > * {
    background-color: rgba(212, 0, 255, 0.2);
}
.debug > * > * > * {
    background-color: rgba(255, 0, 140, 0.2);
}
.grid#debug-layout {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.grid#debug-layout > [class*="col"] {
    background-color: rgba(0, 0, 0, 0.04);
    height: 100%;
}
.grid#debug-layout.hidden {
    display: none;
}
button,
form,
input,
select,
textarea {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
input,
textarea {
    display: block;
    width: 100%;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #a7a7a7;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #a7a7a7;
}
input::placeholder,
textarea::placeholder {
    color: #a7a7a7;
}
section.form form > div,
section.form form > fieldset {
    margin: 3.6rem 1.2rem;
}
section.form .form-success {
    color: var(--color1);
    font-size: 2.1rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
}
@media (min-width: 620px), print {
    section.form .form-success {
        font-size: 4.2rem;
    }
}
@media screen and (min-width: 1140px) {
    section.form .form-success {
        font-size: 7.2rem;
        line-height: 1;
    }
}
@media screen and (min-width: 2400px) {
    section.form .form-success {
        font-size: 10.8rem;
        line-height: 1;
    }
}
form fieldset[name="user_data"] {
    display: grid;
    gap: 0 1.2rem;
}
@media screen and (min-width: 1140px) {
    form fieldset[name="user_data"] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
form fieldset[name="payment"] label,
form fieldset[name="user_data"] label {
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}
form fieldset[name="contribution"] label .title {
    font-size: 2.1rem;
    margin-right: 0.15em;
}
@media (min-width: 620px), print {
    form fieldset[name="contribution"] label .title {
        font-size: 2.8rem;
    }
}
@media screen and (min-width: 1140px) {
    form fieldset[name="contribution"] label .title {
        font-size: 2.8rem;
    }
}
@media screen and (min-width: 2400px) {
    form fieldset[name="contribution"] label .title {
        font-size: 3.4rem;
        line-height: 1;
    }
}
form fieldset[name="contribution"] label .price {
    display: block;
}
@media (min-width: 620px), print {
    form fieldset[name="contribution"] label .price {
        display: inline;
    }
}
form .form-field {
    margin-bottom: 0.3rem;
}
form .text-field input,
form .text-field textarea,
form .textarea-field input,
form .textarea-field textarea {
    background-color: #eee;
    font-size: 2.1rem;
}
@media (min-width: 620px), print {
    form .text-field input,
    form .text-field textarea,
    form .textarea-field input,
    form .textarea-field textarea {
        font-size: 2.8rem;
    }
}
@media screen and (min-width: 2400px) {
    form .text-field input,
    form .text-field textarea,
    form .textarea-field input,
    form .textarea-field textarea {
        font-size: 3.4rem;
        line-height: 1;
    }
}
form .checkbox-field,
form .radio-field {
    display: grid;
    gap: 0 1.2rem;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    position: relative;
}
form .checkbox-field input,
form .radio-field input {
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: grid-columns(1);
}
form .checkbox-field .input-indicator,
form .radio-field .input-indicator {
    background-color: #eee;
    display: block;
    grid-column-end: span 2;
    grid-column-start: 1;
    height: 100%;
    transition-duration: 0.3s;
    transition-property: background-color, opacity;
    transition-timing-function: ease;
}
@media (min-width: 620px), print {
    form .checkbox-field .input-indicator,
    form .radio-field .input-indicator {
        grid-column-end: span 1;
    }
}
form .checkbox-field input:checked + .input-indicator,
form .radio-field input:checked + .input-indicator {
    background-color: var(--color3);
}
form .checkbox-field label,
form .radio-field label {
    grid-column-end: span 9;
}
form fieldset[name="contribution"] abbr,
form fieldset[name="payment"] abbr {
    display: none;
}
form .checkbox-field #field-privacy ~ label {
    font-size: 1.4rem;
    letter-spacing: 0.002em;
}
@media (min-width: 620px), print {
    form .checkbox-field #field-privacy ~ label {
        font-size: 2.1rem;
    }
}
@media screen and (min-width: 1140px) {
    form .checkbox-field #field-privacy ~ label {
        font-size: 2.8rem;
    }
}
@media screen and (min-width: 2400px) {
    form .checkbox-field #field-privacy ~ label {
        font-size: 3.4rem;
    }
}
form .invalid.checkbox-field .input-indicator,
form .invalid.radio-field .input-indicator,
form .invalid.text-field input,
form .invalid.textarea-field textarea {
    background-color: var(--color2);
}
.button-bar,
form .form-submit {
    align-items: flex-end;
    display: flex;
    font-size: 4.2rem;
    height: calc(0.618em + 0.6rem);
    line-height: 1;
    margin: 0 !important;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    width: 100%;
    word-break: keep-all;
}
@media (min-width: 620px), print {
    .button-bar,
    form .form-submit {
        font-size: 7.2rem;
        line-height: 1;
    }
}
.button-bar.bottom,
form .form-submit.bottom {
    align-items: flex-end;
    display: flex;
    height: calc(0.618em + 0.6rem);
}
.button-bar.top,
form .form-submit.top {
    height: calc(0.382em + 0.6rem);
}
.button-bar .button-inner,
.button-bar .submit-button,
form .form-submit .button-inner,
form .form-submit .submit-button {
    background-color: var(--black);
    color: var(--white);
    flex: 1;
    padding: 0.6rem 1.2rem;
    transition-duration: 0.3s;
    transition-property: background-color, opacity;
    transition-timing-function: ease;
}
.button-bar .button-inner:hover,
.button-bar .submit-button:hover,
form .form-submit .button-inner:hover,
form .form-submit .submit-button:hover {
    background-color: var(--color1);
    opacity: 1;
}
.logo-bar-container {
    height: calc(1em + 43.2rem);
    padding-bottom: 7.2rem;
}
article.exhibition a {
    display: block;
}
article.exhibition a:hover {
    opacity: 1;
}
section.events {
    margin-bottom: 3.6rem;
}
@media screen and (min-width: 1140px) {
    section.events {
        margin-bottom: 7.2rem;
    }
}
section.gallery.show-index {
    margin-bottom: -2.8rem;
}
@media screen and (min-width: 1140px) {
    section.gallery.show-index {
        margin-bottom: -3.6rem;
    }
}
@media screen and (min-width: 2400px) {
    section.gallery.show-index {
        margin-bottom: -4.8rem;
    }
}
header.exhibition {
    font-size: 3.2rem;
    margin-bottom: 3.6rem;
}
@media screen and (min-width: 1140px) {
    header.exhibition {
        margin-bottom: 7.2rem;
    }
}
@media (min-width: 620px), print {
    header.exhibition {
        font-size: 3.2rem;
    }
}
@media screen and (min-width: 1140px) {
    header.exhibition {
        font-size: 5.2rem;
        line-height: 1;
    }
}
@media screen and (min-width: 1680px) {
    header.exhibition {
        font-size: 7.8rem;
        line-height: 1;
    }
}
header.exhibition .date {
    margin-top: 0.6rem;
    padding-top: 0;
}
@media (min-width: 620px), print {
    header.exhibition .date {
        margin-top: 1rem;
    }
}
@media screen and (min-width: 1140px) {
    header.exhibition .date {
        margin-top: 2.3rem;
    }
}
@media screen and (min-width: 1680px) {
    header.exhibition .date {
        font-size: 3.2rem;
        margin-top: 3.3rem;
    }
}
@media (min-width: 620px), print {
    header.exhibition h4 span {
        display: block;
    }
}
section.exhibitions.fold .gallery {
    height: 30.6rem;
    overflow: hidden;
    transition: height 0.45s ease;
}
section.exhibitions.fold header {
    margin-bottom: 1.2rem;
}
section.exhibitions.fold .exhibition:hover .gallery {
    height: 30.6rem;
}
@media screen and (min-width: 1680px) {
    section.exhibitions.fold .gallery {
        height: 30.2rem;
    }
    section.exhibitions.fold .exhibition:hover .gallery {
        height: 50.2rem;
    }
    section.exhibitions.fold header {
        margin-bottom: 1.2rem;
    }
}
section.exhibitions.fold header {
    height: 3.58em;
    overflow: hidden;
    transition: height 0.45s ease;
}
@media (min-width: 620px), print {
    section.exhibitions.fold header {
        height: 4.2em;
    }
}
@media screen and (min-width: 1140px) {
    section.exhibitions.fold header {
        height: 4.5em;
    }
}

section.text p + p {
    margin-top: 0.5em;
}
section.events .year-date {
    position: -webkit-sticky;
    position: sticky;
    top: 1.2rem;
}
section.events .event-info p + p {
    margin-top: 0.9em;
}
section.events .event {
    color: var(--color1);
    margin-bottom: 25px;
}
section.events .event .flex-spread {
    display: flex;
    justify-content: space-between;
}
section.events .event article {
    padding-top: 0;
    position: relative;
}
section.events .event article:before {
    background-color: var(--color1);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 1.2rem;
}
section.events .event .links {
    display: flex;
    white-space: nowrap;
}
section.events .event .links a,
section.events .event .links button {
    border: none;
    margin: 0 0 0 1.2rem;
    padding: 0;
    width: calc(16.66667vw - 1.3rem);
}
@media (min-width: 620px), print {
    section.events .event .links a,
    section.events .event .links button {
        width: calc(8.33333vw - 1.3rem);
    }
}
section.events .event button {
    display: flex;
}
section.events .year article:before {
    margin-left: -1.2rem;
}
@media (min-width: 620px), print {
    section.events .year .event.grid {
        grid-template-columns: repeat(11, minmax(0, 1fr));
        padding: 0;
    }
}
section.artworks .heading {
    margin: 0 1rem;
}
section.artworks .heading:before {
    content: "(";
}
section.artworks .heading:after {
    content: ")";
}
section.artworks a {
    display: block;
    margin-bottom: 0.6rem;
}
@media screen and (min-width: 2400px) {
    section.artworks a {
        margin-bottom: 1.2rem;
    }
}
section.artworks li {
    font-size: 1.4rem;
    letter-spacing: 0.002em;
}
@media screen and (min-width: 2400px) {
    section.artworks li {
        font-size: 2.1rem;
    }
}
section.artworks figure {
    margin-bottom: 0.6rem;
}
section.artworks figure.empty {
    background-color: #ededed;
    padding-top: 100%;
    width: 100%;
}
.block.slider .gallery-index,
section.gallery .gallery-index {
    margin-top: 1.2rem;
    padding-top: 0;
}
@media (min-width: 620px), print {
    .block.slider .gallery-index,
    section.gallery .gallery-index {
        margin-top: 1.2rem;
    }
}
section.gallery figure {
    width: calc(83.33333vw - 1.1rem);
}
@media screen and (min-width: 1140px) {
    section.gallery figure {
        width: calc(91.66667vw - 1.1rem);
    }
}
@media screen and (min-width: 2400px) {
    section.gallery figure {
        width: calc(83.33333vw - 1.1rem);
    }
}
section.gallery.single figure {
    width: 100%;
}
section.gallery img {
    height: 61.8vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
}
section.gallery.auto-width figure {
    width: unset;
}
section.gallery.auto-width img {
    width: auto;
}
section.gallery img {
    height: 75vh;
}
a section.gallery img {
    height: 61.8vh;
    transition: height 0.45s ease;
}
a section.gallery:hover img {
    height: 75vh;
}
section.exhibitions.fold .swiper {
    height: 100%;
}
section.exhibitions.fold img {
    height: 100% !important;
}
.block.slider .slider-item {
    padding-left: 1.2rem;
}
.block.slider .slider-item:last-child {
    padding-right: 1.2rem;
}
.block.slider img {
    height: 60vh;
    width: auto;
}
.page-teaser.teaser-default a .text-block-inner {
    height: 4.068em;
    overflow: hidden;
    transition: height 0.45s ease;
}
@media (min-width: 620px), print {
    .page-teaser.teaser-default a .text-block-inner {
        height: 2.918em;
    }
}
@media screen and (min-width: 1140px) {
    .page-teaser.teaser-default a .text-block-inner.text-xxl,
    .page-teaser.teaser-default a .text-block-inner.text-xxxl {
        height: 2.618em;
    }
}
.page-teaser.teaser-default a:hover .text-block-inner {
    height: 5.218em;
}
@media (min-width: 620px), print {
    .page-teaser.teaser-default a:hover .text-block-inner {
        height: 4.068em;
    }
}
@media screen and (min-width: 1140px) {
    .page-teaser.teaser-default a:hover .text-block-inner.text-xxl,
    .page-teaser.teaser-default a:hover .text-block-inner.text-xxxl {
        height: 3.618em;
    }
}
.page-teaser.teaser-artworks .grid > li {
    display: none;
}
.page-teaser.teaser-artworks .grid > li:nth-child(-n + 4) {
    display: block;
}
@media screen and (min-width: 1680px) {
    .page-teaser.teaser-artworks .grid > li:nth-child(-n + 6) {
        display: block;
    }
}
.footer a {
    transition-duration: 0.3s;
    transition-property: background-color, opacity;
    transition-timing-function: ease;
}
.footer a:hover {
    opacity: 0.5;
}
.footer.navigation nav a {
    font-size: 3.2rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media screen and (min-width: 1140px) {
    .footer.navigation nav a {
        font-size: 4.2rem;
    }
}
@media screen and (min-width: 2400px) {
    .footer.navigation nav a {
        font-size: 7.2rem;
        line-height: 1;
    }
}
.footer.navigation nav a[aria-current="page"] {
    opacity: 0.5;
}
.footer.navigation .detail {
    grid-row-end: span 4;
}
.footer.navigation p + p {
    margin-top: 0.5em;
}
.footer .newsletter .honeypot {
    left: -9999px;
    position: absolute;
    top: -9999px;
}
.footer .language {
    margin-top: 1em;
}
.footer .language a {
    text-transform: capitalize;
}
footer.logo-navigation {
    background-color: var(--white);
    bottom: 0;
    position: -webkit-sticky;
    position: sticky;
    z-index: 10;
}
footer.logo-navigation .kvrt-logo {
    cursor: pointer;
}
footer.logo-navigation .navigation {
    display: block !important;
    height: 0;
    transition: height 0.3s ease;
}
footer.logo-navigation.closed.hover .navigation {
    height: 3.6rem !important;
}
footer.logo-navigation.intro .navigation {
    -webkit-animation: introPop 0.9s ease-in-out;
    animation: introPop 0.9s ease-in-out;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes introPop {
    0%,
    to {
        height: 0;
    }
    50% {
        height: 7.2rem;
    }
}
@keyframes introPop {
    0%,
    to {
        height: 0;
    }
    50% {
        height: 7.2rem;
    }
}
.blocks p a {
    color: var(--color1);
    transition-duration: 0.3s;
    transition-property: background-color, opacity;
    transition-timing-function: ease;
}
.blocks p a:hover {
    opacity: 0.5;
}
.blocks .block:first-child {
    margin-top: 1.2rem;
}
.blocks .block.text {
    margin-bottom: 3.6rem;
}
.blocks .block.text p + p {
    margin-top: 0.5em;
}
.blocks .block.text.grid {
    margin-top: 0;
}
@media screen and (min-width: 1140px) {
    .blocks .block.text {
        margin-bottom: 7.2rem;
    }
}
.blocks .block.heading {
    margin-left: 1.2rem;
    margin-right: 1.2rem;
    font-size: 1.8rem;
    letter-spacing: 0.002em;
}
@media screen and (min-width: 620px) {
    .blocks .block.heading {
        font-size: 2.1rem;
    }
}
@media screen and (min-width: 1140px) {
    .blocks .block.heading {
        font-size: 2.6rem;
    }
}
@media screen and (min-width: 2400px) {
    .blocks .block.heading {
        font-size: 3.6rem;
    }
}
.blocks .block.heading + .block {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.blocks .block.image {
    margin-bottom: 7.2rem;
}
.blocks .block.image figure {
    position: relative;
}
.blocks .block.image figure img {
    height: 61.8vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
}
.blocks .block figcaption {
    margin-top: 0.6rem;
}
.blocks .block.gallery {
    margin-bottom: 7.2rem;
}
.blocks .block.gallery li + li {
    margin-top: 1.2rem;
}
.blocks .block.table {
    margin-bottom: 3.6rem;
}
.blocks .block.table .text-s {
    align-content: bottom;
    display: flex;
}
@media screen and (min-width: 1140px) {
    .blocks .block.table .text-s {
        padding-top: 0.7rem;
    }
}
@media screen and (min-width: 1680px) {
    .blocks .block.table .text-s {
        padding-top: 1.6rem;
    }
}
.blocks .block.credits {
    margin-bottom: 7.2rem;
}
@media (min-width: 620px), print {
    .blocks .block.credits {
        margin-bottom: 14.4rem;
    }
}
.blocks .block.credits h4 {
    margin-bottom: 1.2rem;
}
.blocks .block.credits figure {
    align-self: center;
    background: transparent;
}
.blocks .block.credits img {
    background: transparent;
    mix-blend-mode: multiply;
}
.blocks .block.space.space-size-s {
    height: 1.2rem;
}
.blocks .block.space.space-size-m {
    height: 3.6rem;
}
.blocks .block.space.space-size-l {
    height: 7.2rem;
}
.grid .blocks .block:first-child {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-right: 0;
}
aside.banner {
    height: 100vh;
    margin-bottom: -100vh;
    pointer-events: none;
}
aside.banner .banner-container {
    -webkit-animation: banner-slide 1s ease;
    animation: banner-slide 1s ease;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    height: 14em;
    left: var(--left);
    position: -webkit-sticky;
    position: sticky;
    text-align: center;
    top: var(--top);
    transform: translate(-50%, -50%);
    width: 14em;
    z-index: 2000;
}
aside.banner .banner-inner {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 1.2rem;
    pointer-events: all;
    width: 100%;
    z-index: 20;
}
aside.banner.text-s .banner-container {
    height: 15em;
    width: 15em;
}
aside.banner.text-l .banner-container {
    height: 12em;
    width: 12em;
}
@media screen and (min-width: 1140px) {
    aside.banner.text-l .banner-container {
        height: 10em;
        width: 10em;
    }
}
aside.banner.text-xl .banner-container {
    height: 10em;
    width: 10em;
}
@media screen and (min-width: 1140px) {
    aside.banner.text-xl .banner-container {
        height: 8em;
        width: 8em;
    }
}
aside.banner.text-xxl .banner-container {
    height: 8em;
    width: 8em;
}
@media screen and (min-width: 1140px) {
    aside.banner.text-xxl .banner-container {
        height: 4.5em;
        width: 4.5em;
    }
}
aside.banner .a,
aside.banner a {
    height: 100%;
    position: relative;
    width: 100%;
}
aside.banner .banner-link a {
    display: block;
    transform: rotate(var(--rotation));
    transition: transform 0.4s ease;
}
aside.banner .banner-link:hover a {
    transform: rotate(var(--rotation-hover));
}
aside.banner .banner-inner,
aside.banner svg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
@-webkit-keyframes banner-slide {
    0% {
        left: var(--from-left);
        opacity: 0;
        top: var(--from-top);
    }
    20% {
        opacity: 1;
    }
    to {
        left: var(--left);
        top: var(--top);
    }
}
@keyframes banner-slide {
    0% {
        left: var(--from-left);
        opacity: 0;
        top: var(--from-top);
    }
    20% {
        opacity: 1;
    }
    to {
        left: var(--left);
        top: var(--top);
    }
}
section.text p {
    min-height: 1em;
}
section.text ul li {
    list-style-type: "—";
    margin-left: 0.8em;
    padding-left: 0.5em;
}
section.text ol li {
    list-style-type: decimal;
    margin-left: 1.4em;
}
.kvrt-logo {
    background-color: #fcfcfc;
    font-size: 4.2rem;
    line-height: 1;
    overflow: hidden;
    padding: 0.6rem 1.2rem;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
    word-break: keep-all;
}
@media (min-width: 620px), print {
    .kvrt-logo {
        font-size: 7.2rem;
        line-height: 1;
    }
}
.kvrt-logo.bottom {
    align-items: flex-end;
    display: flex;
    height: calc(0.618em + 0.6rem);
}
.kvrt-logo.top {
    height: calc(0.382em + 0.6rem);
}
@media screen and (min-width: 1680px) {
    .kvrt-logo {
        font-size: 10.8rem;
        line-height: 1;
    }
}
.kvrt-logo.top {
    top: calc(var(--100vh) - 1em - 1.2rem);
}
.kvrt-logo.top.sticky {
    position: -webkit-sticky;
    position: sticky;
    z-index: 10;
}
.swup-transition-fade {
    opacity: 1;
    transition: 0.4s;
}
html.is-animating .swup-transition-fade {
    opacity: 0;
}
img.fade-in {
    opacity: 0;
    transition: opacity 0.45s ease;
}
img.fade-in.lazyloaded {
    opacity: 1;
}
body.no-js img.fade-in {
    opacity: 1 !important;
}
.swiper.swiper-initialized img {
    cursor: e-resize;
}
.swiper .swiper-slide {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}
.swiper .swiper-wrapper {
    -webkit-transform: translateZ(0);
    -webkit-transform-style: preserve-3d;
}
.swiper figure {
    padding-right: 1.2rem;
}
.swiper.swiper-block .swiper-slide {
    flex-grow: 0;
    width: auto;
}
.swiper.swiper-block .swiper-slide figure {
    padding-left: 1.2rem;
    padding-right: 0;
}
.swiper-pagination-fraction {
    display: flex !important;
}
.header-height {
    height: 7.8rem;
    background-color: #fcfcfc;
}
@media screen and (min-width: 620px) {
    .header-height {
        height: 11rem;
    }
}
@media screen and (min-width: 1140px) {
    .header-height {
        height: 11.2rem;
    }
}
@media screen and (min-width: 1680px) {
    .header-height {
        height: 15rem;
    }
}
@media screen and (min-width: 1px) {
    .topnav a {
        font-size: 1.8rem;
        padding: 14px 10px;
    }
}
@media screen and (min-width: 620px) {
    .topnav a {
        font-size: 1.8rem;
        padding: 14px 10px;
    }
}
@media screen and (min-width: 1140px) {
    .topnav a {
        font-size: 2.2rem;
        padding: 14px 14px;
    }
}
@media screen and (min-width: 1680px) {
    .topnav a {
        font-size: 3.8rem;
        padding: 14px 16px;
    }
}
@media screen and (max-width: 980px) {
    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav .search-container {
        display: none;
    }
    
    .topnav a.icon {
        float: right;
        display: block;
        padding: 14px 16px;
    }
}
@media screen and (max-width: 980px) {
    .topnav.responsive {
        position: relative;
    }
    .topnav.responsive a.icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}

@media screen and (max-width: 980px) {
    .topnav .responsive .search-container {
        display: relative;
    }
    .topnav.responsive .search-container {
        float: none;
        display: block;
        text-align: left;
    }
}

.topnav {
    background-color: #fcfcfc;
    overflow: hidden;
}
.topnav a {
    float: left;
    display: block;
    color: #000;
    text-align: center;
    text-decoration: none;
}
.topnav a:hover {
    background-color: #85f0ff;
    color: black;
}
.topnav .icon {
    display: none;
    height: 47px;
    width: 50px;
}
.header-navigation {
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    z-index: 100;
}

.searchbar {
    display: flex;
    background-color: #eee;
    color: #000;
    font-size: x-large;
    text-align: left;
    text-decoration: none;
    width: 20rem;
}

@media screen and (min-width: 620px) {
    .searchbar {
        width: 17rem;
        font-size: large;
    }
}

@media screen and (min-width: 1140px) {
    .searchbar {
        width: 20rem;
        font-size: x-large;
    }
}

@media screen and (min-width: 1680px) {
    .searchbar {
        width: 23rem;
        font-size: xx-large;
    }
}


/* Style the input container */
.topnav .search-container {
    float: right;
    background-color: #eee;
    margin-right: 16px;
}

@media screen and (min-width: 1680px) {
    .topnav .search-container {
        margin-top: 10px;
    }
}
  
/* Style the input field inside the navbar */
.topnav input[type=search] {
    border: none;
    padding-left: 8px;
    display: inline-flex;
}
  
/* Style the button inside the input container */
.topnav .search-container button {
    padding: 14px;
    background: #ddd;
    border: none;
    cursor: pointer;
}

.topnav .search-container button .icon-search{
    background-image: url(/assets/images/search-outline.svg);
    display: flex;
    height: 20px;
    width: 20px;
}


.topnav .search-container button:hover {
    background-color: #85f0ff;
    opacity: 1;
}

/* Add responsiveness - On small screens, display the navbar vertically instead of horizontally */
@media screen and (max-width: 980px) {
    .topnav .search-container {
        float: none;
    }
    .topnav input[type=search], .topnav .search-container button {
        float: none;
        display: block;
        text-align: left;
        width: 100%;
        margin: 0;
        padding: 14px;
    }
    .topnav input[type=search] {
        border: 1px solid #ccc;
    }
}

/* Style the input field of the paypal image*/
.topnav input[type=image] {
    float: right;
    width: 150px;
    padding: 12PX;
}


/* New Exhibiton Site */
header.exhibition-gallery {
    margin-bottom: 2.2rem;
    font-size: 2.2rem;
    margin-bottom: 3.rem;
}

@media (min-width: 620px), print {
    header.exhibition-gallery {
        margin-bottom: 3.0rem;
        font-size: 2.8rem;
    }
}
@media screen and (min-width: 1140px) {
    header.exhibition-gallery {
        margin-bottom: 4.2rem;
        font-size: 3.2rem;
        line-height: 1;
    }
}
@media screen and (min-width: 1680px) {
    header.exhibition-gallery {
        margin-bottom: 6.8rem;
        font-size: 3.8rem;
        line-height: 1;
        height: 6.2rem;
    }
}
header.exhibition-gallery .date {
    margin-top: 0.6rem;
    padding-top: 0;
}
@media (min-width: 620px), print {
    header.exhibition-gallery .date {
        margin-top: 1rem;
    }
}
@media screen and (min-width: 1140px) {
    header.exhibition-gallery .date {
        font-size: 1.8rem;
        margin-top: 2.3rem;
    }
}
@media screen and (min-width: 1680px) {
    header.exhibition-gallery .date {
        font-size: 2.2rem;
        margin-top: 3.3rem;
    }
}

.paypal-donation {
    margin-top: 1em;
}

.search-page {

}

/*Fontsize archiv pdf*/
.archiv-pdf {
    margin-left: 12px;
    font-size: 2.2rem;
    margin-top: 2.6rem;
    margin-bottom: 3.rem;
}

.archiv-pdf:hover {
    background-color: #85f0ff;
    opacity: 1;
}

@media (min-width: 620px), print {
    .archiv-pdf {
        font-size: 2.8rem;
        line-height: 1;
    }
}
@media screen and (min-width: 1140px) {
    .archiv-pdf {
        font-size: 3.2rem;
        line-height: 1;
    }
}
@media screen and (min-width: 1680px) {
    .archiv-pdf {
        font-size: 3.8rem;
        line-height: 1;
    }
}
 