@font-face {
  font-family: "Caslon";
  src: url(/site/dist/assets/fonts/ACaslonPro-Italic.woff) format("woff");
  src: url(/site/dist/assets/fonts/ACaslonPro-Italic.woff2) format("woff2");
  font-style: italic;
  font-weight: 400; }

@font-face {
  font-family: "Helvetica Light";
  src: url(/site/dist/assets/fonts/HelveticaLTStd-Light.woff) format("woff");
  src: url(/site/dist/assets/fonts/HelveticaLTStd-Light.woff2) format("woff2");
  font-style: normal;
  font-weight: 200; }

@font-face {
  font-family: "Helvetica Light";
  src: url(/site/dist/assets/fonts/HelveticaLTStd-LightObl.woff) format("woff");
  src: url(/site/dist/assets/fonts/HelveticaLTStd-LightObl.woff2) format("woff2");
  font-style: italic;
  font-weight: 200; }

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html {
  overflow-y: scroll;
  cursor: default;
  position: relative;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html, body {
  height: 100%;
  width: 100%;
  overflow: hidden; }

button {
  outline: 0;
  background: transparent;
  border: 0;
  cursor: pointer; }

@media (max-width: 500px) {
  * {
    -webkit-tap-highlight-color: transparent; } }

body {
  font-family: "Caslon", Times, serif;
  font-size: 3.9vh;
  line-height: 4.2vh;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0em;
  color: black;
  text-transform: uppercase; }
  @media (orientation: portrait) and (hover: none) {
    body {
      font-size: 4.6vw;
      line-height: var(--lineHeight);
      letter-spacing: 0em; } }

p {
  margin-bottom: 0.59375em; }
  @media (orientation: portrait) and (hover: none) {
    p {
      margin-bottom: 1.1875em; } }

a,
button {
  color: inherit;
  text-decoration: none;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  font-style: italic;
  overflow: visible; }
  a:hover, a:focus, a.router-link-active,
  button:hover,
  button:focus,
  button.router-link-active {
    text-decoration: underline;
    text-underline-offset: 0.08em;
    text-decoration-thickness: 3px; }

@-moz-document url-prefix() {
  a:hover, a:focus, a.router-link-active,
  button:hover,
  button:focus,
  button.router-link-active {
    text-underline-offset: 0.1em; } }
    @media (max-height: 810px) {
      a:hover, a:focus, a.router-link-active,
      button:hover,
      button:focus,
      button.router-link-active {
        text-decoration-thickness: 2px; } }
    @media (max-height: 680px) {
      a:hover, a:focus, a.router-link-active,
      button:hover,
      button:focus,
      button.router-link-active {
        text-underline-offset: 0.1em; } }
    @media (min-height: 980px) {
      a:hover, a:focus, a.router-link-active,
      button:hover,
      button:focus,
      button.router-link-active {
        text-underline-offset: 0.09em;
        text-decoration-thickness: 3px; } }
    @media (min-height: 1500px) {
      a:hover, a:focus, a.router-link-active,
      button:hover,
      button:focus,
      button.router-link-active {
        text-underline-offset: 0.13em;
        text-decoration-thickness: 4px; } }
    @media (orientation: portrait) and (hover: none) {
      a:hover, a:focus, a.router-link-active,
      button:hover,
      button:focus,
      button.router-link-active {
        text-decoration-thickness: 2px;
        text-underline-offset: calc(var(--lineHeight) * 0.17); } }
    @media (orientation: landscape) and (hover: none) and (max-width: 1024px) {
      a:hover, a:focus, a.router-link-active,
      button:hover,
      button:focus,
      button.router-link-active {
        text-underline-offset: 0.175em; } }

@media screen and (orientation: portrait) and (max-height: 600px) {
  a:hover,
  a:focus,
  a.router-link-active {
    text-decoration-thickness: 1.5px;
    text-underline-offset: calc(var(--lineHeight) * 0.125); } }

html.on-device.windows .row a,
html.on-device.windows .row button {
  text-underline-offset: 0.15em; }

button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit; }

h1, h2, h3, h4 {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-weight: inherit; }

.fnt-s {
  font-size: 2vh;
  line-height: 1.1875em;
  letter-spacing: 0em;
  font-family: "Helvetica Light", Helvetica, sans-serif;
  font-weight: 200;
  font-style: normal;
  text-transform: initial; }
  .fnt-s p {
    margin-bottom: 1.1875em; }
  @media (orientation: portrait) and (hover: none) {
    .fnt-s {
      font-size: 1.835vh;
      line-height: 1.1875em;
      letter-spacing: 0em; } }

.fnt-m {
  font-size: 3.9vh;
  line-height: 4.2vh;
  letter-spacing: 0em;
  font-family: "Caslon", Times, serif;
  font-weight: 400;
  text-transform: uppercase; }
  .fnt-m p {
    margin-bottom: 2.1vh; }
  @media (orientation: portrait) and (hover: none) {
    .fnt-m {
      font-size: 4.6vw;
      line-height: var(--lineHeight);
      letter-spacing: 0em; } }

.uppercase {
  text-transform: uppercase; }

.italic {
  font-style: italic; }

.text-white {
  color: white; }

.break-word {
  word-wrap: break-word; }

.break-spaces {
  white-space: break-spaces; }

.mobile {
  display: none; }
  @media (orientation: portrait) and (hover: none) {
    .mobile {
      display: block; } }

.desktop {
  display: block; }
  @media (orientation: portrait) and (hover: none) {
    .desktop {
      display: none; } }

.desktop-flex {
  display: flex; }
  @media (orientation: portrait) and (hover: none) {
    .desktop-flex {
      display: none; } }

.noselect {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.hidden {
  height: 0;
  opacity: 0;
  margin-bottom: 0;
  z-index: -1;
  pointer-events: none; }

.scroll-cta {
  display: block;
  position: fixed;
  top: -100px;
  left: -100px;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity .75s;
  pointer-events: none; }

.scroll-arrow {
  position: absolute;
  right: 2.1vh;
  top: 50%;
  transform: translateY(-50%);
  height: 50%;
  width: 20px;
  z-index: 1;
  opacity: 0;
  transition: opacity .75s; }
  @media (orientation: portrait) and (hover: none) {
    .scroll-arrow {
      opacity: 1; } }
  .scroll-arrow svg {
    height: 100%;
    width: 100%; }

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

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

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

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

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

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

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

/* 3D Effects */
.swiper-container-3d {
  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 {
    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: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }
  .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory; }

header:after {
  content: '';
  display: block;
  margin-top: calc(0.1em * -1);
}
@media (orientation: portrait) and (hover: none) {
header:after {
      margin-top: calc(0.1em * -1);
}
}
nav {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
@media (orientation: portrait) and (hover: none) {
nav {
      display: block;
}
}
nav .row#logo {
    position: relative;
    flex: 0 0 7em;
    max-width: 7em;
    overflow: visible;
    z-index: 1;
}
@media (orientation: portrait) and (hover: none) {
nav .row#logo {
        position: absolute;
        top: 0;
        flex: 0 0 100%;
        max-width: none;
        height: calc(var(--lineHeight) * 2);
}
}
nav .row#logo .row-wrapper {
      padding-right: 0;
}
@media (orientation: portrait) and (hover: none) {
nav .row#logo .row-wrapper {
          padding-right: 0.3251551877em;
          padding-top: 0;
          max-width: 7.5em;
}
}
nav .row#logo .row-wrapper:after {
        height: 0;
}
nav .row#logo a {
      position: relative;
      display: block;
      width: 100%;
      height: 100%;
}
nav .row#logo a div {
        display: flex;
        justify-content: space-between;
}
nav .row#logo a:hover, nav .row#logo a:focus, nav .row#logo a.router-link-exact-active {
        text-decoration: none;
}
nav .row#logo a:hover:after, nav .row#logo a:focus:after, nav .row#logo a.router-link-exact-active:after {
          content: '';
          display: block;
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          height: 3px;
          transform: translateY(-0.1em);
          background-color: black;
}
@media (max-height: 810px) {
nav .row#logo a:hover:after, nav .row#logo a:focus:after, nav .row#logo a.router-link-exact-active:after {
              height: 2px;
}
}
@media (min-height: 1500px) {
nav .row#logo a:hover:after, nav .row#logo a:focus:after, nav .row#logo a.router-link-exact-active:after {
              height: 4px;
}
}
@media (orientation: portrait) and (hover: none) {
nav .row#logo a:hover:after, nav .row#logo a:focus:after, nav .row#logo a.router-link-exact-active:after {
              height: 2px;
}
}
@media (orientation: portrait) and (hover: none) and (max-height: 600px) {
nav .row#logo a:hover:after, nav .row#logo a:focus:after, nav .row#logo a.router-link-exact-active:after {
      height: 1.5px;
      transform: translateY(-0.1em);
}
}
nav .row#logo a.router-link-active {
        text-decoration: none;
}
nav .row#logo + li {
      flex: 1 1 100%;
      text-align: center;
}
@media (orientation: portrait) and (hover: none) {
nav .row#logo + li {
          flex: 0 0 33.33%;
          text-align: left;
}
nav .row#logo + li + li {
            text-align: center;
}
}
nav .row#search {
    top: -0.1em;
    right: 0;
    left: auto;
    width: 50%;
}
@media (orientation: portrait) and (hover: none) {
nav .row#search {
        position: absolute;
        z-index: 1;
}
}
nav .row#search .row-wrapper {
      border: 0;
      justify-content: end;
}
nav .row#search .row-wrapper:after {
        height: 0;
}
nav .row#search form {
      width: 100%;
}
nav .row#search input {
      border: 0;
      outline: 0;
      height: 100%;
      width: 100%;
      font-family: inherit;
      font-size: inherit;
      line-height: inherit;
      text-transform: inherit;
      text-align: right;
      font-style: inherit;
}
nav .row#search input::-webkit-search-decoration, nav .row#search input::-webkit-search-cancel-button, nav .row#search input::-webkit-search-results-button, nav .row#search input::-webkit-search-results-decoration {
        -webkit-appearance: none;
}
nav .row#search input:-moz-placeholder-shown {
        background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjQuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxNi42IDIyLjMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2LjYgMjIuMzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiM2NjY2NjY7fQo8L3N0eWxlPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTUuNSwxMS40YzEuNy00LTAuMi04LjUtNC4xLTEwLjJTMi44LDEuMywxLjEsNS4zYy0xLjcsNCwwLjIsOC41LDQuMSwxMC4yUzEzLjgsMTUuMywxNS41LDExLjR6Ii8+CjxsaW5lIGNsYXNzPSJzdDAiIHgxPSIyLjUiIHkxPSIyMi4xIiB4Mj0iNS4xIiB5Mj0iMTUuOSIvPgo8L3N2Zz4K");
        background-repeat: no-repeat;
        background-size: .55em;
        background-position: top 20% right 136px;
}
nav .row#search input:-ms-input-placeholder {
        background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjQuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxNi42IDIyLjMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2LjYgMjIuMzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiM2NjY2NjY7fQo8L3N0eWxlPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTUuNSwxMS40YzEuNy00LTAuMi04LjUtNC4xLTEwLjJTMi44LDEuMywxLjEsNS4zYy0xLjcsNCwwLjIsOC41LDQuMSwxMC4yUzEzLjgsMTUuMywxNS41LDExLjR6Ii8+CjxsaW5lIGNsYXNzPSJzdDAiIHgxPSIyLjUiIHkxPSIyMi4xIiB4Mj0iNS4xIiB5Mj0iMTUuOSIvPgo8L3N2Zz4K");
        background-repeat: no-repeat;
        background-size: .55em;
        background-position: top 20% right 136px;
}
nav .row#search input:placeholder-shown {
        background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjQuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxNi42IDIyLjMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2LjYgMjIuMzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiM2NjY2NjY7fQo8L3N0eWxlPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTUuNSwxMS40YzEuNy00LTAuMi04LjUtNC4xLTEwLjJTMi44LDEuMywxLjEsNS4zYy0xLjcsNCwwLjIsOC41LDQuMSwxMC4yUzEzLjgsMTUuMywxNS41LDExLjR6Ii8+CjxsaW5lIGNsYXNzPSJzdDAiIHgxPSIyLjUiIHkxPSIyMi4xIiB4Mj0iNS4xIiB5Mj0iMTUuOSIvPgo8L3N2Zz4K");
        background-repeat: no-repeat;
        background-size: .55em;
        background-position: top 20% right 136px;
}
@media (orientation: portrait) and (hover: none) {
nav .row#search input:-moz-placeholder-shown {
            background-position: top 20% right 19vw;
}
nav .row#search input:-ms-input-placeholder {
            background-position: top 20% right 19vw;
}
nav .row#search input:placeholder-shown {
            background-position: top 20% right 19vw;
}
}
@media (orientation: portrait) and (hover: none) {
nav .row#search input {
          background-color: transparent;
}
}
nav .row#main-menu .row-wrapper {
    justify-content: space-between;
}
nav .row {
    position: absolute;
    left: 0;
    bottom: 0.1em;
    width: 100%;
}
@media (orientation: portrait) and (hover: none) {
nav .row {
        position: relative;
}
}
nav .row .row-wrapper {
      border-top: 0.5px solid black;
}
@media (orientation: portrait) and (hover: none) {
nav .row .row-wrapper {
          border-top: 0;
}
}
nav .row .menu-item {
      flex: 0 0 25%;
}
@media (orientation: portrait) and (hover: none) {
nav .row .menu-item {
          flex: 0 0 auto;
}
}
nav .row .menu-item#spacer {
        flex: 0 0 7em;
}
@media (orientation: portrait) and (hover: none) {
nav .row .menu-item#spacer {
            display: none;
}
}
nav .row .menu-item:nth-child(2) {
        flex: 1 1 100%;
        text-align: center;
}
@media (orientation: portrait) and (hover: none) {
nav .row .menu-item:nth-child(2) {
            flex: 0 0 auto;
            text-align: left;
}
nav .row .menu-item:nth-child(2) + div {
              text-align: center;
}
}
nav .row .menu-item:last-child {
        text-align: right;
}

#app {
  display: flex;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding-top: 0.133em;
  cursor: wait;
}
#app.loaded {
    cursor: auto;
}
.main-wrapper main {
  flex: 1;
}
.main-wrapper main .page {
    height: 100%;
    display: flex;
    flex-flow: column;
}
.main-wrapper main .page .subpage {
      flex: 1;
      display: flex;
      flex-flow: column;
}
.main-wrapper main .content {
    position: relative;
    flex: 1;
}

.resp-image {
  position: relative;
  line-height: 0;
  width: 0;
}
.resp-image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.row {
  position: relative;
  overflow: hidden;
}
.row:after {
    content: '';
    display: block;
    height: 0;
    margin-top: calc(0.1em * -1);
}
@media (orientation: portrait) and (hover: none) {
.row:after {
        margin-top: calc(0.1em * -1);
}
}
.row#prototype {
    position: absolute;
    left: -100%;
    top: -100%;
}
.row.clear {
    height: 100%;
}
.row.clear > .row-wrapper {
      padding: 0;
      position: relative;
      height: 100%;
}
.row.clear > .row-wrapper:after {
        opacity: 0;
}
.row[ignore="true"] {
    overflow: visible;
}
.row .row-wrapper {
    display: flex;
    position: relative;
    padding-left: 0.2364765001em;
    padding-right: 0.3251551877em;
    padding-top: 0.1em;
    transform: translateY(-100%);
}
@media (orientation: portrait) and (hover: none) {
.row .row-wrapper {
        padding-top: 0.1em;
        min-height: var(--lineHeight);
}
}
.row .row-wrapper:after {
      content: '';
      display: block;
      height: 1px;
      width: 100%;
      background-color: black;
      position: absolute;
      bottom: 0.1em;
      left: 0;
}
@media (orientation: portrait) and (hover: none) {
.row .row-wrapper:after {
          bottom: 0.1em;
}
}
.row .row-wrapper[ignore="true"] {
      transform: translate(0);
}

audio {
  position: absolute;
  height: 0;
}

@media (orientation: portrait) and (hover: none) {
#home {
    overflow: auto;
    height: 100%;
}
}
#home .row-wrapper > div {
  flex: 1;
}
#home .row-wrapper img {
  margin-left: -0.2364765001em;
  margin-top: -0.1em;
  margin-bottom: -0.2em;
  height: calc(42.42vh + 0.1em);
  max-width: 100%;
}
@media (orientation: portrait) and (hover: none) {
#home .row-wrapper img {
      margin-top: -0.1em;
      margin-bottom: -0.25em;
      max-height: calc(var(--lineHeight) * 6);
}
}
@media (orientation: landscape) and (hover: none) and (max-width: 1024px) {
#home .row-wrapper img {
      max-height: calc(4.2vh * 11.5);
}
}
#home .row-wrapper button {
  width: 50%;
  text-align: left;
}
@media (max-height: 680px) {
#home .row-wrapper button {
      text-underline-offset: 0.1em;
}
}
#home p {
  margin-bottom: 0;
}

.layout-menu .menu-control .row-wrapper > div {
  flex: 1;
}
.layout-menu .menu-control .row-wrapper > div.control-count {
    text-align: center;
}
.layout-menu .menu-control .row-wrapper > div.control-next {
    text-align: right;
}
.layout-menu .menu-rows .artist {
  flex: 0 0 auto;
}
.layout-menu .menu-rows .row.right .row-wrapper {
  justify-content: flex-end;
}


.swiper-container {
  height: 100%;
}
@media (orientation: portrait) and (hover: none) {
.swiper-container.scrolled .scroll-arrow {
      opacity: 0;
}
}
.swiper-container.over {
    cursor: none;
}
.swiper-container.over .scroll-cta,
    .swiper-container.over .scroll-arrow {
      opacity: 1;
      transition: opacity .25s;
}
.swiper-container.setup {
    position: relative;
}
.swiper-container.setup .swiper-wrapper {
      display: block;
}
.swiper-container.setup .swiper-slide {
      height: 100%;
}
.swiper-slide {
  position: relative;
  width: auto;
}
.swiper-slide.series-title,
  .swiper-slide .series-title {
    width: 50vw !important;
}
@media (orientation: portrait) and (hover: none) {
.swiper-slide.series-title,
      .swiper-slide .series-title {
        width: 75vw !important;
}
}
.swiper-slide.series-copy,
  .swiper-slide .series-copy {
    width: 40vh;
    border-left: .5px solid black;
    border-right: .5px solid black;
    padding: 1.75em 2em;
    -moz-column-fill: auto;
         column-fill: auto;
    -moz-column-gap: 0.75em;
         column-gap: 0.75em;
    height: 100%;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
}
@media (orientation: portrait) and (hover: none) {
.swiper-slide.series-copy,
      .swiper-slide .series-copy {
        padding: 1.5em 1.25em;
}
}

.content-columns {
  display: flex;
  height: 100%;
  padding: 1.75em 2em;
  border-left: .5px solid black;
}
@media (orientation: portrait) and (hover: none) {
.content-columns {
      padding: 1.5em 1.25em;
}
}
.content-columns .content-column {
    width: 41.25vh;
    padding-right: 0.75em;
}
@media (orientation: portrait) and (hover: none) {
.content-columns .content-column {
        width: 43vh;
}
}
.content-columns .content-column h2,
    .content-columns .content-column h3 {
      margin-bottom: 1.1875em;
}

.swiper-slide.series-image {
  flex-shrink: 1;
}
.swiper-slide.series-image + .swiper-slide.series-image {
    padding-left: 0.7vh;
}
@media (orientation: portrait) and (hover: none) {
.swiper-slide.series-image + .swiper-slide.series-image {
        padding-left: calc($lnh-m-m / 6);
}
}
.swiper-slide.series-image .swiper-slide,
  .swiper-slide.series-image figure {
    height: 100%;
}
.swiper-slide.series-image.has-info {
    cursor: pointer;
}
.swiper-slide.series-image.has-info .resp-image {
      overflow: hidden;
}
.swiper-slide.series-image.has-info.show img {
      -webkit-filter: blur(10px) brightness(80%);
              filter: blur(10px) brightness(80%);
}
.swiper-slide.series-image.has-info.show .image-info {
      opacity: 1;
}
.swiper-slide.series-image img {
    -webkit-filter: blur(0) brightness(100%);
            filter: blur(0) brightness(100%);
    transition: -webkit-filter .25s ease;
    transition: filter .25s ease;
    transition: filter .25s ease, -webkit-filter .25s ease;
}
.swiper-slide.series-image .image-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    white-space: pre;
    text-align: center;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    padding: 1.1875em;
    transition: opacity .25s;
}
@media (orientation: portrait) and (hover: none) {
.swiper-slide.series-image .image-info {
        padding: 1.1875em;
}
}

.artist-subnav .row-wrapper {
  justify-content: space-between;
}
.media-item {
  border-right: 1px solid black;
}
.artist-file {
  white-space: pre;
}
.tab {
  height: 100%;
}
.artist .content-columns {
  border-right: .5px solid black;
}

.row#exhibitions-period-nav .row-wrapper > div {
  flex: 1;
}

#exhibition .swiper-slide.series-title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#exhibition .row.exhibition-back {
  margin-bottom: .15em;
}
@media (orientation: portrait) and (hover: none) {
#exhibition .row.exhibition-back {
      margin-bottom: .5em;
}
}
#exhibition .row.exhibition-back .row-wrapper:after {
    display: none;
}
#exhibition .row.exhibition-back .row-wrapper:before {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background-color: black;
    position: absolute;
    top: -0.1em;
    left: 0;
}
#exhibition .row.exhibition-back .row-wrapper a {
    text-decoration: none;
}


.column-layout .row.clear.overflow > .row-wrapper {
  overflow-x: auto;
  overflow-y: hidden; }

.column-layout .row.clear > .row-wrapper {
  flex-flow: column wrap;
  position: relative;
  overflow-y: hidden; }
  @media (orientation: portrait) and (hover: none) {
    .column-layout .row.clear > .row-wrapper {
      display: block;
      flex-wrap: nowrap;
      overflow-x: hidden;
      overflow-y: auto; } }
  .column-layout .row.clear > .row-wrapper .column-item {
    position: relative;
    width: 50%;
    margin-bottom: calc(4.2vh + 1px); }
    @media (orientation: portrait) and (hover: none) {
      .column-layout .row.clear > .row-wrapper .column-item {
        width: 100%; } }
    .column-layout .row.clear > .row-wrapper .column-item:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 100%;
      height: 1000%;
      width: 1px;
      background-color: black; }
      @media (orientation: portrait) and (hover: none) {
        .column-layout .row.clear > .row-wrapper .column-item:before {
          display: none; } }
    .column-layout .row.clear > .row-wrapper .column-item:not(:first-child) .row:first-child .row-wrapper:before {
      content: '';
      display: block;
      position: absolute;
      top: -1px;
      left: 0;
      height: 1px;
      width: 100%;
      background-color: black; }
    .column-layout .row.clear > .row-wrapper .column-item .exhibition-title {
      white-space: pre; }

.column-layout.over {
  cursor: none; }
  .column-layout.over .scroll-cta {
    opacity: 1;
    transition: opacity .25s; }

#exhibitions-year {
  overflow: hidden;
}
#exhibitions-year .column-layout .row.clear {
    height: calc(4.2vh * 13.1);
}

#search-page {
  height: 100%;
}
#search-page #search-results {
    height: calc(100% - (4.2vh * 3));
}
#search-page .column-layout {
    height: 100%;
}
#search-page .column-break {
    flex-basis: 100%;
}
#search-page .column-item.exhibition .row:nth-child(2) {
    top: -1px;
}

