@charset "UTF-8";
/*
(
	name: 'SMARTsass',
	version: '0.1.4',
	edit: '16.8.2016',
	description: 'SASS framework',
	author: 'Peter Žilka, SMARTdesigns',
)
*/
/*
Examples:
@include clip(0);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
@include clip(0 1rem);
    top: 0;
    right: 1rem;
    bottom: 0;
    left: 1rem;
@include clip(0 1rem n);
    top: 0;
    right: 1rem;
    left: 1rem;
@include clip(0 n n 1rem);
    top: 0;
    left: 1rem;
*/
a,
abbr,
article,
aside,
acronym,
address,
applet audio,
b,
big,
blockquote,
body,
button,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
figcaption,
figure,
fieldset,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
optgroup,
output,
p,
picture,
pre,
q,
ruby,
s,
samp,
section,
select,
small,
span,
strike,
strong,
sub,
sup,
summary,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  background: transparent;
  box-sizing: border-box;
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  min-width: 0;
  padding: 0;
  vertical-align: baseline;
  backface-visibility: hidden;
  outline: none;
}

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

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

abbr,
acronym,
blockquote,
button,
code,
input,
kbd,
q,
samp,
var {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  text-decoration: none;
}

a,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
}

a,
input,
button,
select,
textarea {
  color: inherit;
}

a:active, a:focus,
input:active,
input:focus,
button:active,
button:focus,
select:active,
select:focus,
textarea:active,
textarea:focus {
  outline: none;
}

abbr {
  font-variant: small-caps;
  font-size: 1.25em;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: lowercase;
}

abbr[title]:hover {
  cursor: help;
}

b,
optgroup,
strong {
  font-weight: normal;
}

dfn,
i,
em {
  font-style: normal;
}

del {
  text-decoration: line-through;
}

sub,
sup {
  font-size: 0.75rem;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ol,
ul {
  list-style: none;
}

caption {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

img {
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  height: 0;
}

pre {
  overflow: auto;
  white-space: pre;
}

pre code {
  white-space: pre-wrap;
  word-wrap: normal;
}

code {
  white-space: pre;
}

code,
kbd,
pre,
samp {
  font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2rem;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
  border-radius: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  outline: none;
}

input {
  line-height: inherit;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
}

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

th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

::-moz-selection {
  color: white;
  background: black;
}

::selection {
  color: white;
  background: black;
}

html {
  font-size: 1.25em;
}

body {
  font-family: SPFugue, Helvetica, Verdana, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2rem;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  color: black;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
  text-rendering: geometricPrecision;
  font-variant-ligatures: common-ligatures;
}

textarea {
  resize: vertical;
}

.icon.spinello::before {
  content: "A";
}

.icon.info::before {
  content: "B";
}

.icon.close::before {
  content: "C";
}

.icon.facebook::before {
  content: "D";
}

.icon.instagram::before {
  content: "E";
}

.icon.twitter::before {
  content: "F";
}

.c2sc {
  -webkit-font-feature-settings: "liga" 1,"c2sc" 1;
  -moz-font-feature-settings: "liga" 1,"c2sc" 1;
  font-feature-settings: "liga" 1,"c2sc" 1;
}

.block-gallery .swiper-slide figure picture img, .block-gallery img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}

.copy [class*='multicol'] {
  max-width: none;
}

.copy p {
  max-width: false;
}

.copy p:empty {
  display: none;
}

.copy p:not(:last-child) {
  margin-bottom: 1.2rem;
}

.copy dfn, .copy i, .copy em {
  font-style: italic;
}

.copy dl, .copy ol, .copy ul {
  max-width: false;
}

.copy dl:not(:last-child), .copy ol:not(:last-child), .copy ul:not(:last-child) {
  margin-bottom: 1.2rem;
}

.copy dl dl, .copy dl ol, .copy dl ul, .copy ol dl, .copy ol ol, .copy ol ul, .copy ul dl, .copy ul ol, .copy ul ul {
  margin-bottom: 0;
  margin-left: 2.4rem;
  top: 0;
}

.copy li::before {
  margin-right: 0.6rem;
  display: inline-block;
}

.copy ul li::before {
  content: "•";
}

.debug {
  background-image: linear-gradient(to top, cyan 5%, transparent 5%) !important;
  background-size: 100% 0.6em !important;
  background-position: left top !important;
}

.copy dl:not(.dictionary) dt, .copy dl.lining dt, .copy dl:not(.dictionary) dd, .copy dl.lining dd {
  display: inline;
  margin: 0;
}

.copy dl:not(.dictionary) dt + dt::before, .copy dl.lining dt + dt::before, .copy dl:not(.dictionary) dd + dt::before, .copy dl.lining dd + dt::before {
  content: "\a";
  white-space: pre;
}

.copy dl:not(.dictionary) dt, .copy dl.lining dt {
  font-family: SPFugue, Helvetica, Verdana, sans-serif;
  font-weight: 700;
}

.copy dl:not(.dictionary) dd + dd::before, .copy dl.lining dd + dd::before {
  content: ", ";
}

.copy dl:not(.dictionary) dd::before, .copy dl.lining dd::before {
  content: ": ";
  margin-left: -0.2em;
}

.copy dl.dictionary dt {
  display: inline;
  display: inline-block;
  counter-reset: definitions;
}

.copy dl.dictionary dt + dt::before {
  content: ", ";
  margin-left: -0.2rem;
}

.copy dl.dictionary dd {
  display: block;
  counter-increment: definitions;
}

.copy dl.dictionary dd::before {
  content: counter(definitions, decimal) ". ";
}

.copy dl.dictionary dd + dt {
  margin-top: 1.2rem;
}

.copy h1 {
  font-size: 1.38084rem;
  line-height: 1.8rem;
  position: relative;
  top: 0.54098rem;
  margin-top: 1.8rem;
  margin-bottom: 0.6rem;
}

.copy h2 {
  font-size: 1.29454rem;
  line-height: 1.8rem;
  position: relative;
  top: 0.56342rem;
  margin-top: 2.4rem;
  margin-bottom: 0.6rem;
}

.copy h3 {
  font-size: 1.21363rem;
  line-height: 1.8rem;
  position: relative;
  top: 0.58446rem;
  margin-top: 1.8rem;
  margin-bottom: 0.6rem;
}

.copy h4 {
  font-size: 1.13778rem;
  line-height: 1.8rem;
  position: relative;
  top: 0.60418rem;
  margin-top: 1.8rem;
  margin-bottom: 0.6rem;
}

.copy h5 {
  font-size: 1.06667rem;
  line-height: 1.8rem;
  position: relative;
  top: 0.62267rem;
  margin-top: 1.8rem;
  margin-bottom: 0.6rem;
}

.copy h6 {
  font-size: 1rem;
  line-height: 1.2rem;
  position: relative;
  top: 0.34rem;
  margin-top: 1.8rem;
  margin-bottom: 0.6rem;
}

.copy h1, .copy h2, .copy h3, .copy h4, .copy h5, .copy h6 {
  font-family: SPFugue, Helvetica, Verdana, sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: "liga" 0,"dlig" 0,"titl" 1;
  -moz-font-feature-settings: "liga" 0,"dlig" 0,"titl" 1;
  font-feature-settings: "liga" 0,"dlig" 0,"titl" 1;
  text-rendering: geometricPrecision;
}

.copy h1 b, .copy h2 b, .copy h3 b, .copy h4 b, .copy h5 b, .copy h6 b, .copy h1 strong, .copy h2 strong, .copy h3 strong, .copy h4 strong, .copy h5 strong, .copy h6 strong {
  font-family: SPFugue, Helvetica, Verdana, sans-serif;
  font-weight: 700;
}

.copy p {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  hyphenate-limit-chars: 6 3 2;
  hyphenate-limit-lines: 3;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.icon::before, .close::before, .block-gallery .share a, #header #logo::before {
  font-family: Spinello;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
}

@media (min-width: 50em) {
  .copy .multicol-2 {
    -webkit-column-gap: 1.8rem;
    -moz-column-gap: 1.8rem;
    column-gap: 1.8rem;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media (min-width: 50em) {
  .copy .multicol-3 {
    -webkit-column-gap: 1.8rem;
    -moz-column-gap: 1.8rem;
    column-gap: 1.8rem;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media (min-width: 64em) {
  .copy .multicol-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}

@media (min-width: 50em) {
  .copy .multicol-4 {
    -webkit-column-gap: 1.8rem;
    -moz-column-gap: 1.8rem;
    column-gap: 1.8rem;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media (min-width: 64em) {
  .copy .multicol-4 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}

@media (min-width: 80em) {
  .copy .multicol-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
}

.copy ol.alpha, .copy ol, .copy ol.decimal, .copy ol.decimal-leading-zero, .copy ol.greek, .copy ol.roman, .copy ol.upper-alpha {
  counter-reset: list;
}

.copy ol.alpha > li::before, .copy ol > li::before, .copy ol.decimal > li::before, .copy ol.decimal-leading-zero > li::before, .copy ol.greek > li::before, .copy ol.roman > li::before, .copy ol.upper-alpha > li::before {
  counter-increment: list;
}

.copy ol.alpha > li ol, .copy ol > li ol, .copy ol.decimal > li ol, .copy ol.decimal-leading-zero > li ol, .copy ol.greek > li ol, .copy ol.roman > li ol, .copy ol.upper-alpha > li ol {
  counter-reset: list2;
}

.copy ol.alpha > li ol > li::before, .copy ol > li ol > li::before, .copy ol.decimal > li ol > li::before, .copy ol.decimal-leading-zero > li ol > li::before, .copy ol.greek > li ol > li::before, .copy ol.roman > li ol > li::before, .copy ol.upper-alpha > li ol > li::before {
  counter-increment: list2;
}

.copy ol.alpha > li ol > li ol, .copy ol > li ol > li ol, .copy ol.decimal > li ol > li ol, .copy ol.decimal-leading-zero > li ol > li ol, .copy ol.greek > li ol > li ol, .copy ol.roman > li ol > li ol, .copy ol.upper-alpha > li ol > li ol {
  counter-reset: list3;
}

.copy ol.alpha > li ol > li ol > li::before, .copy ol > li ol > li ol > li::before, .copy ol.decimal > li ol > li ol > li::before, .copy ol.decimal-leading-zero > li ol > li ol > li::before, .copy ol.greek > li ol > li ol > li::before, .copy ol.roman > li ol > li ol > li::before, .copy ol.upper-alpha > li ol > li ol > li::before {
  counter-increment: list3;
}

.copy ol.alpha > li::before {
  content: counter(list, lower-alpha) ")";
}

.copy ol.alpha > li > ol > li::before {
  content: counter(list, lower-alpha) counter(list2, lower-alpha) ")";
}

.copy ol.alpha > li > ol > li ol > li::before {
  content: counter(list, lower-alpha) counter(list2, lower-alpha) counter(list3, lower-alpha) ")";
}

.copy ol > li::before, .copy ol.decimal > li::before {
  content: counter(list, decimal);
}

.copy ol > li > ol > li::before, .copy ol.decimal > li > ol > li::before {
  content: counter(list, decimal) "." counter(list2, decimal);
}

.copy ol > li > ol > li ol > li::before, .copy ol.decimal > li > ol > li ol > li::before {
  content: counter(list, decimal) "." counter(list2, decimal) "." counter(list3, decimal);
}

.copy ol.decimal-leading-zero > li::before {
  content: counter(list, decimal-leading-zero);
}

.copy ol.decimal-leading-zero > li > ol > li::before {
  content: counter(list, decimal-leading-zero) "." counter(list2, decimal-leading-zero);
}

.copy ol.decimal-leading-zero > li > ol > li ol > li::before {
  content: counter(list, decimal-leading-zero) "." counter(list2, decimal-leading-zero) "." counter(list3, decimal-leading-zero);
}

.copy ol.greek > li::before {
  content: counter(list, lower-greek) ")";
}

.copy ol.greek > li > ol > li::before {
  content: counter(list, lower-greek) counter(list2, lower-greek) ")";
}

.copy ol.greek > li > ol > li ol > li::before {
  content: counter(list, lower-greek) counter(list2, lower-greek) counter(list3, lower-greek) ")";
}

.copy ol.roman > li::before {
  content: counter(list, upper-roman);
}

.copy ol.roman > li > ol > li::before {
  content: counter(list, upper-roman) "." counter(list2, upper-roman);
}

.copy ol.roman > li > ol > li ol > li::before {
  content: counter(list, upper-roman) "." counter(list2, upper-roman) "." counter(list3, upper-roman);
}

.copy ol.upper-alpha > li::before {
  content: counter(list, upper-alpha) ")";
}

.copy ol.upper-alpha > li > ol > li::before {
  content: counter(list, upper-alpha) counter(list2, upper-alpha) ")";
}

.copy ol.upper-alpha > li > ol > li ol > li::before {
  content: counter(list, upper-alpha) counter(list2, upper-alpha) counter(list3, upper-alpha) ")";
}

.copy img {
  height: auto;
  max-width: 100%;
}

.page-home .pagination {
  padding-right: 1.2rem;
}

@media (min-width: 50em) {
  .page-home .pagination {
    padding-right: 1.8rem;
  }
}

.block-gallery .share, .block-gallery .swiper-slide figure, #header #info > div, #header #menu nav, .page-artist .menu-artist, .page-artist .screen, .page-error-404, .page-exhibitions .block-exhibitions, .fairs {
  padding-right: 1.2rem;
  padding-left: 1.2rem;
}

@media (min-width: 50em) {
  .block-gallery .share, .block-gallery .swiper-slide figure, #header #info > div, #header #menu nav, .page-artist .menu-artist, .page-artist .screen, .page-error-404, .page-exhibitions .block-exhibitions, .fairs {
    padding-right: 1.8rem;
    padding-left: 1.8rem;
  }
}

.table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

#outdated {
  top: 24px;
  right: 24px;
  left: 24px;
  position: fixed;
  z-index: 200;
  background-color: white !important;
  color: black !important;
  border: 4px solid black;
  padding: 24px 36px;
  text-align: center;
  line-height: 30px;
}

#outdated h6 {
  color: inherit !important;
}

#outdated p {
  color: inherit !important;
}

#outdated a#buttonUpdateBrowser {
  background-color: black !important;
  color: white !important;
  display: inline-block;
  margin-left: 1em;
  padding: 0 1em;
}

#outdated a#buttonCloseUpdateBrowser {
  top: 0;
  right: 0;
  position: absolute;
  color: inherit !important;
  height: 36px;
  line-height: 36px;
  width: 36px;
}

/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

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

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

.close {
  -webkit-align-items: center;
  align-items: center;
  -webkit-display: flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  top: 1.2rem;
  right: 1.2rem;
  position: fixed;
  z-index: 201;
  width: 1.2rem;
  height: 1.2rem;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  75% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-moz-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  75% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-o-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  75% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  75% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@media (min-width: 50em) {
  .close {
    right: 1.8rem;
  }
}

.close:hover {
  -webkit-animation: rotate 2s infinite cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-animation: rotate 2s infinite cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-animation: rotate 2s infinite cubic-bezier(0.645, 0.045, 0.355, 1);
  animation: rotate 2s infinite cubic-bezier(0.645, 0.045, 0.355, 1);
}

.close::before {
  -webkit-align-items: center;
  align-items: center;
  -webkit-display: flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: inherit;
  height: inherit;
  content: "C";
  font-size: 1.2rem;
  line-height: 1.2rem;
  transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#content:not(.page-home) {
  transition: opacity 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.info-on #content:not(.page-home),
.menu-on #content:not(.page-home) {
  opacity: .3;
}

#content:not(.page-home)::before {
  top: 0;
  right: 0;
  left: 0;
  position: fixed;
  z-index: 10;
  height: 3.6rem;
  background: white;
  content: "";
  display: block;
}

@media (min-width: 0) and (max-width: 63.9375em) {
  #content:not(.page-home)::after {
    right: 0;
    left: 0;
    bottom: 0;
    position: fixed;
    z-index: 10;
    height: 3rem;
    background: white;
    content: "";
    display: block;
  }
}

.exhibition .copy {
  font-size: 16px;
}

.copy p,
.copy ol,
.copy ul,
.copy dl {
  position: relative;
  top: 0.34rem;
}

.exhibition .copy p, .exhibition
.copy ol, .exhibition
.copy ul, .exhibition
.copy dl {
  top: 0.4rem;
}

.block-exhibitions {
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.block-exhibitions .exhibition {
  padding: 3.6rem 0 2.4rem;
}

@media (min-width: 50em) {
  .block-exhibitions .exhibition {
    -webkit-display: flex;
    display: flex;
  }
}

.block-exhibitions .exhibition[data-date='now'] {
  -webkit-order: -1;
  order: -1;
}

.block-exhibitions .exhibition:not(:last-child) {
  box-shadow: inset 0 -1px 0 0 #E5E5E5;
}

.block-exhibitions .exhibition.active .info .file {
  left: 0;
  opacity: 1;
  transition: opacity 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s, left 0s linear 0s;
}

.block-exhibitions .exhibition .artist,
.block-exhibitions .exhibition .info {
  padding-bottom: 1.2rem;
}

.block-exhibitions .exhibition .artist {
  overflow: hidden;
}

@media (min-width: 0) and (max-width: 49.9375em) {
  .block-exhibitions .exhibition .artist:empty {
    display: none;
  }
}

@media (min-width: 0) and (max-width: 29.9375em) {
  .block-exhibitions .exhibition .artist {
    padding-top: 1.2rem;
  }
}

@media (min-width: 30em) and (max-width: 49.9375em) {
  .block-exhibitions .exhibition .artist {
    float: left;
    width: 50%;
  }
}

@media (min-width: 50em) {
  .block-exhibitions .exhibition .artist {
    -webkit-flex: 0 1 25%;
    flex: 0 1 25%;
    -webkit-order: -1;
    order: -1;
    padding-right: 0.6rem;
  }
}

.block-exhibitions .exhibition .artist span {
  position: relative;
  top: 0.34rem;
}

@media (min-width: 30em) and (max-width: 49.9375em) {
  .block-exhibitions .exhibition .info {
    float: left;
    width: 50%;
  }
}

@media (min-width: 30em) {
  .block-exhibitions .exhibition .info {
    padding-right: 0.6rem;
  }
}

@media (min-width: 50em) {
  .block-exhibitions .exhibition .info {
    -webkit-flex: 0 1 25%;
    flex: 0 1 25%;
  }
}

.block-exhibitions .exhibition .info a {
  display: block;
  cursor: url("/assets/images/search.png") 10 10, pointer;
  cursor: -webkit-image-set(url("/assets/images/search.png") 1x, url("/assets/images/search2.png") 2x) 10 10, pointer;
}

.block-exhibitions .exhibition .info h1,
.block-exhibitions .exhibition .info footer {
  position: relative;
  top: 0.34rem;
}

.block-exhibitions .exhibition .info a:hover {
  color: #B2B2B2;
}

.block-exhibitions .exhibition .info a.file {
  margin-top: 1.2rem;
  color: #B2B2B2;
  display: inline-block;
  position: relative;
  left: 100vw;
  opacity: 0;
  transition: opacity 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s, left 0s linear 400ms;
}

.block-exhibitions .exhibition .content-wrapper {
  margin: 0 0 0 -2.4rem;
  padding-left: 2.4rem;
  height: 0;
  overflow: hidden;
}

@media (min-width: 30em) and (max-width: 49.9375em) {
  .block-exhibitions .exhibition .content-wrapper {
    clear: both;
  }
}

.block-exhibitions .exhibition .content-wrapper.active {
  height: auto !important;
}

@media (min-width: 50em) {
  .block-exhibitions .exhibition .content-wrapper {
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%;
  }
}

.block-exhibitions .exhibition .content {
  transition: opacity 200ms cubic-bezier(0.645, 0.045, 0.355, 1) 400ms;
}

.block-exhibitions .exhibition .content .copy-wrapper {
  margin-bottom: 1.2rem;
  height: 10.8rem;
  overflow: hidden;
  position: relative;
}

.block-exhibitions .exhibition .content .copy-wrapper.active::after {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.block-exhibitions .exhibition .content .copy-wrapper.active + .toggle-copy .show {
  opacity: 0;
}

.block-exhibitions .exhibition .content .copy-wrapper.active + .toggle-copy .hide {
  opacity: 1;
}

.block-exhibitions .exhibition .content .copy-wrapper::after {
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  height: 6rem;
  content: "";
  display: block;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.block-exhibitions .exhibition .content .copy {
  padding-bottom: 1.2rem;
}

.block-exhibitions .exhibition .content .toggle-copy {
  font-size: 16px;
  margin-bottom: 1.2rem;
  color: #B2B2B2;
  display: inline-block;
  position: relative;
  text-align: left;
}

.block-exhibitions .exhibition .content .toggle-copy .show,
.block-exhibitions .exhibition .content .toggle-copy .hide {
  position: relative;
  top: 0.34rem;
  display: inline-block;
  transition: opacity 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.block-exhibitions .exhibition .content .toggle-copy .show {
  opacity: 1;
}

.block-exhibitions .exhibition .content .toggle-copy .hide {
  right: 0;
  left: 0;
  position: absolute;
  opacity: 0;
}

.block-gallery .share {
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 1;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  color: #B2B2B2;
}

.block-gallery .share a {
  -webkit-align-items: center;
  align-items: center;
  -webkit-display: flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  width: 0.6rem;
  height: 0.6rem;
  font-size: 0.6rem;
  line-height: .5;
  position: relative;
  transition: color 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.block-gallery .share a:not(:last-child) {
  margin-bottom: 0.6rem;
}

.block-gallery .share a::before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  -webkit-align-items: center;
  align-items: center;
  -webkit-display: flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.block-gallery .share a:focus, .block-gallery .share a:hover {
  color: black;
}

.block-gallery .share a.facebook::before {
  content: "D";
}

.block-gallery .share a.instagram::before {
  content: "E";
}

.block-gallery .share a.twitter::before {
  content: "F";
}

.block-gallery .preview picture {
  display: block;
  width: 100%;
}

.block-gallery .preview img {
  width: 100%;
  height: auto;
  max-height: none;
  cursor: url("/assets/images/search.png") 10 10, pointer;
  cursor: -webkit-image-set(url("/assets/images/search.png") 1x, url("/assets/images/search2.png") 2x) 10 10, pointer;
}

.block-gallery .prev,
.block-gallery .next {
  left: 50vw;
  position: fixed;
  z-index: 201;
  margin-left: -0.6rem;
  width: 1.2rem;
  height: 1.2rem;
  box-shadow: inset -0.15rem 0.15rem 0 0 black;
  display: block;
  transition: opacity 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media (min-width: 0) and (max-width: 49.9375em) and (orientation: landscape) {
  .block-gallery .prev,
  .block-gallery .next {
    display: none;
  }
}

@media (min-width: 50em) {
  .no-touch .block-gallery .prev, .no-touch
  .block-gallery .next {
    width: 50vw;
    height: auto;
    box-shadow: none;
    opacity: 1;
    -webkit-transform: none !important;
    transform: none !important;
  }
}

.block-gallery .prev {
  top: 1.2rem;
  -webkit-transform: rotate(-45deg) translate(-25%, 25%);
  transform: rotate(-45deg) translate(-25%, 25%);
}

@media (min-width: 50em) {
  .no-touch .block-gallery .prev {
    top: 0;
    right: 25vw;
    left: 25vw;
    bottom: 50vh;
    position: fixed;
    cursor: url("/assets/images/up.png") 17 10, pointer;
    cursor: -webkit-image-set(url("/assets/images/up.png") 1x, url("/assets/images/up2.png") 2x) 17 10, pointer;
  }
}

.block-gallery .next {
  bottom: 1.2rem;
  -webkit-transform: rotate(135deg) translate(-25%, 25%);
  transform: rotate(135deg) translate(-25%, 25%);
}

@media (min-width: 50em) {
  .no-touch .block-gallery .next {
    top: 50vh;
    right: 25vw;
    left: 25vw;
    bottom: 0;
    position: fixed;
    cursor: url("/assets/images/down.png") 17 10, pointer;
    cursor: -webkit-image-set(url("/assets/images/down.png") 1x, url("/assets/images/down2.png") 2x) 17 10, pointer;
  }
}

.block-gallery .swiper-container {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 200;
  width: 100vw;
  height: 100vh;
  -webkit-transform: scale(1);
  transform: scale(1);
  background: white;
  display: none;
  opacity: 1;
  transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.block-gallery .swiper-slide {
  width: 100vw !important;
  height: 100vh !important;
}

.block-gallery .swiper-slide figure {
  padding-top: 1.2rem;
  padding-bottom: 3.6rem;
  width: inherit;
  height: inherit;
  display: block;
}

@media (min-width: 50em) {
  .block-gallery .swiper-slide figure {
    padding-top: 3.6rem;
    padding-bottom: 6.6rem;
  }
}

.block-gallery .swiper-slide figure picture {
  display: block;
  width: 100%;
  height: 100%;
}

.block-gallery .swiper-slide figure picture img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
}

.block-gallery .swiper-slide figure figcaption {
  right: 0;
  bottom: 3.6rem;
  left: 0;
  position: absolute;
  padding: 0 2.4rem;
  -webkit-transform: translateY(9px);
  transform: translateY(9px);
  color: #B2B2B2;
  font-size: 0.6rem;
  line-height: 0.9rem;
  text-align: center;
}

@media (min-width: 0) and (max-width: 49.9375em) and (orientation: landscape) {
  .block-gallery .swiper-slide figure figcaption {
    bottom: 1.2rem;
  }
}

@media (min-width: 50em) {
  .no-touch .block-gallery .swiper-slide figure figcaption {
    right: 0;
    bottom: 1.8rem;
    left: 0;
  }
}

.block-gallery.off .swiper-container {
  -webkit-transform: scale(2);
  transform: scale(2);
  opacity: 0;
}

@media (min-width: 50em) {
  .no-touch .block-gallery .close {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 1;
    width: 100vw;
    height: 100vh;
    cursor: url("/assets/images/close.png") 12 12, auto;
    cursor: -webkit-image-set(url("/assets/images/close.png") 1x, url("/assets/images/close2.png") 2x) 12 12, auto;
  }
  .no-touch .block-gallery .close:focus, .no-touch .block-gallery .close:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
  }
  .no-touch .block-gallery .close::before {
    content: none;
  }
}

#header {
  width: 0;
  height: 3.6rem;
  position: absolute;
}

#header::before {
  content: "";
  left: -999rem;
  position: absolute;
  z-index: -100;
  font-style: italic;
}

#header #logo {
  top: 1.2rem;
  position: fixed;
  z-index: 101;
  width: 4.5rem;
  height: 1.35rem;
  transition: color 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  left: 1.2rem;
}

@media (min-width: 50em) {
  #header #logo {
    left: 1.8rem;
  }
}

.dark-theme:not(.menu-on) #header #logo {
  color: white;
}

#header #logo:focus, #header #logo:hover {
  color: black;
}

#header #logo::before {
  -webkit-align-items: center;
  align-items: center;
  -webkit-display: flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: inherit;
  height: inherit;
  content: "A";
  font-size: 4.5rem;
  line-height: 1.35rem;
}

#header #logo h1 {
  text-indent: -9999rem;
}

#header .toggle-info,
#header .toggle-menu {
  width: 1.2rem;
  height: 1.2rem;
  display: block;
  position: fixed;
  transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 120;
}

.dark-theme #header .toggle-info, .dark-theme
#header .toggle-menu {
  color: white;
}

#header .toggle-info::before,
#header .toggle-menu::before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  position: absolute;
  transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#header .toggle-info {
  top: 1.2rem;
  right: 1.2rem;
}

@media (min-width: 50em) {
  #header .toggle-info {
    right: 1.8rem;
  }
}

.info-on #header .toggle-info {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.menu-on #header .toggle-info {
  z-index: 100;
}

#header .toggle-info::before {
  box-shadow: inset 0.15rem -0.15rem 0 0 black;
}

.dark-theme #header .toggle-info::before {
  box-shadow: inset 0.15rem -0.15rem 0 0 white;
}

.info-on #header .toggle-info::before {
  box-shadow: inset 0.15rem -0.15rem 0 0 black;
}

@media (min-width: 0) and (max-width: 39.9375em) {
  .menu-on #header .toggle-info::before {
    box-shadow: inset 0.15rem -0.15rem 0 0 black;
  }
}

#header .toggle-menu {
  bottom: 1.2rem;
  left: 1.2rem;
}

@media (min-width: 50em) {
  #header .toggle-menu {
    left: 1.8rem;
  }
}

.menu-on #header .toggle-menu {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.info-on #header .toggle-menu {
  z-index: 100;
}

#header .toggle-menu::before {
  box-shadow: inset -0.15rem 0.15rem 0 0 black;
}

.dark-theme #header .toggle-menu::before {
  box-shadow: inset -0.15rem 0.15rem 0 0 white;
}

.menu-on #header .toggle-menu::before {
  box-shadow: inset -0.15rem 0.15rem 0 0 black;
}

@media (min-width: 0) and (max-width: 39.9375em) {
  .info-on #header .toggle-menu::before {
    box-shadow: inset -0.15rem 0.15rem 0 0 black;
  }
}

#header #info,
#header #menu {
  width: 100%;
  height: 100%;
  background: white;
  position: fixed;
  transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 110;
}

@media (min-width: 40em) {
  #header #info,
  #header #menu {
    z-index: 100;
  }
}

@media (min-width: 50em) {
  #header #info,
  #header #menu {
    max-width: 50vw;
  }
}

#header #info > div,
#header #menu > div {
  padding-top: 3.6rem;
  padding-bottom: 3.6rem;
  height: 100%;
  overflow-y: auto;
}

#header #info > div::-webkit-scrollbar,
#header #menu > div::-webkit-scrollbar {
  width: 0;
}

#header #info > div::-webkit-scrollbar-track,
#header #menu > div::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
}

#header #info > div::-webkit-scrollbar-thumb,
#header #menu > div::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0);
  outline: none;
}

@media (min-width: 40em) {
  #header #info > div,
  #header #menu > div {
    padding-top: 4.8rem;
    padding-bottom: 3.6rem;
  }
}

#header #info {
  top: 0;
  right: 0;
}

.info-off #header #info {
  -webkit-transform: translateX(100%) translateY(-100%);
  transform: translateX(100%) translateY(-100%);
}

@media (min-width: 64em) {
  #header #info > div {
    padding-top: 6rem;
    padding-right: 3.6rem;
    padding-left: 3.6rem;
  }
}

#header #info .about {
  margin-bottom: 4.2rem;
  max-width: 28em;
}

#header #info .cols {
  margin-bottom: 4.8rem;
}

@media (min-width: 50em) {
  #header #info .cols {
    -webkit-display: flex;
    display: flex;
  }
}

#header #info .cols .address {
  -webkit-flex: 1 1 66.66667%;
  flex: 1 1 66.66667%;
}

@media (min-width: 0) and (max-width: 49.9375em) {
  #header #info .cols .address {
    margin-bottom: 1.2rem;
  }
}

@media (min-width: 87.5em) {
  #header #info .cols .address {
    -webkit-flex-basis: 58.33333%;
    flex-basis: 58.33333%;
  }
}

#header #info .cols .address p {
  margin-bottom: 1.2rem;
}

#header #info .cols .address table {
  margin-top: 2.4rem;
  min-width: 12em;
}

#header #info .cols .menu {
  -webkit-flex: 1 1 33.33333%;
  flex: 1 1 33.33333%;
}

@media (min-width: 87.5em) {
  #header #info .cols .menu {
    -webkit-flex-basis: 41.66667%;
    flex-basis: 41.66667%;
  }
}

#header #info #newsletter form {
  margin-top: 2.4rem;
  line-height: 2.4rem;
}

#header #info #newsletter .field-shift {
  left: -9999px;
  position: absolute;
}

#header #info #newsletter .mergeRow-email .field-group {
  margin-bottom: 0.6rem;
  padding-bottom: 0.6rem;
  width: 13.6rem;
  border-bottom: 1px solid black;
}

#header #info #newsletter .mergeRow-email label {
  display: none;
}

#header #info #newsletter .mergeRow-email input[type=email] {
  width: 100%;
  display: block;
}

#header #info #newsletter .mergeRow-text {
  display: none;
}

#header #info #newsletter #interestTable {
  display: none;
}

#header #menu {
  bottom: 0;
  left: 0;
}

.menu-off #header #menu {
  -webkit-transform: translateX(-100%) translateY(100%);
  transform: translateX(-100%) translateY(100%);
}

@media (min-width: 40em) {
  #header #menu > div {
    -webkit-display: flex;
    display: flex;
  }
}

@media (min-width: 50em) {
  #header #menu > div {
    padding-top: 7.2rem;
  }
}

@media (min-width: 64em) {
  #header #menu > div {
    padding-top: 9.6rem;
  }
}

@media (min-width: 80em) {
  #header #menu > div {
    padding-top: 12rem;
  }
}

@media (min-width: 87.5em) {
  #header #menu > div {
    padding-top: 13.2rem;
  }
}

#header #menu nav {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
}

@media (min-width: 0) and (max-width: 39.9375em) {
  #header #menu nav {
    margin-bottom: 2.4rem;
  }
}

#header #menu h1 {
  margin-bottom: 1.2rem;
}

@media (min-width: 30em) {
  #header #menu h1 {
    margin-bottom: 2.4rem;
  }
}

@media (min-width: 50em) {
  #header #menu h1 {
    margin-bottom: 3.6rem;
  }
}

#header #menu #menu-program li:last-child {
  margin-top: 1.2rem;
}

.timeline-header {
  color: #B2B2B2;
  text-align: center;
}

.timeline-header.now .now {
  opacity: 1;
  transition: opacity 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s, left 0s linear 0s;
}

.timeline-header.now .upcoming,
.timeline-header.now .year {
  left: 100%;
}

.timeline-header.upcoming .upcoming {
  opacity: 1;
  transition: opacity 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s, left 0s linear 0s;
}

.timeline-header.upcoming .now,
.timeline-header.upcoming .year {
  left: 100%;
}

.timeline-header.year .year {
  opacity: 1;
  transition: opacity 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s, left 0s linear 0s;
}

.timeline-header.year .now,
.timeline-header.year .upcoming {
  left: 100%;
}

.timeline-header .now,
.timeline-header .upcoming,
.timeline-header .year {
  top: 0;
  right: 0;
  left: 0;
  position: fixed;
  z-index: 50;
  padding: 1.2rem 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s, left 0s linear 400ms;
}

@media (min-width: 0) and (max-width: 39.9375em) {
  .timeline-header .year::before {
    content: "Past";
    display: block;
  }
}

.timeline-header .year a {
  margin: 0 0.3rem;
  display: inline-block;
  transition: color 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media (min-width: 0) and (max-width: 39.9375em) {
  .timeline-header .year a {
    display: none;
  }
}

.timeline-header .year a.active, .timeline-header .year a:hover {
  color: black;
  font-style: normal;
}

.timeline-header .year a:focus {
  font-style: normal;
}

html:not(.ready) body {
  opacity: 0;
}

html.menu-on, html.info-on {
  overflow: hidden;
}

html.artist-cv-on, html.artist-news-on, html.artist-press-on, html.artist-publications-on {
  overflow: hidden;
}

body {
  transition: opacity 200ms cubic-bezier(0.645, 0.045, 0.355, 1) 200ms;
  cursor: url("/assets/images/cursor.png"), default;
  cursor: -webkit-image-set(url("/assets/images/cursor.png") 1x, url("/assets/images/cursor2.png") 2x), default;
}

a,
button,
input[type=submit] {
  cursor: url("/assets/images/search.png") 10 10, pointer;
  cursor: -webkit-image-set(url("/assets/images/search.png") 1x, url("/assets/images/search2.png") 2x) 10 10, pointer;
}

a:focus, a:hover,
button:focus,
button:hover,
input[type=submit]:focus,
input[type=submit]:hover {
  color: #B2B2B2;
  font-style: italic;
}

#wpadminbar {
  display: none !important;
}

i,
em {
  font-style: italic;
}

.page-artist .menu-artist {
  padding-top: 3.6rem;
}

@media (min-width: 50em) {
  .page-artist .menu-artist {
    top: 0;
    left: 0;
    position: fixed;
    z-index: 50;
    padding-top: 7.2rem;
    padding-right: 0;
    width: 50vw;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-display: flex;
    display: flex;
  }
}

.page-artist .menu-artist h1,
.page-artist .menu-artist nav {
  margin-bottom: 1.2rem;
}

@media (min-width: 50em) {
  .page-artist .menu-artist h1,
  .page-artist .menu-artist nav {
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%;
  }
}

.page-artist .menu-artist > h1 {
  position: relative;
  top: 0.34rem;
}

.page-artist .menu-artist nav h1 {
  display: none;
}

.page-artist .menu-artist nav span {
  position: relative;
  top: 0.34rem;
}

.page-artist .menu-artist .title {
  top: 0;
  right: 0;
  left: 0;
  position: fixed;
  z-index: 50;
  color: #B2B2B2;
  text-align: center;
}

.page-artist .menu-artist .title.gallery .gallery {
  opacity: 1;
  left: 0;
  transition: opacity 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s, left 0s linear 0s;
}

.page-artist .menu-artist .title.cv .cv {
  opacity: 1;
  left: 0;
  transition: opacity 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s, left 0s linear 0s;
}

.page-artist .menu-artist .title.news .news {
  opacity: 1;
  left: 0;
  transition: opacity 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s, left 0s linear 0s;
}

.page-artist .menu-artist .title.press .press {
  opacity: 1;
  left: 0;
  transition: opacity 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s, left 0s linear 0s;
}

.page-artist .menu-artist .title.publications .publications {
  opacity: 1;
  left: 0;
  transition: opacity 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s, left 0s linear 0s;
}

.page-artist .menu-artist .title.exhibitions .exhibitions {
  opacity: 1;
  left: 0;
  transition: opacity 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s, left 0s linear 0s;
}

.page-artist .menu-artist .title.work .work {
  opacity: 1;
  left: 0;
  transition: opacity 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s, left 0s linear 0s;
}

.page-artist .menu-artist .title .gallery,
.page-artist .menu-artist .title .cv,
.page-artist .menu-artist .title .news,
.page-artist .menu-artist .title .press,
.page-artist .menu-artist .title .publications,
.page-artist .menu-artist .title .exhibitions,
.page-artist .menu-artist .title .work {
  top: 0;
  right: 0;
  left: 100%;
  position: absolute;
  z-index: 50;
  padding: 1.2rem 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s, left 0s linear 400ms;
}

@media (min-width: 50em) {
  .page-artist .menu-artist .title .cv,
  .page-artist .menu-artist .title .news,
  .page-artist .menu-artist .title .press,
  .page-artist .menu-artist .title .publications {
    display: none;
  }
}

.page-artist .screen {
  padding-top: 3.6rem;
  padding-bottom: 1.2rem;
}

@media (min-width: 50em) {
  .page-artist .screen {
    padding-top: 7.2rem;
    min-height: 100vh;
  }
}

.page-artist .screen > h1 {
  display: none;
}

.page-artist #cv,
.page-artist #news,
.page-artist #press,
.page-artist #publications {
  top: 0;
  right: 0;
  position: fixed;
  z-index: 300;
  padding-bottom: 2.4rem;
  width: 100vw;
  height: 100vh;
  -webkit-transform: translateX(100%) translateY(-100%);
  transform: translateX(100%) translateY(-100%);
  background: white;
  overflow-y: auto;
}

@media (min-width: 0) and (max-width: 49.9375em) {
  .page-artist #cv .close.overlay,
  .page-artist #news .close.overlay,
  .page-artist #press .close.overlay,
  .page-artist #publications .close.overlay {
    display: none;
  }
}

@media (min-width: 50em) {
  .page-artist #cv .close.overlay,
  .page-artist #news .close.overlay,
  .page-artist #press .close.overlay,
  .page-artist #publications .close.overlay {
    top: 0;
    right: 50vw;
    bottom: 0;
    left: 0;
    position: fixed;
    width: 50vw;
    height: 100vh;
    cursor: url("/assets/images/close.png") 12 12, auto;
    cursor: -webkit-image-set(url("/assets/images/close.png") 1x, url("/assets/images/close2.png") 2x) 12 12, auto;
    display: block;
  }
  .page-artist #cv .close.overlay::before,
  .page-artist #news .close.overlay::before,
  .page-artist #press .close.overlay::before,
  .page-artist #publications .close.overlay::before {
    content: none;
  }
  .page-artist #cv .close.overlay:focus, .page-artist #cv .close.overlay:hover,
  .page-artist #news .close.overlay:focus,
  .page-artist #news .close.overlay:hover,
  .page-artist #press .close.overlay:focus,
  .page-artist #press .close.overlay:hover,
  .page-artist #publications .close.overlay:focus,
  .page-artist #publications .close.overlay:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
  }
}

@media (min-width: 50em) {
  .page-artist #cv .close:not(.overlay),
  .page-artist #news .close:not(.overlay),
  .page-artist #press .close:not(.overlay),
  .page-artist #publications .close:not(.overlay) {
    display: none;
  }
}

@media (min-width: 50em) {
  .no-touch .page-artist #cv, .no-touch
  .page-artist #news, .no-touch
  .page-artist #press, .no-touch
  .page-artist #publications {
    width: 50vw;
  }
}

@media (min-width: 50em) {
  .page-artist #gallery {
    padding-left: 50vw;
  }
}

.artist-cv-on .page-artist #cv {
  -webkit-transform: none;
  transform: none;
}

.page-artist #cv .text {
  position: relative;
  top: 0.34rem;
}

.page-artist #cv .text p {
  margin-bottom: 2.4rem;
}

.page-artist #cv .text p + h2 {
  margin-top: -1.2rem;
}

.page-artist #cv .text h2 {
  color: #B2B2B2;
}

.artist-news-on .page-artist #news {
  -webkit-transform: none;
  transform: none;
}

.page-artist #news article:not(:first-child) {
  padding-top: 3.6rem;
}

.page-artist #news article:not(:last-child) {
  padding-bottom: 3.6rem;
  box-shadow: inset 0 -1px 0 0 #E5E5E5;
}

.page-artist #news article footer,
.page-artist #news article h1,
.page-artist #news article > a {
  position: relative;
  top: 0.34rem;
}

.page-artist #news article footer {
  margin-bottom: 1.2rem;
}

.page-artist #news article h1 {
  margin-bottom: 1.2rem;
}

.page-artist #news article > a {
  margin-top: 1.2rem;
  color: #B2B2B2;
  display: inline-block;
}

.artist-press-on .page-artist #press {
  -webkit-transform: none;
  transform: none;
}

.artist-publications-on .page-artist #publications {
  -webkit-transform: none;
  transform: none;
}

.page-artist #work ul {
  margin: -0.6rem;
}

@media (min-width: 30em) {
  .page-artist #work ul.col-2, .page-artist #work ul.col-3, .page-artist #work ul.col-4 {
    -webkit-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (min-width: 30em) {
  .page-artist #work ul.col-2 li, .page-artist #work ul.col-3 li, .page-artist #work ul.col-4 li {
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%;
  }
}

@media (min-width: 50em) {
  .page-artist #work ul.col-3 li, .page-artist #work ul.col-4 li {
    -webkit-flex: 1 1 33.33333%;
    flex: 1 1 33.33333%;
  }
}

@media (min-width: 80em) {
  .page-artist #work ul.col-4 li {
    -webkit-flex: 1 1 25%;
    flex: 1 1 25%;
  }
}

.page-artist #work li {
  padding: 0.6rem;
}

.page-artist #work .img {
  padding-top: 75%;
  cursor: url("/assets/images/search.png") 10 10, pointer;
  cursor: -webkit-image-set(url("/assets/images/search.png") 1x, url("/assets/images/search2.png") 2x) 10 10, pointer;
  background-size: cover;
  background-position: center;
}

.page-error-404 {
  padding-top: 3.6rem;
  padding-bottom: 3.6rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  min-height: 100vh;
}

@media (min-width: 50em) {
  .page-error-404 {
    padding-top: 7.2rem;
    padding-bottom: 7.2rem;
  }
}

.page-error-404 h1 {
  font-size: 6.93205rem;
  line-height: 7.2rem;
}

.page-error-404 p {
  font-size: 1.38084rem;
  line-height: 1.8rem;
}

.page-error-404 a {
  margin-top: 6rem;
  display: inlinepblock;
}

.page-exhibitions header h1 {
  left: -100vw;
  position: absolute;
}

.page-exhibitions .block-exhibitions {
  padding-top: 3.6rem;
  padding-bottom: 3.6rem;
}

.page-exhibitions .copy {
  line-height: 0.9rem;
  padding-top: 0.15rem;
}

.fairs {
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding-top: 3.6rem;
  padding-bottom: 3.6rem;
}

.fairs .fair {
  padding: 2.4rem 0 1.2rem;
  margin: 0 -0.6rem;
  box-shadow: inset 0 -1px 0 0 #E5E5E5;
}

@media (min-width: 40em) {
  .fairs .fair {
    -webkit-display: flex;
    display: flex;
  }
}

.fairs .fair[data-date='now'] {
  -webkit-order: -1;
  order: -1;
}

.fairs .fair header,
.fairs .fair footer,
.fairs .fair .artists {
  -webkit-flex: 1 1 33.33333%;
  flex: 1 1 33.33333%;
  padding: 0 0.6rem 1.2rem;
}

.fairs .fair header {
  position: relative;
  top: 0.34rem;
}

@media (min-width: 64em) {
  .fairs .fair header {
    -webkit-flex: 1 1 25%;
    flex: 1 1 25%;
  }
}

.fairs .fair footer {
  position: relative;
  top: 0.34rem;
}

@media (min-width: 64em) {
  .fairs .fair footer {
    -webkit-flex: 1 1 25%;
    flex: 1 1 25%;
  }
}

@media (min-width: 64em) {
  .fairs .fair .artists {
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%;
  }
}

.fairs .fair span {
  position: relative;
  top: 0.34rem;
}

.page-home {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
}

.page-home > h1 {
  right: -200vw;
  left: -200vw;
  position: absolute;
}

.page-home .swiper-container {
  width: 100%;
  height: 100%;
}

.page-home .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

.page-home .swiper-slide.dark {
  background-color: black;
  color: white;
}

.page-home .swiper-slide.light {
  background-color: white;
  color: black;
}

.page-home .swiper-slide.swiper-slide-active .text {
  opacity: 1;
}

.page-home .text {
  padding: 1.2rem 2.4rem;
  right: 0;
  bottom: 0;
  position: absolute;
  max-width: 100%;
  opacity: 0;
  transition: opacity 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 15em;
}

@media (min-width: 50em) {
  .page-home .text {
    width: 20em;
  }
}

@media (min-width: 80em) {
  .page-home .text {
    width: 30em;
  }
}

@media (min-width: 64em) {
  .page-home .text.right-top {
    top: 0;
    bottom: auto;
  }
}

@media (min-width: 64em) {
  .page-home .text.left-bottom {
    right: auto;
    left: 16.66667%;
  }
}

.page-home .text a {
  position: relative;
  top: 0.34rem;
  cursor: url("/assets/images/search.png") 10 10, pointer;
  cursor: -webkit-image-set(url("/assets/images/search.png") 1x, url("/assets/images/search2.png") 2x) 10 10, pointer;
}

.page-home a:focus, .page-home a:hover {
  color: inherit;
}

.page-home h1 {
  margin-bottom: 1.2rem;
}

.page-home .pagination {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  position: absolute;
  z-index: 10;
  padding-bottom: 1.2rem;
  -webkit-transform: none;
  transform: none;
}

.page-home .pagination .swiper-pagination-bullet {
  margin: 0;
  width: 0.85rem;
  height: 0.85rem;
  background: transparent;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px black;
  cursor: url("/assets/images/search.png") 10 10, pointer;
  cursor: -webkit-image-set(url("/assets/images/search.png") 1x, url("/assets/images/search2.png") 2x) 10 10, pointer;
  display: block;
  opacity: 1;
  transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.page-home .pagination .swiper-pagination-bullet:not(:last-child) {
  margin-bottom: 0.35rem;
}

.page-home .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: black;
}

.dark-theme .page-home .pagination .swiper-pagination-bullet {
  box-shadow: inset 0 0 0 1px white;
}

.dark-theme .page-home .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: white;
}

@font-face {
  font-family: SPFugue;
  src: url("/assets/fonts/SPFugue.eot");
  src: url("/assets/fonts/SPFugue.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/SPFugue.woff") format("woff"), url("/assets/fonts/SPFugue.ttf") format("truetype"), url("/assets/fonts/SPFugue.svg#SPFugue") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: SPFugue;
  src: url("/assets/fonts/SPFugue-Italic.eot");
  src: url("/assets/fonts/SPFugue-Italic.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/SPFugue-Italic.woff") format("woff"), url("/assets/fonts/SPFugue-Italic.ttf") format("truetype"), url("/assets/fonts/SPFugue-Italic.svg#SPFugue-Italic") format("svg");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: SPFugue;
  src: url("/assets/fonts/SPFugue.eot");
  src: url("/assets/fonts/SPFugue.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/SPFugue.woff") format("woff"), url("/assets/fonts/SPFugue.ttf") format("truetype"), url("/assets/fonts/SPFugue.svg#SPFugue") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: SPFugue;
  src: url("/assets/fonts/SPFugue-Italic.eot");
  src: url("/assets/fonts/SPFugue-Italic.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/SPFugue-Italic.woff") format("woff"), url("/assets/fonts/SPFugue-Italic.ttf") format("truetype"), url("/assets/fonts/SPFugue-Italic.svg#SPFugue-Italic") format("svg");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: Spinello;
  src: url("/assets/fonts/Spinello.eot");
  src: url("/assets/fonts/Spinello.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Spinello.woff") format("woff"), url("/assets/fonts/Spinello.ttf") format("truetype"), url("/assets/fonts/Spinello.svg#Spinello") format("svg");
  font-weight: 400;
  font-style: normal;
}

/*
NOTES

Google PageSpeed Insights screen resolutions
Mobile: 320px
Desktop: 1024px
*/
