.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*=owl-] {
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-dots .owl-dot span {
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

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

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

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

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

.color--primary {
    color: #3b5998
}

.light-grey {
    background-color: #f8f8f8
}

.grey-copy {
    color: #8a8a8a
}

.background-color--dark {
    background-color: #1f1f1f
}

.background-color--light {
    background-color: #f8f8f8;
    color: #303030
}

@font-face {
    font-family: hind-light;
    font-style: normal;
    font-weight: 400;
    src: url(fonts/hind-light.woff) format("woff");
    src: url(fonts/hind-light.ttf) format("truetype")
}

@font-face {
    font-family: hind-regular;
    font-style: normal;
    font-weight: 400;
    src: url(fonts/hind-regular.woff) format("woff");
    src: url(fonts/hind-regular.ttf) format("truetype")
}

@font-face {
    font-family: hind-medium;
    font-style: normal;
    font-weight: 400;
    src: url(fonts/hind-medium.woff) format("woff");
    src: url(fonts/hind-medium.ttf) format("truetype")
}

@font-face {
    font-family: hind-semibold;
    font-style: normal;
    font-weight: 400;
    src: url(fonts/hind-semibold.woff) format("woff");
    src: url(fonts/hind-semibold.ttf) format("truetype")
}

@font-face {
    font-family: hind-bold;
    font-style: normal;
    font-weight: 400;
    src: url(fonts/hind-bold.woff) format("woff");
    src: url(fonts/hind-bold.ttf) format("truetype")
}

@font-face {
    font-family: newtransport-regular;
    font-style: normal;
    font-weight: 400;
    src: url(fonts/newtransport/newtransport-regular.woff2) format("woff2")
}

@font-face {
    font-family: newtransport-medium;
    font-style: normal;
    font-weight: 400;
    src: url(fonts/newtransport/newtransport-medium.woff2) format("woff2")
}

@font-face {
    font-family: garamond-regular;
    font-style: normal;
    font-weight: 400;
    src: url(fonts/garamond/garamond-regular.woff2) format("woff2")
}

@font-face {
    font-family: garamond-medium;
    font-style: normal;
    font-weight: 400;
    src: url(fonts/garamond/garamond-medium.woff2) format("woff2")
}

@font-face {
    font-family: garamond-semibold;
    font-style: normal;
    font-weight: 400;
    src: url(fonts/garamond/garamond-semibold.woff2) format("woff2")
}

.c-blockquote {
    font-family: newtransport-regular, Helvetica, Arial, sans-serif;
    font-size: 2rem
}

@media(min-width:376px) {
    .c-blockquote {
        font-size: 2rem
    }
}

@media(min-width:769px) {
    .c-blockquote {
        font-size: 2rem
    }
}

@media(min-width:1025px) {
    .c-blockquote {
        font-size: 2rem
    }
}

.c-blockquote--alt-font {
    font-family: garamond-medium, Helvetica, Arial, sans-serif;
    font-size: 2.5rem
}

@media(min-width:376px) {
    .c-blockquote--alt-font {
        font-size: 2.5rem
    }
}

@media(min-width:769px) {
    .c-blockquote--alt-font {
        font-size: 2.5rem
    }
}

@media(min-width:1025px) {
    .c-blockquote--alt-font {
        font-size: 2.5rem
    }
}

.c-blockquote blockquote {
    background-color: #f8f8f8;
    line-height: 1.5;
    padding: 2rem
}

@media(min-width:376px) {
    .c-blockquote blockquote {
        padding: 4rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        vertical-align: middle
    }
}

.c-blockquote blockquote img {
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 2rem
}

@media(min-width:376px) {
    .c-blockquote blockquote img {
        width: 130px;
        margin-bottom: 0
    }
}

.c-blockquote blockquote span {
    padding: 3rem
}

.c-button {
    font-size: 1.4rem;
    border-radius: 4px;
    border: 1px solid #d2d2d2;
    color: #1f1f1f;
    cursor: pointer;
    display: block;
    font-family: newtransport-medium, Helvetica, Arial, sans-serif;
    margin: 0 0 2rem;
    max-width: 260px;
    padding: 16px 25px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

@media(min-width:376px) {
    .c-button {
        font-size: 1.4rem
    }
}

@media(min-width:769px) {
    .c-button {
        font-size: 1.4rem
    }
}

@media(min-width:1025px) {
    .c-button {
        font-size: 1.4rem
    }
}

@media(min-width:769px) {
    .c-button {
        display: block;
        margin: 0 auto 2rem
    }
}

.c-button--dark {
    background-color: #222;
    color: #fff
}

.c-button--dark:hover {
    cursor: pointer;
    color: #1f1f1f;
    background-color: #d2d2d2
}

.c-button--light {
    background-color: #fff;
    color: #222
}

.c-button--light:hover {
    cursor: pointer;
    background-color: #d2d2d2;
    border: 1px solid #d2d2d2
}

button:disabled,
button[disabled] {
    color: #adadad;
    cursor: default !important
}

button:disabled:hover,
button[disabled]:hover {
    color: #adadad;
    background-color: #fff
}

.single-works button:disabled,
.single-works button[disabled] {
    color: #696969;
    border: 1px solid #696969;
    cursor: default !important
}

.single-works button:disabled:hover,
.single-works button[disabled]:hover {
    color: #696969;
    background-color: transparent
}

.cta-button {
    font-size: 1.6rem;
    background-color: #f8f8f8;
    border-radius: 4px;
    border: 1px solid #f8f8f8;
    color: #1f1f1f;
    cursor: pointer;
    display: inline-block;
    font-family: newtransport-medium, Helvetica, Arial, sans-serif;
    margin: 2rem 0;
    padding: 11px 44px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media(min-width:376px) {
    .cta-button {
        font-size: 1.6rem
    }
}

@media(min-width:769px) {
    .cta-button {
        font-size: 1.6rem
    }
}

@media(min-width:1025px) {
    .cta-button {
        font-size: 1.6rem
    }
}

.cta-button:hover {
    border: 1px solid #1f1f1f;
    color: #fff;
    background-color: #1f1f1f
}

.c-clock {
    font-size: 4.8rem;
    color: #fff;
    display: inline-block;
    margin-bottom: 1rem;
    margin: 3rem 0 4rem;
    text-align: center
}

@media(min-width:376px) {
    .c-clock {
        font-size: 4.8rem
    }
}

@media(min-width:769px) {
    .c-clock {
        font-size: 4.8rem
    }
}

@media(min-width:1025px) {
    .c-clock {
        font-size: 4.8rem
    }
}

.c-clock>div {
    padding: 10px
}

.c-clock>div,
.c-clock div>span {
    display: inline-block
}

.c-clock .smalltext {
    font-size: 1.6rem
}

@media(min-width:376px) {
    .c-clock .smalltext {
        font-size: 1.6rem
    }
}

@media(min-width:769px) {
    .c-clock .smalltext {
        font-size: 1.6rem
    }
}

@media(min-width:1025px) {
    .c-clock .smalltext {
        font-size: 1.6rem;
        margin-top: -10px
    }
}

@media(min-width:1025px) {
    .c-cookiepop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.c-cookiepop p {
    font-size: 1.5rem
}

@media(min-width:376px) {
    .c-cookiepop p {
        font-size: 1.5rem
    }
}

@media(min-width:769px) {
    .c-cookiepop p {
        font-size: 1.5rem
    }
}

@media(min-width:1025px) {
    .c-cookiepop p {
        font-size: 1.5rem
    }
}

.Cookie--hauser-theme {
    background-color: #222;
    color: #fff;
    padding: 20px
}

.Cookie--hauser-theme button {
    display: block;
    width: 100%;
    text-align: center;
    background: 0 0;
    border: 1.5px solid hsla(0, 0%, 100%, .25);
    border-radius: 3px;
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: .3px;
    color: #fff;
    padding: 10px
}

.Cookie--hauser-theme button:hover {
    cursor: pointer
}

.Cookie--hauser-theme button a {
    color: #fff
}

.hw-button-wrapper {
    width: 100%;
    line-height: 1.43;
    margin: 10px 0
}

@media(min-width:1025px) {
    .hw-button-wrapper {
        margin: 0 0 0 10px;
        width: 200px
    }
}

.cookie-notice-container {
    display: table
}

.cn-buttons-container a {
    text-align: center;
    border: 1.5px solid hsla(0, 0%, 100%, .25) !important;
    border-radius: 3px;
    font-size: 14px;
    letter-spacing: .3px;
    color: #fff;
    padding: 10px;
    width: 100%;
    line-height: 1.43;
    margin: 5px 0 !important;
    background-color: #212322;
    display: inline-block
}

@media(min-width:1025px) {
    .cn-buttons-container a {
        width: 200px;
        margin: 0 10px !important
    }
}

.cn-buttons-container a:hover {
    cursor: pointer
}

.cn-buttons-container a a {
    color: #fff
}

@media(min-width:1025px) {
    .cn-buttons-container {
        display: table-cell;
        width: 440px
    }
}

.cn-text-container {
    display: table-cell;
    text-align: left;
    font-size: 15px;
    padding-top: -10px !important;
    margin-top: 10px !important
}

.c-filter {
    background-color: grey;
    padding: 2.5rem;
    position: relative
}

.c-filter__no-results {
    text-align: center;
    font-family: newtransport-regular, Helvetica, Arial, sans-serif;
    color: #888;
    font-size: 1.6rem;
    display: none
}

@media(min-width:376px) {
    .c-filter__no-results {
        font-size: 1.6rem
    }
}

@media(min-width:769px) {
    .c-filter__no-results {
        font-size: 1.6rem
    }
}

@media(min-width:1025px) {
    .c-filter__no-results {
        font-size: 1.6rem
    }
}

.c-filter__no-results span {
    color: #000;
    text-decoration: underline
}

.c-filter__no-results span:hover {
    cursor: pointer
}

.c-filter__title {
    font-family: newtransport-regular, Helvetica, Arial, sans-serif;
    font-size: 1.3rem;
    background-color: #fff;
    border: 1px solid #d5d4d4;
    border-radius: 3px;
    color: #4c4c4c;
    position: relative;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    text-transform: capitalize
}

@media(min-width:376px) {
    .c-filter__title {
        font-size: 1.3rem
    }
}

@media(min-width:769px) {
    .c-filter__title {
        font-size: 1.3rem
    }
}

@media(min-width:1025px) {
    .c-filter__title {
        font-size: 1.3rem
    }
}

.c-filter__title__span {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    bottom: 0;
    display: block;
    left: 0;
    padding: 1.2rem 1rem;
    position: relative;
    right: 0;
    top: 0;
    z-index: 1
}

.c-filter__title:after {
    background-color: #fff;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNNTA5LjEyMSwxMjUuOTY2Yy0zLjgzOC0zLjgzOC0xMC4wNTUtMy44MzgtMTMuODkzLDBMMjU2LjAwNSwzNjUuMTk0TDE2Ljc3MSwxMjUuOTY2Yy0zLjgzOC0zLjgzOC0xMC4wNTUtMy44MzgtMTMuODkzLDANCgkJCWMtMy44MzgsMy44MzgtMy44MzgsMTAuMDU1LDAsMTMuODkzbDI0Ni4xOCwyNDYuMTc1YzEuODQyLDEuODQyLDQuMzM3LDIuODc4LDYuOTQ3LDIuODc4YzIuNjEsMCw1LjEwNC0xLjAzNiw2Ljk0Ni0yLjg3OA0KCQkJbDI0Ni4xNy0yNDYuMTc1QzUxMi45NTksMTM2LjAyMSw1MTIuOTU5LDEyOS44MDQsNTA5LjEyMSwxMjUuOTY2eiIvPg0KCTwvZz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjwvc3ZnPg0K);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 12px;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
    height: 42px;
    z-index: 0;
    opacity: .7
}

.c-filter__title:hover {
    cursor: pointer
}

.c-filter__title:hover span {
    color: #000
}

.c-filter__title:hover:after {
    background-color: #f8f8f8;
    opacity: 1
}

.c-filter__title--sort:after {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNDg5LjQgNDg5LjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ4OS40IDQ4OS40OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8Zz4NCgkJPHBhdGggZD0iTTM3MC4yLDQ2OC45YzAsNi44LDUuNSwxMi4zLDEyLjMsMTIuM3MxMi4zLTUuNSwxMi4zLTEyLjNWNTAuMWw3My42LDczLjZjMi40LDIuNCw1LjUsMy42LDguNywzLjZzNi4zLTEuMiw4LjctMy42DQoJCQljNC44LTQuOCw0LjgtMTIuNSwwLTE3LjNsLTk0LjUtOTQuNWMtNC42LTQuNi0xMi43LTQuNi0xNy4zLDBsLTk0LjUsOTQuNWMtNC44LDQuOC00LjgsMTIuNSwwLDE3LjNjNC44LDQuOCwxMi41LDQuOCwxNy4zLDANCgkJCWw3My42LTczLjZ2NDE4LjhIMzcwLjJ6Ii8+DQoJCTxwYXRoIGQ9Ik0yMDkuOSwzNjUuN2MtNC44LTQuOC0xMi41LTQuOC0xNy4zLDBMMTE5LDQzOS4zVjIwLjVjMC02LjgtNS41LTEyLjMtMTIuMy0xMi4zcy0xMi4zLDUuNS0xMi4zLDEyLjN2NDE4LjhsLTczLjUtNzMuNg0KCQkJYy00LjgtNC44LTEyLjUtNC44LTE3LjMsMHMtNC44LDEyLjUsMCwxNy4zbDk0LjUsOTQuNWMyLjQsMi40LDUuNSwzLjYsOC43LDMuNnM2LjMtMS4yLDguNy0zLjZMMjEwLDM4Mw0KCQkJQzIxNC42LDM3OC4zLDIxNC42LDM3MC41LDIwOS45LDM2NS43eiIvPg0KCTwvZz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjwvc3ZnPg0K);
    background-size: 10px
}

.c-filter__select-menu {
    background-color: #fff;
    border-bottom: 1px solid #d5d4d4;
    border-left: 1px solid #d5d4d4;
    border-right: 1px solid #d5d4d4;
    display: none;
    top: 42px;
    color: #4c4c4c;
    outline: none;
    width: 100%
}

.c-filter__select-menu li {
    position: relative
}

.c-filter__select-menu li:hover {
    cursor: pointer
}

@media(min-width:769px) {
    .c-filter__select-menu {
        width: 101%;
        z-index: 3;
        left: -1px;
        position: absolute
    }

    .c-filter__select-menu>li:not(:first-child) {
        display: block
    }
}

.c-filter__item {
    font-family: newtransport-regular, Helvetica, Arial, sans-serif;
    font-size: 1.3rem;
    border-top: 1px solid #d5d4d4;
    padding: 1rem 0;
    padding: 1rem;
    text-align: left;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-color: #f8f8f8
}

@media(min-width:376px) {
    .c-filter__item {
        font-size: 1.3rem
    }
}

@media(min-width:769px) {
    .c-filter__item {
        font-size: 1.3rem
    }
}

@media(min-width:1025px) {
    .c-filter__item {
        font-size: 1.3rem
    }
}

@media(min-width:769px) {
    .c-filter__item {
        background-color: #fff
    }
}

@media(min-width:769px) {
    .c-filter__item:nth-child(odd) {
        background-color: #f8f8f8
    }
}

.c-filter__item:hover {
    background-color: #e9e9e9;
    color: #000
}

.c-filter__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 !important;
    right: 2rem !important
}

@media(min-width:376px) {
    .c-filter__wrap {
        right: 3.5rem !important
    }
}

.c-filter__container {
    margin-left: 10px;
    display: block;
    min-width: 100px
}

@media(min-width:769px) {
    .c-filter__container {
        min-width: 160px;
        margin-bottom: 0
    }
}

.c-filter__container--mobile {
    display: none
}

@media(max-width:767px) {
    .c-filter__container--mobile {
        display: block
    }
}

.c-filter__container--desktop {
    display: block
}

@media(max-width:767px) {
    .c-filter__container--desktop {
        display: none
    }
}

.c-filter__container.is-open .c-filter__title {
    color: #000
}

.c-filter__container.is-open .c-filter__title:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.c-filter__container.is-open .c-filter__select-menu {
    display: block;
    z-index: 2;
    max-height: 242px;
    background-color: #fff;
    overflow: scroll
}

.c-filter__container.is-open .c-filter__item {
    color: #000
}

.c-filter__container.is-open .c-filter__item:hover {
    background-color: #e9e9e9
}

.c-filter__container--mobile {
    margin-left: 0
}

.c-filter__reset {
    text-decoration: underline;
    color: #000;
    background: 0 0;
    display: none;
    border: none;
    padding: 0;
    font-family: newtransport-regular, Helvetica, Arial, sans-serif;
    font-size: 1.3rem;
    cursor: pointer;
    outline: inherit;
    line-height: 3.6;
    text-align: center;
    margin-left: 10px
}

@media(min-width:376px) {
    .c-filter__reset {
        font-size: 1.3rem
    }
}

@media(min-width:769px) {
    .c-filter__reset {
        font-size: 1.3rem
    }
}

@media(min-width:1025px) {
    .c-filter__reset {
        font-size: 1.3rem
    }
}

.c-filter__reset--primary {
    outline: 1px solid red
}

@media(max-width:767px) {
    .c-filter__reset--primary {
        display: none
    }
}

.c-filter__sort--z-a {
    display: none
}

.is-active .button-group {
    display: block
}

.is-open .c-filter__title--sort:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjQ3NCIgdmlld0JveD0iMCAwIDQ4NiA0NzQiIHdpZHRoPSI0ODYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGc+PHBhdGggZD0ibTk0LjMgNDYwLjljMCA2LjggNS41IDEyLjMgMTIuMyAxMi4zczEyLjMtNS41IDEyLjMtMTIuM3YtNDE4LjhsNzMuNiA3My42YzIuNCAyLjQgNS41IDMuNiA4LjcgMy42czYuMy0xLjIgOC43LTMuNmM0LjgtNC44IDQuOC0xMi41IDAtMTcuM2wtOTQuNS05NC41Yy00LjYtNC42LTEyLjctNC42LTE3LjMgMGwtOTQuNSA5NC41Yy00LjggNC44LTQuOCAxMi41IDAgMTcuM3MxMi41IDQuOCAxNy4zIDBsNzMuNi03My42djQxOC44eiIvPjxwYXRoIGQ9Im00ODEuOSAzNTcuN2MtNC44LTQuOC0xMi41LTQuOC0xNy4zIDBsLTczLjYgNzMuNnYtNDE4LjhjMC02LjgtNS41LTEyLjMtMTIuMy0xMi4zcy0xMi4zIDUuNS0xMi4zIDEyLjN2NDE4LjhsLTczLjUtNzMuNmMtNC44LTQuOC0xMi41LTQuOC0xNy4zIDBzLTQuOCAxMi41IDAgMTcuM2w5NC41IDk0LjVjMi40IDIuNCA1LjUgMy42IDguNyAzLjZzNi4zLTEuMiA4LjctMy42bDk0LjUtOTQuNWM0LjYtNC43IDQuNi0xMi41LS4xLTE3LjN6Ii8+PC9nPjwvc3ZnPg==)
}

.is-open .c-filter__sort--a-z {
    display: none
}

.is-open .c-filter__sort--z-a {
    display: block
}

.c-filters__no-results {
    display: none
}

.stickyTb {
    background-color: #f8f8f8
}

@media(min-width:769px) {
    .stickyTb {
        z-index: 2;
        position: sticky !important;
        margin-top: -40px !important;
        top: 48px !important
    }
}

.mobile-filters {
    display: none
}

.c-footer-content {
    padding-top: 50px;
    margin-top: -40px
}

.c-footer {
    color: #fff;
    background-color: #1f1f1f;
    padding: 2rem
}

.c-footer__consent {
    text-align: center !important;
    max-width: 620px;
    line-height: 1;
    margin: 0 auto;
    padding-top: 1rem
}

.c-footer__inner {
    margin: auto;
    padding: 0 1rem
}

@media(min-width:1025px) {

    .c-footer__inner:after,
    .c-footer__inner:before {
        content: "";
        display: table
    }

    .c-footer__inner:after {
        clear: both
    }
}

.c-footer__column {
    display: inline
}

.c-footer__column:first-of-type {
    text-align: center
}

@media(min-width:1025px) {
    .c-footer__column:first-of-type {
        text-align: left;
        float: left
    }
}

.c-footer__column:nth-of-type(2) {
    text-align: center;
    width: 100%
}

@media(min-width:1025px) {
    .c-footer__column:nth-of-type(2) {
        float: right;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 270px
    }
}

.c-footer a {
    text-decoration: none;
    color: currentColor
}

.c-footer a:hover {
    text-decoration: underline
}

.c-footer small {
    font-size: 12px;
    margin: 0 auto;
    color: #9a9999;
    line-height: 1.2;
    max-width: 540px
}

.c-footer small a {
    text-decoration: underline
}

.error404 .c-footer {
    width: 100%;
    position: fixed;
    bottom: 0
}

.modal {
    display: none;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .95)
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #d8d8d8;
    padding: 20px;
    position: relative;
    max-width: 768px
}

.modal-content .c-header__icon {
    margin: 40px auto 20px;
    display: block;
    fill: #000
}

.modal-content .gfield_label {
    display: none;
    visibility: hidden
}

.modal-content [type=color],
.modal-content [type=date],
.modal-content [type=datetime-local],
.modal-content [type=datetime],
.modal-content [type=email],
.modal-content [type=month],
.modal-content [type=number],
.modal-content [type=password],
.modal-content [type=search],
.modal-content [type=tel],
.modal-content [type=text],
.modal-content [type=time],
.modal-content [type=url],
.modal-content [type=week],
.modal-content select,
.modal-content textarea {
    font-size: 1.6rem;
    border: 0;
    color: #1f1f1f;
    text-align: left;
    width: 100%;
    padding-left: 1rem;
    margin-bottom: 1rem;
    border-radius: 3px;
    height: 48px;
    font-family: newtransport-regular, Helvetica, Arial, sans-serif
}

@media(min-width:376px) {

    .modal-content [type=color],
    .modal-content [type=date],
    .modal-content [type=datetime-local],
    .modal-content [type=datetime],
    .modal-content [type=email],
    .modal-content [type=month],
    .modal-content [type=number],
    .modal-content [type=password],
    .modal-content [type=search],
    .modal-content [type=tel],
    .modal-content [type=text],
    .modal-content [type=time],
    .modal-content [type=url],
    .modal-content [type=week],
    .modal-content select,
    .modal-content textarea {
        font-size: 1.6rem
    }
}

@media(min-width:769px) {

    .modal-content [type=color],
    .modal-content [type=date],
    .modal-content [type=datetime-local],
    .modal-content [type=datetime],
    .modal-content [type=email],
    .modal-content [type=month],
    .modal-content [type=number],
    .modal-content [type=password],
    .modal-content [type=search],
    .modal-content [type=tel],
    .modal-content [type=text],
    .modal-content [type=time],
    .modal-content [type=url],
    .modal-content [type=week],
    .modal-content select,
    .modal-content textarea {
        font-size: 1.6rem
    }
}

@media(min-width:1025px) {

    .modal-content [type=color],
    .modal-content [type=date],
    .modal-content [type=datetime-local],
    .modal-content [type=datetime],
    .modal-content [type=email],
    .modal-content [type=month],
    .modal-content [type=number],
    .modal-content [type=password],
    .modal-content [type=search],
    .modal-content [type=tel],
    .modal-content [type=text],
    .modal-content [type=time],
    .modal-content [type=url],
    .modal-content [type=week],
    .modal-content select,
    .modal-content textarea {
        font-size: 1.6rem
    }
}

.modal-content textarea {
    height: 120px
}

.modal-content small {
    font-size: 1.4rem;
    color: #1f1f1f;
    display: block;
    line-height: 1.4;
    padding-top: 20px;
    text-align: center
}

@media(min-width:376px) {
    .modal-content small {
        font-size: 1.4rem
    }
}

@media(min-width:769px) {
    .modal-content small {
        font-size: 1.4rem
    }
}

@media(min-width:1025px) {
    .modal-content small {
        font-size: 1.4rem
    }
}

.modal-content .ginput_container_textarea textarea {
    line-height: 1.25;
    line-height: 1.4;
    padding-top: 10px
}

.modal-content .gform_button {
    background-color: #1f1f1f;
    border-radius: 3px;
    border: 1px solid #4a4a4a;
    color: #fff;
    font-size: 2rem;
    height: 48px;
    -webkit-transition: opacity .2s ease 1s;
    transition: opacity .2s ease 1s;
    width: 100%
}

.modal-content .error,
.modal-content .gfield_description.validation_message,
.modal-content .validation_error {
    color: red;
    font-size: 13px;
    text-align: left
}

.modal-content .gfield_description {
    margin-bottom: 10px !important;
    margin-top: -7px
}

.modal-content .gform_confirmation_wrapper {
    text-align: center
}

.close {
    position: absolute;
    right: 20px;
    top: 30px;
    color: #000;
    font-size: 40px;
    font-weight: 400;
    display: block
}

@media(min-width:769px) {
    .close {
        right: 7px;
        top: -7px
    }
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.wechat__content {
    background-color: #fff;
    padding: 20px;
    width: 300px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.wechat__title {
    text-align: center;
    font-family: newtransport-medium, Helvetica, Arial, sans-serif;
    font-size: 20px
}

.gform_validation_container {
    display: none
}

.ginput_recaptcha {
    margin-bottom: 20px
}

.gfield_html_formatted {
    margin-bottom: 2rem
}

.address-details .gfield_label {
    display: block !important;
    visibility: visible !important;
    padding: 2rem 0 0
}

.address-details [type=text],
.address-details select {
    margin: 10px 0 5px
}

.captcha {
    padding-top: 3rem
}

.gfield_required {
    color: red
}

.c-full-width-image {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.c-full-width-image:before {
    content: "";
    display: block;
    padding-top: 100%;
    width: 100%
}

.c-full-width-image .canvas {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}

@media(min-width:769px) {
    .c-full-width-image {
        position: relative
    }

    .c-full-width-image:before {
        content: "";
        display: block;
        padding-top: 41.66666667%;
        width: 100%
    }

    .c-full-width-image .canvas {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0
    }
}

.c-full-width-image-shading {
    background-color: rgba(0, 0, 0, .25);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0
}

.c-full-width-image-container {
    position: absolute;
    color: #fff;
    text-align: center;
    z-index: 1
}

.c-full-width-image-title {
    font-size: 3.4rem;
    font-family: newtransport-medium, Helvetica, Arial, sans-serif
}

@media(min-width:376px) {
    .c-full-width-image-title {
        font-size: 3.4rem
    }
}

@media(min-width:769px) {
    .c-full-width-image-title {
        font-size: 3.4rem
    }
}

@media(min-width:1025px) {
    .c-full-width-image-title {
        font-size: 3.4rem
    }
}

.c-full-width-image-title--margin-bottom {
    margin-bottom: 2rem
}

.c-hamburger {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 0;
    border-radius: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 22px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    left: 1rem;
    text-indent: -9999px;
    -webkit-transition: background .3s;
    transition: background .3s;
    width: 22px;
    z-index: 100;
    display: none;
    -webkit-transform: scale(.6);
    transform: scale(.6)
}

@media(max-width:1023px) {
    .c-hamburger {
        display: block
    }
}

.c-hamburger__bar {
    background: #000;
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 10px;
    -webkit-transition: background 0s .3s;
    transition: background 0s .3s
}

.c-hamburger__bar:after,
.c-hamburger__bar:before {
    background: #000;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%
}

.c-hamburger__bar:before {
    top: -7px;
    -webkit-transition: top .3s .3s, -webkit-transform .3s 0s;
    transition: top .3s .3s, -webkit-transform .3s 0s;
    transition: top .3s .3s, transform .3s 0s;
    transition: top .3s .3s, transform .3s 0s, -webkit-transform .3s 0s
}

.c-hamburger__bar:after {
    bottom: -7px;
    -webkit-transition: bottom .3s .3s, -webkit-transform .3s 0s;
    transition: bottom .3s .3s, -webkit-transform .3s 0s;
    transition: bottom .3s .3s, transform .3s 0s;
    transition: bottom .3s .3s, transform .3s 0s, -webkit-transform .3s 0s
}

.body--menu-is-expanded .c-hamburger .c-hamburger__bar {
    background: 0 0
}

.body--menu-is-expanded .c-hamburger .c-hamburger__bar:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: top .3s 0s, -webkit-transform .3s .3s;
    transition: top .3s 0s, -webkit-transform .3s .3s;
    transition: top .3s 0s, transform .3s .3s;
    transition: top .3s 0s, transform .3s .3s, -webkit-transform .3s .3s
}

.body--menu-is-expanded .c-hamburger .c-hamburger__bar:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: bottom .3s 0s, -webkit-transform .3s .3s;
    transition: bottom .3s 0s, -webkit-transform .3s .3s;
    transition: bottom .3s 0s, transform .3s .3s;
    transition: bottom .3s 0s, transform .3s .3s, -webkit-transform .3s .3s
}

.c-hamburger:focus {
    outline: none
}

.c-header {
    position: fixed;
    width: 100%;
    z-index: 3;
    top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: .4s ease;
    transition: .4s ease;
    overflow: hidden
}

.c-header,
.c-header__wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff
}

.c-header__wrap {
    text-align: center;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e9e9e9;
    position: relative
}

@media(min-width:769px) {
    .c-header__wrap {
        height: 70px
    }
}

.c-header__link {
    display: inline-block;
    width: 185px;
    height: 16px
}

@media(min-width:769px) {
    .c-header__link {
        margin-top: 5px
    }
}

.c-header__link--left {
    position: absolute;
    left: 3rem;
    top: 80px;
    -webkit-transform: translate3d(0, 35px, 0);
    transform: translate3d(0, 35px, 0);
    -webkit-transition: .4s ease;
    transition: .4s ease
}

.c-header__icon {
    fill: #1f1f1f;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 185px;
    height: 15px;
    margin: 0 auto
}

.body--menu-is-expanded {
    margin-top: 45px
}

@media(min-width:769px) {
    .body--menu-is-expanded {
        margin-top: 70px
    }
}

.body--menu-is-expanded .c-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100
}

body.online-exhibitions-template-parallax-template .c-header {
    background-color: transparent
}

body.online-exhibitions-template-parallax-template .c-header__wrap {
    background-color: transparent;
    border-bottom: 1px solid hsla(0, 0%, 100%, .25)
}

@media(min-width:769px) {
    .c-hero-carousel {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.c-hero-carousel--container a {
    color: currentColor;
    text-decoration: underline
}

.c-hero-carousel--container--padding {
    padding: 4rem 4rem 3rem
}

@media(min-width:1025px) {
    .c-hero-carousel--container--padding {
        padding: 2rem 5rem
    }
}

.c-hero-carousel--container:last-of-type {
    padding: 0 4rem 4rem
}

@media(min-width:1025px) {
    .c-hero-carousel--container:last-of-type {
        padding: 2rem 5rem
    }
}

.c-hero-carousel--inner-container {
    max-width: 1000px;
    margin: 0 auto
}

.c-hero-carousel--image-container {
    width: 100%;
    padding-top: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.c-hero-carousel--dark-background {
    background-color: #323232;
    color: #fff !important
}

.c-hero-carousel--dark-background h3 {
    color: currentColor;
    margin-bottom: 2rem
}

.c-hero-carousel--dark-background p {
    font-size: 1.6rem;
    line-height: 1.5
}

@media(min-width:376px) {
    .c-hero-carousel--dark-background p {
        font-size: 1.6rem
    }
}

@media(min-width:769px) {
    .c-hero-carousel--dark-background p {
        font-size: 1.6rem
    }
}

@media(min-width:1025px) {
    .c-hero-carousel--dark-background p {
        font-size: 1.8rem
    }
}

.c-hero-carousel--dark-background .c-hero-carousel--container--padding {
    max-width: 1000px;
    margin: 0 auto;
    padding: 5rem 3rem
}

@media(min-width:769px) {
    .c-hero-carousel--dark-background .c-hero-carousel--container--padding {
        padding: 10rem
    }
}

.carousel-wrap {
    width: 1000px;
    margin: auto;
    position: relative
}

.owl-nav {
    overflow: hidden;
    height: 0
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: grey
}

.owl-carousel .nav-btn {
    height: 35px;
    width: 26px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.owl-carousel .owl-next.disabled,
.owl-carousel .owl-prev.disabled {
    pointer-events: none;
    opacity: .2
}

.c-work-single__figure div {
    position: relative
}

.c-work-single__figure .next,
.c-work-single__figure .prev {
    z-index: 3;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    position: absolute;
    height: 47px;
    width: 26px;
    cursor: pointer;
    opacity: .6
}

.c-work-single__figure .next:hover,
.c-work-single__figure .prev:hover {
    opacity: 1
}

.c-work-single__figure .next {
    right: 0;
    background: url(img/nav-icon.png) no-repeat scroll -24px 0
}

.c-work-single__figure .prev {
    left: 25px;
    background: url(img/nav-icon.png) no-repeat scroll 0 0
}

.owl-nav {
    margin-top: 0 !important
}

.owl-carousel .prev-slide {
    background: url(img/nav-icon.png) no-repeat scroll 0 0;
    opacity: .6;
    left: -30px
}

@media(min-width:1025px) {
    .owl-carousel .prev-slide {
        left: 10px
    }
}

.owl-carousel .next-slide {
    background: url(img/nav-icon.png) no-repeat scroll -24px 0;
    opacity: .6;
    right: -30px
}

@media(min-width:1025px) {
    .owl-carousel .next-slide {
        right: 10px
    }
}

.owl-carousel .next-slide:hover,
.owl-carousel .prev-slide:hover {
    opacity: 1
}

span.img-text {
    text-decoration: none;
    outline: none;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    cursor: pointer;
    width: 100%;
    font-size: 23px;
    display: block;
    text-transform: capitalize
}

span.img-text:hover {
    color: grey
}

.c-kuula {
    position: relative;
    margin-bottom: 40px;
    width: 100%;
    height: 460px
}

@media(min-width:1025px) {
    .c-kuula {
        height: 840px
    }
}

.c-kuula__button {
    padding: 0;
    border: none;
    margin: 0;
    background-color: #fff;
    border-radius: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 75px;
    height: 75px
}

.c-kuula__button:hover {
    cursor: pointer
}

.c-kuula__touch-icon {
    height: 45px;
    width: 60px
}

.c-kuula__image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.c-kuula iframe {
    display: block;
    width: 100%;
    height: 460px
}

@media(min-width:1025px) {
    .c-kuula iframe {
        height: 840px
    }
}

.art-fairs-template-default .l-content__block .ar-title,
.page-template-page-editorial-php .l-content__block .ar-title {
    font-size: 85%
}

.art-fairs-template-default .l-content__block .ar-title img,
.page-template-page-editorial-php .l-content__block .ar-title img {
    display: inline;
    margin-bottom: -3px
}

@media(max-width:767px) {

    .art-fairs-template-default .l-content__block .desktop,
    .page-template-page-editorial-php .l-content__block .desktop {
        display: none
    }
}

@media(min-width:769px) {

    .art-fairs-template-default .l-content__block .mobile,
    .page-template-page-editorial-php .l-content__block .mobile {
        display: none
    }
}

@media(max-width:767px) {

    .art-fairs-template-default .l-content__block--wide-image,
    .page-template-page-editorial-php .l-content__block--wide-image {
        overflow: visible !important;
        margin: 40px 0
    }
}

@media(max-width:767px) {

    .art-fairs-template-default .l-content__block--wide-image .u-video-aspect-ratio model-viewer,
    .page-template-page-editorial-php .l-content__block--wide-image .u-video-aspect-ratio model-viewer {
        position: relative;
        min-height: 340px !important;
        margin-bottom: 30px
    }

    .art-fairs-template-default .l-content__block--wide-image .u-video-aspect-ratio model-viewer:before,
    .page-template-page-editorial-php .l-content__block--wide-image .u-video-aspect-ratio model-viewer:before {
        padding-top: 0 !important;
        content: "";
        display: block;
        padding-top: 100%;
        width: 100%
    }

    .art-fairs-template-default .l-content__block--wide-image .u-video-aspect-ratio model-viewer .canvas,
    .page-template-page-editorial-php .l-content__block--wide-image .u-video-aspect-ratio model-viewer .canvas {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0
    }
}

.c-lightbox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 4rem;
    z-index: 20;
    background: #fff
}

.c-lightbox__image {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.c-lightbox__close {
    position: absolute;
    right: 2rem;
    top: 2rem;
    width: 4rem;
    height: 4rem;
    z-index: 5;
    background-color: #fff
}

.c-lightbox__close svg {
    display: block;
    width: 100%;
    height: 100%
}

.c-lightbox__close:hover {
    cursor: pointer
}

.c-login {
    font-family: hind-medium, Helvetica, Arial, sans-serif
}

.c-login-canvas {
    max-width: 280px;
    padding: 2rem;
    width: 100%
}

.c-login-canvas__logo {
    margin-bottom: 4rem;
    position: relative
}

.c-login-canvas__your-profile {
    max-width: 1280px
}

.c-login-canvas svg {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.username {
    display: none;
    visibility: hidden
}

.input,
.medium {
    background-color: #fff;
    border: 1px solid hsla(0, 0%, 100%, .6);
    font-size: 1.8rem;
    text-align: center;
    color: #9b9b9b;
    width: 100%;
    padding-left: 1rem;
    margin-bottom: 1rem;
    border-radius: 3px;
    height: 48px
}

@media(min-width:376px) {

    .input,
    .medium {
        font-size: 1.8rem
    }
}

@media(min-width:769px) {

    .input,
    .medium {
        font-size: 1.8rem
    }
}

@media(min-width:1025px) {

    .input,
    .medium {
        font-size: 1.8rem
    }
}

.input:focus,
.medium:focus {
    border: 2px solid #fff
}

.tml-rememberme-wrap label {
    color: #fff;
    font-size: 1.4rem
}

@media(min-width:376px) {
    .tml-rememberme-wrap label {
        font-size: 1.4rem
    }
}

@media(min-width:769px) {
    .tml-rememberme-wrap label {
        font-size: 1.4rem
    }
}

@media(min-width:1025px) {
    .tml-rememberme-wrap label {
        font-size: 1.4rem
    }
}

.tml-submit-wrap {
    text-align: center
}

#gform_submit_button_1,
.submit,
input[type=submit] {
    background-color: transparent;
    width: 100%;
    font-size: 2rem;
    font-family: hind-semibold, Helvetica, Arial, sans-serif;
    background-color: rgba(0, 0, 0, .2);
    border: 1px solid #4a4a4a;
    color: #fff;
    -webkit-transition: opacity .2s ease 1s;
    transition: opacity .2s ease 1s;
    border-radius: 3px;
    height: 48px
}

@media(min-width:376px) {

    #gform_submit_button_1,
    .submit,
    input[type=submit] {
        font-size: 2rem
    }
}

@media(min-width:769px) {

    #gform_submit_button_1,
    .submit,
    input[type=submit] {
        font-size: 2rem
    }
}

@media(min-width:1025px) {

    #gform_submit_button_1,
    .submit,
    input[type=submit] {
        font-size: 2rem
    }
}

#gform_submit_button_1:hover,
.submit:hover,
input[type=submit]:hover {
    -webkit-transition: background-position .2s ease-in-out;
    transition: background-position .2s ease-in-out;
    background-position: 15px;
    cursor: pointer
}

#gform_submit_button_1:disabled,
.submit:disabled,
input[type=submit]:disabled {
    background-position: 50%;
    opacity: 0;
    display: none;
    visibility: hidden
}

#gform_submit_button_1:disabled:hover,
.submit:disabled:hover,
input[type=submit]:disabled:hover {
    background-position: 15px;
    cursor: default
}

.error,
.gfield_description.validation_message,
.validation_error {
    color: #fff;
    margin-bottom: 1rem;
    text-align: center
}

.error strong,
.gfield_description.validation_message strong,
.validation_error strong {
    color: currentColor;
    font-weight: 700
}

.error a,
.gfield_description.validation_message a,
.validation_error a {
    color: currentColor;
    text-decoration: underline;
    display: none;
    visibility: hidden
}

.tml.tml-user-panel {
    display: none;
    visibility: hidden
}

.tml-login {
    width: 100%
}

.tml-login form {
    margin: 0 auto;
    width: 100%;
    max-width: 340px
}

.gfield_label {
    display: none;
    visibility: hidden
}

.c-login {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    overflow: auto
}

.c-login--background-dark {
    background-color: #1f1f1f;
    color: #fff
}

.c-login__footer {
    color: #9a9999;
    text-align: center;
    display: block;
    width: 100%;
    font-family: hind-regular, Helvetica, Arial, sans-serif;
    padding-top: 2rem
}

.c-login__href {
    text-decoration: underline;
    color: currentColor
}

.c-login__detail {
    font-size: 14px
}

.c-login .c-footer__column {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(99.9% * 12/12 - 0px);
    flex-basis: calc(99.9% * 12/12 - 0px);
    max-width: calc(99.9% * 12/12 - 0px);
    width: calc(99.9% * 12/12 - 0px);
    text-align: center;
    width: 100%
}

.c-login .c-footer__column:nth-child(1n) {
    margin-right: 0;
    margin-left: 0
}

.c-login .c-footer__column:last-child {
    margin-right: 0
}

.c-login .c-footer__column .social {
    text-align: center;
    margin: 0 auto
}

.tml-rememberme-wrap {
    padding: 0 2rem
}

.c-ma-email-sub {
    color: currentColor;
    background: #f8f8f8
}

.c-ma-email-sub--small {
    font-size: 1.1rem;
    line-height: 1.3;
    padding-top: 2rem;
    margin-bottom: 1rem;
    text-align: center
}

@media(min-width:376px) {
    .c-ma-email-sub--small {
        font-size: 1.1rem
    }
}

@media(min-width:769px) {
    .c-ma-email-sub--small {
        font-size: 1.1rem
    }
}

@media(min-width:1025px) {
    .c-ma-email-sub--small {
        font-size: 1.1rem
    }
}

.c-ma-email-sub__wrapper {
    padding-bottom: 30px;
    max-width: 640px;
    margin: 0 auto
}

@media(min-width:769px) {
    .c-ma-email-sub__wrapper {
        max-width: 100%;
        padding-bottom: 0
    }
}

@media(min-width:1025px) {
    .c-ma-email-sub__wrapper {
        display: table;
        width: 100%;
        margin-bottom: 0
    }
}

.c-ma-email-sub__column .gform_wrapper input[type=text] {
    margin-bottom: 5px;
    font-size: 16px;
    font-family: newtransport-regular, Helvetica, Arial, sans-serif
}

@media(min-width:1025px) {
    .c-ma-email-sub__column {
        display: table-cell;
        width: 50%;
        vertical-align: middle
    }

    .c-ma-email-sub__column .gform_wrapper {
        display: table;
        width: 100%
    }

    .c-ma-email-sub__column .gform_wrapper form:before {
        content: "";
        display: table
    }

    .c-ma-email-sub__column .gform_wrapper form:after {
        content: "";
        display: table;
        clear: both
    }

    .c-ma-email-sub__column .gform_wrapper form .gform_body {
        width: 66%;
        float: left
    }

    .c-ma-email-sub__column .gform_wrapper form .gform_body:before {
        content: "";
        display: table
    }

    .c-ma-email-sub__column .gform_wrapper form .gform_body:after {
        content: "";
        display: table;
        clear: both
    }

    .c-ma-email-sub__column .gform_wrapper form .gform_body input[type=text] {
        width: 49%;
        float: left;
        margin-bottom: 0;
        margin-right: .8%
    }

    .c-ma-email-sub__column .gform_wrapper form .gform_footer {
        width: 33%;
        float: left
    }
}

.c-ma-email-sub__column:first-of-type {
    font-size: 2.2rem;
    font-family: newtransport-medium, Helvetica, Arial, sans-serif;
    line-height: 1.25;
    text-align: center;
    padding: 1.5rem
}

@media(min-width:376px) {
    .c-ma-email-sub__column:first-of-type {
        font-size: 2.2rem
    }
}

@media(min-width:769px) {
    .c-ma-email-sub__column:first-of-type {
        font-size: 2.2rem
    }
}

@media(min-width:1025px) {
    .c-ma-email-sub__column:first-of-type {
        font-size: 2.2rem;
        text-align: left;
        width: 50%
    }
}

.c-ma-email-sub input[type=submit] {
    background-color: #1f1f1f;
    color: #fff;
    line-height: 2.4
}

.c-ma-email-sub form .validation_error {
    display: none
}

.gfield {
    position: relative
}

.gfield .validation_message {
    top: 50px
}

#field_6_1 .validation_message {
    display: none
}

.lens-mobile,
.magnify,
.magnify-mobile,
.magnify>.magnify-lens {
    min-width: 0;
    min-height: 0;
    -webkit-animation: none;
    animation: none;
    border: none;
    float: none;
    margin: 0;
    opacity: 1;
    outline: none;
    overflow: visible;
    padding: 0;
    text-indent: 0;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none
}

.magnify>.magnify-lens {
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 0 7px hsla(0, 0%, 100%, .85), 0 0 7px 7px rgba(0, 0, 0, .25), inset 0 0 40px 2px rgba(0, 0, 0, .25);
    box-shadow: 0 0 0 7px hsla(0, 0%, 100%, .85), 0 0 7px 7px rgba(0, 0, 0, .25), inset 0 0 40px 2px rgba(0, 0, 0, .25);
    cursor: none;
    display: none;
    z-index: 99
}

@media(min-width:376px) {
    .magnify>.magnify-lens {
        width: 350px;
        height: 350px;
        border-radius: 100%
    }
}

.magnify>.magnify-lens.loading {
    background: #333 !important;
    opacity: .8
}

.magnify>.magnify-lens.loading:after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: #fff;
    content: "Loading...";
    font: italic normal 16px/1 Calibri, sans-serif;
    letter-spacing: 1px;
    margin-top: -8px;
    text-align: center;
    text-shadow: 0 0 2px rgba(51, 51, 51, .8);
    text-transform: none
}

.ala .c-online-exhibitions__btn-next,
.ala .c-online-exhibitions__btn-prev {
    z-index: 2;
    width: 45px;
    height: 35px;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: left;
    background-color: #fff;
    position: absolute;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    bottom: 45px
}

@media(min-width:769px) {

    .ala .c-online-exhibitions__btn-next,
    .ala .c-online-exhibitions__btn-prev {
        width: 55px;
        height: 40px;
        top: 50%
    }
}

.ala .c-online-exhibitions__btn-prev {
    right: 50px
}

@media(min-width:769px) {
    .ala .c-online-exhibitions__btn-prev {
        left: -65px
    }
}

.ala .c-online-exhibitions__btn-next {
    right: 10px
}

@media(min-width:769px) {
    .ala .c-online-exhibitions__btn-next {
        right: -65px
    }
}

.ala .cta-button {
    position: absolute;
    bottom: -40px;
    right: 10px;
    z-index: 0
}

@media(min-width:769px) {
    .ala .cta-button {
        right: 0
    }
}

.c-meta {
    font-size: 1.4rem;
    line-height: 2;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(99.9% * 12/12 - 0px);
    flex-basis: calc(99.9% * 12/12 - 0px);
    max-width: calc(99.9% * 12/12 - 0px);
    width: calc(99.9% * 12/12 - 0px);
    display: none;
    visibility: hidden
}

.c-meta:nth-child(1n) {
    margin-right: 0;
    margin-left: 0
}

.c-meta:last-child {
    margin-right: 0
}

@media(min-width:376px) {
    .c-meta {
        font-size: 1.4rem
    }
}

@media(min-width:769px) {
    .c-meta {
        font-size: 1.4rem
    }
}

@media(min-width:1025px) {
    .c-meta {
        font-size: 1.4rem
    }
}

.c-meta__filter-button {
    text-transform: uppercase;
    margin-bottom: 2rem;
    padding: 2rem;
    border: 1px solid #1f1f1f;
    width: 100%;
    display: block;
    border-radius: 3px
}

@media(min-width:769px) {
    .c-meta__filter-button {
        display: none
    }
}

.c-meta__filter-button:hover {
    cursor: pointer
}

@media(min-width:769px) {
    .c-meta {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(99.9% * 3/12 - 0px);
        flex-basis: calc(99.9% * 3/12 - 0px);
        max-width: calc(99.9% * 3/12 - 0px);
        width: calc(99.9% * 3/12 - 0px)
    }

    .c-meta:nth-child(1n) {
        margin-right: 0;
        margin-left: 0
    }

    .c-meta:last-child {
        margin-right: 0
    }

    .c-meta__data {
        display: block !important
    }
}

.c-meta__section {
    padding: 0 2rem 2rem
}

.c-meta__title {
    font-family: hind-semibold, Helvetica, Arial, sans-serif;
    text-transform: uppercase
}

.c-meta__label {
    font-family: hind-medium, Helvetica, Arial, sans-serif
}

[type=radio]:checked,
[type=radio]:not(:checked) {
    position: absolute;
    opacity: 0;
    pointer-events: none
}

[type=radio]:checked+span,
[type=radio]:not(:checked)+span {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    -webkit-transition: .28s ease;
    transition: .28s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

[type=radio]+span:after,
[type=radio]+span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 14px;
    height: 14px;
    z-index: 0;
    -webkit-transition: .28s ease;
    transition: .28s ease
}

[type=radio].with-gap:checked+span:after,
[type=radio].with-gap:checked+span:before,
[type=radio]:checked+span:after,
[type=radio]:checked+span:before,
[type=radio]:not(:checked)+span:after,
[type=radio]:not(:checked)+span:before {
    border-radius: 50%
}

[type=radio]:not(:checked)+span:after,
[type=radio]:not(:checked)+span:before {
    background-color: #e5e5e5
}

[type=radio]:not(:checked)+span:after {
    -webkit-transform: scale(0);
    transform: scale(0)
}

[type=radio].with-gap:checked+span:after,
[type=radio].with-gap:checked+span:before,
[type=radio]:checked+span:after {
    border: 3px solid #e5e5e5
}

[type=radio].with-gap:checked+span:after,
[type=radio]:checked+span:after {
    background-color: #1f1f1f
}

[type=radio]:checked+span:after {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.c-mobile-navigation {
    background-color: #fff;
    height: 100%;
    overflow-x: hidden;
    position: fixed;
    left: -300px;
    width: 300px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

@media(min-width:769px) {
    .c-mobile-navigation {
        top: 70px
    }
}

.c-mobile-navigation__menu a {
    color: #000 !important;
    font-size: 2rem;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    display: block;
    border-bottom: 1px solid #d5d4d4
}

@media(min-width:376px) {
    .c-mobile-navigation__menu a {
        font-size: 2rem
    }
}

@media(min-width:769px) {
    .c-mobile-navigation__menu a {
        font-size: 2rem
    }
}

@media(min-width:1025px) {
    .c-mobile-navigation__menu a {
        font-size: 2rem
    }
}

body.body--menu-is-expanded .c-mobile-navigation {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    left: 0
}

body.online-exhibitions-template-parallax-template .c-mobile-navigation {
    z-index: 1
}

body.online-exhibitions-template-parallax-template .c-hamburger__bar,
body.online-exhibitions-template-parallax-template .c-hamburger__bar:after,
body.online-exhibitions-template-parallax-template .c-hamburger__bar:before {
    background: #fff
}

body.online-exhibitions-template-parallax-template.body--menu-is-expanded .c-hamburger__bar {
    background: 0 0
}

body.online-exhibitions-template-parallax-template.body--menu-is-expanded .c-hamburger__bar:after,
body.online-exhibitions-template-parallax-template.body--menu-is-expanded .c-hamburger__bar:before {
    background: #000
}

body.online-exhibitions-template-parallax-template.is-scrolled .c-header__wrap {
    background-color: #fff
}

@media(min-width:769px) {
    body.online-exhibitions-template-parallax-template.is-scrolled .c-header__wrap {
        background-color: transparent
    }
}

body.online-exhibitions-template-parallax-template.is-scrolled .c-hamburger__bar,
body.online-exhibitions-template-parallax-template.is-scrolled .c-hamburger__bar:after,
body.online-exhibitions-template-parallax-template.is-scrolled .c-hamburger__bar:before {
    background: #000
}

.c-non-pages {
    text-align: center
}

.c-non-pages h1 {
    font-size: 3rem;
    font-family: newtransport-regular, Helvetica, Arial, sans-serif;
    line-height: 1.3;
    margin-bottom: 4rem
}

@media(min-width:376px) {
    .c-non-pages h1 {
        font-size: 3rem
    }
}

@media(min-width:769px) {
    .c-non-pages h1 {
        font-size: 3rem
    }
}

@media(min-width:1025px) {
    .c-non-pages h1 {
        font-size: 3rem
    }
}

.c-online-exhibitions:before {
    content: "";
    display: table
}

.c-online-exhibitions:after {
    content: "";
    display: table;
    clear: both
}

.c-online-exhibitions__card {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.c-online-exhibitions__card:focus .canvas,
.c-online-exhibitions__card:hover .canvas {
    background-color: rgba(0, 0, 0, .2)
}

.c-online-exhibitions__card:focus .c-online-exhibitions__href .c-works__icon,
.c-online-exhibitions__card:hover .c-online-exhibitions__href .c-works__icon {
    -webkit-transform: translate3d(6px, 0, 0);
    transform: translate3d(6px, 0, 0)
}

.c-online-exhibitions .canvas {
    background-color: rgba(0, 0, 0, .3)
}

.c-online-exhibitions .canvas,
.c-online-exhibitions__href {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.c-online-exhibitions__href {
    display: block;
    font-family: newtransport-regular, Helvetica, Arial, sans-serif
}

.c-online-exhibitions__block {
    margin-bottom: 30px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

.c-online-exhibitions__block:before {
    content: "";
    display: block;
    padding-top: 62.5%;
    width: 100%
}

.c-online-exhibitions__block .canvas {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}

@media(min-width:769px) {
    .c-online-exhibitions__block {
        margin-bottom: 0;
        width: calc(99.9% * 6/12 - 15px)
    }

    .c-online-exhibitions__block:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .c-online-exhibitions__block:last-child {
        margin-right: 0
    }

    .c-online-exhibitions__block:nth-child(2n) {
        margin-right: 0;
        float: right
    }

    .c-online-exhibitions__block:nth-child(odd) {
        clear: both
    }
}

.c-online-exhibitions__block--small {
    position: relative;
    margin-bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

.c-online-exhibitions__block--small:before {
    content: "";
    display: block;
    padding-top: 87.5%;
    width: 100%
}

.c-online-exhibitions__block--small .canvas {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}

.c-online-exhibitions__block--navigation {
    margin-bottom: 30px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

.c-online-exhibitions__block--navigation:before {
    content: "";
    display: block;
    padding-top: 87.5%;
    width: 100%
}

.c-online-exhibitions__block--navigation .canvas {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}

@media(min-width:769px) {
    .c-online-exhibitions__block--navigation {
        width: calc(99.9% * 4/12 - 20px)
    }

    .c-online-exhibitions__block--navigation:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none
    }

    .c-online-exhibitions__block--navigation:last-child {
        margin-right: 0
    }

    .c-online-exhibitions__block--navigation:nth-child(3n) {
        margin-right: 0;
        float: right
    }

    .c-online-exhibitions__block--navigation:nth-child(3n+1) {
        clear: both
    }
}

.c-online-exhibitions__content {
    bottom: 0;
    position: absolute;
    width: 100%;
    color: #fff;
    padding: 2rem
}

.c-online-exhibitions__artist,
.c-online-exhibitions__content {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.c-online-exhibitions__artist {
    font-family: newtransport-medium, Helvetica, Arial, sans-serif;
    font-size: 3.2rem;
    line-height: 1.1;
    margin-bottom: .9rem
}

@media(min-width:376px) {
    .c-online-exhibitions__artist {
        font-size: 3.2rem
    }
}

@media(min-width:769px) {
    .c-online-exhibitions__artist {
        font-size: 3.2rem
    }
}

@media(min-width:1025px) {
    .c-online-exhibitions__artist {
        font-size: 3.2rem
    }
}

.c-online-exhibitions__artwork_title {
    font-family: newtransport-medium, Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    line-height: 1.1;
    margin-bottom: 1rem
}

@media(min-width:376px) {
    .c-online-exhibitions__artwork_title {
        font-size: 1.6rem
    }
}

@media(min-width:769px) {
    .c-online-exhibitions__artwork_title {
        font-size: 1.6rem
    }
}

@media(min-width:1025px) {
    .c-online-exhibitions__artwork_title {
        font-size: 1.6rem
    }
}

.c-online-exhibitions__title {
    font-family: newtransport-medium, Helvetica, Arial, sans-serif;
    font-size: 3.2rem;
    line-height: 1.1;
    margin-bottom: 1rem
}

@media(min-width:376px) {
    .c-online-exhibitions__title {
        font-size: 3.2rem
    }
}

@media(min-width:769px) {
    .c-online-exhibitions__title {
        font-size: 3.2rem
    }
}

@media(min-width:1025px) {
    .c-online-exhibitions__title {
        font-size: 3.2rem
    }
}

.c-online-exhibitions--alt-font,
.c-online-exhibitions--alt-font .c-online-exhibitions__artist,
.c-online-exhibitions--alt-font .c-online-exhibitions__title {
    font-family: garamond-medium, Helvetica, Arial, sans-serif
}

.c-online-exhibitions__href {
    color: currentColor;
    text-decoration: none;
    font-size: 1.6rem
}

@media(min-width:376px) {
    .c-online-exhibitions__href {
        font-size: 1.6rem
    }
}

@media(min-width:769px) {
    .c-online-exhibitions__href {
        font-size: 1.6rem
    }
}

@media(min-width:1025px) {
    .c-online-exhibitions__href {
        font-size: 1.6rem
    }
}

.c-online-exhibitions__href a {
    margin-right: .5rem
}

.c-online-exhibitions__btn-title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-online-exhibitions__btn-title {
    margin-right: 2rem
}

.c-online-exhibitions__btn-container {
    position: absolute;
    right: 40px;
    padding-top: 5px
}

@media(min-width:376px) {
    .c-online-exhibitions__btn-container {
        right: 40px
    }
}

@media(min-width:769px) {
    .c-online-exhibitions__btn-container {
        right: 80px
    }
}

@media(min-width:1025px) {
    .c-online-exhibitions__btn-container {
        right: 80px
    }
}

.c-online-exhibitions__btn-next,
.c-online-exhibitions__btn-prev {
    width: 45px;
    height: 35px;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: left;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media(min-width:376px) {

    .c-online-exhibitions__btn-next,
    .c-online-exhibitions__btn-prev {
        width: 65px;
        height: 45px
    }
}

.c-online-exhibitions__btn-next:after,
.c-online-exhibitions__btn-prev:after {
    content: "";
    background-size: 12px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyBoZWlnaHQ9JzI1JyB2aWV3Qm94PScwIDAgMjEgMjUnIHdpZHRoPScyMScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMjAuODg2IDEzLjU4NUwuMTM5IDI0LjYzM3YtMi42OTdsMTguMTA1LTkuNDYzTC4xNCAzLjAxVi4zMTRMMjAuNjMgMTEuMjI2bC4wMDktLjAwNC4wNjMuMDQyLjE4NC4wOTh6JyBmaWxsPScjOGE4YThhJyBmaWxsLXJ1bGU9J2V2ZW5vZGQnLz48L3N2Zz4=);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.c-online-exhibitions__btn-next:hover,
.c-online-exhibitions__btn-prev:hover {
    cursor: pointer;
    background-color: #fff
}

.c-online-exhibitions__btn-next:hover:after,
.c-online-exhibitions__btn-prev:hover:after {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.c-online-exhibitions__btn-icon {
    width: 10px
}

.c-online-exhibitions__btn-prev {
    margin-right: 10px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media(min-width:376px) {
    .c-online-exhibitions__btn-prev {
        margin-right: 1.5rem
    }
}

.c-online-exhibitions--border-bottom,
.c-online-exhibitions--border-top {
    border-bottom: 1px solid #888
}

.c-online-exhibitions .owl-stage {
    padding-left: 0 !important
}

.c-online-exhibitions__href-wrap,
.owl-item {
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

@media(min-width:769px) {
    .c-online-exhibitions--padding-bottom {
        padding-bottom: 30px
    }
}

.closefullscreenBtn:focus,
.fullscreenBtn:focus,
.owl-next:focus,
.owl-prev:focus {
    outline: none;
    outline: 0 auto -webkit-focus-ring-color
}

.c-pagination {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.c-pagination--top {
    border-bottom: 1px solid #888;
    padding-bottom: 1rem;
    margin-bottom: 2rem
}

.c-pagination--bottom {
    padding-top: 1rem;
    margin-top: 1rem;
    border-top: 1px solid #888
}

.c-pagination div {
    font-size: 1.4rem
}

.c-pagination button {
    font-size: 1.4rem;
    padding: 0;
    cursor: pointer
}

.c-pagination button:focus {
    outline: 0
}

.c-pagination button:disabled {
    color: #888
}

.c-header-background-image {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(100vh - 220px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    resize: both;
    width: 100%
}

.c-header-background-image__shading {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.c-paralax-header {
    width: 100%
}

.c-paralax-header--desktop {
    display: block
}

@media(min-width:769px) {
    .c-paralax-header--desktop {
        display: block
    }
}

.parallax-window {
    background: 0 0;
    min-height: calc(100vh - 220px)
}

@media(min-width:769px) {
    .parallax-window {
        min-height: calc(100vh - 220px)
    }
}

.parallax-window__content {
    color: #fff;
    position: relative;
    z-index: 2
}

.parallax-window__footer {
    min-height: 670px
}

.c-parallax-hero {
    position: relative;
    overflow: hidden
}

.c-parallax-hero--bg-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.c-parallax-hero__content-wrap {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #fff
}

.c-parallax-hero__h1 {
    margin-bottom: 5rem;
    text-align: center
}

@media(min-width:769px) {
    .c-parallax-hero__h1 {
        margin-bottom: 15rem
    }
}

.c-parallax-hero__h2 {
    font-size: 1.8rem;
    font-family: newtransport-medium, Helvetica, Arial, sans-serif;
    line-height: 1.3;
    padding: 0 3rem;
    margin-bottom: 7rem
}

@media(min-width:376px) {
    .c-parallax-hero__h2 {
        font-size: 2.4rem
    }
}

@media(min-width:769px) {
    .c-parallax-hero__h2 {
        font-size: 3rem
    }
}

@media(min-width:1025px) {
    .c-parallax-hero__h2 {
        font-size: 3.2rem
    }
}

.c-parallax-hero__hero-image {
    position: relative;
    z-index: 0;
    width: 100%
}

.c-parallax-hero__thumbnails {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.c-parallax-hero__thumbnail {
    position: relative;
    margin-bottom: 2rem
}

.c-parallax-hero__thumbnail img {
    margin-bottom: .5rem
}

@media(min-width:376px) {
    .c-parallax-hero__thumbnail {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(99.9% * 4/12 - 20px);
        flex-basis: calc(99.9% * 4/12 - 20px);
        max-width: calc(99.9% * 4/12 - 20px);
        width: calc(99.9% * 4/12 - 20px);
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .c-parallax-hero__thumbnail:nth-child(1n) {
        margin-right: 30px;
        margin-left: 0
    }

    .c-parallax-hero__thumbnail:last-child {
        margin-right: 0
    }

    .c-parallax-hero__thumbnail:nth-child(3n) {
        margin-right: 0;
        margin-left: auto
    }
}

@media(min-width:769px) {
    .c-parallax-hero__thumbnail {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(99.9% * 4/12 - 20px);
        flex-basis: calc(99.9% * 4/12 - 20px);
        max-width: calc(99.9% * 4/12 - 20px);
        width: calc(99.9% * 4/12 - 20px);
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .c-parallax-hero__thumbnail:nth-child(1n) {
        margin-right: 30px;
        margin-left: 0
    }

    .c-parallax-hero__thumbnail:last-child {
        margin-right: 0
    }

    .c-parallax-hero__thumbnail:nth-child(3n) {
        margin-right: 0;
        margin-left: auto
    }
}

.c-parallax-hero__thumbnail figcaption {
    font-size: 1.5rem
}

@media(min-width:376px) {
    .c-parallax-hero__thumbnail figcaption {
        font-size: 1.5rem
    }
}

@media(min-width:769px) {
    .c-parallax-hero__thumbnail figcaption {
        font-size: 1.5rem
    }
}

@media(min-width:1025px) {
    .c-parallax-hero__thumbnail figcaption {
        font-size: 1.5rem
    }
}

.c-parallax-hero__thumbnail:only-child {
    margin: 0 auto
}

.c-parallax-hero__blockquote {
    padding-bottom: 4rem
}

.parallax-window__hero {
    height: 1800px;
    overflow: hidden
}

.parallax-window__second-hero {
    height: 1000px;
    overflow: hidden
}

.c-magnifying-zoom {
    margin: 0
}

.c-magnifying-zoom .caption {
    padding-left: 5px
}

body.online-exhibitions-template-parallax-template .cta-button {
    z-index: 100
}

body.online-exhibitions-template-parallax-template .ala {
    max-width: 1000px
}

@media(max-width:1400px) {
    body.online-exhibitions-template-parallax-template .ala {
        max-width: 1024px
    }
}

@media screen and (min-width:1401px) {
    body.online-exhibitions-template-parallax-template .ala {
        max-width: 1100px
    }
}

.owl-carousel-magnify .c-paralax-carousel-cover {
    overflow: hidden;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0
}

.owl-carousel-magnify .c-paralax-carousel-cover__image {
    -o-object-fit: cover;
    object-fit: cover
}

.c-recommendations {
    color: #fff
}

.c-recommendations__title {
    font-size: 2.8rem;
    font-family: newtransport-regular, Helvetica, Arial, sans-serif;
    margin-bottom: 2rem
}

@media(min-width:376px) {
    .c-recommendations__title {
        font-size: 2.8rem
    }
}

@media(min-width:769px) {
    .c-recommendations__title {
        font-size: 2.8rem
    }
}

@media(min-width:1025px) {
    .c-recommendations__title {
        font-size: 3rem
    }
}

@media(min-width:769px) {
    .c-recommendations__title {
        padding: 0 2rem
    }
}

.c-recommendations__sub-title {
    margin-bottom: 4rem;
    color: #b3b2b2
}

@media(min-width:769px) {
    .c-recommendations__sub-title {
        padding: 0 2rem
    }
}

@media(min-width:769px) {
    .c-recommendations__content-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

.c-recommendations__column {
    width: 100%
}

@media(min-width:769px) {
    .c-recommendations__column {
        padding: 0 2rem;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(99.9% * 6/12 - 0px);
        flex-basis: calc(99.9% * 6/12 - 0px);
        max-width: calc(99.9% * 6/12 - 0px);
        width: calc(99.9% * 6/12 - 0px)
    }

    .c-recommendations__column:nth-child(1n) {
        margin-right: 0;
        margin-left: 0
    }

    .c-recommendations__column:last-child {
        margin-right: 0
    }
}

.c-recommendations__column iframe {
    width: 100%
}

.c-recommendations__column p {
    margin-bottom: 2rem;
    color: #b3b2b2
}

.c-recommendations__column p:last-of-type {
    margin-bottom: 2rem
}

.c-recommendations__column strong {
    color: #fff
}

.c-recommendations__column a {
    color: currentColor;
    text-decoration: underline
}

.page-template-login .c-site-headings--h1 {
    padding-top: 20px
}

.c-site-headings {
    font-family: newtransport-regular, Helvetica, Arial, sans-serif;
    line-height: 1.3
}

.c-site-headings--underline {
    position: relative
}

.c-site-headings--underline:after {
    content: "";
    display: block;
    width: 80%;
    height: 1px;
    background-color: hsla(0, 0%, 100%, .5);
    margin-top: 1.5rem
}

@media(min-width:769px) {
    .c-site-headings--underline:after {
        margin-top: 5rem
    }
}

.c-site-headings--uppercase {
    text-transform: uppercase
}

.c-site-headings--text-align-center {
    text-align: center;
    width: 100%;
    margin-bottom: 1.5rem
}

.c-site-headings--h1 {
    font-size: 2.4rem;
    line-height: 1.2;
    color: #1f1f1f
}

@media(min-width:376px) {
    .c-site-headings--h1 {
        font-size: 2.4rem
    }
}

@media(min-width:769px) {
    .c-site-headings--h1 {
        font-size: 3rem
    }
}

@media(min-width:1025px) {
    .c-site-headings--h1 {
        font-size: 3.6rem
    }
}

.c-site-headings--h1--hero {
    font-family: newtransport-medium, Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #fff
}

@media(min-width:376px) {
    .c-site-headings--h1--hero {
        font-size: 1.5rem
    }
}

@media(min-width:769px) {
    .c-site-headings--h1--hero {
        font-size: 1.5rem
    }
}

@media(min-width:1025px) {
    .c-site-headings--h1--hero {
        font-size: 1.5rem
    }
}

.c-site-headings--h1--sub {
    font-size: 3.4rem;
    font-family: newtransport-medium, Helvetica, Arial, sans-serif;
    line-height: 1;
    padding-top: 2rem;
    display: block
}

@media(min-width:376px) {
    .c-site-headings--h1--sub {
        font-size: 3.4rem
    }
}

@media(min-width:769px) {
    .c-site-headings--h1--sub {
        font-size: 5rem
    }
}

@media(min-width:1025px) {
    .c-site-headings--h1--sub {
        font-size: 5rem
    }
}

.c-site-headings--h1--hero-carousel {
    font-size: 2.2rem;
    font-family: newtransport-medium, Helvetica, Arial, sans-serif;
    line-height: 1.35;
    margin-bottom: 0
}

@media(min-width:376px) {
    .c-site-headings--h1--hero-carousel {
        font-size: 2.4rem
    }
}

@media(min-width:769px) {
    .c-site-headings--h1--hero-carousel {
        font-size: 2.8rem
    }
}

@media(min-width:1025px) {
    .c-site-headings--h1--hero-carousel {
        font-size: 3.2rem
    }
}

.c-site-headings--h1--light {
    color: #fff
}

.c-site-headings--h1--email-sub {
    font-size: 2rem;
    margin-bottom: 1rem;
    font-family: newtransport-regular, Helvetica, Arial, sans-serif;
    color: currentColor
}

@media(min-width:376px) {
    .c-site-headings--h1--email-sub {
        font-size: 2rem
    }
}

@media(min-width:769px) {
    .c-site-headings--h1--email-sub {
        font-size: 2rem
    }
}

@media(min-width:1025px) {
    .c-site-headings--h1--email-sub {
        font-size: 2rem
    }
}

.c-site-headings--h1--small {
    font-family: newtransport-regular, Helvetica, Arial, sans-serif;
    text-transform: none;
    color: currentColor;
    line-height: 1.3;
    font-size: 15px !important
}

.c-site-headings--h1--alt-font {
    font-family: garamond-regular, Helvetica, Arial, sans-serif;
    font-size: 5rem
}

@media(min-width:376px) {
    .c-site-headings--h1--alt-font {
        font-size: 5rem
    }
}

@media(min-width:769px) {
    .c-site-headings--h1--alt-font {
        font-size: 5rem
    }
}

@media(min-width:1025px) {
    .c-site-headings--h1--alt-font {
        font-size: 5rem
    }
}

.c-site-headings--h1--private-sales {
    color: #fff;
    font-size: 3.2rem;
    font-family: garamond-regular, Helvetica, Arial, sans-serif;
    margin-bottom: 3rem
}

@media(min-width:376px) {
    .c-site-headings--h1--private-sales {
        font-size: 3.2rem
    }
}

@media(min-width:769px) {
    .c-site-headings--h1--private-sales {
        font-size: 3.2rem
    }
}

@media(min-width:1025px) {
    .c-site-headings--h1--private-sales {
        font-size: 3.2rem
    }
}

.c-site-headings--h2 {
    font-size: 1.8rem;
    line-height: 1.2;
    margin-bottom: 2rem;
    padding-bottom: 2rem
}

@media(min-width:376px) {
    .c-site-headings--h2 {
        font-size: 2rem
    }
}

@media(min-width:769px) {
    .c-site-headings--h2 {
        font-size: 2.6rem
    }
}

@media(min-width:1025px) {
    .c-site-headings--h2 {
        font-size: 3.6rem
    }
}

@media(min-width:769px) {
    .c-site-headings--h2 {
        margin-bottom: 4rem;
        padding-bottom: 4rem
    }
}

.c-site-headings--h2--feature {
    color: #3b5998;
    font-family: newtransport-medium, Helvetica, Arial, sans-serif;
    font-size: 2.4rem;
    text-align: center;
    display: inline-block;
    width: 100%;
    line-height: 1.3
}

@media(min-width:376px) {
    .c-site-headings--h2--feature {
        font-size: 2.4rem
    }
}

@media(min-width:769px) {
    .c-site-headings--h2--feature {
        font-size: 2.4rem
    }
}

@media(min-width:1025px) {
    .c-site-headings--h2--feature {
        font-size: 2.4rem
    }
}

.c-site-headings--h2--campaign-banner {
    color: #fff;
    padding-bottom: 0;
    margin-bottom: 1.5rem
}

.c-site-headings--h2--has-subcopy {
    margin-bottom: 2rem;
    padding-bottom: 0
}

.c-site-headings--h2--thanks {
    padding-top: 30vh;
    margin-bottom: -20px;
    font-size: 1.8rem;
    font-family: newtransport-regular, Helvetica, Arial, sans-serif
}

@media(min-width:376px) {
    .c-site-headings--h2--thanks {
        font-size: 1.8rem
    }
}

@media(min-width:769px) {
    .c-site-headings--h2--thanks {
        font-size: 1.8rem
    }
}

@media(min-width:1025px) {
    .c-site-headings--h2--thanks {
        font-size: 3rem
    }
}

.c-site-headings--h2--email {
    font-size: 1.8rem;
    margin: 0 auto 40vh;
    font-family: newtransport-regular, Helvetica, Arial, sans-serif
}

@media(min-width:376px) {
    .c-site-headings--h2--email {
        font-size: 1.8rem
    }
}

@media(min-width:769px) {
    .c-site-headings--h2--email {
        font-size: 1.8rem
    }
}

@media(min-width:1025px) {
    .c-site-headings--h2--email {
        font-size: 3rem
    }
}

.c-site-headings--h3 {
    font-size: 1.6rem;
    line-height: 1.2;
    margin-bottom: 2rem;
    font-family: newtransport-medium, Helvetica, Arial, sans-serif;
    display: block;
    width: 100%
}

@media(min-width:376px) {
    .c-site-headings--h3 {
        font-size: 1.6rem
    }
}

@media(min-width:769px) {
    .c-site-headings--h3 {
        font-size: 2rem
    }
}

@media(min-width:1025px) {
    .c-site-headings--h3 {
        font-size: 2rem
    }
}

.c-site-headings--h4 {
    font-size: 1.4rem;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 2rem;
    font-family: newtransport-medium, Helvetica, Arial, sans-serif
}

@media(min-width:376px) {
    .c-site-headings--h4 {
        font-size: 1.4rem
    }
}

@media(min-width:769px) {
    .c-site-headings--h4 {
        font-size: 1.4rem
    }
}

@media(min-width:1025px) {
    .c-site-headings--h4 {
        font-size: 1.4rem
    }
}

.c-site-subcopy {
    text-align: center;
    line-height: 1.65;
    margin-bottom: 5rem
}

.c-text-align-centre {
    text-align: center;
    display: block;
    width: 100%;
    padding: 0 10px
}

.c-site-headings--h1 span {
    font-size: 1.8rem;
    line-height: 1.2;
    display: block;
    width: 100%
}

@media(min-width:376px) {
    .c-site-headings--h1 span {
        font-size: 1.8rem
    }
}

@media(min-width:769px) {
    .c-site-headings--h1 span {
        font-size: 1.8rem
    }
}

@media(min-width:1025px) {
    .c-site-headings--h1 span {
        font-size: 2.4rem
    }
}

h1 strong {
    line-height: 1.2
}

.c-site-nav {
    font-size: 1.6rem;
    font-family: newtransport-regular, Helvetica, Arial, sans-serif;
    display: block;
    margin: 0 auto;
    text-align: center;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e9e9e9
}

@media(min-width:376px) {
    .c-site-nav {
        font-size: 1.6rem
    }
}

@media(min-width:769px) {
    .c-site-nav {
        font-size: 1.6rem
    }
}

@media(min-width:1025px) {
    .c-site-nav {
        font-size: 1.6rem
    }
}

.c-site-nav .menu-item {
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: .4s ease;
    transition: .4s ease
}

.c-site-nav .menu-item a {
    color: #000;
    opacity: .8;
    display: inline-block;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    height: 34px;
    margin-top: 14px;
    padding: 0 3rem
}

.c-site-nav .menu-item a:hover {
    text-decoration: none;
    color: #000;
    opacity: 1
}

.c-site-nav .menu-item a:hover:after {
    width: 100%
}

.c-site-nav .menu-item.current-menu-item a {
    text-decoration: none;
    color: #000;
    opacity: 1;
    font-family: newtransport-medium, Helvetica, Arial, sans-serif
}

.c-site-nav .menu-item.current-menu-item a:after {
    content: "";
    position: absolute;
    right: 0;
    left: 50%;
    bottom: 0;
    display: block;
    width: 100%;
    height: 1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #000
}

.menu-item.current_page_ancestor a,
.menu-item.current_page_item a {
    font-family: newtransport-medium, Helvetica, Arial, sans-serif;
    color: #000;
    opacity: .8;
    display: inline-block;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    height: 34px;
    margin-top: 14px;
    padding: 0 3rem
}

.menu-item.current_page_ancestor a:after,
.menu-item.current_page_item a:after {
    content: "";
    position: absolute;
    right: 0;
    left: 50%;
    bottom: 0;
    display: block;
    width: 100%;
    height: 1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #000
}

.online-exhibitions-template-parallax-template .c-site-nav {
    border: none
}

.online-exhibitions-template-parallax-template .menu-item:first-of-type a,
.online-exhibitions-template-parallax-template .menu-item a {
    color: #fff
}

.online-exhibitions-template-parallax-template .menu-item:first-of-type a:after {
    background-color: #fff
}

body.is-scrolled .menu-item:first-of-type a,
body.is-scrolled .menu-item a {
    color: #000
}

body.is-scrolled .menu-item:first-of-type a:after {
    background-color: #000
}

.social {
    text-align: center;
    padding: 1rem
}

@media(min-width:1025px) {
    .social {
        text-align: right
    }
}

.social__link {
    display: inline-block;
    margin: 0 5px;
    opacity: .7
}

@media(min-width:1025px) {
    .social__link:last-of-type {
        margin-right: -10px
    }
}

.social__link:hover {
    opacity: 1
}

.social__icon {
    width: 25px;
    height: 25px
}

.copyright {
    padding: 1.5rem 0;
    line-height: 1.7
}

.copyright a {
    padding: .8rem 0
}

.small-copy .copyright a {
    color: #fff !important
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.c-sale-marker {
    width: 10px;
    height: 10px;
    margin-right: 5px;
    border-radius: 50px;
    display: none
}

.c-sale-marker--available {
    background-color: green;
    display: inline-block
}

.c-sale-marker--sold {
    background-color: red;
    display: inline-block
}

.c-sale-marker--hold {
    background-color: orange;
    display: inline-block
}

.swiper-container {
    width: 100%;
    height: 680px
}

.swiper-slide__image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, .2)
}

.swiper-pagination-bullet-active {
    color: #fff;
    background-color: #000 !important
}

.c-two-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.c-two-images__figure {
    position: relative
}

.c-two-images__figure--two-column {
    width: 100%;
    margin-bottom: 4rem
}

@media(min-width:769px) {
    .c-two-images__figure--two-column {
        width: calc(99.9% * 1/2 - 20px);
        margin-bottom: 0
    }

    .c-two-images__figure--two-column:nth-child(1n) {
        float: left;
        margin-right: 40px;
        clear: none
    }

    .c-two-images__figure--two-column:last-child {
        margin-right: 0
    }

    .c-two-images__figure--two-column:nth-child(2n) {
        margin-right: 0;
        float: right
    }

    .c-two-images__figure--two-column:nth-child(odd) {
        clear: both
    }
}

.c-two-images__figure--two-column .c-two-images__figure-inner {
    position: relative
}

.c-two-images__figure--two-column .c-two-images__figure-inner:before {
    content: "";
    display: block;
    padding-top: 66.66666667%;
    width: 100%
}

.c-two-images__figure--two-column .c-two-images__figure-inner .canvas {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}

@media(max-width:767px) {
    .c-two-images__figure--two-column:last-of-type {
        margin-top: 0;
        margin-bottom: 0
    }
}

.c-two-images__figure--three-column {
    width: 100%;
    margin-bottom: 4rem
}

.c-two-images__figure--three-column:last-of-type {
    margin-bottom: 0
}

@media(min-width:769px) {
    .c-two-images__figure--three-column {
        width: calc(99.9% * 1/3 - 60px);
        margin-bottom: 0
    }

    .c-two-images__figure--three-column:nth-child(1n) {
        float: left;
        margin-right: 90px;
        clear: none
    }

    .c-two-images__figure--three-column:last-child {
        margin-right: 0
    }

    .c-two-images__figure--three-column:nth-child(3n) {
        margin-right: 0;
        float: right
    }

    .c-two-images__figure--three-column:nth-child(3n+1) {
        clear: both
    }
}

.c-two-images__figure--three-column .c-two-images__figure-inner {
    position: relative
}

.c-two-images__figure--three-column .c-two-images__figure-inner:before {
    content: "";
    display: block;
    padding-top: 100%;
    width: 100%
}

.c-two-images__figure--three-column .c-two-images__figure-inner .canvas {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}

@media(max-width:767px) {
    .c-two-images__figure--three-column:nth-last-of-type(2) {
        margin-top: 0
    }
}

@media(max-width:767px) {
    .c-two-images__figure--three-column:last-of-type {
        margin-top: 0;
        margin-bottom: 0
    }
}

.c-two-images__figure--video {
    width: 100%;
    margin-bottom: 4rem
}

@media(min-width:769px) {
    .c-two-images__figure--video {
        width: calc(99.9% * 1/2 - 20px);
        margin-bottom: 0
    }

    .c-two-images__figure--video:nth-child(1n) {
        float: left;
        margin-right: 40px;
        clear: none
    }

    .c-two-images__figure--video:last-child {
        margin-right: 0
    }

    .c-two-images__figure--video:nth-child(2n) {
        margin-right: 0;
        float: right
    }

    .c-two-images__figure--video:nth-child(odd) {
        clear: both
    }
}

.c-two-images__figure--video .c-two-images__figure-inner {
    width: 100%;
    position: absolute;
    z-index: 1
}

.c-two-images__figure--video .c-two-images__figure-inner:before {
    content: "";
    display: block;
    padding-top: 125%
}

@media(max-width:767px) {
    .c-two-images__figure--video:last-of-type {
        margin-top: 0;
        margin-bottom: 0
    }
}

.c-two-images__figure--tall-image .c-two-images__figure-inner {
    position: relative
}

.c-two-images__figure--tall-image .c-two-images__figure-inner:before {
    content: "";
    display: block;
    padding-top: 105%;
    width: 100%
}

.c-two-images__figure--tall-image .c-two-images__figure-inner .canvas {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}

.c-two-images__figure-inner {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.c-video-player__button {
    padding: 0;
    border: none;
    margin: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.c-video-player__button:hover {
    cursor: pointer
}

.c-video-player__play-icon {
    height: 45px;
    width: 60px
}

.c-video-player__cover-image {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1
}

@media(min-width:769px) {
    .c-video-player__cover-image--portrait-centered {
        width: 480px;
        margin: 0 auto
    }
}

.c-video-player--centered {
    position: relative;
    margin: 0 auto
}

.c-video-player--portrait {
    position: relative;
    max-width: 450px;
    height: 796px;
    outline: 1px solid red
}

.c-video-player--portrait:before {
    content: "";
    display: block;
    padding-top: 62.5%;
    width: 100%
}

.c-video-player--portrait .canvas {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}

.c-viewing-rooms-header--two-column {
    height: auto;
    position: relative
}

.c-viewing-rooms-header--two-column:before {
    content: "";
    display: block;
    padding-top: 110%;
    width: 100%
}

.c-viewing-rooms-header--two-column .canvas {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}

@media(min-width:769px) {
    .c-viewing-rooms-header--two-column {
        width: 50%
    }
}

.c-viewing-rooms-header--two-column:first-of-type {
    margin-right: 0
}

.c-viewing-rooms-header--two-column:nth-of-type(2) {
    margin-left: 0
}

.c-viewing-rooms-header--two-column .parallax-window__content--two-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4rem
}

@media(min-width:1025px) {
    .c-viewing-rooms-header--two-column .parallax-window__content--two-column {
        padding: 10rem
    }
}

.c-viewing-rooms-header--two-column .parallax-window__content--two-column .c-site-headings--text-align-center,
.c-viewing-rooms-header--two-column .parallax-window__content--two-column .c-text-align-centre,
.c-viewing-rooms-header--two-column .parallax-window__content--two-column .c-works__href-wrap--center {
    text-align: left;
    padding: 0;
    display: inline-block
}

.owl-hero-carousel .owl-dots {
    position: absolute;
    bottom: 10px;
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-hero-carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-hero-carousel .owl-dots .owl-dot span {
    -webkit-backface-visibility: visible;
    background: #000;
    border-radius: 50px;
    border: 1px solid #fff;
    display: block;
    display: inline-block;
    height: 7px;
    margin: 5px;
    position: relative;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    width: 7px
}

.owl-hero-carousel .owl-dots .owl-dot.active span,
.owl-hero-carousel .owl-dots .owl-dot:hover span {
    width: 7px;
    height: 7px;
    background: #fff;
    border: 1px solid #000
}

.c-work-single--full-width {
    display: block;
    height: auto
}

@media(min-width:769px) {
    .c-work-single--full-width {
        position: relative
    }
}

.c-work-single__content {
    color: #fff;
    width: 100%
}

.c-work-single__content .c-sale-marker__copy {
    color: #fff
}

.c-work-single__column {
    width: 100%
}

.c-work-single__column:first-of-type {
    padding-top: 30px
}

@media(min-width:769px) {
    .c-work-single__column:first-of-type {
        width: calc(100% - 400px)
    }
}

.c-work-single__column:nth-of-type(2) {
    background-color: #222;
    padding: 3rem
}

@media(max-width:767px) {
    .c-work-single__column:nth-of-type(2) {
        padding-bottom: 7rem
    }
}

@media(min-width:769px) {
    .c-work-single__column:nth-of-type(2) {
        bottom: 0;
        padding: 70px;
        position: absolute;
        right: 0;
        top: 0;
        width: 400px
    }
}

.c-work-single__column a {
    color: currentColor;
    text-decoration: underline
}

.c-work-single__figure {
    margin-bottom: 2rem
}

.c-carousel-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2rem 0
}

.carousel-button {
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px;
    border: 1px solid #4a4a4a;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 40px;
    justify-content: center;
    outline: 0;
    width: 60px
}

.carousel-button:hover {
    cursor: pointer
}

.carousel-button svg {
    height: 14px
}

.v-m-carousel__control--prev .carousel-button {
    margin-right: 1rem
}

.v-m-carousel__control--prev .carousel-button svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.video {
    margin: 0 auto;
    max-width: 980px
}

.video__wrapper {
    height: 0;
    margin-left: 25px;
    margin-right: 25px;
    padding-bottom: 56.25%;
    padding-top: 25px;
    position: relative
}

.video__wrapper iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.single-works .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(min-width:769px) {
    .single-works .owl-carousel .owl-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media(min-width:769px) {
    .single-works .owl-carousel .owl-item img {
        max-height: 70vh;
        width: auto
    }
}

.single-works .owl-carousel .owl-item img:hover {
    cursor: pointer
}

.owl-carousel {
    display: none
}

.owl-carousel.owl-loaded {
    display: block
}

.pre-loader {
    position: relative
}

.pre-loader__text {
    font-size: 13px
}

.lds-dual-ring,
.pre-loader__text {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.lds-dual-ring:before {
    content: " ";
    display: block;
    width: 44px;
    height: 44px;
    margin: 8px 0;
    border-radius: 50%;
    border: 6px solid #ccc;
    border-color: #ccc transparent;
    -webkit-animation: lds-dual-ring 1.2s linear infinite;
    animation: lds-dual-ring 1.2s linear infinite
}

@-webkit-keyframes lds-dual-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes lds-dual-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.owl-is-loaded .pre-loader {
    display: none;
    visibility: hidden
}

.c-works {
    width: 100%;
    max-width: 864px;
    margin: 0 auto
}

.c-works__list {
    margin-left: -2.8rem;
    margin-right: -2.8rem
}

@media(min-width:769px) {
    .c-works__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

.c-works__hero-figure {
    position: relative;
    margin-bottom: 2rem;
    padding-top: 2rem
}

.c-works__hero-image:hover {
    outline: 6px solid #d5d4d4
}

.c-works__hero-card {
    text-align: center !important;
    max-width: 300px;
    margin: 0 auto
}

@media(min-width:1025px) {
    .c-works__hero-card {
        max-width: 400px
    }
}

.c-works__hero-card .c-button {
    max-width: 220px;
    margin-right: auto;
    margin-left: auto
}

.c-works__hero-credit-line {
    font-size: 1.5rem;
    line-height: 1.25;
    margin-bottom: 1.5rem
}

@media(min-width:376px) {
    .c-works__hero-credit-line {
        font-size: 1.5rem
    }
}

@media(min-width:769px) {
    .c-works__hero-credit-line {
        font-size: 1.5rem
    }
}

@media(min-width:1025px) {
    .c-works__hero-credit-line {
        font-size: 1.5rem
    }
}

.c-works__card {
    position: relative;
    padding: 0 2rem 2rem;
    font-size: 1.5rem;
    color: #1f1f1f;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 49.95%;
    flex-basis: 49.95%;
    max-width: 49.95%;
    width: 49.95%
}

.c-works__card:nth-child(1n) {
    margin-right: 0;
    margin-left: 0
}

.c-works__card:last-child {
    margin-right: 0
}

.c-works__card:nth-child(2n) {
    margin-right: 0;
    margin-left: auto
}

@media(min-width:376px) {
    .c-works__card {
        font-size: 1.5rem
    }
}

@media(min-width:769px) {
    .c-works__card {
        font-size: 1.5rem
    }
}

@media(min-width:1025px) {
    .c-works__card {
        font-size: 1.5rem
    }
}

@media(min-width:769px) {
    .c-works__card {
        width: 33.3%
    }

    .c-works__card:nth-child(1n) {
        float: left;
        margin-right: 0;
        clear: none
    }

    .c-works__card:last-child {
        margin-right: 0
    }

    .c-works__card:nth-child(3n) {
        margin-right: 0;
        float: right
    }

    .c-works__card:nth-child(3n+1) {
        clear: both
    }
}

@media(min-width:1025px) {
    .c-works__card {
        width: 33.3%
    }

    .c-works__card:nth-child(1n) {
        float: left;
        margin-right: 0;
        clear: none
    }

    .c-works__card:last-child {
        margin-right: 0
    }

    .c-works__card:nth-child(3n) {
        margin-right: 0;
        float: right
    }

    .c-works__card:nth-child(3n+1) {
        clear: both
    }
}

.c-works__card a {
    color: currentColor
}

.c-works__card:only-child {
    margin: 0 auto
}

.c-works__figure {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    min-height: 200px
}

@media(min-width:769px) {
    .c-works__figure {
        min-height: 310px
    }
}

.c-works__image {
    margin-bottom: 2rem
}

@media(min-width:769px) {
    .c-works__image {
        max-height: 310px;
        max-width: 100%;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translate(-50%);
        transform: translate(-50%)
    }
}

.c-works__image:hover {
    cursor: pointer;
    outline: 6px solid #d5d4d4
}

.c-works__title {
    font-family: newtransport-medium, Helvetica, Arial, sans-serif;
    font-size: 2.1rem;
    line-height: 1.25;
    margin-bottom: 1rem
}

@media(min-width:376px) {
    .c-works__title {
        font-size: 2.1rem
    }
}

@media(min-width:769px) {
    .c-works__title {
        font-size: 2.1rem
    }
}

@media(min-width:1025px) {
    .c-works__title {
        font-size: 2.1rem
    }
}

.c-works__dimensions,
.c-works__medium,
.c-works__price {
    margin-bottom: 1.5rem
}

.c-works__date {
    margin-bottom: 2rem;
    font-family: newtransport-regular, Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    line-height: 1.5
}

@media(min-width:376px) {
    .c-works__date {
        font-size: 1.5rem
    }
}

@media(min-width:769px) {
    .c-works__date {
        font-size: 1.5rem
    }
}

@media(min-width:1025px) {
    .c-works__date {
        font-size: 1.5rem
    }
}

.c-works__name {
    font-family: newtransport-medium, Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    line-height: 1.5
}

@media(min-width:376px) {
    .c-works__name {
        font-size: 1.5rem
    }
}

@media(min-width:769px) {
    .c-works__name {
        font-size: 1.5rem
    }
}

@media(min-width:1025px) {
    .c-works__name {
        font-size: 1.5rem
    }
}

.c-works__availability {
    margin-bottom: 2rem;
    font-family: newtransport-medium, Helvetica, Arial, sans-serif
}

.c-works__availability__hero {
    margin-bottom: 0
}

.c-works__href-wrap {
    font-family: newtransport-regular, Helvetica, Arial, sans-serif;
    padding: 12px 0
}

.c-works__href-wrap--spacer {
    height: 46px;
    margin-bottom: 2rem
}

.c-works__href-wrap:hover .c-works__icon {
    -webkit-transform: translate3d(3px, 0, 0);
    transform: translate3d(3px, 0, 0)
}

.c-works__href-wrap--back {
    position: absolute;
    z-index: 2;
    padding-top: 2.5rem;
    left: 2rem
}

.c-works__href-wrap--back:hover .c-works__icon {
    -webkit-transform: rotate(-180deg) translate3d(3px, 0, 0);
    transform: rotate(-180deg) translate3d(3px, 0, 0)
}

.c-works__href-wrap--center {
    text-align: center;
    margin: 0 auto;
    display: block
}

.c-works__href-wrap--center .c-works__href {
    color: #fff;
    font-family: newtransport-medium, Helvetica, Arial, sans-serif;
    text-decoration: none
}

.c-works__href-wrap--center .c-works__href--no-arrow {
    border: 1px solid #fff;
    padding: 1rem 1.5rem;
    line-height: 1.43;
    text-align: center;
    border-radius: 3px;
    background-color: transparent;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
    text-decoration: none;
    margin-top: 5px;
    display: inline-block
}

@media(min-width:769px) {
    .c-works__href-wrap--center .c-works__href--no-arrow {
        margin-top: 10px;
        padding: 9px 3rem 8px
    }
}

.c-works__href-wrap--center .c-works__href--no-arrow:hover {
    text-decoration: none;
    color: #000 !important;
    background-color: #fff
}

.c-works__href-wrap--center .c-works__icon {
    margin-left: 0
}

.c-works__href-wrap--center .c-works__icon,
.c-works__icon {
    top: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.c-works__icon {
    margin-left: 2px
}

.c-works__icon--back {
    margin-left: 0;
    margin-right: 2px;
    top: -2px !important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.c-works__href {
    text-decoration: none;
    color: currentColor;
    text-align: center
}

.c-works__footer {
    padding-top: 50px;
    margin-top: -40px;
    text-align: center
}

.page-template-page-viewing-room .c-works__href-wrap--back {
    padding-left: 20px
}

.v-m-carousel-slide img {
    cursor: pointer
}

.c-works-content {
    max-width: 100%;
    padding: 3rem;
    margin: 0 auto
}

@media(min-width:769px) {
    .c-works-content {
        max-width: 75%
    }
}

.c-works__dimensions {
    margin-bottom: 10px
}

.c-works__card .c-button {
    position: absolute;
    bottom: 0
}

.c-works__date,
.c-works__name,
a .c-works__title {
    color: #303030
}

.single-works .c-works__date,
.single-works .c-works__name {
    color: #fff
}

.single-works .c-works__href-wrap--back {
    left: auto
}

.c-works__dimensions,
.c-works__medium,
.c-works__price {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 1.25;
    color: currentColor;
    position: relative
}

@media(min-width:376px) {

    .c-works__dimensions,
    .c-works__medium,
    .c-works__price {
        font-size: 1.5rem
    }
}

@media(min-width:769px) {

    .c-works__dimensions,
    .c-works__medium,
    .c-works__price {
        font-size: 1.5rem
    }
}

@media(min-width:1025px) {

    .c-works__dimensions,
    .c-works__medium,
    .c-works__price {
        font-size: 1.5rem
    }
}

.parallax-window__content .c-works__href-wrap {
    padding: 0
}

@media(min-width:769px) {
    .parallax-window__content .c-works__href-wrap {
        padding: 0
    }
}

.zoom-image {
    position: relative;
    background-size: contain;
    background-position: 50%;
    width: 100%;
    background-color: #f8f8f8
}

.zoom-image,
.zoom-image>figure {
    margin: 0;
    background-repeat: no-repeat
}

.zoom-image>figure {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out
}

.zoom-image:hover {
    cursor: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjM0IiB2aWV3Qm94PSIwIDAgMzQgMzQiIHdpZHRoPSIzNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxjaXJjbGUgY3g9IjE3IiBjeT0iMTciIGZpbGw9IiMwZDBkMGQiIGZpbGwtb3BhY2l0eT0iLjciIHI9IjE1LjUiIHN0cm9rZT0iIzBkMGQwZCIgc3Ryb2tlLW9wYWNpdHk9Ii4yNyIvPjxwYXRoIGQ9Im0xNy41MDIgMTAuNS0uMDAxIDUuOTk4aDUuOTk5djEuMDA0bC01Ljk5OS0uMDAxdjUuOTk5aC0xLjAwM3YtNS45OTloLTUuOTk4di0xLjAwM2g1Ljk5OHYtNS45OTh6IiBmaWxsPSIjZmZmIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L2c+PC9zdmc+) 15 15, move
}

.zoom-image.active:hover {
    cursor: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjM0IiB2aWV3Qm94PSIwIDAgMzQgMzQiIHdpZHRoPSIzNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxjaXJjbGUgY3g9IjE3IiBjeT0iMTciIGZpbGw9IiMwZDBkMGQiIGZpbGwtb3BhY2l0eT0iLjciIHI9IjE1LjUiIHN0cm9rZT0iIzBkMGQwZCIgc3Ryb2tlLW9wYWNpdHk9Ii4yNyIvPjxwYXRoIGQ9Im0xNyAxNi4xMjNoLTd2MWgxM3YtMXoiIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvZz48L3N2Zz4=) 15 15, move
}

[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid grey;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 100%;
    color: #000
}

[type=color]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=datetime]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
select:focus,
textarea:focus {
    border: 1px solid #000;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0
}

[type=button],
[type=reset],
[type=submit],
button {
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0
}

textarea {
    resize: none;
    width: 100%
}

input:disabled,
input[readonly],
select:disabled,
textarea:disabled,
textarea[readonly] {
    cursor: default
}

[type=checkbox],
[type=file],
[type=radio] {
    margin: 0 0 1rem
}

[type=checkbox],
[type=radio] {
    display: inline-block;
    margin-right: 5px;
    vertical-align: baseline
}

[type=checkbox]+label,
[type=radio]+label {
    display: inline-block;
    margin: 0;
    vertical-align: middle
}

[type=file] {
    width: 100%
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

legend {
    margin-bottom: 0;
    max-width: 100%
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSczMicgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDMyIDI0Jz48cGF0aCBkPSdNMCAwaDMyTDE2IDI0eicvPjwvc3ZnPg==);
    background-position: calc(100% - 10px) 50%;
    background-repeat: no-repeat;
    background-size: 10px 8px;
    border: 1px solid #ccc;
    border-radius: 0;
    padding-right: 30px
}

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

.gfield_captcha_container img {
    margin-bottom: 10px
}

.gfield_captcha_container [type=text] {
    background-color: #fff;
    border: 1px solid hsla(0, 0%, 100%, .6);
    font-size: 1.8rem;
    width: 100%;
    padding-left: 1rem;
    margin-bottom: 1rem;
    border-radius: 3px;
    height: 48px
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;
    min-height: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%
}

body,
html {
    height: 100%
}

body {
    font-family: newtransport-regular, Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    line-height: 1.5;
    text-rendering: optimizeLegibility;
    margin-top: 45px
}

@media(min-width:769px) {
    body {
        margin-top: 70px
    }
}

@media(min-width:1025px) {
    body {
        margin-top: 118px
    }

    body.archive.post-type-archive-private-rooms {
        margin-top: 70px
    }

    body.online-exhibitions-template-parallax-template {
        margin-top: 0
    }
}

body .c-header__link--black {
    display: none
}

.fade-enter-active,
.fade-leave-active {
    -webkit-transition: opacity 1s;
    transition: opacity 1s
}

.fade-enter,
.fade-leave-to {
    opacity: 0
}

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

* ::-moz-selection {
    background: #303030;
    color: #fff;
    text-shadow: none
}

* ::selection {
    background: #303030;
    color: #fff;
    text-shadow: none
}

strong {
    font-weight: 700
}

em {
    font-style: italic
}

img {
    display: block;
    max-width: 100%
}

a {
    text-decoration: none
}

blockquote,
figure {
    margin: 0
}

blockquote .quote {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

blockquote .quote:before {
    content: open-quote
}

blockquote .quote:after {
    content: close-quote
}

table {
    padding: 0
}

body.online-exhibitions-template-parallax-template {
    margin-top: 0
}

.l-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.l-content__title-break {
    font-size: 2.5rem;
    font-family: newtransport-medium, Helvetica, Arial, sans-serif;
    line-height: normal
}

@media(min-width:376px) {
    .l-content__title-break {
        font-size: 2.5rem
    }
}

@media(min-width:769px) {
    .l-content__title-break {
        font-size: 2.5rem
    }
}

@media(min-width:1025px) {
    .l-content__title-break {
        font-size: 2.5rem
    }
}

@media(max-width:767px) {
    .l-content__title-break {
        height: 82px
    }
}

.l-content__title-break--alt-font {
    font-family: garamond-medium, Helvetica, Arial, sans-serif;
    font-size: 2.8rem
}

@media(min-width:376px) {
    .l-content__title-break--alt-font {
        font-size: 2.8rem
    }
}

@media(min-width:769px) {
    .l-content__title-break--alt-font {
        font-size: 3rem
    }
}

@media(min-width:1025px) {
    .l-content__title-break--alt-font {
        font-size: 3.2rem
    }
}

.l-content__block {
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    background-color: #f3f3f3
}

.l-content__block p {
    color: #888
}

.l-content__block__title {
    font-family: newtransport-medium, Helvetica, Arial, sans-serif;
    margin-bottom: 0;
    font-size: 2.4rem;
    line-height: 1.25;
    margin-bottom: 2rem
}

@media(min-width:376px) {
    .l-content__block__title {
        font-size: 2.4rem;
        padding-top: 20px
    }
}

@media(min-width:769px) {
    .l-content__block__title {
        font-size: 2.4rem
    }
}

@media(min-width:1025px) {
    .l-content__block__title {
        font-size: 2.6rem
    }
}

@media(min-width:1281px) {
    .l-content__block__title {
        font-size: 2.8rem
    }
}

.l-content__block__title--alt-font {
    font-size: 2.5rem;
    font-family: garamond-medium, Helvetica, Arial, sans-serif
}

@media(min-width:376px) {
    .l-content__block__title--alt-font {
        font-size: 2.5rem
    }
}

@media(min-width:769px) {
    .l-content__block__title--alt-font {
        font-size: 2.5rem
    }
}

@media(min-width:1025px) {
    .l-content__block__title--alt-font {
        font-size: 2.5rem
    }
}

.l-content__block__date {
    font-size: 1.4rem;
    line-height: 1.35
}

@media(min-width:376px) {
    .l-content__block__date {
        font-size: 1.4rem
    }
}

@media(min-width:769px) {
    .l-content__block__date {
        font-size: 1.4rem
    }
}

@media(min-width:1025px) {
    .l-content__block__date {
        font-size: 1.4rem
    }
}

.l-content__block__date {
    margin-bottom: 2rem
}

.l-content__block__body-text p {
    font-size: 1.3rem;
    line-height: 1.5;
    margin-bottom: 2rem
}

@media(min-width:769px) {
    .l-content__block__body-text p {
        font-size: 1.3rem
    }
}

@media(min-width:1025px) {
    .l-content__block__body-text p {
        font-size: 1.4rem
    }
}

@media(min-width:1281px) {
    .l-content__block__body-text p {
        font-size: 1.5rem
    }
}

.l-content__block__body-text p a {
    text-decoration: underline;
    color: currentColor
}

.l-content__block__body-text p:last-of-type {
    padding-bottom: 0;
    padding-top: 0
}

.l-content__block__body-text p:only-child {
    padding-bottom: 0
}

.l-content__block__text-content {
    padding: 4rem
}

.l-content__block__text-content p {
    color: #8a8a8a;
    margin-bottom: 2rem
}

.l-content__block__text-content p:last-of-type,
.l-content__block__text-content p:only-of-type {
    margin-bottom: 0
}

@media(min-width:376px) {
    .l-content__block__text-content {
        padding: 4rem
    }
}

@media(min-width:769px) {
    .l-content__block__text-content {
        padding: 4rem 2rem
    }
}

@media(min-width:1025px) {
    .l-content__block__text-content {
        padding: 5rem
    }
}

@media(min-width:1281px) {
    .l-content__block__text-content {
        padding: 9rem
    }
}

.l-content__block__text-content--wide {
    padding-top: 0;
    padding-bottom: 0
}

.l-content__block--image-content {
    overflow: visible
}

.l-content__block--center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.l-content__block--center iframe {
    display: block;
    width: 100%;
    height: 460px
}
.l-content__block .l-content__block--center .u-video-aspect-ratio iframe {
    height: 652px
}
.u-video-aspect-ratio,
.u-video-aspect-ratio iframe,
.l-content__block .l-content__block--center .u-video-aspect-ratio iframe {
    width: 100vw;
    height: 56.8vw;
}
.u-video-aspect-ratio iframe,
.l-content__block.type-video.type-youtube .l-content__block--center .u-video-aspect-ratio,
.l-content__block.type-video.type-youtube .l-content__block--center .u-video-aspect-ratio iframe {
    height: calc(100vw * 0.568)
}
.l-content__block.type-video.type-youtube .l-content__block--center .u-video-aspect-ratio {
    position: relative;
    width: 100%;
    margin-block: 0;
    padding-block: 0
}
@media only screen and (max-width: 600px) {
	.l-content__block .l-content__block--center .u-video-aspect-ratio iframe {
        width: 100vw;
		height: 56.8vw !important;
	}
}
@media screen and (min-width:768px) {
    .u-video-aspect-ratio,
    .u-video-aspect-ratio iframe,
    .l-content__block .l-content__block--center .u-video-aspect-ratio iframe {
        width: 66.6667vw;
        height: calc(56.8vw * 0.6);
    }
    .u-video-aspect-ratio iframe,
    .l-content__block.type-video.type-youtube .l-content__block--center .u-video-aspect-ratio,
    .l-content__block.type-video.type-youtube .l-content__block--center .u-video-aspect-ratio iframe {
        height: calc((70vw * 0.568) - 8rem)
    }
}

.l-content__block--dark-background p {
    color: #fff
}

@media(min-width:769px) {

    .l-content__block--align-right,
    .l-content__block--align-right .l-content__block--link {
        text-align: right
    }
}

.l-content__block--link {
    text-align: center;
    padding: 0
}

.l-content__block--link a {
    color: currentColor !important
}

.carouselViewButton {
    display: none;
    position: absolute;
    top: 2rem;
    width: 30px;
    height: 30px;
    z-index: 2;
    background-color: transparent
}

.carouselViewButton:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: 50%;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.carouselViewButton:hover {
    cursor: pointer
}

.carouselViewButton:hover:after {
    background-size: 30px
}

@media(min-width:769px) {
    .carouselViewButton {
        display: block
    }
}

.l-content__block {
    padding: 0 !important;
    background-color: #fff
}

.l-content__block--dark-background {
    color: #fff;
    background-color: #212322
}

@media(min-width:769px) {
    .l-content__block--wide-text {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(99.9% * 4/12 - 0px);
        flex-basis: calc(99.9% * 4/12 - 0px);
        max-width: calc(99.9% * 4/12 - 0px);
        width: calc(99.9% * 4/12 - 0px);
        margin-bottom: 40px
    }

    .l-content__block--wide-text:nth-child(1n) {
        margin-right: 0;
        margin-left: 0
    }

    .l-content__block--wide-text:last-child {
        margin-right: 0
    }

    .l-content__block--wide-text:before {
        content: "";
        display: block;
        padding-top: 111%;
        width: 100%
    }

    .l-content__block--wide-text .canvas {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0
    }

    .l-content__block--wide-text:nth-of-type(1n+1) {
        position: relative;
        left: calc(99.9% * -8/12 - 0px + 0px)
    }

    .l-content__block--wide-text:nth-of-type(2n+2) {
        position: relative;
        left: calc(99.9% * 0/12 - 0px + 0px)
    }
}

.l-content__block--wide-image {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    position: relative
}

.l-content__block--wide-image:before {
    content: "";
    display: block;
    padding-top: 55.55555556%;
    width: 100%
}

.l-content__block--wide-image .canvas {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}

.l-content__block--wide-image:nth-of-type(2n+2) .carouselViewButton,
.l-content__block--wide-image:nth-of-type(odd) .carouselViewButton,
.l-content__block--wide-image:nth-of-type(odd) .owl-nav {
    right: 2rem
}

.l-content__block--wide-image:nth-of-type(2n+2) .owl-nav {
    right: 1rem
}

@media(min-width:376px) {
    .l-content__block--wide-image:nth-of-type(2n+2) .owl-nav {
        right: 2rem
    }
}

@media(min-width:769px) {
    .l-content__block--wide-image {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(99.9% * 8/12 - 0px);
        flex-basis: calc(99.9% * 8/12 - 0px);
        max-width: calc(99.9% * 8/12 - 0px);
        width: calc(99.9% * 8/12 - 0px);
        margin-bottom: 40px
    }

    .l-content__block--wide-image:nth-child(1n) {
        margin-right: 0;
        margin-left: 0
    }

    .l-content__block--wide-image:last-child {
        margin-right: 0
    }

    .l-content__block--wide-image:nth-of-type(1n+1) {
        position: relative;
        left: calc(99.9% * 4/12 - 0px + 0px)
    }

    .l-content__block--wide-image:nth-of-type(2n+2) {
        position: relative;
        left: calc(99.9% * 0/12 - 0px + 0px)
    }

    .l-content__block--wide-image:nth-of-type(2n+2) .owl-nav {
        right: 1rem
    }
}

@media(min-width:769px) and (min-width:376px) {
    .l-content__block--wide-image:nth-of-type(2n+2) .owl-nav {
        right: 2rem
    }
}

.l-content__block--wide-image .owl-nav {
    position: absolute;
    z-index: 2;
    width: 110px;
    display: table;
    bottom: 1rem
}

@media(min-width:376px) {
    .l-content__block--wide-image .owl-nav {
        width: 145px
    }
}

.l-content__block--wide-image .owl-nav .owl-next,
.l-content__block--wide-image .owl-nav .owl-prev {
    width: 45px;
    height: 35px
}

@media(min-width:376px) {

    .l-content__block--wide-image .owl-nav .owl-next,
    .l-content__block--wide-image .owl-nav .owl-prev {
        width: 65px;
        height: 45px
    }
}

.l-content__block--wide-image .owl-nav .owl-next {
    margin-left: 1rem
}

.l-content__block--centered-video {
    position: relative
}

.l-content__block--centered-video:before {
    content: "";
    display: block;
    padding-top: 55.55555556%;
    width: 100%
}

.l-content__block--centered-video .canvas {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}

.carousel-is-active {
    position: relative
}

.carousel-is-active:before {
    content: "";
    display: block;
    padding-top: 55.55555556%;
    width: 100%
}

.carousel-is-active .canvas {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}

.active-height {
    height: 100vh
}

.l-content__block__carousel--background {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain
}

.canvas .l-content__block--link {
    text-align: left;
    margin: 2rem 0
}

.l-content__block--align-right .l-content__block--link {
    text-align: right
}

.c-works__href-wrap--center .l-content__block--link {
    text-align: center !important
}

.owl-carousel .owl-wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.owl-carousel .owl-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none
}

.modal-active {
    position: fixed !important;
    z-index: 100 !important;
    background-color: #fff;
    height: 100vh
}

.modal-active .image-content-carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.closefullscreenBtn,
.fullscreenBtn {
    width: 30px;
    height: 30px;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 5px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.fullscreenBtn:after {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyBoZWlnaHQ9JzQ0NScgdmlld0JveD0nMCAwIDQ0NSA0NDUnIHdpZHRoPSc0NDUnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTI2MS45OTQgMEg0NDV2MTgxLjQ3N2gtMzYuNDYyVjM2LjUzMkgyNjEuOTk0ek0zNi41NDYgMTgxLjQ3N1YzNi41MzJoMTQ2LjQ2Vi4wNTZIMHYxODEuNDJoMzYuNTMyem0xNDYuNDYgMjI2LjkzNkgzNi41MzJWMjYwLjQ3OEguMDU2VjQ0NWgxODIuOTV6bTIyNS40NzYtMTQ3LjkzNXYxNDcuOTQ5SDI2Mi4wMDh2MzYuNDYySDQ0NVYyNjAuNDkyaC0zNi41MzJ6JyBmaWxsPScjZmZmJy8+PC9zdmc+)
}

.closefullscreenBtn {
    display: none
}

.closefullscreenBtn:after {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyBoZWlnaHQ9JzQ0NScgdmlld0JveD0nMCAwIDQ0NSA0NDUnIHdpZHRoPSc0NDUnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTQ0NSAxODEuNDc3SDI2MS45OTRWMGgzNi40NjJ2MTQ0Ljk0NUg0NDV6TTE0Ni40Ni4wNTZWMTQ1SDB2MzYuNDc3aDE4My4wMDZWLjA1NmgtMzYuNTMxek0uMDU3IDI5Ny4wNjZIMTQ2LjUzVjQ0NWgzNi40NzZWMjYwLjQ3OEguMDU2em0yOTguNDcgMTQ3LjgyM1YyOTYuOTRINDQ1di0zNi40NjJIMjYyLjAwOHYxODQuMzk3aDM2LjUzMXonIGZpbGw9JyNmZmYnLz48L3N2Zz4=)
}

.l-content__block__body-text {
    padding: 0
}

.l-content__block__body-text:before {
    content: "";
    display: table
}

.l-content__block__body-text:after {
    content: "";
    display: table;
    clear: both
}

.page-template-page-editorial .l-content__block__body-text p {
    color: #000
}

.content-column p {
    padding-top: 0
}

.arrow-link {
    color: #000;
    position: relative;
    text-decoration: none
}

.arrow-link:after {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    content: "";
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjg1cHgiIGhlaWdodD0iMTIycHgiIHZpZXdCb3g9IjAgMCAyODUgMTIyIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPHRpdGxlPlBhdGg8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwIiBmaWxsPSIjMDAwMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iPgogICAgICAgICAgICA8cGF0aCBkPSJNMjgyLjQ5MSw1Ni4wMTgzMzMzIEwyMjUuNTk4MzMzLDIuMDUzNjY2NjcgQzIyMi42NjgwMTUsLTAuNjgzOTEyNDM3IDIxOC4xMTc5ODUsLTAuNjgzOTEyNDM3IDIxNS4xODc2NjcsMi4wNTM2NjY2NyBDMjEzLjc5Nzk3NCwzLjMyNDgxMDMzIDIxMy4wMDY0NjksNS4xMjE0NzEyOSAyMTMuMDA2NDY5LDcuMDA0ODMzMzMgQzIxMy4wMDY0NjksOC44ODgxOTUzOCAyMTMuNzk3OTc0LDEwLjY4NDg1NjMgMjE1LjE4NzY2NywxMS45NTYgTDI1OS41MTQzMzMsNTQuMDI1NjY2NyBMNy4zODEsNTQuMDI1NjY2NyBDMy40MDE3ODEzMyw1My45MzQ3MTc2IDAuMDk5ODY4NzE2NCw1Ny4wODE5OTUyIDAsNjEuMDYxIEMwLDY0Ljk0NDY2NjcgMy4zMTQzMzMzMyw2OC4wOTYzMzMzIDcuNDAxMzMzMzMsNjguMDk2MzMzMyBMMjU5LjQ5NCw2OC4wOTYzMzMzIEwyMTUuMTg3NjY3LDExMC4wNDQgQzIxMy43OTc5NzQsMTExLjMxNTE0NCAyMTMuMDA2NDY5LDExMy4xMTE4MDUgMjEzLjAwNjQ2OSwxMTQuOTk1MTY3IEMyMTMuMDA2NDY5LDExNi44Nzg1MjkgMjEzLjc5Nzk3NCwxMTguNjc1MTkgMjE1LjE4NzY2NywxMTkuOTQ2MzMzIEMyMTYuNjA0MzU3LDEyMS4yODQ0ODUgMjE4LjQ4NTAxOCwxMjIuMDIwNzEzIDIyMC40MzM2NjcsMTIyLjAwMDQyNSBDMjIyLjM3NTMwNSwxMjIuMDE1NDQxIDIyNC4yNDc3MjYsMTIxLjI3OTU4NyAyMjUuNjU5MzMzLDExOS45NDYzMzMgTDI4Mi41NTIsNjUuOTIwNjY2NyBDMjgzLjkxNjk2Myw2NC42MzE1OTYzIDI4NC42ODU0MjUsNjIuODMzNjU3MyAyODQuNjczOTg5LDYwLjk1NjI0MTEgQzI4NC42NjIyOTUsNTkuMDc4ODI0OSAyODMuODcxNzQsNTcuMjkwNDg5NyAyODIuNDkxLDU2LjAxODMzMzMgTDI4Mi40OTEsNTYuMDE4MzMzMyBaIiBpZD0iUGF0aCI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
    position: absolute;
    background-size: contain;
    width: 45px;
    height: 9px;
    margin-top: 6px;
    background-position: 50%;
    background-repeat: no-repeat
}

.arrow-link:hover {
    text-decoration: underline
}

.arrow-link:hover:after {
    -webkit-transform: translate3d(3px, 0, 0);
    transform: translate3d(3px, 0, 0)
}

@media screen and (min-width:768px) {
    .l-preview-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

@media screen and (min-width:768px) {
    .l-preview-block__item {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(99.9% * 1/2 - 2rem);
        flex-basis: calc(99.9% * 1/2 - 2rem);
        max-width: calc(99.9% * 1/2 - 2rem);
        width: calc(99.9% * 1/2 - 2rem)
    }

    .l-preview-block__item:nth-child(1n) {
        margin-right: 4rem;
        margin-left: 0
    }

    .l-preview-block__item:last-child {
        margin-right: 0
    }

    .l-preview-block__item:nth-child(2n) {
        margin-right: 0;
        margin-left: auto
    }
}

.body--menu-is-expanded {
    position: fixed
}

.l-site-header__nav {
    background-color: #fff;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

@media(max-width:1023px) {
    .l-site-header__nav {
        display: none
    }
}

@media(min-width:769px) {
    .is-scrolled .c-header {
        -webkit-transform: translate3d(0, -70px, 0);
        transform: translate3d(0, -70px, 0);
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25);
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25)
    }

    .is-scrolled .c-header__link--left {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

body.is-scrolled.online-exhibitions-template-parallax-template .l-site-header__nav {
    background-color: #fff
}

body.online-exhibitions-template-parallax-template .l-site-header__nav {
    background-color: transparent
}

body.online-exhibitions-template-parallax-template.is-scrolled .c-header__link--black {
    display: block
}

body.online-exhibitions-template-parallax-template.is-scrolled .c-header__link--white {
    display: none
}

body.online-exhibitions-template-parallax-template.body--menu-is-expanded .c-header__link--black {
    display: block !important
}

body.online-exhibitions-template-parallax-template.body--menu-is-expanded .c-header__link--white {
    display: none
}

.u-bg-color--bw-white {
    background: #fff
}

.u-bg-color--bw-black {
    background: #000
}

.u-bg-color--greys-base {
    background: #888
}

.u-bg-color--greys-xxx-light {
    background: #f8f8f8
}

.u-bg-color--greys-xx-light {
    background: #e9e9e9
}

.u-bg-color--greys-x-light {
    background: #d5d4d4
}

.u-bg-color--greys-light {
    background: #c8c8c8
}

.u-bg-color--greys-dark {
    background: #484848
}

.u-bg-color--primary-base {
    background: #3b5998
}

.u-bg-color--primary-light {
    background: #839ccf
}

.u-bg-color--primary-dark {
    background: #17233c
}

.u-bg-color--secondary-base {
    background: #1aa8a8
}

.u-bg-color--secondary-light {
    background: #5ce6e6
}

.u-bg-color--secondary-dark {
    background: #093a3a
}

.u-bg-color--tertiary-base {
    background: #00264f
}

.u-bg-color--tertiary-light {
    background: #0063cf
}

.u-bg-color--tertiary-dark {
    background: #000
}

.u-bg-color--quaternary-base {
    background: #ffc233
}

.u-bg-color--quaternary-light {
    background: #ffe8b3
}

.u-bg-color--quaternary-dark {
    background: #b37d00
}

.u-icon {
    display: inline-block;
    fill: currentColor;
    height: 1em;
    pointer-events: none;
    position: relative;
    stroke-width: 0;
    stroke: currentColor;
    vertical-align: middle;
    width: 1em
}

.u-more {
    color: #303030;
    font-weight: 700
}

.u-more:after {
    content: "+"
}

.u-section-underline {
    border-bottom: 1px solid #5872a7
}

.u-video-aspect-ratio {
    position: relative
}

.u-video-aspect-ratio--half-width {
    width: 50%
}

.u-video-aspect-ratio--full-width {
    width: 100%
}

.u-video-aspect-ratio:before {
    content: "";
    display: block
}

.u-video-aspect-ratio--portrait {
    width: 100%
}

.u-video-aspect-ratio--portrait:before {
    content: "";
    display: block
}

.u-video-aspect-ratio--two-videos {
    width: 100%
}

.u-video-aspect-ratio--two-videos:before {
    content: "";
    display: block;
    padding-top: 125%
}

.u-video-aspect-ratio iframe {
    width: 100%
}

.owl-item .c-paralax-carousel-cover {
    position: inherit
}

.owl-item .u-video-aspect-ratio iframe {
    position: absolute;
    top: 0;
    height: 622px;
    left: 0;
    width: 100%
}

.u-video-aspect-ratio--portrait-centered {
    position: relative;
    max-width: 500px;
    margin: 0 auto
}

.u-video-aspect-ratio--portrait-centered--absolute {
    position: absolute
}

.u-video-aspect-ratio--portrait-centered:before {
    content: "";
    display: block;
    padding-top: 177%
}

.u-video-aspect-ratio--portrait-centered iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.online-exhibitions-template-default .c-video-player--centered,
.online-exhibitions-template .c-video-player--centered {
    margin: 0 auto -25px 0
}

.online-exhibitions-template-default .c-video-player--centered .u-video-aspect-ratio,
.online-exhibitions-template .c-video-player--centered .u-video-aspect-ratio {
    position: inherit
}

.u-visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px
}

.align-center {
    text-align: center;
    display: block
}

.u-l-container {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    position: relative
}

.u-l-container--padding-full-width {
    padding-left: 0;
    padding-right: 0
}

@media(min-width:769px) {
    .u-l-container--padding-full-width {
        padding-left: 3rem;
        padding-right: 3rem
    }
}

.u-l-container--padding {
    padding-left: 2rem;
    padding-right: 2rem
}

@media(min-width:769px) {
    .u-l-container--padding {
        padding-left: 3rem;
        padding-right: 3rem
    }
}

.u-l-container--blockquote {
    max-width: 100%;
    margin: 0 2rem
}

@media(min-width:769px) {
    .u-l-container--blockquote {
        margin: 0 80px
    }
}

.u-l-container--full-width,
.u-l-container--large {
    margin: 0 auto;
    width: 100%;
    position: relative
}

.u-l-container--large {
    max-width: 1600px
}

.u-l-container--small {
    margin: 0 auto;
    max-width: 520px
}

.u-l-container--shallow {
    margin: 0 auto;
    max-width: 980px
}

.u-l-container--1150 {
    margin: 0 auto;
    max-width: 1150px
}

@media(min-width:769px) {
    .u-l-container--1150 {
        padding-left: 4rem !important
    }
}

@media(min-width:1025px) {
    .u-l-container--1150 {
        padding-left: 9rem !important
    }
}

.u-l-container--narrow {
    margin: 0 auto;
    max-width: 720px
}

.u-l-container--no-margin {
    margin-left: 0;
    margin-right: 0
}

.u-l-container--center {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.u-section {
    width: 100%
}

.u-column {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

@media(min-width:769px) {
    .u-column--half-width {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(99.9% * 1/2 - 0px);
        flex-basis: calc(99.9% * 1/2 - 0px);
        max-width: calc(99.9% * 1/2 - 0px);
        width: calc(99.9% * 1/2 - 0px);
        float: left
    }

    .u-column--half-width:nth-child(1n) {
        margin-right: 0;
        margin-left: 0
    }

    .u-column--half-width:last-child {
        margin-right: 0
    }

    .u-column--half-width:nth-child(2n) {
        margin-right: 0;
        margin-left: auto
    }

    .u-column--half-width--left {
        position: relative;
        left: calc(99.9% * -1/2 - 0px + 0px)
    }

    .u-column--half-width--right {
        position: relative;
        left: calc(99.9% * 1/2 - 0px + 0px)
    }
}

@media(min-width:769px) {
    .u-column--two-thirds {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(99.9% * 2/3 - 0px);
        flex-basis: calc(99.9% * 2/3 - 0px);
        max-width: calc(99.9% * 2/3 - 0px);
        width: calc(99.9% * 2/3 - 0px)
    }

    .u-column--two-thirds:nth-child(1n) {
        margin-right: 0;
        margin-left: 0
    }

    .u-column--two-thirds:last-child {
        margin-right: 0
    }

    .u-column--two-thirds--left {
        position: relative;
        left: calc(99.9% * -2/3 - 0px + 0px)
    }

    .u-column--two-thirds--right {
        position: relative;
        left: calc(99.9% * 2/3 - 0px + 0px)
    }
}

.u-column--image img {
    margin: auto;
    -webkit-transform: translateY(100px);
    transform: translateY(100px)
}

.u-column--full-width {
    max-width: 100%;
    outline: 1px solid blue
}

.u-column--large {
    max-width: 90%;
    outline: 1px solid blue
}

.u-column--medium {
    max-width: 1280px
}

.u-column--small {
    max-width: 1020px
}

@media(max-width:1279px) {
    .u-column--small {
        padding-left: 3rem;
        padding-right: 3rem
    }
}

.u-l-horizontal-padding {
    padding-left: 30px;
    padding-right: 30px
}

@media screen and (min-width:768px) {
    .u-l-horizontal-padding {
        padding-left: 20px;
        padding-right: 20px
    }
}

.u-l-horizontal-padding--large {
    padding-left: 4rem;
    padding-right: 4rem
}

@media(min-width:1025px) {
    .u-l-horizontal-padding--large {
        padding-left: 10rem;
        padding-right: 10rem
    }
}

.u-l-horizontal-padding--medium {
    padding-left: 2rem;
    padding-right: 2rem
}

@media(min-width:769px) {
    .u-l-horizontal-padding--medium {
        padding-left: 3.5rem;
        padding-right: 3.5rem
    }
}

.u-l-horizontal-padding--small {
    padding-left: 2rem;
    padding-right: 2rem
}

@media(min-width:769px) {
    .u-l-horizontal-padding--small {
        padding-left: 3rem;
        padding-right: 3rem
    }
}

.u-l-horizontal-padding--top-small {
    padding-top: 4rem
}

.u-l-horizontal-padding--bottom-small {
    padding-bottom: 4rem
}

.u-l-horizontal-margin--top-small {
    margin-top: 4rem
}

.u-l-horizontal-margin--bottom-small {
    margin-bottom: 4rem
}

.u-l-vertical-padding {
    padding-top: 4rem;
    padding-bottom: 4rem
}

@media screen and (min-width:768px) {
    .u-l-vertical-padding {
        padding-top: 10rem;
        padding-bottom: 10rem
    }
}

.u-l-vertical-padding--x-small {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

@media screen and (min-width:768px) {
    .u-l-vertical-padding--x-small {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem
    }
}

.u-l-vertical-padding--small {
    padding-top: 3rem;
    padding-bottom: 3rem
}

@media screen and (min-width:768px) {
    .u-l-vertical-padding--small {
        padding-top: 4rem;
        padding-bottom: 4rem
    }
}

.u-l-vertical-padding--medium40 {
    margin-top: 20px;
    margin-bottom: 20px
}

@media screen and (min-width:768px) {
    .u-l-vertical-padding--medium40 {
        margin-top: 45px;
        margin-bottom: 45px
    }
}

.u-l-vertical-padding--tiny {
    padding-top: 1rem;
    padding-bottom: 1rem
}

@media screen and (min-width:768px) {
    .u-l-vertical-padding--tiny {
        padding-top: 2rem;
        padding-bottom: 2rem
    }
}

.u-l-vertical-padding--bottom {
    padding-top: 3rem;
    padding-bottom: 3rem
}

@media screen and (min-width:768px) {
    .u-l-vertical-padding--bottom {
        padding-top: 7rem;
        padding-bottom: 7rem
    }
}

.u-l-vertical-padding--carousel-text-only {
    padding-top: 6rem;
    padding-bottom: 4rem
}

@media screen and (min-width:768px) {
    .u-l-vertical-padding--carousel-text-only {
        padding-top: 7rem;
        padding-bottom: 9rem
    }
}

.u-l-vertical-padding--top-only {
    padding-top: 3rem
}

@media screen and (min-width:768px) {
    .u-l-vertical-padding--bottom-only {
        padding-bottom: 3rem
    }
}

.u-l-vertical-padding--margin-40 {
    margin: 2rem auto
}

@media(min-width:769px) {
    .u-l-vertical-padding--margin-40 {
        margin: 4rem auto
    }
}

.u-l-vertical-padding--margin-40--top {
    margin-top: 2rem
}

@media(min-width:769px) {
    .u-l-vertical-padding--margin-40--top {
        margin-top: 4rem auto
    }
}

.u-l-vertical-padding--margin-40--bottom {
    margin-bottom: 2rem
}

@media(min-width:769px) {
    .u-l-vertical-padding--margin-40--bottom {
        margin-bottom: 4rem
    }
}

.single-campaign__content h2,
.single-campaign__content h3,
.single-campaign__content h4,
.single-campaign__content p {
    text-align: center
}

.single-campaign__content h2,
.single-campaign__content h3 {
    color: #3b5998;
    font-family: hind-medium, Helvetica, Arial, sans-serif;
    margin-bottom: 3rem
}

.single-campaign__content h2 {
    font-size: 2.4rem;
    line-height: 1.35
}

@media(min-width:376px) {
    .single-campaign__content h2 {
        font-size: 2.4rem
    }
}

@media(min-width:769px) {
    .single-campaign__content h2 {
        font-size: 3rem
    }
}

@media(min-width:1025px) {
    .single-campaign__content h2 {
        font-size: 3rem
    }
}

.single-campaign__content h3 {
    font-size: 1.8rem;
    line-height: 1.35
}

@media(min-width:376px) {
    .single-campaign__content h3 {
        font-size: 1.8rem
    }
}

@media(min-width:769px) {
    .single-campaign__content h3 {
        font-size: 2.4rem
    }
}

@media(min-width:1025px) {
    .single-campaign__content h3 {
        font-size: 2.4rem
    }
}

.s-content iframe {
    margin-bottom: 30px
}

.s-content p {
    margin: 0 0 1rem
}

.s-content ul {
    list-style-type: disc;
    margin-left: 1.5em
}

.s-content h2 {
    font-size: 4rem
}

@media(min-width:376px) {
    .s-content h2 {
        font-size: 4rem
    }
}

@media(min-width:769px) {
    .s-content h2 {
        font-size: 4rem
    }
}

@media(min-width:1025px) {
    .s-content h2 {
        font-size: 4rem
    }
}

.s-content h3 {
    font-size: 3rem
}

@media(min-width:376px) {
    .s-content h3 {
        font-size: 3rem
    }
}

@media(min-width:769px) {
    .s-content h3 {
        font-size: 3rem
    }
}

@media(min-width:1025px) {
    .s-content h3 {
        font-size: 3rem
    }
}

.s-content h4 {
    font-size: 2rem
}

@media(min-width:376px) {
    .s-content h4 {
        font-size: 2rem
    }
}

@media(min-width:769px) {
    .s-content h4 {
        font-size: 2rem
    }
}

@media(min-width:1025px) {
    .s-content h4 {
        font-size: 2rem
    }
}

.s-content h2,
.s-content h3,
.s-content h4 {
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 1rem;
    display: block;
    width: 100%
}

.s-content img {
    display: block;
    height: auto;
    margin-bottom: 2rem
}

.s-content a {
    color: currentColor
}

.s-content a:hover {
    text-decoration: underline
}

.default-template {
    padding-top: 10rem
}

.stntos ol {
    counter-reset: item
}

.stntos li {
    display: block;
    padding: 2px 0 2px 35px
}

.stntos li:before {
    content: counters(item, ".") " ";
    font-weight: 700;
    counter-increment: item
}

.privacypolicy table {
    width: 100%;
    margin: 0 0 15px;
    border: 1px solid #eee;
    text-align: left
}

.privacypolicy thead th,
.privacypolicy tr th {
    padding: 9px 24px;
    color: #555;
    font-weight: 700
}

.privacypolicy tr td {
    padding: 6px 24px;
    border-top: 1px solid #eee
}

.alignnone {
    margin: 5px 20px 20px 0
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

a img.alignleft,
a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.alignleft {
    float: left
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center
}

.wp-caption.alignleft,
.wp-caption.alignnone {
    margin: 5px 20px 20px 0
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.wp-caption img {
    border: 0;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.caption {
    color: #8a8a8a;
    font-size: 14px;
    padding: .5rem 2rem;
    display: inline-block
}

.caption--no-margin-top {
    margin-top: -30px
}

.wpex-link {
    margin: 2rem 0;
    display: inline-block;
    text-decoration: none !important
}

.error404 .c-additional-text {
    width: 100%
}

.error404 .c-additional-text p {
    text-align: center
}

body.is-scrolled>.header {
    background-color: #3b5998
}

.c-works__list--fix {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 20px 0;
}

.c-works__list--fix .c-works__card {
    width: 100% !important;
    max-width: 100% !important;
}

.c-works__list--fix .c-works__image {
    position: static !important;
    transform: none !important;
    display: block !important;
    max-height: 320px !important;
    /* max-height: 100% !important; */
}

.c-works__list--fix .c-works__card a {
    display: block;
}

.c-works__list--fix .c-works__figure {
    min-height: 0 !important;
    justify-content: center;
    margin-bottom: 20px;
}

@media(min-width: 769px) {
    .c-works__list--fix {
        grid-template-columns: repeat(3, 1fr);
    }

    /* Hacky hacky for Mark Bradord. Not the way to be doing things */
    .page-id-53870 .c-works__list--fix {
        grid-template-columns: repeat(2, 1fr);
    }

    .c-works__list--fix .c-works__image {
        max-height: 400px !important;
    }
}