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

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

body {
  line-height: 1.2; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

html {
  box-sizing: border-box;
  overflow-y: scroll; }

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

@font-face {
  font-family: 'quorum';
  src: url("assets/quorumregular-webfont.woff2") format("woff2");
  src: url("assets/quorumregular-webfont.woff") format("woff");
  font-weight: normal; }

@font-face {
  font-family: 'quorum';
  src: url("assets/quorummedium-webfont.woff2") format("woff2");
  src: url("assets/quorummedium-webfont.woff") format("woff");
  font-weight: 500; }

@font-face {
  font-family: 'quorum';
  src: url("assets/quorumbold-webfont.woff2") format("woff2");
  src: url("assets/quorumbold-webfont.woff") format("woff");
  font-weight: 700; }

@font-face {
  font-family: 'diatype';
  src: url("assets/DiatypePre-Bold.woff2") format("woff2");
  src: url("assets/DiatypePre-Bold.woff") format("woff");
  font-weight: 700; }

@font-face {
  font-family: 'diatype';
  src: url("assets/DiatypePre-Regular.woff2") format("woff2");
  src: url("assets/DiatypePre-Regular.woff") format("woff");
  font-weight: normal; }

@font-face {
  font-family: 'diatype';
  src: url("assets/DiatypePre-Italic.woff2") format("woff2");
  src: url("assets/DiatypePre-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'diatype';
  src: url("assets/DiatypePre-BoldItalic.woff2") format("woff2");
  src: url("assets/DiatypePre-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic; }

html {
  scroll-behavior: smooth; }
  @media (min-width: 981px) {
    html {
      font-size: 110%; } }
  @media (min-width: 601px) and (max-width: 980px) {
    html {
      font-size: 110%; } }
  @media (max-width: 600px) {
    html {
      font-size: 85%; } }

body {
  line-height: 1.2;
  font-family: diatype,serif; }

.padded {
  margin-left: 0.25rem;
  margin-right: 0.25rem; }

h1, h2, h3 {
  font-size: 2.6rem;
  text-transform: uppercase;
  font-family: 'quorum';
  font-weight: normal;
  line-height: 1; }
  @media (max-width: 980px) {
    h1, h2, h3 {
      font-size: 2rem; } }

h3 {
  letter-spacing: 1rem; }

h6 {
  background-color: #964cff;
  color: white;
  font-size: 2rem;
  font-weight: 700;
  margin: 1rem 0;
  margin-bottom: 2rem;
  display: inline-block; }
  @media (max-width: 980px) {
    h6 {
      font-size: 1.7rem; } }

em {
  font-style: italic; }

strong {
  font-weight: 700; }

.maxline,
blockquote {
  margin: 0 auto;
  padding: 1rem;
  max-width: 59rem; }

.bleedingimage {
  width: 100%; }
  .bleedingimage figure {
    width: 100%; }
    .bleedingimage figure img {
      width: 100%; }
    .bleedingimage figure figcaption {
      margin-left: 0.25rem;
      margin-top: 0.25rem; }

img.bleeding {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  margin-bottom: -2px; }

img.small-contain {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
  padding: 0.25rem;
  padding-top: 0;
  flex: 0 0 auto; }
  img.small-contain.autocrop {
    -o-object-fit: cover;
       object-fit: cover;
    width: 10rem;
    height: 6rem; }
  img.small-contain.not-autocrop {
    width: 8rem;
    height: 10rem; }

figcaption,
.caption {
  font-size: 0.8rem; }

.button {
  font-size: inherit; }

figure {
  display: table; }

figcaption {
  display: table-caption;
  caption-side: bottom; }

a {
  color: inherit; }
  a:hover {
    color: #964cff; }

main {
  min-height: calc(100vh - 18rem); }

ul li {
  list-style-type: disc;
  margin-left: 2rem; }

p + p {
  margin-top: 0.6rem; }

p {
  max-width: 47rem; }

table {
  margin: 1rem; }
  table td {
    padding: 0.25rem; }

form input {
  border: none;
  border-bottom: 0.15rem solid black;
  color: inherit;
  font-family: inherit;
  margin: 0.5rem 0;
  font-size: inherit; }

form input[type=email],
form input[type=password],
form input[type=text] {
  width: 70%; }

form label {
  display: inline-block;
  width: calc(30% - 0.5rem); }

form textarea {
  border: 0.15rem solid black;
  margin-left: calc(30% - 0.3rem);
  width: calc(70% - 0.15rem);
  margin-top: 0rem; }

form input[type=submit] {
  background-color: white;
  margin-left: calc( 30% - 0.3rem);
  margin-top: 2rem;
  border: 2px solid;
  text-decoration: none;
  color: inherit;
  padding: 0.25rem;
  display: inline-block;
  font-weight: bold; }
  form input[type=submit]:hover {
    background-color: #964cff;
    color: white;
    border-color: #964cff; }

.modal-newsletter .intro,
.modal-inquiry .intro,
.modal-viewingroom .intro {
  margin-bottom: 2rem; }

.modal-newsletter .caption,
.modal-inquiry .caption,
.modal-viewingroom .caption {
  margin-top: 2rem; }

.modal-newsletter .status {
  color: red;
  visibility: hidden; }

.modal-inquiry figure {
  margin-bottom: 2rem;
  display: flex; }
  .modal-inquiry figure img {
    width: 30%;
    height: 30%;
    -o-object-fit: contain;
       object-fit: contain;
    padding-right: 1rem; }
  .modal-inquiry figure a[href='#viewmore'] {
    display: none; }

.modal-inquiry .status {
  color: red;
  visibility: hidden; }

.modal-inquiry label[for="message"] {
  position: relative;
  top: 1rem;
  display: inline-block; }

.button {
  border: 2px solid;
  text-decoration: none;
  color: inherit;
  padding: 0.25rem;
  display: inline-block;
  font-weight: bold; }
  .button.disabled {
    color: #ccc;
    pointer-events: none; }
  .button:hover {
    background-color: #964cff;
    color: white;
    border-color: #964cff; }

.sold {
  margin-top: 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: red; }

nav {
  z-index: 2;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding-bottom: 1rem;
  text-shadow: 0 0 0.5rem white, 0 0 0.5rem white, 0 0 0.5rem white, 0 0 0.5rem white;
  transition: transform 0.2s ease; }
  @media (max-width: 1200px) {
    nav {
      padding-bottom: 2rem; } }
  nav.hide {
    transform: translate3d(0, calc( -1 * var(--nav-height)), 0); }
  nav .container {
    border-top: 0.35rem solid #964cff;
    display: flex;
    flex-flow: row wrap; }
    nav .container a {
      text-decoration: none;
      vertical-align: top;
      flex: 0 0 auto;
      padding-right: 0.5rem; }
    @media (max-width: 1200px) {
      nav .container .home-logo-wrapper {
        width: 100%;
        display: block; } }
    nav .container .home-logo-wrapper .home-logo {
      width: 26rem;
      max-width: calc(100vw - 2rem);
      display: inline-block; }
      nav .container .home-logo-wrapper .home-logo svg {
        filter: drop-shadow(0 0 6px white) drop-shadow(0 0 6px white);
        position: relative;
        z-index: -1; }
      nav .container .home-logo-wrapper .home-logo:hover svg {
        fill: #964cff; }
    nav .container .nav-item {
      font-family: 'quorum';
      font-weight: normal;
      line-height: 1;
      text-decoration: none;
      color: inherit;
      margin-top: 0.75rem;
      font-weight: 500;
      font-size: 1.2rem;
      letter-spacing: 0.03rem;
      display: inline-block;
      text-transform: uppercase; }
      @media (min-width: 1201px) {
        nav .container .nav-item {
          margin-left: 0.5rem; } }
      @media (max-width: 1200px) {
        nav .container .nav-item {
          margin-right: 0.5rem;
          margin-top: 0.5rem; } }
      nav .container .nav-item:hover {
        color: #964cff; }

section .sectiontitle {
  position: -webkit-sticky;
  position: sticky;
  pointer-events: none;
  transition: top 0.2s ease;
  top: calc(var(--nav-push-down) + 0rem);
  z-index: 2;
  text-shadow: 0 0 1rem white, 0 0 1rem white, 0 0 1rem white; }

img.has-carousel {
  cursor: pointer; }

.blocks .blocktitle {
  position: -webkit-sticky;
  position: sticky;
  transition: top 0.2s ease;
  pointer-events: none;
  top: calc(var(--nav-push-down) + var(--section-push-down));
  color: #964cff;
  margin-bottom: 1rem;
  z-index: 20;
  text-shadow: 0 0 1rem white, 0 0 1rem white, 0 0 1rem white; }

.blocks .block {
  margin-bottom: 2rem; }
  .blocks .block:last-child {
    border-bottom: none; }

.blocks a.displayblock {
  display: block; }

.blocks .block.articlelist .typearticle {
  height: 5.5rem;
  margin-left: 0.5rem; }

.blocks .block.articlelist .article {
  text-decoration: none; }
  .blocks .block.articlelist .article .artist {
    font-weight: 700; }

.blocks .block.articlelist.columns .article, .blocks .block.articlelist.list .article {
  display: flex;
  flex-flow: row nowrap; }
  .blocks .block.articlelist.columns .article .title, .blocks .block.articlelist.list .article .title {
    font-style: italic; }
  .blocks .block.articlelist.columns .article .text, .blocks .block.articlelist.list .article .text {
    margin-left: 0.25rem; }

@media (min-width: 981px) {
  .blocks .block.articlelist.columns {
    display: grid;
    grid-template-columns: 1fr 1fr; }
    .blocks .block.articlelist.columns .full {
      grid-column: 1 / -1; } }

.blocks .block.articlelist.columns .article {
  margin-bottom: 3rem; }
  .blocks .block.articlelist.columns .article .date {
    margin-top: 0.6rem; }
  .blocks .block.articlelist.columns .article .button {
    margin-top: 0.6rem; }
  .blocks .block.articlelist.columns .article .viewmore {
    text-align: center; }

.blocks .block.articlelist.list .article {
  margin-top: 0.65rem;
  margin-bottom: 0.5rem;
  border-bottom: 0.1rem solid;
  padding-bottom: 0.5rem; }
  .blocks .block.articlelist.list .article:last-child {
    border-bottom: none; }

@media (max-width: 980px) {
  .blocks .block.titlelist .image img {
    width: 100%;
    height: auto;
    margin-left: -.25rem;
    margin-right: -.25rem; }
  .blocks .block.titlelist h2 {
    margin-bottom: 1.5rem; } }

.blocks .block.titlelist h2 {
  text-shadow: 0 0 0.5rem white, 0 0 0.5rem white, 0 0 0.5rem white, 0 0 0.5rem white; }
  @media (max-height: 850px) {
    .blocks .block.titlelist h2 {
      font-size: 2rem; } }
  @media (max-height: 650px) {
    .blocks .block.titlelist h2 {
      font-size: 1.7rem; } }

@media (min-width: 981px) {
  .blocks .block.titlelist a:hover .image {
    transition: opacity 0.15s ease-in;
    opacity: 1; }
  .blocks .block.titlelist .image {
    opacity: 0;
    z-index: -1;
    position: fixed;
    top: 5rem;
    left: 15vw;
    width: 70vw;
    padding-left: 1rem;
    padding-right: 1rem;
    height: calc(100vh - 18rem); } }
  @media (min-width: 981px) and (max-width: 1200px) {
    .blocks .block.titlelist .image {
      left: 5vw;
      width: 90vw; } }

@media (min-width: 981px) {
  .blocks .block.titlelist img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain; } }

.blocks .block.titlelist a {
  color: inherit;
  text-decoration: none; }
  .blocks .block.titlelist a:hover {
    color: #964cff; }

.blocks .block.images {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  max-width: 72rem;
  margin: 0 auto; }
  .blocks .block.images img {
    vertical-align: bottom; }
  .blocks .block.images figcaption {
    margin-top: 0.25rem; }
  .blocks .block.images figure.landscape {
    padding-left: 1rem;
    padding-right: 1rem; }
    .blocks .block.images figure.landscape img {
      max-width: 100%;
      width: 59rem;
      height: auto; }
    .blocks .block.images figure.landscape figcaption {
      margin-left: 1rem; }
  .blocks .block.images figure.portrait {
    padding-left: 1rem;
    padding-right: 1rem; }
    .blocks .block.images figure.portrait img {
      max-width: 100%;
      height: auto; }
    .blocks .block.images figure.portrait figcaption {
      margin-left: 1rem; }
  .blocks .block.images figure {
    margin-top: 2em;
    margin-bottom: 2rem; }

.blocks .block.bleedinglink {
  position: relative;
  border-bottom: calc(0.35rem + 2px) solid #964cff;
  padding-bottom: 0;
  margin-bottom: 4rem; }
  .blocks .block.bleedinglink img {
    vertical-align: bottom; }
    @media (max-width: 980px) {
      .blocks .block.bleedinglink img {
        height: 45vh;
        -o-object-fit: cover;
           object-fit: cover; } }
  .blocks .block.bleedinglink .header {
    position: absolute;
    bottom: 0;
    left: 0;
    color: black;
    padding: 0.25rem; }
    .blocks .block.bleedinglink .header h3 {
      display: inline; }
    .blocks .block.bleedinglink .header .date {
      display: inline-block; }

.blocks .block.pullquote {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  padding: 0.5rem;
  border: 0.35rem #964cff solid;
  max-width: 27rem;
  align-self: center; }
  .blocks .block.pullquote.big {
    max-width: 47rem;
    border: 1rem #964cff solid;
    font-size: 1.5rem;
    color: #964cff; }

.blocks .block.inquirablework {
  align-self: center; }
  .blocks .block.inquirablework.fullwidth {
    grid-column: 1 / -1; }
  .blocks .block.inquirablework.small {
    justify-self: left; }
    .blocks .block.inquirablework.small figure {
      display: flex;
      flex-flow: row nowrap; }
      .blocks .block.inquirablework.small figure img {
        width: 11rem;
        height: 12rem;
        -o-object-fit: contain;
           object-fit: contain;
        -o-object-position: 50% 0%;
           object-position: 50% 0%;
        max-width: 100%; }
      .blocks .block.inquirablework.small figure figcaption .inner {
        display: block; }
        .blocks .block.inquirablework.small figure figcaption .inner .button {
          margin-top: 0.6rem; }
  .blocks .block.inquirablework figure {
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem; }
    .blocks .block.inquirablework figure img {
      max-width: 100%; }
  .blocks .block.inquirablework figcaption {
    padding-left: 1rem;
    padding-right: 1rem;
    display: table-caption;
    caption-side: bottom; }
    .blocks .block.inquirablework figcaption .inner {
      display: flex;
      align-items: flex-start;
      justify-content: space-between; }

.blocks .block.banner {
  background-size: cover;
  padding-top: 4rem;
  border-top: 0.35rem solid #964cff;
  border-bottom: 0.35rem solid #964cff;
  color: black;
  text-decoration: none;
  margin: 2rem 0; }

.blocks .block.embed {
  width: 100%;
  max-width: 100%; }
  .blocks .block.embed .text + iframe {
    margin-top: 1rem; }
  .blocks .block.embed img {
    max-width: 100%;
    height: auto; }
  .blocks .block.embed .caption {
    margin-top: 0.25rem; }
  .blocks .block.embed .maxline {
    max-width: 59rem;
    padding: 0; }

.blocks .block.text h5 {
  margin-top: 1.5rem;
  margin-bottom: 0.6rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 2rem; }

.blocks .block.text a {
  text-decoration: none; }

.viewmore {
  font-size: 0.8rem; }

.anchor {
  position: relative;
  top: -3rem; }

.carousel .carousel-slide {
  margin: 0 auto;
  width: 100%;
  position: relative; }
  @media (min-width: 1201px) {
    .carousel .carousel-slide {
      padding-left: 1rem;
      padding-right: 1rem; } }
  .carousel .carousel-slide .arrow {
    filter: drop-shadow(0 0 5px white) drop-shadow(0 0 8px white);
    top: calc(50% - 1rem); }
  .carousel .carousel-slide .arrow.left {
    left: 0;
    cursor: pointer; }
  .carousel .carousel-slide .arrow.right {
    right: 0; }
  @media (min-width: 1201px) {
    .carousel .carousel-slide .arrow.left {
      left: -6rem; }
    .carousel .carousel-slide .arrow.right {
      right: -6rem; } }
  .carousel .carousel-slide .bottom-area {
    display: flex;
    flex-flow: row nowrap;
    font-size: 0.8rem;
    justify-content: space-between; }
    .carousel .carousel-slide .bottom-area .text.hidden {
      visibility: hidden; }
    .carousel .carousel-slide .bottom-area .count {
      -moz-text-align-last: right;
           text-align-last: right;
      padding-right: 0; }
  .carousel .carousel-slide figure {
    display: block;
    max-width: 70%;
    z-index: 1; }
    @media (max-width: 1200px) {
      .carousel .carousel-slide figure {
        max-width: 100%; }
        .carousel .carousel-slide figure .bottom-area {
          margin-left: 0.25rem;
          margin-right: 0.25rem; } }

.carousel .arrow {
  position: absolute;
  top: 25vh;
  z-index: 10; }

.carousel .left {
  left: 1rem; }

.carousel .right {
  right: 1rem; }

.carousel figure {
  position: relative;
  max-width: 90rem;
  margin: 0.5rem auto;
  text-align: center;
  z-index: -1; }
  .carousel figure .count {
    text-align: center;
    padding: 1rem;
    padding-top: 0;
    flex: 0 0 auto; }
  .carousel figure .image {
    position: relative; }
    @media (min-width: 981px) {
      .carousel figure .image {
        padding: 1rem;
        padding-top: 0; } }
  .carousel figure img {
    max-width: 100%;
    height: 36rem;
    -o-object-fit: contain;
       object-fit: contain; }
    @media (max-width: 980px) {
      .carousel figure img {
        height: 20rem; } }
  .carousel figure figcaption {
    display: block;
    caption-side: initial;
    padding: 0.25rem 0; }
  .carousel figure .text {
    text-align: left; }

.vip-header {
  background-color: #964cff;
  color: white;
  width: 100%;
  text-align: center;
  text-shadow: none;
  font-weight: 700;
  padding-bottom: 0.25rem;
  margin-top: -1px;
  padding-top: 1px; }

.template-vipovroverview {
  background-color: #eadbff; }

.vipovr-overview {
  display: grid;
  grid-gap: 2rem;
  margin: 2rem; }
  .vipovr-overview a.vipovr {
    text-decoration: none; }
  .vipovr-overview .image {
    text-align: left; }
    .vipovr-overview .image img {
      max-width: 100%;
      height: auto; }
  @media (min-width: 981px) {
    .vipovr-overview.multiple {
      grid-template-columns: 1fr 1fr; } }
  .vipovr-overview h3,
  .vipovr-overview .date {
    display: inline-block; }

.vip.login {
  background-color: #964cff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center; }
  .vip.login .intro {
    margin-bottom: 2rem; }
  .vip.login .small {
    font-size: small;
    margin-top: 2rem; }
  .vip.login .err-login {
    color: red; }
  .vip.login .cross {
    position: absolute;
    width: 2rem;
    height: 2rem;
    top: 1rem;
    right: 1rem;
    cursor: pointer; }

.login,
.modal-newsletter-wrap,
.modal {
  overflow-y: scroll; }
  .login .inner,
  .modal-newsletter-wrap .inner,
  .modal .inner {
    max-width: 40rem;
    border: 1rem #964cff solid;
    background-color: white;
    padding: 2rem;
    max-height: 100vh;
    overflow-y: scroll; }
    .login .inner .cross,
    .modal-newsletter-wrap .inner .cross,
    .modal .inner .cross {
      position: absolute;
      width: 1.5rem;
      height: 1.5rem;
      top: 1rem;
      right: 1rem;
      cursor: pointer; }
    @media (max-width: 980px) {
      .login .inner,
      .modal-newsletter-wrap .inner,
      .modal .inner {
        position: relative; }
        .login .inner .cross,
        .modal-newsletter-wrap .inner .cross,
        .modal .inner .cross {
          right: 0.5rem; } }

.modal-newsletter-wrap,
.modal,
.modal-carousel {
  border-top: 0.35rem solid #964cff;
  display: none;
  background-color: white;
  position: fixed;
  z-index: 40;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  justify-content: center;
  align-items: center; }
  .modal-newsletter-wrap.show,
  .modal.show,
  .modal-carousel.show {
    display: flex; }
  .modal-newsletter-wrap .number,
  .modal .number,
  .modal-carousel .number {
    position: fixed;
    right: 0;
    bottom: 0;
    padding: 3rem; }
    @media (max-width: 980px) {
      .modal-newsletter-wrap .number,
      .modal .number,
      .modal-carousel .number {
        padding: 0;
        padding-right: 3rem;
        padding-bottom: 5rem; } }

.modal-newsletter.show {
  display: block; }

.modal-carousel .inner {
  width: 100%;
  height: 100vh;
  padding-left: 2rem;
  padding-right: 2rem; }
  .modal-carousel .inner .main {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%; }
    .modal-carousel .inner .main .embed {
      padding-left: 5.5vw;
      padding-right: 5.5vw;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
      width: 100%; }
    .modal-carousel .inner .main img {
      padding: 5.5vw;
      padding-bottom: 2.25rem;
      width: 100%;
      height: calc(100vh - 8rem);
      -o-object-fit: contain;
         object-fit: contain; }
    .modal-carousel .inner .main .text {
      padding: 1rem;
      padding-right: 5rem;
      width: 100%;
      padding-bottom: 3rem; }
      @media (max-width: 980px) {
        .modal-carousel .inner .main .text {
          padding-bottom: 5rem; } }

.modal-carousel .cross {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1rem;
  cursor: pointer; }

.modal-carousel .left {
  position: absolute;
  top: calc(50% - 2rem);
  left: 0; }

.modal-carousel .right {
  position: absolute;
  top: calc(50% - 2rem);
  right: 0; }

.modal-carousel .cross {
  width: 4rem;
  height: 4rem; }

.arrow {
  padding: 0.5rem;
  width: 3rem;
  cursor: pointer; }

.edit {
  position: fixed;
  bottom: 1rem;
  right: 1rem; }

.parent-name-exhibitions .maxline {
  max-width: 59rem; }

.template-vipviewingroom .intro-text,
.template-viewingroom .intro-text {
  margin-bottom: 1rem; }

@media (min-width: 981px) {
  .template-vipviewingroom .blocks,
  .template-viewingroom .blocks {
    display: grid;
    grid-template-columns: 1fr 1fr; }
    .template-vipviewingroom .blocks .bleedingimage,
    .template-vipviewingroom .blocks .images,
    .template-viewingroom .blocks .bleedingimage,
    .template-viewingroom .blocks .images {
      grid-column: 1 / -1; }
    .template-vipviewingroom .blocks .block,
    .template-viewingroom .blocks .block {
      margin-bottom: 3rem;
      justify-self: center; }
      .template-vipviewingroom .blocks .block.text,
      .template-viewingroom .blocks .block.text {
        justify-self: left; } }

.template-vipviewingroom .blocks .block.availableworks,
.template-viewingroom .blocks .block.availableworks {
  width: 100%;
  margin-top: 2rem; }
  .template-vipviewingroom .blocks .block.availableworks .blocktitle,
  .template-viewingroom .blocks .block.availableworks .blocktitle {
    color: black;
    border-bottom: 0.35rem solid #964cff;
    position: static !important; }

.template-vipviewingroom .blocks .block.availableworks,
.template-vipviewingroom .blocks .block.embed,
.template-viewingroom .blocks .block.availableworks,
.template-viewingroom .blocks .block.embed {
  grid-column: 1 / -1; }

.template-vipviewingroom .blocks .block.pullquote,
.template-viewingroom .blocks .block.pullquote {
  margin-left: auto;
  margin-right: auto; }
  .template-vipviewingroom .blocks .block.pullquote.big,
  .template-viewingroom .blocks .block.pullquote.big {
    grid-column: 1 / -1; }

@media (min-width: 981px) {
  .name-iw-ovr-2020-1 .blocks {
    display: block; } }

.name-iw-ovr-2020-1 .blocks .block .text p {
  margin-left: auto;
  margin-right: auto; }

.template-vipovroverview footer {
  background-color: #eadbff; }

footer {
  margin-top: 4rem;
  background-color: white; }
  footer .container {
    border-top: 0.35rem solid #964cff; }
    footer .container .padded {
      padding-top: 1rem;
      padding-bottom: 3rem; }
      footer .container .padded .col {
        margin-bottom: 0.6rem; }
      @media (min-width: 981px) {
        footer .container .padded .col {
          display: inline-block;
          vertical-align: top;
          margin-right: 3rem;
          margin-bottom: 1rem;
          max-width: 20rem; } }

.name-home section .block.text {
  border-bottom: 0.35rem solid #964cff;
  padding-bottom: 2rem; }

.name-home section .block + .block {
  padding-top: 2rem; }

.name-exhibitions section + section {
  border-top: 0.35rem solid #964cff;
  padding-top: 2rem; }

section#news .blocks {
  margin-top: 0.5rem;
  padding-top: 1rem;
  border-top: 0.35rem solid #964cff; }

.name-library .block,
.parent-name-artists .block {
  border-bottom: 0.35rem solid #964cff;
  padding-bottom: 2rem; }

@media (max-width: 980px) {
  .name-artists .titlelist h2 {
    font-size: 1.8rem; } }

.name-library ul {
  margin: 2rem 0;
  border-bottom: 0.35rem solid #964cff;
  padding-bottom: 2rem; }

.name-library .block.embed {
  border-bottom: none; }
