/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  overflow-y: auto;
  overflow-x: hidden;
  /* break out images need this */ }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: 'Source Serif Pro';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../../../../css/fonts/source-serif-pro-700.woff2") format("woff2"); }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../../../css/fonts/ibm-plex-sans-400.woff2") format("woff2"); }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../../../../css/fonts/ibm-plex-sans-700.woff2") format("woff2"); }

@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../../../css/fonts/noto-serif-400.woff2") format("woff2"); }

@font-face {
  font-family: 'Sarabun Regular';
  src: url("../../../../css/fonts/chmedia/Sarabun-Regular.woff2") format("woff2"), url("../../../../css/fonts/chmedia/Sarabun-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Sarabun ExtraBold';
  src: url("../../../../css/fonts/chmedia/Sarabun-ExtraBold.woff2") format("woff2"), url("../../../../css/fonts/chmedia/Sarabun-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }

body {
  color: #202346;
  font-size: 16px;
  font-family: 'IBM Plex Sans';
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

* {
  box-sizing: border-box; }

.header {
  position: sticky;
  top: 0;
  background: white;
  z-index: 5;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  align-items: center;
  font-family: 'IBM Plex Sans';
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 40px auto;
  border-bottom: 1px solid #d4d4d4; }
  .header__logo {
    display: block;
    height: 60px;
    margin-right: 20px; }
    @media (max-width: 44.49em) {
      .header__logo {
        height: 34px; } }
    @media (max-width: 89.99em) {
      .header__logo {
        margin-left: 16px; } }
    .header__logo img {
      height: 100%; }
    .header__logo.small {
      height: 46px; }
  .header__link {
    text-decoration: none;
    color: #202346; }
  .header__spacer {
    height: 42px; }
    @media (max-width: 44.49em) {
      .header__spacer {
        height: 22px; } }
  .header__create {
    display: flex;
    align-items: center;
    text-decoration: none;
    height: 38px;
    background-color: #202346;
    color: white !important;
    margin-left: auto !important;
    font-size: 14px;
    font-weight: bold;
    text-transform: none;
    padding: 0 24px;
    border: 0; }
    .header__create:hover {
      background-color: #5c5f78;
      color: white; }
    .header__create__small {
      display: none; }
    @media (max-width: 44.49em) {
      .header__create {
        margin-right: 16px; }
        .header__create__large {
          display: none; }
        .header__create__small {
          display: inline; } }

.content {
  width: 100%;
  min-height: 560px;
  max-width: 884px;
  padding: 0 20px;
  margin: 0 auto; }
  .content a {
    color: #202346; }

.footer {
  width: 100%;
  font-family: 'IBM Plex Sans';
  font-size: 15px;
  margin-top: auto; }
  .footer__content {
    background-color: #fbfbfb;
    display: flex;
    margin-top: 60px;
    padding: 50px 0 30px 0;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-top: 1px solid #d4d4d4; }
    @media (max-width: 44.49em) {
      .footer__content {
        padding: 50px 0; } }
    .footer__content nav {
      display: flex;
      text-align: center; }
      @media (max-width: 44.49em) {
        .footer__content nav {
          flex-direction: column; } }
    .footer__content a {
      color: #7d7d7d;
      text-decoration: none;
      margin-left: 30px;
      margin-top: 0; }
      @media (max-width: 44.49em) {
        .footer__content a {
          margin-top: 10px;
          margin-left: 0; }
          .footer__content a:first-child {
            margin-top: 0; } }
      .footer__content a:first-child {
        margin-left: 0; }
  .footer__logo {
    height: 50px;
    margin-bottom: 50px;
    width: auto; }
  .footer__bottom-bar {
    display: flex;
    color: #ffffff; }
    @media (max-width: 63.99em) {
      .footer__bottom-bar {
        flex-direction: column; } }
    @media (min-width: 64em) {
      .footer__bottom-bar {
        height: 80px; } }
  .footer__bottom-left {
    display: flex;
    align-items: center;
    text-decoration: none;
    background-color: #ffe462;
    color: #121212;
    white-space: nowrap;
    width: 100%; }
    .footer__bottom-left a {
      color: #121212;
      text-decoration: none; }
    @media (max-width: 63.99em) {
      .footer__bottom-left {
        padding-top: 30px;
        justify-content: center; } }
    @media (min-width: 64em) {
      .footer__bottom-left {
        padding: 0 43px;
        width: auto; } }
    .footer__bottom-left img {
      margin-right: 10px; }
  .footer__bottom-right {
    width: 100%;
    padding: 0 43px;
    background-color: #ffe462;
    color: #121212;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    @media (max-width: 44.49em) {
      .footer__bottom-right {
        flex-wrap: wrap;
        text-align: center; } }
    @media (max-width: 63.99em) {
      .footer__bottom-right {
        min-height: 80px;
        padding: 30px 43px;
        justify-content: center; } }
    .footer__bottom-right span {
      margin-left: 30px; }
      @media (max-width: 44.49em) {
        .footer__bottom-right span {
          line-height: 1.5; } }
  .footer__socialmedia-links {
    display: flex; }
    @media (max-width: 44.49em) {
      .footer__socialmedia-links {
        margin-bottom: 30px;
        width: 100%;
        justify-content: center; } }
  .footer__socialmedia-icon {
    margin-left: 30px; }
    .footer__socialmedia-icon img {
      filter: invert(33%) sepia(62%) saturate(16%) hue-rotate(330deg) brightness(90%) contrast(90%); }
    .footer__socialmedia-icon:first-child {
      margin-left: 0; }

.info-warning {
  max-width: 1280px;
  border: 3px solid #cf3b3b;
  background-color: #ffc1c1;
  padding: 20px;
  margin: 20px auto; }

.event-detail {
  display: flex;
  flex-wrap: wrap; }
  .event-detail__images {
    flex: 0 0 100%;
    border-bottom: 1px solid #d4d4d4;
    margin-top: 60px;
    position: relative; }
    .event-detail__images--no-border {
      border-bottom: none; }
    .event-detail__images__image {
      width: 100%; }
    .event-detail__images .promo-event__slider {
      margin-bottom: 30px; }
    .event-detail__images__image-slideshow {
      position: relative;
      overflow: hidden; }
      @media (max-width: 63.99em) {
        .event-detail__images__image-slideshow {
          overflow: visible; } }
  .event-detail__details {
    flex: 0 0 100%;
    margin-top: 60px;
    margin-bottom: 60px; }
    .event-detail__details__rubric {
      font-size: 12px;
      color: #7d7d7d;
      margin-bottom: 5px; }
    .event-detail__details__time {
      font-size: 16px;
      font-weight: bold;
      text-transform: uppercase; }
    .event-detail__details__title {
      font-family: 'Source Serif Pro';
      font-size: 49px;
      font-weight: bold;
      margin-top: 10px;
      margin-bottom: 30px;
      -webkit-hyphens: auto;
              hyphens: auto; }
    .event-detail__details__description {
      font-family: 'Noto Serif';
      line-height: 23px; }
  .event-detail__address {
    flex: 0 0 100%; }
    .event-detail__address--half {
      flex: 0 0 calc(50% - 14px);
      margin-left: 28px; }
      @media (max-width: 44.49em) {
        .event-detail__address--half {
          flex: 0 0 100%;
          margin-left: 0; } }
    .event-detail__address__info {
      border-top: 1px solid #d4d4d4;
      padding-top: 5px;
      line-height: 1.4; }
  .event-detail__similar-events {
    flex: 0 0 100%;
    margin-top: 60px; }
    .event-detail__similar-events__title {
      text-transform: uppercase;
      font-size: 22px;
      font-weight: bold;
      letter-spacing: 1.14px;
      border-bottom: 2px solid #202346;
      padding-bottom: 10px;
      margin-bottom: 40px; }
  .event-detail h4 {
    font-weight: bold;
    color: #7d7d7d;
    margin: 0 0 5px;
    font-size: 15px; }
  .event-detail__event-group {
    margin-bottom: 30px;
    flex: 0 0 calc(50% - 14px); }
    @media (max-width: 44.49em) {
      .event-detail__event-group {
        flex: 0 0 100%; } }
    .event-detail__event-group__event {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      height: 30px;
      border-top: 1px solid #d4d4d4;
      font-size: 15px; }
      .event-detail__event-group__event--hidden {
        display: none; }
      .event-detail__event-group__event--dates {
        text-decoration: none; }
        .event-detail__event-group__event--dates:hover {
          color: #5c5f78; }
      .event-detail__event-group__event .date {
        margin-left: auto; }
      .event-detail__event-group__event .time {
        margin-left: 25px; }
    .event-detail__event-group__show-more {
      font-weight: bold;
      text-decoration: none;
      margin-top: 10px;
      cursor: pointer;
      display: block; }
  .event-detail__button {
    font-family: 'IBM Plex Sans';
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 38px;
    background-color: #f2f0ea;
    margin-left: auto !important;
    font-size: 15px;
    font-weight: bold;
    padding: 0 24px;
    text-decoration: none;
    border: 0;
    color: #202346; }
    .event-detail__button:hover {
      background-color: #202346;
      color: white; }

.content {
  overflow: hidden; }

.show-detail {
  display: flex;
  flex-wrap: wrap; }
  .show-detail__images {
    flex: 0 0 100%;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 30px;
    margin-top: 60px;
    position: relative; }
    .show-detail__images--no-border {
      border-bottom: none; }
    .show-detail__images__image {
      width: 100%; }
    .show-detail__images__video {
      width: 100%; }
    .show-detail__images .promo-event__slider {
      margin-bottom: 30px; }
    .show-detail__images__image-slideshow {
      position: relative;
      overflow: hidden;
      height: 475px; }
      .show-detail__images__image-slideshow .slideshow2-slide {
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center; }
      @media (max-width: 63.99em) {
        .show-detail__images__image-slideshow {
          overflow: visible; } }
  .show-detail__infos {
    margin-top: 15px; }
    .show-detail__infos__genres span {
      font-family: "Noto Serif Georgian";
      font-size: 12px;
      border-radius: 16px;
      border: solid 1px #202346;
      color: #555555;
      line-height: 1.5;
      padding: 3px 20px;
      display: inline-block;
      margin-left: 5px; }
      .show-detail__infos__genres span:first-child {
        margin-left: 0; }
    .show-detail__infos__title {
      font-family: "Source Serif Pro";
      font-size: 49px;
      font-weight: bold;
      margin-top: 10px;
      margin-bottom: 30px;
      -webkit-hyphens: auto;
              hyphens: auto; }
    .show-detail__infos__meta {
      margin-top: 16px;
      margin-bottom: 16px; }
      .show-detail__infos__meta__runtime {
        font-size: 16px;
        font-weight: bold;
        margin-right: 10px; }
      .show-detail__infos__meta__origin {
        font-size: 12px;
        font-weight: normal;
        color: #555555; }
  .show-detail__description {
    font-family: "IBM Plex Sans";
    font-size: 16px;
    line-height: 1.44;
    margin-bottom: 50px; }
  .show-detail__additional-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    font-family: "Noto Serif Georgian"; }
    @media (max-width: 44.49em) {
      .show-detail__additional-info {
        grid-template-columns: 1fr; } }
    .show-detail__additional-info h3 {
      font-size: 15px;
      font-weight: bold;
      padding-bottom: 5px;
      border-bottom: 1px solid #d4d4d4;
      margin-bottom: 5px; }
    .show-detail__additional-info__info {
      margin-bottom: 30px;
      min-height: 40px;
      font-size: 15px;
      line-height: 1.4;
      display: flex;
      align-items: center; }
  .show-detail__similar-shows {
    font-family: "Noto Serif Georgian";
    margin-bottom: 100px; }
    .show-detail__similar-shows h3 {
      font-size: 22px;
      font-weight: bold;
      line-height: 1;
      border-bottom: 2px solid #202346;
      padding-bottom: 10px;
      text-transform: uppercase;
      letter-spacing: 1.14px; }
    .show-detail__similar-shows .results {
      margin-top: 0;
      border-top: 0; }
  .show-detail__playtimes__header {
    display: flex;
    height: 38px;
    align-items: stretch; }
    .show-detail__playtimes__header__day {
      border: 1px solid #202346;
      flex-grow: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 10px;
      cursor: pointer; }
      .show-detail__playtimes__header__day.active {
        background-color: #202346;
        color: #e9e9e9;
        position: relative; }
        .show-detail__playtimes__header__day.active::after {
          content: '';
          position: absolute;
          top: calc(100% - 5px);
          transform: rotate(45deg);
          height: 10px;
          width: 10px;
          background-color: #202346;
          left: calc(50% - 5px); }
      .show-detail__playtimes__header__day + .show-detail__playtimes__header__day {
        margin-left: -1px; }
  .show-detail__playtimes__day {
    display: none; }
    .show-detail__playtimes__day.active {
      display: block; }
  .show-detail__playtimes__screenings {
    width: 100%; }
    .show-detail__playtimes__screenings td:last-child {
      text-align: right; }
  .show-detail__playtimes__location {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d4d4d4;
    font-size: 15px;
    line-height: 1.4; }
    .show-detail__playtimes__location__head {
      margin-bottom: 15px; }
    .show-detail__playtimes__location__address {
      color: #7d7d7d; }
    .show-detail__playtimes__location__website {
      color: #7d7d7d; }

.overview-event {
  width: 100%;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d4d4d4;
  text-decoration: none; }
  @media (max-width: 44.49em) {
    .overview-event {
      flex-direction: column; } }
  .overview-event:first-child {
    margin-top: 30px; }
  .overview-event:hover .overview-event__info__title {
    text-decoration: underline; }
  .overview-event__date {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;
    letter-spacing: 1.14px;
    color: #202346;
    text-transform: uppercase; }
    @media (max-width: 44.49em) {
      .overview-event__date {
        margin-bottom: 16px; } }
    @media (min-width: 44.5em) {
      .overview-event__date {
        flex: 0 0 220px; } }
  .overview-event__info {
    margin-right: 16px; }
    @media (min-width: 44.5em) {
      .overview-event__info {
        max-width: 416px; } }
    .overview-event__info__category {
      font-size: 12px;
      line-height: 1.5;
      color: #7d7d7d;
      margin-bottom: 5px; }
    .overview-event__info__title {
      font-size: 33px;
      font-weight: bold;
      line-height: 1.15;
      margin-bottom: 9px;
      display: block;
      text-decoration: none;
      font-family: 'Source Serif Pro';
      color: #202346;
      -webkit-hyphens: auto;
              hyphens: auto;
      margin-top: 0; }
    .overview-event__info__description {
      font-size: 15px;
      line-height: 1.4;
      margin-bottom: 10px; }
    .overview-event__info__location {
      font-size: 15px;
      font-weight: bold;
      line-height: 1.33;
      color: #7d7d7d; }
  .overview-event__image img {
    width: 100%;
    margin-top: 16px; }
    @media (min-width: 44.5em) {
      .overview-event__image img {
        width: 192px;
        margin-top: 0; } }
  @media (min-width: 44.5em) {
    .overview-event__image {
      margin-left: auto; } }

.no-results {
  font-family: 'Source Serif Pro';
  font-size: 49px;
  font-weight: bold;
  margin-top: 80px; }
  @media (max-width: 44.49em) {
    .no-results {
      font-family: 'Noto Serif';
      font-size: 30px;
      margin-top: 20px; } }

.search-show-results,
.search-cinema-results,
.search-starttime-results {
  margin-top: 32px; }

.search-show-results {
  display: grid;
  gap: 36px 28px;
  padding-top: 24px;
  border-top: 1px solid #d4d4d4;
  grid-template-columns: 1fr 1fr; }
  @media (min-width: 44.5em) and (max-width: 63.99em) {
    .search-show-results {
      grid-template-columns: 1fr 1fr 1fr; } }
  @media (min-width: 64em) {
    .search-show-results {
      grid-template-columns: 1fr 1fr 1fr 1fr; } }
  .search-show-results__show {
    text-decoration: none; }
  .search-show-results__show-image {
    margin-bottom: 5px;
    display: block;
    width: 100%;
    height: auto; }
    @media (min-width: 44.5em) and (max-width: 63.99em) {
      .search-show-results__show-image {
        max-width: 190px; } }
    @media (min-width: 64em) {
      .search-show-results__show-image {
        max-width: 190px; } }
  .search-show-results__show-title {
    color: #202346;
    font-size: 15px; }

.accordion {
  margin-bottom: 16px; }
  .accordion--open .accordion__header__angle-wrap__angle {
    transform: rotate(45deg) translate(-50%, -50%);
    margin-top: 4px;
    border-bottom: none;
    border-right: none;
    border-left: solid 2px #ffffff;
    border-top: solid 2px #ffffff; }
  .accordion--open .accordion__content {
    display: block; }
  .accordion__header {
    display: flex;
    flex-direction: row;
    padding: 12px 16px;
    background-color: #202346;
    color: #ffffff;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none; }
    .accordion__header__text {
      flex: 1;
      margin: 0;
      padding-right: 16px; }
      .accordion__header__text strong {
        font-size: 16px; }
      .accordion__header__text span {
        font-size: 14px; }
    .accordion__header__angle-wrap {
      position: relative;
      width: 8px; }
      .accordion__header__angle-wrap__angle {
        position: absolute;
        top: 50%;
        right: 50%;
        width: 8px;
        height: 8px;
        transform: rotate(45deg) translate(-50%, -50%);
        transform-origin: 6px;
        border-right: solid 2px #ffffff;
        border-bottom: solid 2px #ffffff; }
  .accordion__content {
    display: none;
    padding-top: 16px; }

.cinema-show-wrapper {
  margin-bottom: 48px;
  padding-bottom: 16px;
  border-bottom: solid 1px #bbb; }
  .cinema-show-wrapper:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }
  .cinema-show-wrapper > strong {
    display: block;
    margin-bottom: 0;
    padding-bottom: 8px;
    border-bottom: solid 1px #bbb; }

.cinema-show {
  display: block;
  text-decoration: none;
  padding: 8px 0 16px 0;
  margin: 8px 0;
  border-bottom: solid 1px #bbb; }
  .cinema-show:first-child {
    margin-top: 0;
    padding-top: 0; }
  .cinema-show:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0; }
  .cinema-show__inner {
    display: flex;
    flex-direction: row;
    gap: 16px; }
    .cinema-show__inner.desktop {
      display: none; }
      @media (min-width: 44.5em) {
        .cinema-show__inner.desktop {
          display: flex; }
          .cinema-show__inner.desktop .cinema-show__content__top__attributes span {
            max-width: 240px; } }
    .cinema-show__inner.mobile {
      display: none; }
      .cinema-show__inner.mobile .cinema-show__content__top {
        justify-content: initial;
        gap: 16px;
        align-items: flex-start; }
      .cinema-show__inner.mobile .cinema-show__content__top__title {
        margin-bottom: 4px; }
      @media (max-width: 44.49em) {
        .cinema-show__inner.mobile {
          display: flex; } }
  .cinema-show__image {
    width: 150px;
    height: 84px;
    -o-object-fit: cover;
       object-fit: cover;
    background-color: #f0f0f0; }
  .cinema-show__content {
    flex: 1; }
    .cinema-show__content__top {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      padding-bottom: 12px;
      margin-bottom: 12px;
      border-bottom: solid 1px #e0e0e0;
      gap: 12px; }
      .cinema-show__content__top__wrap {
        display: flex;
        flex-direction: column;
        flex: 1; }
        .cinema-show__content__top__wrap p {
          margin: 0; }
      .cinema-show__content__top__title {
        font-family: 'Source Serif Pro';
        font-size: 20px; }
      .cinema-show__content__top__attributes {
        font-size: 14px;
        display: flex;
        flex-direction: row;
        gap: 12px; }
        .cinema-show__content__top__attributes strong {
          white-space: nowrap; }
        .cinema-show__content__top__attributes span {
          color: #555;
          text-align: right; }
    .cinema-show__content__bottom {
      display: flex;
      flex-direction: row; }
      .cinema-show__content__bottom p {
        margin: 0;
        color: #555;
        font-weight: 500;
        font-size: 12px; }
        .cinema-show__content__bottom p strong {
          color: #212b36;
          font-size: 16px;
          margin-bottom: 3px;
          display: inline-block; }
      .cinema-show__content__bottom__left {
        flex: 1; }
      .cinema-show__content__bottom__right {
        flex: 1; }
  .cinema-show__location {
    display: flex;
    gap: 4px;
    flex-direction: column;
    align-items: flex-end; }
    .cinema-show__location__title {
      font-size: 16px; }
    .cinema-show__location__address {
      font-size: 12px; }

.pagination {
  display: flex;
  margin-top: 60px;
  margin-bottom: 120px; }
  @media (max-width: 44.49em) {
    .pagination {
      flex-wrap: wrap; } }
  .pagination__page {
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    min-width: 38px;
    border: 1px solid #202346;
    padding: 0 10px;
    text-decoration: none;
    color: #202346; }
    .pagination__page + .pagination__page {
      margin-left: 10px; }
    .pagination__page:hover {
      background-color: #202346;
      color: white; }
    .pagination__page--active {
      background-color: #202346;
      font-weight: bold;
      color: white; }
    .pagination__page__mobile {
      display: none; }
      .pagination__page__mobile svg {
        position: relative; }
      .pagination__page__mobile--left svg {
        transform: rotate(90deg); }
      .pagination__page__mobile--right svg {
        transform: rotate(-90deg);
        top: 2px; }

a.pagination__page--active {
  color: white; }

@media (max-width: 44.49em) {
  .pagination {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto; }
  a.pagination__page {
    min-width: auto;
    padding: 0;
    flex: 1; }
  .pagination__page__desktop {
    display: none; }
  .pagination__page__mobile {
    display: flex; } }

.promo-event {
  position: relative;
  overflow: hidden;
  width: 100%; }
  @media (max-width: 63.99em) {
    .promo-event {
      overflow: visible; } }
  .promo-event > * {
    text-decoration: none;
    color: #202346; }
  .promo-event__wrapper {
    width: 100%;
    max-width: 884px;
    margin: 0 auto 60px auto;
    position: relative;
    padding: 0 20px; }
    @media (max-width: 63.99em) {
      .promo-event__wrapper {
        padding: 0 30px; } }
    .promo-event__wrapper h2 {
      margin-top: 0; }
  .promo-event__box {
    padding: 3px; }
    .promo-event__box img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .promo-event__slider-switch {
    position: absolute;
    top: 50%;
    cursor: pointer; }
    .promo-event__slider-switch svg {
      transition: transform 100ms;
      height: 30px;
      width: 30px;
      z-index: 100; }
      .promo-event__slider-switch svg:hover {
        transform: scale(1.2); }
    @media (max-width: 63.99em) {
      .promo-event__slider-switch {
        display: none; } }
    .promo-event__slider-switch--hidden {
      display: none; }
    .promo-event__slider-switch--prev {
      transform: scaleX(-1); }
      @media (min-width: 64em) and (max-width: 89.99em) {
        .promo-event__slider-switch--prev {
          left: -60px; } }
      @media (min-width: 90em) {
        .promo-event__slider-switch--prev {
          left: -120px; } }
    @media (min-width: 64em) and (max-width: 89.99em) {
      .promo-event__slider-switch--next {
        right: -60px; } }
    @media (min-width: 90em) {
      .promo-event__slider-switch--next {
        right: -120px; } }
  .promo-event__slider {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 30px; }
    .promo-event__slider:empty {
      display: none; }
    .promo-event__slider__status {
      position: absolute;
      left: 0;
      top: 0; }

.slideshow2-dots {
  display: flex; }
  .slideshow2-dots__dot {
    height: 10px;
    width: 25px;
    cursor: pointer;
    position: relative; }
    .slideshow2-dots__dot::after {
      display: block;
      content: ' ';
      background-color: #d8d8d8;
      position: absolute;
      top: 4px;
      bottom: 4px;
      left: 0;
      right: 0; }
    .slideshow2-dots__dot--active::after {
      background-color: #7d7d7d; }
    .slideshow2-dots__dot + .slideshow2-dots__dot {
      margin-left: 15px; }

.box {
  display: flex; }
  @media (max-width: 44.49em) {
    .box {
      flex-direction: column-reverse; } }
  .box:hover .box__info__title {
    text-decoration: underline; }
  .box__sponsored {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #202346;
    color: white !important;
    padding: 2px 10px;
    font-family: 'IBM Plex Sans';
    font-size: 15px;
    font-weight: bold;
    line-height: 1.33; }
  .box__info {
    flex: 0 0 50%;
    position: relative;
    background-color: #f4f4f4;
    padding: 30px;
    display: flex;
    flex-direction: column; }
    .box__info--no-image {
      flex: 0 0 100%; }
    .box__info__rubric {
      font-family: 'IBM Plex Sans';
      font-size: 12px;
      line-height: 1.5;
      color: #555555;
      margin-bottom: 5px; }
    .box__info__date {
      font-family: 'IBM Plex Sans';
      font-size: 16px;
      font-weight: bold;
      line-height: 1.25;
      letter-spacing: 1.14px;
      text-transform: uppercase;
      margin-bottom: 5px; }
    .box__info__title {
      font-family: 'Source Serif Pro';
      font-size: 33px;
      font-weight: bold;
      line-height: 1.15;
      margin-bottom: auto;
      color: #202346;
      text-decoration: none; }
    .box__info__desc {
      font-family: 'IBM Plex Sans';
      font-size: 15px;
      line-height: 1.4;
      margin-bottom: 5px;
      margin-top: 20px; }
    .box__info__place {
      font-family: 'IBM Plex Sans';
      font-size: 15px;
      font-weight: bold;
      line-height: 1.33; }
  .box__image {
    flex: 0 0 50%;
    position: relative; }
    .box__image img {
      display: block; }

/*
  All a user has to do to change the calendar size is
  change the font-size on the container and everything
  magically resizes accordingly. Relative units ftw!
*/
.qs-datepicker-container {
  font-size: 1rem;
  font-family: sans-serif;
  color: black;
  position: absolute;
  width: 15.625em;
  display: flex;
  flex-direction: column;
  z-index: 9001;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 1px solid gray;
  border-radius: 0.26392em;
  overflow: hidden;
  background: white;
  box-shadow: 0 1.25em 1.25em -0.9375em rgba(0, 0, 0, 0.3); }
  .qs-datepicker-container * {
    box-sizing: border-box; }

.qs-centered {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.qs-hidden {
  display: none; }

.qs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  color: white;
  width: 100%;
  height: 100%;
  padding: .5em;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.3s;
  display: flex;
  flex-direction: column; }
  .qs-overlay.qs-hidden {
    opacity: 0;
    z-index: -1; }
  .qs-overlay .qs-overlay-year {
    border: none;
    background: transparent;
    border-bottom: 1px solid white;
    border-radius: 0;
    color: white;
    font-size: 0.875em;
    padding: .25em 0;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    display: block; }
    .qs-overlay .qs-overlay-year::-webkit-inner-spin-button {
      -webkit-appearance: none; }
  .qs-overlay .qs-close {
    padding: .5em;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0; }
  .qs-overlay .qs-submit {
    border: 1px solid white;
    border-radius: 0.26392em;
    padding: .5em;
    margin: 0 auto auto;
    cursor: pointer;
    background: rgba(128, 128, 128, 0.4); }
    .qs-overlay .qs-submit.qs-disabled {
      color: gray;
      border-color: gray;
      cursor: not-allowed; }
  .qs-overlay .qs-overlay-month-container {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1; }
  .qs-overlay .qs-overlay-month {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% / 3);
    cursor: pointer;
    opacity: .5;
    transition: opacity 0.15s; }
    .qs-overlay .qs-overlay-month.active, .qs-overlay .qs-overlay-month:hover {
      opacity: 1; }

.qs-controls {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-shrink: 0;
  background: lightgray;
  filter: blur(0px);
  transition: filter 0.3s; }
  .qs-controls.qs-blur {
    filter: blur(5px); }

.qs-arrow {
  height: 1.5625em;
  width: 1.5625em;
  position: relative;
  cursor: pointer;
  border-radius: 0.26392em;
  transition: background .15s; }
  .qs-arrow:hover {
    background: rgba(0, 0, 0, 0.1); }
    .qs-arrow:hover.qs-left:after {
      border-right-color: black; }
    .qs-arrow:hover.qs-right:after {
      border-left-color: black; }
  .qs-arrow:after {
    content: '';
    border: 0.39062em solid transparent;
    position: absolute;
    top: 50%;
    transition: border .2s; }
  .qs-arrow.qs-left:after {
    border-right-color: gray;
    right: 50%;
    transform: translate(25%, -50%); }
  .qs-arrow.qs-right:after {
    border-left-color: gray;
    left: 50%;
    transform: translate(-25%, -50%); }

.qs-month-year {
  font-weight: bold;
  transition: border .2s;
  border-bottom: 1px solid transparent; }
  .qs-month-year:not(.qs-disabled-year-overlay) {
    cursor: pointer; }
    .qs-month-year:not(.qs-disabled-year-overlay):hover {
      border-bottom: 1px solid gray; }
  .qs-month-year:focus, .qs-month-year:active:focus {
    outline: none; }

.qs-month {
  padding-right: .5ex; }

.qs-year {
  padding-left: .5ex; }

.qs-squares {
  display: flex;
  flex-wrap: wrap;
  padding: 0.3125em;
  filter: blur(0px);
  transition: filter 0.3s; }
  .qs-squares.qs-blur {
    filter: blur(5px); }

.qs-square {
  width: calc(100% / 7);
  height: 1.5625em;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .1s;
  border-radius: 0.26392em; }
  .qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover {
    background: orange; }

.qs-current {
  font-weight: bold;
  text-decoration: underline; }

/*
  3 possibilities:
    1. Single, active date.
    2. Daterange start selection.
    3. Daterange end selection.
*/
.qs-active,
.qs-range-start,
.qs-range-end {
  background: lightblue; }

.qs-range-start:not(.qs-range-6) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.qs-range-middle {
  background: #d4ebf2; }
  .qs-range-middle:not(.qs-range-0):not(.qs-range-6) {
    border-radius: 0; }
  .qs-range-middle.qs-range-0 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .qs-range-middle.qs-range-6 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.qs-range-end:not(.qs-range-0) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.qs-disabled,
.qs-outside-current-month {
  opacity: .2; }

.qs-disabled {
  cursor: not-allowed; }

.qs-empty {
  cursor: default; }

.qs-day {
  cursor: default;
  font-weight: bold;
  color: gray; }

.qs-event {
  position: relative; }
  .qs-event:after {
    content: '';
    position: absolute;
    width: 0.46875em;
    height: 0.46875em;
    border-radius: 50%;
    background: #07f;
    bottom: 0;
    right: 0; }

.searchbar {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  background-color: #ffe462;
  top: 92px;
  z-index: 4; }
  @media (max-width: 44.49em) {
    .searchbar {
      top: 65px; } }
  .searchbar__top {
    padding: 18px 30px;
    font-size: 16px;
    font-weight: bold;
    color: #121212;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer; }
    @media (max-width: 63.99em) {
      .searchbar__top {
        padding: 18px 20px; } }
  .searchbar__search {
    padding: 12px 30px 32px;
    display: none; }
    @media (max-width: 63.99em) {
      .searchbar__search {
        flex-direction: column;
        align-items: stretch;
        padding: 0 20px 47px; } }
    .searchbar__search--open {
      display: flex; }
    .searchbar__search__element {
      flex-grow: 1;
      display: flex;
      position: relative; }
      @media (min-width: 64em) {
        .searchbar__search__element + .searchbar__search__element {
          margin-left: 15px; } }
      @media (max-width: 63.99em) {
        .searchbar__search__element {
          margin-bottom: 20px; } }
      .searchbar__search__element input,
      .searchbar__search__element select {
        flex-grow: 1;
        box-sizing: border-box;
        padding: 20px 10px 0;
        outline: 0;
        border-width: 0.1px 0.1px 1px;
        border-style: solid;
        border-color: white white #202346;
        height: 46px;
        border-radius: 0;
        -webkit-appearance: none;
        color: #121212;
        background-color: #ffffff; }
        .searchbar__search__element input + input,
        .searchbar__search__element input + select,
        .searchbar__search__element select + input,
        .searchbar__search__element select + select {
          margin-left: 1px; }
        .searchbar__search__element input:disabled,
        .searchbar__search__element select:disabled {
          opacity: 0.7; }
      .searchbar__search__element input,
      .searchbar__search__element select,
      .searchbar__search__element option {
        font-family: 'IBM Plex Sans', sans-serif;
        -moz-appearance: none; }
      .searchbar__search__element button {
        background-color: #202346;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #e9e9e9;
        height: 46px;
        border: 0;
        outline: 0;
        border-radius: 0;
        padding: 0 44px;
        cursor: pointer; }
        .searchbar__search__element button svg {
          margin-right: 10px; }
          .searchbar__search__element button svg path {
            fill: #e9e9e9; }
        @media (max-width: 63.99em) {
          .searchbar__search__element button {
            width: 100%; } }
      .searchbar__search__element > svg {
        fill: #e9e9e9;
        position: absolute;
        right: 10px;
        top: 18px;
        bottom: 18px;
        pointer-events: none; }
    .searchbar__search--text svg {
      position: absolute;
      right: 10px;
      top: 18px;
      bottom: 18px; }
      .searchbar__search--text svg path {
        fill: #e9e9e9; }
    @media (min-width: 64em) {
      .searchbar__search--date {
        width: 100px; } }
    .searchbar__search--time {
      width: 70px; }
    @media (min-width: 64em) {
      .searchbar__search--place {
        width: 140px; } }
    @media (min-width: 64em) {
      .searchbar__search--textfield {
        width: 140px; } }

.subfilter {
  display: flex;
  flex-direction: row;
  margin: 32px auto 0; }
  @media (max-width: 44.49em) {
    .subfilter {
      gap: 8px;
      flex-direction: column; } }
  .subfilter__title {
    flex: 1; }
  .subfilter__layout {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    align-items: center; }
    .subfilter__layout__select-wrapper {
      position: relative;
      display: flex;
      flex-direction: column; }
      .subfilter__layout__select-wrapper--disabled {
        opacity: 0.6; }
        .subfilter__layout__select-wrapper--disabled::after {
          opacity: 0.6; }
      .subfilter__layout__select-wrapper::after {
        content: '';
        position: absolute;
        width: calc(100% - 8px);
        height: 1px;
        border-bottom: solid 1px #202346;
        bottom: -2px;
        left: 4px; }
      .subfilter__layout__select-wrapper select {
        font-weight: bold;
        border: none;
        padding-right: 8px;
        color: #202346;
        outline: none; }

.qs-datepicker-container {
  color: #202346;
  border: 0;
  box-shadow: 0 2px 10px 0 #00000080;
  border-radius: 0;
  margin-top: -1px;
  margin-left: -6px;
  width: 307px; }

.qs-datepicker .qs-controls {
  background-color: #fff;
  height: 45px; }
  .qs-datepicker .qs-controls .qs-month-year {
    font-weight: normal;
    border-bottom: 0;
    cursor: auto; }

.qs-datepicker .qs-squares {
  padding: 3px; }

.qs-datepicker .qs-square {
  height: 43px;
  border-radius: 50%; }
  .qs-datepicker .qs-square.qs-day {
    font-weight: normal;
    font-size: 11px; }
  .qs-datepicker .qs-square.qs-active {
    color: white;
    background-color: #202346; }
  .qs-datepicker .qs-square.qs-current span {
    text-decoration: none; }
  .qs-datepicker .qs-square.qs-disabled span {
    opacity: 0.3; }
  .qs-datepicker .qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover {
    color: white; }

.embed .searchbar {
  top: 0;
  border-top: 40px solid #ffffff; }
