@keyframes opacity-fade-in {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink {
  0% {
    opacity: 1;
    transform: scale(1)
  }

  50% {
    opacity: 0;
    transform: scale(0.6)
  }

  100% {
    opacity: 1;
    transform: scale(1.1)
  }
}

@font-face {
  font-display: swap;
  font-family: "Spiller";
  font-style: normal;
  src: url(../fonts/Spiller-Upright-weight-VF-Web-V2.woff2) format("woff2")
}

@font-face {
  font-display: swap;
  font-family: "Spiller";
  font-style: italic;
  src: url(../fonts/Spiller-Italic-weight-VF-Web.woff2) format("woff2")
}

@font-face {
  font-display: swap;
  font-family: "SpillerContrast";
  src: url(../fonts/SpillerContrast-Upright-contrast_weight-VF-Web.woff2) format("woff2")
}

@font-face {
  font-display: swap;
  font-family: "SpillerContrastItalic";
  src: url(../fonts/SpillerContrast-Italic-contrast_weight-VF-Web.woff2) format("woff2")
}

@font-face {
  font-display: swap;
  font-family: "SpillerWidth";
  src: url(../fonts/SpillerWidth-Upright-width_weight-VF-Web.woff2) format("woff2")
}

@font-face {
  font-display: swap;
  font-family: "SpillerWidthItalic";
  src: url(../fonts/SpillerWidth-Italic-width_weight-VF-Web.woff2) format("woff2")
}

@font-face {
  font-display: swap;
  font-family: "SpillerRounded";
  src: url(../fonts/SpillerRounded-Upright-weight-VF-Web.woff2) format("woff2")
}

@font-face {
  font-display: swap;
  font-family: "SpillerSerif";
  src: url(../fonts/SpillerSerif-Upright-weight-VF-Web.woff2) format("woff2")
}

@font-face {
  font-display: swap;
  font-family: "SpillerSerifItalic";
  src: url(../fonts/SpillerSerif-Italic-weight-VF-Web.woff2) format("woff2")
}

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

html {
  font-size: 15px
}

body {
  font-size: 15px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.4rem;
  font-variation-settings: "wght"400;
  background-color: #fff;
  color: #1d1e20;
  font-family: "Spiller", "Arial", "Helvetica", sans-serif;
  overflow-x: hidden;
  width: 100%
}

ol,
ul {
  list-style: none;
  list-style-position: outside;
  margin-left: 30px
}

blockquote,
q {
  quotes: none
}

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

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

html,
body {
  box-sizing: border-box;
  height: 100%
}

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

input,
select,
option {
  font-family: "Spiller", "Arial", "Helvetica", sans-serif
}

img,
video {
  vertical-align: bottom
}

p,
fieldset,
table,
ol,
ul,
dl,
iframe {
  margin-bottom: 10px
}

a {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none
}

button {
  background: none;
  border: none;
  color: inherit;
  font: inherit;
  line-height: normal;
  margin: 0;
  overflow: visible;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: auto
}

hr {
  background-color: rgba(0, 0, 0, 0);
  clear: both;
  color: #b7b8bd;
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 10px
}

hr::after {
  content: "\\  \\"
}

abbr,
acronym {
  border-bottom: 1px dotted #dee0e2
}

i,
em {
  font-style: italic
}

small,
sub,
sup {
  font-size: 85%
}

sub,
sup {
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -0.3em
}

sup {
  top: -0.3em
}

ol {
  list-style-type: decimal
}

ul {
  list-style-type: disc
}

b,
strong {
  font-variation-settings: "wght"600
}

.btn-light {
  color: #1D1E20;
  background-color: #ffffff;
  border: 1px solid #B7B8BD;
  padding: 8px;
  text-decoration: none;
  font-size: 17px;
  line-height: 1;
  padding: 16px 20px;
}

.btn-light:hover {
  background-color: #EAEAEA;

}

.s-visually-hidden {
  border: none !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important
}

.s-hidden {
  display: none !important
}

.s-imageload--error {
  overflow: hidden;
  position: relative
}

.s-imageload--error::before {
  background-color: #505354;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27264%27 height=%27265%27%3E%3Cpath fill=%27%235E6264%27 d=%27M716.053 357.187c-.828-.135-3.57-.438-7.864-.79-21.023-1.709-43.996-6.04-57.657-41.826-4.384-11.466-177.006-463.622-178.138-466.637-1.298-3.452-4.537-3.36-5.673.114C465.751-148.978 420-11.921 420-11.921l119.075 331.115c2.088 6.15 4.123 12.235 4.123 16.91 0 5.92-3.952 12.703-10.616 15.885-5.26 2.508-15.27 3.841-22.976 4.492-2.426.202-4.499.415-6.69.738-2.412.354-3.382 2.447-3.382 4.29 0 2.256 1.674 3.884 4.124 3.884h212.666c1.784 0 3.676-1.672 3.676-3.622 0-3.323-1.983-4.256-3.945-4.584h-.002zm-450.205-495.02c2.334-.128 4.152-1.433 4.152-3.816 0-2.517-1.917-3.903-3.716-3.903l-100.066-.035c-2.34 0-5.047.714-5.047 3.89 0 1.609.664 3.421 3.737 3.837 2.323.31 7.643.644 13.577 1.064 14.312 1.014 19.812 2.524 23.923 8.514 3.859 5.629 1.784 15.626-2.564 27.52C195.51-88.916 80.33 210.1 80.33 210.1h-.465c-1.386-4.37-92.63-294.868-96.59-307.41-3.954-12.546-5.544-21.378-3.502-26.227 3.726-8.848 11.148-11.956 29.657-13.247 2.543-.177 3.72-.273 6.039-.474 2.434-.212 3.817-2.377 3.293-5.022-.545-2.758-2.13-3.328-5.113-3.328l-192.723.013c-1.773 0-3.72 1.197-3.908 3.678-.152 1.962.756 3.066 1.92 3.603 1.135.522 4.52.967 10.869 1.424 14.104 1.008 18.662 2.222 23.876 4.747 10.578 5.121 17.82 18.85 21.433 29.804 3.614 10.952 153.313 466.707 153.788 468.097.725 2.132 3.768 2.21 4.68.046.922-2.202 186.482-473.826 189.145-480.399 2.288-5.64 5.967-13.115 12.241-16.851 6.226-3.713 14.382-5.487 30.879-6.389zm202.009 463.455c-4.105-1.297-6.663 1.29-9.676 8.501-3.495 8.36-11.03 10.625-18.276 10.625-13.551 0-27.194-15.708-37.326-31.694-.554-.879-6.307-10.009-14.947-23.736 21.995-30.94 34.536-67.158 40.287-91.07 1.982-8.245 4.912-20.706 9.291-25.88 6.07-7.167 12.708-9.234 22.294-10.205 4.158-.42 6.006-.625 7.565-1.088 2.164-.647 2.79-2.722 2.593-4.239-.298-2.281-1.894-3.284-3.596-3.284l-83.782-.015c-2.79 0-4.053 1.817-4.053 3.995 0 2.046 1.325 3.197 3.235 3.662 1.325.323 3.692.563 5.299.648 10.498.55 18.169 1.752 22.957 4.977 7.72 5.197 6.97 13.311 5.509 24.37-3.276 24.698-15.667 61.106-33.69 88.466-32.784-52.072-92.28-146.581-92.28-146.581s24.633-12.948 41.353-22.678c16.316-9.494 41.282-28.582 41.282-59.793 0-18.507-10.469-32.884-24.797-42.472-14.73-9.854-36.795-17.738-61.841-17.738-31.222 0-64.602 11.6-82.687 40.638-17.469 28.04-12.958 68.987 7.593 103.232 5.553 9.251 11.646 18.6 11.646 18.6-7.303 2.645-16.369 6.626-24.014 10.142C156.254 182.53 121 218.98 121 269.002c0 55.643 40.89 100.391 116.26 100.391 41.098 0 74.967-13.198 101.963-32.717 12.442 17.081 35.475 29.901 68.574 29.901 31.405 0 56.274-18.501 62.71-33.654 1.096-2.587.43-6.328-2.65-7.298v-.003zm-219.6-312.99c6.418-9.37 16.02-13.239 28.885-13.239 17.48 0 38.858 16.57 38.858 58.393 0 26.289-13.086 51.549-34.126 65.607 0 0-18.144-28.462-28.546-48.329-9.107-17.405-17.48-44.317-5.07-62.431zm-64.255 226.216c0-25.113 8.67-57.837 40.307-78.455l.038.06-.038-.06.096.153c.052.08.122.195.216.337C293.615 268.974 297.458 275.19 331 327.47c-14.743 9.947-31.093 15.922-47.439 15.922-55.885 0-99.561-52.662-99.561-104.543l.002-.002z%27/%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  padding-top: 100%;
  width: 100%
}

.s-imageload--error::after {
  font-size: 15px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.4rem;
  font-variation-settings: "wght"400;
  color: #fff;
  content: "Image unavailable";
  left: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%
}

.s-imageload--error-hidden {
  display: none !important
}

.s-separated::before {
  content: "\\  \\";
  display: inline-block;
  font-weight: 600;
  letter-spacing: -1px;
  margin: 0 10px 0 8px;
  position: relative;
  transform: scaleX(0.83)
}

.s-svg-icon {
  border: none !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important
}

.theme-angry-blue {
  --theme-color: #2cf4f6;
  --theme-color-darkened: #10f3f5
}

.theme-angry-yellow {
  --theme-color: #f3f935;
  --theme-color-darkened: #f1f818
}

.theme-baby-blue {
  --theme-color: #c9fbff;
  --theme-color-darkened: #9bf8ff
}

.theme-blue-green {
  --theme-color: #12d2a0;
  --theme-color-darkened: #10bd90
}

.theme-blue-sky {
  --theme-color: #d0e1f9;
  --theme-color-darkened: #a7c7f4
}

.theme-blue {
  --theme-color: #5bb4f9;
  --theme-color-darkened: #3aa5f8
}

.theme-bright-yellow {
  --theme-color: #fcf05b;
  --theme-color-darkened: #fbed39
}

.theme-childs-blue {
  --theme-color: #2cd6f6;
  --theme-color-darkened: #10d1f5
}

.theme-cream-yellow {
  --theme-color: #fff5b3;
  --theme-color-darkened: #ffef88
}

.theme-cyan {
  --theme-color: #69d5d7;
  --theme-color-darkened: #50ced0
}

.theme-dark-pink {
  --theme-color: #e172c0;
  --theme-color-darkened: #db56b4
}

.theme-dirty-yellow {
  --theme-color: #dbde0e;
  --theme-color-darkened: #c5c80d
}

.theme-dust-green {
  --theme-color: #b3c74b;
  --theme-color-darkened: #a7bc3b
}

.theme-dusty-purple {
  --theme-color: #cec3d6;
  --theme-color-darkened: #baabc5
}

.theme-dusty-yellow {
  --theme-color: #e1dfba;
  --theme-color-darkened: #d5d29d
}

.theme-egg-yolk {
  --theme-color: #ffd717;
  --theme-color-darkened: #facf00
}

.theme-eggshell {
  --theme-color: #b6d5e1;
  --theme-color-darkened: #99c4d5
}

.theme-electric-indigo {
  --theme-color: #5a00e0;
  --theme-color-darkened: #5100ca
}

.theme-forest-green {
  --theme-color: #0ec335;
  --theme-color-darkened: #0db030
}

.theme-gold {
  --theme-color: #edd256;
  --theme-color-darkened: #eaca39
}

.theme-grey-blue {
  --theme-color: #e7f4f6;
  --theme-color-darkened: #c4e4e9
}

.theme-grey-brown {
  --theme-color: #cfc4a2;
  --theme-color-darkened: #c2b58a
}

.theme-leaf {
  --theme-color: #96c99c;
  --theme-color-darkened: #7fbd86
}

.theme-light-brown {
  --theme-color: #f4e1c8;
  --theme-color-darkened: #edcda3
}

.theme-light-pink {
  --theme-color: #ecc9c2;
  --theme-color-darkened: #e2aca1
}

.theme-light-purple {
  --theme-color: #ce9cef;
  --theme-color-darkened: #bd7aea
}

.theme-lime {
  --theme-color: #b9ed69;
  --theme-color-darkened: #abe94a
}

.theme-messy-purple {
  --theme-color: #a1abc2;
  --theme-color-darkened: #8b98b4
}

.theme-mint-green {
  --theme-color: #4bc87f;
  --theme-color-darkened: #3abe71
}

.theme-mud-green {
  --theme-color: #bcd096;
  --theme-color-darkened: #acc57d
}

.theme-mud-yellow {
  --theme-color: #c2af2d;
  --theme-color-darkened: #af9e29
}

.theme-ocean-blue {
  --theme-color: #98f5da;
  --theme-color-darkened: #74f1cd
}

.theme-ocean-mint {
  --theme-color: #07c3b3;
  --theme-color-darkened: #06b0a1
}

.theme-orange {
  --theme-color: #ff9a00;
  --theme-color-darkened: #e68b00
}

.theme-peach {
  --theme-color: #ffb072;
  --theme-color-darkened: #ff9b4d
}

.theme-pink {
  --theme-color: #f6a2d2;
  --theme-color-darkened: #f27dc0
}

.theme-postbox-red {
  --theme-color: #ff2d2d;
  --theme-color-darkened: #ff0f0f
}

.theme-primary-green {
  --theme-color: #50e3c2;
  --theme-color-darkened: #36dfb9
}

.theme-raspberry {
  --theme-color: #ff7b90;
  --theme-color-darkened: #ff5570
}

.theme-rose-white {
  --theme-color: #fef7f7;
  --theme-color-darkened: #f8caca
}

.theme-sale-red {
  --theme-color: #e60000;
  --theme-color-darkened: #cf0000
}

.theme-salmon {
  --theme-color: #f87a7a;
  --theme-color-darkened: #f65757
}

.theme-sand-storm {
  --theme-color: #e9e0a4;
  --theme-color-darkened: #e1d584
}

.theme-sand {
  --theme-color: #ffd281;
  --theme-color-darkened: #ffc45b
}

.theme-silent-green {
  --theme-color: #ceffd6;
  --theme-color-darkened: #a0ffaf
}

.theme-sky-purple {
  --theme-color: #f4f5ff;
  --theme-color-darkened: #c2c8ff
}

.theme-soft-pink {
  --theme-color: #f5cdea;
  --theme-color-darkened: #eea8da
}

.theme-strawberry {
  --theme-color: #fd6060;
  --theme-color-darkened: #fd3e3e
}

.theme-summer-pink {
  --theme-color: #f1a5b3;
  --theme-color-darkened: #ec8295
}

.theme-tangerine {
  --theme-color: #ffac3c;
  --theme-color-darkened: #ff9f1d
}

.theme-teal-blue {
  --theme-color: #87c3bd;
  --theme-color-darkened: #71b8b1
}

.theme-teal-green {
  --theme-color: #0ad6cb;
  --theme-color-darkened: #09c1b7
}

.theme-tru-pink {
  --theme-color: #ff89b3;
  --theme-color-darkened: #ff629a
}

.theme-velvet {
  --theme-color: #8f82c1;
  --theme-color-darkened: #7c6cb6
}

.theme-winter-blue {
  --theme-color: #87c3d6;
  --theme-color-darkened: #6db6cd
}

.theme-southken-sk-1b {
  --theme-color: #ffb8f3;
  --theme-color-darkened: #ff8cec
}

.theme-southken-sk-10a {
  --theme-color: #06ffc7;
  --theme-color-darkened: #00ebb6
}

.theme-southken-vam-5b {
  --theme-color: #d5fff9;
  --theme-color-darkened: #a6fff2
}

.theme-southken-sk-6a {
  --theme-color: #e6ff02;
  --theme-color-darkened: #d0e700
}

.theme-southken-sk-14a {
  --theme-color: #ffd500;
  --theme-color-darkened: #e6c000
}

.theme-young-spindle {
  --theme-color: #c5dbe9;
  --theme-color-darkened: #a6c8dd
}

.theme-young-chartreuse-yellow {
  --theme-color: #e7ff0b;
  --theme-color-darkened: #d8ef00
}

.theme-young-magenta {
  --theme-color: #ff0aff;
  --theme-color-darkened: #ef00ef
}

.theme-east-chartreuse-yellow {
  --theme-color: #deff24;
  --theme-color-darkened: #daff07
}

.theme-east-grey {
  --theme-color: #dedede;
  --theme-color-darkened: #c8c8c8
}

.theme-east-orange {
  --theme-color: #fe6f00;
  --theme-color-darkened: #e56400
}

.theme-camel {
  --theme-color: #e0c7a3;
  --theme-color-darkened: #d6b586
}

.theme-sale-red {
  --theme-color: #e30613;
  --theme-color-darkened: #cc0511
}

.s-themed--color.s-themed--color {
  color: #50e3c2;
  color: var(--theme-color, #50e3c2);
  transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out
}

.s-themed--color.s-themed--color--hover:hover {
  color: #36dfb9;
  color: var(--theme-color-darkened, #36dfb9)
}

.s-themed--background-color.s-themed--background-color {
  background-color: #50e3c2;
  background-color: var(--theme-color, #50e3c2);
  color: #1d1e20
}

.s-themed--background-color.s-themed--background-color--hover:hover {
  background-color: #36dfb9;
  background-color: var(--theme-color-darkened, #36dfb9)
}

.s-themed--border-color.s-themed--border-color {
  border-color: #50e3c2;
  border-color: var(--theme-color, #50e3c2)
}

.s-themed--border-color.s-themed--border-color:hover {
  border-color: #36dfb9;
  border-color: var(--theme-color-darkened, #36dfb9)
}

.u-link {
  color: inherit;
  -webkit-text-decoration: underline;
  text-decoration: underline
}

.u-link:hover {
  color: inherit
}

.u-link__external-icon {
  height: 16px;
  margin-right: 2px;
  position: relative;
  top: 2px;
  width: 16px
}

.u-link--arrowed {
  padding-right: 14px
}

.u-link--arrowed::after {
  border: 5px solid rgba(0, 0, 0, 0);
  border-left-color: currentColor;
  content: "";
  display: inline-block;
  margin-left: 7px;
  margin-right: -25px
}

.u-link--section {
  position: relative;
  -webkit-text-decoration: none;
  text-decoration: none
}

.u-link--section::after {
  bottom: .1em;
  content: "¶";
  line-height: 1;
  margin-left: 7px;
  opacity: 0;
  position: absolute;
  transition: opacity .2s ease-out
}

.u-link--section:hover::after,
.u-link--section:focus::after {
  opacity: .75
}

@media print {
  a[href]::after {
    content: " ("attr(href) ") "
  }
}

.u-btn {
  font-size: 17px;
  font-size: 1.1333333333rem;
  line-height: 28px;
  line-height: 1.8666666667rem;
  font-variation-settings: "wght"400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #50e3c2;
  border: 1px solid #50e3c2;
  border-radius: 2px;
  color: #1d1e20;
  cursor: pointer;
  display: inline-block;
  margin: 10px 10px 10px 0;
  padding: 10px 19px 8px;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-shadow: none;
  transition: border .2s, background-color .2s, color .2s
}

.u-btn:hover,
.u-btn:focus {
  background-color: #36dfb9;
  border-color: #36dfb9;
  -webkit-text-decoration: none;
  text-decoration: none
}

.u-btn:focus {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #1d1e20;
  outline: 0
}

.sir-trevor-text .u-btn {
  -webkit-text-decoration: none;
  text-decoration: none
}

.u-btn--arrowed {
  align-items: center;
  display: inline-flex;
  justify-content: center
}

.u-btn--arrowed::after {
  border: 5px solid rgba(0, 0, 0, 0);
  border-left-color: currentColor;
  content: "";
  display: block;
  margin: 0 0 0 7px
}

.u-btn--black {
  background-color: #1d1e20;
  border: 1px solid #1d1e20;
  color: #fff
}

.u-btn--black:hover,
.u-btn--black:focus {
  background-color: #484a4f;
  border: 1px solid #484a4f
}

.u-btn--white {
  background-color: #fff;
  border: 1px solid #fff;
  color: #1d1e20
}

.u-btn--white:hover,
.u-btn--white:focus {
  background-color: #e6e6e6;
  border: 1px solid #e6e6e6
}

.u-btn--micro {
  font-size: 15px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.4rem;
  font-variation-settings: "wght"400;
  padding: 4px 10px
}

.u-btn--micro.u-btn--arrowed {
  padding-right: 5px
}

.u-btn--outlined {
  background-color: #fff;
  border-color: #b7b8bd;
  color: #1d1e20
}

.u-btn--outlined:hover,
.u-btn--outlined:focus {
  background-color: #e6e6e6;
  border-color: #b7b8bd
}

.u-btn--outlined-inverse {
  background-color: #1d1e20;
  border-color: #fff;
  color: #fff
}

.u-btn--outlined-inverse:hover,
.u-btn--outlined-inverse:focus {
  background-color: #484a4f;
  border-color: #fff
}

.u-btn--stop {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  justify-content: center
}

.u-btn--stop::after {
  background-color: currentColor;
  content: "";
  display: block;
  height: 8px;
  margin: 0 0 -1px 7px;
  width: 8px
}

.u-label-tag {
  font-size: 14px;
  font-size: 0.9333333333rem;
  line-height: 18px;
  line-height: 1.2rem;
  font-variation-settings: "wght"500;
  background: #50e3c2;
  bottom: auto;
  bottom: initial;
  color: #1d1e20;
  margin: 12px 12px 12px 0;
  padding: 4px 10px;
  position: absolute;
  top: 0;
  z-index: 1
}

.u-label-tag--sold-out,
.u-label-tag--ending-soon,
.u-label-tag--closed {
  background: #fd6060
}

.u-label-tag--selling-fast {
  background: #69d5d7
}

.u-label-tag--family-friendly {
  background: #12d2a0
}

.u-label-tag--members-only {
  background: #8f82c1
}

.u-label-tag--more-tickets-added {
  background: #87c3bd
}

.u-label-tag--last-few-tickets {
  background: #5bb4f9
}

.u-label-tag--last-few-days {
  background: #ff9a00
}

.u-label-tag--book-soon {
  background: #f87a7a
}

.u-label-tag--venue {
  background: rgba(29, 30, 32, .8);
  color: #fff;
  margin-left: 12px
}

.u-label-tag--featured {
  font-size: 12px;
  font-size: 0.8rem;
  line-height: 16px;
  line-height: 1.0666666667rem;
  font-variation-settings: "wght"500;
  background: #50e3c2;
  margin-top: 10px
}

@media(min-width: 768px) {
  .u-label-tag--featured {
    font-size: 14px;
    font-size: 0.9333333333rem;
    line-height: 18px;
    line-height: 1.2rem;
    font-variation-settings: "wght"500
  }
}

.u-list--unstyled {
  list-style-type: none;
  margin: 0;
  padding: 0
}

.u-tag {
  font-size: 14px;
  font-size: 0.9333333333rem;
  line-height: 18px;
  line-height: 1.2rem;
  font-variation-settings: "wght"400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #505354;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin: 0 10px 10px 0;
  outline: 0;
  padding: 7px 12px;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-shadow: none;
  transition: background-color .2s, color .2s
}

@media(min-width: 1200px) {
  .u-tag {
    padding: 7px 15px
  }
}

.u-tag:hover,
.u-tag:focus,
.u-tag:active,
.u-tag--active {
  background-color: #50e3c2;
  color: #1d1e20
}

.b-accordion {
  background-color: inherit;
  display: flex;
  flex-direction: column;
  row-gap: 8px
}

@media(min-width: 768px) {
  .b-accordion {
    row-gap: 12px
  }
}

.b-accordion__section {
  background-color: inherit
}

.b-accordion__section-header {
  font-size: 17px;
  font-size: 1.1333333333rem;
  line-height: 21px;
  line-height: 1.4rem;
  font-variation-settings: "wght"500;
  background-color: inherit;
  border-top: 1px solid #b7b8bd;
  -moz-column-gap: 15px;
  column-gap: 15px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 8px 12px;
  position: relative;
  transition: background-color .2s ease;
  z-index: 1
}

.b-accordion__section-header:hover,
.b-accordion__section-header:focus {
  background-color: #efefed;
  border-top: 1px solid #1d1e20
}

.b-accordion__section-header:focus {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #1d1e20;
  outline: 0
}

.b-accordion__section-header::-webkit-details-marker {
  display: none
}

.b-accordion__section-header::after {
  border: solid #1d1e20;
  border-width: 0 2px 2px 0;
  content: "";
  flex: 0 0 auto;
  height: 6px;
  margin-top: .35em;
  transform: rotate(45deg);
  width: 6px
}

@media(min-width: 768px) {
  .b-accordion__section-header {
    font-size: 23px;
    font-size: 1.5333333333rem;
    line-height: 28px;
    line-height: 1.8666666667rem;
    font-variation-settings: "wght"500;
    padding: 12px
  }
}

.b-accordion__section--open>.b-accordion__section-header::after {
  transform: translateY(4px) rotate(225deg)
}

.b-accordion__section-content {
  font-size: 15px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.4rem;
  font-variation-settings: "wght"400;
  opacity: 0;
  margin: 0 12px;
  padding: 0;
  transform: translateY(-5%);
  transition: transform .2s ease, opacity .2s ease, padding .2s ease-out
}

@media(min-width: 768px) {
  .b-accordion__section-content {
    font-size: 17px;
    font-size: 1.1333333333rem;
    line-height: 28px;
    line-height: 1.8666666667rem;
    font-variation-settings: "wght"400
  }
}

.b-accordion__section-content>:last-child {
  margin-bottom: 0
}

.b-accordion__section--open>.b-accordion__section-content {
  opacity: 1;
  padding: 16px 0;
  transform: translateY(0)
}

.b-annotated-tour-preview {
  background-color: #1d1e20;
  height: 500px;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative
}

.b-annotated-tour-preview__content {
  height: 100%;
  width: 100%
}

.b-annotated-tour-preview__overlay {
  background-color: rgba(29, 30, 32, .5);
  height: 100%;
  left: 0;
  width: 100%
}

.b-annotated-tour-preview__overlay-container {
  height: 100%;
  padding: 10px;
  position: absolute;
  width: 100%;
  z-index: 1
}

.b-annotated-tour-preview__btn {
  margin: auto
}

.b-annotated-tour-preview__btn-container {
  display: flex;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2
}

.b-annotated-tour-preview__image {
  display: block;
  height: 100%;
  left: 0;
  margin: auto
}

.objectfit .b-annotated-tour-preview__image {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.b-associated-contexts {
  color: #fff
}

@media(min-width: 768px) {
  .b-associated-contexts {
    width: 246px
  }
}

.b-associated-contexts-background {
  background-color: #000
}

@media(min-width: 500px) {
  .b-associated-contexts__controlled-vocab-container {
    margin-top: 40px
  }
}

.b-associated-contexts__title {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2.63px;
  line-height: 2.29;
  margin-bottom: 15px;
  text-align: center
}

@media(min-width: 768px) {
  .b-associated-contexts__title {
    text-align: left
  }
}

.b-associated-contexts__container {
  list-style-type: none;
  margin: 0
}

.b-associated-contexts__link {
  display: none;
  margin-bottom: 10px
}

@media(min-width: 500px) {
  .b-associated-contexts__link {
    display: inline-block
  }
}

@media(min-width: 768px) {
  .b-associated-contexts__link {
    display: block
  }
}

.b-associated-contexts__link-image {
  background-color: #d8d8d8;
  border-radius: 50%;
  height: 65px;
  width: 65px
}

.b-associated-contexts__link-container {
  align-items: center;
  display: flex;
  flex-direction: row
}

.b-associated-contexts__link-text {
  margin-left: 16px
}

@media(min-width: 500px) {
  .b-associated-contexts__link-text {
    width: 124px
  }
}

@media(min-width: 768px) {
  .b-associated-contexts__link-text {
    width: auto
  }
}

.b-associated-contexts__link-text-title {
  font-size: 17px;
  font-size: 1.1333333333rem;
  line-height: 28px;
  line-height: 1.8666666667rem;
  font-variation-settings: "wght"400
}

.b-associated-contexts__link-text-subtitle {
  font-size: 14px;
  font-size: 0.9333333333rem;
  line-height: 18px;
  line-height: 1.2rem;
  font-variation-settings: "wght"400
}

.b-image-background {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://vanda-production-assets.s3.amazonaws.com/2017/06/29/09/52/23/33145ffd-90e8-4a0f-abc9-074121eb662a/2560.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  will-change: transform;
  z-index: -3
}

.b-image-background--darker {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("https://vanda-production-assets.s3.amazonaws.com/2017/06/29/09/52/23/33145ffd-90e8-4a0f-abc9-074121eb662a/2560.jpg")
}

.b-video-background {
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 2s
}

@media(min-width: 1200px) {
  .b-video-background {
    display: block
  }
}

.b-video-background--fade {
  opacity: 1
}

.b-video-foreground {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
  width: 100%
}

.b-video-foreground--darken {
  background: rgba(0, 0, 0, .6);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.b-collection-card__anchor:focus {
  box-shadow: none;
  outline: 0
}

.b-collection-card__media {
  aspect-ratio: 7/4;
  position: relative
}

.b-collection-card--transparent .b-collection-card__media {
  box-shadow: 0 1px 2px 0 rgba(29, 30, 32, .5)
}

.b-collection-card__media-image {
  border-radius: 2px 2px 0 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.b-collection-card__overlay {
  align-items: center;
  background-color: rgba(29, 30, 32, .5);
  border-radius: 2px 2px 0 0;
  display: flex;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  text-align: center;
  transition: opacity 200ms;
  z-index: 1
}

.b-collection-card__anchor:focus .b-collection-card__overlay {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #1d1e20;
  outline: 0
}

.b-collection-card__anchor:hover .b-collection-card__overlay,
.b-collection-card__anchor:focus .b-collection-card__overlay {
  opacity: 1
}

.b-collection-card__overlay-text {
  font-size: 15px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.2rem;
  font-variation-settings: "wght"500;
  color: #fff;
  text-shadow: 0 1px 2px rgba(29, 30, 32, .5)
}

.b-collection-card__name {
  font-size: 17px;
  font-size: 1.1333333333rem;
  line-height: 21px;
  line-height: 1.4rem;
  font-variation-settings: "wght"500;
  background-color: #fff;
  border-radius: 0 0 2px 2px;
  color: #1d1e20;
  min-height: 84px;
  padding: 5px 10px
}

.b-collection-card--transparent .b-collection-card__name {
  background-color: rgba(0, 0, 0, 0);
  padding: 5px 0
}

.b-context-page-title {
  color: #fff
}

.b-context-page-title__type {
  font-size: 13px;
  font-size: 0.8666666667rem;
  line-height: 18px;
  line-height: 1.2rem;
  font-variation-settings: "wght"500
}

@media(min-width: 768px) {
  .b-context-page-title__type {
    font-size: 15px;
    font-size: 1rem;
    line-height: 18px;
    line-height: 1.2rem;
    font-variation-settings: "wght"500
  }
}

.b-context-page-title__name {
  font-size: 20px;
  font-weight: 700
}

@media(min-width: 500px) {
  .b-context-page-title__name {
    font-size: 31px;
    font-size: 2.0666666667rem;
    line-height: 36px;
    line-height: 2.4rem;
    font-variation-settings: "wght"500
  }
}

@media(min-width: 768px) {
  .b-context-page-title__name {
    font-size: 51px;
    font-size: 3.4rem;
    line-height: 58px;
    line-height: 3.8666666667rem;
    font-variation-settings: "wght"500
  }
}

.b-context-page-title__alternative-name,
.b-context-page-title__info,
.b-context-page-title__dates {
  font-size: 18px
}

@media(min-width: 500px) {

  .b-context-page-title__alternative-name,
  .b-context-page-title__info,
  .b-context-page-title__dates {
    font-size: 20px
  }
}

@media(min-width: 768px) {

  .b-context-page-title__alternative-name,
  .b-context-page-title__info,
  .b-context-page-title__dates {
    font-size: 30px
  }
}

.context-page-bg {
  background-color: #000
}

.b-cookie-banner {
  background-color: #fff;
  border-top: solid 2px #b7b8bd;
  bottom: 0;
  padding-top: 8px;
  position: fixed;
  transition: transform .2s;
  width: 100%;
  z-index: 10
}

.b-cookie-banner--hidden {
  transform: translateY(100%)
}

.b-cookie-banner__content {
  margin: auto;
  max-width: 1200px;
  width: 100%
}

.b-cookie-banner__content-text {
  font-size: 14px;
  font-size: 0.9333333333rem;
  line-height: 18px;
  line-height: 1.2rem;
  font-variation-settings: "wght"400;
  color: #1d1e20;
  display: inline-block;
  height: 100%;
  line-height: 24px;
  margin: auto;
  max-height: 68px;
  max-width: 1200px;
  overflow: auto;
  padding-left: 10px;
  width: calc(100% - 50px)
}

@media(min-width: 768px) {
  .b-cookie-banner__content-text {
    font-size: 17px;
    font-size: 1.1333333333rem;
    line-height: 28px;
    line-height: 1.8666666667rem;
    font-variation-settings: "wght"400;
    padding-left: 65px
  }
}

.b-cookie-banner__close {
  display: inline-block;
  height: 100%;
  width: 22px
}

.b-cookie-banner__close-button {
  border: none;
  bottom: 10px;
  cursor: pointer;
  height: 18px;
  position: absolute;
  right: 8px;
  width: 18px
}

@media(min-width: 768px) {
  .b-cookie-banner__close-button {
    bottom: calc(50% - 10px);
    height: 20px;
    right: 18px;
    width: 20px
  }
}

.b-cookie-banner__close-icon {
  bottom: 0;
  color: #1d1e20;
  height: 18px;
  position: absolute;
  right: 0;
  width: 18px
}

@media(min-width: 768px) {
  .b-cookie-banner__close-icon {
    height: 20px;
    width: 20px
  }
}

.b-event-feature {
  box-sizing: border-box;
  height: 344px;
  margin: 0 10px 10px;
  overflow: hidden;
  position: relative;
  width: calc(100% - 20px)
}

@media(min-width: 768px) {
  .b-event-feature {
    height: 545px;
    margin-bottom: 20px;
    max-height: 545px
  }

  .b-event-feature--third-width:nth-of-type(n+2) {
    float: left;
    height: 400px;
    width: calc(50% - 20px)
  }
}

@media(min-width: 992px) {
  .b-event-feature--half-width {
    float: left;
    height: 400px;
    width: calc(50% - 20px)
  }

  .b-event-feature--third-width:nth-of-type(n+0) {
    float: left;
    height: 400px;
    width: calc(33.33% - 20px)
  }
}

.b-event-feature__media {
  height: 100%;
  width: 100%
}

.b-event-feature__media::after {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8), rgb(0, 0, 0));
  content: "";
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .8;
  position: absolute;
  transition: opacity .35s ease;
  width: 100%;
  z-index: 0
}

.b-event-feature__link:hover .b-event-feature__media::after,
.b-event-feature__link:focus .b-event-feature__media::after {
  opacity: 1
}

.b-event-feature__media-image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.b-event-feature__content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  justify-content: flex-end;
  margin: 30px;
  position: absolute
}

.b-event-feature__content>.u-label-tag {
  margin: 0
}

.b-event-feature__info {
  color: #fff;
  text-shadow: 0 1px 2px rgba(29, 30, 32, .5)
}

.b-event-feature__type {
  font-size: 17px;
  font-size: 1.1333333333rem;
  line-height: 21px;
  line-height: 1.4rem;
  font-variation-settings: "wght"500;
  margin: 0 0 6px
}

.b-event-feature__name {
  font-size: 23px;
  font-size: 1.5333333333rem;
  line-height: 28px;
  line-height: 1.8666666667rem;
  font-variation-settings: "wght"500
}

@media(min-width: 768px) {
  .b-event-feature__name {
    font-size: 31px;
    font-size: 2.0666666667rem;
    line-height: 36px;
    line-height: 2.4rem;
    font-variation-settings: "wght"500
  }

  .b-event-feature--half-width:nth-of-type(n+2) .b-event-feature__name,
  .b-event-feature--third-width:nth-of-type(n+2) .b-event-feature__name {
    font-size: 23px;
    font-size: 1.5333333333rem;
    line-height: 28px;
    line-height: 1.8666666667rem;
    font-variation-settings: "wght"500
  }
}

@media(min-width: 992px) {

  .b-event-feature--half-width:nth-of-type(1) .b-event-feature__name,
  .b-event-feature--third-width:nth-of-type(1) .b-event-feature__name {
    font-size: 23px;
    font-size: 1.5333333333rem;
    line-height: 28px;
    line-height: 1.8666666667rem;
    font-variation-settings: "wght"500
  }
}

.b-event-feature__date {
  font-size: 17px;
  font-size: 1.1333333333rem;
  line-height: 28px;
  line-height: 1.8666666667rem;
  font-variation-settings: "wght"400;
  margin: 6px 0 0
}

@media(min-width: 992px) {

  .b-event-feature--half-width .b-event-feature__date,
  .b-event-feature--third-width .b-event-feature__date {
    font-size: 13px;
    font-size: 0.8666666667rem;
    line-height: 18px;
    line-height: 1.2rem;
    font-variation-settings: "wght"500
  }
}

.b-events-featured {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  height: 200px;
  gap: 5px;
  margin: 0 auto;
  overflow: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory
}

@media(min-width: 500px) {
  .b-events-featured {
    height: 210px;
    overflow: hidden
  }
}

@media(min-width: 768px) {
  .b-events-featured {
    height: 240px
  }
}

@media(min-width: 992px) {
  .b-events-featured {
    height: 285px
  }
}

.b-events-featured__item {
  display: block;
  position: relative
}

@media(max-width: 499px) {
  .b-events-featured__item {
    flex: 0 0 calc(100vw - 120px);
    scroll-snap-align: center;
    scroll-snap-stop: normal
  }
}

@media(min-width: 500px) {
  .b-events-featured__item {
    flex: 2;
    transition: .5s
  }

  .b-events-featured__item .u-label-tag--featured {
    opacity: 0
  }

  .b-events-featured__item--active {
    flex: 12
  }

  .b-events-featured__item--active .u-label-tag--featured {
    opacity: 1;
    transition: opacity 1s ease-in-out
  }

  .b-events-featured__item--active .b-events-featured__description {
    opacity: 1;
    transition: opacity 1s ease-in-out
  }
}

@media(min-width: 992px) {
  .b-events-featured__item--active {
    flex: 8
  }
}

@media(min-width: 1200px) {
  .b-events-featured__item--active {
    flex: 6
  }
}

.b-events-featured__anchor {
  display: block;
  height: 100%
}

.b-events-featured__anchor::after {
  background-image: linear-gradient(to top, #000, rgba(10, 10, 11, 0.88) 24%, rgba(36, 37, 39, 0.47) 66%, rgba(62, 64, 67, 0));
  content: "";
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute
}

.b-events-featured__title {
  font-size: 17px;
  font-size: 1.1333333333rem;
  line-height: 21px;
  line-height: 1.4rem;
  font-variation-settings: "wght"500;
  display: flex;
  order: 2
}

@media(min-width: 768px) {
  .b-events-featured__title {
    margin-bottom: 6px;
    text-shadow: 0 -1px 2px rgba(29, 30, 32, .5), 0 1px 2px rgba(29, 30, 32, .5)
  }
}

.b-events-featured__item:hover .b-events-featured__title,
.b-events-featured__item:focus .b-events-featured__title {
  -webkit-text-decoration: underline;
  text-decoration: underline
}

.b-events-featured__img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.b-events-featured__description {
  bottom: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 0 10px 10px;
  position: absolute;
  width: 100%;
  z-index: 1
}

@media(min-width: 500px) {
  .b-events-featured__description {
    opacity: 0
  }
}

.b-events-featured__type {
  font-size: 12px;
  font-size: 0.8rem;
  line-height: 16px;
  line-height: 1.0666666667rem;
  font-variation-settings: "wght"500;
  display: flex;
  margin-bottom: 3px;
  order: 1
}

@media(min-width: 768px) {
  .b-events-featured__type {
    margin-bottom: 8px;
    text-shadow: 0 -1px 2px rgba(29, 30, 32, .5), 0 1px 2px rgba(29, 30, 32, .5)
  }
}

.b-events-featured__date {
  font-size: 13px;
  font-size: 0.8666666667rem;
  line-height: 18px;
  line-height: 1.2rem;
  font-variation-settings: "wght"500;
  display: flex;
  margin-bottom: 6px;
  order: 3
}

@media(max-width: 767px) {
  .b-events-featured__date {
    border: none !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
  }
}

@media(min-width: 768px) {
  .b-events-featured__date {
    text-shadow: 0 -1px 2px rgba(29, 30, 32, .5), 0 1px 2px rgba(29, 30, 32, .5)
  }
}

.b-events-featured__venue {
  font-size: 13px;
  font-size: 0.8666666667rem;
  line-height: 18px;
  line-height: 1.2rem;
  font-variation-settings: "wght"500;
  display: flex;
  margin-bottom: 0;
  order: 4
}

@media(max-width: 767px) {
  .b-events-featured__venue {
    border: none !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
  }
}

@media(min-width: 768px) {
  .b-events-featured__venue {
    text-shadow: 0 -1px 2px rgba(29, 30, 32, .5), 0 1px 2px rgba(29, 30, 32, .5)
  }
}

.b-event-teaser {
  color: #1d1e20;
  margin-bottom: 32px;
  overflow: hidden;
  padding: 0 10px;
  position: relative;
  width: 100%
}

@media(min-width: 500px) {
  .b-event-teaser {
    width: 50%
  }
}

@media(min-width: 992px) {
  .b-event-teaser {
    width: 33.333%
  }
}

.b-event-teaser--dark {
  color: #fff
}

.b-event-teaser__link {
  display: block;
  margin-bottom: 10px;
  position: relative
}

.b-event-teaser__link:hover h2,
.b-event-teaser__link:focus h2 {
  -webkit-text-decoration: underline;
  text-decoration: underline
}

.b-event-teaser__media {
  margin-bottom: 6px;
  overflow: hidden;
  padding-top: 66.67%;
  position: relative
}

@media(min-width: 500px) {
  .b-event-teaser__media {
    margin-bottom: 10px
  }
}

.b-event-teaser__media::after {
  background-image: linear-gradient(rgba(29, 30, 32, 0.35), rgba(29, 30, 32, 0));
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity .35s ease;
  width: 100%;
  z-index: 0
}

.b-event-teaser__link:hover .b-event-teaser__media::after,
.b-event-teaser__link:focus .b-event-teaser__media::after {
  opacity: 1
}

.b-event-teaser__media-image {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%
}

.b-event-teaser__sponsor {
  font-size: 12px;
  font-size: 0.8rem;
  line-height: 16px;
  line-height: 1.0666666667rem;
  font-variation-settings: "wght"400;
  background-color: rgba(29, 30, 32, .4);
  color: #fff;
  height: 32px;
  margin: -32px 0 0;
  overflow: hidden;
  padding: 8px 12px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap
}

.b-event-teaser__description {
  padding-bottom: 20px;
  position: relative
}

@media(min-width: 500px) {
  .b-event-teaser__description {
    min-height: 200px
  }
}

.b-event-teaser__type {
  font-size: 13px;
  font-size: 0.8666666667rem;
  line-height: 18px;
  line-height: 1.2rem;
  font-variation-settings: "wght"400;
  margin-bottom: 5px
}

.b-event-teaser__title {
  font-size: 23px;
  font-size: 1.5333333333rem;
  line-height: 28px;
  line-height: 1.8666666667rem;
  font-variation-settings: "wght"500;
  margin: 1px 0 15px
}

@media(min-width: 768px) {
  .b-event-teaser__title {
    font-size: 23px;
    font-size: 1.5333333333rem;
    line-height: 28px;
    line-height: 1.8666666667rem;
    font-variation-settings: "wght"500
  }
}

.b-event-teaser__data {
  font-size: 14px;
  font-size: 0.9333333333rem;
  line-height: 18px;
  line-height: 1.2rem;
  font-variation-settings: "wght"500;
  display: flex;
  margin-bottom: 10px
}

.b-event-teaser__data__icon {
  height: 20px;
  margin-right: 10px;
  width: 20px
}

.b-event-teaser__footer {
  align-items: center;
  border-bottom: 1px solid #efefed;
  display: flex;
  justify-content: space-between
}

.b-event-teaser--dark .b-event-teaser__footer {
  border-color: #505354
}

.b-event-teaser__footer__buttons>.u-btn {
  font-size: 15px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.4rem;
  font-variation-settings: "wght"400;
  margin: 0 0 10px 10px
}

.b-event-teaser--dark .b-event-teaser__footer__buttons>.u-btn {
  border-color: #505354
}

.b-event-teaser__link:hover .b-event-teaser__footer__buttons>.u-btn,
.b-event-teaser__link:focus .b-event-teaser__footer__buttons>.u-btn {
  background-color: #e6e6e6;
  border-color: #b7b8bd
}

.b-event-teaser--dark .b-event-teaser__link:hover .b-event-teaser__footer__buttons>.u-btn,
.b-event-teaser--dark .b-event-teaser__link:focus .b-event-teaser__footer__buttons>.u-btn {
  background-color: #484a4f;
  border-color: #fff
}

.b-exhibition-promo .u-label-tag {
  margin: 0 12px 12px 0
}

@media(min-width: 500px) {
  .b-exhibition-promo .u-label-tag {
    margin-left: 10px
  }
}

@media(min-width: 768px) {
  .b-exhibition-promo .u-label-tag {
    margin-left: 55px
  }
}

@media(min-width: 992px) {
  .b-exhibition-promo .u-label-tag {
    margin-left: 30px
  }
}

@media(min-width: 1200px) {
  .b-exhibition-promo .u-label-tag {
    margin-left: 50px
  }
}

@media(min-width: 992px) {
  .b-exhibition-promo--double .u-label-tag {
    margin-left: 10px
  }
}

@media(min-width: 1200px) {
  .b-exhibition-promo--double .u-label-tag {
    margin-left: 20px
  }
}

.b-exhibition-promo__title {
  font-size: 31px;
  font-size: 2.0666666667rem;
  line-height: 36px;
  line-height: 2.4rem;
  font-variation-settings: "wght"500;
  display: -webkit-box;
  margin-bottom: 0;
  order: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2
}

@media(min-width: 768px) {
  .b-exhibition-promo__title {
    font-size: 41px;
    font-size: 2.7333333333rem;
    line-height: 48px;
    line-height: 3.2rem;
    font-variation-settings: "wght"500
  }
}

@media(min-width: 1200px) {
  .b-exhibition-promo__title {
    font-size: 51px;
    font-size: 3.4rem;
    line-height: 58px;
    line-height: 3.8666666667rem;
    font-variation-settings: "wght"500
  }
}

@media(min-width: 992px) {
  .b-exhibition-promo--double .b-exhibition-promo__title {
    font-size: 23px;
    font-size: 1.5333333333rem;
    line-height: 28px;
    line-height: 1.8666666667rem;
    font-variation-settings: "wght"500
  }
}

.b-exhibition-promo__anchor {
  aspect-ratio: .78;
  display: block;
  position: relative
}

@media(min-width: 500px) {
  .b-exhibition-promo__anchor {
    aspect-ratio: 1
  }
}

@media(min-width: 768px) {
  .b-exhibition-promo__anchor {
    aspect-ratio: 1.78
  }
}

.b-exhibition-promo__anchor:hover .b-exhibition-promo__title,
.b-exhibition-promo__anchor:focus .b-exhibition-promo__title {
  -webkit-text-decoration: underline;
  text-decoration: underline
}

.b-exhibition-promo__anchor::after {
  background-image: linear-gradient(to bottom, rgba(238, 238, 238, 0), rgba(0, 0, 0, 0.67) 67%, rgba(0, 0, 0, 0.78));
  content: "";
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute
}

.b-exhibition-promo__img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.b-exhibition-promo__information {
  bottom: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 0 10px 30px;
  position: absolute;
  width: 100%;
  z-index: 1
}

@media(min-width: 500px) {
  .b-exhibition-promo__information {
    padding: 0 80px 20px 20px
  }
}

@media(min-width: 768px) {
  .b-exhibition-promo__information {
    padding: 0 120px 40px 65px
  }
}

@media(min-width: 992px) {
  .b-exhibition-promo__information {
    padding: 0 80px 40px 40px
  }
}

@media(min-width: 1200px) {
  .b-exhibition-promo__information {
    padding: 0 440px 60px 60px
  }
}

@media(min-width: 992px) {
  .b-exhibition-promo--double .b-exhibition-promo__information {
    padding: 0 20px 20px
  }
}

@media(min-width: 1200px) {
  .b-exhibition-promo--double .b-exhibition-promo__information {
    padding: 0 178px 30px 30px
  }
}

.b-exhibition-promo__type {
  font-size: 15px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.2rem;
  font-variation-settings: "wght"500;
  order: 1
}

@media(min-width: 500px) {
  .b-exhibition-promo__type {
    font-size: 14px;
    font-size: 0.9333333333rem;
    line-height: 18px;
    line-height: 1.2rem;
    font-variation-settings: "wght"500
  }
}

@media(min-width: 768px) {
  .b-exhibition-promo__type {
    font-size: 15px;
    font-size: 1rem;
    line-height: 18px;
    line-height: 1.2rem;
    font-variation-settings: "wght"500
  }
}

@media(min-width: 992px) {
  .b-exhibition-promo--double .b-exhibition-promo__type {
    font-size: 14px;
    font-size: 0.9333333333rem;
    line-height: 18px;
    line-height: 1.2rem;
    font-variation-settings: "wght"500;
    margin-bottom: 0
  }
}

@media(min-width: 1200px) {
  .b-exhibition-promo--double .b-exhibition-promo__type {
    margin-bottom: 5px
  }
}

.b-exhibition-promo__description {
  font-size: 17px;
  font-size: 1.1333333333rem;
  line-height: 28px;
  line-height: 1.8666666667rem;
  font-variation-settings: "wght"400;
  display: -webkit-box;
  margin-bottom: 0;
  margin-top: 4px;
  order: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3
}

@media(min-width: 768px) {
  .b-exhibition-promo__description {
    margin-top: 2px
  }
}

@media(min-width: 992px) {
  .b-exhibition-promo__description {
    font-size: 23px;
    font-size: 1.5333333333rem;
    line-height: 36px;
    line-height: 2.4rem;
    font-variation-settings: "wght"400
  }
}

@media(min-width: 992px) {
  .b-exhibition-promo--double .b-exhibition-promo__description {
    border: none !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
  }
}

.b-exhibition-promo__date {
  font-size: 14px;
  font-size: 0.9333333333rem;
  line-height: 18px;
  line-height: 1.2rem;
  font-variation-settings: "wght"500;
  margin-bottom: 5px;
  margin-top: 20px;
  order: 4
}

@media(min-width: 992px) {
  .b-exhibition-promo__date {
    font-size: 15px;
    font-size: 1rem;
    line-height: 21px;
    line-height: 1.4rem;
    font-variation-settings: "wght"400;
    margin-bottom: 10px
  }
}

@media(min-width: 1200px) {
  .b-exhibition-promo__date {
    margin-top: 30px
  }
}

@media(min-width: 992px) {
  .b-exhibition-promo--double .b-exhibition-promo__date {
    font-size: 14px;
    font-size: 0.9333333333rem;
    line-height: 18px;
    line-height: 1.2rem;
    font-variation-settings: "wght"500;
    margin-bottom: 5px
  }
}

@media(min-width: 1200px) {
  .b-exhibition-promo--double .b-exhibition-promo__date {
    margin-top: 20px
  }
}

.b-exhibition-promo__venue {
  font-size: 14px;
  font-size: 0.9333333333rem;
  line-height: 18px;
  line-height: 1.2rem;
  font-variation-settings: "wght"500;
  margin-bottom: 0;
  order: 5;
  text-transform: capitalize
}

@media(min-width: 992px) {
  .b-exhibition-promo__venue {
    font-size: 15px;
    font-size: 1rem;
    line-height: 21px;
    line-height: 1.4rem;
    font-variation-settings: "wght"400
  }
}

@media(min-width: 992px) {
  .b-exhibition-promo--double .b-exhibition-promo__venue {
    font-size: 14px;
    font-size: 0.9333333333rem;
    line-height: 18px;
    line-height: 1.2rem;
    font-variation-settings: "wght"500
  }
}

.b-icon-badge__icon {
  background-color: #1d1e20;
  border-radius: 100%;
  color: #fff;
  display: flex;
  height: 60px;
  margin: 0 auto 5px;
  padding: 5px;
  text-align: center;
  width: 60px
}

@media(min-width: 768px) {
  .b-icon-badge__icon {
    height: 70px;
    width: 70px
  }
}

@media(min-width: 992px) {
  .b-icon-badge__icon {
    height: 80px;
    width: 80px
  }
}

.b-icon-badge--small .b-icon-badge__icon {
  height: 60px;
  width: 60px
}

.b-icon-badge--dark .b-icon-badge__icon {
  background-color: #fff;
  color: #1d1e20
}

.b-icon-badge__icon:hover {
  background-color: #b7b8bd;
  color: #1d1e20
}

.b-icon-badge__icon>svg {
  height: 16px;
  margin: auto;
  width: 16px
}

@media(min-width: 768px) {
  .b-icon-badge__icon>svg {
    height: 22px;
    width: 22px
  }
}

.b-icon-badge__icon>svg .b-icon-badge--short {
  height: 24px;
  margin: auto;
  width: 24px
}

@media(min-width: 768px) {
  .b-icon-badge__icon>svg .b-icon-badge--short {
    height: 34px;
    width: 34px
  }
}

.b-icon-badge__label {
  font-size: 17px;
  font-size: 1.1333333333rem;
  line-height: 28px;
  line-height: 1.8666666667rem;
  font-variation-settings: "wght"400;
  color: #fff;
  display: block;
  text-align: center;
  text-shadow: 0 1px 2px #1d1e20, 0 -1px 2px #1d1e20;
  text-transform: lowercase
}

.b-icon-badge__label::first-letter {
  text-transform: uppercase
}

@media(min-width: 992px) {
  .b-icon-badge__label {
    margin-top: 10px
  }
}

.b-icon-badge--light .b-icon-badge__label {
  color: #1d1e20;
  text-shadow: none
}

.b-icon-badge--dark .b-icon-badge__label {
  color: #fff;
  text-shadow: none
}

.b-icon-link {
  color: #1d1e20;
  cursor: pointer;
  display: inline-block;
  height: 45px;
  position: relative;
  width: 45px
}

.b-icon-link--light {
  color: #fff
}

.b-icon-link__download {
  border: 1px solid #1d1e20;
  border-radius: 50%;
  cursor: default
}

.b-icon-link--active {
  background-color: #04d1b3;
  border-color: #04d1b3;
  border-radius: 50%;
  cursor: pointer;
  opacity: 1
}

.b-icon-link__container::after {
  border: 1px solid currentColor;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 100%;
  opacity: .25;
  position: absolute;
  transition: opacity .2s;
  width: 100%
}

.b-icon-link--no-border .b-icon-link__container::after {
  border-width: 0
}

.b-icon-link:hover .b-icon-link__container::after {
  opacity: 1
}

.b-icon-link--no-border:hover .b-icon-link__container::after {
  background-color: #1d1e20;
  border: 1px solid #1d1e20;
  opacity: .6;
  z-index: 0
}

@media(max-width: 499px) {
  .b-icon-link--no-border:hover .b-icon-link__container::after {
    background-color: rgba(0, 0, 0, 0);
    border-width: 0
  }
}

.b-icon-link__container-download::after {
  content: none;
  cursor: pointer;
  opacity: 1
}

.b-icon-link__icon {
  height: 46%;
  top: 27%;
  right: 27%;
  bottom: 27%;
  left: 27%;
  position: absolute;
  width: 46%;
  z-index: 1
}

.b-icon-list {
  font-size: 14px;
  font-size: 0.9333333333rem;
  line-height: 18px;
  line-height: 1.2rem;
  font-variation-settings: "wght"400;
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: #1d1e20
}

.b-icon-list--dark {
  color: #fff
}

.b-icon-list__item {
  -moz-column-gap: 10px;
  column-gap: 10px;
  display: flex;
  margin-bottom: 20px
}

.b-icon-list__item--no-icon {
  margin-left: 30px
}

@media(max-width: 767px) {
  .b-icon-list__item--no-icon {
    margin-left: 0
  }
}

.b-icon-list__item__icon {
  flex: 0 0 auto;
  height: 20px;
  width: 20px
}

.b-icon-list__item__content>p {
  margin-bottom: 5px
}

.b-icon-list__item .b-icon-list__item__heading {
  font-size: 17px;
  font-size: 1.1333333333rem;
  line-height: 21px;
  line-height: 1.4rem;
  font-variation-settings: "wght"500;
  margin-bottom: 10px
}

.b-image-carousel {
  background: #1d1e20;
  display: block;
  position: relative;
  width: 400px
}

@media(min-width: 1200px) {
  .b-image-carousel {
    width: 710px
  }
}

.b-image-carousel__conceal-left,
.b-image-carousel__conceal-right {
  content: "";
  height: 100px;
  position: absolute;
  top: 0;
  width: 68px;
  z-index: 1
}

.b-image-carousel__conceal-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0), #1d1e20);
  left: 0
}

.b-image-carousel__conceal-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #1d1e20);
  right: 0
}

.b-image-carousel__prevnext {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center
}

.b-image-carousel__image-carousel {
  display: none
}

@media(min-width: 992px) {
  .b-image-carousel__image-carousel {
    align-items: center;
    display: flex;
    flex-direction: row;
    max-width: 710px;
    padding: 5px;
    position: relative
  }
}

.b-image-carousel__image-preview {
  height: 91%;
  left: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 91%
}

.b-image-carousel__image-preview-container {
  height: 91px;
  margin: 0 12px 0 0;
  min-width: 110px;
  position: relative
}

.b-image-carousel__image-preview-container:focus {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #1d1e20;
  outline: 0
}

.b-image-carousel__image-preview-container:hover {
  cursor: pointer;
  opacity: .3
}

.b-image-carousel__image-preview-container--selected {
  transform: scale(1.2)
}

.b-image-carousel__prev,
.b-image-carousel__next {
  border: 1px solid #fff;
  border-radius: 100%;
  color: #fff;
  display: inline-flex;
  flex: none;
  height: 30px;
  margin: 0 12px;
  opacity: 1;
  width: 30px;
  z-index: 2
}

.b-image-carousel__prev--mobile,
.b-image-carousel__next--mobile {
  height: 44px;
  margin: 0 12px 0 0;
  width: 44px
}

.b-image-carousel__prev--mobile svg,
.b-image-carousel__next--mobile svg {
  height: 14px;
  pointer-events: none;
  width: 14px
}

.b-image-carousel__prev svg,
.b-image-carousel__next svg {
  height: 12px;
  margin: auto;
  pointer-events: none;
  width: 12px
}

.b-image-carousel__prev:hover,
.b-image-carousel__next:hover {
  background: #fff
}

.b-image-carousel__prev:hover svg,
.b-image-carousel__next:hover svg {
  color: #1d1e20
}

.b-image-carousel__prev[disabled],
.b-image-carousel__next[disabled] {
  border: 1px solid #dee0e2;
  color: #dee0e2;
  cursor: default;
  opacity: .4
}

.b-image-carousel__prev[disabled]:hover,
.b-image-carousel__next[disabled]:hover {
  background: inherit
}

.b-image-carousel__prev[disabled]:hover svg,
.b-image-carousel__next[disabled]:hover svg {
  color: inherit
}

.b-image-credit {
  font-size: 13px;
  font-size: 0.8666666667rem;
  line-height: 18px;
  line-height: 1.2rem;
  font-variation-settings: "wght"400;
  color: #eaeaea;
  margin: 50px auto 15px;
  text-align: center;
  text-shadow: 0 1px 2px #1d1e20, 0 -1px 2px #1d1e20
}

@media(min-width: 768px) {
  .b-image-credit {
    margin: 50px auto 10px
  }
}

.b-modal {
  background-color: rgba(29, 30, 32, .85);
  display: none;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 9999
}

.b-modal--active {
  animation: opacity-fade-in 1s;
  display: block
}

.b-modal__close {
  display: inline-block;
  height: 100%;
  width: 22px
}

.b-modal__close-button {
  border: none;
  bottom: 10px;
  cursor: pointer;
  height: 18px;
  position: absolute;
  right: 8px;
  width: 18px
}

@media(min-width: 768px) {
  .b-modal__close-button {
    height: 20px;
    right: 0;
    top: -32px;
    width: 20px
  }
}

.b-modal__close-icon {
  bottom: 0;
  color: #fff;
  height: 18px;
  position: absolute;
  right: 0;
  width: 18px
}

@media(min-width: 768px) {
  .b-modal__close-icon {
    height: 20px;
    width: 20px
  }
}

.b-modal__content {
  background-color: #fff;
  border-radius: 2px;
  color: #1d1e20;
  left: 50%;
  margin: auto;
  max-width: 300px;
  padding: 30px 20px 24px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%
}

@media(min-width: 768px) {
  .b-modal__content {
    max-width: 670px;
    padding: 55px 65px
  }
}

@media(min-width: 992px) {
  .b-modal__content {
    max-width: 820px
  }
}

.b-modal__content a,
.b-modal__content::after {
  pointer-events: all
}

.b-modal__content-license {
  max-width: none;
  padding: 10px;
  width: 100%
}

@media(min-width: 500px) {
  .b-modal__content-license {
    max-width: 500px;
    padding: 30px 20px 24px
  }
}

@media(min-width: 768px) {
  .b-modal__content-license {
    max-width: 500px;
    padding: 25px 35px
  }
}

@media(min-width: 992px) {
  .b-modal__content-license {
    height: auto;
    max-width: 670px;
    min-height: 250px
  }
}

.b-modal__title {
  font-size: 23px;
  font-size: 1.5333333333rem;
  line-height: 28px;
  line-height: 1.8666666667rem;
  font-variation-settings: "wght"500;
  color: #1d1e20;
  margin: 0 0 12px;
  white-space: nowrap
}

@media(min-width: 768px) {
  .b-modal__title {
    font-size: 41px;
    font-size: 2.7333333333rem;
    line-height: 52px;
    line-height: 3.4666666667rem;
    font-variation-settings: "wght"400;
    margin: 0 0 14px
  }
}

.b-modal__description,
.b-modal__dismiss {
  font-size: 13px;
  font-size: 0.8666666667rem;
  line-height: 18px;
  line-height: 1.2rem;
  font-variation-settings: "wght"400;
  line-height: 1.35rem;
  margin: 0 0 16px
}

@media(min-width: 768px) {

  .b-modal__description,
  .b-modal__dismiss {
    font-size: 17px;
    font-size: 1.1333333333rem;
    line-height: 28px;
    line-height: 1.8666666667rem;
    font-variation-settings: "wght"400;
    color: #505354;
    margin: 0 0 18px
  }
}

.b-modal__dismiss {
  line-height: 1rem;
  margin-top: 13px
}

.b-image-overlay-license-modal__download-button,
.b-image-overlay-license-modal__contact-button {
  padding: 13px 10px
}

@media(min-width: 992px) {

  .b-image-overlay-license-modal__download-button,
  .b-image-overlay-license-modal__contact-button {
    padding: 6px 10px
  }
}

.b-image-overlay-license-modal__modal-content {
  background-color: #fff;
  border-radius: 2px;
  color: #1d1e20;
  left: 50%;
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%
}

.b-image-overlay__figcaption--shut .b-image-overlay-license-modal__download-button {
  display: none
}

.b-image-overlay-license-modal__close-container {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 100 100%27%3E%3Cpath d=%27M50 39.254 10.749 0 0 10.742l39.251 39.254L0 89.251 10.749 100 50 60.746 89.251 100 100 89.243 60.749 49.99 100 10.734 89.244 0 49.992 39.254z%27 fill=%27%23fff%27/%3E%3C/svg%3E");
  cursor: pointer;
  height: 29px;
  left: 100%;
  margin: 10px 10px 50px;
  pointer-events: all;
  position: fixed;
  right: 0;
  top: -50px;
  width: 29px;
  z-index: 99999
}

.b-image-overlay-license-modal__close-container:disabled {
  display: none
}

.b-image-overlay-license-modal__content-container {
  height: 250px;
  min-height: 250px;
  overflow-x: hidden;
  overflow-y: scroll
}

@media screen and (min-height: 700px) {
  .b-image-overlay-license-modal__content-container {
    height: 400px;
    overflow-y: scroll
  }
}

@media screen and (min-height: 1080px) {
  .b-image-overlay-license-modal__content-container {
    height: auto;
    overflow-y: hidden
  }
}

.b-image-overlay-license-modal__contact-modal-open {
  cursor: pointer
}

.b-image-overlay-license-modal__modal-contact-content {
  display: none
}

.b-image-overlay-license-modal__modal-contact-content--active {
  display: block
}

.b-image-overlay-license-modal__modal-download-content {
  display: none
}

.b-image-overlay-license-modal__modal-download-content--active {
  display: block
}

.b-image-overlay-license-modal__title {
  font-size: 15px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.2rem;
  font-variation-settings: "wght"500;
  margin-bottom: 10px
}

@media(min-width: 768px) {
  .b-image-overlay-license-modal__title {
    font-size: 23px;
    font-size: 1.5333333333rem;
    line-height: 28px;
    line-height: 1.8666666667rem;
    font-variation-settings: "wght"500;
    margin-bottom: 18px
  }
}

.b-image-overlay-license-modal__description-container-bullets li {
  margin-bottom: 5px;
  max-width: 471px
}

.b-image-overlay-license-modal__image-button-description {
  font-size: 15px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.4rem;
  font-variation-settings: "wght"300
}

.b-image-overlay-license-modal__description-container {
  background-color: #efefed;
  padding: 5px
}

@media(min-width: 768px) {
  .b-image-overlay-license-modal__description-container {
    padding: 22px
  }
}

.b-image-overlay-license-modal__footer-content {
  margin-top: 10px
}

.b-image-overlay-license-modal__description {
  font-weight: 100
}

.b-image-overlay-license-modal__image-container {
  margin: 0 25px
}

.b-image-overlay-license-modal__download-link-text {
  margin-left: 15px
}

.b-image-overlay-license-modal__download-icon-link {
  border-color: #dee0e2;
  height: 50px;
  width: 50px
}

.b-image-overlay-license-modal__download-link {
  align-items: center;
  display: flex
}

.b-image-overlay-license-modal__download-link-text a {
  font-size: 14px;
  font-size: 0.9333333333rem;
  line-height: 18px;
  line-height: 1.2rem;
  font-variation-settings: "wght"300;
  text-underline-position: under
}

@media(min-width: 768px) {
  .b-image-overlay-license-modal__download-link-text a {
    font-size: 15px;
    font-size: 1rem;
    line-height: 21px;
    line-height: 1.4rem;
    font-variation-settings: "wght"300
  }
}

.b-image-overlay-license-modal a:focus {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #1d1e20;
  outline: 0
}

.b-image-overlay-license-modal__image-info {
  color: #70787c;
  font-style: italic
}

.b-image-overlay-license-modal__image-size {
  color: #70787c
}

.b-image-overlay-license-modal__title-section,
.b-image-overlay-license-modal__footer-section {
  margin: 5px
}

@media(min-width: 768px) {

  .b-image-overlay-license-modal__title-section,
  .b-image-overlay-license-modal__footer-section {
    margin: 15px 25px 0
  }
}

.b-image-overlay-license-modal__footer-section {
  border-top: 1px solid rgba(0, 0, 0, .3);
  margin-top: 10px
}

@media(min-width: 768px) {
  .b-image-overlay-license-modal__footer-section {
    margin-top: 30px
  }
}

.b-image-overlay-license-modal__agree-checkbox {
  display: none
}

.b-image-overlay-license-modal__checkbox-container {
  margin: 15px 0;
  position: relative
}

@media(min-width: 768px) {
  .b-image-overlay-license-modal__checkbox-container {
    margin-bottom: 0
  }
}

.b-image-overlay-license-modal__image-icon-link {
  color: #70787c;
  height: 60%;
  top: 18%;
  right: 27%;
  bottom: 30%;
  left: 21%;
  pointer-events: none;
  position: absolute;
  width: 60%;
  z-index: 999
}

.b-image-overlay-license-modal__image-icon-link--active {
  background-color: #12d2a0;
  color: #1d1e20;
  pointer-events: none
}

.b-image-overlay-license-modal__checkmark {
  cursor: pointer;
  display: none;
  height: 20px;
  left: 0;
  margin-top: 5px;
  position: absolute;
  top: 0;
  width: 26px;
  z-index: 99
}

.b-image-overlay-license-modal__checkmark--active {
  color: #1d1e20;
  display: block
}

.b-image-overlay-license-modal__agree-to-terms-reminder {
  font-size: 14px;
  font-size: 0.9333333333rem;
  line-height: 18px;
  line-height: 1.2rem;
  font-variation-settings: "wght"300;
  box-shadow: none;
  color: #fd6060;
  display: none
}

.b-image-overlay-license-modal__agree-to-terms-reminder:focus svg {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #1d1e20;
  outline: 0
}

.b-image-overlay-license-modal__agree-to-terms {
  font-size: 17px;
  font-size: 1.1333333333rem;
  line-height: 28px;
  line-height: 1.8666666667rem;
  font-variation-settings: "wght"400;
  box-shadow: none;
  cursor: pointer;
  margin-left: 40px
}

.b-image-overlay-license-modal__agree-to-terms-text {
  position: absolute;
  width: 160px
}

@media(min-width: 500px) {
  .b-image-overlay-license-modal__agree-to-terms-text {
    margin-top: 5px;
    width: 500px
  }
}

@media(min-width: 768px) {
  .b-image-overlay-license-modal__agree-to-terms-text {
    margin-top: 0
  }
}

.b-image-overlay-license-modal__agree-to-terms::before {
  background-color: #fff;
  border: 1px #1d1e20 solid;
  border-radius: 3px;
  content: "";
  cursor: pointer;
  height: 25px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 25px
}

.b-image-overlay-license-modal__agree-to-terms:focus::before {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #1d1e20;
  outline: 0
}

.b-image-overlay-license-modal__agree-to-terms--warning::before {
  background-color: rgba(255, 80, 83, .1);
  border-color: #fd6060
}

.b-image-overlay-license-modal__agree-to-terms--active::before {
  background-color: #04d1b3;
  border-color: #04d1b3
}

.b-image-row {
  align-items: flex-end;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center
}

@media(min-width: 768px) {
  .b-image-row--padded {
    margin-left: -6px;
    margin-right: -6px
  }
}

.b-image-row__item {
  display: flex
}

.b-image-row__item--failed {
  flex-grow: 1
}

@media(max-width: 767px) {
  .b-image-row__item--failed {
    flex-basis: 20%
  }
}

@media(min-width: 768px) {
  .b-image-row--padded>.b-image-row__item {
    margin: 6px
  }
}

@media(max-width: 767px) {
  .b-image-row__item:last-child:nth-child(odd) {
    height: auto;
    margin-right: auto
  }
}

.b-image-row__link {
  height: 100%;
  width: 100%
}

.b-image-row__img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.b-image-row__img.b-image-row__img {
  width: auto
}

.b-image-row--failed .b-image-row__img.b-image-row__img {
  width: 100%
}

.b-input-select {
  background: #fff;
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 100%;
  z-index: 1
}

.b-input-select::after {
  border: 6px solid rgba(0, 0, 0, 0);
  border-top: 10px solid #1d1e20;
  content: "";
  display: inline-block;
  margin-top: -4px;
  position: absolute;
  right: 20px;
  top: 50%;
  z-index: -1
}

.b-input-select::before {
  background: #dee0e2;
  content: "";
  display: inline-block;
  height: 60%;
  position: absolute;
  right: 48px;
  top: 20%;
  width: 1px
}

.b-input-select-field {
  font-size: 15px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.4rem;
  font-variation-settings: "wght";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #1d1e20;
  border-radius: 2px;
  color: #1d1e20;
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 12px 41px 12px 17px;
  position: relative;
  width: 100%
}

.b-input-select-field::-ms-expand {
  display: none
}

.b-input-select-field option {
  background-color: #fff;
  line-height: 50px
}

.b-object-image-overlay {
  display: none
}

.b-object-image-overlay--active {
  animation: opacityFadeIn .2s;
  background-color: rgba(29, 30, 32, .98);
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999
}

.b-object-image-overlay__dismiss {
  color: #fff;
  cursor: pointer;
  display: block;
  height: 30px;
  margin: 10px;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  z-index: 1
}

.b-object-image-overlay__dismiss::before,
.b-object-image-overlay__dismiss::after {
  background: #fff;
  content: "";
  height: 100%;
  margin: auto;
  position: absolute;
  right: auto;
  right: initial;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 2px
}

.b-object-image-overlay__dismiss::after {
  transform: translate(-50%, -50%) rotate(-45deg)
}

.b-object-image-overlay__items {
  height: 100%;
  padding: 50px 0 0;
  position: relative;
  width: 300vw
}

@media(min-width: 992px) {
  .b-object-image-overlay__items {
    padding: 0
  }
}

.b-object-image-overlay__item {
  display: inline-flex;
  float: left;
  height: 100%;
  justify-content: space-around;
  width: 100vw
}

@media(pointer: coarse) {
  .b-object-image-overlay__item {
    transition: margin .35s ease
  }
}

.b-object-image-overlay__item:first-of-type {
  margin-left: -100vw
}

.b-object-image-overlay__content {
  color: #fff;
  height: 100%;
  margin: auto 10px;
  overflow: auto;
  position: relative
}

@media(min-width: 992px) {
  .b-object-image-overlay__content {
    display: flex;
    flex-grow: 1;
    height: 100%;
    margin: auto;
    max-height: 800px;
    max-width: 1200px
  }
}

.b-object-image-overlay__figure {
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between
}

@media(min-width: 992px) {
  .b-object-image-overlay__figure {
    background: #292a2b;
    padding: 32px 60px;
    width: 65%
  }
}

.b-object-image-overlay__image {
  margin: auto;
  max-height: calc(100vh - 200px);
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

@media(min-width: 992px) {
  .b-object-image-overlay__image {
    max-height: 85%
  }
}

.b-object-image-overlay__figcaption {
  font-size: 14px;
  font-size: 0.9333333333rem;
  line-height: 18px;
  line-height: 1.2rem;
  font-variation-settings: "wght"400;
  border: solid #70787c;
  border-width: 0 0 1px;
  display: flex;
  justify-content: space-between;
  line-height: 1.7;
  padding: 8px 60px 8px 0
}

@media(min-width: 992px) {
  .b-object-image-overlay__figcaption {
    border-width: 1px 0 0;
    margin-top: 50px;
    padding: 4px 0 0
  }
}

.b-object-image-overlay__prevnext {
  flex: 0 0 auto;
  margin: 0 -60px 0 auto
}

@media(min-width: 992px) {
  .b-object-image-overlay__prevnext {
    margin-right: 0;
    text-align: right
  }
}

.b-object-image-overlay__prev,
.b-object-image-overlay__next {
  border: 1px solid #fff;
  border-radius: 100%;
  color: #fff;
  cursor: default;
  display: inline-flex;
  height: 30px;
  margin: 10px 0 10px 10px;
  opacity: .4;
  width: 30px
}

.b-object-image-overlay__prev svg,
.b-object-image-overlay__next svg {
  height: 12px;
  margin: auto;
  width: 12px
}

.b-object-image-overlay__prev--enabled,
.b-object-image-overlay__next--enabled {
  cursor: pointer;
  opacity: 1
}

.b-object-image-overlay__prev--enabled:hover,
.b-object-image-overlay__prev--enabled:focus,
.b-object-image-overlay__next--enabled:hover,
.b-object-image-overlay__next--enabled:focus {
  background: rgba(255, 255, 255, .1019607843)
}

.b-object-image-overlay__next {
  margin-left: 10px;
  padding-left: 2.5px
}

@media(min-width: 992px) {
  .b-object-image-overlay__details {
    background: #393b3f;
    display: inline-flex;
    flex-direction: column;
    flex-grow: 1;
    height: 100%;
    justify-content: space-between;
    position: absolute;
    right: 0;
    top: 0;
    width: 35%
  }
}

.b-object-image-overlay__caption {
  font-size: 15px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.4rem;
  font-variation-settings: "wght"400;
  display: block;
  line-height: 1.56;
  max-width: 600px;
  padding: 15px 0 12px
}

@media(min-width: 992px) {
  .b-object-image-overlay__caption {
    font-size: 17px;
    font-size: 1.1333333333rem;
    line-height: 28px;
    line-height: 1.8666666667rem;
    font-variation-settings: "wght"400;
    line-height: 1.56;
    padding: 30px
  }
}

.b-object-image-overlay__cta {
  color: #dee0e2;
  position: relative;
  -webkit-text-decoration: none;
  text-decoration: none
}

.b-object-image-overlay__cta--mobile {
  font-size: 13px;
  font-size: 0.8666666667rem;
  line-height: 18px;
  line-height: 1.2rem;
  font-variation-settings: "wght"500;
  border: 1px solid #fff;
  border-radius: 2px;
  display: inline-block;
  margin: 22px 0;
  padding: 8px 24px 6px 12px
}

@media(min-width: 992px) {
  .b-object-image-overlay__cta--mobile {
    display: none
  }
}

.b-object-image-overlay__cta--screen {
  font-size: 14px;
  font-size: 0.9333333333rem;
  line-height: 18px;
  line-height: 1.2rem;
  font-variation-settings: "wght"400;
  border: 1px solid #70787c;
  border-width: 0 0 1px;
  display: block;
  margin: 0;
  padding: 15px 0 10px
}

@media(max-width: 991px) {
  .b-object-image-overlay__cta--screen {
    display: none
  }
}

.b-object-image-overlay__cta:hover,
.b-object-image-overlay__cta:focus {
  border-color: #fff;
  color: #fff
}

.b-object-image-overlay__cta::after {
  content: "►";
  display: inline-block;
  font-size: 11px;
  position: absolute;
  right: 10px;
  top: 26%;
  transform: scale(0.5, 0.9)
}

@media(min-width: 992px) {
  .b-object-image-overlay__cta::after {
    margin: 4px 0 0 6px;
    right: auto
  }
}

@media(min-width: 992px) {
  .b-object-image-overlay__location {
    background: #505054;
    padding: 35px 30px;
    position: relative
  }
}

.b-object-image-overlay__location-status {
  font-size: 15px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.4rem;
  font-variation-settings: "wght"400;
  display: inline
}

.b-object-image-overlay__location-status::after {
  content: " at "
}

.b-object-image-overlay__location-status svg {
  display: none
}

@media(min-width: 992px) {
  .b-object-image-overlay__location-status {
    font-size: 12px;
    font-size: 0.8rem;
    line-height: 16px;
    line-height: 1.0666666667rem;
    font-variation-settings: "wght"500;
    background-color: #dee0e2;
    color: #1d1e20;
    display: flex;
    left: 0;
    padding: 3px 10px 2px 7px;
    position: absolute;
    top: 0
  }

  .b-object-image-overlay__location-status::after {
    display: none
  }

  .b-object-image-overlay__location-status svg {
    display: block;
    height: 16px;
    margin-right: 6px;
    width: 16px
  }
}

.b-object-image-overlay__location-copy {
  font-size: 15px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.4rem;
  font-variation-settings: "wght"400;
  display: inline-block;
  margin: 0 0 14px
}

@media(min-width: 992px) {
  .b-object-image-overlay__location-copy {
    display: block;
    margin: 0 0 7px
  }
}

.b-object-image-overlay__location-site {
  display: inline
}

.b-object-image-overlay__location-site::after {
  content: ", "
}

@media(min-width: 992px) {
  .b-object-image-overlay__location-site {
    font-size: 15px;
    font-size: 1rem;
    line-height: 18px;
    line-height: 1.2rem;
    font-variation-settings: "wght"500;
    display: block;
    margin: 0 0 7px
  }

  .b-object-image-overlay__location-site::after {
    display: none
  }
}

.b-object-image-overlay__visit {
  font-size: 15px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.4rem;
  font-variation-settings: "wght"400;
  display: block;
  -webkit-text-decoration: underline;
  text-decoration: underline
}

.b-membership-upsell {
  left: 50%;
  margin: auto;
  max-width: 300px;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%
}

@media(min-width: 768px) {
  .b-membership-upsell {
    max-width: 670px
  }
}

@media(min-width: 992px) {
  .b-membership-upsell {
    max-width: 820px
  }
}

.b-membership-upsell__button {
  border: solid 1px #1d1e20;
  height: 56px;
  padding: 19px;
  width: 210px
}

.b-membership-upsell__button::after {
  right: 10px
}

@media(min-width: 768px) {
  .b-membership-upsell__button::after {
    right: 35px
  }
}

@media(min-width: 768px) {
  .b-membership-upsell__button {
    width: 256px
  }
}

.b-membership-upsell__content {
  margin: 20px;
  max-width: 260px;
  position: absolute
}

@media(min-width: 768px) {
  .b-membership-upsell__content {
    margin: 55px;
    max-width: 450px
  }
}

.b-membership-upsell__description {
  font-size: 13px;
  font-size: 0.8666666667rem;
  line-height: 18px;
  line-height: 1.2rem;
  font-variation-settings: "wght";
  color: #1d1e20;
  margin-bottom: 40px;
  max-width: 264px;
  text-align: left
}

@media(min-width: 768px) {
  .b-membership-upsell__description {
    font-size: 17px;
    font-size: 1.1333333333rem;
    line-height: 28px;
    line-height: 1.8666666667rem;
    font-variation-settings: "wght";
    color: #505354;
    margin-bottom: 30px;
    max-width: 360px
  }
}

.b-membership-upsell__link {
  display: inline-block
}

@media(min-width: 768px) {
  .b-membership-upsell__link {
    display: none
  }
}

.b-membership-upsell__list {
  list-style: none;
  margin-bottom: 22px;
  margin-left: 20px;
  max-width: 220px
}

@media(min-width: 768px) {
  .b-membership-upsell__list {
    max-width: 100%
  }
}

.b-membership-upsell__list--item {
  font-size: 14px;
  font-size: 0.9333333333rem;
  line-height: 18px;
  line-height: 1.2rem;
  font-variation-settings: "wght";
  color: #1d1e20;
  margin-bottom: 12px;
  margin-left: 6px
}

.b-membership-upsell__list--item-point {
  float: left;
  height: 17px;
  left: 0;
  position: absolute;
  width: 17px
}

.b-membership-upsell__navigation {
  margin-left: auto;
  margin-right: auto;
  margin-top: 14px;
  width: 100%
}

@media(min-width: 768px) {
  .b-membership-upsell__navigation {
    margin-top: 35px;
    width: 300px
  }
}

.b-membership-upsell__navigation--button {
  height: 62px;
  line-height: 30px;
  margin: auto;
  max-width: 245px;
  padding: 15px;
  width: 100%
}

@media(min-width: 768px) {
  .b-membership-upsell__navigation--button {
    max-width: 300px
  }
}

.b-membership-upsell__navigation--button::after {
  right: 10px
}

@media(min-width: 768px) {
  .b-membership-upsell__navigation--button::after {
    right: 40px
  }
}

.b-membership-upsell__overlay {
  background-color: rgba(29, 30, 32, .5);
  cursor: pointer;
  display: table;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  width: 100%;
  z-index: 2
}

.b-membership-upsell__promo {
  background-color: #fff;
  background-image: url("https://vanda-production-assets.s3.amazonaws.com/static/membership/Membership_popup_background_mobile.png");
  background-position: 120px 50px;
  background-repeat: no-repeat;
  background-size: 300px;
  height: 470px
}

@media(min-width: 768px) {
  .b-membership-upsell__promo {
    background-image: url("https://vanda-production-assets.s3.amazonaws.com/static/membership/Membership_popup_background.png");
    background-position: 450px 60px;
    background-size: 315px;
    height: 500px
  }
}

@media(min-width: 992px) {
  .b-membership-upsell__promo {
    background-position: 500px 22px;
    background-size: 340px
  }
}

.b-membership-upsell__title {
  font-size: 31px;
  font-size: 2.0666666667rem;
  line-height: 42px;
  line-height: 2.8rem;
  font-variation-settings: "wght";
  color: #1d1e20;
  white-space: nowrap
}

@media(min-width: 768px) {
  .b-membership-upsell__title {
    font-size: 41px;
    font-size: 2.7333333333rem;
    line-height: 52px;
    line-height: 3.4666666667rem;
    font-variation-settings: "wght"
  }
}

.b-newsletter {
  background-color: #dee0e2;
  color: #1d1e20;
  margin: 25px 0;
  overflow: hidden;
  position: relative;
  width: 100%
}

.b-newsletter--footer {
  background-color: #1d1e20;
  border-bottom: 1px solid #b7b8bd;
  color: #fff;
  margin: auto
}

@media(min-width: 500px) {
  .b-newsletter {
    flex-direction: row
  }
}

.b-newsletter__logo {
  color: #b7b8bd;
  height: 200px;
  opacity: .35;
  position: absolute;
  right: 0;
  top: 0;
  width: 280px
}

@media(min-width: 500px) {
  .b-newsletter__logo {
    height: 450px;
    right: -80px;
    top: -80px;
    width: 711px
  }

  .b-newsletter__logo svg {
    height: 100%;
    width: 100%
  }
}

.b-newsletter__form {
  margin: auto;
  padding: 30px 10px;
  position: relative;
  width: 100%
}

.b-newsletter__form--component {
  max-width: none;
  padding: 28px 14px 34px
}

.b-newsletter__form--footer {
  margin: 0;
  max-width: none;
  padding: 0 0 31px
}

.b-newsletter__form--footer-main {
  border-bottom: 1px solid #b7b8bd
}

@media(min-width: 768px) {
  .b-newsletter__form {
    max-width: 100%;
    padding: 30px 30px 55px
  }

  .b-newsletter__form--component {
    padding: 28px 14px 34px
  }

  .b-newsletter__form--footer {
    padding: 20px 0 30px
  }
}

@media(min-width: 1200px) {
  .b-newsletter__form {
    background-color: #dee0e2;
    margin: 0;
    width: 50%
  }

  .b-newsletter__form--footer {
    background-color: #1d1e20;
    margin: 0 0 10px
  }

  .b-newsletter__form--component {
    background-color: rgba(0, 0, 0, 0)
  }

  .b-newsletter__form--footer,
  .b-newsletter__form--component {
    width: 100%
  }
}

@media(min-width: 500px) {
  .b-newsletter__form-fields {
    display: flex;
    flex-direction: row;
    width: 100%
  }
}

@media(min-width: 992px) {
  .b-newsletter__form-fields--footer {
    justify-content: flex-end
  }
}

.b-newsletter__form-fields--component {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 10px;
  width: 100%
}

.b-newsletter__form-fields-field {
  font-size: 17px;
  font-size: 1.1333333333rem;
  line-height: 28px;
  line-height: 1.8666666667rem;
  font-variation-settings: "wght"400;
  border: 1px solid #fff;
  border-radius: 2px;
  padding: 15px;
  width: 100%
}

.b-newsletter__form-fields-field--component {
  font-size: 15px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.4rem;
  font-variation-settings: "wght"400;
  height: 50px
}

.b-newsletter__form-fields-field--footer {
  height: 50px;
  margin-right: 3px;
  max-width: none;
  text-align: left;
  width: calc(100% - 129px)
}

.b-newsletter__form-fields-field[aria-invalid=true] {
  border-color: #fd6060
}

.b-newsletter__form-fields-field::-moz-placeholder {
  color: #70787c;
  opacity: 1
}

.b-newsletter__form-fields-field::placeholder {
  color: #70787c;
  opacity: 1
}

@media(min-width: 500px) {
  .b-newsletter__form-fields-field {
    flex-grow: 1;
    height: 50px;
    margin-right: 8px;
    text-align: left
  }

  .b-newsletter__form-fields-field--component {
    margin-right: 0;
    max-width: 467px
  }
}

@media(min-width: 992px) {
  .b-newsletter__form-fields-field {
    max-width: 355px
  }

  .b-newsletter__form-fields-field--component {
    max-width: 467px
  }
}

.b-newsletter__form-submit {
  height: 50px;
  line-height: 50px;
  margin-bottom: 14px;
  margin-top: 8px;
  padding: 0 15px;
  width: 100%
}

.b-newsletter__form-submit:focus {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #1d1e20;
  outline: 0
}

.b-newsletter__form-submit--component {
  font-size: 15px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.4rem;
  font-variation-settings: "wght"400;
  margin: 0 0 0 5px;
  max-width: 102px
}

.b-newsletter__form-submit--hidden {
  max-width: 80px;
  visibility: hidden
}

.b-newsletter__form-submit--footer {
  font-size: 17px;
  font-size: 1.1333333333rem;
  line-height: 28px;
  line-height: 1.8666666667rem;
  font-variation-settings: "wght"400;
  background-color: #1d1e20;
  border: 1px solid #fff;
  color: #fff;
  margin: 0 0 14px;
  max-width: 122px
}

@media(min-width: 500px) {
  .b-newsletter__form-submit {
    margin-top: 0;
    max-width: 150px
  }

  .b-newsletter__form-submit--footer {
    max-width: 158px
  }

  .b-newsletter__form-submit--component {
    max-width: 102px
  }
}

.b-newsletter__headline {
  font-size: 23px;
  font-size: 1.5333333333rem;
  line-height: 28px;
  line-height: 1.8666666667rem;
  font-variation-settings: "wght"500;
  margin: 0;
  text-align: center
}

@media(min-width: 500px) {
  .b-newsletter__headline {
    font-size: 31px;
    font-size: 2.0666666667rem;
    line-height: 36px;
    line-height: 2.4rem;
    font-variation-settings: "wght"500;
    margin-bottom: 10px;
    text-align: left
  }
}

.b-newsletter__headline--component {
  margin-bottom: 5px;
  text-align: center
}

@media(min-width: 500px) {
  .b-newsletter__headline--component {
    font-size: 23px;
    font-size: 1.5333333333rem;
    line-height: 28px;
    line-height: 1.8666666667rem;
    font-variation-settings: "wght"500
  }
}

@media(min-width: 992px) {
  .b-newsletter__headline--component {
    font-size: 31px;
    font-size: 2.0666666667rem;
    line-height: 36px;
    line-height: 2.4rem;
    font-variation-settings: "wght"500
  }
}

.b-newsletter__headline--footer {
  font-size: 23px;
  font-size: 1.5333333333rem;
  line-height: 28px;
  line-height: 1.8666666667rem;
  font-variation-settings: "wght"500;
  text-align: left
}

.b-newsletter__descriptor {
  font-size: 17px;
  font-size: 1.1333333333rem;
  line-height: 28px;
  line-height: 1.8666666667rem;
  font-variation-settings: "wght"400
}

@media(min-width: 500px) {
  .b-newsletter__descriptor {
    margin: 0 0 15px;
    max-width: 450px;
    text-align: left
  }
}

.b-newsletter__descriptor input {
  display: none
}

.invalid .b-newsletter__descriptor,
.sent .b-newsletter__descriptor {
  color: #fd6060;
  padding: 20px 0 0
}

.sent .b-newsletter__descriptor {
  color: #1d1e20
}

.b-newsletter__descriptor--component {
  font-size: 15px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.4rem;
  font-variation-settings: "wght"400;
  margin: auto;
  padding: 10px 10% 30px
}

@media(min-width: 992px) {
  .b-newsletter__descriptor--component {
    font-size: 17px;
    font-size: 1.1333333333rem;
    line-height: 28px;
    line-height: 1.8666666667rem;
    font-variation-settings: "wght"400
  }
}

@media(min-width: 500px) {
  .b-newsletter__descriptor {
    margin: 0 0 15px;
    max-width: 450px;
    text-align: left
  }

  .b-newsletter__descriptor--component {
    max-width: none;
    padding-bottom: 15px;
    padding-top: 0;
    text-align: center
  }
}

@media(min-width: 768px) {
  .b-newsletter__descriptor--component {
    padding: 10px 20% 30px
  }
}

@media(min-width: 992px) {
  .b-newsletter__descriptor--component {
    padding: 10px 5% 30px
  }
}

.b-newsletter__descriptor--footer {
  margin-bottom: 20px
}

.b-newsletter__info {
  font-size: 13px;
  font-size: 0.8666666667rem;
  line-height: 18px;
  line-height: 1.2rem;
  font-variation-settings: "wght"400;
  color: #505354;
  text-align: center
}

.b-newsletter__info--footer,
.b-newsletter__info--component {
  color: #fff;
  text-align: left
}

.b-newsletter__info--component {
  font-size: 12px;
  font-size: 0.8rem;
  line-height: 16px;
  line-height: 1.0666666667rem;
  font-variation-settings: "wght"400;
  padding-right: 20%
}

@media(min-width: 768px) {
  .b-newsletter__info--component {
    padding-right: 10%
  }
}

@media(min-width: 500px) {
  .b-newsletter__info {
    max-width: 520px;
    text-align: left
  }

  .b-newsletter__info--component {
    margin: auto;
    max-width: 575px
  }
}

@media(min-width: 768px) {
  .b-newsletter__flex-form-container {
    display: flex
  }

  .b-newsletter__flex-form-container-form {
    align-content: center;
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    min-width: 390px;
    width: calc(100% - 500px)
  }
}

@media(min-width: 768px) {
  .b-newsletter__flex-form-container-title {
    width: 600px
  }

  .b-newsletter__flex-form-container-title h1,
  .b-newsletter__flex-form-container-title p {
    margin-right: 50px
  }
}

.b-object-card__image {
  height: auto;
  margin: 0 0 10px;
  max-height: 586px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.b-object-card__warning {
  min-height: 232px;
  overflow: hidden;
  position: relative
}

.b-object-card__warning__banner {
  align-items: center;
  background-color: #1d1e20;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  justify-content: center;
  opacity: 0;
  padding: 20px;
  position: absolute;
  transition: opacity .4s ease;
  z-index: 1
}

.b-object-card__warning__banner__text {
  font-size: 14px;
  font-size: 0.9333333333rem;
  line-height: 18px;
  line-height: 1.2rem;
  font-variation-settings: "wght"400;
  margin-bottom: 20px;
  max-width: 224px;
  text-align: center
}

.b-object-card__warning__banner__dismiss {
  font-size: 13px;
  font-size: 0.8666666667rem;
  line-height: 18px;
  line-height: 1.2rem;
  font-variation-settings: "wght";
  background-color: #1d1e20;
  border: 1px solid #fff;
  border-radius: 2px;
  padding: 4px 12px
}

.b-object-card__warning>.b-object-card__warning__banner {
  opacity: .8
}

.b-object-card__warning:hover>.b-object-card__warning__banner,
.b-object-card__warning:focus>.b-object-card__warning__banner {
  opacity: .9
}

.b-object-card__warning>.b-object-card__image {
  filter: blur(10px)
}

.b-object-card__warning>.b-object-card__image+figcaption {
  filter: blur(10px)
}

.b-object-card__anchor {
  display: block;
  overflow: hidden;
  position: relative
}

.b-object-card__anchor::after {
  background-image: linear-gradient(#1d1e20, transparent 80%);
  content: "";
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity .1s
}

.b-object-card__anchor:focus {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #1d1e20;
  outline: 0
}

.b-object-card__anchor:hover::after,
.b-object-card__anchor:focus::after {
  opacity: .3
}

.b-object-card__caption {
  display: none
}

@media(min-width: 768px) {
  .b-object-card__caption {
    font-size: 15px;
    font-size: 1rem;
    line-height: 21px;
    line-height: 1.4rem;
    font-variation-settings: "wght"300;
    color: #1d1e20;
    display: block
  }
}

.b-object-card__caption--sub {
  margin-top: 5px
}

.b-object-card--etc .b-object-card__caption {
  font-size: 13px;
  font-size: 0.8666666667rem;
  line-height: 18px;
  line-height: 1.2rem;
  font-variation-settings: "wght"500;
  color: #fff;
  display: block;
  overflow: hidden
}

@media(min-width: 500px) {
  .b-object-card--etc .b-object-card__caption {
    font-size: 15px;
    font-size: 1rem;
    line-height: 18px;
    line-height: 1.2rem;
    font-variation-settings: "wght"500
  }
}

.b-object-card--etc .b-object-card__caption--sub {
  font-variation-settings: "wght"400
}

.b-object-details {
  color: #b7b8bd;
  width: 100%
}

.b-object-details__title {
  font-size: 23px;
  font-size: 1.5333333333rem;
  line-height: 28px;
  line-height: 1.8666666667rem;
  font-variation-settings: "wght"500;
  color: #fff;
  margin-bottom: 34px;
  text-align: center
}

.b-object-details__summary {
  font-size: 17px;
  font-size: 1.1333333333rem;
  line-height: 28px;
  line-height: 1.8666666667rem;
  font-variation-settings: "wght"300
}

.b-object-details__row {
  align-items: baseline;
  border-color: #70787c;
  border-style: dashed;
  border-width: 1px 0 0;
  display: flex;
  flex-direction: column;
  min-height: 46px
}

.b-object-details__row:nth-last-of-type(1) {
  border-width: 1px 0
}

@media(min-width: 768px) {
  .b-object-details__row {
    flex-direction: row
  }
}

.b-object-details__cell {
  padding: 12px 10px 12px 0
}

@media(min-width: 768px) {
  .b-object-details__cell {
    padding: 15px 10px 14px 0
  }
}

.b-object-details__cell-name {
  font-size: 13px;
  font-size: 0.8666666667rem;
  line-height: 18px;
  line-height: 1.2rem;
  font-variation-settings: "wght"400;
  color: #fff;
  flex-shrink: 0;
  font-size: 13px;
  letter-spacing: 2px;
  padding-bottom: 3px;
  text-transform: uppercase
}

@media(min-width: 768px) {
  .b-object-details__cell-name {
    padding-bottom: 14px;
    width: 165px
  }
}

.b-object-details__cell-data {
  font-size: 15px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.4rem;
  font-variation-settings: "wght"400;
  padding-left: 0;
  padding-top: 0
}

@media(min-width: 768px) {
  .b-object-details__cell-data {
    padding-left: 20px;
    padding-top: 10px
  }
}

.b-object-details__controlled-vocab-string-container {
  padding-bottom: 8px
}

.b-object-details__controlled-vocab-container {
  display: flex;
  flex: auto;
  flex-flow: row wrap
}

.b-object-details__controlled-vocab-content {
  font-size: 13px;
  font-size: 0.8666666667rem;
  line-height: 18px;
  line-height: 1.2rem;
  font-variation-settings: "wght"400;
  border: solid #ceffd6 1px;
  border-radius: 4px;
  color: #fff;
  margin-right: 10px;
  margin-top: 12px;
  padding: 9px 10px 10px
}

.b-object-details__controlled-vocab-content:hover {
  background-color: #ceffd6;
  color: #393b3f;
  cursor: pointer
}

@media(min-width: 768px) {
  .b-object-details__controlled-vocab-content {
    margin-bottom: 2px;
    margin-right: 10px;
    margin-top: 6px;
    padding: 3px 9px 5px 11px
  }
}

.b-object-details__cell-free-content {
  word-break: break-word
}

.b-object-details__cell-free-content--hidden {
  height: 200px;
  overflow: hidden;
  word-break: break-word
}

.b-object-details__cell-concealer::before {
  background-image: linear-gradient(rgba(57, 59, 63, 0), #393b3f);
  content: "";
  height: 100px;
  left: 0;
  position: absolute;
  top: -100px;
  width: 100%
}

.b-object-details__cell-concealer,
.b-object-details__cell-revealer {
  font-size: 13px;
  font-size: 0.8666666667rem;
  line-height: 18px;
  line-height: 1.2rem;
  font-variation-settings: "wght"400;
  height: 40px;
  padding: 10px 10px 0 0;
  position: relative;
  text-align: left
}

.b-object-details__cell-concealer:hover,
.b-object-details__cell-revealer:hover {
  cursor: pointer;
  -webkit-text-decoration: underline;
  text-decoration: underline
}

.b-object-details__cell-concealer-text {
  color: #fff;
  pointer-events: none
}

.b-object-details__cell-concealer-button {
  align-items: center;
  background-color: #ceffd6;
  border-radius: 100%;
  display: inline-flex;
  height: 14px;
  justify-content: center;
  margin-left: 6px;
  position: relative;
  vertical-align: middle;
  width: 14px
}

.b-object-details__cell-concealer-button::before {
  background-color: #1d1e20;
  content: "";
  height: 1.5px;
  position: absolute;
  width: 55%
}

.b-object-details__cell-concealer-button--more::after {
  background-color: #1d1e20;
  content: "";
  height: 55%;
  position: absolute;
  width: 1.5px
}

.b-object-shuffler {
  background-color: #1d1e20;
  color: #fff;
  overflow: hidden;
  text-align: center;
  width: 100%
}

.b-object-shuffler__heading {
  font-size: 23px;
  font-size: 1.5333333333rem;
  line-height: 28px;
  line-height: 1.8666666667rem;
  font-variation-settings: "wght"500;
  margin-bottom: 20px
}

@media(min-width: 992px) {
  .b-object-shuffler__heading {
    margin-bottom: 30px
  }
}

.b-object-shuffler__tabs {
  margin-bottom: 20px;
  padding-top: 44px;
  position: relative
}

.b-object-shuffler__tabs--void {
  margin: 0
}

.b-object-shuffler__tab {
  background: #70787c;
  border-radius: 100%;
  cursor: pointer;
  height: 20px;
  margin: 0 16px;
  opacity: 1;
  width: 20px
}

.b-object-shuffler__tab::before {
  font-size: 17px;
  font-size: 1.1333333333rem;
  line-height: 21px;
  line-height: 1.4rem;
  font-variation-settings: "wght"500;
  bottom: 46px;
  content: attr(title);
  display: block;
  left: 50%;
  max-height: 46px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  transform: translateX(-50%);
  transition: opacity .3s ease;
  width: 80%
}

@media(min-width: 768px) {
  .b-object-shuffler__tab::before {
    width: 60%
  }
}

.b-object-shuffler__tab:only-child {
  cursor: default;
  height: 0
}

.b-object-shuffler__tab[active],
.b-object-shuffler__tab:hover {
  background: #fff
}

.b-object-shuffler__tab[active]::before {
  opacity: 1;
  transition-delay: .3s
}

.b-object-shuffler__viewer {
  height: 386px;
  margin-bottom: 40px;
  position: relative;
  width: 100%
}

@media(min-width: 768px) {
  .b-object-shuffler__viewer {
    height: 640px
  }
}

.b-object-shuffler__deck {
  height: 100%;
  position: absolute;
  width: 100%
}

.b-object-shuffler__deck[active] {
  z-index: 2
}

.b-object-shuffler__slide {
  align-content: space-between;
  display: flex;
  flex-flow: row wrap;
  height: 100%;
  justify-content: space-between;
  left: 0;
  margin: 0 3% 0 7%;
  position: absolute;
  top: 0;
  width: 90%
}

@media(min-width: 1000px) {
  .b-object-shuffler__slide {
    margin: 0 calc((100% - 990px)/2);
    width: 990px
  }
}

.b-object-shuffler__slide[active] {
  z-index: 1
}

.b-object-shuffler__item {
  flex: 0 1 auto;
  height: 50%;
  max-width: 60%;
  position: relative;
  transition: transform .4s;
  width: 50%
}

@media(min-width: 768px) {
  .b-object-shuffler__item {
    max-width: 40%;
    width: 33%
  }
}

.b-object-shuffler__deck>.b-object-shuffler__slide[active]>.b-object-shuffler__item {
  transform: translateX(-100vw)
}

.b-object-shuffler__deck[active]~.b-object-shuffler__deck>.b-object-shuffler__slide>.b-object-shuffler__item {
  transform: translateX(100vw)
}

.b-object-shuffler__deck[active]>.b-object-shuffler__slide[active]>.b-object-shuffler__item {
  transform: translateX(0) rotate(0);
  transform: translateX(0) rotate(var(--js-rotation, 0))
}

.b-object-shuffler__deck[active]>.b-object-shuffler__slide[active]>.b-object-shuffler__item:hover,
.b-object-shuffler__deck[active]>.b-object-shuffler__slide[active]>.b-object-shuffler__item:focus {
  transform: translateX(0) rotate(0);
  z-index: 10
}

.b-object-shuffler__image {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  opacity: 0;
  transform: scale(0.6);
  transition: transform .4s ease-out, opacity .2s ease
}

.b-object-shuffler__slide[active] .b-object-shuffler__image {
  opacity: 1;
  transform: scale(1);
  transition-delay: .4s
}

.b-object-shuffler__more {
  font-size: 15px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.2rem;
  font-variation-settings: "wght"500;
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  margin: 0 auto 40px;
  position: relative;
  z-index: 1
}

.b-object-shuffler__more-icon {
  transition: transform .3s ease-out !important
}

.b-object-shuffler__more-icon {
  background-color: #fff;
  border-radius: 50%;
  color: #1d1e20;
  display: flex;
  height: 60px;
  margin-bottom: 15px;
  width: 60px
}

.b-object-shuffler__more-icon:hover,
.b-object-shuffler__more-icon:focus {
  transform: scale(1.1)
}

.b-object-shuffler__more-icon[active] {
  animation: .8s ease-out blink
}

.b-object-shuffler__more-icon>svg {
  height: 18px;
  margin: auto;
  width: 34px
}

.b-pagination {
  text-align: center
}

.b-pagination__option {
  display: inline-block
}

.b-pagination__option-content {
  font-size: 17px;
  font-size: 1.1333333333rem;
  line-height: 28px;
  line-height: 1.8666666667rem;
  font-variation-settings: "wght";
  color: #505354;
  margin: 0 4px;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  transition: color .2s
}

.b-pagination__option-content--active {
  font-size: 17px;
  font-size: 1.1333333333rem;
  line-height: 28px;
  line-height: 1.8666666667rem;
  font-variation-settings: "wght";
  color: #505354;
  margin: 0 4px;
  transition: color .2s
}

.b-pagination__option-content:hover {
  color: #b7b8bd
}

.b-pagination__options {
  display: inline-block
}

.b-pagination__pointer {
  background-color: #505354;
  border-radius: 50%;
  display: inline-block;
  height: 52px;
  margin: 0 20px;
  position: relative;
  top: 4px;
  transition: all .2s;
  width: 52px
}

.b-pagination__pointer:not(.b-pagination__pointer--deactivated):hover {
  background-color: #70787c
}

.b-pagination__pointer--deactivated {
  background-color: #dee0e2;
  height: 40px;
  top: 2px;
  width: 40px
}

.b-pagination__pointer-arrow {
  color: #fff;
  height: 40%;
  margin-left: 1px;
  margin-top: 15px;
  width: 100%
}

.b-pagination__pointer--deactivated .b-pagination__pointer-arrow {
  color: #b7b8bd;
  margin-top: 12px
}

.b-programme-page-tout {
  display: inline-block;
  margin: 0 2px;
  min-height: 182px;
  min-width: 152px;
  width: 100%
}

.b-programme-page-tout:focus div {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-thickness: from-font
}

@media(min-width: 768px) {
  .b-programme-page-tout {
    margin: 2px;
    max-width: 200px;
    width: calc(20% - 4px)
  }
}

.b-programme-page-tout__content {
  position: relative
}

.b-programme-page-tout__content-image {
  height: 100%;
  max-height: 244px;
  width: 100%
}

.b-programme-page-tout__content-overlay::after {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8), rgb(0, 0, 0));
  content: "";
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .8;
  position: absolute;
  transition: opacity .35s ease;
  width: 100%;
  z-index: 0
}

.b-programme-page-tout__content-title {
  font-size: 17px;
  font-size: 1.1333333333rem;
  line-height: 21px;
  line-height: 1.4rem;
  font-variation-settings: "wght"500;
  bottom: 0;
  color: #fff;
  line-height: 24px;
  margin: 14px 16px;
  position: absolute;
  white-space: normal
}

.b-promo {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  margin: 12px 0
}

.b-promo__item {
  background-position: center center;
  background-size: cover;
  min-height: 250px;
  position: relative;
  width: 100%
}

.b-promo--no-min-height .b-promo__item {
  min-height: auto
}

.b-promo--big .b-promo__item {
  height: 285px
}

@media(min-width: 768px) {
  .b-promo--big .b-promo__item {
    height: 480px
  }
}

@media(min-width: 992px) {
  .b-promo--big .b-promo__item {
    height: 560px
  }
}

@media(min-width: 992px) {
  .b-promo__item {
    min-height: 300px;
    width: 50%
  }
}

.b-promo__item:last-of-type:nth-of-type(odd) {
  width: 100%
}

.b-promo__image {
  display: block;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%
}

.b-promo__content {
  align-items: center;
  color: #eaeaea;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  margin: auto;
  max-width: 470px;
  min-height: 230px;
  padding: 10px;
  position: relative;
  text-align: center;
  text-shadow: 0 1px 2px #1d1e20, 0 -1px 2px #1d1e20;
  z-index: 1
}

.b-promo__content--newsletter {
  max-width: none;
  padding: 0
}

.b-promo--no-min-height .b-promo__content {
  min-height: auto
}

.b-promo--white .b-promo__content {
  color: #1d1e20
}

@media(min-width: 768px) {
  .b-promo__content {
    max-width: 670px
  }

  .b-promo__content--newsletter {
    max-width: none
  }
}

@media(min-width: 992px) {
  .b-promo__content {
    max-width: 800px;
    min-height: 280px
  }

  .b-promo__content--newsletter {
    max-width: none
  }
}

.b-promo__content>.b-icon-badge {
  pointer-events: none
}

.b-promo__anchor {
  background-color: rgba(29, 30, 32, .5);
  display: block;
  height: 100%;
  position: relative;
  transition: background-color .3s
}

.b-promo__anchor:focus .u-btn {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #1d1e20;
  outline: 0
}

.b-promo__anchor:focus .b-icon-badge {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #1d1e20;
  outline: 0
}

.b-promo__anchor:hover,
.b-promo__anchor:focus {
  background-color: rgba(29, 30, 32, .6);
  box-shadow: none
}

.b-promo--white .b-promo__anchor {
  background-color: rgba(0, 0, 0, 0);
  background-image: none
}

.b-promo--white .b-promo__anchor::after {
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(29, 30, 32, 0.5));
  content: "";
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  transition: opacity .3s;
  width: 100%
}

.b-promo--white .b-promo__anchor:hover::after,
.b-promo--white .b-promo__anchor:focus::after {
  opacity: 0
}

.b-promo__type {
  font-size: 15px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.2rem;
  font-variation-settings: "wght"500;
  margin: 0
}

.b-promo--white .b-promo__type {
  text-shadow: none
}

.b-promo__title {
  font-size: 23px;
  font-size: 1.5333333333rem;
  line-height: 28px;
  line-height: 1.8666666667rem;
  font-variation-settings: "wght"500;
  margin: 10px 0;
  text-align: center;
  width: 100%
}

@media(min-width: 992px) {
  .b-promo__title {
    font-size: 31px;
    font-size: 2.0666666667rem;
    line-height: 36px;
    line-height: 2.4rem;
    font-variation-settings: "wght"500
  }
}

.b-promo--white .b-promo__title {
  text-shadow: 1px 0 2px #fff
}

.b-promo__description {
  font-size: 17px;
  font-size: 1.1333333333rem;
  line-height: 21px;
  line-height: 1.4rem;
  font-variation-settings: "wght"500;
  width: 100%
}

@media(max-width: 767px) {
  .b-promo__description {
    border: none !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
  }
}

.b-promo__sponsor {
  font-size: 13px;
  font-size: 0.8666666667rem;
  line-height: 18px;
  line-height: 1.2rem;
  font-variation-settings: "wght"300;
  margin: 0 0 20px;
  width: 100%
}

.b-promo__quote {
  width: 100%
}

.b-promo__quote__body {
  font-size: 14px;
  font-size: 0.9333333333rem;
  line-height: 18px;
  line-height: 1.2rem;
  font-variation-settings: "wght"400;
  font-style: italic;
  margin: 0
}

.b-promo__quote__body::before {
  content: "“"
}

.b-promo__quote__body::after {
  content: "”"
}

.b-promo__quote__citation {
  font-size: 13px;
  font-size: 0.8666666667rem;
  line-height: 18px;
  line-height: 1.2rem;
  font-variation-settings: "wght"400
}

.review {
  font-size: 17px;
  font-size: 1.1333333333rem;
  line-height: 28px;
  line-height: 1.8666666667rem;
  font-variation-settings: "wght"400;
  color: #fff;
  line-height: 1.5em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .5)
}

.review__body {
  font-style: italic;
  margin: 0 0 .5em
}

.review__body::before {
  content: "‘"
}

.review__body::after {
  content: "’"
}

.review__credit {
  font-weight: 700;
  text-indent: .45em
}

.b-section-header {
  background: #fff;
  padding: 21px 10px 25px
}

@media(min-width: 500px) {
  .b-section-header {
    padding: 28px 10px 32px
  }
}

@media(min-width: 768px) {
  .b-section-header {
    padding: 47px 10px 40px
  }
}

.b-section-header--transparent {
  background: rgba(0, 0, 0, 0)
}

.b-section-header--compact {
  padding-bottom: 5px
}

.b-section-header__title {
  font-size: 23px;
  font-size: 1.5333333333rem;
  line-height: 28px;
  line-height: 1.8666666667rem;
  font-variation-settings: "wght"500;
  color: #1d1e20;
  display: block;
  text-align: center
}

@media(min-width: 768px) {
  .b-section-header__title {
    font-size: 31px;
    font-size: 2.0666666667rem;
    line-height: 36px;
    line-height: 2.4rem;
    font-variation-settings: "wght"500
  }
}

.b-section-header--transparent .b-section-header__title {
  color: #fff
}

.b-search-form {
  width: 100%
}

.b-search-form--etc-gateway {
  border-radius: 2px;
  padding: 10px 10px 8px;
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 720px
}

.b-search-form--etc-gateway[suggesting] {
  background: #505354
}

.b-search-form__inner {
  border-bottom: 1px solid #dee0e2;
  position: relative
}

.b-search-form--etc .b-search-form__inner {
  background: rgba(0, 0, 0, 0);
  border: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0
}

.b-search-form--etc-search .b-search-form__inner {
  margin: 0
}

.b-search-form--etc-search .b-search-form__inner--focused-search-validation-error {
  margin-bottom: 40px
}

@media(min-width: 992px) {
  .b-search-form__inner {
    flex-wrap: nowrap
  }
}

.b-search-form__icon,
.b-search-form__input-wrapper {
  display: inline-block
}

.b-search-form__icon {
  color: #fff;
  height: 25px;
  margin: 0 2px -4px 0;
  opacity: .5;
  width: 25px
}

@media(min-width: 768px) {
  .b-search-form__icon {
    height: 34px;
    margin: 0 4px -5px 0;
    width: 34px
  }
}

.b-search-form__icon--etc {
  color: #1d1e20;
  height: 20px;
  margin: 0;
  opacity: 1;
  width: 20px
}

@media(min-width: 992px) {
  .b-search-form__icon--etc {
    height: 28px;
    width: 28px
  }
}

.b-search-form__input-wrapper {
  position: relative;
  width: calc(100% - 42px)
}

@media(min-width: 768px) {
  .b-search-form__input-wrapper {
    width: calc(100% - 150px)
  }
}

.b-search-form--etc .b-search-form__input-wrapper {
  background: #fff;
  border-radius: 2px 0 0 2px;
  flex: 1 0 auto;
  width: auto
}

@media(min-width: 768px) {
  .b-search-form--etc .b-search-form__input-wrapper {
    border-radius: 0
  }

  .b-search-form--etc .b-search-form__input-wrapper--adv-search {
    border-radius: 0
  }
}

.b-search-form__label {
  font-size: 17px;
  font-size: 1.1333333333rem;
  line-height: 28px;
  line-height: 1.8666666667rem;
  font-variation-settings: "wght"400;
  color: #dee0e2;
  display: block;
  margin-bottom: 2px;
  text-align: center
}

@media(min-width: 768px) {
  .b-search-form__label {
    font-size: 23px;
    font-size: 1.5333333333rem;
    line-height: 36px;
    line-height: 2.4rem;
    font-variation-settings: "wght"400;
    margin-top: 4px;
    margin-bottom: 6px
  }
}

.b-search-form__advanced-search-label {
  border: none !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important
}

.b-search-form__input,
.b-search-form__underscore {
  font-size: 23px;
  font-size: 1.5333333333rem;
  line-height: 36px;
  line-height: 2.4rem;
  font-variation-settings: "wght"400
}

@media(min-width: 768px) {

  .b-search-form__input,
  .b-search-form__underscore {
    font-size: 41px;
    font-size: 2.7333333333rem;
    line-height: 48px;
    line-height: 3.2rem;
    font-variation-settings: "wght"500
  }
}

.b-search-form__input {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  caret-color: #50e3c2;
  color: #fff;
  height: 100%;
  margin: 4px 0;
  width: 100%
}

@media(min-width: 768px) {
  .b-search-form__input {
    padding-left: 10px
  }
}

.b-search-form__input::-moz-selection {
  background-color: #b7b8bd
}

.b-search-form__input::selection {
  background-color: #b7b8bd
}

.b-search-form__input::-ms-clear {
  display: none
}

.b-search-form__underscore {
  border-bottom: 3px solid #50e3c2;
  bottom: 0;
  display: inline-block;
  height: 3px;
  left: 0;
  overflow: hidden;
  position: absolute
}

@media(min-width: 768px) {
  .b-search-form__underscore {
    border-width: 5px;
    height: 5px
  }
}

.b-search-form--etc .b-search-form__input,
.b-search-form--etc .b-search-form__underscore {
  font-size: 17px;
  font-size: 1.1333333333rem;
  line-height: 28px;
  line-height: 1.8666666667rem;
  font-variation-settings: "wght"400
}

@media(min-width: 992px) {

  .b-search-form--etc .b-search-form__input,
  .b-search-form--etc .b-search-form__underscore {
    font-size: 23px;
    font-size: 1.5333333333rem;
    line-height: 36px;
    line-height: 2.4rem;
    font-variation-settings: "wght"400
  }
}

.b-search-form--etc .b-search-form__input {
  color: #1d1e20;
  margin: 0;
  padding: 8px 16px
}

.b-search-form--etc .b-search-form__input:focus {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #1d1e20;
  outline: 0;
  border-radius: 3px;
  width: calc(100% - 6px)
}

.b-search-form--etc .b-search-form__input--validation-error,
.b-search-form--etc .b-search-form__input--validation-error:focus {
  box-shadow: 0 0 0 3px #fd6060, 0 0 0 6px #1d1e20;
  outline: 0;
  border-radius: 3px;
  width: calc(100% - 6px)
}

.b-search-form--etc .b-search-form__input__input-error-label {
  background-color: #fd6060;
  color: #1d1e20;
  display: block;
  position: absolute;
  padding: 4px 12px
}

.b-search-form--etc-search {
  margin: auto;
  width: 100%
}

@media(min-width: 768px) {
  .b-search-form--etc-search {
    padding-left: 12%;
    padding-right: 12%
  }
}

@media(min-width: 1200px) {
  .b-search-form--etc-search {
    padding-left: 20%;
    padding-right: 20%
  }
}

.b-search-form__submit,
.b-search-form__clear {
  border: none;
  color: #fff;
  cursor: pointer;
  float: right;
  position: relative
}

.b-search-form__clear {
  display: none
}

@media(min-width: 768px) {
  .b-search-form__clear {
    display: block;
    height: 19px;
    margin-top: 30px;
    width: 19px
  }

  .b-search-form__clear.b-search-form__clear--hidden {
    display: none
  }
}

.b-search-form__submit {
  font-size: 17px;
  font-size: 1.1333333333rem;
  line-height: 28px;
  line-height: 1.8666666667rem;
  font-variation-settings: "wght"400;
  align-items: center;
  display: inline-flex;
  margin-top: 15px
}

.b-search-form__submit:focus {
  box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 6px #1d1e20;
  outline: 0
}

.b-search-form__submit::after {
  border: 6px solid rgba(0, 0, 0, 0);
  border-left-color: currentColor;
  content: "";
  display: inline-block;
  margin-left: 8px
}

@media(min-width: 768px) {
  .b-search-form__submit {
    margin-top: 28px
  }

  .b-search-form__submit.b-search-form__submit--hidden {
    display: none
  }
}

.b-search-form--etc-gateway .b-search-form__submit {
  border-radius: 0 2px 2px 0
}

.b-search-form--etc .b-search-form__submit {
  background: #fff;
  border-radius: 0 2px 2px 0;
  color: #1d1e20;
  float: none;
  margin: 0;
  padding: 12px
}

@media(min-width: 992px) {
  .b-search-form--etc .b-search-form__submit {
    font-size: 17px;
    font-size: 1.1333333333rem;
    line-height: 28px;
    line-height: 1.8666666667rem;
    font-variation-settings: "wght"400;
    padding: 16px
  }
}

.b-search-form--etc .b-search-form__submit:focus {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #1d1e20;
  outline: 0;
  background: #efefed;
  border-radius: 3px
}

.b-search-form--etc .b-search-form__submit::after {
  display: none
}

.b-search-form__suggestions {
  background: #505354;
  border-radius: 0 0 2px 2px;
  color: #fff;
  left: 0;
  max-height: 0;
  opacity: 0;
  overflow: auto;
  position: absolute;
  width: 100%;
  z-index: 1
}

.b-search-form__suggestions--inactive {
  display: none
}

.b-search-form[suggesting] .b-search-form__suggestions {
  margin-top: 6px;
  max-height: 74vh;
  opacity: 1;
  padding: 10px;
  transition: max-height .4s ease-out, opacity .2s ease
}

.b-search-form__suggestion {
  font-size: 15px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.4rem;
  font-variation-settings: "wght"400;
  border-radius: 2px;
  display: block;
  margin: -2px 0;
  padding: 20px 14px
}

@media(min-width: 768px) {
  .b-search-form__suggestion {
    font-size: 17px;
    font-size: 1.1333333333rem;
    line-height: 21px;
    line-height: 1.4rem;
    font-variation-settings: "wght"500
  }
}

.b-search-form__suggestion:hover,
.b-search-form__suggestion:focus {
  background: #b7b8bd;
  color: #1d1e20
}

.b-search-form__suggestion+.b-search-form__suggestion {
  border-top: 1px solid #b7b8bd
}

.b-search-form__suggestion-type {
  font-size: 12px;
  font-size: 0.8rem;
  line-height: 16px;
  line-height: 1.0666666667rem;
  font-variation-settings: "wght"500;
  display: inline-block;
  margin-right: 16px
}

@media(min-width: 768px) {
  .b-search-form__suggestion-type {
    font-size: 15px;
    font-size: 1rem;
    line-height: 18px;
    line-height: 1.2rem;
    font-variation-settings: "wght"500
  }
}

.b-search-form__filters {
  align-items: baseline;
  color: #fff;
  display: flex;
  flex-flow: row wrap;
  margin: 16px 0 0
}

.b-search-form__filter {
  font-size: 15px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.2rem;
  font-variation-settings: "wght"500;
  display: block;
  margin: 20px 44px 0 0;
  text-align: left;
  width: 100%
}

@media(min-width: 500px) {
  .b-search-form__filter {
    display: inline-block;
    margin: 10px 0 0;
    width: auto
  }

  .b-search-form__filter:nth-of-type(1) {
    margin: 20px 44px 0 0
  }
}

.b-search-form--etc-gateway .b-search-form__filter {
  margin-right: 20px
}

.b-search-form__filter-info {
  font-size: 14px;
  font-size: 0.9333333333rem;
  line-height: 18px;
  line-height: 1.2rem;
  font-variation-settings: "wght"400;
  color: #fff
}

.b-search-form__filter-info br {
  display: none
}

@media(min-width: 500px) {
  .b-search-form__filter-info {
    align-self: flex-end
  }

  .b-search-form__filter-info br {
    display: inline
  }
}

.b-search-form__filter-date-btn-show {
  font-size: 15px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.4rem;
  font-variation-settings: "wght"400;
  margin-bottom: 8px
}

.b-search-form__filter-date-btn-show:focus {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #1d1e20;
  outline: 0;
  border-radius: 3px;
  width: -moz-fit-content;
  width: fit-content
}

.b-search-form__filter-date-btn-show svg {
  height: 8px;
  margin-left: 8px;
  width: 8px
}

.b-search-form__filter-date-btn-show[aria-expanded=true] svg {
  transform: rotate(180deg)
}

.b-search-form__filter-date-container {
  -moz-column-gap: 17px;
  column-gap: 17px;
  display: none;
  margin-bottom: 8px
}

.b-search-form__filter-date-container.open {
  display: flex
}

.b-search-form__filter-detail {
  font-size: 13px;
  font-size: 0.8666666667rem;
  line-height: 18px;
  line-height: 1.2rem;
  font-variation-settings: "wght"400
}

.b-search-form__filter-detail label {
  display: block;
  margin-bottom: 4px
}

.b-search-form__filter-input {
  font-size: 17px;
  font-size: 1.1333333333rem;
  line-height: 28px;
  line-height: 1.8666666667rem;
  font-variation-settings: "wght"400;
  border-radius: 2px
}

.b-search-form__filter-input:focus+label {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #1d1e20;
  outline: 0;
  overflow: auto
}

.b-search-form__filter-input[type=checkbox] {
  border: none !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important
}

.b-search-form__filter-input[type=checkbox]+label {
  cursor: pointer;
  padding-left: 35px;
  position: relative
}

.b-search-form__filter-input[type=checkbox]+label::before {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 2px;
  content: "";
  height: 25px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 25px
}

.b-search-form__filter-input[type=checkbox]:checked+label::before {
  background: #ceffd6;
  border: 1px solid #ceffd6
}

.b-search-form__filter-input[type=checkbox]:checked+label::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 id=%27tick%27 viewBox=%270 0 16 16%27%3E%3Ctitle%3ECheckbox-ticked%3C/title%3E%3Cpath d=%27M6.186 9.528l-.106-.124a205.746 205.746 0 0 1-2.036-2.41L1.737 8.913l.176.211a234.544 234.544 0 0 0 1.89 2.235l.11.127a71.654 71.654 0 0 0 1.433 1.626c.223.243.407.436.556.58.098.095.185.174.272.243.088.068.088.068.231.159.226.13.45.216.789.216.567 0 .802-.164 1.107-.474.07-.07.128-.14.19-.221.079-.104.167-.231.272-.392.177-.27.41-.648.698-1.129a198.71 198.71 0 0 0 1.935-3.331l.106-.186a586.26 586.26 0 0 0 2.81-4.99l-2.62-1.46a363.728 363.728 0 0 1-.868 1.552A583.35 583.35 0 0 1 8.896 7.09l-.106.185c-.73 1.277-1.35 2.348-1.826 3.148-.234-.266-.495-.566-.778-.895z%27 fill=%27currentColor%27 fill-rule=%27nonzero%27%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  color: #1d1e20;
  content: " ";
  font-size: 1.2em;
  font-weight: bold;
  height: 25px;
  left: 0;
  line-height: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 25px
}

.b-search-form__filter-input--date {
  font-size: 14px;
  font-size: 0.9333333333rem;
  line-height: 18px;
  line-height: 1.2rem;
  font-variation-settings: "wght"400;
  border: none;
  color: #70787c;
  padding: 8px 12px
}

.b-search-form__filter-input--date:focus {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #1d1e20;
  outline: 0;
  border-radius: 3px
}

.b-search-form__filter-select {
  font-size: 14px;
  font-size: 0.9333333333rem;
  line-height: 18px;
  line-height: 1.2rem;
  font-variation-settings: "wght"400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  border-radius: 2px;
  color: #fff;
  padding: 10px 40px 10px 20px;
  text-overflow: ellipsis;
  width: 100%
}

@media(min-width: 500px) {
  .b-search-form__filter-select {
    width: auto
  }
}

.b-search-form__filter-select>option {
  background: #1d1e20;
  border: 4px solid rgba(0, 0, 0, 0);
  color: #fff
}

.b-search-form__location-wrapper {
  display: none;
  margin: 10px 0 0;
  opacity: 0;
  position: relative;
  width: 100%
}

@media(min-width: 500px) {
  .b-search-form__location-wrapper {
    margin-left: 20px;
    width: auto
  }
}

@media(min-width: 992px) {
  .b-search-form--etc .b-search-form__location-wrapper::after {
    content: "⌄";
    top: 15%
  }
}

.b-search-form__location-wrapper::after {
  content: "⌄";
  font-size: 20px;
  font-weight: 100;
  height: 10px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 10%;
  transform: scaleX(1.5);
  width: 10px
}

.b-search-form__location-wrapper .b-search-form__filter-select {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  color: #fff
}

.b-search-form__location-toggle:checked~.b-search-form__location-wrapper {
  display: inline-block;
  margin-top: 20px;
  opacity: 1;
  transition: opacity .3s ease
}

@media(min-width: 500px) {
  .b-search-form__location-toggle:checked~.b-search-form__location-wrapper {
    margin: 0 20px 10px
  }
}

.b-search-form__advanced-search-wrapper {
  color: #1d1e20;
  display: block;
  flex: 0 0 100%;
  height: auto;
  margin: 0 0 8px;
  opacity: 1;
  visibility: visible;
  width: auto;
  position: relative
}

.b-search-form__advanced-search-wrapper::after {
  content: "⌄";
  font-size: 20px;
  font-weight: 100;
  height: 10px;
  pointer-events: none;
  position: absolute;
  right: 18px;
  top: 12%;
  transform: scaleX(1.5);
  width: 10px
}

@media(min-width: 768px) {
  .b-search-form__advanced-search-wrapper::after {
    top: 12%
  }
}

@media(min-width: 992px) {
  .b-search-form__advanced-search-wrapper::after {
    top: 24%;
    z-index: 1
  }
}

@media(min-width: 500px) {
  .b-search-form__advanced-search-wrapper {
    margin-left: 0
  }
}

@media(min-width: 768px) {
  .b-search-form__advanced-search-wrapper {
    flex: 0 0 10em;
    margin-bottom: 0
  }
}

.b-search-form__advanced-search-wrapper .b-search-form__filter-select {
  font-size: 17px;
  font-size: 1.1333333333rem;
  line-height: 28px;
  line-height: 1.8666666667rem;
  font-variation-settings: "wght"400;
  background-color: #eaeaea;
  border: 2px solid #eaeaea;
  color: #1d1e20;
  padding: 8px 40px 8px 16px
}

.b-search-form__advanced-search-wrapper .b-search-form__filter-select:focus {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #1d1e20;
  outline: 0;
  border-radius: 3px
}

@media(min-width: 500px) {
  .b-search-form--etc .b-search-form__advanced-search-wrapper .b-search-form__filter-select {
    width: 100%
  }
}

@media(min-width: 768px) {
  .b-search-form--etc .b-search-form__advanced-search-wrapper .b-search-form__filter-select {
    border-radius: 2px 0 0 2px
  }

  .b-search-form--etc .b-search-form__advanced-search-wrapper .b-search-form__filter-select:focus {
    border-radius: 3px;
    width: calc(100% - 6px)
  }
}

@media(min-width: 992px) {
  .b-search-form__advanced-search-wrapper .b-search-form__filter-select {
    padding: 15px 48px 15px 20px
  }

  .b-search-form--etc .b-search-form__advanced-search-wrapper .b-search-form__filter-select {
    width: 12em
  }

  .b-search-form--etc .b-search-form__advanced-search-wrapper .b-search-form__filter-select:focus {
    position: relative;
    width: 12em;
    z-index: 1
  }
}

.b-search-form__facet-pane {
  background: #fff;
  border-radius: 0 0 2px 2px;
  color: #1d1e20;
  display: none;
  margin-top: 10px;
  padding: 7px 9px
}

.b-search-form__facet-pane--active {
  display: block
}

.b-search-form__facets-container {
  display: flex
}

.b-search-form__facets {
  display: none;
  flex-flow: row wrap;
  height: 51px;
  margin: 7px 0;
  overflow: hidden;
  width: calc(100% - 70px)
}

@media(min-width: 500px) {
  .b-search-form__facets {
    display: flex
  }
}

@media(min-width: 992px) {
  .b-search-form__facets {
    height: auto;
    overflow: auto;
    width: 100%
  }
}

.b-search-form__facets-mobile {
  display: block;
  padding: 7px 0
}

@media(min-width: 992px) {
  .b-search-form__facets-mobile {
    display: none
  }
}

.b-search-form__link-to-collections {
  font-size: 15px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.4rem;
  font-variation-settings: "wght"400;
  color: #b7b8bd;
  display: inline-block;
  margin-top: 16px;
  position: relative
}

@media(min-width: 768px) {
  .b-search-form__link-to-collections {
    font-size: 17px;
    font-size: 1.1333333333rem;
    line-height: 28px;
    line-height: 1.8666666667rem;
    font-variation-settings: "wght"400
  }
}

@media(min-width: 992px) {
  .b-search-form__link-to-collections--mobile {
    display: none
  }
}

.b-search-form__link-to-collections--desktop {
  display: none
}

@media(min-width: 992px) {
  .b-search-form__link-to-collections--desktop {
    display: inline
  }
}

.b-search-form__link-to-collections--mobile::after,
.b-search-form__link-to-collections--desktop::after {
  border: 4px solid rgba(0, 0, 0, 0);
  border-left-color: currentColor;
  content: "";
  display: inline-block;
  margin-left: 4px
}

.b-search-form__link-to-collections a {
  -webkit-text-decoration: underline;
  text-decoration: underline
}

.b-search-result {
  background-color: #fff;
  border-bottom: 1px solid #dee0e2;
  display: block;
  position: relative;
  width: 100%
}

.b-search-result__content {
  min-height: 139px;
  padding: 16px 0
}

.b-search-result__content-text {
  margin: auto
}

.b-search-result__content-type {
  font-size: 13px;
  font-size: 0.8666666667rem;
  line-height: 18px;
  line-height: 1.2rem;
  font-variation-settings: "wght"400;
  color: #505354;
  margin-bottom: 4px
}

@media(min-width: 500px) {
  .b-search-result__content-type {
    margin-bottom: 0;
    padding-left: 120px
  }
}

.b-search-result__content-title {
  font-size: 15px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.2rem;
  font-variation-settings: "wght"500;
  color: #1d1e20;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: clip;
  white-space: normal
}

@media(min-width: 500px) {
  .b-search-result__content-title {
    font-size: 17px;
    font-size: 1.1333333333rem;
    line-height: 21px;
    line-height: 1.4rem;
    font-variation-settings: "wght"500;
    margin-bottom: 4px;
    padding-left: 120px;
    text-overflow: ellipsis;
    white-space: nowrap
  }
}

.b-search-result__content-description {
  font-size: 14px;
  font-size: 0.9333333333rem;
  line-height: 18px;
  line-height: 1.2rem;
  font-variation-settings: "wght"300;
  color: #505354;
  max-height: 5em;
  overflow: hidden;
  padding-right: 5px;
  position: relative
}

@media(min-width: 500px) {
  .b-search-result__content-description {
    max-height: 2.5em;
    padding-left: 120px;
    padding-right: 0
  }
}

.b-search-result__content-description>em {
  font-style: normal;
  font-weight: 700
}

.b-search-result__content-image {
  float: right;
  height: 72px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 72px
}

@media(min-width: 500px) {
  .b-search-result__content-image {
    float: none;
    height: 100px;
    margin: 20px 0;
    position: absolute;
    top: 0;
    width: 100px
  }
}

.b-search-result-auto-suggest {
  background-color: #1d1e20;
  border-bottom: 1px solid #dee0e2;
  display: block;
  height: 124px;
  width: 100%
}

@media(max-width: 1199px) {
  .b-search-result-auto-suggest {
    height: 92px
  }
}

.b-search-result-auto-suggest:hover,
.b-search-result-auto-suggest:focus {
  background-color: #000
}

.b-search-result-auto-suggest-content {
  display: block
}

.b-search-result-auto-suggest-content-type {
  font-size: 12px;
  font-size: 0.8rem;
  line-height: 16px;
  line-height: 1.0666666667rem;
  font-variation-settings: "wght"400;
  color: #50e3c2;
  height: 13px;
  margin-bottom: 4px;
  text-align: left
}

@media(min-width: 768px) {
  .b-search-result-auto-suggest-content-type {
    font-size: 14px;
    font-size: 0.9333333333rem;
    line-height: 18px;
    line-height: 1.2rem;
    font-variation-settings: "wght"400;
    font-size: 14px;
    line-height: .93
  }
}

@media(max-width: 1199px) {
  .b-search-result-auto-suggest-content-type {
    font-size: 13px;
    font-size: 0.8666666667rem;
    line-height: 18px;
    line-height: 1.2rem;
    font-variation-settings: "wght"400;
    font-size: 13px;
    line-height: 1
  }
}

.b-search-result-auto-suggest-content-venue {
  color: #fff
}

.b-search-result-auto-suggest-title {
  font-size: 15px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.4rem;
  font-variation-settings: "wght"300;
  color: #fff;
  height: 25px;
  line-height: 1.33;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap
}

@media(min-width: 768px) {
  .b-search-result-auto-suggest-title {
    font-size: 17px;
    font-size: 1.1333333333rem;
    line-height: 28px;
    line-height: 1.8666666667rem;
    font-variation-settings: "wght"300;
    height: 20px;
    line-height: 1.2
  }
}

@media(min-width: 1200px) {
  .b-search-result-auto-suggest-title {
    font-size: 23px;
    font-size: 1.5333333333rem;
    line-height: 36px;
    line-height: 2.4rem;
    font-variation-settings: "wght"300;
    height: 40px
  }
}

.b-search-result-auto-suggest-text {
  bottom: 10px;
  display: inline;
  margin-left: -2px;
  position: relative
}

@media(max-width: 1199px) {
  .b-search-result-auto-suggest-text {
    bottom: 14px;
    margin-left: 4px
  }
}

@media(min-width: 768px) {
  .b-search-result-auto-suggest-text {
    bottom: 8px;
    margin-left: 2px
  }
}

.b-search-result-auto-suggest-text em {
  font-style: normal;
  font-weight: 700
}

.b-search-result-auto-suggest-image {
  float: left;
  height: 100px;
  margin: 12px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100px
}

@media(max-width: 1199px) {
  .b-search-result-auto-suggest-image {
    height: 72px;
    margin: 10px;
    width: 72px
  }
}

.b-search-result-object {
  display: inline-block;
  margin: 0 2px;
  max-width: 200px;
  min-width: 100px;
  width: calc(20% - 4px)
}

.b-search-result-object__content {
  max-width: 130px;
  min-width: 100px
}

.b-search-result-object__content-credit {
  font-size: 14px;
  font-size: 0.9333333333rem;
  line-height: 18px;
  line-height: 1.2rem;
  font-variation-settings: "wght"400;
  color: #505354;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.b-search-result-object__content-image {
  height: 130px;
  margin-bottom: 8px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.b-search-result-object__content-title {
  font-size: 14px;
  font-size: 0.9333333333rem;
  line-height: 18px;
  line-height: 1.2rem;
  font-variation-settings: "wght"500;
  color: #505354;
  max-height: 32px;
  overflow: hidden;
  text-overflow: clip;
  white-space: normal
}

@media(min-width: 768px) {
  .b-search-result-object__content-title {
    max-height: 38px
  }
}

.b-search-results {
  color: #fff;
  position: relative;
  width: 100%
}

.b-search-results__container {
  display: flex;
  flex-direction: row
}

.b-search-results__facet-container {
  flex-basis: 276px
}

.b-search-results__count {
  font-size: 17px;
  font-size: 1.1333333333rem;
  line-height: 21px;
  line-height: 1.4rem;
  font-variation-settings: "wght"500;
  color: #fff
}

@media(min-width: 500px) {
  .b-search-results__count {
    font-size: 23px;
    font-size: 1.5333333333rem;
    line-height: 28px;
    line-height: 1.8666666667rem;
    font-variation-settings: "wght"500
  }
}

.b-search-results__head {
  display: none
}

@media(min-width: 1200px) {
  .b-search-results__head {
    font-size: 17px;
    font-size: 1.1333333333rem;
    line-height: 21px;
    line-height: 1.4rem;
    font-variation-settings: "wght"500;
    display: flex;
    padding-bottom: 14px
  }
}

.b-search-results__head-cell:focus {
  box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 6px #1d1e20;
  outline: 0
}

.b-search-results__head-cell--sortable {
  -webkit-text-decoration: underline;
  text-decoration: underline
}

.b-search-results__head-cell--sortable:hover {
  cursor: pointer
}

.b-search-results__head-cell--image {
  width: 160px
}

.b-search-results__head-cell--title {
  flex-basis: 28%
}

.b-search-results__head-cell--artist {
  flex-basis: 26%
}

.b-search-results__head-cell--date {
  flex-basis: 17%
}

.b-search-results__head-cell--place {
  flex-basis: 29%
}

.b-search-results__head-cell--sort-asc,
.b-search-results__head-cell--sort-desc {
  align-items: center;
  display: flex;
  justify-content: flex-start
}

.b-search-results__head-cell--sort-asc::after,
.b-search-results__head-cell--sort-desc::after {
  border: 5px solid rgba(0, 0, 0, 0);
  border-bottom-color: currentColor;
  content: "";
  margin-left: 7px;
  margin-top: -5px
}

.b-search-results__head-cell--sort-asc::after {
  margin-top: 10px;
  transform: rotate(180deg)
}

.b-search-results__body-row {
  background-color: #393b3f;
  border-bottom: 4px solid #1d1e20;
  display: flex
}

.b-search-results__body-row:hover {
  background-color: #45484d;
  cursor: pointer
}

.b-search-results__body-row:focus {
  box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 6px #1d1e20;
  outline: 0
}

.b-search-results__body-row--offensive {
  height: 180px;
  position: relative
}

@media(min-width: 500px) {
  .b-search-results__body-row--offensive {
    height: 160px
  }
}

.b-search-results__body-row--offensive div {
  filter: blur(10px)
}

.b-search-results__body-row--offensive td {
  background-color: rgba(57, 59, 63, .8);
  filter: blur(10px);
  pointer-events: none
}

.b-search-results__body-row--offensive img {
  filter: brightness(0.5)
}

@media(min-width: 992px) {
  .b-search-results__body--filters-closed .b-search-results__head-image {
    width: 170px
  }
}

.b-search-results__cell {
  font-size: 13px;
  font-size: 0.8666666667rem;
  line-height: 18px;
  line-height: 1.2rem;
  font-variation-settings: "wght"400;
  padding: 0 15px;
  position: relative;
  vertical-align: baseline
}

@media(min-width: 500px) {
  .b-search-results__cell {
    font-size: 15px;
    font-size: 1rem;
    line-height: 21px;
    line-height: 1.4rem;
    font-variation-settings: "wght"400
  }
}

@media(min-width: 1200px) {
  .b-search-results__cell {
    font-size: 14px;
    font-size: 0.9333333333rem;
    line-height: 18px;
    line-height: 1.2rem;
    font-variation-settings: "wght"400;
    padding-left: 0;
    padding-right: 20px
  }

  .b-search-results__cell--data {
    display: flex;
    flex: 1;
    padding: 0
  }
}

.b-search-results__cell:focus,
.b-search-results__cell:active {
  box-shadow: none
}

.b-search-results__cell-img {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  min-height: 120px;
  width: 120px
}

.b-search-results__cell-img-image {
  flex: 1;
  max-height: 60px;
  max-width: 60px
}

@media(min-width: 500px) {
  .b-search-results__cell-img-image {
    max-height: 100px;
    max-width: 100px
  }
}

.b-search-results__cell-img-image.s-lazyload--error {
  max-width: none
}

.b-search-results__cell-content-container {
  padding: 13px 0
}

@media(min-width: 1200px) {
  .b-search-results__cell-content-container {
    display: flex;
    flex: 1
  }
}

.b-search-results__cell-content {
  margin-bottom: 5px
}

.b-search-results__cell-content--site::before {
  content: ", "
}

@media(min-width: 1200px) {
  .b-search-results__cell-content {
    padding: 0 20px 0 0
  }

  .b-search-results__cell-content--title {
    flex-basis: 28%
  }

  .b-search-results__cell-content--artist {
    flex-basis: 26%
  }

  .b-search-results__cell-content--date {
    flex-basis: 17%
  }

  .b-search-results__cell-content--place {
    flex-basis: 29%
  }

  .b-search-results__cell-content--site {
    display: block;
    margin-top: 5px
  }

  .b-search-results__cell-content--site::before {
    content: ""
  }
}

.b-search-results__offensive-warning {
  margin-left: -12px;
  padding: 0 10px;
  position: absolute;
  width: 100%
}

@media(min-width: 500px) {
  .b-search-results__offensive-warning {
    margin-left: 0
  }
}

.b-search-results__offensive-warning-button {
  font-size: 13px;
  font-size: 0.8666666667rem;
  line-height: 18px;
  line-height: 1.2rem;
  font-variation-settings: "wght"500;
  border: solid 1px #fff;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  height: 24px;
  margin-top: 10px;
  pointer-events: none;
  width: 121px
}

.b-search-results__offensive-warning-button:hover {
  background-color: #1d1e20
}

.b-search-results__offensive-warning-text {
  font-size: 14px;
  font-size: 0.9333333333rem;
  line-height: 18px;
  line-height: 1.2rem;
  font-variation-settings: "wght"400;
  color: #fff;
  margin-top: -15px;
  padding: 10px;
  width: 100%
}

@media(min-width: 500px) {
  .b-search-results__offensive-warning-text {
    margin-top: auto;
    max-width: 800px
  }
}

.b-search-results__offensive-warning-text:hover .b-search-results__offensive-warning-button {
  background-color: #1d1e20
}

.b-search-sidebar-item {
  box-sizing: border-box;
  display: inline-block;
  height: 256px;
  max-width: 256px;
  min-width: 200px;
  overflow: hidden;
  position: relative;
  text-align: center
}

.b-search-sidebar-item--short {
  height: 100px
}

.b-search-sidebar-item__media {
  height: 100%;
  width: 100%
}

.b-search-sidebar-item__media::after {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8), rgb(0, 0, 0));
  content: "";
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .8;
  position: absolute;
  transition: opacity .35s ease;
  width: 100%;
  z-index: 0
}

.b-search-sidebar-item__media-image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.b-search-sidebar-item__content {
  bottom: 0;
  margin: 10px 5px 10px 10px;
  position: absolute;
  text-align: left
}

.b-search-sidebar-item--short .b-search-sidebar-item__content {
  bottom: auto;
  position: relative;
  top: auto
}

.b-search-sidebar-item__content-icon {
  color: #fff;
  display: inline-block;
  max-height: 70.3px;
  max-width: 122px
}

.b-search-sidebar-item__content-text {
  font-size: 23px;
  font-size: 1.5333333333rem;
  line-height: 28px;
  line-height: 1.8666666667rem;
  font-variation-settings: "wght"500;
  color: #fff;
  display: inline-block;
  position: relative;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .5)
}

.b-search-sidebar-item--short .b-search-sidebar-item__content-text {
  bottom: 14px;
  left: 0;
  position: absolute;
  text-align: left;
  top: auto
}

.b-site-footer {
  background-color: #1d1e20;
  color: #fff;
  font-size: 13px;
  font-size: 0.8666666667rem;
  line-height: 18px;
  line-height: 1.2rem;
  font-variation-settings: "wght"400;
  margin-top: 32px;
  position: relative;
  transform: translate3d(0, 0, 0)
}

.b-site-footer__backtotop {
  display: none
}

@media(min-width: 768px) {
  .b-site-footer__backtotop {
    display: block;
    font-size: 15px;
    font-size: 1rem;
    line-height: 21px;
    line-height: 1.4rem;
    font-variation-settings: "wght"400;
    margin-top: 64px;
    position: relative;
    text-align: center;
    top: -32px
  }
}

@media print and (min-width: 768px) {
  .b-site-footer__backtotop {
    display: none
  }
}

.b-site-footer__backtotop--etc::after {
  border-bottom: 1px #505354 solid;
  content: " ";
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: -1
}

.b-site-footer__backtotop-btn {
  background: #1d1e20;
  border: 1px solid #fff;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.4rem;
  font-variation-settings: "wght"400;
  padding: 20px 15px
}

.b-site-footer__backtotop-btn.s-themed--border-color:hover {
  border-color: #fff
}

.b-site-footer__content {
  margin: auto;
  max-width: 1220px;
  overflow: hidden;
  padding: 41px 10px 0;
  position: relative
}

.b-site-footer__content--newsletter {
  padding: 32px 10px 0
}

@media(min-width: 768px) {
  .b-site-footer__content {
    padding: 51px 65px 0
  }

  .b-site-footer__content--newsletter {
    padding: 0 65px 0
  }
}

.b-site-footer__name {
  color: #fff;
  font-size: 31px;
  font-size: 2.0666666667rem;
  line-height: 36px;
  line-height: 2.4rem;
  font-variation-settings: "wght"500;
  margin-bottom: 18px
}

@media(min-width: 768px) {
  .b-site-footer__name {
    margin-bottom: 30px
  }
}

.b-site-footer__blocks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 42px
}

@media(min-width: 768px) {
  .b-site-footer__blocks {
    gap: 20px
  }
}

.b-site-footer__block {
  padding-bottom: 18px;
  width: calc(50% - 5px)
}

@media(min-width: 768px) {
  .b-site-footer__block {
    width: calc(25% - 15px)
  }
}

.b-site-footer__item {
  color: #b7b8bd;
  margin: 0 0 12px
}

.b-site-footer__item--first-link {
  padding-top: 12px
}

@media(min-width: 992px) {
  .b-site-footer__item:first-child br {
    display: none
  }
}

.b-site-footer__header {
  font-size: 15px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.2rem;
  font-variation-settings: "wght"500;
  margin: 0 0 12px
}

h3.b-site-footer__header {
  color: #fff;
}

.b-site-footer__list {
  list-style-type: none;
  margin: 0;
  padding: 0
}

.b-site-footer__link {
  font-size: 13px;
  font-size: 0.8666666667rem;
  line-height: 18px;
  line-height: 1.2rem;
  font-variation-settings: "wght"400
}

.b-site-footer__link:hover,
.b-site-footer__link:focus {
  -webkit-text-decoration: underline;
  text-decoration: underline
}

.b-site-footer__link--arrow-right::after {
  border: 1px solid #b7b8bd;
  border-bottom: none;
  border-left: none;
  content: "";
  display: inline-block;
  height: 5px;
  margin: 0 0 2px 5px;
  position: relative;
  transform: rotate(45deg);
  width: 5px
}

@media(min-width: 768px) {
  .b-site-footer__supplementary {
    grid-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    display: grid;
    grid-template: "contacts .""social .""legal .""copy logo"auto/3fr 1fr;
    margin-bottom: 30px
  }
}

.b-site-footer__contacts {
  display: flex
}

@media(min-width: 768px) {
  .b-site-footer__contacts {
    grid-area: contacts;
    margin-bottom: 20px
  }
}

.b-site-footer__copy {
  color: #b7b8bd;
  margin-bottom: 50px
}

@media(min-width: 768px) {
  .b-site-footer__copy {
    grid-area: copy;
    margin-bottom: 0
  }
}

.b-site-footer__social {
  -moz-column-gap: 10px;
  column-gap: 10px;
  display: flex
}

.b-site-footer__social a {
  color: #fff
}

@media(min-width: 768px) {
  .b-site-footer__social {
    grid-area: social
  }
}

.b-site-footer__legal {
  color: #b7b8bd;
  margin: 10px 0 25px
}

.b-site-footer__legal a {
  -webkit-text-decoration: underline;
  text-decoration: underline
}

.b-site-footer__legal a:hover {
  text-decoration: none;
}

@media(min-width: 768px) {
  .b-site-footer__legal {
    display: flex;
    grid-area: legal;
    margin-bottom: 5px
  }
}

@media(max-width: 767px) {
  .b-site-footer__legal .s-separated::before {
    display: none
  }
}

.b-site-footer__logo {
  color: #393b3f;
  height: 90px;
  margin-bottom: 20px;
  width: 155px
}

@media(min-width: 768px) {
  .b-site-footer__logo {
    align-self: end;
    grid-area: logo;
    grid-row: 1/5;
    justify-self: end;
    margin-bottom: 0
  }
}

@media(min-width: 992px) {
  .b-site-footer__logo {
    height: 146px;
    width: 251px
  }
}

.b-site-nav {
  font-size: 23px;
  font-size: 1.5333333333rem;
  line-height: 36px;
  line-height: 2.4rem;
  font-variation-settings: "wght"400;
  background-image: linear-gradient(hsla(0deg, 0%, 0%, 0.4), transparent);
  height: 150px;
  line-height: 1.7;
  position: relative;
  z-index: 100
}

@media print {
  .b-site-nav {
    display: none
  }
}

.b-site-nav--mini {
  background: none;
  height: auto
}

.b-site-nav__access-nav-link {
  font-size: 0;
  position: absolute
}

.b-site-nav__access-nav-link:focus-visible,
.b-site-nav__access-nav-link:active {
  background: #fff;
  border: 1px solid #1d1e20;
  box-shadow: none;
  color: #1d1e20;
  font-size: 13px;
  height: 40px;
  padding: 8px 0 0 13px;
  width: 147px;
  z-index: 9999
}

.b-site-nav__access-nav-link--whatson:focus-visible,
.b-site-nav__access-nav-link--whatson:active {
  left: 50%;
  top: -40px;
  transform: translateX(-50%)
}

.b-site-nav__access-nav-link--home:focus-visible,
.b-site-nav__access-nav-link--home:active {
  left: 9px;
  position: absolute;
  top: 9px
}

.b-site-nav--access {
  border: none !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important
}

.b-site-nav__extra {
  background: #000;
  margin: 60px auto 0;
  max-width: 2560px;
  width: 100%
}

.b-site-nav__extra__inner {
  margin: 0 auto;
  max-width: 1200px
}

.b-site-nav__logo {
  color: #fff;
  display: none
}

@media(min-width: 768px) {
  .b-site-nav__logo {
    display: inline-block
  }
}

.b-site-nav__logo--mobile {
  display: inline-block;
  margin: 20px 10px
}

.b-site-nav__logo>svg {
  float: left;
  height: 40px;
  width: 71px
}

.b-site-nav__mobile {
  color: #fff;
  min-height: 60px;
  position: absolute;
  transform: translate3d(0, 0, 0);
  width: 100%
}

@media(min-width: 768px) {
  .b-site-nav__mobile {
    display: none
  }
}

.b-site-nav__mobile__thin {
  background-color: #1d1e20;
  color: #aaabae;
  font-size: 13px;
  height: 40px;
  letter-spacing: 2px;
  padding: 10px 18px
}

.b-site-nav__mobile__info {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  margin: 18px 10px
}

.b-site-nav__mobile__info__thin {
  display: block;
  margin: auto;
  max-width: 1080px
}

.b-site-nav__mobile-toggle,
.b-site-nav__mobile-toggle-text,
.b-site-nav__mobile-bag,
.b-site-nav__core__bag,
.b-site-nav__core__search-btn {
  cursor: pointer
}

.b-site-nav__mobile-toggle-text {
  color: #fff;
  float: right;
  font-size: 18px;
  font-weight: 500;
  margin: 26px 62px 0 0;
  text-shadow: 0 1px 3px rgba(29, 30, 32, .8), 0 -1px 3px rgba(29, 30, 32, .8)
}

@media(max-width: 286px) {
  .b-site-nav__mobile-toggle-text {
    display: none
  }
}

.b-site-nav__mobile-toggle-text--hidden {
  display: none
}

.b-site-nav__mobile-toggle,
.b-site-nav__mobile-bag,
.b-site-nav__core__bag,
.b-site-nav__core__search-btn {
  background: rgba(0, 0, 0, 0);
  border: 2px solid currentColor;
  border-radius: 50%;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, .05), 0 0 50px 1px rgba(0, 0, 0, .2), inset 0 0 50px 4px rgba(0, 0, 0, .24);
  display: inline-block;
  height: 40px;
  margin-left: 10px;
  width: 40px
}

.b-site-nav__mobile-toggle>svg,
.b-site-nav__mobile-bag>svg,
.b-site-nav__core__bag>svg,
.b-site-nav__core__search-btn>svg {
  height: 16px;
  margin: 11px;
  width: 17px
}

@media(min-width: 768px) {

  .b-site-nav__mobile-toggle,
  .b-site-nav__mobile-bag,
  .b-site-nav__core__rhs {
    display: none
  }
}

.b-site-nav__mobile-bag {
  float: right;
  margin: 20px 60px 0 0;
  position: relative
}

.b-site-nav__core__rhs {
  display: none
}

@media(min-width: 768px) {
  .b-site-nav__core__rhs {
    display: inline-block
  }
}

@media(min-width: 1200px) {
  .b-site-nav__core__rhs {
    right: calc(50% - 590px)
  }
}

.b-site-nav__core__bag,
.b-site-nav__core__search-btn {
  float: left;
  position: relative
}

.b-site-nav__mobile-bag>svg,
.b-site-nav__core__bag>svg {
  height: 26px;
  margin: 4px 6px;
  width: 24px
}

.b-site-nav__core__search-btn>.b-site-nav__core__search-btn-open {
  height: 22px;
  margin: 7px;
  width: 22px
}

.b-site-nav__core__search-btn>.b-site-nav__core__search-btn-close {
  display: none;
  height: 16px;
  margin: 10px;
  width: 16px
}

.b-site-nav__core__search-btn--active .b-site-nav__core__search-btn-open {
  display: none
}

.b-site-nav__core__search-btn--active .b-site-nav__core__search-btn-close {
  display: block
}

.b-site-nav__bag--hidden {
  display: none
}

.b-site-nav__bag-total {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  top: 11px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  text-align: center
}

.b-site-nav__mobile-toggle {
  color: #fff;
  position: fixed;
  right: 10px;
  text-align: center;
  top: 20px;
  transition: all .5s;
  z-index: 3
}

.b-site-nav__mobile-toggle--solo {
  background: #1d1e20;
  box-shadow: 0 0 3px rgba(255, 255, 255, .75)
}

.b-site-nav__mobile-toggle--static {
  position: absolute
}

@media(min-width: 768px) {
  .b-site-nav__mobile-toggle {
    display: none
  }
}

.b-site-nav__mobile-toggle svg {
  height: 18px;
  margin: 9px auto;
  width: 18px
}

.b-site-nav__mobile-toggle__icon--close {
  display: none
}

.b-site-nav--open .b-site-nav__mobile-toggle {
  background: rgba(0, 0, 0, 0);
  border: none;
  box-shadow: none;
  color: #fff
}

.b-site-nav--open .b-site-nav__mobile-toggle__icon--hamburger {
  display: none
}

.b-site-nav--open .b-site-nav__mobile-toggle__icon--close {
  display: block
}

.b-site-nav__mobile-toggle:focus .b-site-nav__mobile-toggle__icon--close {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #1d1e20;
  outline: 0
}

.b-site-nav__core {
  background-color: #393b3f;
  color: #fff;
  display: flex;
  flex-direction: column;
  margin: auto;
  max-width: 1200px;
  min-height: 60px;
  position: fixed;
  top: -100%;
  transform: translate3d(0, 0, 0);
  transition: top .5s;
  width: 100%;
  z-index: 2
}

.b-site-nav--open .b-site-nav__core {
  height: 100vh;
  overflow: auto;
  top: 0
}

@media(min-width: 768px) {
  .b-site-nav__core {
    align-items: center;
    background: none;
    flex-direction: row;
    height: auto;
    justify-content: space-between;
    padding: 0 10px;
    position: relative;
    top: 0
  }
}

@media(min-width: 768px) {
  .b-site-nav__core {
    padding: 0 65px
  }
}

.b-site-nav__core__items {
  align-items: baseline;
  display: none;
  font-size: 23px;
  font-size: 1.5333333333rem;
  line-height: 28px;
  line-height: 1.8666666667rem;
  font-variation-settings: "wght"500;
  margin: 40px 0 0
}

.b-site-nav--open .b-site-nav__core__items {
  display: block
}

@media(min-width: 768px) {
  .b-site-nav__core__items {
    align-items: center;
    display: flex;
    flex-direction: row;
    font-size: 17px;
    font-size: 1.1333333333rem;
    line-height: 28px;
    line-height: 1.8666666667rem;
    font-variation-settings: "wght"400;
    justify-content: center;
    margin: 0;
    padding: 0;
    text-align: center;
    text-shadow: 0 1px 3px rgba(29, 30, 32, .8), 0 -1px 3px rgba(29, 30, 32, .8)
  }
}

.b-site-nav__core__overflowitems {
  display: none;
  font-size: 15px;
  left: -20px;
  list-style-type: none;
  margin: 0;
  min-width: 175px;
  position: absolute;
  text-align: left;
  top: 32px
}

.active .b-site-nav__core__overflowitems {
  display: block
}

.b-site-nav__core__overflowitems a {
  border: none;
  display: block;
  padding: 0
}

.b-site-nav__core__overflowitems a::after {
  content: "";
  display: none
}

@media(min-width: 1050px) {
  .b-site-nav__core__overflowitems {
    display: none
  }
}

.b-site-nav__core__item {
  color: #fff;
  display: block;
  margin: 0 20px 30px;
  width: 100%
}

.b-site-nav__core__item--more {
  display: none;
  position: relative
}

.b-site-nav__core__item--more>a::after {
  bottom: 2px;
  content: "  ▼";
  display: inline-block;
  font-size: .75em;
  margin-left: 5px;
  position: relative
}

.b-site-nav__core__item--more.active>a::after {
  transform: rotate(180deg)
}

.b-site-nav__core__item>a {
  margin-left: 34px;
  position: relative;
  -webkit-text-decoration: none;
  text-decoration: none
}

.b-site-nav__core__item>a:hover {
  left: 10px
}

.b-site-nav__core__item>a.active {
  border-bottom: 2px solid #fff
}

@media(min-width: 768px) {
  .b-site-nav__core__item {
    display: inline-block;
    margin: 23px 12px;
    transition: border .2s;
    width: auto
  }

  .b-site-nav__core__item--learning,
  .b-site-nav__core__item--join,
  .b-site-nav__core__item--shop {
    display: none
  }

  .b-site-nav__core__item>a {
    margin-left: 0;
    padding: 5px 0
  }

  .b-site-nav__core__item>a:hover {
    color: #dee0e2;
    left: auto;
    left: initial
  }

  .b-site-nav__core__item>a.active {
    border: none
  }

  .b-site-nav__core__item>a.active::after {
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(29, 30, 32, .8);
    content: "";
    display: block;
    height: 3px;
    margin: 4px 0 -7px
  }
}

@media(min-width: 992px) {
  .b-site-nav__core__item {
    margin: 23px 16px
  }

  .b-site-nav__core__item--learning {
    display: inline
  }
}

@media(min-width: 1050px) {
  .b-site-nav__core__item--more {
    display: none
  }

  .b-site-nav__core__item--join,
  .b-site-nav__core__item--shop {
    display: inline
  }
}

.b-site-nav__core__item__icon {
  height: 18px;
  left: -34px;
  position: absolute;
  top: 5px;
  width: 18px
}

@media(min-width: 768px) {
  .b-site-nav__core__item__icon {
    display: none
  }
}

.b-site-nav__core__overflowitem {
  margin: 0 0 8px 20px
}

@media(min-width: 992px) {

  .b-site-nav__core__overflowitem--collections,
  .b-site-nav__core__overflowitem--learning {
    display: none
  }
}

.b-site-nav__core__search {
  background-color: #000;
  color: #eaeaea;
  display: block;
  padding: 45px 0 10px
}

@media(min-width: 768px) {
  .b-site-nav__core__search {
    background-color: #393b3f;
    height: 100vh;
    left: 0;
    padding: 86px 0 5px;
    position: absolute;
    top: -100vh;
    transition: top .2s ease-in;
    width: 100%;
    z-index: -1
  }

  .b-site-nav__core__search--active {
    overflow: auto;
    top: 0;
    transition: top .2s ease-out
  }
}

@media(min-width: 1200px) {
  .b-site-nav__core__search {
    left: calc((1200px - 100vw)/2);
    width: 100vw
  }
}

.b-site-nav__core__search__wrapper {
  display: none
}

.b-site-nav__core__search--active .b-site-nav__core__search__wrapper {
  display: block
}

.b-site-nav__core__search__container {
  margin: auto;
  max-width: 536px;
  padding: 0 20px 65px
}

@media(min-width: 768px) {
  .b-site-nav__core__search__container {
    max-width: 630px;
    padding: 0 20px 40px
  }
}

@media(min-width: 992px) {
  .b-site-nav__core__search__container {
    max-width: 838px
  }
}

.b-site-nav__core__search__container--results {
  background: #1d1e20;
  margin-bottom: 38px;
  overflow: auto;
  padding: 0
}

@media(min-width: 768px) {
  .b-site-nav__core__search__container--results {
    height: 0;
    max-height: 100%;
    overflow: hidden;
    transition: height .5s
  }
}

.b-site-nav__core__search--active .b-site-nav__core__search__container--results {
  height: 100%
}

.b-site-nav__core__search__container--hidden {
  display: none
}

.b-site-nav__core__search__results {
  margin-left: 0
}

.b-toggle-nav {
  background-color: #fff;
  box-shadow: 0 1px 2px #b7b8bd;
  margin: 0 0 32px;
  overflow: hidden;
  position: relative
}

@media(min-width: 768px) {
  .b-toggle-nav {
    margin: 0 0 64px
  }
}

@media(min-width: 1200px) {
  .b-toggle-nav {
    padding: 0 40px
  }
}

.b-toggle-nav::after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 23px);
  content: " ";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px
}

.b-toggle-nav__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center
}

.b-toggle-nav__list::-webkit-scrollbar {
  display: none
}

.cssscrollbar .b-toggle-nav__list {
  overflow: auto;
  white-space: nowrap
}

.b-toggle-nav__item {
  display: inline-block;
  margin: 0;
  padding: 0 10px
}

.b-toggle-nav__button {
  font-size: 17px;
  font-size: 1.1333333333rem;
  line-height: 28px;
  line-height: 1.8666666667rem;
  font-variation-settings: "wght"400;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  font: inherit;
  margin: 0;
  padding: 0;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  color: #1d1e20;
  cursor: pointer;
  padding: 15px 10px 12px
}

@media(min-width: 500px) {
  .b-toggle-nav__button {
    padding: 25px 15px 22px
  }
}

.b-toggle-nav__button--active,
.b-toggle-nav__button:hover {
  border-color: #505354
}

.b-toggle-nav__button:hover {
  color: #505354
}

.b-toggle-nav__button:focus {
  box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 6px #1d1e20;
  outline: 0
}

.b-global-bar {
  background-color: #1d1e20;
  position: relative;
  height: 70px;
  height: 4.6666666667rem
}

@media(min-width: 768px) {
  .b-global-bar {
    height: 40px;
    height: 2.6666666667rem
  }
}

.b-global-bar .b-back {
  color: #dee0e2;
  position: absolute;
  left: 5px;
  left: .3333333333rem;
  top: 10px;
  top: .6666666667rem
}

@media(min-width: 768px) {
  .b-global-bar .b-back {
    position: relative;
    left: 12px;
    left: .8rem;
    top: 7px;
    top: .4666666667rem
  }
}

@media(min-width: 992px) {
  .b-global-bar .b-back {
    left: 60px;
    left: 4rem
  }
}

.b-global-bar .b-back:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline
}

.b-global-bar .b-back .u-back__icon {
  height: 8px;
  height: .5333333333rem;
  margin: 0 5px;
  margin: 0 .3333333333rem;
  width: 10px;
  width: .6666666667rem
}

.b-global-bar .b-back .u-back__text {
  letter-spacing: 2px;
  letter-spacing: .1333333333rem;
  font-size: 12px;
  font-size: 0.8rem;
  line-height: 16px;
  line-height: 1.0666666667rem;
  font-variation-settings: "wght"
}

.b-global-bar .u-logo {
  color: #dee0e2;
  position: absolute;
  right: 5px;
  right: .3333333333rem;
  top: 20px;
  top: 1.3333333333rem
}

@media(min-width: 768px) {
  .b-global-bar .u-logo {
    display: none
  }
}

.b-global-bar .u-logo .u-logo__icon {
  height: 50px;
  height: 3.3333333333rem;
  width: 100px;
  width: 6.6666666667rem
}

.b-venue-card {
  display: block;
  position: relative
}

.b-venue-card::after {
  background-image: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0) 36%);
  content: "";
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  transition: opacity .4s ease
}

.b-venue-card:focus {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #1d1e20;
  outline: 0
}

.b-venue-card__header {
  color: #fff;
  padding: 20px 10px;
  position: absolute;
  text-shadow: 0 1px 3px #1d1e20;
  width: 100%;
  z-index: 1
}

@media(min-width: 500px) {
  .b-venue-card__header {
    padding: 20px
  }
}

@media(min-width: 768px) {
  .b-venue-card__header {
    padding: 20px 10px
  }
}

@media(min-width: 992px) {
  .b-venue-card__header {
    padding: 20px
  }
}

.b-venue-card__wordmark {
  height: 18px
}

@media(min-width: 768px) {
  .b-venue-card__wordmark {
    height: 13px
  }
}

@media(min-width: 992px) {
  .b-venue-card__wordmark {
    height: 18px
  }
}

.b-venue-card__subtitle {
  font-size: 14px;
  font-size: 0.9333333333rem;
  line-height: 18px;
  line-height: 1.2rem;
  font-variation-settings: "wght"400;
  align-items: baseline;
  -moz-column-gap: 5px;
  column-gap: 5px;
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

@media(min-width: 768px) {
  .b-venue-card__subtitle {
    font-size: 12px;
    font-size: 0.8rem;
    line-height: 16px;
    line-height: 1.0666666667rem;
    font-variation-settings: "wght"400
  }
}

@media(min-width: 992px) {
  .b-venue-card__subtitle {
    font-size: 14px;
    font-size: 0.9333333333rem;
    line-height: 18px;
    line-height: 1.2rem;
    font-variation-settings: "wght"400
  }
}

.b-venue-card__subtitle>.b-venue-card__subtitle-external {
  color: #fff;
  height: 11px;
  width: 11px
}

@media(min-width: 992px) {
  .b-venue-card__subtitle>.b-venue-card__subtitle-external {
    height: 13px;
    width: 13px
  }
}

.b-venue-card__open {
  font-size: 14px;
  font-size: 0.9333333333rem;
  line-height: 18px;
  line-height: 1.2rem;
  font-variation-settings: "wght"400;
  background-color: #fff;
  bottom: 10px;
  color: #1d1e20;
  left: 10px;
  opacity: .9;
  padding: 4px 10px;
  position: absolute;
  z-index: 1
}

@media(min-width: 500px) {
  .b-venue-card__open {
    left: 20px
  }
}

@media(min-width: 768px) {
  .b-venue-card__open {
    font-size: 12px;
    font-size: 0.8rem;
    line-height: 16px;
    line-height: 1.0666666667rem;
    font-variation-settings: "wght"400;
    left: 10px
  }
}

@media(min-width: 992px) {
  .b-venue-card__open {
    font-size: 14px;
    font-size: 0.9333333333rem;
    line-height: 18px;
    line-height: 1.2rem;
    font-variation-settings: "wght"400;
    left: 20px
  }
}

.b-venue-card__image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.b-video-thumbnail {
  border: 3px solid #fff;
  display: inline-block;
  height: 71px;
  position: relative;
  width: 120px
}

.b-video-thumbnail__popup-close {
  background: #1d1e20;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  height: 40px;
  margin: 10px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px
}

.b-video-thumbnail__popup-close svg {
  height: 18px;
  margin: auto;
  width: 18px
}

.b-video-thumbnail__popup {
  background: #1d1e20;
  display: flex;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%
}

.b-video-thumbnail__popup-iframe {
  height: calc(100vh - 100px);
  margin: auto;
  width: calc(1.7777777778*(100vh - 100px))
}

.b-video-thumbnail .b-video-thumbnail__image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.b-video-thumbnail .b-video-thumbnail__icon {
  color: #fff;
  display: flex;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%
}

.b-video-thumbnail .b-video-thumbnail__icon svg {
  height: 18px;
  margin: auto;
  width: 16px
}

.b-video-trailer {
  background-color: #fff;
  overflow: hidden;
  padding: 0 10px
}

@media(min-width: 768px) {
  .b-video-trailer {
    padding: 0 40px 60px
  }
}

.b-video-trailer--venue {
  padding: 0
}

@media(min-width: 500px) {
  .b-video-trailer--venue {
    padding: 0 10px
  }
}

@media(min-width: 768px) {
  .b-video-trailer--venue {
    padding: 0
  }
}

.b-video-trailer--transparent {
  background-color: rgba(0, 0, 0, 0);
  overflow: visible;
  overflow: initial
}

.b-video-trailer__content {
  height: 100%;
  position: relative;
  width: 100%
}

.b-video-trailer__image {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.b-video-trailer__link:focus .b-video-trailer__image {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #1d1e20;
  outline: 0
}

.b-video-trailer__link {
  height: 100%;
  width: 100%
}

.b-video-trailer__link:focus {
  outline: 0
}

.b-video-trailer__icon {
  background-color: #fff;
  border-radius: 50%;
  height: 60px;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  position: absolute;
  top: 50%;
  width: 60px
}

@media(min-width: 768px) {
  .b-video-trailer__icon {
    height: 80px;
    margin-left: -40px;
    margin-top: -40px;
    width: 80px
  }
}

.b-video-trailer__icon-arrow {
  height: 20px;
  margin-left: 22px;
  margin-top: 20px;
  width: 20px
}

@media(min-width: 768px) {
  .b-video-trailer__icon-arrow {
    height: 26px;
    margin-left: 29px;
    margin-top: 27px;
    width: 26px
  }
}

.b-search-pagination {
  font-size: 13px;
  font-size: 0.8666666667rem;
  line-height: 18px;
  line-height: 1.2rem;
  font-variation-settings: "wght"400
}

@media(min-width: 768px) {
  .b-search-pagination {
    font-size: 15px;
    font-size: 1rem;
    line-height: 21px;
    line-height: 1.4rem;
    font-variation-settings: "wght"400
  }
}

.b-search-pagination__container {
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative
}

.b-search-pagination__container--display-counter {
  justify-content: left;
  margin-bottom: 20px
}

.b-search-pagination__container--page-size {
  margin-top: 20px
}

.b-search-pagination__container--col {
  flex-direction: column
}

.b-search-pagination__page-size {
  cursor: pointer;
  margin-left: 10px;
  -webkit-text-decoration: underline;
  text-decoration: underline
}

.b-search-pagination__page-size--active {
  font-variation-settings: "wght"600;
  cursor: default;
  -webkit-text-decoration: none;
  text-decoration: none
}

.b-search-pagination__page-size:hover {
  font-variation-settings: "wght"600
}

.b-search-pagination__prev-link {
  left: 0
}

.b-search-pagination__next-link {
  right: 0
}

.b-search-pagination__prev-link,
.b-search-pagination__next-link {
  font-size: 14px;
  font-size: 0.9333333333rem;
  line-height: 18px;
  line-height: 1.2rem;
  font-variation-settings: "wght"500;
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

@media(min-width: 768px) {

  .b-search-pagination__prev-link,
  .b-search-pagination__next-link {
    font-size: 17px;
    font-size: 1.1333333333rem;
    line-height: 21px;
    line-height: 1.4rem;
    font-variation-settings: "wght"500;
    top: 11px
  }
}

.b-search-pagination__prev-link[disabled],
.b-search-pagination__next-link[disabled] {
  color: #b7b8bd;
  cursor: auto;
  cursor: initial
}

.b-search-pagination__link-caret {
  -webkit-text-decoration: none;
  text-decoration: none
}

.b-search-pagination__link-text {
  pointer-events: none;
  -webkit-text-decoration: underline;
  text-decoration: underline
}

.b-search-pagination__page-button,
.b-search-pagination__page-button-start,
.b-search-pagination__page-button-last {
  font-size: 15px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.4rem;
  font-variation-settings: "wght"400;
  border: 1px solid #fff;
  color: #fff;
  height: 50px;
  margin-right: 9px;
  min-width: 36px;
  padding: 0 10px
}

@media(min-width: 768px) {

  .b-search-pagination__page-button,
  .b-search-pagination__page-button-start,
  .b-search-pagination__page-button-last {
    height: 44px;
    margin-right: 8px
  }
}

.b-search-pagination__page-button-seperator-start,
.b-search-pagination__page-button-seperator-middle,
.b-search-pagination__page-button-seperator-last,
.b-search-pagination__page-button-start-seperator-start,
.b-search-pagination__page-button-start-seperator-middle,
.b-search-pagination__page-button-start-seperator-last,
.b-search-pagination__page-button-last-seperator-start,
.b-search-pagination__page-button-last-seperator-middle,
.b-search-pagination__page-button-last-seperator-last {
  color: #fff;
  margin: 8px 9px 0 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.b-search-pagination__page-button-seperator[disabled],
.b-search-pagination__page-button-start-seperator[disabled],
.b-search-pagination__page-button-last-seperator[disabled] {
  display: none
}

.b-search-pagination__page-button--current,
.b-search-pagination__page-button-start--current,
.b-search-pagination__page-button-last--current {
  background-color: #ceffd6;
  border-color: #ceffd6;
  border-radius: 0;
  color: #1d1e20
}

.b-search-pagination__page-button-container,
.b-search-pagination__page-button-start-container,
.b-search-pagination__page-button-last-container {
  display: flex;
  flex-direction: row
}

.b-search-pagination__page-button {
  display: block
}

.b-search-pagination__page-button[disabled] {
  display: none
}

.b-search-pagination__page-button:last-of-type {
  margin-right: 0
}

.b-search-pagination__page-button:hover {
  background-color: #70787c;
  cursor: pointer
}

.b-search-pagination__page-button-start:hover,
.b-search-pagination__page-button-last:hover {
  background-color: #70787c;
  cursor: pointer
}

.b-search-pagination__page-button-last[disabled] {
  display: none
}

.b-shop-touts {
  background-color: #fff;
  overflow: hidden;
  padding-bottom: 50px
}

@media(min-width: 768px) {
  .b-shop-touts {
    padding: 0 30px 50px
  }
}

.b-shop-touts__container {
  width: 100%
}

@media(min-width: 500px) {
  .b-shop-touts__container {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap
  }
}

@media(min-width: 768px) {
  .b-shop-touts__container {
    flex-wrap: nowrap
  }
}

.b-shop-touts__item {
  color: #1d1e20;
  padding: 0 10px 40px;
  width: 100%
}

@media(min-width: 500px) {
  .b-shop-touts__item {
    flex: 0 0 50%;
    padding: 1px 15px 50px
  }
}

@media(min-width: 768px) {
  .b-shop-touts__item {
    flex: 0 0 33.3333%
  }
}

.b-shop-touts__item>a:hover h2 {
  -webkit-text-decoration: underline;
  text-decoration: underline
}

.b-shop-touts__item>a>img {
  height: 355px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%
}

@media(min-width: 500px) {
  .b-shop-touts__item>a>img {
    height: 235px
  }
}

@media(min-width: 768px) {
  .b-shop-touts__item>a>img {
    height: 199px
  }
}

@media(min-width: 992px) {
  .b-shop-touts__item>a>img {
    height: 274px
  }
}

@media(min-width: 1200px) {
  .b-shop-touts__item>a>img {
    height: 366px
  }
}

.b-shop-touts__title {
  font-size: 17px;
  font-size: 1.1333333333rem;
  line-height: 21px;
  line-height: 1.4rem;
  font-variation-settings: "wght"500;
  margin: 12px 0 5px
}

.b-shop-touts__description {
  font-size: 15px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.4rem;
  font-variation-settings: "wght"400;
  color: #1d1e20;
  margin: 0
}

.b-shop-touts__footer {
  text-align: center
}

.b-story-box {
  background-color: #505354;
  color: #fff;
  cursor: pointer;
  display: none;
  flex: 1 1 200px;
  flex-direction: row;
  height: 120px;
  margin: 6px 0;
  text-align: left;
  word-break: normal
}

@media(min-width: 500px) {
  .b-story-box {
    margin: 0
  }
}

.b-story-box--active {
  display: flex
}

@media(min-width: 500px) {
  .b-story-box--row {
    height: 250px;
    width: 100%
  }
}

@media(min-width: 500px) {
  .b-story-box--column {
    flex-direction: column;
    height: 100%;
    margin-bottom: 30px;
    max-height: 478px
  }
}

@media(min-width: 992px) {
  .b-story-box--column {
    height: 404px;
    width: 100%
  }
}

.b-story-box__container-text {
  display: flex;
  flex-direction: column;
  margin-top: 15px
}

@media(min-width: 500px) {
  .b-story-box__container-text {
    margin-top: 20px
  }
}

.b-story-box__container-text--column {
  width: 100%
}

@media(min-width: 500px) {
  .b-story-box__container-text--column {
    height: 186px
  }
}

.b-story-box__container-text--row {
  width: 100%
}

@media(min-width: 500px) {
  .b-story-box__container-text--row {
    width: 459px
  }
}

.b-story-box__container-img {
  background-color: #b7b8bd;
  height: 120px;
  width: 150px
}

@media(min-width: 500px) {
  .b-story-box__container-img--row {
    flex-basis: 437px;
    flex-shrink: 2;
    height: 250px;
    min-width: 245px;
    width: 100%
  }
}

.b-story-box__container-img--column {
  max-height: 244px;
  min-height: auto;
  overflow: hidden
}

@media(min-width: 500px) {
  .b-story-box__container-img--column {
    height: 194px;
    min-height: 140px;
    width: 100%
  }
}

@media(min-width: 992px) {
  .b-story-box__container-img--column {
    width: 100%
  }
}

.b-story-box__content-icon--column,
.b-story-box__content-icon--row {
  height: 15px;
  margin-right: 8px;
  width: 13px
}

.b-story-box__content-type--column,
.b-story-box__content-type--row,
.b-story-box__content-title--column,
.b-story-box__content-title--row,
.b-story-box__content-text--column,
.b-story-box__content-text--row {
  margin-bottom: 26px;
  margin-left: 15px;
  margin-right: 15px
}

.b-story-box__content-type-container--column,
.b-story-box__content-type-container--row {
  display: flex;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px
}

@media(min-width: 500px) {

  .b-story-box__content-type-container--column,
  .b-story-box__content-type-container--row {
    margin-bottom: 14px
  }
}

.b-story-box__content-type-text--column,
.b-story-box__content-type-text--row {
  font-size: 13px;
  font-size: 0.8666666667rem;
  line-height: 18px;
  line-height: 1.2rem;
  font-variation-settings: "wght"500
}

.b-story-box__content-type-text--column::first-letter,
.b-story-box__content-type-text--row::first-letter {
  text-transform: uppercase
}

.b-story-box__content-title--column,
.b-story-box__content-title--row {
  font-size: 17px;
  font-size: 1.1333333333rem;
  line-height: 21px;
  line-height: 1.4rem;
  font-variation-settings: "wght"500;
  margin-bottom: 0;
  position: relative
}

@media(min-width: 500px) {

  .b-story-box__content-title--column,
  .b-story-box__content-title--row {
    margin-bottom: 0
  }
}

.b-story-box__content-title--column::after,
.b-story-box__content-title--row::after {
  background-color: #fff;
  content: "";
  display: none;
  height: 2px;
  margin: 16px 0 0 2px;
  width: 28px
}

@media(min-width: 500px) {

  .b-story-box__content-title--column::after,
  .b-story-box__content-title--row::after {
    display: block
  }
}

.b-story-box__content-text--row {
  max-height: 120px
}

.b-story-box__content-text--column,
.b-story-box__content-text--row {
  font-size: 15px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.4rem;
  font-variation-settings: "wght"400;
  display: none;
  margin-top: 7px;
  overflow: hidden;
  word-break: normal
}

@media(min-width: 500px) {

  .b-story-box__content-text--column,
  .b-story-box__content-text--row {
    display: block
  }
}

.b-story-box__img--column,
.b-story-box__img--row {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

@media(min-width: 500px) {
  .b-story-box__img--column {
    height: 194px
  }
}

.b-facet-box {
  background-color: rgba(29, 30, 32, .92);
  color: #fff;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%
}

.b-facet-box__instruction {
  height: 1px;
  left: -2px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 1px
}

.b-facet-box--active {
  display: block;
  overflow-y: auto;
  z-index: 9999
}

@media(min-width: 992px) {
  .b-facet-box--active {
    z-index: 0
  }
}

@media(min-width: 992px) {
  .b-facet-box {
    background-color: rgba(0, 0, 0, 0);
    display: block;
    opacity: 1;
    position: relative;
    width: 270px
  }
}

.b-facet-box__hidden-input {
  display: none
}

.b-facet-box__modal-button {
  background-color: rgba(0, 0, 0, 0);
  border-color: #ceffd6;
  color: #fff;
  display: block;
  padding-right: 36px;
  position: relative
}

.b-facet-box__modal-button:hover {
  background-color: #ceffd6;
  border-color: #ceffd6;
  color: #1d1e20
}

.b-facet-box__modal-button-close {
  border: .7px solid #ceffd6;
  border-radius: 19.5px;
  color: #fff;
  font-size: 36px;
  height: 40px;
  position: relative;
  width: 40px
}

@media(min-width: 992px) {
  .b-facet-box__modal-button {
    display: none
  }
}

.b-facet-box__modal-content {
  color: #ceffd6;
  left: calc(100% - 34px);
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}

.b-facet-box__modal-content-close {
  color: #fff;
  height: 19px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18px
}

.b-facet-box__modal-content-open {
  height: 34px;
  margin-top: -1px;
  width: 30px
}

.b-facet-box__modal-button:hover .b-facet-box__modal-content {
  color: #fff;
  filter: invert(100%)
}

.b-facet-box__modal-container {
  padding-right: 20px;
  padding-top: 20px;
  text-align: right
}

@media(min-width: 992px) {
  .b-facet-box__modal-container {
    display: none
  }
}

.b-facet-box__modal-container--close {
  display: flex;
  flex-direction: row;
  justify-content: flex-end
}

@media(min-width: 992px) {
  .b-facet-box__modal-container--close {
    display: none
  }
}

.b-facet-box__facet {
  border-radius: 2px;
  margin-bottom: 15px;
  margin-top: 15px
}

.b-facet-box__facet:nth-of-type(1) {
  margin-top: 0
}

.b-facet-box__facet-date-start-container,
.b-facet-box__facet-date-end-container {
  display: flex;
  flex-direction: column
}

.b-facet-box__facet-text {
  font-size: 17px;
  font-size: 1.1333333333rem;
  line-height: 21px;
  line-height: 1.4rem;
  font-variation-settings: "wght"500;
  color: #fff;
  padding: 10px;
  position: relative;
  text-align: left;
  width: 100%
}

.b-facet-box__facet-text::first-letter {
  text-transform: uppercase
}

.b-facet-box__facet-text:hover {
  background-color: #393b3f;
  cursor: pointer
}

.b-facet-box__facet-text::after {
  font-size: 31px;
  font-size: 2.0666666667rem;
  line-height: 42px;
  line-height: 2.8rem;
  font-variation-settings: "wght"300;
  content: "+";
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%)
}

.b-facet-box__facet-text--active {
  background-color: siteColor("vam-grey-1");
  padding-bottom: 3px
}

.b-facet-box__facet-text--active::after {
  background-color: #fff;
  content: " ";
  height: 2px;
  width: 12px
}

.b-facet-box__facet-container {
  margin: auto;
  margin-top: 37px;
  max-width: 530px;
  padding: 0 20px
}

@media(min-width: 992px) {
  .b-facet-box__facet-container {
    margin-top: 0;
    padding: 0
  }
}

.b-facet-box__facet-date-container {
  display: flex;
  flex-flow: nowrap;
  max-width: 270px;
  padding-bottom: 10px
}

@media(min-width: 500px) {
  .b-facet-box__facet-date-container {
    max-width: none
  }
}

.b-facet-box__facet-date-container-start,
.b-facet-box__facet-date-container-end {
  flex-basis: 30%;
  margin-right: 8px
}

@media(min-width: 500px) {

  .b-facet-box__facet-date-container-start,
  .b-facet-box__facet-date-container-end {
    flex-basis: 30%
  }
}

.b-facet-box__facet-date-container-button {
  flex-basis: 10%
}

.b-facet-box__facet-date-container-start,
.b-facet-box__facet-date-container-end,
.b-facet-box__facet-date-container-button {
  display: flex;
  flex-direction: column
}

.b-facet-box__facet-date-button {
  background-color: #ceffd6;
  border-radius: 2px;
  height: 44px;
  position: relative;
  width: 44px
}

.b-facet-box__facet-date-button-icon {
  color: #1d1e20;
  height: 100%;
  left: 50%;
  padding: 10px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%
}

.b-facet-box__facet-date-input {
  background-color: #fff;
  border: solid 1px #979797;
  border-radius: 2px;
  font-size: 18px;
  height: 44px;
  padding-left: 10px;
  width: 95px
}

.b-facet-box__facet-date-input::-webkit-outer-spin-button,
.b-facet-box__facet-date-input::-webkit-inner-spin-button {
  margin-left: 5px;
  opacity: 1
}

.b-facet-box__facet-date-input--error {
  border-color: red
}

.b-facet-box__facet-term-container {
  background-color: #393b3f;
  display: none;
  flex-direction: row;
  list-style: none;
  margin-left: 0;
  padding: 10px;
  width: 100%
}

.b-facet-box__facet-term-container-text {
  font-size: 14px;
  font-size: 0.9333333333rem;
  line-height: 18px;
  line-height: 1.2rem;
  font-variation-settings: "wght"400;
  padding-bottom: 10px
}

.b-facet-box__facet-term-container-text--warning {
  color: #fff;
  padding-bottom: 0
}

.b-facet-box__facet-term-container-text[disabled] {
  display: none
}

.b-facet-box__facet-term-container--active {
  display: inline-flex;
  flex-flow: wrap
}

.b-facet-box__facet-term-toggle {
  color: #dee0e2;
  cursor: pointer;
  display: flex;
  flex-basis: 100%;
  flex-direction: row;
  margin-bottom: 10px;
  margin-top: 10px;
  position: relative
}

.b-facet-box__facet-term-toggle:hover {
  color: #fff
}

.b-facet-box__facet-term-toggle-text {
  font-size: 14px;
  font-size: 0.9333333333rem;
  line-height: 18px;
  line-height: 1.2rem;
  font-variation-settings: "wght"400;
  flex-grow: 1;
  text-align: left
}

@media(min-width: 992px) {
  .b-facet-box__facet-term-toggle-text {
    max-width: 167px
  }
}

.b-facet-box__facet-term-toggle-tick use {
  display: none
}

.b-facet-box__facet-term-toggle-tick {
  border: 1px #fff solid;
  border-radius: 3px;
  color: #1d1e20;
  height: 25px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 25px
}

.b-facet-box__facet-term-toggle-tick--active {
  background-color: #ceffd6;
  border-color: #ceffd6
}

.b-facet-box__facet-term-toggle-tick--active use {
  display: block
}

.b-facet-box__facet-term-toggle-button {
  align-items: center;
  display: flex;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
  width: 100%
}

.b-facet-box__facet-term-toggle-checkbox {
  margin-left: 40px
}

.b-facet-box__facet-term-toggle-checkbox::before {
  content: "";
  cursor: pointer;
  height: 25px;
  left: 0;
  position: absolute;
  top: 0;
  width: 25px
}

.b-facet-box__facet-term-toggle-result {
  flex-shrink: 1;
  padding-left: 10px;
  text-align: right;
  white-space: nowrap
}

.b-facet-box__term {
  font-size: 15px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.4rem;
  font-variation-settings: "wght"400;
  border: solid #ceffd6 1px;
  border-radius: 4px;
  color: #fff;
  margin-bottom: 5px;
  margin-right: 10px;
  margin-top: 5px;
  padding: 10px 33px 10px 13px;
  position: relative
}

.b-facet-box__term-more {
  font-variation-settings: "wght"500;
  cursor: pointer;
  margin: 10px 0;
  -webkit-text-decoration: underline;
  text-decoration: underline
}

.b-facet-box__term:last-of-type {
  margin-right: 0
}

.b-facet-box__term--form {
  border: solid #1d1e20 1px;
  color: #1d1e20;
  display: none;
  width: -moz-fit-content;
  width: fit-content
}

@media(min-width: 500px) {
  .b-facet-box__term--form {
    display: block
  }
}

.b-facet-box__term--form-revealer {
  display: block;
  padding-right: 13px
}

.b-facet-box__term:hover {
  background-color: #dee0e2;
  color: #393b3f;
  cursor: pointer
}

.b-facet-box__term--mobile:hover {
  background-color: #ceffd6
}

.b-facet-box__term-text::after {
  content: "✕";
  display: inline-block;
  font-size: 14px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%)
}

.b-facet-box__term-text--no-cross::after {
  content: ""
}

.b-facet-box__term-list {
  display: flex;
  flex: auto;
  flex-flow: row wrap;
  margin: auto;
  max-width: 530px;
  padding: 40px 20px 0
}

@media(min-width: 992px) {
  .b-facet-box__term-list {
    display: none;
    margin-top: 15px
  }
}

.b-content-warning {
  background-color: #505354;
  color: #fff;
  padding: 30px
}

.b-content-warning__header {
  font-size: 14px;
  font-size: 0.9333333333rem;
  line-height: 18px;
  line-height: 1.2rem;
  font-variation-settings: "wght"500;
  display: flex;
  flex-direction: column;
  text-align: center
}

.b-content-warning__header-icon {
  height: 41px;
  margin: auto;
  padding-bottom: 10px;
  width: 36px
}

.b-content-warning__content {
  padding-top: 10px;
  font-size: 17px;
  font-size: 1.1333333333rem;
  line-height: 28px;
  line-height: 1.8666666667rem;
  font-variation-settings: "wght"400
}

.b-beta-tag:focus div {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #1d1e20;
  outline: 0
}

.b-beta-tag__tag {
  font-size: 14px;
  font-size: 0.9333333333rem;
  line-height: 18px;
  line-height: 1.2rem;
  font-variation-settings: "wght";
  background-color: #ceffd6;
  color: #1d1e20;
  height: 23px;
  padding-top: 1px;
  position: relative;
  text-align: center;
  width: 54px
}

.b-beta-tag__tag:hover {
  cursor: pointer
}

.b-beta-tag__tag:hover span {
  -webkit-text-decoration: underline;
  text-decoration: underline
}

@media(min-width: 768px) {
  .b-beta-tag__tag {
    height: 90px;
    width: 60px
  }
}

.b-beta-tag__text {
  padding-top: 60px;
  pointer-events: none
}

@media(min-width: 768px) {
  .b-beta-tag__text {
    left: 10px;
    position: absolute;
    top: 0
  }
}

.b-venue-blog-card {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%
}

.b-venue-blog-card__link {
  width: 100%
}

@media(max-width: 499px) {
  .b-venue-blog-card__link {
    display: flex;
    flex-direction: column
  }
}

@media(min-width: 500px) {
  .b-venue-blog-card__link--100-width {
    display: flex;
    flex-direction: row-reverse
  }
}

@media(min-width: 992px) {
  .b-venue-blog-card__link--100-width {
    display: flex;
    flex-direction: row-reverse
  }
}

@media(min-width: 500px) {
  .b-venue-blog-card__link--33-width {
    display: flex;
    flex-direction: row-reverse
  }
}

@media(min-width: 992px) {
  .b-venue-blog-card__link--33-width {
    display: block
  }
}

@media(min-width: 500px) {
  .b-venue-blog-card--50-width {
    flex: 1;
    flex-basis: 0
  }
}

@media(min-width: 500px) {
  .b-venue-blog-card--100-width {
    flex-direction: row-reverse;
    max-width: 1200px
  }
}

.b-venue-blog-card--33-width {
  max-width: 355px
}

@media(min-width: 500px) {
  .b-venue-blog-card--33-width {
    max-width: 780px
  }
}

@media(min-width: 992px) {
  .b-venue-blog-card--33-width {
    flex-basis: 380px;
    flex-direction: column
  }
}

.b-venue-blog-card__subheading,
.b-venue-blog-card__text {
  background-color: #fff
}

.b-venue-blog-card__subheading--50-width,
.b-venue-blog-card__text--50-width {
  padding: 20px
}

@media(max-width: 499px) {

  .b-venue-blog-card__subheading--100-width,
  .b-venue-blog-card__text--100-width {
    padding: 20px
  }
}

@media(min-width: 992px) {

  .b-venue-blog-card__subheading--33-width,
  .b-venue-blog-card__text--33-width {
    padding: 20px
  }
}

.b-venue-blog-card__text--50-width {
  height: 100%
}

@media(min-width: 500px) {
  .b-venue-blog-card__text--100-width {
    flex: 1;
    flex-basis: 0;
    flex-grow: 1.75;
    padding: 50px 20px 15px
  }
}

@media(min-width: 992px) {
  .b-venue-blog-card__text--100-width {
    flex-grow: 1;
    max-width: none;
    padding: 70px 44px 70px 20px;
    width: 33.3333%
  }
}

@media(min-width: 500px) {
  .b-venue-blog-card__text--33-width {
    max-width: calc(50% - 5px)
  }
}

@media(min-width: 768px) {
  .b-venue-blog-card__text--33-width {
    max-width: calc(50% - 10px)
  }
}

@media(min-width: 992px) {
  .b-venue-blog-card__text--33-width {
    height: 100%;
    max-width: none;
    padding: 20px;
    width: 100%
  }
}

.b-venue-blog-card__desc {
  display: none;
  padding: 0
}

@media(min-width: 500px) {
  .b-venue-blog-card__desc--100-width {
    display: block;
    font-size: 13px;
    height: calc(100% - 33px);
    line-height: 1.38;
    overflow: hidden;
    padding-bottom: 33px
  }
}

@media(min-width: 992px) {
  .b-venue-blog-card__desc--100-width {
    font-size: 15px;
    height: auto;
    line-height: 1.4;
    overflow: visible;
    overflow: initial
  }
}

@media(min-width: 992px) {
  .b-venue-blog-card__desc--33-width {
    display: none
  }
}

@media(max-width: 499px) {
  .b-venue-blog-card__img {
    height: 250px;
    max-width: 500px;
    width: 100%
  }
}

.b-venue-blog-card__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  width: 100%
}

@media(min-width: 500px) {
  .b-venue-blog-card__img--50-width img {
    height: 33.3333vw
  }
}

@media(min-width: 768px) {
  .b-venue-blog-card__img--50-width img {
    height: 250px
  }
}

@media(min-width: 500px) {
  .b-venue-blog-card__img--100-width {
    flex: 1;
    flex-basis: 0;
    flex-grow: 2;
    max-width: 400px;
    overflow: hidden;
    position: relative;
    width: 50%
  }
}

@media(min-width: 992px) {
  .b-venue-blog-card__img--100-width {
    max-width: none;
    overflow: visible;
    overflow: initial;
    width: 66.666%
  }
}

.b-venue-blog-card__img--100-width img {
  position: absolute
}

@media(max-width: 499px) {
  .b-venue-blog-card__img--100-width img {
    position: relative
  }
}

@media(min-width: 768px) {
  .b-venue-blog-card__img--33-width img {
    height: 250px
  }
}

@media(min-width: 992px) {
  .b-venue-blog-card__img--33-width {
    width: 100%
  }

  .b-venue-blog-card__img--33-width img {
    position: relative
  }
}

@media(min-width: 1200px) {
  .b-venue-blog-card__img--33-width {
    max-width: none;
    width: 100%
  }
}

.b-venue-blog-card__subheading {
  color: #505354;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4
}

@media(min-width: 992px) {
  .b-venue-blog-card__subheading {
    font-size: 15px
  }
}

@media(min-width: 500px) {
  .b-venue-blog-card__subheading--100-width {
    background-color: rgba(0, 0, 0, 0);
    left: 20px;
    position: absolute;
    top: 15px
  }
}

@media(min-width: 992px) {
  .b-venue-blog-card__subheading--100-width {
    left: 20px;
    top: 20px
  }
}

@media(min-width: 992px) {
  .b-venue-blog-card__subheading--33-width {
    background-color: #fff;
    left: auto;
    position: relative;
    top: auto
  }
}

.b-venue-blog-card__heading {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.22
}

@media(max-width: 499px) {
  .b-venue-blog-card__heading {
    margin-bottom: 10px
  }
}

@media(min-width: 500px) {
  .b-venue-blog-card__heading {
    font-size: 15px
  }
}

@media(min-width: 992px) {
  .b-venue-blog-card__heading {
    font-size: 23px
  }
}

@media(min-width: 500px) {
  .b-venue-blog-card__heading--100-width {
    margin-bottom: 10px
  }
}

@media(min-width: 992px) {
  .b-venue-blog-card__heading--100-width {
    margin-bottom: 17px
  }
}

@media(min-width: 992px) {
  .b-venue-blog-card__heading--33-width {
    margin-bottom: 0
  }
}

.b-venue-core-info {
  background-color: primary-green
}

@media(min-width: 768px) {
  .b-venue-core-info {
    display: flex
  }
}

.b-venue-core-info__img-container {
  height: 150px;
  position: relative
}

@media(min-width: 500px) {
  .b-venue-core-info__img-container {
    height: 200px
  }
}

@media(min-width: 768px) {
  .b-venue-core-info__img-container {
    flex: 1 0 320px;
    height: auto;
    min-height: 310px
  }
}

@media(min-width: 992px) {
  .b-venue-core-info__img-container {
    flex-basis: 412px;
    min-height: 400px
  }
}

@media(min-width: 1200px) {
  .b-venue-core-info__img-container {
    flex-basis: 480px;
    min-height: 470px
  }
}

.b-venue-core-info__img-badge {
  font-size: 14px;
  font-size: 0.9333333333rem;
  line-height: 18px;
  line-height: 1.2rem;
  font-variation-settings: "wght"300;
  background-color: rgba(255, 255, 255, .8);
  padding: 3px 6px;
  position: absolute
}

@media(max-width: 767px) {
  .b-venue-core-info__img-badge {
    bottom: 10px;
    left: 10px
  }
}

@media(min-width: 768px) {
  .b-venue-core-info__img-badge {
    right: 20px;
    top: 20px
  }
}

.b-venue-core-info__img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.b-venue-core-info__content {
  font-size: 17px;
  font-size: 1.1333333333rem;
  line-height: 28px;
  line-height: 1.8666666667rem;
  font-variation-settings: "wght"300;
  padding: 20px 10px
}

@media(min-width: 500px) {
  .b-venue-core-info__content {
    display: flex
  }
}

@media(min-width: 768px) {
  .b-venue-core-info__content {
    flex: 0 1 auto;
    flex-direction: column;
    padding: 30px 87px 30px 50px
  }
}

@media(min-width: 992px) {
  .b-venue-core-info__content {
    font-size: 23px;
    font-size: 1.5333333333rem;
    line-height: 36px;
    line-height: 2.4rem;
    font-variation-settings: "wght"300;
    padding: 50px 100px 50px 60px
  }
}

@media(min-width: 1200px) {
  .b-venue-core-info__content {
    font-size: 31px;
    font-size: 2.0666666667rem;
    line-height: 42px;
    line-height: 2.8rem;
    font-variation-settings: "wght"300;
    padding: 50px 94px 50px 70px
  }
}

@media(min-width: 500px) {
  .b-venue-core-info__content__info {
    margin: -17px 0 0 30px
  }
}

@media(min-width: 768px) {
  .b-venue-core-info__content__info {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    margin: 0
  }
}

.b-venue-core-info__address {
  font-size: 15px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.4rem;
  font-variation-settings: "wght"300;
  margin: 20px 0 30px
}

@media(min-width: 768px) {
  .b-venue-core-info__address {
    font-size: 17px;
    font-size: 1.1333333333rem;
    line-height: 28px;
    line-height: 1.8666666667rem;
    font-variation-settings: "wght"300
  }
}

@media(min-width: 1200px) {
  .b-venue-core-info__address {
    font-size: 23px;
    font-size: 1.5333333333rem;
    line-height: 36px;
    line-height: 2.4rem;
    font-variation-settings: "wght"300
  }
}

.b-venue-core-info__address>svg {
  height: 18px;
  margin: 0 2px 0 -4px;
  width: 18px
}

.b-venue-core-info__button {
  margin: 0;
  white-space: nowrap
}

@media(min-width: 768px) {
  .b-venue-core-info__button {
    align-self: flex-end
  }
}

.b-venue-social-media {
  background-color: #000
}

.b-venue-social-media .b-promo__anchor {
  background-color: #1d1e20
}

.b-venue-social-media__content {
  padding: 20px 0 10px
}

@media(min-width: 500px) {
  .b-venue-social-media__content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: none;
    padding: 10px 20px
  }
}

@media(min-width: 768px) {
  .b-venue-social-media__content {
    padding: 10px 50px
  }
}

.b-venue-social-media__content>h2 {
  font-size: 15px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.2rem;
  font-variation-settings: "wght"500;
  margin-bottom: 10px
}

@media(min-width: 768px) {
  .b-venue-social-media__content>h2 {
    font-size: 17px;
    font-size: 1.1333333333rem;
    line-height: 21px;
    line-height: 1.4rem;
    font-variation-settings: "wght"500;
    margin: 0
  }
}

@media(min-width: 992px) {
  .b-venue-social-media__content>h2 {
    font-size: 23px;
    font-size: 1.5333333333rem;
    line-height: 28px;
    line-height: 1.8666666667rem;
    font-variation-settings: "wght"500
  }
}

.b-venue-social-media__socials {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row
}

@media(max-width: 499px) {
  .b-venue-social-media__socials {
    margin-top: 5px
  }
}

.b-venue-social-media__socials__item+.b-venue-social-media__socials__item {
  margin-left: 10px
}

@media(min-width: 768px) {
  .b-venue-social-media__socials__item+.b-venue-social-media__socials__item {
    margin-left: 25px
  }
}

.b-venue-social-media__socials__item__link {
  border-radius: 50%;
  display: flex;
  padding: 11px
}

.b-venue-social-media__socials__item__link:hover {
  background-color: #505354
}

.b-venue-social-media__socials__item__link:focus {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #1d1e20;
  outline: 0
}

.b-venue-social-media__socials__item__link>svg {
  height: 23px;
  margin: auto;
  width: 23px
}

@media(min-width: 768px) {
  .b-venue-social-media__socials__item__link>svg {
    height: 28px;
    width: 28px
  }
}

.b-venue-teaser {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 0 10px;
  position: relative;
  width: 100%
}

@media(min-width: 500px) {
  .b-venue-teaser {
    margin-bottom: 32px;
    width: 50%
  }
}

@media(min-width: 992px) {
  .b-venue-teaser {
    width: 50%
  }
}

.b-venue-teaser__link {
  display: block;
  margin-bottom: 10px;
  position: relative
}

.b-venue-teaser__link:hover,
.b-venue-teaser__link:focus {
  box-shadow: none
}

.b-venue-teaser__link:hover+ul,
.b-venue-teaser__link:focus+ul {
  border-bottom: 1px solid #b7b8bd
}

.b-venue-teaser__link:hover h2,
.b-venue-teaser__link:focus h2 {
  -webkit-text-decoration: underline;
  text-decoration: underline
}

.b-venue-teaser__media {
  margin-bottom: 6px;
  overflow: hidden;
  padding-top: 66.67%;
  position: relative
}

@media(min-width: 500px) {
  .b-venue-teaser__media {
    margin-bottom: 10px
  }
}

.b-venue-teaser__media::after {
  background-image: linear-gradient(rgba(29, 30, 32, 0.35), rgba(29, 30, 32, 0));
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity .35s ease;
  width: 100%;
  z-index: 0
}

.b-venue-teaser__link:hover .b-venue-teaser__media::after,
.b-venue-teaser__link:focus .b-venue-teaser__media::after {
  opacity: 1
}

.b-venue-teaser__media-image {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%
}

.b-venue-teaser__info {
  padding-bottom: 20px
}

@media(min-width: 500px) {
  .b-venue-teaser__info {
    min-height: 310px
  }
}

@media(min-width: 768px) {
  .b-venue-teaser__info {
    min-height: 150px
  }
}

@media(min-width: 992px) {
  .b-venue-teaser__info {
    min-height: 210px;
    padding-bottom: 60px
  }
}

.b-venue-teaser__info .b-icon-list__item {
  margin-bottom: 15px
}

.b-venue-teaser__info .b-icon-list__item__content {
  margin-left: 0;
  padding-top: 5px
}

@media(min-width: 768px) {
  .b-venue-teaser__info .b-icon-list__item__content {
    padding-top: 0
  }
}

.b-venue-teaser__info .b-icon-list__item__heading {
  font-size: 13px;
  font-size: 0.8666666667rem;
  line-height: 18px;
  line-height: 1.2rem;
  font-variation-settings: "wght"400
}

@media(min-width: 768px) {
  .b-venue-teaser__info .b-icon-list__item__heading {
    font-size: 17px;
    font-size: 1.1333333333rem;
    line-height: 28px;
    line-height: 1.8666666667rem;
    font-variation-settings: "wght"400
  }
}

.b-venue-teaser__title {
  font-size: 17px;
  font-size: 1.1333333333rem;
  line-height: 21px;
  line-height: 1.4rem;
  font-variation-settings: "wght"500;
  margin: 4px 0 8px
}

@media(min-width: 768px) {
  .b-venue-teaser__title {
    font-size: 23px;
    font-size: 1.5333333333rem;
    line-height: 28px;
    line-height: 1.8666666667rem;
    font-variation-settings: "wght"500
  }
}

@media(min-width: 500px) {
  .b-venue-teaser__title {
    margin: 10px 0
  }
}

.b-venue-teaser__title-icon {
  color: #1d1e20;
  height: 14px;
  margin-left: 5px;
  width: 14px
}

.b-venue-teaser__description {
  font-size: 17px;
  font-size: 1.1333333333rem;
  line-height: 28px;
  line-height: 1.8666666667rem;
  font-variation-settings: "wght"400;
  color: #1d1e20;
  flex-grow: 3;
  margin-bottom: 10px;
  position: relative
}

@media(min-width: 500px) {
  .b-venue-teaser__description {
    margin-bottom: 20px
  }
}

@media(min-width: 768px) {
  .b-venue-teaser__description {
    font-size: 23px;
    font-size: 1.5333333333rem;
    line-height: 36px;
    line-height: 2.4rem;
    font-variation-settings: "wght"400
  }
}

@media(min-width: 992px) {
  .b-venue-teaser__description {
    margin-bottom: 15px
  }
}

.b-venue-teaser__footer {
  border-bottom: 1px solid #eaeaea;
  -moz-column-gap: 10px;
  column-gap: 10px;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0 6px 15px
}

.b-venue-teaser__footer .u-btn {
  border: 1px solid #1d1e20;
  -moz-column-gap: 6px;
  column-gap: 6px;
  display: flex;
  margin: 10px 0
}

.b-venue-teaser__footer .u-btn:hover,
.b-venue-teaser__footer .u-btn:focus {
  background-color: #dee0e2;
  outline: none
}

.b-venue-teaser__footer .b-icon-list__item__icon {
  margin: 0
}

.b-venue-visit-info {
  background-color: #1d1e20;
  color: #fff;
  display: flex;
  margin: auto;
  max-width: 1200px;
  padding: 30px 0;
  width: 100%
}

@media(max-width: 499px) {
  .b-venue-visit-info {
    flex-direction: column;
    padding: 30px 20px
  }
}

.b-venue-visit-info__col {
  display: flex
}

.b-venue-visit-info__col-body {
  font-size: 14px;
  line-height: 1.29;
  margin: 5px 0 20px
}

@media(min-width: 768px) {
  .b-venue-visit-info__col:first-of-type {
    padding-left: 75px
  }
}

@media(min-width: 500px) {
  .b-venue-visit-info__col:last-of-type::after {
    content: none
  }
}

.b-venue-visit-info__col:last-of-type .b-venue-visit-info__col-body {
  margin-bottom: 5px
}

@media(min-width: 768px) {
  .b-venue-visit-info__col:last-of-type {
    padding-right: 75px
  }
}

@media(max-width: 499px) {
  .b-venue-visit-info__col {
    flex-direction: row
  }
}

@media(min-width: 500px) {
  .b-venue-visit-info__col {
    flex-direction: column;
    line-height: 18px;
    padding: 0 20px 0 14px;
    position: relative;
    width: 33.33%
  }

  .b-venue-visit-info__col::after {
    background-color: #747c80;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    width: 1px
  }
}

@media(min-width: 768px) {
  .b-venue-visit-info__col {
    padding: 0 24px
  }

  .b-venue-visit-info__col::after {
    height: 100%
  }
}

@media(min-width: 992px) {
  .b-venue-visit-info__col {
    flex-direction: initial
  }

  .b-venue-visit-info__col::after {
    height: 90px
  }
}

.b-venue-visit-info__col-svg {
  height: 18px;
  margin-right: 15px;
  width: 18px
}

.b-venue-visit-info__col-svg--ticket {
  height: 21px;
  width: 21px
}

@media(min-width: 992px) {
  .b-venue-visit-info__col-text {
    max-width: 270px
  }
}

.b-venue-visit-info__col-title {
  font-size: 17px;
  line-height: 1.24
}

@media(min-width: 500px) {
  .b-venue-visit-info__col-title {
    margin-bottom: 5px;
    margin-top: 10px
  }
}

@media(min-width: 992px) {
  .b-venue-visit-info__col-title {
    margin-bottom: 2px;
    margin-top: 0
  }
}

.b-venue-visit-info__col-link {
  font-size: 14px;
  line-height: 1.29;
  margin-top: -5px;
  -webkit-text-decoration: underline;
  text-decoration: underline
}

.b-venue-visit-lead {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 10px
}

@media(min-width: 768px) {
  .b-venue-visit-lead {
    flex-direction: row;
    padding: 30px
  }
}

@media(min-width: 992px) {
  .b-venue-visit-lead {
    padding: 40px
  }
}

.b-venue-visit-lead__img-link {
  margin-bottom: 24px;
  width: 100%
}

@media(min-width: 768px) {
  .b-venue-visit-lead__img-link {
    margin-bottom: 0;
    flex: 0 0 49%
  }
}

@media(min-width: 992px) {
  .b-venue-visit-lead__img-link {
    flex: 0 0 57%
  }
}

.b-venue-visit-lead__img {
  height: calc(80vw - 20px);
  max-height: 374px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

@media(min-width: 992px) {
  .b-venue-visit-lead__img {
    max-height: 425px
  }
}

@media(min-width: 768px) {
  .b-venue-visit-lead__content {
    margin-left: 23px
  }
}

@media(min-width: 992px) {
  .b-venue-visit-lead__content {
    margin: 11px 0 0 48px
  }
}

.b-block-grid {
  margin: 12px 0
}

.b-block-grid--padded {
  overflow: hidden;
  padding: 0 0 38px
}

@media(min-width: 768px) {
  .b-block-grid--padded {
    padding: 0 22px 38px
  }
}

@media(min-width: 992px) {
  .b-block-grid--padded {
    padding: 0 54px 54px
  }
}

.b-block-grid__header {
  color: #fff;
  margin: 40px 0 20px;
  width: 100%
}

@media(min-width: 768px) {
  .b-block-grid__header {
    margin: 60px 0 30px
  }
}

.b-block-grid__header--black {
  color: #1d1e20
}

.b-block-grid__header--transparent {
  background-color: rgba(0, 0, 0, 0)
}

.b-block-grid>.b-block-grid__header {
  margin: 40px 0 50px
}

@media(min-width: 768px) {
  .b-block-grid>.b-block-grid__header {
    margin: 50px 0 70px
  }
}

.b-block-grid__title {
  font-size: 23px;
  font-size: 1.5333333333rem;
  line-height: 28px;
  line-height: 1.8666666667rem;
  font-variation-settings: "wght"500;
  text-align: center
}

@media(min-width: 768px) {
  .b-block-grid__title {
    font-size: 31px;
    font-size: 2.0666666667rem;
    line-height: 36px;
    line-height: 2.4rem;
    font-variation-settings: "wght"500
  }
}

.b-block-grid__content {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap
}

.b-block-grid__footer {
  background-color: #1d1e20;
  clear: both;
  padding: 20px
}

.b-block-grid__footer--light {
  background-color: #fff
}

.b-block-grid__footer>a:focus {
  box-shadow: none
}

.b-block-grid__footer>a:focus .b-icon-badge__icon {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #1d1e20;
  outline: 0
}

.b-block-grid__footer>svg {
  color: #1d1e20
}

.b-block-grid__cols-restarter {
  -moz-column-span: all !important;
  column-span: all !important;
  height: 0 !important;
  padding: 0 !important
}

.b-collection-grid__items {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 0
}

@media(min-width: 500px) {
  .b-collection-grid__items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px
  }

  .no-flexbox .b-collection-grid__items {
    overflow: hidden
  }
}

.b-collection-grid__item {
  box-sizing: border-box;
  flex: 0 1 auto;
  margin-bottom: 16px
}

.no-flexbox .b-collection-grid__item {
  float: left
}

@media(min-width: 500px) {
  .b-collection-grid__item {
    flex-basis: 50%;
    margin-bottom: 23px;
    max-width: 50%;
    padding: 0 12px
  }

  .no-flexbox .b-collection-grid__item {
    width: 50%
  }
}

@media(min-width: 992px) {
  .b-collection-grid__item {
    flex-basis: 33.3333333333%;
    margin-bottom: 16px;
    max-width: 33.3333333333%
  }

  .no-flexbox .b-collection-grid__item {
    width: 33.3333333333%
  }
}

.b-collection-grid__item--featured {
  box-sizing: border-box;
  flex: 0 1 auto;
  margin-bottom: 16px
}

.no-flexbox .b-collection-grid__item--featured {
  float: left
}

@media(min-width: 500px) {
  .b-collection-grid__item--featured {
    flex-basis: 50%;
    margin-bottom: 23px;
    max-width: 50%;
    padding: 0 12px
  }

  .no-flexbox .b-collection-grid__item--featured {
    width: 50%
  }
}

@media(min-width: 992px) {
  .b-collection-grid__item--featured {
    flex-basis: 25%;
    margin-bottom: 16px;
    max-width: 25%
  }

  .no-flexbox .b-collection-grid__item--featured {
    width: 25%
  }
}

.b-collection-grid__3after4 {
  margin: auto;
  max-width: 950px
}

.b-exhibition-promo__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center
}

@media(min-width: 992px) {
  .b-exhibition-promo__list {
    -moz-column-gap: 20px;
    column-gap: 20px;
    flex-direction: row
  }
}

@media(min-width: 1200px) {
  .b-exhibition-promo__list {
    -moz-column-gap: 30px;
    column-gap: 30px
  }
}

.b-horizontal-scroll-grid {
  margin: auto;
  overflow: hidden
}

.b-horizontal-scroll-grid ::-webkit-scrollbar {
  display: none
}

.b-horizontal-scroll-grid__content {
  align-content: stretch;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px
}

.b-horizontal-scroll-grid__content--noflex {
  display: inline-flex
}

.cssscrollbar .b-horizontal-scroll-grid__content {
  overflow-x: auto;
  white-space: nowrap
}

.b-holding-page {
  margin: auto;
  max-width: 1440px;
  width: 100%
}

.b-holding-page-content {
  margin: 0 20px;
  position: absolute;
  top: 50px
}

@media(min-width: 768px) {
  .b-holding-page-content {
    margin: 0 50px;
    top: 100px
  }
}

.b-holding-page-icon {
  color: #fff;
  height: 72px;
  margin-bottom: 0;
  width: 128px
}

@media(min-width: 768px) {
  .b-holding-page-icon {
    height: 120px;
    margin-bottom: 20px;
    width: 200px
  }
}

.b-holding-page-heading {
  font-size: 31px;
  font-size: 2.0666666667rem;
  line-height: 42px;
  line-height: 2.8rem;
  font-variation-settings: "wght"400;
  color: #fff;
  line-height: 2.5rem
}

@media(min-width: 768px) {
  .b-holding-page-heading {
    font-size: 51px;
    font-size: 3.4rem;
    line-height: 58px;
    line-height: 3.8666666667rem;
    font-variation-settings: "wght"400;
    line-height: 4rem
  }
}

.b-holding-page-message {
  font-size: 15px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.4rem;
  font-variation-settings: "wght"400;
  color: #fff;
  line-height: 1.5rem;
  margin-bottom: 10px;
  max-width: 700px
}

@media(min-width: 768px) {
  .b-holding-page-message {
    font-size: 23px;
    font-size: 1.5333333333rem;
    line-height: 36px;
    line-height: 2.4rem;
    font-variation-settings: "wght"300;
    line-height: 2.25rem
  }
}

.b-holding-page-return {
  font-size: 15px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.4rem;
  font-variation-settings: "wght"300;
  color: #fff
}

@media(min-width: 768px) {
  .b-holding-page-return {
    font-size: 17px;
    font-size: 1.1333333333rem;
    line-height: 28px;
    line-height: 1.8666666667rem;
    font-variation-settings: "wght"300
  }
}

.b-holding-page-info {
  margin-bottom: 40px
}

@media(min-width: 768px) {
  .b-holding-page-info {
    margin-bottom: 60px
  }
}

.b-modal__description-license-contact:focus {
  box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 6px #1d1e20;
  outline: 0
}

.b-image-overlay__preview {
  cursor: pointer;
  height: auto;
  max-width: 735px;
  position: relative
}

.b-image-overlay__preview--offensive {
  cursor: auto
}

.b-image-overlay__preview--hidden {
  display: none !important
}

.b-image-overlay__preview-image {
  height: 100%;
  max-height: 450px;
  max-width: calc(100vw - 40px);
  min-height: 200px;
  -o-object-fit: contain;
  object-fit: contain
}

.b-image-overlay__preview-image--offensive {
  filter: blur(10px)
}

@media(min-width: 992px) {
  .b-image-overlay__preview-image {
    max-height: -moz-fit-content;
    max-height: fit-content;
    min-height: 300px;
    width: 100%
  }
}

.b-image-overlay__preview-concealer {
  background-color: rgba(57, 59, 63, .8);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.b-image-overlay__preview-concealer-text {
  font-size: 15px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.4rem;
  font-variation-settings: "wght"400;
  color: #fff;
  height: 56px;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 40%;
  transform: translate(-50%, -50%);
  width: 238px
}

@media(min-width: 500px) {
  .b-image-overlay__preview-concealer-text {
    font-size: 17px;
    font-size: 1.1333333333rem;
    line-height: 28px;
    line-height: 1.8666666667rem;
    font-variation-settings: "wght"400
  }
}

.b-image-overlay__preview-concealer-button {
  font-size: 13px;
  font-size: 0.8666666667rem;
  line-height: 18px;
  line-height: 1.2rem;
  font-variation-settings: "wght"500;
  border: solid 1px #fff;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  height: 24px;
  left: 50%;
  margin-top: 60px;
  position: absolute;
  top: 40%;
  transform: translate(-50%, -50%);
  width: 124px
}

.b-image-overlay__preview-concealer-button:hover {
  background-color: #fff;
  color: #1d1e20
}

.b-image-overlay__container {
  display: none
}

.b-image-overlay__container--active {
  background: #000;
  display: block;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 300
}

@media(min-width: 992px) {
  .b-image-overlay__container--active {
    background: rgba(29, 30, 32, .94)
  }
}

.b-image-overlay__close-container {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 100 100%27%3E%3Cpath d=%27M50 39.254 10.749 0 0 10.742l39.251 39.254L0 89.251 10.749 100 50 60.746 89.251 100 100 89.243 60.749 49.99 100 10.734 89.244 0 49.992 39.254z%27 fill=%27%23fff%27/%3E%3C/svg%3E");
  cursor: pointer;
  height: 29px;
  margin: 10px;
  position: fixed;
  right: 0;
  top: 0;
  width: 29px;
  z-index: 99999
}

.b-image-overlay__content {
  display: flex;
  flex-direction: column;
  height: 100vh;
  width: 100vw
}

.b-image-overlay__figure {
  height: 100%;
  width: 100%
}

.b-image-overlay__figure>.openseadragon-container {
  overflow: visible !important
}

.b-image-overlay__figcaption {
  font-size: 14px;
  font-size: 0.9333333333rem;
  line-height: 18px;
  line-height: 1.2rem;
  font-variation-settings: "wght"400;
  background: #1d1e20;
  display: flex;
  line-height: 1.7;
  max-height: 50%;
  transition: max-height 450ms;
  width: 100%
}

@media(min-width: 992px) {
  .b-image-overlay__figcaption {
    position: relative
  }
}

.b-image-overlay__figcaption--shut {
  max-height: 102px
}

.b-image-overlay__figcaption__handle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #1d1e20;
  border: 1px solid #50e3c2;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  height: 32px;
  padding: 0;
  position: relative;
  right: 24px;
  top: -16px;
  transition: transform 340ms;
  width: 32px;
  z-index: 1
}

@media(min-width: 992px) {
  .b-image-overlay__figcaption__handle {
    display: none
  }
}

.b-image-overlay__figcaption__handle::after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 34%;
  margin: auto;
  transform: translate(0, -2px) rotate(45deg);
  width: 34%
}

.b-image-overlay__figcaption--shut .b-image-overlay__figcaption__handle {
  transform: rotate(180deg)
}

.b-image-overlay__details {
  background: #393b3f;
  display: inline-flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
  justify-content: space-between;
  position: absolute;
  right: 0;
  top: 0;
  width: 35%
}

.b-image-overlay__caption {
  font-size: 17px;
  font-size: 1.1333333333rem;
  line-height: 28px;
  line-height: 1.8666666667rem;
  font-variation-settings: "wght"400;
  display: block;
  line-height: 1.56;
  max-width: 600px;
  padding: 30px
}

.b-image-overlay-detail {
  align-items: center;
  background: #1d1e20;
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px;
  width: 100%
}

@media(min-width: 992px) {
  .b-image-overlay-detail {
    padding: 22px 30px 24px
  }
}

.b-image-overlay-detail__navigation-container {
  margin-bottom: 10px
}

@media(min-width: 992px) {
  .b-image-overlay-detail__navigation-container {
    display: none
  }
}

.b-image-overlay-detail__caption {
  flex: 0 1 auto
}

.b-image-overlay-detail__image-counter {
  font-size: 15px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.2rem;
  font-variation-settings: "wght"500
}

.b-image-overlay-detail__copyright-holder {
  font-size: 12px;
  font-size: 0.8rem;
  line-height: 16px;
  line-height: 1.0666666667rem;
  font-variation-settings: "wght"300;
  line-height: 22px
}

.b-image-overlay-detail__download-button-container {
  margin-top: 4px
}

.b-image-overlay-detail__caption-container {
  align-self: flex-start;
  flex: 1 0 auto;
  text-align: left
}

@media(min-width: 992px) {
  .b-image-overlay-detail__caption-container {
    max-width: 371px
  }
}

.b-image-overlay-detail__carousel-container {
  display: none
}

@media(min-width: 992px) {
  .b-image-overlay-detail__carousel-container {
    display: block;
    left: 50%;
    margin: 33px 0 24px;
    position: absolute;
    transform: translate(-50%, 0)
  }
}

.b-image-overlay-detail__zoom-btns {
  left: 20px;
  position: absolute;
  top: 20px
}

@media(min-width: 992px) {
  .b-image-overlay-detail__zoom-btns {
    left: auto;
    margin: 0 20px 0 auto;
    position: relative;
    top: auto
  }
}

.b-image-overlay-detail__zoom-in,
.b-image-overlay-detail__zoom-out {
  display: flex !important
}

.b-image-overlay-detail__zoom-in,
.b-image-overlay-detail__zoom-out {
  background: #fff;
  border-radius: 50%;
  color: #1d1e20;
  cursor: default;
  height: 32px;
  opacity: .4;
  width: 32px
}

.b-image-overlay-detail__zoom-in>svg,
.b-image-overlay-detail__zoom-out>svg {
  height: 14px;
  margin: auto;
  width: 14px
}

.b-image-overlay-detail__zoom-in--enabled,
.b-image-overlay-detail__zoom-out--enabled {
  cursor: pointer;
  opacity: 1
}

.b-image-overlay-detail__zoom-in--enabled:hover,
.b-image-overlay-detail__zoom-in--enabled:focus,
.b-image-overlay-detail__zoom-out--enabled:hover,
.b-image-overlay-detail__zoom-out--enabled:focus {
  background: #dee0e2
}

.b-image-overlay-detail__zoom-out {
  margin-top: 18px
}

.b-image-overlay-detail__zoomnavigator {
  display: none !important
}

@media(min-width: 992px) {
  .b-image-overlay-detail__zoomnavigator {
    border: 1px solid #efefed !important;
    display: block !important
  }

  .b-image-overlay-detail__zoomnavigator {
    height: 104px;
    width: 156px
  }
}

.g-object-grid {
  list-style-type: none;
  margin: 0;
  padding: 0;
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 30px;
  column-gap: 30px;
  margin-bottom: 40px;
  width: 100%
}

@media(min-width: 992px) {
  .g-object-grid {
    -moz-column-count: 3;
    column-count: 3
  }
}

.g-object-grid__item {
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 30px;
  width: 100%
}

.b-search-results-page {
  background-color: #1d1e20;
  padding-bottom: 48px
}

.b-search-results-page__search-box-container,
.b-search-results-page__search-results-container,
.b-search-results-page__search-pagination-container {
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%
}

@media(min-width: 992px) {

  .b-search-results-page__search-box-container,
  .b-search-results-page__search-results-container,
  .b-search-results-page__search-pagination-container {
    max-width: 1200px
  }
}

.b-search-results-page__search-box-container {
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%)
}

.b-search-results-page__search-pagination-container {
  margin-top: 24px
}

@media(min-width: 992px) {
  .b-search-results-page__search-pagination-container {
    margin-top: 48px
  }
}

.b-search-results-page__search-results-container {
  padding-top: 100px
}

@media(min-width: 500px) {
  .b-search-results-page__search-results-container {
    padding-top: 60px
  }
}

@media(min-width: 768px) {
  .b-search-results-page__search-results-container {
    padding-top: 80px
  }
}

.b-search-page {
  max-width: 1200px;
  width: 100%
}

@media(min-width: 768px) {
  .b-search-page {
    padding: 0 27px
  }
}

.b-search-page-content-container {
  margin-bottom: 120px
}

@media(min-width: 992px) {
  .b-search-page-content-container {
    margin-bottom: 140px
  }
}

.b-search-page-title {
  color: #fff;
  font-size: 48px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: normal;
  margin-bottom: 15px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, .5)
}

@media(min-width: 992px) {
  .b-search-page-title {
    font-size: 54px
  }
}

.b-search-page-subtitle,
.b-search-page-title {
  padding: 0 12px
}

@media(min-width: 768px) {

  .b-search-page-subtitle,
  .b-search-page-title {
    padding: 0
  }
}

.b-search-page-subtitle {
  color: #fff;
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.25;
  text-shadow: 0 2px 4px rgba(0, 0, 0, .5);
  width: 100%
}

@media(min-width: 768px) {
  .b-search-page-subtitle {
    height: 118px;
    width: 476px
  }
}

@media(min-width: 992px) {
  .b-search-page-subtitle {
    font-size: 24px
  }
}

.b-search-page-bg {
  background-color: #2f3132;
  height: 100vh
}

.b-search-box-container {
  background-color: #242424;
  margin: auto;
  padding: 34px 10px;
  text-align: center
}

@media(min-width: 500px) {
  .b-search-box-container {
    padding: 32px 43px 34px 41px
  }
}

@media(min-width: 992px) {
  .b-search-box-container {
    max-width: 1200px
  }
}

.b-search-box-container--listing {
  background-color: rgba(0, 0, 0, 0);
  padding: 0
}

.b-search-box-container-header {
  margin-bottom: 24px
}

.b-search-box-container-header__title {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 3.38px
}

@media(min-width: 992px) {
  .b-search-box-container-header__title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 3.38px
  }
}

.b-search-box-container-header__subtitle {
  color: #fff;
  font-size: 16px;
  font-weight: 500
}

.b-search-box-container-header__logo {
  color: #70787c;
  height: 46px;
  width: 80px
}

.b-search-box-container-header__logo-container {
  display: block;
  margin-bottom: -7px;
  text-align: right;
  width: 100%
}

@media(min-width: 500px) {
  .b-search-box-container-header__logo-container {
    display: none
  }
}

.b-story-box-container-background {
  background-color: #393b3f;
  max-width: 712px
}

.b-story-box-container__story-boxes {
  display: flex;
  flex-flow: row wrap;
  justify-content: center
}

.b-story-box-container__reveal-container button {
  cursor: pointer
}

.b-story-box-container__reveal-container .b-icon-badge__icon {
  height: 60px;
  width: 60px
}

.b-story-box-container__reveal-container .b-icon-badge__label {
  margin-top: 15px;
  text-shadow: none
}

.b-story-box-container__reveal-container svg {
  height: 20px;
  width: 20px
}

.b-story-box-container__reveal-container {
  display: none;
  margin-top: 20px;
  text-align: center
}

.b-story-box-container__reveal-container--active {
  display: block
}

@media(min-width: 500px) {
  .b-story-box-container__col-break {
    flex-basis: 24px
  }
}

@media(min-width: 500px) {
  .b-story-box-container__row-break {
    width: 100%
  }
}

.b-facet-box-modal__container {
  display: none
}

.b-facet-box-modal__container--active {
  display: block
}

@media(min-width: 768px) {
  .b-facet-box-modal__container {
    display: block;
    height: 100%;
    width: 100%
  }
}

.g-venue-blog-cards,
.g-venue-blog-cards__row {
  display: flex;
  flex-flow: row wrap;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: center;
  max-width: 1200px;
  width: 100%
}

.g-venue-blog-cards__row {
  justify-content: center
}

@media(max-width: 991px) {
  .g-venue-blog-cards__row>section {
    margin-top: 20px
  }
}

@media(max-width: 767px) {
  .g-venue-blog-cards__row>section {
    margin-top: 10px
  }
}

@media(max-width: 991px) {
  .g-venue-blog-cards__row {
    overflow: hidden
  }
}

.g-venue-blog-cards__row .b-venue-blog-card {
  max-width: 355px
}

@media(min-width: 500px) {
  .g-venue-blog-cards__row .b-venue-blog-card {
    max-width: 380px
  }
}

.g-venue-blog-cards {
  overflow: hidden
}

@media(min-width: 500px) {
  .g-venue-blog-cards .b-venue-blog-card--50-width:nth-of-type(1) {
    margin-right: 5px
  }
}

@media(min-width: 768px) {
  .g-venue-blog-cards .b-venue-blog-card--50-width:nth-of-type(1) {
    margin-right: 10px
  }
}

@media(min-width: 1200px) {
  .g-venue-blog-cards .b-venue-blog-card--50-width:nth-of-type(1) {
    margin-right: 15px
  }
}

@media(min-width: 500px) {
  .g-venue-blog-cards .b-venue-blog-card--50-width:nth-of-type(2) {
    margin-left: 5px
  }
}

@media(min-width: 768px) {
  .g-venue-blog-cards .b-venue-blog-card--50-width:nth-of-type(2) {
    margin-left: 10px
  }
}

@media(min-width: 1200px) {
  .g-venue-blog-cards .b-venue-blog-card--50-width:nth-of-type(2) {
    margin-left: 15px
  }
}

.g-venue-blog-cards--three {
  flex-wrap: wrap
}

@media(min-width: 992px) {
  .g-venue-blog-cards--three {
    flex-wrap: nowrap
  }

  .g-venue-blog-cards--three .b-venue-blog-card--33-width {
    margin-right: 30px
  }
}

@media(min-width: 992px)and (max-width: 991px) {
  .g-venue-blog-cards--three .b-venue-blog-card--33-width {
    margin-top: 10px
  }
}

@media(min-width: 992px)and (min-width: 500px) {
  .g-venue-blog-cards--three .b-venue-blog-card--50-width:nth-of-type(1) {
    margin-right: 15px
  }
}

@media(min-width: 992px)and (min-width: 500px) {
  .g-venue-blog-cards--three .b-venue-blog-card--50-width:nth-of-type(2) {
    margin-left: 15px
  }
}

@media(min-width: 992px) {
  .g-venue-blog-cards--three .g-venue-blog-cards__row {
    flex-basis: 790px;
    padding-left: 0
  }
}

.g-venue-blog-cards--single {
  padding: 0 10px
}

@media(min-width: 768px) {
  .g-venue-blog-cards--single {
    padding: 0 65px
  }
}

@media(min-width: 500px) {

  .g-venue-blog-cards--single .b-venue-blog-card__text--100-width,
  .g-venue-blog-cards--single .b-venue-blog-card__img--100-width {
    width: 50%;
    flex-basis: 50%;
    flex-grow: 1
  }
}

.g-venue-blog-cards--single .b-venue-blog-card__text {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start
}

.g-venue-blog-cards--single .b-venue-blog-card__posttype {
  flex-grow: 0
}

.g-venue-blog-cards--single .b-venue-blog-card__desc--100-width {
  height: auto;
  height: initial;
  flex-grow: 1
}

.g-venue-blog-cards--single .b-venue-blog-card__posttype {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 16px
}

@media(min-width: 500px) {
  .g-venue-blog-cards--single .b-venue-blog-card__posttype {
    font-size: 12px;
    line-height: 16px
  }
}

@media(min-width: 768px) {
  .g-venue-blog-cards--single .b-venue-blog-card__posttype {
    font-size: 13px;
    line-height: 18px
  }
}

@media(min-width: 992px) {
  .g-venue-blog-cards--single .b-venue-blog-card__posttype {
    font-size: 15px;
    line-height: 18px
  }
}

@media(min-width: 1200px) {
  .g-venue-blog-cards--single .b-venue-blog-card__posttype {
    font-size: 17px;
    line-height: 21px
  }
}

.g-venue-blog-cards--single .b-venue-blog-card__heading {
  font-size: 23px;
  line-height: 28px
}

@media(min-width: 500px) {
  .g-venue-blog-cards--single .b-venue-blog-card__heading {
    font-size: 17px;
    line-height: 21px
  }
}

@media(min-width: 768px) {
  .g-venue-blog-cards--single .b-venue-blog-card__heading {
    font-size: 17px;
    line-height: 21px
  }
}

@media(min-width: 992px) {
  .g-venue-blog-cards--single .b-venue-blog-card__heading {
    font-size: 23px;
    line-height: 28px
  }
}

@media(min-width: 1200px) {
  .g-venue-blog-cards--single .b-venue-blog-card__heading {
    font-size: 31px;
    line-height: 36px
  }
}

@media(min-width: 768px) {
  .g-venue-blog-cards--single .b-venue-blog-card__desc {
    font-size: 12px;
    line-height: 16px
  }
}

@media(min-width: 992px) {
  .g-venue-blog-cards--single .b-venue-blog-card__desc {
    font-size: 15px;
    line-height: 21px
  }
}

@media(min-width: 1200px) {
  .g-venue-blog-cards--single .b-venue-blog-card__desc {
    font-size: 17px;
    line-height: 28px
  }
}

.g-venue-blog-cards--single .b-venue-blog-card__cta {
  font-size: 13px;
  line-height: 18px
}

@media(min-width: 992px) {
  .g-venue-blog-cards--single .b-venue-blog-card__cta {
    font-size: 14px;
    line-height: 28px
  }
}

@media(min-width: 500px) {
  .g-venue-blog-cards--single .b-venue-blog-card__desc {
    display: none
  }
}

@media(min-width: 768px) {
  .g-venue-blog-cards--single .b-venue-blog-card__desc {
    display: block
  }
}

@media(min-width: 500px) {
  .g-venue-blog-cards--single .b-venue-blog-card__text--100-width {
    padding: 20px
  }
}

@media(min-width: 992px) {
  .g-venue-blog-cards--single .b-venue-blog-card__text--100-width {
    padding: 30px
  }
}

@media(min-width: 1200px) {
  .g-venue-blog-cards--single .b-venue-blog-card__text--100-width {
    padding: 40px
  }
}

.g-venue-blog-cards--single .b-venue-blog-card__img--100-width {
  max-width: 600px
}

.g-venue-blog-cards--single .b-venue-blog-card__img img {
  position: relative
}

@media(min-width: 500px) {
  .g-venue-blog-cards--single .b-venue-blog-card__img img {
    height: 100%
  }
}

.g-venue-blog-cards--single .b-venue-blog-card__subheading {
  display: none
}

.g-venue-blog-cards--single .b-venue-blog-card__link:hover .b-venue-blog-card__cta,
.g-venue-blog-cards--single .b-venue-blog-card__link:focus .b-venue-blog-card__cta {
  -webkit-text-decoration: underline;
  text-decoration: underline
}

.g-venue-blog-cards--single .b-venue-blog-card__cta {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  margin-top: auto
}

.g-venue-blog-cards--single .b-venue-blog-card__cta::after {
  border: 5px solid rgba(0, 0, 0, 0);
  border-left-color: currentColor;
  content: "";
  display: block;
  margin: 0 0 0 7px
}

@media(min-width: 500px) {
  .g-venue-blog-cards--single .b-venue-blog-card__link--100-width {
    flex-direction: row
  }
}

.g-venue-card-grid {
  margin-bottom: 40px;
  width: 100%
}

.g-venue-card-grid__header {
  font-size: 23px;
  font-size: 1.5333333333rem;
  line-height: 28px;
  line-height: 1.8666666667rem;
  font-variation-settings: "wght"500;
  color: #fff;
  margin-bottom: 18px;
  text-align: center
}

@media(min-width: 768px) {
  .g-venue-card-grid__header {
    font-size: 31px;
    font-size: 2.0666666667rem;
    line-height: 36px;
    line-height: 2.4rem;
    font-variation-settings: "wght"500;
    margin-bottom: 23px
  }
}

@media(min-width: 768px) {
  .g-venue-card-grid__grid {
    display: flex;
    flex-flow: row wrap
  }
}

.g-venue-card-grid__item {
  margin-bottom: 10px
}

.g-venue-card-grid__item>.b-venue-card {
  aspect-ratio: 5/3
}

@media(min-width: 768px) {
  .g-venue-card-grid__item {
    flex: 0 1 calc((100% - 20px)*5/11)
  }

  .g-venue-card-grid__item:nth-child(n+2) {
    margin-left: 10px
  }

  .g-venue-card-grid__item:nth-child(2),
  .g-venue-card-grid__item:nth-child(3),
  .g-venue-card-grid__item:nth-child(4) {
    flex-basis: calc((100% - 20px)*3/11)
  }

  .g-venue-card-grid__item:nth-child(2)>.b-venue-card,
  .g-venue-card-grid__item:nth-child(3)>.b-venue-card,
  .g-venue-card-grid__item:nth-child(4)>.b-venue-card {
    aspect-ratio: 3/5
  }

  .g-venue-card-grid__item:nth-child(n):nth-child(4) {
    margin-left: calc(18.1818181818% - 5px)
  }

  .g-venue-card-grid__item:nth-child(n):nth-child(4)>.b-venue-card {
    margin-top: -66.6666666667%
  }
}

@media(min-width: 992px) {
  .g-venue-card-grid__item {
    flex: 0 1 calc((100% - 40px)*5/11);
    margin-bottom: 20px
  }

  .g-venue-card-grid__item:nth-child(n+2) {
    margin-left: 20px
  }

  .g-venue-card-grid__item:nth-child(2),
  .g-venue-card-grid__item:nth-child(3),
  .g-venue-card-grid__item:nth-child(4) {
    flex-basis: calc((100% - 40px)*3/11)
  }
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.grid-item {
  background-color: #f0f0f0;
  padding: 20px;
}

.profile-grid-img {
  width: 100%;
}

.standard-page-background {
  width: 100%;
  height: 300px;
  position: relative;
  z-index: -1;
  margin-top: -89px;
  background-position: center;
  background-size: cover;
}

.standard-page-contents {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: left;
  font-size: 2.0666666667rem;
  padding: 52px 7.5%;
  color: #fff;
  background: rgb(29, 30, 32);
  background: linear-gradient(180deg, rgba(29, 30, 32, 0) 0%, rgba(29, 30, 32, 1) 100%, rgba(29, 30, 32, 1) 100%);
}

.standard-page-contents h3,
.standard-page-contents h1 {
  color: #ffffff;
  text-align: left;
}

.standard-page-contents h3,
.standard-page-contents p {
  font-size: 16px;
  line-height: 2;
}

.standard-page-quick-link {
  margin: 0 7.5%;
  background-color: #1d1e20;
  color: #fff;
}

.standard-page-quick-link ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.standard-page-quick-link ul li {
  padding: 10px;
}


.inner-block-main {
  max-width: 100%;
  margin: 29px 0;
}


.promo-block,
.inner-block {
  max-width: 100%;
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
}

.promo-block img {
  max-width: 100%;
  width: 100%;
}

.inner-block h2 {
  position: absolute;
  bottom: -23px;
  background: #ffffff;
  padding: 13px;
  left: 50%;
  transform: translate(-50%);
  font-size: 20px;
}


.inner-block img {
  max-width: 100%;
  width: 100%;
}

.promo-contents {
  position: absolute;
  background: transparent;
  padding: 13px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.promo-contents h3 {
  font-size: 12px;
  color: #ffffff;
}

.promo-contents h2 {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 20px;
}

.taxonomy-filter.active,
.filter-link.active {
  background-color: #747c80
}