@charset "UTF-8";
@font-face {
  font-family: "Gosha Sans";
  font-weight: 400;
  font-display: fallback;
  src: url("../fonts/GoshaSans-Regular.eot?") format("eot"), url("../fonts/GoshaSans-Regular.woff2") format("woff2"), url("../fonts/GoshaSans-Regular.woff") format("woff"), url("../fonts/GoshaSans-Regular.ttf") format("truetype"), url("../fonts/GoshaSans-Regular.otf") format("opentype"); }

@font-face {
  font-family: "Gosha Sans";
  font-weight: 600;
  font-display: fallback;
  src: url("../fonts/GoshaSans-Bold.eot?") format("eot"), url("../fonts/GoshaSans-Bold.woff2") format("woff2"), url("../fonts/GoshaSans-Bold.woff") format("woff"), url("../fonts/GoshaSans-Bold.ttf") format("truetype"), url("../fonts/GoshaSans-Bold.otf") format("opentype"); }

@font-face {
  font-family: "Gosha Sans";
  font-weight: 900;
  font-display: fallback;
  src: url("../fonts/GoshaSans-Ultrabold.eot?") format("eot"), url("../fonts/GoshaSans-Ultrabold.woff2") format("woff2"), url("../fonts/GoshaSans-Ultrabold.woff") format("woff"), url("../fonts/GoshaSans-Ultrabold.ttf") format("truetype"), url("../fonts/GoshaSans-Ultrabold.otf") format("opentype"); }

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

html {
  font-size: 62.5%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

a {
  text-decoration: none; }

@keyframes flicker {
  from {
    opacity: .9; }
  6% {
    opacity: .65; }
  8% {
    opacity: .95; }
  10% {
    opacity: .90; }
  11% {
    opacity: .75; }
  12% {
    opacity: .9; }
  14% {
    opacity: .95; }
  16% {
    opacity: .98; }
  17% {
    opacity: .9; }
  19% {
    opacity: .93; }
  20% {
    opacity: .99; }
  24% {
    opacity: 1; }
  26% {
    opacity: .94; }
  28% {
    opacity: .98; }
  38% {
    opacity: .5; }
  39% {
    opacity: .96; }
  42% {
    opacity: 1; }
  44% {
    opacity: .97; }
  46% {
    opacity: .94; }
  56% {
    opacity: .9; }
  58% {
    opacity: .9; }
  60% {
    opacity: .99; }
  68% {
    opacity: 1; }
  70% {
    opacity: .9; }
  72% {
    opacity: .95; }
  93% {
    opacity: .93; }
  95% {
    opacity: .75; }
  97% {
    opacity: .93; }
  to {
    opacity: 1; } }

body {
  font-family: "Gosha Sans", Verdana, sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000; }

h1,
h2,
h3,
h4,
p,
ul,
ol {
  -webkit-hyphens: auto;
  -webkit-hyphenate-limit-chars: auto 3;
  -webkit-hyphenate-limit-lines: 4;
  -ms-hyphens: auto;
  -ms-hyphenate-limit-chars: auto 3;
  -ms-hyphenate-limit-lines: 4;
  hyphens: auto;
  hyphenate-limit-chars: auto 3;
  hyphenate-limit-lines: 4;
  font-weight: normal; }

h1, h2, h3 {
  display: block;
  width: 100%;
  text-transform: lowercase; }

h2 {
  line-height: 1;
  font-size: 7.2vw;
  font-weight: 600;
  color: transparent;
  -webkit-text-stroke: .05rem #000;
  margin-bottom: 2rem; }
  @media only screen and (min-width: 900px) {
    h2 {
      -webkit-text-stroke: .1rem #000;
      font-size: clamp(3vw, 6vw, 6.4rem); } }

h3 {
  line-height: 1;
  font-size: 10vw;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: .075rem #000;
  margin-bottom: 2rem; }
  @media only screen and (min-width: 900px) {
    h3 {
      word-spacing: -1rem;
      font-size: clamp(3vw, 6vw, 7.2rem);
      -webkit-text-stroke: .1rem #000; } }

strong, b {
  font-weight: 600; }

p {
  font-weight: normal;
  font-size: clamp(2rem, 2.4vw, 3.6rem);
  line-height: 1.33;
  letter-spacing: -0.05rem;
  text-align: left;
  text-transform: lowercase; }
  p:not(:last-child) {
    margin-bottom: 3.2rem; }
    @media only screen and (min-width: 900px) {
      p:not(:last-child) {
        letter-spacing: -0.1rem; } }
    @media only screen and (min-width: 1200px) {
      p:not(:last-child) {
        margin-bottom: 3vw; } }

.u-mt-small {
  margin-top: 2rem; }
  @media only screen and (min-width: 900px) {
    .u-mt-small {
      margin-top: 4rem; } }

.u-mt-medium {
  margin-top: 4rem; }
  @media only screen and (min-width: 900px) {
    .u-mt-medium {
      margin-top: 8rem; } }

.u-mt-large {
  margin-top: 8rem; }
  @media only screen and (min-width: 900px) {
    .u-mt-large {
      margin-top: 16rem; } }

.u-mb-small {
  margin-bottom: 2rem; }
  @media only screen and (min-width: 900px) {
    .u-mb-small {
      margin-bottom: 4rem; } }

.u-mb-medium {
  margin-bottom: 4rem; }
  @media only screen and (min-width: 900px) {
    .u-mb-medium {
      margin-bottom: 8rem; } }

.u-mb-large {
  margin-bottom: 8rem; }
  @media only screen and (min-width: 900px) {
    .u-mb-large {
      margin-bottom: 16rem; } }

.description-section {
  margin-top: 3.2rem;
  margin-bottom: 6rem; }
  @media only screen and (min-width: 900px) {
    .description-section {
      margin-top: 0;
      max-width: 65%;
      padding-top: 2vw;
      margin-bottom: 10vw; } }
  .description-section h2 {
    font-weight: 600;
    color: #000;
    -webkit-text-stroke: 0;
    letter-spacing: -0.05rem; }

.about-section {
  display: grid;
  grid-template-columns: 100%;
  margin-bottom: 10vw;
  width: 100%; }
  @media only screen and (min-width: 900px) {
    .about-section {
      grid-template-columns: 30% 1fr;
      grid-template-rows: 1fr;
      grid-column-gap: 5vw;
      grid-row-gap: 0px; } }
  .about-section .photo {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 4rem;
    margin-bottom: 4rem; }
    @media only screen and (min-width: 900px) {
      .about-section .photo {
        grid-area: 1 / 1 / 2 / 2;
        margin-top: 0; } }
  @media only screen and (min-width: 900px) {
    .about-section .description {
      grid-area: 1 / 2 / 2 / 3;
      word-spacing: -0.1rem; } }

.artwork-section,
.events-section,
.video-section,
.social-section,
.representatives-section {
  display: grid;
  grid-template-columns: 100%;
  margin: 0 auto 10rem auto;
  width: 100%; }
  @media only screen and (min-width: 900px) {
    .artwork-section,
    .events-section,
    .video-section,
    .social-section,
    .representatives-section {
      grid-template-columns: 30% 1fr;
      grid-template-rows: 1fr;
      grid-column-gap: 5vw;
      grid-row-gap: 0px;
      margin: 0 auto 8vw auto; } }

.artworks-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.artwork {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
  align-items: center; }
  .artwork:not(:last-child) {
    margin-bottom: 5rem; }
  @media only screen and (min-width: 1200px) {
    .artwork--half {
      width: 48%; } }
  .artwork__description {
    margin-top: 1.2rem;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap; }
    @media only screen and (min-width: 900px) {
      .artwork__description {
        margin-top: 1.6rem; } }
    .artwork__description span {
      text-align: left;
      font-size: 1.4rem; }
      @media only screen and (min-width: 900px) {
        .artwork__description span {
          font-size: 1.6rem; } }
      .artwork__description span.title {
        color: #000;
        font-weight: 600; }
      .artwork__description span.facts, .artwork__description span.size {
        color: #756977;
        line-height: 1.2; }

.video {
  position: relative;
  padding-bottom: 56.25%;
  /* Default for 1600x900 videos 16:9 ratio*/
  padding-top: 0px;
  height: 0;
  overflow: hidden; }
  .video:not(:last-child) {
    margin-bottom: 5rem; }
  .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.list {
  list-style: none;
  width: 100%; }
  @media only screen and (min-width: 1200px) {
    .list--text {
      padding-top: 1.4rem; } }
  .list .gallery {
    display: grid;
    grid-template-columns: 100%;
    width: 100%; }
    @media only screen and (min-width: 600px) {
      .list .gallery {
        grid-template-columns: minmax(auto, 40rem) 1fr;
        grid-template-rows: 1fr;
        grid-column-gap: 2.5vw;
        grid-row-gap: 0px; } }
    .list .gallery .address {
      font-style: normal; }
      .list .gallery .address span {
        display: block; }
        .list .gallery .address span.name {
          color: #000;
          font-size: clamp(1.8rem, 2.4vw, 2.4rem);
          font-weight: 600;
          line-height: 1.33;
          margin-top: 1.2rem; }
        .list .gallery .address span.focus, .list .gallery .address span.country {
          margin-bottom: 1.2rem; }
        .list .gallery .address span.focus {
          color: #756977; }
        .list .gallery .address span a {
          font-weight: 600;
          border-bottom: 2px solid #000; }
  .list .list-item:not(:first-child) {
    padding-top: 1.4rem; }
  .list .list-item:not(:last-child) {
    padding-bottom: 1.4rem; }
  .list .list-item:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25); }
  .list .list-item--social a {
    line-height: 1;
    font-size: 10vw;
    font-weight: 900;
    color: #000; }
    @media only screen and (min-width: 900px) {
      .list .list-item--social a {
        word-spacing: -1rem;
        font-size: clamp(3vw, 6vw, 7.2rem);
        margin-top: -1.4rem; } }
    .list .list-item--social a:hover {
      color: #756977; }
  .list .list-item .list-item__wrap {
    display: flex; }
    .list .list-item .list-item__wrap .date,
    .list .list-item .list-item__wrap .title {
      color: #000;
      font-size: clamp(1.8rem, 2.4vw, 2.4rem);
      line-height: 1.33; }
    .list .list-item .list-item__wrap .date:after {
      color: #756977;
      content: "•";
      margin: 0 0.4rem; }
      @media only screen and (min-width: 1200px) {
        .list .list-item .list-item__wrap .date:after {
          display: none; } }
    @media only screen and (min-width: 1200px) {
      .list .list-item .list-item__wrap .date {
        width: calc(12rem + 5vw); } }
    @media only screen and (min-width: 1200px) {
      .list .list-item .list-item__wrap .title {
        width: calc(100% - (12rem + 5vw)); } }
  .list .list-item .type,
  .list .list-item .publisher,
  .list .list-item .location {
    display: block;
    color: #756977;
    font-size: clamp(1.4rem, 2.4vw, 1.6rem); }
  @media only screen and (min-width: 1200px) {
    .list .list-item .publisher,
    .list .list-item .location {
      padding-left: calc(12rem + 5vw); } }

.page-header {
  display: grid;
  grid-template-columns: 100%;
  margin-bottom: 5vw; }
  @media only screen and (min-width: 900px) {
    .page-header {
      grid-template-columns: 30% 1fr;
      grid-template-rows: 1fr;
      grid-column-gap: 5vw;
      grid-row-gap: 0px; } }
  @media only screen and (min-width: 900px) {
    .page-header .left-column,
    .page-header .right-column {
      margin-top: 0;
      border-top: 0.65vw solid #000; } }
  .page-header .left-column {
    margin-top: 2.4rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    @media only screen and (min-width: 900px) {
      .page-header .left-column {
        margin-top: 0;
        grid-area: 1 / 1 / 2 / 2;
        padding-top: 2.2vw; } }
    .page-header .left-column a {
      font-size: clamp(2.4rem, 2.4vw, 3.6rem);
      font-weight: 600;
      line-height: 1;
      letter-spacing: -0.025rem; }
    .page-header .left-column ul {
      list-style: none;
      display: flex; }
      @media only screen and (min-width: 900px) {
        .page-header .left-column ul {
          padding-top: .5rem; } }
      @media only screen and (min-width: 1200px) {
        .page-header .left-column ul {
          padding-top: 1rem; } }
      .page-header .left-column ul li:not(:last-child) {
        margin-right: 1.6rem; }
  .page-header .right-column {
    margin-top: 3.2rem; }
    @media only screen and (min-width: 900px) {
      .page-header .right-column {
        margin-top: 0;
        grid-area: 1 / 2 / 2 / 3;
        padding-top: 1vw; } }
    .page-header .right-column h1 {
      font-size: clamp(4rem, 6vw, 24rem);
      font-weight: 600;
      line-height: 1.1;
      letter-spacing: -0.05rem; }
      @media only screen and (min-width: 1400px) {
        .page-header .right-column h1 {
          line-height: 1; } }

.page-footer {
  display: grid;
  grid-template-columns: 100%; }
  @media only screen and (min-width: 900px) {
    .page-footer {
      grid-template-columns: 30% 1fr;
      grid-template-rows: 1fr;
      grid-column-gap: 5vw;
      grid-row-gap: 0px; } }
  .page-footer__copyright, .page-footer__links {
    font-size: clamp(2.4rem, 2.4vw, 3.6rem);
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.025rem; }
    @media only screen and (min-width: 900px) {
      .page-footer__copyright, .page-footer__links {
        border-top: 0.65vw solid #000;
        padding-top: 2.2vw; } }
  .page-footer__copyright {
    order: 2;
    margin: 4rem 0 2rem 0; }
    @media only screen and (min-width: 900px) {
      .page-footer__copyright {
        margin: 0;
        order: 1; } }
  .page-footer__links {
    order: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    list-style: none; }
    .page-footer__links li:not(:last-child) {
      margin-bottom: 1rem; }
    .page-footer__links li a {
      color: #000; }
      .page-footer__links li a:hover {
        color: #756977; }
    @media only screen and (min-width: 900px) {
      .page-footer__links {
        order: 2;
        flex-direction: row; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

html {
  height: 100%;
  scroll-behavior: smooth; }

body {
  position: relative;
  min-height: 100%;
  margin: 0; }

.page-wrap {
  margin: 0 auto;
  max-width: 204.8rem;
  padding: 0 2rem; }
  @media only screen and (min-width: 900px) {
    .page-wrap {
      padding: 2.5vw; } }

::selection {
  background: #000;
  color: #fff;
  /* WebKit/Blink Browsers */ }

::-moz-selection {
  background: #000;
  color: #fff;
  /* Gecko Browsers */ }

img,
video {
  width: 100%;
  vertical-align: middle;
  height: auto; }

.main-content {
  width: 100%;
  margin: 0 auto; }

.slider img {
  width: auto;
  max-width: 100%;
  max-height: 50vw;
  margin-right: 2.5vw !important; }

a {
  transition: all 0.5s ease;
  color: #000; }
  a:hover {
    color: #756977; }
  a.current-page {
    text-decoration: line-through;
    pointer-events: none;
    color: #756977 !important; }
