@charset "UTF-8";
/*!
 * Theme Name: Hjertnes Kulturhus
 * Description: Wordpress-tema for Hjertnes Kulturhus
 * Version: 1.0.5.9
 * Author: Ambio Software
 * Text Domain: hjertnes-kulturhus
*/
/* ----------------------------------------------------------------------------
 * Mixins, Functions & Variables
 * ------------------------------------------------------------------------- */
/*
 * @font-face mixin
 * @include fontface('family', 'assets/fonts/', 'myfontname');
 */
@import url("https://fonts.cdnfonts.com/css/brockmann");
:root {
  --container-width: 1440px;
  --wrapper-width: 1248px;
  --wrapper-width--wide: 1280px;
  --wrapper-width--narrow: 1040px;
  --padding: 16px;
  --gap: 16px;
  --color-black: 0, 0, 0;
  --color-white: 255, 255, 255;
  --header-height: 64px;
  --admin-bar-height: 46px;
  --search-height: 108px;
  --color-1: 5, 78, 93, 1;
  --color-1--50: 5, 78, 93, .5;
  --color-1--70: 20, 54, 64, 1;
  --color-2: 128, 164, 194, 1;
  --color-3: 45, 68, 59, 1;
  --color-3--50: 29, 37, 30, 1;
  --color-4: 98, 150, 127, 1;
  --color-4--70: 127.4, 195, 165.1, 1;
  --color-5: 86, 40, 59, 1;
  --color-6: 169, 91, 111, 1;
  --color-7: 216, 96, 92, 1;
  --color-7--70: 216, 148, 143, 1;
  --color-8: 244, 179, 207, 1;
  --color-9: 226, 153, 83, 1;
  --color-10: 228, 211, 174, 1;
  --color-10--70: 234, 224, 201, 1;
  --transparent: 0, 0, 0, 0;
  --color-1-rgb: rgb(5, 78, 93);
  --color-2-rgb: rgb(128, 164, 194);
  --color-3-rgb: rgb(45, 68, 59);
  --color-4-rgb: rgb(98, 150, 127);
  --color-5-rgb: rgb(86, 40, 59);
  --color-6-rgb: rgb(169, 91, 111);
  --color-7-rgb: rgb(216, 96, 92);
  --color-8-rgb: rgb(244, 179, 207);
  --color-9-rgb: rgb(226, 153, 83);
  --color-10-rgb: rgb(228, 211, 174);
  --text-color: var(--color-black);
  --color-1-hex: rgb(227, 210, 172);
  --color-2-hex: rgb(125, 162, 193);
  --color-3-hex: rgb(45, 68, 59);
  --color-4-hex: rgb(94, 148, 125);
  --color-5-hex: rgb(80, 24, 50);
  --color-6-hex: rgb(169, 91, 111);
  --color-7-hex: rgb(215, 92, 88);
  --color-8-hex: rgb(244, 179, 207);
  --color-9-hex: rgb(225, 149, 77);
  --color-10-hex: rgb(227, 210, 172);
}
@media screen and (min-width: 992px) {
  :root {
    --gap: 16px;
    --header-height: 80px;
    --admin-bar-height: 32px;
    --search-height: 92px;
  }
}

@font-face {
  font-family: "hjertnes-kulturhus";
  src: url("assets/fonts/hjertnes-kulturhus.eot");
  src: url("assets/fonts/hjertnes-kulturhus.eot?o2hyx0#iefix") format("embedded-opentype"), url("assets/fonts/hjertnes-kulturhus.woff2?o2hyx0") format("woff2"), url("assets/fonts/hjertnes-kulturhus.woff?o2hyx0") format("woff"), url("assets/fonts/hjertnes-kulturhus.ttf?o2hyx0") format("truetype"), url("assets/fonts/hjertnes-kulturhus.svg?o2hyx0#hjertnes-kulturhus") format("svg");
  font-style: normal;
  font-weight: 400;
}
.icon {
  display: inline-flex;
  align-items: center;
  font-size: 24px;
  justify-content: center;
  font-family: "hjertnes-kulturhus" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  vertical-align: -0.125em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-left::before {
  content: "\ea01";
}

.icon-arrow-right::before {
  content: "\ea02";
}

.icon-close::before {
  content: "\ea03";
}

.icon-dropdown::before {
  content: "\ea04";
}

.icon-hamburger::before {
  content: "\ea05";
}

.icon-minus::before {
  content: "\ea06";
}

.icon-pause::before {
  content: "\ea07";
}

.icon-plus::before {
  content: "\ea08";
}

.icon-search::before {
  content: "\ea09";
}

body {
  -webkit-font-smoothing: antialiased;
  --font-size: 12px;
  --line-height: calc( 16 / 12 );
  font-family: "Brockmann", sans-serif;
  font-weight: 400;
  font-size: var(--font-size);
  line-height: var(--line-height);
}
@media screen and (min-width: 782px) {
  body {
    --font-size: 16px;
    --line-height: calc( 20 / 16 );
  }
}

h1, h2, h3, h4, h5 {
  font-family: "Brockmann", sans-serif;
  margin: 0;
  font-size: var(--font-size);
  line-height: var(--line-height);
}

h1, h2, h3, h4 {
  font-weight: bold;
}

h5 {
  font-weight: normal;
}

h1 {
  --font-size: 32px;
  --line-height: calc( 32 / 32 );
}
@media screen and (min-width: 782px) {
  h1 {
    --font-size: 38px;
    --line-height: calc( 44 / 38 );
  }
}

h2 {
  --font-size: 24px;
  --line-height: calc( 28 / 24 );
}
@media screen and (min-width: 782px) {
  h2 {
    --font-size: 32px;
    --line-height: calc( 36 / 32 );
  }
}

h3 {
  --font-size: 20px;
  --line-height: calc( 20 / 20 );
}
@media screen and (min-width: 782px) {
  h3 {
    --font-size: 24px;
    --line-height: calc( 24 / 24 );
  }
}

h4 {
  --font-size: 16px;
  --line-height: calc( 20 / 16 );
}
@media screen and (min-width: 782px) {
  h4 {
    --font-size: 24px;
    --line-height: calc( 28 / 24 );
  }
}

table, td, th,
p {
  --font-weight: 400;
  --font-size: 16px;
  --line-height: calc( 20 / 16 );
  font-family: "Brockmann", sans-serif;
  font-weight: var(--font-weight);
  font-size: var(--font-size);
  line-height: var(--line-height);
}
@media screen and (min-width: 782px) {
  table, td, th,
  p {
    --font-size: 18px;
    --line-height: calc( 24 / 18 );
  }
}
table.ingress, td.ingress, th.ingress,
p.ingress {
  --font-size: 20px;
  --line-height: calc( 24 / 20 );
}
@media screen and (min-width: 782px) {
  table.ingress, td.ingress, th.ingress,
  p.ingress {
    --font-size: 24px;
    --line-height: calc( 30 / 24 );
  }
}
table b, table strong, td b, td strong, th b, th strong,
p b,
p strong {
  --font-weight: 700;
}
table small, table.small, td small, td.small, th small, th.small,
p small,
p.small {
  --font-size: 12px;
  --line-height: calc( 16 / 12 );
}
@media screen and (min-width: 782px) {
  table small, table.small, td small, td.small, th small, th.small,
  p small,
  p.small {
    --font-size: 16px;
    --line-height: calc( 22 / 16 );
  }
}
table a, td a, th a,
p a {
  text-decoration: underline;
}

ul li {
  --font-size: 16px;
  --line-height: calc( 20 / 16 );
  font-size: var(--font-size);
  line-height: var(--line-height);
}
@media screen and (min-width: 782px) {
  ul li {
    --font-size: 18px;
    --line-height: calc( 22 / 18 );
  }
}

/* ----------------------------------------------------------------------------
 * Normalize & Sanitize
 * ------------------------------------------------------------------------- */
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
*, *:before, *:after {
  box-sizing: border-box;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* 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 */
  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;
  display: block;
  max-width: 100%;
}

/* 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;
}

/* ----------------------------------------------------------------------------
 * WPCore
 * ------------------------------------------------------------------------- */
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* ----------------------------------------------------------------------------
 * Partials
 * ------------------------------------------------------------------------- */
#breadcrumbs {
  background-color: rgba(var(--header-background-color), 1);
  color: rgba(var(--header-text-color), 1);
  padding-block: 24px;
}
#breadcrumbs .wrapper nav span {
  display: flex;
  gap: 5px;
}
#breadcrumbs .wrapper nav span span[aria-current=page] {
  text-overflow: ellipsis;
  max-width: 40ch;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
}
#breadcrumbs .wrapper nav span span[aria-current=page] strong {
  font-weight: normal;
}

body.page {
  --body-background-color: var(--color-white);
}
body.page.dark {
  --body-background-color: var(--color-black);
}
body.page main#content > .header {
  background: rgba(var(--header-background-color));
  margin-bottom: 24px;
}
body.page main#content > .header.has-image {
  background: linear-gradient(to bottom, rgba(var(--header-background-color)) 40%, transparent 40%);
}
@media screen and (min-width: 782px) {
  body.page main#content > .header {
    margin-bottom: 48px;
  }
  body.page main#content > .header.has-image {
    background: linear-gradient(to bottom, rgba(var(--header-background-color)) 80%, transparent 80%);
  }
}
body.page main#content > .header .wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
body.page main#content > .header .wrapper.has-image {
  align-items: center;
}
@media screen and (min-width: 782px) {
  body.page main#content > .header .wrapper.has-image {
    flex-direction: row-reverse;
    gap: 60px;
  }
}
@media screen and (min-width: 782px) {
  body.page main#content > .header .wrapper figure {
    flex: 0 0 540px;
    max-width: 540px;
    aspect-ratio: 540/480;
  }
}
body.page main#content > .header .wrapper figure img {
  aspect-ratio: 540/480;
  object-fit: cover;
  /*
  width: 540px;
  height: 480px;

   */
  mask-image: url("./assets/images/shape.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
}
body.page main#content > .header .wrapper .textual-content {
  max-width: 648px;
  width: 100%;
}
body.page main#content > .header .wrapper .textual-content h1 {
  margin: 24px 0;
}
body.page.home .container {
  padding-top: 16px !important;
}
body.page.page-kino .header {
  display: none;
}
body.page.page-template-template-filmoversikt .wrapper h1 {
  margin-block: 48px 24px;
  text-align: center;
}
body.page.page-template-template-filmoversikt .wrapper #filter {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 48px;
}
body.page.page-template-template-filmoversikt .wrapper #filter button {
  background-color: transparent;
  border-radius: 100px;
  border: 1px solid rgba(var(--color-white));
  padding: 4px 8px;
  font-size: 18px;
  line-height: 1.3333333333;
  color: rgba(var(--color-white));
  cursor: pointer;
}
body.page.page-template-template-filmoversikt .wrapper #filter button.active {
  background-color: rgba(var(--color-1));
}
body.page.page-template-template-filmoversikt .wrapper #filter button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
body.page.page-template-template-filmoversikt .wrapper #current {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
body.page.page-template-template-filmoversikt .wrapper #current > a.button {
  background-color: rgba(var(--color-1));
}

.slider .swiper {
  margin-inline: calc(-1 * var(--padding));
}
.slider .swiper .swiper-wrapper {
  position: relative;
}
.slider .swiper .swiper-wrapper .swiper-slide {
  height: auto;
  width: var(--width);
}
@media screen and (min-width: 992px) {
  .slider .swiper[data-type=event] {
    margin-inline: auto;
    padding-left: 0;
  }
  .slider .swiper[data-type=event].faded {
    position: relative;
  }
  .slider .swiper[data-type=event].faded:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 94px;
    background-image: linear-gradient(270deg, transparent, rgba(var(--header-background-color)));
    z-index: 100;
    height: 100%;
    pointer-events: none;
  }
  .slider .swiper[data-type=event].faded:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 94px;
    background-image: linear-gradient(90deg, transparent, rgba(var(--header-background-color)));
    z-index: 1;
    height: 100%;
    pointer-events: none;
  }
}
.slider .swiper[data-type=event] .swiper-wrapper .swiper-slide {
  --width: 176px;
}
@media screen and (min-width: 992px) {
  .slider .swiper[data-type=event] .swiper-wrapper .swiper-slide {
    --width: 300px;
  }
}
body.home .slider .swiper[data-type=event] .swiper-wrapper .swiper-slide {
  --width: calc( calc( 320 / 393 ) * 100vw );
}
@media screen and (min-width: 992px) {
  body.home .slider .swiper[data-type=event] .swiper-wrapper .swiper-slide {
    --width: 100%;
  }
}
.slider .swiper[data-type=movie] {
  margin-inline: auto;
  padding-left: 0;
}
.slider .swiper[data-type=movie].faded {
  position: relative;
}
.slider .swiper[data-type=movie].faded:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 94px;
  background-image: linear-gradient(270deg, transparent, rgba(var(--color-black)));
  z-index: 100;
  height: 100%;
  pointer-events: none;
}
.slider .swiper[data-type=movie].faded:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 94px;
  background-image: linear-gradient(90deg, transparent, rgba(var(--color-black)));
  z-index: 1;
  height: 100%;
  pointer-events: none;
}
.slider .swiper[data-type=movie] .swiper-wrapper .swiper-slide {
  --width: 176px;
}
.slider .swiper[data-type=movie] .swiper-wrapper .swiper-slide.wide {
  --width: 360px;
}
@media screen and (min-width: 992px) {
  .slider .swiper[data-type=movie] .swiper-wrapper .swiper-slide {
    --width: 236px;
  }
  .slider .swiper[data-type=movie] .swiper-wrapper .swiper-slide.wide {
    --width: 932px;
  }
}
.slider .navigation {
  --background-color: var(--color-white);
  --color: var(--color-5);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgb(var(--color));
  margin-block: 16px 0;
}
@media screen and (min-width: 992px) {
  .slider .navigation {
    justify-content: center;
  }
}
.slider .navigation button {
  border: 0;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider .navigation button svg path {
  fill: rgba(var(--color));
}
.slider .navigation button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.slider .navigation .pagination {
  list-style: none;
  padding: 0;
  margin-block: 0;
  margin-inline: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: rgba(var(--color));
}
@media screen and (min-width: 992px) {
  .slider .navigation .pagination {
    width: initial;
  }
}
.slider .navigation .pagination li {
  --swiper-pagination-bullet-horizontal-gap: 0;
  --swiper-pagination-bullet-inactive-opacity: 1;
  display: inline-flex;
  aspect-ratio: 1/1;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: rgba(var(--color));
  border: 1px solid rgba(var(--color));
  border-radius: 0;
}
.slider .navigation .pagination li[aria-current=true] {
  background-color: rgba(var(--color));
  color: rgba(var(--background-color));
}

body.archive h1 {
  --font-size: 36px;
  margin: 24px 0;
}
@media screen and (min-width: 992px) {
  body.archive h1 {
    margin: 48px 0;
  }
}
body.archive.post-type-archive-post h1 {
  text-align: center;
}
body.archive.post-type-archive-event main#content {
  position: relative;
  overflow: hidden;
}
body.archive.post-type-archive-event main#content:after {
  content: "";
  display: block;
  width: 144.02035623vw;
  height: 127.98982188vw;
  background-color: rgba(var(--color-10), 0.7);
  mask-image: url(./assets/images/shape.svg);
  mask-size: contain;
  position: absolute;
  top: 60vw;
  left: -26.08142494vw;
  z-index: -1;
}
@media screen and (min-width: 782px) {
  body.archive.post-type-archive-event main#content:after {
    display: none;
    overflow: auto;
  }
}
body.archive.post-type-archive-event main#content .wrapper {
  overflow-x: hidden;
}
body.archive.post-type-archive-event main#content .wrapper h1 {
  text-align: center;
  margin: 48px 0;
}
body.archive.post-type-archive-event main#content .wrapper #filter {
  margin-bottom: 16px;
}
body.archive.post-type-archive-event main#content .wrapper #filter .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 16px;
}
body.archive.post-type-archive-event main#content .wrapper #filter .buttons button {
  border: 1px solid #000;
  border-radius: 100px;
  cursor: pointer;
  padding: 4px 8px;
  line-height: 1.25;
  font-size: 16px;
  color: rgba(var(--color-black));
  background-color: rgba(var(--color-white));
}
@media screen and (min-width: 782px) {
  body.archive.post-type-archive-event main#content .wrapper #filter .buttons button {
    font-size: 18px;
    line-height: 1.3333333333;
  }
}
body.archive.post-type-archive-event main#content .wrapper #filter .buttons button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
body.archive.post-type-archive-event main#content .wrapper #filter .buttons button.enabled {
  background-color: rgba(var(--color-4));
}
body.archive.post-type-archive-event main#content .wrapper #filter .row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: "month category";
  gap: var(--gap);
}
@media screen and (min-width: 782px) {
  body.archive.post-type-archive-event main#content .wrapper #filter .row {
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas: " . month category .";
  }
}
body.archive.post-type-archive-event main#content .wrapper #filter .row .custom-select[data-field=month] {
  grid-area: month;
}
body.archive.post-type-archive-event main#content .wrapper #filter .row .custom-select[data-field=category] {
  grid-area: category;
}
body.archive.post-type-archive-movie h1 {
  text-align: center;
}
body.archive.post-type-archive-movie #filter {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}
@media screen and (min-width: 782px) {
  body.archive.post-type-archive-movie #filter {
    margin-bottom: 48px;
  }
}
body.archive.post-type-archive-movie #filter label {
  font-size: 16px;
  line-height: 1.25;
  padding: 8px 0;
  white-space: nowrap;
}
@media screen and (min-width: 782px) {
  body.archive.post-type-archive-movie #filter label {
    font-size: 18px;
    line-height: 1.3333333333;
    font-weight: bold;
    padding: 8px 0 8px 16px;
  }
}
body.archive.post-type-archive-movie #filter .custom-select {
  width: 100%;
}
@media screen and (min-width: 782px) {
  body.archive.post-type-archive-movie #filter .custom-select {
    max-width: 380px;
  }
}
body.archive.post-type-archive-movie .list {
  display: flex;
  flex-direction: column;
  grid-gap: 24px;
}
body.archive.post-type-archive-movie .list .movie {
  display: grid;
  grid-template-columns: 100px 1fr;
  justify-content: stretch;
  grid-template-areas: "image details" "shows shows";
  background-color: rgba(var(--color-1), 0.5);
  padding: 16px;
  gap: 16px;
}
@media screen and (min-width: 782px) {
  body.archive.post-type-archive-movie .list .movie {
    grid-template-columns: 208px 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas: "image details" "image shows";
  }
}
body.archive.post-type-archive-movie .list .movie figure {
  grid-area: image;
  flex: 0 0 208px;
  max-width: 208px;
  height: auto;
  position: relative;
}
body.archive.post-type-archive-movie .list .movie figure > a {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.archive.post-type-archive-movie .list .movie .details {
  grid-area: details;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-self: start;
}
body.archive.post-type-archive-movie .list .movie .details .meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  /*
  font-size: 12px;
  line-height: calc( 16 / 12 );

   */
}
body.archive.post-type-archive-movie .list .movie .details .meta * {
  margin: 0;
}
body.archive.post-type-archive-movie .list .movie .details .meta .age-limit {
  background-color: rgba(var(--color-black));
  padding: 2px;
}
body.archive.post-type-archive-movie .list .movie .details .tags .tag.obligation-of-identification {
  --background-color: var(--color-5);
  --color: var(--color-white);
}
body.archive.post-type-archive-movie .list .movie .shows {
  grid-area: shows;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8px;
  flex: 1;
}
body.archive.post-type-archive-movie .list .movie .shows .show {
  background-color: rgba(var(--color-black));
  text-align: center;
  flex: 0 0 calc(50% - 8px);
  max-width: calc(50% - 8px);
}
@media screen and (min-width: 782px) {
  body.archive.post-type-archive-movie .list .movie .shows .show {
    flex: 0 0 192px;
    max-width: 192px;
  }
}
body.archive.post-type-archive-movie .list .movie .shows .show .show-content {
  position: relative;
  padding: 12px 8px;
}
body.archive.post-type-archive-movie .list .movie .shows .show .show-content > a {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.archive.post-type-archive-movie .list .movie .shows .show .show-content p {
  margin: 0;
}
body.archive.post-type-archive-movie .list .movie .shows .show .show-content .advertisement-flag {
  margin-top: 8px;
}
body.archive.post-type-archive-movie .list .movie .shows .show .extra-content {
  background: rgb(var(--color-9));
  display: flex;
  padding: 4px 8px;
  color: rgb(var(--color-black));
  text-decoration: none;
  text-align: center;
  align-items: center;
  justify-content: center;
}
body.archive.post-type-archive-movie .list .movie .shows .show .extra-content:empty {
  display: none;
}
body.archive.post-type-archive-movie .information {
  margin-top: 24px;
  background-color: rgba(var(--color-1--70));
  border-radius: 8px;
  padding: var(--padding);
}
body.archive.post-type-archive-movie .information p {
  margin: 0;
  font-size: 12px;
  line-height: 1.3333333333;
}
@media screen and (min-width: 782px) {
  body.archive.post-type-archive-movie .information p {
    font-size: 16px;
    line-height: 1.375;
  }
}
body.archive.post-type-archive-movie .extra-content-dialog[open] {
  max-width: 600px;
  width: 90%;
  display: flex;
  flex-direction: column;
  border: none;
}
body.archive.post-type-archive-movie .extra-content-dialog[open] button.close {
  align-self: flex-end;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 32px;
  line-height: 1;
  padding: 0;
}
body.archive.post-type-archive-movie .extra-content-dialog[open] button.close .icon {
  font-size: inherit;
}
body.archive.post-type-archive-movie .extra-content-dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.8);
}

.tease {
  --aspect-ratio: 1 / 1;
  position: relative;
  display: flex;
  flex-direction: column;
  color: var(--text-color);
  background-color: var(--background-color);
}
.tease > a {
  position: absolute;
  z-index: 2;
  inset: 0;
}
.tease figure {
  grid-area: image;
  aspect-ratio: var(--aspect-ratio);
  position: relative;
}
.tease figure[data-background] {
  background-size: cover;
  background-position: center;
}
.tease figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 200ms ease-in-out;
}
.tease .textual-content {
  grid-area: textual-content;
  padding: 16px;
  flex: 1;
}
.tease .textual-content .button {
  background-color: rgba(var(--color-black));
}
.tease.tease-manual-content {
  background-color: rgba(var(--color-5));
  color: rgba(var(--color-9));
}
.tease.tease-manual-content .textual-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.tease.tease-manual-content .textual-content .button {
  background-color: rgba(var(--color-9));
  color: rgba(var(--color-5));
}
.tease.tease-event {
  display: flex;
  flex-direction: column;
  gap: var(--inner-border-width);
  overflow: hidden;
}
.tease.tease-event .next-show {
  grid-area: next-show;
  display: none;
}
.tease.tease-event figure {
  --aspect-ratio: 300 / 240;
  grid-area: image;
}
.tease.tease-event figure img {
  mask-position: center;
}
.tease.tease-event figure.sale-status-2, .tease.tease-event figure.sale-status-3 {
  position: relative;
  filter: grayscale(1);
}
.tease.tease-event figure.sale-status-2 .sale-status, .tease.tease-event figure.sale-status-3 .sale-status {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tease.tease-event figure.sale-status-2 .sale-status span, .tease.tease-event figure.sale-status-3 .sale-status span {
  margin: 0;
  font-weight: bold;
  color: rgba(var(--color-white));
  background-color: rgba(var(--color-black));
  padding: 8px;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .tease.tease-event:hover figure img {
    mask-image: url("./assets/images/shape.svg");
    mask-repeat: no-repeat;
    mask-size: contain;
  }
}
.tease.tease-event .textual-content {
  grid-area: content;
  padding: 20px 0;
}
.tease.tease-event .textual-content p {
  margin: 0;
}
.tease.tease-event .textual-content h3 {
  margin: 12px 0;
}
.tease.tease-event .textual-content .sale-status {
  --background-color: var(--color-9);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  background-color: var(--background-color);
  margin-top: 16px;
}
.tease.tease-movie-slide, .tease.tease-movie {
  color: rgba(var(--color-white));
  background-color: rgba(var(--color-1--50));
}
.tease.tease-movie-slide figure, .tease.tease-movie figure {
  aspect-ratio: 9/16;
  position: relative;
}
.tease.tease-movie-slide figure .tag, .tease.tease-movie figure .tag {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(var(--color-1));
  width: 100%;
  z-index: 1;
  padding-block: 4px;
  text-align: center;
}
.tease.tease-movie-slide.wide, .tease.tease-movie.wide {
  background-color: transparent;
}
.tease.tease-movie-slide.wide figure, .tease.tease-movie.wide figure {
  aspect-ratio: 360/203;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .tease.tease-movie-slide.wide figure, .tease.tease-movie.wide figure {
    aspect-ratio: 932/525;
    max-width: 932px;
  }
}
.tease.tease-movie-slide.wide .textual-content, .tease.tease-movie.wide .textual-content {
  text-align: center;
}
.tease.tease-movie-show-slide .textual-content p, .tease.tease-movie-show .textual-content p {
  margin: 0;
}
.tease.tease-movie-show-slide .textual-content h3, .tease.tease-movie-show .textual-content h3 {
  margin: 8px 0;
}
.tease.tease-post {
  flex-direction: column;
  border: 1px solid var(--text-color);
}
.tease.tease-post figure {
  aspect-ratio: 320/225;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.15);
}
.tease.tease-post figure img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.tease.tease-post .textual-content {
  padding: 12px 0 16px;
}
.tease.tease-page {
  gap: 8px;
  padding-block: 0 16px;
}
.tease.tease-page .textual-content {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.tease.tease-page .textual-content p {
  margin: 0;
}
.tease.event-slider-custom-slide, .tease.tease-event-slide {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.tease.event-slider-custom-slide[data-month-color], .tease.tease-event-slide[data-month-color] {
  background-color: var(--month-color);
}
@media screen and (min-width: 992px) {
  .tease.event-slider-custom-slide, .tease.tease-event-slide {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
.tease.event-slider-custom-slide figure, .tease.tease-event-slide figure {
  mask-image: url("./assets/images/shape.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  aspect-ratio: 320/284;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .tease.event-slider-custom-slide figure, .tease.tease-event-slide figure {
    width: 552px;
    height: 490px;
  }
}
.tease.event-slider-custom-slide figure img, .tease.tease-event-slide figure img {
  object-fit: cover;
  object-position: top;
}
@media screen and (min-width: 992px) {
  .tease.event-slider-custom-slide figure img, .tease.tease-event-slide figure img {
    display: none;
  }
}
.tease.event-slider-custom-slide .textual-content, .tease.tease-event-slide .textual-content {
  padding: 0 8px 12px 8px;
  flex: 1;
  text-align: left;
  margin-top: -8px;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .tease.event-slider-custom-slide .textual-content, .tease.tease-event-slide .textual-content {
    padding: 32px;
    width: 340px;
    flex: none;
    margin-top: initial;
  }
}
.tease.event-slider-custom-slide .textual-content .date-and-sale-status, .tease.tease-event-slide .textual-content .date-and-sale-status {
  display: flex;
  gap: 4px;
  justify-content: center;
}
.tease.event-slider-custom-slide .textual-content .date-and-sale-status .date, .tease.tease-event-slide .textual-content .date-and-sale-status .date {
  --background-color: var(--color-5);
  --color: var(--color-white);
}
@media screen and (min-width: 992px) {
  .tease.event-slider-custom-slide .textual-content .date-and-sale-status, .tease.tease-event-slide .textual-content .date-and-sale-status {
    justify-content: flex-start;
  }
}
.tease.event-slider-custom-slide .textual-content h2, .tease.tease-event-slide .textual-content h2 {
  margin: 8px 0 0 0;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .tease.event-slider-custom-slide .textual-content h2, .tease.tease-event-slide .textual-content h2 {
    margin: 14px 0 0;
    text-align: left;
  }
}
.tease.event-slider-custom-slide .textual-content .button, .tease.tease-event-slide .textual-content .button {
  display: none;
}

@keyframes moveInAndOut {
  0% {
    transform: translateY(110%); /* Start from hidden (below the visible area) */
  }
  55% {
    transform: translateY(110%); /* Start from hidden (below the visible area) */
  }
  60% {
    transform: translateY(0); /* After 1.5 seconds, move up to the original position */
  }
  95% {
    transform: translateY(0); /* Stay there for 1 second */
  }
  100% {
    transform: translateY(110%); /* Then move back down */
  }
}
@keyframes moveOutAndIn {
  0% {
    transform: translateY(0%); /* Start from hidden (below the visible area) */
  }
  55% {
    transform: translateY(0%); /* Start from hidden (below the visible area) */
  }
  60% {
    transform: translateY(-110%); /* After 1.5 seconds, move up to the original position */
  }
  95% {
    transform: translateY(-110%); /* Stay there for 1 second */
  }
  100% {
    transform: translateY(0%); /* Then move back down */
  }
}
.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--gap);
}
@media screen and (min-width: 782px) {
  .grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 782px) {
  .grid[data-post-type=movie] {
    --gap: 16px;
    grid-template-columns: repeat(5, 1fr);
  }
}
.grid::after {
  display: none;
}
.grid[data-post-type=event] {
  /*
  position: relative;
  overflow: hidden;

  &:after {
    content: "";
    display: block;
    width: 144.02035623vw;
    height: 127.98982188vw;
    background-color: rgba(var(--color-10),.7);
    mask-image: url(./assets/images/shape.svg);
    mask-size: contain;
    position: absolute;
    top:2vw;
    left:-26.08142494vw;
    z-index: -1;

    @include breakpoint('wordpress') {
      display: none;
    }
  }
   */
}

body.dark {
  background-color: rgba(var(--color-black));
  color: rgba(var(--color-white));
}

a {
  color: currentColor;
  text-decoration: underline;
}

figure {
  margin: 0;
}
figure img {
  width: 100%;
}

.hidden {
  display: none !important;
}

.button {
  --background-color: var(--color-black);
  --color: var(--color-white);
  font-weight: 700;
  padding: calc(var(--padding) / 2);
  background-color: rgba(var(--background-color));
  color: rgba(var(--color));
  text-decoration: none;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.2222222222;
}
.button.small {
  font-size: 12px;
}

.tag {
  background-color: rgba(var(--background-color));
  color: rgba(var(--color));
  display: inline-flex;
  padding: 2px 4px;
  font-size: 12px;
  line-height: 1.3333333333;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .tag {
    padding: 4px 8px;
    font-size: 16px;
    line-height: 1.375;
  }
}
.tag.is-free {
  --background-color: var(--color-2);
}
.tag.advertisement-flag {
  --background-color: var(--color-1);
}

.sale-status.sale-status-1 {
  --background-color: var(--color-9);
  --color: var(--color-black);
}
.sale-status.sale-status-2 {
  --background-color: var(--color-black);
  --color: var(--color-white);
}

.container {
  margin-inline: auto;
  max-width: var(--container-width);
  overflow-x: hidden;
  padding-bottom: 24px;
}
@media screen and (min-width: 992px) {
  .container {
    overflow-x: visible;
    padding-bottom: 48px;
  }
}

.wrapper {
  margin-inline: auto;
  padding-inline: var(--padding);
}
@media screen and (min-width: 992px) {
  .wrapper {
    max-width: var(--wrapper-width);
  }
}
.wrapper.wide {
  max-width: var(--wrapper-width--wide);
}
.wrapper.narrow {
  max-width: var(--wrapper-width--narrow);
}

#editor > .wrapper {
  max-width: 840px;
}

@media screen and (max-width: 782px) {
  .fullwidth {
    width: 100vw;
    margin-inline: calc(-1 * var(--padding)) !important;
  }
}

.iframe-wrapper {
  position: relative;
  overflow: hidden;
}
.iframe-wrapper iframe {
  border: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 180%;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
@media screen and (min-width: 992px) {
  .iframe-wrapper iframe {
    height: 100%;
  }
}

.custom-select {
  background-color: var(--background-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  height: 100%;
  position: relative;
  font-size: 16px;
  border-radius: 4px;
}
@media screen and (min-width: 782px) {
  .custom-select {
    font-size: 18px;
  }
}
.custom-select select {
  appearance: none;
  background-color: transparent;
  color: currentColor;
  border: 0;
  padding: 8px;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.custom-select select::-ms-expand {
  display: none;
}
.custom-select:after {
  content: "▼";
  aspect-ratio: 1/1;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

main#content {
  /*
  overflow-x: hidden;

  @include breakpoint() {
    overflow-x: visible;
  }
  */
}

body.single.single-post main#content > .header .wrapper {
  display: flex;
  flex-direction: column;
}
body.single.single-post main#content > .header .wrapper.has-image {
  gap: 24px;
}
@media screen and (min-width: 782px) {
  body.single.single-post main#content > .header .wrapper.has-image {
    flex-direction: row;
    align-items: center;
  }
}
body.single.single-post main#content > .header .wrapper figure {
  aspect-ratio: 540/343;
}
@media screen and (min-width: 782px) {
  body.single.single-post main#content > .header .wrapper figure {
    flex: 0 0 43.26923077%;
    max-width: 43.26923077%;
  }
}
body.single.single-post main#content > .header .wrapper figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 782px) {
  body.single.single-post main#content > .header .wrapper .textual-content {
    padding-inline: 60px 0;
  }
}
body.single.single-post main#content .content {
  margin-block: 48px;
}
body.single.single-post main#content .content .wrapper {
  max-width: 792px;
}
body.single.single-event main#content > .header {
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}
body.single.single-event main#content > .header:after {
  content: "";
  display: block;
  width: 144.02035623vw;
  height: 127.98982188vw;
  background-color: rgba(var(--header-background-color));
  mask-image: url(./assets/images/shape.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  position: absolute;
  top: -57.76081425vw;
  left: -26.08142494vw;
  z-index: -1;
}
@media screen and (min-width: 782px) {
  body.single.single-event main#content > .header:after {
    display: none;
  }
}
@media screen and (min-width: 782px) {
  body.single.single-event main#content > .header {
    background: rgba(var(--header-background-color), 1);
    padding-bottom: 44px;
    margin-bottom: 0;
  }
}
body.single.single-event main#content > .header .wrapper {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 782px) {
  body.single.single-event main#content > .header .wrapper {
    flex-direction: row;
    align-items: center;
    gap: 88.5px;
  }
}
body.single.single-event main#content > .header .wrapper #image {
  flex: 1;
  aspect-ratio: 600/480;
  margin-bottom: 24px;
}
@media screen and (min-width: 782px) {
  body.single.single-event main#content > .header .wrapper #image {
    flex: 0 0 48.07692308%;
    max-width: 48.07692308%;
    margin-bottom: 0;
  }
}
body.single.single-event main#content > .header .wrapper #image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
body.single.single-event main#content > .header .wrapper #image.sale-status-2 {
  position: relative;
  filter: grayscale(1);
}
body.single.single-event main#content > .header .wrapper #image .sale-status {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.single.single-event main#content > .header .wrapper #image .sale-status span {
  margin: 0;
  font-weight: bold;
  color: rgba(var(--color-white));
  background-color: rgba(var(--color-black));
  padding: 8px;
  text-transform: uppercase;
}
body.single.single-event main#content > .header .wrapper #title-and-date {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 782px) {
  body.single.single-event main#content > .header .wrapper #title-and-date {
    flex: 0 0 471px;
    max-width: 471px;
    height: 418px;
    padding: 0 44px;
    justify-content: center;
    align-items: flex-start;
    background-color: rgba(255, 255, 255, 0.6);
    mask-image: url(./assets/images/shape.svg);
    mask-size: cover;
  }
}
body.single.single-event main#content > .header .wrapper #title-and-date h1 {
  margin: 0 0 4px 0;
  text-align: center;
}
@media screen and (min-width: 782px) {
  body.single.single-event main#content > .header .wrapper #title-and-date h1 {
    text-align: left;
    margin-bottom: 16px;
  }
}
body.single.single-event main#content > .header .wrapper #title-and-date .sale-status {
  background-color: rgba(var(--background-color));
  padding: 4px 8px;
  margin-block: 4px 8px;
}
body.single.single-event main#content > .header .wrapper #title-and-date .sale-status.sale-status-1 {
  --background-color: var(--color-9);
}
body.single.single-event main#content > .header .wrapper #title-and-date .sale-status.sale-status-1 p {
  margin: 0;
  --font-size: 16px;
  --line-height: calc(22 / 16);
}
body.single.single-event main#content > .header .wrapper #title-and-date p.dates {
  margin: 0 0 24px 0;
}
body.single.single-event main#content > .header .wrapper #title-and-date .button {
  --background-color: var(--color-4);
  --color: var(--color-black);
  padding: var(--padding);
}
body.single.single-event main#content > .header .wrapper #title-and-date .button:hover {
  --background-color: var(--color-4--70);
}
@media screen and (min-width: 782px) {
  body.single.single-event main#content .content {
    margin-top: 48px;
  }
}
body.single.single-event main#content .content .wrapper {
  display: grid;
  row-gap: 24px;
  grid-template-areas: "details" "body" "similar-events";
}
@media screen and (min-width: 782px) {
  body.single.single-event main#content .content .wrapper {
    grid-template-areas: "body details" "similar-events similar-events";
    grid-template-columns: 1fr 408px;
    column-gap: 48px;
  }
}
body.single.single-event main#content .content .wrapper #categories {
  grid-area: categories;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
body.single.single-event main#content .content .wrapper #categories .tag {
  font-size: 14px;
  line-height: 1;
  padding: 5px;
  background-color: var(--text-color);
  opacity: var(--cateogry-opacity);
  color: #fff;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
body.single.single-event main#content .content .wrapper #categories .tag.sale-status {
  opacity: 1;
}
body.single.single-event main#content .content .wrapper #categories .tag.sale-status.sale-status-1 {
  background-color: var(--sale-status-1-background-color);
  color: var(--sale-status-1-color);
}
body.single.single-event main#content .content .wrapper #details {
  --background-color: var(--header-background-color);
  --button-color: var(--color-green);
  grid-area: details;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 782px) {
  body.single.single-event main#content .content .wrapper #details {
    font-size: 20px;
    align-self: flex-start;
  }
}
body.single.single-event main#content .content .wrapper #details .button {
  background-color: var(--button-color);
}
body.single.single-event main#content .content .wrapper #details #meta {
  grid-area: meta;
  border-collapse: collapse;
}
@media screen and (min-width: 782px) {
  body.single.single-event main#content .content .wrapper #details #meta {
    background-color: rgba(var(--background-color), 0.7);
  }
}
body.single.single-event main#content .content .wrapper #details #meta tbody tr {
  display: block;
}
@media screen and (min-width: 782px) {
  body.single.single-event main#content .content .wrapper #details #meta tbody tr:first-child {
    padding-top: 16px;
  }
}
body.single.single-event main#content .content .wrapper #details #meta tbody tr:last-child {
  padding-bottom: 16px;
}
body.single.single-event main#content .content .wrapper #details #meta tbody tr:not(:last-child) {
  padding-bottom: 8px;
}
body.single.single-event main#content .content .wrapper #details #meta tbody tr th {
  padding-left: 8px;
  text-align: left;
  width: 110px;
  font-weight: normal;
}
body.single.single-event main#content .content .wrapper #details #meta tbody tr td {
  padding-left: 10px;
  padding-right: 8px;
  font-weight: bold;
}
body.single.single-event main#content .content .wrapper #details .accordion {
  background-color: rgba(var(--header-background-color), 0.7);
}
body.single.single-event main#content .content .wrapper #details .accordion .toggle {
  padding-left: 8px;
  padding-right: 8px;
  border: 0;
  font-weight: bold;
}
body.single.single-event main#content .content .wrapper #details .accordion .content {
  padding-left: 8px;
  padding-right: 8px;
}
body.single.single-event main#content .content .wrapper #details .accordion .content ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
body.single.single-event main#content .content .wrapper #details .accordion .content ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.single.single-event main#content .content .wrapper #details .accordion .content ul li p {
  margin: 0;
}
body.single.single-event main#content .content .wrapper #body {
  grid-area: body;
}
body.single.single-event main#content .content .wrapper #body img {
  height: auto;
}
body.single.single-event main#content .content .wrapper #body #enriched-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
body.single.single-event main#content .content .wrapper #body #enriched-content .section h3 {
  margin-bottom: 10px;
}
body.single.single-event main#content .content .wrapper #body #supporting-band {
  display: flex;
  gap: 37px;
  align-items: center;
  margin-block: 30px;
}
body.single.single-event main#content .content .wrapper #body #supporting-band figure {
  --width: 121px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  width: var(--width);
  flex: 0 0 var(--width);
  max-width: var(--width);
  overflow: hidden;
}
body.single.single-event main#content .content .wrapper #body #supporting-band figure img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
body.single.single-event main#content .content .wrapper #body #scenes {
  margin-block: 30px 0;
}
body.single.single-event main#content .content .wrapper #body #scenes h3 {
  padding-block: 0 10px;
  border-bottom: 1px solid currentColor;
  margin-block: 0 10px;
}
body.single.single-event main#content .content .wrapper #body #forestillinger {
  margin-block: 30px 0;
  padding-block: 0;
  margin-inline: 16px;
  border-bottom: 1px solid currentColor;
}
body.single.single-event main#content .content .wrapper #body #forestillinger h3 {
  border-bottom: 1px solid currentColor;
  padding-block: 0 16px;
  margin-block: 0 16px;
}
body.single.single-event main#content .content .wrapper #body #forestillinger table {
  line-height: 1;
  width: 100%;
  margin: 16px 0;
  border-collapse: collapse;
}
body.single.single-event main#content .content .wrapper #body #forestillinger table tbody tr.event:not(:first-child) td {
  padding-top: 8px;
}
body.single.single-event main#content .content .wrapper #body #forestillinger table tbody tr.event.has-ended {
  text-decoration: line-through;
}
body.single.single-event main#content .content .wrapper #body #forestillinger table tbody tr.event.has-ended a {
  pointer-events: none;
  text-decoration: line-through !important;
  opacity: 0.5;
}
body.single.single-event main#content .content .wrapper #body #forestillinger table tbody tr.event td.date-and-time {
  width: auto;
  white-space: nowrap;
}
body.single.single-event main#content .content .wrapper #body #forestillinger table tbody tr.event td.sale-status {
  width: auto;
  white-space: nowrap;
  font-style: italic;
}
body.single.single-event main#content .content .wrapper #body #forestillinger table tbody tr.event td.action {
  text-align: right;
}
body.single.single-event main#content .content .wrapper #body #forestillinger table tbody tr.event td.action a.button {
  --background-color: var(--color-4);
  --color: var(--color-black);
}
body.single.single-event main#content .content .wrapper #body #forestillinger table tbody tr.event td.action a.button:hover {
  --background-color: var(--color-4--70);
}
body.single.single-event main#content .content .wrapper #body #forestillinger table tbody tr.event td.action span {
  text-transform: uppercase;
  display: block;
  padding: 6px 0;
  color: rgb(76, 9, 50);
}
body.single.single-event main#content .content .wrapper #tags {
  grid-area: tags;
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: -20px;
}
@media screen and (max-width: 991px) {
  body.single.single-event main#content .content .wrapper #tags {
    width: 100vw;
    margin-inline: -10px;
  }
}
body.single.single-event main#content .content .wrapper #tags .tag {
  position: relative;
  padding: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
body.single.single-event main#content .content .wrapper #tags .tag > a {
  position: absolute;
  inset: 0;
  z-index: 1;
}
body.single.single-event #has-ended {
  display: none;
}
body.single.single-event.has-ended-is-open {
  position: fixed;
  width: 100%;
}
body.single.single-event.has-ended-is-open #has-ended {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.75);
  overflow-y: auto;
  padding-block: 20px;
}
body.single.single-event.has-ended-is-open #has-ended .modal {
  background-color: RGB(var(--color-9));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-block: var(--padding);
  max-width: 800px;
}
body.single.single-event.has-ended-is-open #has-ended .modal .wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body.single.single-event.has-ended-is-open #has-ended .modal .wrapper button {
  align-self: flex-end;
  border: 0;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}
body.single.single-event.has-ended-is-open #has-ended .modal .wrapper button svg path {
  fill: rgb(var(--color-black));
}
body.single.single-event.has-ended-is-open #has-ended .modal .wrapper h2 {
  margin-block: 8px;
}
body.single.single-event.has-ended-is-open #has-ended .modal .wrapper .button {
  background-color: rgb(var(--color-white));
  color: rgb(var(--color-black));
}
body.single.single-movie main#content .header {
  margin-bottom: 48px;
}
body.single.single-movie main#content .header .wrapper.wide {
  margin-top: calc(-1 * var(--header-height));
  padding-inline: 0;
  margin-bottom: 2px;
}
body.single.single-movie main#content .header .wrapper.wide figure {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  position: relative;
  z-index: -1;
}
@media screen and (min-width: 782px) {
  body.single.single-movie main#content .header .wrapper.wide figure {
    aspect-ratio: 1280/500;
  }
}
body.single.single-movie main#content .header .wrapper.wide figure img {
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 100%;
}
body.single.single-movie main#content .header .wrapper.wide figure:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: var(--header-height);
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(var(--color-black)), rgba(var(--transparent)));
}
body.single.single-movie main#content .header .wrapper.wide figure:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: var(--header-height);
  width: 100%;
  background-image: linear-gradient(to top, rgba(var(--color-black)), rgba(var(--transparent)));
}
body.single.single-movie main#content .header .wrapper.narrow {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 782px) {
  body.single.single-movie main#content .header .wrapper.narrow {
    flex-direction: row;
  }
}
body.single.single-movie main#content .header .wrapper.narrow #details {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
@media screen and (min-width: 782px) {
  body.single.single-movie main#content .header .wrapper.narrow #details {
    align-items: flex-start;
  }
}
body.single.single-movie main#content .header .wrapper.narrow #details #breadcrumbs {
  margin: 0 0 8px 0;
  padding: 0;
}
@media screen and (min-width: 782px) {
  body.single.single-movie main#content .header .wrapper.narrow #details #breadcrumbs {
    margin-bottom: 24px;
  }
}
body.single.single-movie main#content .header .wrapper.narrow #details h1 {
  margin: 0;
}
body.single.single-movie main#content .header .wrapper.narrow #details .meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  /*
  font-size: 12px;
  line-height: calc( 16 / 12 );

   */
}
body.single.single-movie main#content .header .wrapper.narrow #details .meta * {
  margin: 0;
}
body.single.single-movie main#content .header .wrapper.narrow #details .meta .age-limit {
  background-color: rgba(var(--color-1));
  padding: 2px;
}
body.single.single-movie main#content .header .wrapper.narrow #details .tags .tag.obligation-of-identification {
  --background-color: var(--color-5);
  --color: var(--color-white);
}
body.single.single-movie main#content .header .wrapper.narrow #poster-and-trailer {
  --aspect-ratio: 9 / 16;
  margin-top: -140px;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (min-width: 782px) {
  body.single.single-movie main#content .header .wrapper.narrow #poster-and-trailer {
    margin-top: -252px;
    position: relative;
    aspect-ratio: var(--aspect-ratio);
    max-width: 236px;
    width: 100%;
  }
}
body.single.single-movie main#content .header .wrapper.narrow #poster-and-trailer #poster {
  aspect-ratio: var(--aspect-ratio);
  width: 79px;
  background-image: var(--background-image);
  background-color: rgb(var(--color-1));
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 782px) {
  body.single.single-movie main#content .header .wrapper.narrow #poster-and-trailer #poster {
    width: 100%;
    height: 100%;
  }
}
body.single.single-movie main#content .header .wrapper.narrow #poster-and-trailer a {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 4px 4px 8px;
  border: 1px solid rgb(var(--color-white));
  border-radius: 100px;
  gap: 8px;
  text-transform: none;
}
@media screen and (min-width: 782px) {
  body.single.single-movie main#content .header .wrapper.narrow #poster-and-trailer a {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-inline: auto;
    width: fit-content;
  }
}
body.single.single-movie main#content .header .wrapper.narrow #poster-and-trailer a .icon {
  transform: rotate(-90deg);
  color: rgb(var(--color-black));
  background-color: rgb(var(--color-white));
  border-radius: 50%;
}
body.single.single-movie main#content .content .wrapper #dates {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
body.single.single-movie main#content .content .wrapper #dates h2 {
  text-align: center;
  margin: 0;
}
body.single.single-movie main#content .content .wrapper #dates .date {
  display: flex;
  padding: 20px;
  background-color: rgba(var(--color-3--50));
  gap: 36px;
  flex-direction: column;
}
@media screen and (min-width: 782px) {
  body.single.single-movie main#content .content .wrapper #dates .date {
    flex-direction: row;
    background-color: rgba(var(--color-1--70));
  }
}
body.single.single-movie main#content .content .wrapper #dates .date h3 {
  display: flex;
  gap: 8px;
  justify-content: center;
}
@media screen and (min-width: 782px) {
  body.single.single-movie main#content .content .wrapper #dates .date h3 {
    justify-content: flex-start;
    flex-direction: column;
    flex: 0 0 176px;
    max-width: 176px;
    text-align: left;
  }
}
body.single.single-movie main#content .content .wrapper #dates .date .shows {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8px;
}
body.single.single-movie main#content .content .wrapper #dates .date .shows .show {
  background-color: rgba(var(--color-black));
  text-align: center;
  position: relative;
  flex: 0 0 calc(50% - 8px);
  max-width: calc(50% - 8px);
}
@media screen and (min-width: 782px) {
  body.single.single-movie main#content .content .wrapper #dates .date .shows .show {
    flex: 0 0 192px;
    max-width: 192px;
  }
}
body.single.single-movie main#content .content .wrapper #dates .date .shows .show .show-content {
  position: relative;
  padding: 12px 8px;
}
body.single.single-movie main#content .content .wrapper #dates .date .shows .show .show-content > a {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.single.single-movie main#content .content .wrapper #dates .date .shows .show .show-content p {
  margin: 0;
}
body.single.single-movie main#content .content .wrapper #dates .date .shows .show .show-content .advertisement-flag {
  margin-top: 4px;
}
body.single.single-movie main#content .content .wrapper #dates .date .shows .show .extra-content {
  background: rgb(var(--color-9));
  display: flex;
  padding: 4px 8px;
  color: rgb(var(--color-black));
  text-decoration: none;
  text-align: center;
  align-items: center;
  justify-content: center;
}
body.single.single-movie main#content .content .wrapper #dates .date .shows .show .extra-content:empty {
  display: none;
}
body.single.single-movie main#content .content .wrapper #dates .date .shows .show .extra-content-html {
  display: none;
}
body.single.single-movie main#content .content .wrapper .information {
  margin-top: 24px;
  background-color: rgba(var(--color-1--70));
  padding: var(--padding);
}
body.single.single-movie main#content .content .wrapper .information p {
  margin: 0;
  font-size: 12px;
  line-height: 1.3333333333;
}
@media screen and (min-width: 782px) {
  body.single.single-movie main#content .content .wrapper .information p {
    font-size: 16px;
    line-height: 1.375;
  }
}
body.single.single-movie main#content .content .wrapper #body {
  display: flex;
  margin-top: 48px;
  gap: 24px;
  flex-direction: column;
}
@media screen and (min-width: 782px) {
  body.single.single-movie main#content .content .wrapper #body {
    flex-direction: row;
  }
}
@media screen and (min-width: 782px) {
  body.single.single-movie main#content .content .wrapper #body .details {
    flex: 0 0 348px;
    max-width: 348px;
  }
}
body.single.single-movie main#content .content .wrapper #body .details .rating-reasons {
  border-bottom: 1px solid rgba(var(--color-white));
  padding-bottom: 24px;
  margin-bottom: 24px;
}
body.single.single-movie main#content .content .wrapper #body .details table {
  font-size: inherit;
  line-height: inherit;
  border-collapse: collapse;
}
body.single.single-movie main#content .content .wrapper #body .details table tbody tr th {
  text-align: left;
}
body.single.single-movie main#content .content .wrapper #body .details table tbody tr td {
  padding-left: 10px;
}
body.single.single-movie main#content .content .wrapper #body .content {
  flex: 1;
}
body.single.single-movie dialog {
  border: 0;
  padding: 0;
  aspect-ratio: 16/9;
  width: var(--wrapper-width);
}
body.single.single-movie dialog .youtube-wrapper {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  background-color: black;
}
body.single.single-movie dialog .youtube-wrapper iframe {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
}
body.single.single-movie dialog.extra-content-dialog {
  aspect-ratio: auto;
  padding: revert;
}
body.single.single-movie dialog.extra-content-dialog[open] {
  max-width: 600px;
  width: 90%;
  display: flex;
  flex-direction: column;
  border: none;
}
body.single.single-movie dialog.extra-content-dialog[open] button.close {
  align-self: flex-end;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 32px;
  line-height: 1;
  padding: 0;
}
body.single.single-movie dialog.extra-content-dialog[open] button.close .icon {
  font-size: inherit;
}
body.single.single-movie dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.8);
}
body.single #serving {
  margin-bottom: 24px;
}
body.single #similar-events {
  margin-top: 48px;
}
body.single #similar-events .navigation {
  justify-content: space-between;
}
body.single.single-post main#content > .wrapper {
  margin-block: 30px 0;
  max-width: 1030px;
}
body.single.single-post main#content > .wrapper h1 {
  --margin-block: 77px 58px;
  --padding-inline: 0 100px;
  max-width: 820px;
  margin-inline: auto;
  margin-block: var(--margin-block);
  position: relative;
  padding-inline: var(--padding-inline);
}
@media screen and (min-width: 992px) {
  body.single.single-post main#content > .wrapper h1 {
    --margin-block: 132px 30px;
    --padding-inline: 0;
  }
}
body.single.single-post main#content > .wrapper h1:before {
  --width: 98px;
  --height: 98px;
  --top: -126px;
  --left: 0;
  content: "";
  position: absolute;
  background-image: var(--post-title-graphics-before);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 1/1;
  height: var(--height);
  width: var(--width);
  top: var(--top);
  left: var(--left);
  z-index: -1;
}
@media screen and (min-width: 992px) {
  body.single.single-post main#content > .wrapper h1:before {
    --width: 190px;
    --height: 190px;
    --top: -227px;
    --left: -76px;
  }
}
body.single.single-post main#content > .wrapper h1:after {
  --width: 88px;
  --height: 88px;
  --top: -28px;
  --right: 0px;
  content: "";
  position: absolute;
  background-image: var(--post-title-graphics-after);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 1/1;
  height: var(--height);
  width: var(--width);
  top: var(--top);
  right: var(--right);
}
@media screen and (min-width: 992px) {
  body.single.single-post main#content > .wrapper h1:after {
    --width: 171px;
    --height: 171px;
    --top: -121px;
    --right: calc(-119px - var(--width));
  }
}
body.single.single-post main#content #editor,
body.single.single-post main#content #panels {
  --padding-inline: 20px;
  padding-block: 50px 30px;
  margin-inline: auto;
  background-color: var(--color-white);
  max-width: 820px;
}
body.single.single-post main#content #editor p.has-background,
body.single.single-post main#content #panels p.has-background {
  padding: 10px;
}

header#header {
  background-color: rgba(var(--header-background-color));
  color: rgba(var(--header-text-color), 1);
  padding-block: 16px;
  position: relative;
}
@media screen and (max-width: 767px) {
  body.navigation-open header#header {
    background-color: rgba(var(--color-7--70));
  }
}
@media screen and (max-width: 767px) {
  body.navigation-open.dark header#header {
    background-color: rgba(var(--color-3));
  }
}
@media screen and (min-width: 782px) {
  header#header {
    padding-block: 20px;
  }
}
header#header .wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}
header#header .wrapper:last-of-type {
  position: relative;
}
header#header .wrapper #branding {
  margin-right: auto;
  width: 140px;
  height: 40px;
}
@media screen and (min-width: 782px) {
  header#header .wrapper #branding {
    width: 160px;
    height: 40px;
  }
}
header#header .wrapper #branding svg {
  width: 100%;
  height: auto;
}
header#header .wrapper #branding svg path {
  fill: currentColor !important;
}
header#header .wrapper #quick-menu {
  display: none;
}
@media screen and (min-width: 782px) {
  header#header .wrapper #quick-menu {
    display: block;
    margin-right: 32px;
  }
}
header#header .wrapper #quick-menu ul {
  display: flex;
  padding: 0;
  gap: 32px;
  list-style: none;
  margin: 0;
}
header#header .wrapper #quick-menu ul li a {
  color: currentColor;
  text-decoration: none;
}
header#header .wrapper #quick-menu ul li a:hover {
  text-decoration: underline;
}
header#header .wrapper button {
  border: 1px solid currentColor;
  border-radius: 100px;
  padding: 4px 8px;
  background-color: transparent;
  color: currentColor;
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
header#header .wrapper button svg path, header#header .wrapper button svg rect {
  fill: currentColor;
}
header#header .wrapper button[data-action=toggle-navigation]:after {
  background-image: url("assets/images/hamburger.svg");
}
header#header .wrapper button[data-action=toggle-navigation][aria-expanded=true]:after {
  background-image: url("assets/images/close.svg");
}

footer#footer {
  color: rgba(var(--color-white), 1);
  padding-block: 72px;
  margin-top: 48px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 782px) {
  footer#footer {
    background-color: rgba(var(--color-5), 1);
    padding-block: 24px;
  }
}
footer#footer:before {
  content: "";
  display: block;
  width: 144.02035623vw;
  height: 127.98982188vw;
  background-color: rgba(var(--color-5), 1);
  mask-image: url(./assets/images/shape.svg);
  mask-size: contain;
  position: absolute;
  top: 0;
  left: -26.08142494vw;
  z-index: -1;
}
@media screen and (min-width: 782px) {
  footer#footer:before {
    display: none;
  }
}
footer#footer:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 200px;
  left: 0;
  z-index: -1;
  background-color: rgba(var(--color-5), 1);
}
@media screen and (min-width: 782px) {
  footer#footer:after {
    display: none;
  }
}
footer#footer .wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-block: 24px;
}
@media screen and (min-width: 782px) {
  footer#footer .wrapper {
    flex-direction: row;
    padding-block: 24px;
  }
  footer#footer .wrapper > * {
    flex: 1;
  }
}
footer#footer .wrapper #branding-and-collaborators {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
}
footer#footer .wrapper #branding-and-collaborators a.branding img {
  width: 192px;
}
@media screen and (min-width: 782px) {
  footer#footer .wrapper #branding-and-collaborators {
    flex-direction: column;
  }
}
footer#footer .wrapper #contact-us,
footer#footer .wrapper #information,
footer#footer .wrapper #social-medias {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
footer#footer .wrapper #contact-us .body,
footer#footer .wrapper #information .body,
footer#footer .wrapper #social-medias .body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
footer#footer .wrapper #contact-us .body p,
footer#footer .wrapper #information .body p,
footer#footer .wrapper #social-medias .body p {
  margin: 0;
}

footer#producer {
  background-color: #000;
  color: #FFF;
}
footer#producer .wrapper {
  padding-block: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (min-width: 782px) {
  footer#producer .wrapper {
    justify-content: center;
  }
}
footer#producer .wrapper p {
  margin: 0;
}

@media screen and (min-width: 768px) {
  body.navigation-open {
    position: initial;
  }
}

#navigation {
  --width: 100%;
  --right: 0;
  --top: 16px;
  display: none;
  position: absolute;
  z-index: 999;
  top: var(--top);
  right: var(--right);
  width: var(--width);
  height: var(--height);
}
@media screen and (min-width: 768px) {
  #navigation {
    --top: 100%;
    --width: 393px;
    --right: 16px;
  }
}
#navigation .wrapper {
  --background-color: rgb(var(--color-7--70));
  --color: rgba(var(--header-text-color));
  padding-block: 24px;
  display: flex;
  flex-direction: column;
  background-color: var(--background-color);
  color: var(--color);
}
body.dark #navigation .wrapper {
  --background-color: rgba(var(--color-3));
}
#navigation .wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 16px;
}
#navigation .wrapper ul li {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  width: 100%;
}
#navigation .wrapper ul li a {
  text-decoration: none;
  color: currentColor;
  display: flex;
  padding: 8px;
}
#navigation .wrapper ul li.menu-item-has-children > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#navigation .wrapper ul li button {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  display: flex;
  justify-content: space-between;
  color: currentColor;
  border: 0;
  border-radius: 0;
  padding: 8px;
}
#navigation .wrapper ul li button .icon {
  background-color: rgba(var(--color-black));
  color: rgba(var(--color-white));
  border-radius: 50%;
}
#navigation .wrapper ul li ul {
  display: none;
}
#navigation .wrapper ul li.is-open ul {
  margin-top: 4px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-inline: 12px 0;
}
#navigation .wrapper ul li.is-open ul li a {
  font-size: 16px;
  line-height: 1.25;
  padding: 0;
  font-weight: normal;
}
body.navigation-open #navigation {
  display: block;
}
body.navigation-open #navigation .wrapper {
  height: calc(100vh - 72px);
}
@media screen and (min-width: 768px) {
  body.navigation-open #navigation .wrapper {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  body.navigation-open #navigation {
    animation: appear 200ms forwards;
  }
}

@keyframes appear {
  from {
    filter: blur(5rem);
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    filter: blur(0);
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes disappear {
  from {
    filter: blur(0);
    opacity: 1;
    transform: translateY(0);
  }
  to {
    filter: blur(5rem);
    opacity: 0;
    transform: translateY(-100px);
  }
}
#search {
  --background-color: var(--color-black);
  --text-color: var(--color-white);
  top: 100%;
  left: 0;
  width: 100%;
  position: fixed;
  z-index: 100;
  overflow-y: auto;
  background-color: rgba(var(--header-background-color));
  color: rgba(var(--header-text-color));
  padding-block: 24px 0;
}
@media screen and (min-width: 992px) {
  #search {
    padding-block: 16px 0;
  }
}
#search > .wrapper {
  display: flex;
  flex-direction: column;
}
#search > .wrapper form {
  display: flex;
  gap: 16px;
  border: 1px solid var(--text-color);
  padding-block: 24px;
}
#search > .wrapper form input {
  --background-color: var(--color-10);
  --border-color: var(--color-black);
  flex: 1;
  padding: 6px 8px;
  font-size: 20px;
  line-height: 1.2;
  background-color: rgba(var(--background-color));
  color: var(--text-color);
  border: 1px solid rgba(var(--border-color));
}
body.dark #search > .wrapper form input {
  --background-color: var(--color-1);
  --border-color: var(--color-white);
}
#search > .wrapper form button {
  --background-color: var(--color-9);
  border: 0;
  background-color: rgba(var(--background-color));
  color: rgba(var(--color-black));
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 8px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  justify-content: center;
}
#search > .wrapper form button svg {
  width: 24px;
  height: 24px;
}
#search > .wrapper form button svg path {
  fill: rgba(var(--color-black));
}
#search > .wrapper .no-results {
  display: none;
}
#search > .wrapper .no-results.is-visible {
  display: flex;
  flex-direction: column;
  animation: appear 200ms ease-in forwards;
}
#search > .wrapper .search-result {
  margin: 0 calc(-1 * var(--padding));
  padding-inline: var(--padding);
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding-block: 24px 200px;
  height: calc(100vh - (var(--header-height) + var(--search-height)));
  overflow-y: auto;
  background-color: rgba(var(--color-white));
}
body.dark #search > .wrapper .search-result {
  background-color: rgb(var(--color-black));
}
#search > .wrapper .search-result .post-type {
  display: flex;
}
#search > .wrapper .search-result .post-type p {
  flex: 0 0 124px;
  max-width: 124px;
  margin: 0;
}
#search > .wrapper .search-result .post-type ul {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#search > .wrapper .search-result .post-type ul li a {
  text-decoration: underline;
}

body.search-open {
  --header-background-color: var(--color-10--70);
  --header-text-color: var(--color-black);
  position: fixed;
  width: 100%;
  overflow: hidden;
}
body.search-open.dark {
  --header-background-color: var(--color-1--70);
  --header-text-color: var(--color-white);
}
body.search-open #search {
  top: calc(var(--header-height));
}
body.search-open.admin-bar #search {
  top: calc(var(--header-height) + var(--admin-bar-height));
}

.accordion .panel h3.toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-weight: normal;
  /*
  &:after {
    content: "+";
    font-size: 24px;
    line-height: 0;
  }

   */
}
.accordion .panel .toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding-block: 8px;
  border-top: 1px solid currentColor;
  margin: 0;
  /*
  &:after {
    content: "+";
    font-weight: bold;
    font-size: 20px;
    line-height: calc( 24 / 20 );
  }
  */
}
.accordion .panel .toggle .icon {
  font-size: 20px;
}
.accordion .panel div.content {
  display: none;
}
.accordion .panel[aria-expanded=true] {
  /*
  .toggle {
    &:after {
      content: "-";
    }
  }
   */
}
.accordion .panel[aria-expanded=true] div.content {
  display: block;
}

#global-notification {
  padding-block: calc(var(--padding) / 2);
  background-color: var(--background-color);
  color: var(--color-black);
}
#global-notification .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
#global-notification .wrapper * {
  margin: 0;
  font-weight: bold;
}

/* ----------------------------------------------------------------------------
 * Panels
 * ------------------------------------------------------------------------- */
@media screen and (max-width: 782px) {
  .panel-text-and-image .wrapper {
    padding-inline: 0;
  }
}
.panel-text-and-image .wrapper > .content {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  padding: var(--padding);
  background: linear-gradient(to bottom, transparent 30%, rgba(var(--background-color)) 30%);
  gap: var(--padding);
}
@media screen and (min-width: 782px) {
  .panel-text-and-image .wrapper > .content {
    background: rgba(var(--background-color), 1);
    padding: 32px;
    flex-direction: row;
    gap: 48px;
  }
  .panel-text-and-image .wrapper > .content.layout-reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 992px) {
  .panel-text-and-image .wrapper > .content {
    padding: 48px 104px;
  }
}
.panel-text-and-image .wrapper > .content > a {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.panel-text-and-image .wrapper > .content figure img {
  aspect-ratio: 424/376;
  width: 100%;
  mask-image: url("./assets/images/shape.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  object-fit: cover;
}
@media screen and (min-width: 782px) {
  .panel-text-and-image .wrapper > .content figure img {
    max-width: 424px;
    height: auto;
  }
}
.panel-text-and-image .wrapper > .content .textual-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (min-width: 782px) {
  .panel-text-and-image .wrapper > .content .textual-content {
    flex: 1;
  }
}
.panel-text-and-image .wrapper > .content .textual-content .content-wrapper {
  padding: 0;
}
.panel-text-and-image .wrapper > .content .textual-content .content-wrapper p {
  margin: 8px 0 24px 0;
}
.panel-text-and-image .wrapper > .content .textual-content .content-wrapper .button {
  --background-color: var(--color-1);
  --color: var(--color-white);
}
.panel-text-and-image.layout-reverse .wrapper .container {
  flex-direction: row-reverse;
}

.panel-productions {
  position: relative;
  overflow: hidden;
}
.panel-productions .wrapper header h2 {
  margin-block: 0 16px;
  text-align: center;
}
.panel-productions .wrapper footer {
  display: flex;
  justify-content: center;
}
.panel-productions .wrapper footer a.button {
  --background-color: var(--color-10);
  --color: var(--color-black);
  margin-block: var(--padding) 0;
}
.panel-productions:after {
  content: "";
  display: block;
  width: 144.02035623vw;
  height: 127.98982188vw;
  background-color: rgba(var(--color-10), 0.7);
  mask-image: url(./assets/images/shape.svg);
  mask-size: contain;
  position: absolute;
  top: 10vw;
  left: -26.08142494vw;
  z-index: -1;
}
@media screen and (min-width: 782px) {
  .panel-productions:after {
    display: none;
  }
}

.panel-text .wrapper {
  max-width: 792px;
}
.panel-text .wrapper *:first-child {
  margin-top: 0;
}
.panel-text .wrapper *:last-child {
  margin-bottom: 0;
}
.panel-text[data-custom-colors] .wrapper {
  padding-block: calc(2 * var(--padding));
  background-color: var(--background-color);
  color: var(--color);
}

.panel-accordion .wrapper {
  margin-inline: auto;
  max-width: 792px;
}
.panel-accordion .wrapper h3 {
  margin-block: 0 10px;
}

.panel-content-blocks .wrapper {
  --grid-template-columns: repeat( 2, 1fr );
  --gap: 8px;
  display: grid;
  grid-template-columns: var(--grid-template-columns);
  justify-content: space-between;
  gap: var(--gap);
}
@media screen and (min-width: 992px) {
  .panel-content-blocks .wrapper {
    --grid-template-columns: repeat(4, 1fr );
    --gap: 16px;
  }
}
.panel-content-blocks .wrapper .block {
  --aspect-ratio: 1 / 1;
  position: relative;
  display: flex;
  flex-direction: column;
}
.panel-content-blocks .wrapper .block > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.panel-content-blocks .wrapper .block figure {
  aspect-ratio: var(--aspect-ratio);
}
.panel-content-blocks .wrapper .block figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.panel-content-blocks .wrapper .block h3 {
  margin-block: 10px 8px;
}
.panel-content-blocks .wrapper .block p {
  margin: 0;
}
.panel-content-blocks .wrapper .block p a {
  position: relative;
}

.panel-video .wrapper {
  max-width: 792px;
}
.panel-video .wrapper .iframe-wrapper {
  aspect-ratio: 16/9;
}

.panel-images .swiper .swiper-wrapper .swiper-slide {
  height: 220px;
  width: auto;
}
@media screen and (min-width: 992px) {
  .panel-images .swiper .swiper-wrapper .swiper-slide {
    height: 400px;
  }
}
.panel-images .navigation {
  justify-content: space-between;
}

.panel-grid .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.panel-grid .wrapper h2 {
  text-align: center;
  margin-bottom: 24px;
}
.panel-grid[data-post-type=hall] .wrapper .header {
  display: flex;
  justify-content: space-between;
}
.panel-grid .button {
  margin-block: 24px 0;
  --background-color: var(--color-10);
  --color: var(--color-black);
}

body.home .panel-production-slider {
  background: linear-gradient(to bottom, rgba(var(--header-background-color)) 200px, white 200px);
  margin-bottom: 48px;
}
@media screen and (min-width: 992px) {
  body.home .panel-production-slider {
    background: linear-gradient(to bottom, rgba(var(--header-background-color)) 400px, white 400px);
  }
}
body.home .panel-production-slider .slider {
  position: relative;
}
@media screen and (min-width: 992px) {
  body.home .panel-production-slider .slider:before, body.home .panel-production-slider .slider:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 94px;
    height: 138px;
    z-index: 100;
    background-image: linear-gradient(270deg, transparent, white);
  }
  body.home .panel-production-slider .slider:after {
    left: calc(100% - 94px);
    background-image: linear-gradient(90deg, transparent, white);
  }
}
@media screen and (min-width: 992px) {
  body.home .panel-production-slider .slider .swiper.faded:before, body.home .panel-production-slider .slider .swiper.faded:after {
    height: 400px;
  }
}

.panel-movies {
  background-color: rgba(var(--color-black));
  color: rgba(var(--color-white));
  padding-block: 24px;
}
.panel-movies.layout-grid .wrapper {
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.panel-movies.layout-grid .wrapper a.button {
  --background-color: rgba(var(--color-10));
  margin-block: var(--padding) 0;
}
.panel-movies h2 {
  margin-block: 0 16px;
  text-align: center;
}
.panel-movies .slider .actions {
  margin-block: 29px 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.panel-movies .slider .actions button[data-action=slide-right] {
  --width: 85px;
  border: 0;
  background-color: transparent;
  padding: 0;
  width: var(--width);
}
.panel-movies .slider .actions button[data-action=slide-right] svg path {
  fill: var(--text-color);
}
.panel-movies .slider .navigation {
  --color: var(--color-white);
  --background-color: var(--color-black);
  justify-content: space-between;
}
.panel-movies .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.panel-movies .buttons .button {
  --background-color: var(--color-1);
}

.panel-movie-slider .slider {
  position: relative;
}
.panel-movie-slider .slider .swiper.faded:before, .panel-movie-slider .slider .swiper.faded:after {
  display: none;
}
.panel-movie-slider .slider .navigation {
  --color: var(--color-4);
  --background-color: var(--color-black);
}

.panel-movie-shows {
  padding-block: 24px;
}
.panel-movie-shows.layout-grid .wrapper {
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.panel-movie-shows.layout-grid .wrapper a.button {
  --background-color: rgba(var(--color-10));
  margin-block: var(--padding) 0;
}
.panel-movie-shows h2 {
  margin-block: 0 16px;
  text-align: center;
}
.panel-movie-shows .slider .actions {
  margin-block: 29px 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.panel-movie-shows .slider .actions button[data-action=slide-right] {
  --width: 85px;
  border: 0;
  background-color: transparent;
  padding: 0;
  width: var(--width);
}
.panel-movie-shows .slider .actions button[data-action=slide-right] svg path {
  fill: var(--text-color);
}
.panel-movie-shows .slider .navigation {
  --color: var(--color-white);
  --background-color: var(--color-black);
  justify-content: space-between;
}
.panel-movie-shows .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.panel-movie-shows .buttons .button {
  --background-color: var(--color-1);
}

#panels {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 992px) {
  #panels {
    gap: 48px;
  }
}

/*# sourceMappingURL=style.css.map */

/**
 * Swiper 11.1.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 13, 2024
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}