@charset "UTF-8";
/*$custom-min-width: 1150px;
@mixin custom() {
    @media screen and (max-width: $custom-min-width) {
        @content;
    }
}*/
/*.test {
    display: none;
    @include tablet {
        display: block;
    }
}*/
@font-face {
  font-family: "Netflix Sans";
  src: url("../font/NetflixSans_W_Md.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Netflix Sans";
  src: url("../font/NetflixSans_W_Lt.woff") format("woff");
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "Netflix Sans";
  src: url("../font/NetflixSans_W_Bd.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}
.txt-center {
  text-align: center;
}

p > a {
  text-decoration: underline;
  color: #e82c2a;
}

.mobile-hide--tablet-block {
  display: none;
}
@media screen and (min-width: 768px) {
  .mobile-hide--tablet-block {
    display: block;
  }
}
.mobile-hide--tablet-flex {
  display: none;
}
@media screen and (min-width: 768px) {
  .mobile-hide--tablet-flex {
    display: flex;
  }
}
.mobile-hide--tablet-inline-flex {
  display: none;
}
@media screen and (min-width: 768px) {
  .mobile-hide--tablet-inline-flex {
    display: inline-flex;
  }
}
.mobile-hide--tablet-inline-block {
  display: none;
}
@media screen and (min-width: 768px) {
  .mobile-hide--tablet-inline-block {
    display: inline-block;
  }
}
.mobile-hide--tablet-inline {
  display: none;
}
@media screen and (min-width: 768px) {
  .mobile-hide--tablet-inline {
    display: inline;
  }
}
.mobile-hide--tablet-grid {
  display: none;
}
@media screen and (min-width: 768px) {
  .mobile-hide--tablet-grid {
    display: grid;
  }
}
.mobile-hide--tablet-inline-grid {
  display: none;
}
@media screen and (min-width: 768px) {
  .mobile-hide--tablet-inline-grid {
    display: inline-grid;
  }
}
.mobile-hide--laptop-block {
  display: none;
}
@media screen and (min-width: 992px) {
  .mobile-hide--laptop-block {
    display: block;
  }
}
.mobile-hide--laptop-flex {
  display: none;
}
@media screen and (min-width: 992px) {
  .mobile-hide--laptop-flex {
    display: flex;
  }
}
.mobile-hide--laptop-inline-flex {
  display: none;
}
@media screen and (min-width: 992px) {
  .mobile-hide--laptop-inline-flex {
    display: inline-flex;
  }
}
.mobile-hide--laptop-inline-block {
  display: none;
}
@media screen and (min-width: 992px) {
  .mobile-hide--laptop-inline-block {
    display: inline-block;
  }
}
.mobile-hide--laptop-inline {
  display: none;
}
@media screen and (min-width: 992px) {
  .mobile-hide--laptop-inline {
    display: inline;
  }
}
.mobile-hide--laptop-grid {
  display: none;
}
@media screen and (min-width: 992px) {
  .mobile-hide--laptop-grid {
    display: grid;
  }
}
.mobile-hide--laptop-inline-grid {
  display: none;
}
@media screen and (min-width: 992px) {
  .mobile-hide--laptop-inline-grid {
    display: inline-grid;
  }
}
.mobile-hide--desktop-block {
  display: none;
}
@media screen and (min-width: 992px) {
  .mobile-hide--desktop-block {
    display: block;
  }
}
.mobile-hide--desktop-flex {
  display: none;
}
@media screen and (min-width: 992px) {
  .mobile-hide--desktop-flex {
    display: flex;
  }
}
.mobile-hide--desktop-inline-flex {
  display: none;
}
@media screen and (min-width: 992px) {
  .mobile-hide--desktop-inline-flex {
    display: inline-flex;
  }
}
.mobile-hide--desktop-inline-block {
  display: none;
}
@media screen and (min-width: 992px) {
  .mobile-hide--desktop-inline-block {
    display: inline-block;
  }
}
.mobile-hide--desktop-inline {
  display: none;
}
@media screen and (min-width: 992px) {
  .mobile-hide--desktop-inline {
    display: inline;
  }
}
.mobile-hide--desktop-grid {
  display: none;
}
@media screen and (min-width: 992px) {
  .mobile-hide--desktop-grid {
    display: grid;
  }
}
.mobile-hide--desktop-inline-grid {
  display: none;
}
@media screen and (min-width: 992px) {
  .mobile-hide--desktop-inline-grid {
    display: inline-grid;
  }
}
@media screen and (min-width: 768px) {
  .mobile-show--tablet-hide {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .mobile-show--laptop-hide {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .mobile-show--desktop-hide {
    display: none;
  }
}

/*Examples*/
/*
.mobile-hide--tablet--flex {
    Hides on mobile, display: flex on tablet and up
}

.mobile-show--desktop--hide {
    Default on mobile, hidden on desktop and up
}
*/
.mb-button {
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .mb-button {
    margin-top: 36px;
    margin-bottom: 80px;
  }
}

.mb-c {
  margin-bottom: 20px;
}

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

/* Sections
========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  padding: 0;
  font-family: "Netflix Sans";
}

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

h1 {
  font-family: Netflix Sans;
  font-weight: 500;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2.67px;
  font-weight: 500;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  h1 {
    font-weight: 500;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 1.6px;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
  }
}
@media screen and (min-width: 1200px) {
  h1 {
    font-weight: 500;
    font-size: 48px;
    font-weight: 500;
    letter-spacing: 4px;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 57.6px;
  }
}

h2 {
  font-family: Netflix Sans;
  font-weight: 500;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2px;
  font-weight: 500;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  h2 {
    font-weight: 500;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 2.67px;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
  }
}
@media screen and (min-width: 1200px) {
  h2 {
    font-weight: 500;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 2.67px;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
  }
}

h3 {
  font-family: Netflix Sans;
  font-weight: 500;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1.25px;
  font-weight: 500;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  h3 {
    font-weight: 500;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.5px;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
  }
}
@media screen and (min-width: 1200px) {
  h3 {
    font-weight: 500;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 2px;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
  }
}

h4 {
  font-family: Netflix Sans;
  font-weight: 500;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.5px;
  font-weight: 500;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  h4 {
    font-weight: 500;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.5px;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
  }
}
@media screen and (min-width: 1200px) {
  h4 {
    font-weight: 500;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.5px;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
  }
}

h5 {
  font-family: Netflix Sans;
  font-weight: 500;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1.25px;
  font-weight: 500;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  h5 {
    font-weight: 500;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1.25px;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
  }
}
@media screen and (min-width: 1200px) {
  h5 {
    font-weight: 500;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1.5px;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
  }
}

h6 {
  font-family: Netflix Sans;
  font-weight: 500;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 16px;
}
@media screen and (min-width: 768px) {
  h6 {
    font-weight: 500;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 16px;
  }
}
@media screen and (min-width: 1200px) {
  h6 {
    font-weight: 500;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 16px;
  }
}

/* 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 all colors and decorations.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: unset;
}

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

p {
  font-family: Netflix Sans;
  font-weight: 500;
  font-size: 15px;
  font-weight: 500;
  font-weight: 200;
  color: #ffffef;
}
@media screen and (min-width: 768px) {
  p {
    font-weight: 500;
    font-size: 15px;
    font-weight: 500;
    font-weight: 200;
  }
}
@media screen and (min-width: 1200px) {
  p {
    font-weight: 500;
    font-size: 18px;
    font-weight: 500;
    font-weight: 200;
  }
}

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

/**
 * https://gist.github.com/MoOx/9137295
 */
Button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
}

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

.special-title {
  text-transform: uppercase;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #ffffef;
  letter-spacing: 0.1em;
  margin-top: 0;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .special-title {
    font-size: 56px;
  }
}
@media screen and (min-width: 1200px) {
  .special-title {
    font-size: 80px;
  }
}

.umb-grid .grid-section .container h1 {
  text-transform: uppercase;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #ffffef;
  letter-spacing: 0.1em;
  margin-top: 0;
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .umb-grid .grid-section .container h1 {
    font-size: 56px;
  }
}
@media screen and (min-width: 1200px) {
  .umb-grid .grid-section .container h1 {
    font-size: 80px;
  }
}

.umb-grid .grid-section > div {
  margin-bottom: 20px;
}

.wide-container-base, .wide-container {
  position: relative;
  background: transparent;
  width: calc(100% + 48px);
  left: -24px;
}
@media screen and (min-width: 768px) {
  .wide-container-base, .wide-container {
    width: 100vw;
    left: calc(-50vw + 50%);
  }
}
@media screen and (min-width: 768px) {
  .wide-container-base .wide-container__title, .wide-container .wide-container__title {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.wide-container-base .wide-container__title + div, .wide-container .wide-container__title + div {
  padding-top: 24px;
}
@media screen and (min-width: 768px) {
  .wide-container-base .wide-container__title + div, .wide-container .wide-container__title + div {
    padding-top: 32px;
  }
}
.wide-container-base .wide-container__title > h1, .wide-container .wide-container__title > h1 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .wide-container-base .wide-container__title > h1, .wide-container .wide-container__title > h1 {
    font-size: 56px;
    font-style: normal;
    line-height: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .wide-container-base .wide-container__title > h1, .wide-container .wide-container__title > h1 {
    font-size: 80px;
  }
}

.wide-container--black > div {
  background: #000000;
}
@media screen and (min-width: 768px) {
  .wide-container--black {
    background-color: #000000;
  }
}
.wide-container--black .wide-container__title .special-title {
  background-color: #ffffef;
  color: #000000;
}
.wide-container--black .wide-container__title .special-title:before, .wide-container--black .wide-container__title .special-title:after {
  background-color: #000000;
}
@media screen and (min-width: 768px) {
  .wide-container--black .wide-container__title .special-title {
    background-color: #000000;
    color: #ffffff;
  }
  .wide-container--black .wide-container__title .special-title:before, .wide-container--black .wide-container__title .special-title:after {
    background-color: #ffffff;
  }
}
.wide-container--black .swiper-pagination-bullet {
  background: #ffffff;
}
.wide-container--black .swiper-carousel__arrow-left:after, .wide-container--black .swiper-carousel__arrow-right:after {
  color: #ffffff;
}
.wide-container--grey > div {
  background: #181818;
}
@media screen and (min-width: 768px) {
  .wide-container--grey {
    background-color: #181818;
  }
}
.wide-container--grey .wide-container__title {
  width: 100%;
  display: inline-block;
  padding: 0 24px;
  box-sizing: border-box;
  max-width: 100%;
}
.wide-container--grey .wide-container__title h1 {
  margin-top: 48px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .wide-container--grey .wide-container__title h1 {
    margin-top: 96px;
  }
}
@media screen and (min-width: 1200px) {
  .wide-container--grey .wide-container__title h1 {
    margin-top: 128px;
  }
}
.wide-container--grey .wide-container__title .special-title {
  background-color: #ffffef;
  color: #181818;
}
.wide-container--grey .wide-container__title .special-title:before, .wide-container--grey .wide-container__title .special-title:after {
  background-color: #181818;
}
@media screen and (min-width: 768px) {
  .wide-container--grey .wide-container__title .special-title {
    background-color: #181818;
    color: #ffffff;
  }
  .wide-container--grey .wide-container__title .special-title:before, .wide-container--grey .wide-container__title .special-title:after {
    background-color: #ffffff;
  }
}
.wide-container--grey .swiper-pagination-bullet {
  background: #ffffff;
}
.wide-container--grey .swiper-carousel__arrow-left:after, .wide-container--grey .swiper-carousel__arrow-right:after {
  color: #ffffff;
}

.button-chevron--primary:after, .v-button--color-primary .v-button--link-out:after {
  content: "›";
  color: #000000;
  font-size: 24px;
  line-height: 0;
  position: relative;
  top: -2px;
  margin-left: 6px;
}

.button-focus--primary, .v-button--color-primary:focus {
  background-color: #ffffff;
  outline: none;
}

.button-disabled--primary, .v-button--color-primary:disabled, .v-button--color-primary.v-button--disabled {
  color: #ffffff;
  background-color: #b5b5b5;
}

.button-loading--primary, .v-button--color-primary.v-button--loading {
  position: relative;
}
.button-loading--primary, .v-button--color-primary.v-button--loading, .button-loading--primary:focus {
  color: transparent;
}
.button-loading--primary:after, .v-button--color-primary.v-button--loading:after {
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDcuNjcyOTE2NSAxLjMyMjkxNjciIGhlaWdodD0iNSIgd2lkdGg9IjI5Ij48ZGVmcy8+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCwtMjk1LjY3NzA3KSI+PGNpcmNsZSByPSIwLjY2MTQ1ODMxIiBzdHlsZT0ic3Ryb2tlLXdpZHRoOjAuMjQ4ODE3NjQiIGN5PSIyOTYuMzM5NDgiIGN4PSIwLjY2Mzk4OTEzIiBmaWxsPSIjZmZmIiBvcGFjaXR5PSIxIj48YW5pbWF0ZSBhdHRyaWJ1dGVUeXBlPSJDU1MiIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIHZhbHVlcz0iMTsxOzAuMjk7MC4yOTswLjI5OzAuMjk7IiBiZWdpbj0iMHMiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIi8+PC9jaXJjbGU+PGNpcmNsZSByPSIwLjY2MTQ1ODMxIiBzdHlsZT0ic3Ryb2tlLXdpZHRoOjAuMjQ4ODE3NjQiIGN5PSIyOTYuMzM2IiBjeD0iMy44MzY0NTgyIiBmaWxsPSIjZmZmIiBvcGFjaXR5PSIwLjI5Ij48YW5pbWF0ZSBhdHRyaWJ1dGVUeXBlPSJDU1MiIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIHZhbHVlcz0iMC4yOTswLjI5OzE7MTswLjI5OzAuMjk7IiBiZWdpbj0iMHMiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIi8+PC9jaXJjbGU+PGNpcmNsZSByPSIwLjY2MTQ1ODMxIiBzdHlsZT0ic3Ryb2tlLXdpZHRoOjAuMjQ4ODE3NjQiIGN5PSIyOTYuMzM4NTMiIGN4PSI3LjAxMTQ1ODQiIGZpbGw9IiNmZmYiIG9wYWNpdHk9IjAuMjkiPjxhbmltYXRlIGF0dHJpYnV0ZVR5cGU9IkNTUyIgYXR0cmlidXRlTmFtZT0ib3BhY2l0eSIgdmFsdWVzPSIwLjI5OzAuMjk7MC4yOTswLjI5OzE7MTsiIGJlZ2luPSIwcyIgZHVyPSIxcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz48L2NpcmNsZT48L2c+PC9zdmc+");
  position: absolute;
  height: 22px;
  width: 29px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.button-chevron--secondary:after, .v-button--color-secondary .v-button--link-out:after {
  content: "›";
  color: #000000;
  font-size: 24px;
  line-height: 0;
  position: relative;
  top: -2px;
  margin-left: 6px;
}

.button-focus--secondary, .v-button--color-secondary:focus {
  color: #ffffef;
  outline: 1px solid #ffffff;
}

.button-disabled--secondary, .v-button--color-secondary:disabled, .v-button--color-secondary.v-button--disabled {
  color: #b5b5b5;
  outline: 1px solid #b5b5b5;
}
.button-disabled--secondary:after, .v-button--color-secondary:disabled:after, .v-button--color-secondary.v-button--disabled:after {
  color: #b5b5b5;
}

.button-loading--secondary, .v-button--color-secondary.v-button--loading {
  outline: 1px solid #000000;
  position: relative;
}
.button-loading--secondary, .v-button--color-secondary.v-button--loading, .button-loading--secondary:focus {
  color: transparent;
}
.button-loading--secondary:after, .v-button--color-secondary.v-button--loading:after {
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDcuNjcyOTE2NSAxLjMyMjkxNjciIGhlaWdodD0iNSIgd2lkdGg9IjI5Ij48ZGVmcy8+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCwtMjk1LjY3NzA3KSI+PGNpcmNsZSByPSIwLjY2MTQ1ODMxIiBzdHlsZT0ic3Ryb2tlLXdpZHRoOjAuMjQ4ODE3NjQiIGN5PSIyOTYuMzM5NDgiIGN4PSIwLjY2Mzk4OTEzIiBmaWxsPSIjMDAwIiBvcGFjaXR5PSIxIj48YW5pbWF0ZSBhdHRyaWJ1dGVUeXBlPSJDU1MiIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIHZhbHVlcz0iMTsxOzAuMjk7MC4yOTswLjI5OzAuMjk7IiBiZWdpbj0iMHMiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIi8+PC9jaXJjbGU+PGNpcmNsZSByPSIwLjY2MTQ1ODMxIiBzdHlsZT0ic3Ryb2tlLXdpZHRoOjAuMjQ4ODE3NjQiIGN5PSIyOTYuMzM2IiBjeD0iMy44MzY0NTgyIiBmaWxsPSIjMDAwIiBvcGFjaXR5PSIwLjI5Ij48YW5pbWF0ZSBhdHRyaWJ1dGVUeXBlPSJDU1MiIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIHZhbHVlcz0iMC4yOTswLjI5OzE7MTswLjI5OzAuMjk7IiBiZWdpbj0iMHMiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIi8+PC9jaXJjbGU+PGNpcmNsZSByPSIwLjY2MTQ1ODMxIiBzdHlsZT0ic3Ryb2tlLXdpZHRoOjAuMjQ4ODE3NjQiIGN5PSIyOTYuMzM4NTMiIGN4PSI3LjAxMTQ1ODQiIGZpbGw9IiMwMDAiIG9wYWNpdHk9IjAuMjkiPjxhbmltYXRlIGF0dHJpYnV0ZVR5cGU9IkNTUyIgYXR0cmlidXRlTmFtZT0ib3BhY2l0eSIgdmFsdWVzPSIwLjI5OzAuMjk7MC4yOTswLjI5OzE7MTsiIGJlZ2luPSIwcyIgZHVyPSIxcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz48L2NpcmNsZT48L2c+PC9zdmc+");
  position: absolute;
  height: 22px;
  width: 29px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.v-button {
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  max-width: 200px;
  padding: 9px 24px;
  height: 50px;
  min-height: 18px;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  text-decoration: none;
}
.v-button--header,
.v-button .v-button--link-out {
  width: auto;
  max-width: 100%;
  padding: 7px 10px;
  font-size: 14px;
  line-height: 18px;
}
@media screen and (min-width: 768px) {
  .v-button--header,
.v-button .v-button--link-out {
    width: auto;
    max-width: 100%;
    padding: 10px 25px;
    font-size: 16px;
  }
}
.v-button--color-primary {
  background-color: #ffffef;
  color: #000000;
}
.v-button--color-secondary {
  outline: 1px solid #ffffff;
  color: #ffffef;
}
.v-modal-header__close-button {
  padding: 0;
}

.v-image__img {
  max-width: 100%;
}

.v-message__description {
  color: #ffffef;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #ffffef;
}

.hamburger-box {
  width: 20px;
  height: 14px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 20px;
  height: 2px;
  background-color: #ffffef;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -6px;
}
.hamburger-inner::after {
  bottom: -6px;
}

/*
* Slider
*/
.hamburger--slider {
  margin-left: 15px;
}
.hamburger--slider .hamburger-inner {
  top: 1px;
}
.hamburger--slider .hamburger-inner::before {
  top: 6px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 12px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-2.8571428571px, -4px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -12px, 0) rotate(-90deg);
}

/*
* Slider Reverse
*/
.hamburger--slider-r .hamburger-inner {
  top: 1px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 6px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 12px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 6px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(2.8571428571px, -4px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -12px, 0) rotate(90deg);
}

body > header {
  position: fixed;
  z-index: 9;
  background: transparent;
  width: 100%;
  max-width: unset;
  margin: 0 auto;
}
body > header:before, body > header:after {
  content: "";
  display: block;
  background: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: opacity 0.1s;
}
body > header:before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  opacity: 0;
}
body > header:after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  body > header .header__top {
    margin: 0;
  }
}
body.not-scrolled > header:before {
  opacity: 1;
}
body.not-scrolled > header:after {
  opacity: 0;
}

.header {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.header__top {
  padding: 8px 0px 8px 0px;
  margin: 0 8px;
}
@media screen and (min-width: 1200px) {
  .header__top {
    padding: 21px 0px 21px 0px;
    margin: 0;
  }
}
.header__top-container {
  display: flex;
  min-height: 38px;
  justify-content: space-between;
  padding-top: 2px;
}
.header__top-container .nav-logo-main {
  width: 30%;
}
.header__top-container .nav-logo-main > a {
  width: 70%;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .header__top-container .nav-logo-main > a {
    width: 57%;
  }
}
@media screen and (min-width: 1200px) {
  .header__top-container .nav-logo-main {
    display: none;
  }
}
.header__top-container .header-cta {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .header__top-container .header-cta {
    width: 20%;
  }
}
.header__top-container .header-cta > a {
  margin: 0;
}
@media screen and (min-width: 1200px) {
  .header__top-container .header-cta {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .header__top-container {
    min-height: 58px;
  }
}
.header__side {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
}
@media screen and (min-width: 768px) {
  .header__side {
    width: 20%;
  }
}
@media screen and (min-width: 1200px) {
  .header__side {
    display: none;
  }
}
.header__address, .header__side {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.header__address p, .header__side p {
  font-size: 14px;
  display: inline-block;
  text-align: left;
  margin: 0;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .header__address p, .header__side p {
    font-size: 8px;
  }
}
.header__address sub,
.header__address sup, .header__side sub,
.header__side sup {
  font-size: 8px;
}
@media screen and (max-width: 767px) {
  .header__address sub,
.header__address sup, .header__side sub,
.header__side sup {
    font-size: 5px;
  }
}
.header__note {
  display: none;
  position: relative;
}
.header__note > p {
  margin: 0;
}
@media screen and (min-width: 1200px) {
  .header__note {
    display: block;
  }
}
.header .hamburger {
  position: relative;
  z-index: 198;
  padding: 0;
  border: none;
  outline: none;
  width: 20px;
}
.header .hamburger.is-active .hamburger-inner,
.header .hamburger.is-active .hamburger-inner::before,
.header .hamburger.is-active .hamburger-inner::after {
  background: #ffffef;
}
@media screen and (min-width: 1200px) {
  .header .hamburger {
    display: none;
  }
}
.header .hamburger .in-text {
  position: absolute;
  left: 5px;
}
.header__burger svg {
  width: 20px;
  height: 17px;
  padding-left: 8px;
}
@media screen and (min-width: 1200px) {
  .header__burger {
    display: none;
  }
}
.header__logo {
  position: relative;
  flex-grow: 1;
}
.header__logo img {
  position: absolute;
  height: 66px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 1200px) {
  .header__logo img {
    width: 113px;
    height: 66px;
  }
}
@media screen and (max-width: 767px) {
  .header__logo img {
    height: 43px;
  }
}
.header__nav {
  display: none;
}
.header__nav .nav-logo {
  position: fixed;
  top: 10px;
  width: 100%;
  display: flex;
  justify-content: center;
  order: -1;
}
.header__nav .nav-logo > a {
  width: 20%;
}
@media screen and (min-width: 768px) {
  .header__nav .nav-logo > a {
    width: 15%;
  }
}
@media screen and (min-width: 1200px) {
  .header__nav .nav-logo {
    top: unset;
    position: unset;
    order: unset;
    width: 10%;
    max-width: 10%;
  }
  .header__nav .nav-logo a {
    display: block;
    width: unset;
  }
}
@media screen and (min-width: 1200px) {
  .header__nav {
    justify-content: center;
    display: flex;
    text-align: center;
    width: 100%;
  }
  .header__nav .hamburger-close {
    display: none;
  }
}
.header__nav__nav-left {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .header__nav__nav-left {
    margin-top: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .header__nav__nav-left {
    margin-top: unset;
    box-sizing: border-box;
    padding-left: 30px;
    width: 45%;
    max-width: 45%;
    flex-direction: row;
    align-items: center;
    justify-content: start;
  }
}
.header__nav__nav-right {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .header__nav__nav-right {
    box-sizing: border-box;
    padding-right: 30px;
    width: 45%;
    max-width: 45%;
    flex-direction: row;
    align-items: center;
    justify-content: end;
  }
}
.header__nav.open {
  display: flex;
  flex-direction: column;
  background: #000000;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding-top: 78px;
  padding-bottom: 78px;
}
@media screen and (min-width: 1200px) {
  .header__nav.open {
    justify-content: center;
  }
}
.header__nav.open > .hamburger-close {
  display: flex;
  justify-content: flex-end;
  position: fixed;
  right: 0;
  top: 10px;
  cursor: pointer;
  z-index: 100;
}
.header__nav.open > .hamburger-close > img {
  margin-right: 10px;
  width: unset;
}
.header__nav.open .header__nav__link {
  color: #ffffef;
  text-transform: uppercase;
  margin: 15px 10px;
  width: calc(100% - 20px);
  padding-bottom: 5px;
  text-align: center;
  font-size: 21px;
  box-sizing: border-box;
}
@media screen and (min-width: 1200px) {
  .header__nav.open .header__nav__link {
    margin: 3px 10px;
  }
}
.header__nav.open .header__nav__close {
  color: #ffffef;
  float: right;
  padding: 25px;
  margin-bottom: 60px;
  display: block;
}
.header__nav.open .header__nav__close svg {
  height: 16px;
  width: 16px;
}
.header__nav__link {
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffef;
  margin: 8px 24px;
  font-weight: bold;
  height: 40%;
  letter-spacing: 2px;
}
.header__nav__link.active {
  border-bottom: 3px solid #e82c2a;
}
.header__nav__close {
  display: none;
}

header {
  display: none;
}

.scrolled header,
.not-scrolled header {
  display: block;
}

footer {
  background: #000000;
  margin-top: 40px;
}

.footer {
  width: auto;
  margin: 0 auto;
}
.footer__profile-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 9px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .footer__profile-links {
    margin: unset;
    margin-bottom: 15px;
  }
}
.footer__profile-links .footer-social-media {
  display: flex;
  justify-content: space-between;
  flex-basis: 116px;
}
@media screen and (min-width: 768px) {
  .footer__profile-links .footer-social-media {
    width: 136px;
    flex-basis: unset;
  }
}
.footer__profile-links .footer-hashtag__link {
  color: #ffffef;
}
.footer__top {
  padding: 8px 0px 8px 0px;
  border-bottom: 1px solid #404040;
  border-top: 1px solid #404040;
}
@media screen and (min-width: 768px) {
  .footer__top {
    margin: 0;
  }
}
.footer__top-container {
  display: flex;
  min-height: 38px;
  margin: 20px 0;
}
@media screen and (min-width: 768px) {
  .footer__top-container {
    min-height: 58px;
  }
}
.footer__address {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-basis: 68px;
  border-right: 1px solid #404040;
  font-style: normal;
  color: #ffffef;
  padding-left: 10px;
  padding-right: 10px;
}
.footer__address > p {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .footer__address {
    flex-basis: 116px;
  }
}
.footer__side {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-basis: 68px;
  border-left: 1px solid #404040;
}
@media screen and (min-width: 768px) {
  .footer__side {
    flex-basis: 142px;
  }
}
.footer__side > img {
  width: 18px;
  height: auto;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .footer__side > img {
    width: auto;
  }
}
.footer__address, .footer__side {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.footer__address p, .footer__side p {
  font-size: 14px;
  display: inline-block;
  text-align: left;
  margin: 0;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .footer__address p, .footer__side p {
    font-size: 11px;
  }
}
.footer__address sub,
.footer__address sup, .footer__side sub,
.footer__side sup {
  font-size: 8px;
}
@media screen and (max-width: 767px) {
  .footer__address sub,
.footer__address sup, .footer__side sub,
.footer__side sup {
    font-size: 7px;
  }
}
.footer__logo {
  position: relative;
  flex-grow: 1;
}
.footer__logo > img {
  position: absolute;
  height: 66px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .footer__logo > img {
    width: 113px;
    height: 66px;
  }
}
@media screen and (max-width: 767px) {
  .footer__logo > img {
    height: 43px;
  }
}
.footer__links {
  display: flex;
  flex-direction: column;
  color: #7a7a7a;
  align-items: center;
  padding: 6px 0 14px 0;
}
@media screen and (min-width: 768px) {
  .footer__links {
    justify-content: space-between;
    flex-direction: row;
    padding: 9px 0 18px 0;
  }
}
.footer__links__link, .footer__links__copyright {
  padding: 5px 10px;
  font-family: Netflix Sans;
  font-weight: 500;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  font-weight: bold;
  flex-basis: 33%;
  flex-grow: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__links__link, .footer__links__copyright {
    font-weight: 500;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1.5px;
    font-weight: 500;
    line-height: 13.2px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__links__link, .footer__links__copyright {
    font-weight: 500;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1.25px;
    font-weight: 500;
    line-height: 16.5px;
  }
}
@media screen and (min-width: 768px) {
  .footer__links__link, .footer__links__copyright {
    font-size: 11px;
  }
  .footer__links__link:nth-child(1), .footer__links__copyright:nth-child(1) {
    text-align: left;
    order: 1;
  }
  .footer__links__link:nth-child(2), .footer__links__copyright:nth-child(2) {
    text-align: right;
    order: 3;
  }
  .footer__links__link:nth-child(3), .footer__links__copyright:nth-child(3) {
    text-align: center;
    order: 2;
  }
}

body {
  background-color: #000000;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  color: #ffffef;
}
body .header,
body .footer,
body .wide-container__title {
  margin: 0 auto;
  width: calc(100% - 24px - 24px);
  max-width: 1478px;
}
@media screen and (min-width: 768px) {
  body .header,
body .footer,
body .wide-container__title {
    width: calc(100% - 40px - 40px);
    padding: 0 40px;
  }
}
@media screen and (min-width: 1200px) {
  body .header,
body .footer,
body .wide-container__title {
    width: calc(100% - 60px - 60px);
    padding: 0 24px;
  }
}
body .wide-container > div:not(.wide-container__title):not(.width--full) {
  margin: 0 auto;
  width: calc(100% - 0 - 0);
  max-width: 1478px;
}
@media screen and (min-width: 768px) {
  body .wide-container > div:not(.wide-container__title):not(.width--full) {
    width: calc(100% - 40px - 40px);
    padding: 0 40px;
  }
}
@media screen and (min-width: 1200px) {
  body .wide-container > div:not(.wide-container__title):not(.width--full) {
    width: calc(100% - 60px - 60px);
    padding: 0 0;
  }
}

main {
  flex-grow: 1;
  margin: 0 auto;
  width: calc(100% - 24px - 24px);
  max-width: 1478px;
}
@media screen and (min-width: 768px) {
  main {
    width: calc(100% - 40px - 40px);
    padding: 0 40px;
  }
}
@media screen and (min-width: 1200px) {
  main {
    width: calc(100% - 60px - 60px);
    padding: 0 24px;
  }
}

/*$custom-min-width: 1150px;
@mixin custom() {
    @media screen and (max-width: $custom-min-width) {
        @content;
    }
}*/
/*.test {
    display: none;
    @include tablet {
        display: block;
    }
}*/
.button-chevron--primary:after, .v-button--color-primary .v-button--link-out:after {
  content: "›";
  color: #000000;
  font-size: 24px;
  line-height: 0;
  position: relative;
  top: -2px;
  margin-left: 6px;
}

.button-focus--primary, .v-button--color-primary:focus {
  background-color: #ffffff;
  outline: none;
}

.button-disabled--primary, .v-button--color-primary:disabled, .v-button--color-primary.v-button--disabled {
  color: #ffffff;
  background-color: #b5b5b5;
}

.button-loading--primary, .v-button--color-primary.v-button--loading {
  position: relative;
}

.button-loading--primary, .v-button--color-primary.v-button--loading, .button-loading--primary:focus {
  color: transparent;
}

.button-loading--primary:after, .v-button--color-primary.v-button--loading:after {
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDcuNjcyOTE2NSAxLjMyMjkxNjciIGhlaWdodD0iNSIgd2lkdGg9IjI5Ij48ZGVmcy8+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCwtMjk1LjY3NzA3KSI+PGNpcmNsZSByPSIwLjY2MTQ1ODMxIiBzdHlsZT0ic3Ryb2tlLXdpZHRoOjAuMjQ4ODE3NjQiIGN5PSIyOTYuMzM5NDgiIGN4PSIwLjY2Mzk4OTEzIiBmaWxsPSIjZmZmIiBvcGFjaXR5PSIxIj48YW5pbWF0ZSBhdHRyaWJ1dGVUeXBlPSJDU1MiIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIHZhbHVlcz0iMTsxOzAuMjk7MC4yOTswLjI5OzAuMjk7IiBiZWdpbj0iMHMiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIi8+PC9jaXJjbGU+PGNpcmNsZSByPSIwLjY2MTQ1ODMxIiBzdHlsZT0ic3Ryb2tlLXdpZHRoOjAuMjQ4ODE3NjQiIGN5PSIyOTYuMzM2IiBjeD0iMy44MzY0NTgyIiBmaWxsPSIjZmZmIiBvcGFjaXR5PSIwLjI5Ij48YW5pbWF0ZSBhdHRyaWJ1dGVUeXBlPSJDU1MiIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIHZhbHVlcz0iMC4yOTswLjI5OzE7MTswLjI5OzAuMjk7IiBiZWdpbj0iMHMiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIi8+PC9jaXJjbGU+PGNpcmNsZSByPSIwLjY2MTQ1ODMxIiBzdHlsZT0ic3Ryb2tlLXdpZHRoOjAuMjQ4ODE3NjQiIGN5PSIyOTYuMzM4NTMiIGN4PSI3LjAxMTQ1ODQiIGZpbGw9IiNmZmYiIG9wYWNpdHk9IjAuMjkiPjxhbmltYXRlIGF0dHJpYnV0ZVR5cGU9IkNTUyIgYXR0cmlidXRlTmFtZT0ib3BhY2l0eSIgdmFsdWVzPSIwLjI5OzAuMjk7MC4yOTswLjI5OzE7MTsiIGJlZ2luPSIwcyIgZHVyPSIxcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz48L2NpcmNsZT48L2c+PC9zdmc+");
  position: absolute;
  height: 22px;
  width: 29px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.button-chevron--secondary:after, .v-button--color-secondary .v-button--link-out:after {
  content: "›";
  color: #000000;
  font-size: 24px;
  line-height: 0;
  position: relative;
  top: -2px;
  margin-left: 6px;
}

.button-focus--secondary, .v-button--color-secondary:focus {
  color: #ffffef;
  outline: 1px solid #ffffff;
}

.button-disabled--secondary, .v-button--color-secondary:disabled, .v-button--color-secondary.v-button--disabled {
  color: #b5b5b5;
  outline: 1px solid #b5b5b5;
}

.button-disabled--secondary:after, .v-button--color-secondary:disabled:after, .v-button--color-secondary.v-button--disabled:after {
  color: #b5b5b5;
}

.button-loading--secondary, .v-button--color-secondary.v-button--loading {
  outline: 1px solid #000000;
  position: relative;
}

.button-loading--secondary, .v-button--color-secondary.v-button--loading, .button-loading--secondary:focus {
  color: transparent;
}

.button-loading--secondary:after, .v-button--color-secondary.v-button--loading:after {
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDcuNjcyOTE2NSAxLjMyMjkxNjciIGhlaWdodD0iNSIgd2lkdGg9IjI5Ij48ZGVmcy8+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCwtMjk1LjY3NzA3KSI+PGNpcmNsZSByPSIwLjY2MTQ1ODMxIiBzdHlsZT0ic3Ryb2tlLXdpZHRoOjAuMjQ4ODE3NjQiIGN5PSIyOTYuMzM5NDgiIGN4PSIwLjY2Mzk4OTEzIiBmaWxsPSIjMDAwIiBvcGFjaXR5PSIxIj48YW5pbWF0ZSBhdHRyaWJ1dGVUeXBlPSJDU1MiIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIHZhbHVlcz0iMTsxOzAuMjk7MC4yOTswLjI5OzAuMjk7IiBiZWdpbj0iMHMiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIi8+PC9jaXJjbGU+PGNpcmNsZSByPSIwLjY2MTQ1ODMxIiBzdHlsZT0ic3Ryb2tlLXdpZHRoOjAuMjQ4ODE3NjQiIGN5PSIyOTYuMzM2IiBjeD0iMy44MzY0NTgyIiBmaWxsPSIjMDAwIiBvcGFjaXR5PSIwLjI5Ij48YW5pbWF0ZSBhdHRyaWJ1dGVUeXBlPSJDU1MiIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIHZhbHVlcz0iMC4yOTswLjI5OzE7MTswLjI5OzAuMjk7IiBiZWdpbj0iMHMiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIi8+PC9jaXJjbGU+PGNpcmNsZSByPSIwLjY2MTQ1ODMxIiBzdHlsZT0ic3Ryb2tlLXdpZHRoOjAuMjQ4ODE3NjQiIGN5PSIyOTYuMzM4NTMiIGN4PSI3LjAxMTQ1ODQiIGZpbGw9IiMwMDAiIG9wYWNpdHk9IjAuMjkiPjxhbmltYXRlIGF0dHJpYnV0ZVR5cGU9IkNTUyIgYXR0cmlidXRlTmFtZT0ib3BhY2l0eSIgdmFsdWVzPSIwLjI5OzAuMjk7MC4yOTswLjI5OzE7MTsiIGJlZ2luPSIwcyIgZHVyPSIxcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz48L2NpcmNsZT48L2c+PC9zdmc+");
  position: absolute;
  height: 22px;
  width: 29px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.v-button, .swiper-carousel .swiper-carousel__wrapper .swiper-carousel__slide__button {
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  max-width: 200px;
  padding: 9px 24px;
  height: 50px;
  min-height: 18px;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  text-decoration: none;
}

.v-button--header,
.v-button .v-button--link-out,
.swiper-carousel .swiper-carousel__wrapper .swiper-carousel__slide__button .v-button--link-out {
  width: auto;
  max-width: 100%;
  padding: 7px 10px;
  font-size: 14px;
  line-height: 18px;
}

@media screen and (min-width: 768px) {
  .v-button--header,
.v-button .v-button--link-out,
.swiper-carousel .swiper-carousel__wrapper .swiper-carousel__slide__button .v-button--link-out {
    width: auto;
    max-width: 100%;
    padding: 10px 25px;
    font-size: 16px;
  }
}
.v-button--color-primary {
  background-color: #ffffef;
  color: #000000;
}

.v-button--color-secondary {
  outline: 1px solid #ffffff;
  color: #ffffef;
}

:root {
  --swiper-theme-color: black;
}

.swiper-carousel {
  display: grid;
  grid-template-areas: "prev slider next";
  grid-template-columns: auto fit-content(1480px) auto;
  align-items: center;
}
.swiper-carousel__arrow-left {
  grid-area: prev;
  justify-self: end;
  margin-right: 0;
}
.swiper-carousel__arrow-right {
  grid-area: next;
  justify-self: start;
  margin-left: 0;
}
.swiper-carousel__container {
  grid-area: slider;
}
.swiper-carousel__arrow-right, .swiper-carousel__arrow-left {
  cursor: pointer;
  padding-left: 5px;
}
@media screen and (max-width: 1199px) {
  .swiper-carousel__arrow-right, .swiper-carousel__arrow-left {
    display: none;
  }
}
.swiper-carousel__arrow-right svg, .swiper-carousel__arrow-left svg {
  width: 42px;
  color: #ffffff;
}
.swiper-carousel .swiper-carousel__wrapper .swiper-carousel__slide__text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  width: 100%;
}
.swiper-carousel .swiper-carousel__wrapper .swiper-carousel__slide__img {
  width: 100%;
}
.swiper-carousel .swiper-carousel__wrapper .swiper-carousel__slide__heading {
  margin: 0 0 10px 0;
}
@media screen and (min-width: 768px) {
  .swiper-carousel .swiper-carousel__wrapper .swiper-carousel__slide__heading {
    margin: 0 0 8px 0;
  }
}
.swiper-carousel .swiper-carousel__wrapper .swiper-carousel__slide__subheading {
  margin: 0 0 10px 0;
  font-size: 24px;
  text-align: center;
  color: #ffffef;
}
@media screen and (min-width: 768px) {
  .swiper-carousel .swiper-carousel__wrapper .swiper-carousel__slide__subheading {
    margin: 0 0 6px 0;
  }
}
.swiper-carousel .swiper-carousel__wrapper .swiper-carousel__slide__button {
  width: 100%;
  text-align: center;
  margin: unset;
}
.swiper-carousel .swiper-carousel__wrapper .swiper-carousel__slide__button .v-button.v-button--color-primary, .swiper-carousel .swiper-carousel__wrapper .swiper-carousel__slide__button .v-button--color-primary.swiper-carousel__slide__button {
  font-size: 14px;
}
.swiper-carousel .swiper-pagination {
  position: initial;
  padding: 10px;
}
.swiper-carousel .swiper-button-next,
.swiper-carousel .swiper-button-prev {
  z-index: 1;
  visibility: hidden;
}

.hero__carousel.swiper-carousel {
  position: relative;
  display: block;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.hero__carousel.swiper-carousel .swiper-carousel__container {
  background: transparent;
  position: unset;
  width: 100%;
}
.hero__carousel.swiper-carousel .swiper-carousel__container .swiper-carousel__pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin-left: 5px;
  margin-right: 5px;
}

.gradient-hero {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .gradient-hero.has-pagination {
    margin-bottom: 130px;
  }
  .gradient-hero.has-pagination .swiper-carousel__text-container {
    bottom: 120px;
  }
}
.gradient-hero .swiper-carousel__container {
  overflow-x: hidden !important;
  overflow-y: visible !important;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.gradient-hero .swiper-carousel__container ::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
.gradient-hero .swiper-carousel__slide {
  height: auto;
  display: flex;
  flex-direction: column;
}
.gradient-hero .swiper-carousel__slide__img {
  position: relative;
}
.gradient-hero .swiper-carousel__slide__img picture {
  font-size: 0;
  line-height: 0;
}
.gradient-hero .swiper-carousel__slide__img:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 140px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgb(0, 0, 0) 100%);
}
@media screen and (min-width: 768px) {
  .gradient-hero .swiper-carousel__slide__img:before {
    top: 0;
    height: auto;
  }
}
.gradient-hero .swiper-carousel__slide__button .v-button {
  box-sizing: border-box;
  max-width: 234px;
  height: 56px;
}
.gradient-hero .swiper-carousel__slide__text-container {
  display: grid;
  justify-content: center;
  grid-template-rows: minmax(min-content, 1fr) minmax(min-content, 184px) min-content, 50px min-content, 50px;
  grid-gap: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  flex-basis: 100%;
  justify-content: space-between;
  max-width: calc(100% - 48px);
  padding: 0 24px;
}
@media screen and (min-width: 768px) {
  .gradient-hero .swiper-carousel__slide__text-container {
    bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .gradient-hero .swiper-carousel__slide__text-container {
    max-width: 1192px;
  }
}
@media screen and (max-width: 767px) {
  .gradient-hero .swiper-carousel__slide__text-container {
    position: unset !important;
  }
}
.gradient-hero .swiper-carousel__slide__text-container__heading {
  font-size: 12px;
  height: 24px;
  font-weight: 700;
  color: #ffffef;
  background-color: #e82c2a;
  padding: 12px 16px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .gradient-hero .swiper-carousel__slide__text-container__heading {
    font-size: 18px;
    height: 32px;
  }
}
.gradient-hero .swiper-carousel__slide__text-container__subheading {
  margin-bottom: 25px;
  font-size: 12px;
  font-weight: 400;
  color: #ffffef;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  height: 24px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .gradient-hero .swiper-carousel__slide__text-container__subheading {
    font-size: 18px;
  }
}
.gradient-hero .swiper-carousel__slide__text-container__title {
  text-transform: uppercase;
  text-align: center;
  font-size: 32px;
  display: inline-flex;
  align-items: center;
  text-align: center;
  font-weight: 700;
  color: #ffffef;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .gradient-hero .swiper-carousel__slide__text-container__title {
    font-size: 56px;
  }
}
@media screen and (min-width: 1200px) {
  .gradient-hero .swiper-carousel__slide__text-container__title {
    font-size: 80px;
  }
}
.gradient-hero .swiper-carousel__slide__text-container__button a {
  display: inline-flex;
  max-width: 234px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  padding: 9px 12px;
  align-items: center;
  width: 200px;
}
@media screen and (min-width: 768px) {
  .gradient-hero .swiper-carousel__slide__text-container__button a {
    width: 234px;
  }
}
.gradient-hero .swiper-carousel__slide__text-container__text {
  font-size: 12px;
  font-style: normal;
  font-weight: 200;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .gradient-hero .swiper-carousel__slide__text-container__text {
    font-size: 18px;
  }
}
.gradient-hero .swiper-carousel__pagination {
  text-align: center;
  z-index: 1;
  position: absolute;
  top: calc(56.25vw - 50px);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .gradient-hero .swiper-carousel__pagination {
    position: unset;
    top: unset !important;
  }
}
.gradient-hero .swiper-carousel__pagination .swiper-pagination-bullet {
  width: 25px !important;
  height: 2px !important;
  border-radius: unset;
  background-color: #ffffef;
}
.gradient-hero .swiper-carousel__arrow-left, .gradient-hero .swiper-carousel__arrow-right {
  z-index: 1;
  display: flex;
  width: unset;
  top: calc(56.25vw - 60px);
  height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0;
}
@media (min-width: 1024px) {
  .gradient-hero .swiper-carousel__arrow-left, .gradient-hero .swiper-carousel__arrow-right {
    position: absolute;
    width: unset;
    bottom: 60%;
    top: unset !important;
  }
}
.gradient-hero .swiper-carousel__arrow-left svg, .gradient-hero .swiper-carousel__arrow-right svg {
  display: none;
}
.gradient-hero .swiper-carousel__arrow-left:after, .gradient-hero .swiper-carousel__arrow-right:after {
  font-size: 50px;
  line-height: 26px;
}
.gradient-hero .swiper-carousel__arrow-left {
  position: absolute;
  left: calc((100vw - 260px) / 4);
}
@media screen and (min-width: 768px) {
  .gradient-hero .swiper-carousel__arrow-left {
    left: 20px;
  }
}
@media (min-width: 1024px) {
  .gradient-hero .swiper-carousel__arrow-left {
    left: calc((100vw - 860px) / 4);
  }
}
@media (min-width: 1100px) {
  .gradient-hero .swiper-carousel__arrow-left {
    left: calc((100vw - 960px) / 8);
  }
}
.gradient-hero .swiper-carousel__arrow-left:after {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAxNiAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjAwMDIgMkwyIDE0TDE0LjAwMDIgMjYiIHN0cm9rZT0iI0ZGRkZFRiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+Cjwvc3ZnPgo=");
}
.gradient-hero .swiper-carousel__arrow-right {
  position: absolute;
  right: calc((100vw - 260px) / 4);
}
@media screen and (min-width: 768px) {
  .gradient-hero .swiper-carousel__arrow-right {
    right: 20px;
  }
}
@media (min-width: 1024px) {
  .gradient-hero .swiper-carousel__arrow-right {
    right: calc((100vw - 860px) / 4);
  }
}
@media (min-width: 1100px) {
  .gradient-hero .swiper-carousel__arrow-right {
    right: calc((100vw - 960px) / 8);
  }
}
.gradient-hero .swiper-carousel__arrow-right:after {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAxNiAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIgMkwxNCAxNEwyIDI2IiBzdHJva2U9IiNGRkZGRUYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPgo8L3N2Zz4K");
}

#film-details .gradient-hero .swiper-carousel__pagination {
  top: calc(56.25vw + 45px);
}
@media screen and (min-width: 768px) {
  #film-details .gradient-hero .swiper-carousel__pagination {
    top: unset;
  }
}
#film-details .gradient-hero .swiper-carousel__arrow-left, #film-details .gradient-hero .swiper-carousel__arrow-right {
  top: calc(56.25vw + 37px);
}

.gradient-hero--films .hero__carousel {
  min-height: 10vw;
}
@media screen and (min-width: 768px) {
  .gradient-hero--films .hero__carousel {
    min-height: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .gradient-hero--films .hero__carousel {
    min-height: 80px;
  }
}

.three-col__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0px 16px;
}
@media screen and (min-width: 768px) {
  .three-col__heading {
    margin: 40px 0px 20px;
  }
}
@media screen and (min-width: 1200px) {
  .three-col__heading {
    margin: 80px 0px 40px;
  }
}
.three-col__heading .title {
  margin: auto;
  width: 100%;
  text-align: center;
  font-family: Netflix Sans;
  font-weight: 500;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2px;
  font-weight: 500;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .three-col__heading .title {
    font-weight: 500;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 2.67px;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
  }
}
@media screen and (min-width: 1200px) {
  .three-col__heading .title {
    font-weight: 500;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 2.67px;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
  }
}
.three-col__heading .cta {
  margin-right: 0;
  margin-left: auto;
  font-family: Netflix Sans;
  font-weight: 500;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1.25px;
  font-weight: 500;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  border-bottom: 1px solid #000000;
}
@media screen and (min-width: 768px) {
  .three-col__heading .cta {
    font-weight: 500;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1.25px;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
  }
}
@media screen and (min-width: 1200px) {
  .three-col__heading .cta {
    font-weight: 500;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1.5px;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
  }
}
.three-col__carousel {
  position: relative;
  padding-bottom: 66px;
}
@media screen and (min-width: 768px) {
  .three-col__carousel {
    padding-bottom: 88px;
  }
}
.three-col__carousel .swiper-pagination {
  position: absolute !important;
  bottom: 26px;
  left: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .three-col__carousel .swiper-pagination {
    bottom: 36px;
  }
}
.three-col__carousel .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin-left: 5px;
  margin-right: 5px;
}
.three-col__carousel.swiper-carousel {
  grid-template-columns: auto;
}
.three-col__carousel .swiper-carousel__container {
  margin-bottom: 40px;
  width: 100%;
}
@media (min-width: 1024px) {
  .three-col__carousel .swiper-carousel__container {
    max-width: 860px;
  }
}
@media (min-width: 1100px) {
  .three-col__carousel .swiper-carousel__container {
    max-width: 960px;
  }
}
.three-col__carousel .swiper-carousel__container .swiper-carousel__slide__text-container {
  position: static;
  width: auto;
  grid-gap: 24px;
}
.three-col__carousel .swiper-carousel__container .swiper-carousel__slide__subheading {
  margin: 0;
}
.three-col__carousel .swiper-carousel__pagination {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .three-col__carousel .swiper-carousel__pagination {
    display: none;
  }
}
.three-col__carousel .swiper-carousel__pagination .swiper-pagination-bullet {
  width: 25px;
  height: 2px;
  border-radius: unset;
}
@media screen and (min-width: 768px) {
  .three-col__carousel .swiper-carousel__wrapper {
    padding-left: unset;
    justify-content: unset;
  }
}
.three-col__carousel .swiper-carousel__slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: auto;
}
.three-col__carousel .swiper-carousel__slide__img {
  margin-bottom: 16px;
  max-width: 200px;
}
.three-col__carousel .swiper-carousel__slide__img picture {
  display: flex;
  justify-content: center;
}
@media (min-width: 1400px) {
  .three-col__carousel .swiper-carousel__slide__img picture {
    display: unset;
  }
}
.three-col__carousel .swiper-carousel__slide__subheading {
  font-size: 18px;
  font-weight: 700;
}
.three-col__carousel .swiper-carousel__slide__button {
  padding: unset;
}
.three-col__carousel .swiper-carousel__slide__button .v-button {
  height: 44px;
  width: 200px;
  padding: 9px 20px;
  font-weight: 700 !important;
}
.three-col__carousel .swiper-carousel__arrow-left, .three-col__carousel .swiper-carousel__arrow-right {
  display: flex;
  width: calc(100% - 20px);
  height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0;
}
@media (min-width: 1024px) {
  .three-col__carousel .swiper-carousel__arrow-left, .three-col__carousel .swiper-carousel__arrow-right {
    position: absolute;
    width: unset;
  }
}
.three-col__carousel .swiper-carousel__arrow-left svg, .three-col__carousel .swiper-carousel__arrow-right svg {
  display: none;
}
.three-col__carousel .swiper-carousel__arrow-left:after, .three-col__carousel .swiper-carousel__arrow-right:after {
  font-size: 50px;
  line-height: 26px;
}
.three-col__carousel .swiper-carousel__arrow-left {
  position: absolute;
  left: calc((100vw - 260px) / 4);
}
@media screen and (min-width: 768px) {
  .three-col__carousel .swiper-carousel__arrow-left {
    left: 18px;
  }
}
@media (min-width: 1024px) {
  .three-col__carousel .swiper-carousel__arrow-left {
    left: calc((100vw - 860px) / 4);
  }
}
@media (min-width: 1100px) {
  .three-col__carousel .swiper-carousel__arrow-left {
    left: calc((100vw - 960px) / 4);
  }
}
.three-col__carousel .swiper-carousel__arrow-left:after {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAxNiAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjAwMDIgMkwyIDE0TDE0LjAwMDIgMjYiIHN0cm9rZT0iI0ZGRkZFRiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+Cjwvc3ZnPgo=");
}
.three-col__carousel .swiper-carousel__arrow-right {
  position: absolute;
  right: calc((100vw - 260px) / 4);
}
@media screen and (min-width: 768px) {
  .three-col__carousel .swiper-carousel__arrow-right {
    right: 18px;
  }
}
@media (min-width: 1024px) {
  .three-col__carousel .swiper-carousel__arrow-right {
    right: calc((100vw - 860px) / 4);
  }
}
@media (min-width: 1100px) {
  .three-col__carousel .swiper-carousel__arrow-right {
    right: calc((100vw - 960px) / 4);
  }
}
.three-col__carousel .swiper-carousel__arrow-right:after {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAxNiAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIgMkwxNCAxNEwyIDI2IiBzdHJva2U9IiNGRkZGRUYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPgo8L3N2Zz4K");
}

.v-film-list .v-promoted-tag {
  display: none;
}
.v-film-list-film__thumbnail {
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .v-film-list-film__thumbnail {
    margin-bottom: 16px;
  }
}
.v-film-list-film .v-film-title__text {
  margin-block-start: 0;
  margin-block-end: 0;
}
.v-film-list-film .v-censor-rating-icon {
  display: none;
}
.v-film-list-film__link {
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .v-film-list .v-image {
    max-width: 200px;
  }
}

.single-film-filter .v-tabs__header {
  z-index: 8;
}
.single-film-filter .v-tabs__tab-list {
  justify-content: center;
}
.single-film-filter .v-tabs__tab-list .v-tab__button {
  text-transform: uppercase;
  font-size: 21px;
}
.single-film-filter .v-tabs__tab-list .v-tab--selected {
  color: #000000;
}
.single-film-filter .v-tabs__tab-list .v-tab:nth-child(1) {
  position: relative;
}
.single-film-filter .v-tabs__tab-list .v-tab:nth-child(1)::after {
  content: url("/frontend/build/img/star.svg");
  position: absolute;
  width: fit-content;
  height: fit-content;
  right: -11px;
  top: 16px;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .single-film-filter .v-tabs__tab-list .v-tab:nth-child(1)::after {
    top: 11px;
  }
}
@media screen and (min-width: 1200px) {
  .single-film-filter .v-tabs__tab-list .v-tab:nth-child(1)::after {
    top: 6px;
  }
}
.single-film-filter .v-tabs__tab-list .v-tab:nth-child(3) {
  display: none;
}
.single-film-filter .v-tabs__indicator::before, .single-film-filter .v-tabs__indicator::after {
  content: "";
  background-color: #ffffef;
  width: 15px;
  height: 2px;
  position: absolute;
}
.single-film-filter .v-tabs__indicator::before {
  left: 0;
}
.single-film-filter .v-tabs__indicator::after {
  right: 0;
}

.film-list-centered .v-film-list {
  margin-bottom: 40px;
}
.film-list-centered .v-film-list-grid {
  display: flex;
  justify-content: center;
}
.film-list-centered .v-film-list-grid .v-film-list-film {
  max-width: 197px;
  width: 100%;
}
.film-list-centered .v-film-list-grid .v-image__img {
  margin: 0 auto;
}
.film-list-centered .v-carousel__viewport.glider {
  display: flex;
  justify-content: center;
}

.v-film-list-film {
  align-self: flex-start;
}

.film-page-all-showtimes {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-family: Netflix Sans;
  font-weight: 500;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 24px;
  margin-top: 0px;
  font-weight: 700 !important;
}
@media screen and (min-width: 768px) {
  .film-page-all-showtimes {
    font-weight: 500;
    font-size: 56px;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 64px;
  }
}
@media screen and (min-width: 1200px) {
  .film-page-all-showtimes {
    font-weight: 500;
    font-size: 80px;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 100px;
  }
}
@media screen and (min-width: 768px) {
  .film-page-all-showtimes {
    margin-top: 56px;
  }
}
@media screen and (min-width: 1200px) {
  .film-page-all-showtimes {
    margin-top: 10px;
    margin-bottom: 32px;
  }
}

.blog-hub-heading {
  text-align: center;
  margin-bottom: 150px;
  font-family: Netflix Sans;
  font-weight: 500;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 36px;
  font-weight: 700 !important;
}
@media screen and (min-width: 768px) {
  .blog-hub-heading {
    font-weight: 500;
    font-size: 56px;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 64px;
  }
}
@media screen and (min-width: 1200px) {
  .blog-hub-heading {
    font-weight: 500;
    font-size: 80px;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .blog-hub-heading {
    margin-bottom: 80px;
  }
}

.blog-wrapper {
  margin: 0 auto;
  max-width: 338px;
}
@media (max-width: 691px) and (min-width: 524px) {
  .blog-wrapper {
    max-width: 504px;
  }
}
@media (max-width: 768px) and (min-width: 692px) {
  .blog-wrapper {
    max-width: 673px;
  }
}
@media screen and (min-width: 768px) {
  .blog-wrapper {
    max-width: 673px;
  }
}
@media screen and (min-width: 992px) {
  .blog-wrapper {
    max-width: 896px;
  }
}
@media screen and (min-width: 1200px) {
  .blog-wrapper {
    max-width: 1241px;
  }
}
@media (max-width: 1359px) and (min-width: 1200px) {
  .blog-wrapper {
    max-width: 994px;
  }
}

.blog-container {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.blog-container .blog-item {
  text-align: center;
  max-width: 156px;
  padding: 0 6px;
  margin-bottom: 48px;
  flex-basis: 45%;
}
@media screen and (min-width: 768px) {
  .blog-container .blog-item {
    max-width: 200px;
    padding: 0 12px;
    flex-basis: unset;
  }
}
@media screen and (min-width: 1200px) {
  .blog-container .blog-item {
    padding: 0 24px;
    margin-bottom: 64px;
  }
}
.blog-container .blog-item .blog-image-container {
  object-fit: contain;
  width: 100%;
  max-height: 300px;
}
.blog-container .blog-item .blog-image-container .blog-image {
  width: auto;
  height: auto;
  max-width: 100%;
}
.blog-container .blog-item .blog-heading {
  font-family: Netflix Sans;
  font-weight: 500;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 24px;
  width: 100%;
  margin: 10px auto;
  letter-spacing: 0.1em;
  font-weight: 700 !important;
}
@media screen and (min-width: 768px) {
  .blog-container .blog-item .blog-heading {
    font-weight: 500;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .blog-container .blog-item .blog-heading {
    font-weight: 500;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 28px;
  }
}
.blog-container .blog-item .blog-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin: auto;
  letter-spacing: 0.1em;
}
.blog-container .blog-item .blog-content .blog-author {
  margin: 2.5px 0;
  font-size: 12px;
  text-transform: uppercase;
}
.blog-container .blog-item .blog-content .blog-date {
  margin: 2.5px 0;
  font-size: 12px;
  text-transform: uppercase;
}
.blog-container .blog-item .blog-content hr {
  width: 100%;
}
.blog-container .blog-item .blog-content .blog-summary {
  margin: 2.5px 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: normal;
}

.blog-detail-hero {
  margin-bottom: 0px;
}

.blog-detail-container {
  box-sizing: border-box;
  font-family: inherit;
  color: #ffffef;
}
.blog-detail-container .image-container-div {
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.blog-detail-container .image-container-div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, #000 5%, rgba(0, 0, 0, 0) 70%);
}
.blog-detail-container .article-header-image-container {
  object-fit: contain;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 20px;
}
.blog-detail-container .article-header-image-container .article-header-image {
  height: auto;
}
.blog-detail-container .article-subheading-container {
  margin: 5px auto;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin-bottom: 50px;
}
.blog-detail-container .article-subheading-container .article-author {
  font-family: Netflix Sans;
  font-weight: 500;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.25px;
  font-weight: 500;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 700 !important;
}
@media screen and (min-width: 768px) {
  .blog-detail-container .article-subheading-container .article-author {
    font-weight: 500;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.5px;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
  }
}
@media screen and (min-width: 1200px) {
  .blog-detail-container .article-subheading-container .article-author {
    font-weight: 500;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 2px;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
  }
}
.blog-detail-container .article-subheading-container .article-published-date {
  font-family: Netflix Sans;
  font-weight: 500;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.25px;
  font-weight: 500;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700 !important;
}
@media screen and (min-width: 768px) {
  .blog-detail-container .article-subheading-container .article-published-date {
    font-weight: 500;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.25px;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
  }
}
@media screen and (min-width: 1200px) {
  .blog-detail-container .article-subheading-container .article-published-date {
    font-weight: 500;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.5px;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
  }
}
.blog-detail-container .article-subheading-container > div {
  margin: 5px;
  text-align: center;
}
.blog-detail-container .article-title {
  margin-top: 40px;
  text-align: center;
  font-family: Netflix Sans;
  font-weight: 500;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 2.67px;
  font-weight: 500;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  position: relative;
  bottom: 150px;
  font-weight: 700 !important;
}
@media screen and (min-width: 768px) {
  .blog-detail-container .article-title {
    font-weight: 500;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 1.6px;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
  }
}
@media screen and (min-width: 1200px) {
  .blog-detail-container .article-title {
    font-weight: 500;
    font-size: 80px;
    font-weight: 500;
    letter-spacing: 4px;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .blog-detail-container .article-title {
    bottom: 45px;
  }
}
.blog-detail-container .article-detail {
  margin-bottom: 30px;
  padding: 0 10px;
}
.blog-detail-container .article-detail h5 {
  line-height: 1.4;
  font-weight: 300;
}
@media (min-width: 1024px) {
  .blog-detail-container .article-detail {
    max-width: 700px;
    margin: 0 auto;
  }
}
.blog-detail-container .article-detail > p {
  font-family: Netflix Sans;
  font-weight: 500;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0px;
  font-weight: 300 !important;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .blog-detail-container .article-detail > p {
    font-weight: 500;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .blog-detail-container .article-detail > p {
    font-weight: 500;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
  }
}
.blog-detail-container .article-detail img {
  width: auto;
}
.blog-detail-container .article-detail .article-upper {
  font-family: Netflix Sans;
  font-weight: 500;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0px;
  font-weight: 300 !important;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.1em !important;
  padding: 8px 0;
}
@media screen and (min-width: 768px) {
  .blog-detail-container .article-detail .article-upper {
    font-weight: 500;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .blog-detail-container .article-detail .article-upper {
    font-weight: 500;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
  }
}
@media screen and (min-width: 768px) {
  .blog-detail-container .article-detail .article-upper {
    padding: 32px 0;
  }
}
.blog-detail-container .article-detail a {
  color: #e82c2a;
  text-decoration-style: solid;
}
.blog-detail-container .article-detail a:hover {
  text-decoration-line: underline;
}

#twitter-feed {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-color: #f0f0e1;
}
@media screen and (min-width: 1200px) {
  #twitter-feed {
    padding: 0 9px;
  }
}
#twitter-feed * {
  box-sizing: border-box;
  text-transform: uppercase;
}
#twitter-feed .twitter-feed-title {
  display: flex;
  justify-content: space-around;
  margin-bottom: 15px;
  border-bottom: #000 1px solid;
  border-top: #000 1px solid;
  padding: 10px 0;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  #twitter-feed .twitter-feed-title {
    display: none;
  }
}
#twitter-feed .twitter-feed-title .title {
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  width: 70%;
}
@media screen and (min-width: 768px) {
  #twitter-feed .twitter-feed-title .title {
    width: 30%;
  }
}
#twitter-feed .twitter-feed-title .star {
  width: 20px;
}
#twitter-feed .special-title {
  display: none;
  margin-bottom: 30px;
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  #twitter-feed .special-title {
    display: flex;
    max-width: calc(100% - 9px - 9px);
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 1200px) {
  #twitter-feed .special-title {
    max-width: 1478px;
    margin-left: 60px;
    margin-right: 60px;
  }
}
@media (min-width: 1598px) {
  #twitter-feed .special-title {
    max-width: 1478px;
    margin-left: auto;
    margin-right: auto;
  }
}
#twitter-feed .tweet-container {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #twitter-feed .tweet-container {
    flex-direction: row;
    margin-bottom: 20px;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1200px) {
  #twitter-feed .tweet-container {
    max-width: 1478px;
    margin-left: 60px;
    margin-right: 60px;
    width: unset;
  }
}
@media (min-width: 1598px) {
  #twitter-feed .tweet-container {
    max-width: 1478px;
    margin-left: auto;
    margin-right: auto;
  }
}
#twitter-feed .tweet-container .tweet-wrapper {
  margin-bottom: 20px;
  background-color: #ffffef;
  width: 95%;
}
@media screen and (min-width: 768px) {
  #twitter-feed .tweet-container .tweet-wrapper {
    width: 20%;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 0;
  }
  #twitter-feed .tweet-container .tweet-wrapper:last-child {
    margin-right: 10px;
  }
  #twitter-feed .tweet-container .tweet-wrapper:first-child {
    margin-left: 10px;
  }
}
@media screen and (min-width: 1200px) {
  #twitter-feed .tweet-container .tweet-wrapper {
    margin-right: 20px;
    margin-left: 20px;
  }
  #twitter-feed .tweet-container .tweet-wrapper:last-child {
    margin-right: 0;
  }
  #twitter-feed .tweet-container .tweet-wrapper:first-child {
    margin-left: 0;
  }
}
#twitter-feed .tweet-container .tweet-wrapper .tweet-image {
  object-fit: contain;
  max-width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center;
}
#twitter-feed .tweet-container .tweet-wrapper .tweet-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 0 20px;
}
#twitter-feed .tweet-container .tweet-wrapper .tweet-heading .twitter-icon {
  width: 22px;
  margin-bottom: 5px;
}
#twitter-feed .tweet-container .tweet-wrapper .tweet-heading .heading-text {
  font-size: 14px;
  font-weight: bold;
}
#twitter-feed .tweet-container .tweet-wrapper .tweet-content {
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
  padding: 0 20px;
  font-size: 12px;
}
#twitter-feed .tweet-container .tweet-wrapper .tweet-date {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px black solid;
  height: 45px;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #7b7b7b;
  padding: 0 20px;
}
#twitter-feed .button-container {
  width: 100%;
  padding-bottom: 40px;
}
#twitter-feed .button-container .load-more-button {
  font-weight: bold;
  border: 1px solid #000;
  width: 95%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  height: 40px;
  padding: 20px 15px;
}
@media screen and (min-width: 768px) {
  #twitter-feed .button-container .load-more-button {
    width: 220px;
  }
}

#past-movies-container {
  padding-top: 20px;
  margin-bottom: 20px;
}
#past-movies-container * {
  box-sizing: border-box;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  #past-movies-container {
    padding-top: unset;
  }
}
#past-movies-container .past-movies-title {
  display: flex;
  justify-content: space-around;
  margin-bottom: 15px;
  border-bottom: #000 1px solid;
  border-top: #000 1px solid;
  padding: 10px 0;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  #past-movies-container .past-movies-title {
    display: none;
  }
}
#past-movies-container .past-movies-title .title {
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  width: 70%;
}
@media screen and (min-width: 768px) {
  #past-movies-container .past-movies-title .title {
    width: 30%;
  }
}
#past-movies-container .past-movies-title .star {
  width: 20px;
}
#past-movies-container .special-title {
  display: none;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #past-movies-container .special-title {
    display: flex;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 1200px) {
  #past-movies-container .special-title {
    max-width: 1478px;
    margin-left: auto;
    margin-right: auto;
  }
}
#past-movies-container .past-movies-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #past-movies-container .past-movies-grid.grid {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (min-width: 768px) {
  #past-movies-container .past-movies-grid.list {
    display: flex;
    justify-content: space-evenly;
  }
}
@media screen and (min-width: 1200px) {
  #past-movies-container .past-movies-grid {
    max-width: 1280px;
  }
}
#past-movies-container .past-movies-grid .grid-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px;
}
#past-movies-container .past-movies-grid .grid-item .poster-image {
  width: 100%;
  height: auto;
}
#past-movies-container .past-movies-grid .grid-item .poster-image .image {
  border-radius: 3px;
}
#past-movies-container .past-movies-cta {
  width: 100%;
}
#past-movies-container .past-movies-cta.grid {
  display: none;
}
#past-movies-container .past-movies-cta .past-movies-button {
  background-color: #e82c2a;
  font-weight: bold;
  color: #fff;
  width: 94%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin: 0 auto;
  height: 40px;
  padding: 20px 15px;
}
@media screen and (min-width: 768px) {
  #past-movies-container .past-movies-cta .past-movies-button {
    width: 220px;
  }
}

.film-carousel {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 48px;
  /*  Carousel  */
}
@media screen and (min-width: 768px) {
  .film-carousel {
    margin-bottom: 96px;
  }
}
@media screen and (min-width: 1200px) {
  .film-carousel {
    margin-left: unset;
    margin-right: unset;
  }
}
.film-carousel__title {
  text-align: center;
  font-family: Netflix Sans;
  font-weight: 500;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 24px;
  font-weight: 700 !important;
}
@media screen and (min-width: 768px) {
  .film-carousel__title {
    font-weight: 500;
    font-size: 56px;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 64px;
  }
}
@media screen and (min-width: 1200px) {
  .film-carousel__title {
    font-weight: 500;
    font-size: 80px;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .film-carousel__title {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .film-carousel__content {
    padding: 0 15px;
  }
}
.film-carousel__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 156px;
  padding: 0 6px;
  max-width: 148px;
}
@media screen and (min-width: 768px) {
  .film-carousel__item {
    padding: 0 12px;
  }
}
@media screen and (min-width: 1200px) {
  .film-carousel__item {
    max-width: 200px;
    padding: 0 24px;
  }
}
.film-carousel__item-title {
  font-family: Netflix Sans;
  font-weight: 500;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.25px;
  font-weight: 500;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  margin: 12px auto;
  min-height: 36px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 768px) {
  .film-carousel__item-title {
    font-weight: 500;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.5px;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
  }
}
@media screen and (min-width: 1200px) {
  .film-carousel__item-title {
    font-weight: 500;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 2px;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
  }
}
@media screen and (min-width: 768px) {
  .film-carousel__item-title {
    margin: 16px auto;
  }
}
@media screen and (min-width: 1200px) {
  .film-carousel__item-title {
    text-overflow: unset;
    display: unset;
    -webkit-box-orient: unset;
    min-height: 56px;
  }
}
.film-carousel__item-above-line {
  font-weight: 100 !important;
  font-family: Netflix Sans;
  font-weight: 500;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .film-carousel__item-above-line {
    font-weight: 500;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .film-carousel__item-above-line {
    font-weight: 500;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 16px;
  }
}
@media screen and (min-width: 768px) {
  .film-carousel__item-above-line {
    margin-bottom: 8px;
  }
}
.film-carousel__item-below-line {
  border-top: 1px solid #ffffef;
  padding-top: 12px;
  width: 100%;
  font-family: Netflix Sans;
  font-weight: 500;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 16px;
}
@media screen and (min-width: 768px) {
  .film-carousel__item-below-line {
    padding-top: 8px;
  }
}
@media screen and (min-width: 768px) {
  .film-carousel__item-below-line {
    font-weight: 500;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .film-carousel__item-below-line {
    font-weight: 500;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 16px;
  }
}
.film-carousel__item-button {
  display: flex;
  flex-direction: column-reverse;
  flex: 1 1 auto;
  padding-top: 24px;
  width: 100%;
}
.film-carousel__item-button .v-button {
  height: 44px;
  padding: 9px 12px;
  font-family: Netflix Sans;
  font-weight: 500;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  font-weight: 500;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 18px;
  font-weight: 700 !important;
}
@media screen and (min-width: 768px) {
  .film-carousel__item-button .v-button {
    font-weight: 500;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .film-carousel__item-button .v-button {
    font-weight: 500;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 24px;
  }
}
.film-carousel .v-carousel__button.v-carousel__button--prev,
.film-carousel .v-carousel__button.v-carousel__button--next {
  background: none;
  display: none;
  border: none;
  border-radius: unset;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .film-carousel .v-carousel__button.v-carousel__button--prev,
.film-carousel .v-carousel__button.v-carousel__button--next {
    display: block;
  }
}
.film-carousel .v-carousel__button.v-carousel__button--prev svg,
.film-carousel .v-carousel__button.v-carousel__button--next svg {
  display: none;
}
.film-carousel .v-carousel__button.v-carousel__button--prev.disabled,
.film-carousel .v-carousel__button.v-carousel__button--next.disabled {
  opacity: 0.25;
}
.film-carousel .v-carousel__button.v-carousel__button--prev:after {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAxNiAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjAwMDIgMkwyIDE0TDE0LjAwMDIgMjYiIHN0cm9rZT0iI0ZGRkZFRiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+Cjwvc3ZnPgo=");
}
@media screen and (min-width: 768px) {
  .film-carousel .v-carousel__button.v-carousel__button--prev {
    left: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .film-carousel .v-carousel__button.v-carousel__button--prev {
    left: -40px;
  }
}
.film-carousel .v-carousel__button.v-carousel__button--next:after {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAxNiAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIgMkwxNCAxNEwyIDI2IiBzdHJva2U9IiNGRkZGRUYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPgo8L3N2Zz4K");
}
@media screen and (min-width: 768px) {
  .film-carousel .v-carousel__button.v-carousel__button--next {
    right: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .film-carousel .v-carousel__button.v-carousel__button--next {
    right: -40px;
  }
}
.film-carousel .v-carousel__viewport {
  margin: 0;
  padding-left: 18px;
  padding-right: 18px;
}
@media screen and (min-width: 768px) {
  .film-carousel .v-carousel__viewport {
    padding-left: 0;
    padding-right: 0;
    max-width: 992px;
    margin: 0 auto;
    width: calc(100% - 160px);
  }
}
@media screen and (min-width: 1200px) {
  .film-carousel .v-carousel__viewport {
    max-width: unset;
    padding-left: 0;
    padding-right: 0;
  }
}
.film-carousel .v-carousel__track {
  margin: 0 auto;
}

.home-page .umb-grid .grid-section p {
  text-transform: uppercase;
  letter-spacing: 1.25px;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .home-page .umb-grid .grid-section p {
    font-size: 14px;
    letter-spacing: 2.5px;
  }
}
@media screen and (min-width: 1200px) {
  .home-page .umb-grid .grid-section p {
    font-size: 18px;
  }
}

#film-history {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-color: #181818;
  padding-left: 24px;
  padding-right: 24px;
}
#film-history .film-container-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  #film-history {
    margin-left: unset;
    margin-right: unset;
    background-color: unset;
    padding-bottom: 40px;
  }
  #film-history .film-container-mobile {
    display: none;
  }
  #film-history .film-container-desktop {
    display: unset;
  }
}
@media screen and (min-width: 1200px) {
  #film-history {
    padding-bottom: 40px;
  }
}
#film-history .film-history-title {
  display: flex;
  justify-content: space-around;
  margin-bottom: 15px;
  padding: 10px 0;
  text-transform: uppercase;
}
#film-history .film-history-title .title {
  text-align: center;
  font-size: 32px;
  width: 90%;
  font-weight: 700;
  color: #ffffef;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  #film-history .film-history-title .title {
    font-size: 80px;
    width: 80%;
  }
}
#film-history .year-filter {
  display: none;
  margin-bottom: 45px;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #film-history .year-filter {
    margin: 0 5%;
  }
}
@media screen and (min-width: 1200px) {
  #film-history .year-filter {
    margin: 0 10%;
  }
}
@media screen and (min-width: 768px) {
  #film-history .year-filter {
    display: flex;
    justify-content: space-evenly;
  }
}
#film-history .year-filter .year-filter-divider:not(:last-of-type) {
  border-right: 2px solid #ffffef;
  margin: 3px 0;
}
#film-history .year-filter .year-filter-item {
  color: #ffffef;
  padding-bottom: 3px;
  font-size: 18px;
  cursor: pointer;
  letter-spacing: 0.1em;
}
#film-history .year-filter .year-filter-item.active {
  border-bottom: 2px solid #e82c2a;
}
#film-history .year-filter-mobile {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  color: #ffffef;
  font-size: 21px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #film-history .year-filter-mobile {
    display: none;
  }
}
#film-history .year-filter-mobile .button {
  cursor: pointer;
}
#film-history .year-filter-mobile .button.inactive {
  pointer-events: none;
}
#film-history .year-filter-mobile .button.right:after {
  color: #ffffef;
  font-size: 36px;
  position: relative;
  content: "›";
  vertical-align: -50%;
  bottom: 4px;
  margin-left: 5px;
}
#film-history .year-filter-mobile .button.left:after {
  color: #ffffef;
  font-size: 36px;
  position: relative;
  content: "‹";
  vertical-align: -50%;
  bottom: 4px;
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  #film-history .film-container {
    margin: 0 5%;
  }
}
@media screen and (min-width: 1200px) {
  #film-history .film-container {
    margin: 0 10%;
  }
}
#film-history .film-container .history-film-year {
  display: none;
}
#film-history .film-container .history-film-year.active {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media (max-width: 768px) and (min-width: 500px) {
  #film-history .film-container .history-film-year.active {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  #film-history .film-container .history-film-year.active {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 500px) {
  #film-history .film-container .history-film-year.active {
    flex-direction: row;
    justify-content: flex-start;
  }
}
#film-history .film-container .history-film-year .history-film {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  margin-left: 5%;
  color: #ffffef;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-transform: uppercase;
  width: 100%;
  max-width: 90%;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  #film-history .film-container .history-film-year .history-film:nth-child(3n) {
    justify-self: end;
  }
  #film-history .film-container .history-film-year .history-film:nth-child(3n-1) {
    justify-self: center;
  }
}
#film-history .film-container .history-film-year .history-film .history-film-title {
  font-size: 18px;
  margin-bottom: 5px;
}
#film-history .film-container .history-film-year .history-film .history-film-director {
  font-size: 14px;
  font-weight: 100;
}

#about-history {
  padding-top: 10px;
  margin-bottom: 80px;
}
#about-history .about-history-title {
  display: flex;
  justify-content: space-around;
  margin-bottom: 15px;
  padding: 10px 0;
  text-transform: uppercase;
}
#about-history .about-history-title .title {
  text-align: center;
  font-size: 32px;
  width: 90%;
  font-weight: 700;
  color: #ffffef;
}
@media screen and (min-width: 768px) {
  #about-history .about-history-title .title {
    font-size: 80px;
    width: 80%;
  }
}
#about-history .history-detail {
  display: flex;
  flex-wrap: wrap;
  padding: 0 9px;
}
@media screen and (min-width: 768px) {
  #about-history .history-detail {
    margin: 0 5%;
  }
}
@media screen and (min-width: 1200px) {
  #about-history .history-detail {
    margin: 0 10%;
  }
}
#about-history .history-detail > p {
  line-height: 26px;
  max-width: 100%;
  margin: 10px 0 10px 0;
}
@media screen and (min-width: 768px) {
  #about-history .history-detail {
    justify-content: space-between;
  }
  #about-history .history-detail > p {
    line-height: 26px;
    max-width: 47%;
    min-width: 300px;
    margin: 40px 0 40px 0;
  }
}
@media screen and (min-width: 1200px) {
  #about-history .history-detail > p {
    min-width: 340px;
  }
}

#about-info {
  margin-bottom: 65px;
  font-size: 16px;
  font-weight: 200;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.86;
  letter-spacing: normal;
}
@media screen and (min-width: 768px) {
  #about-info {
    margin: 0 5%;
  }
}
@media screen and (min-width: 1200px) {
  #about-info {
    margin: 0 10%;
  }
}
#about-info .about-detail {
  display: flex;
  flex-direction: column;
}
#about-info .about-detail .about-social-links .social-title {
  margin-bottom: 10px;
}
#about-info .about-detail .about-social-links .social-title .title-text {
  color: #ffffef;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}
#about-info .about-detail .about-social-links .links {
  display: flex;
  justify-content: flex-start;
}
#about-info .about-detail .about-social-links .links .social-icon {
  display: flex;
  align-items: center;
}
#about-info .about-detail .about-social-links .links .social-icon:first-of-type {
  margin-right: 15px;
}
#about-info .about-detail .about-social-links .links .social-icon:not(:first-of-type) {
  margin: 0 15px;
}
#about-info .about-detail .about-title-value {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
#about-info .about-detail .about-title-value .title-text {
  color: #ffffef;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}
#about-info .about-detail .about-title-value .title-value {
  font-weight: normal;
  color: #ffffef;
  font-weight: 200;
}
#about-info .about-detail .about-title-value .title-value.email {
  color: #e82c2a;
}
@media screen and (min-width: 768px) {
  #about-info .about-detail.mobile {
    display: none;
  }
}
#about-info .about-detail.mobile .about-image-container {
  margin-bottom: 20px;
}
#about-info .about-detail.desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  #about-info .about-detail.desktop {
    display: block;
  }
}
#about-info .about-detail.desktop .title-value {
  font-size: 16px;
}
#about-info .about-detail.desktop .title-value p {
  font-size: 16px;
  font-weight: 200;
}
#about-info .about-detail.desktop .row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 20px;
}
#about-info .about-detail.desktop .row:first-of-type {
  margin-bottom: 0;
}
#about-info .about-detail.desktop .row:nth-of-type(2) p {
  line-height: 26px;
}
#about-info .about-detail.desktop .row:nth-of-type(3) p {
  line-height: 26px;
}
#about-info .about-detail.desktop .row .panel {
  width: 47%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
#about-info .about-detail.desktop .row .panel * {
  box-sizing: border-box;
}
#about-info .about-detail.desktop .row .panel .panel-row {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  border-bottom: #000000 1px solid;
  min-height: 110px;
}
#about-info .about-detail.desktop .row .panel .panel-row .panel-row-item .title-value.address-detail > p, #about-info .about-detail.desktop .row .panel .panel-row .panel-row-item .title-value.phone-detail > p {
  margin: 0;
}
#about-info .about-detail.desktop .row .panel .panel-row .panel-row-item ~ .panel-row-item {
  padding-left: 20px;
}

.about-page p {
  font-size: 16px;
  font-weight: 200;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.86;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  margin: 0;
}

.error-page {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
}
.error-page .error-image {
  margin: 10px auto;
  width: 204px;
}
.error-page .error-image .image {
  object-fit: contain;
  max-width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center;
}
.error-page .error-title {
  margin: 10px auto;
}
.error-page .error-title .text {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
.error-page .error-description {
  margin: 10px auto;
}
.error-page .error-description .text {
  font-size: 14px;
  text-align: center;
}
.error-page .error-button {
  width: 220px;
  height: 40px;
  background-color: #e82c2a;
  padding: 10px 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto;
  font-size: 16px;
  text-align: center;
  color: #fff;
}

.private-policy {
  margin: 40px 0;
}

.v-date-picker {
  margin-bottom: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: auto;
}
@media screen and (min-width: 1200px) {
  .v-date-picker {
    margin-left: unset;
    margin-right: unset;
    width: 1124px;
    margin: 0 auto;
  }
}
.v-date-picker--skeleton {
  display: block;
}
.v-date-picker .v-carousel__button {
  fill: #000000;
  padding: 0px 24px;
  position: relative;
  top: 0;
  background: #000000;
  outline: black solid 1px;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .v-date-picker .v-carousel__button {
    padding: 0px 45px;
  }
}
.v-date-picker .v-carousel__button.disabled {
  display: none;
}
@media screen and (min-width: 1200px) {
  .v-date-picker .v-carousel__button.disabled {
    display: block;
  }
}
.v-date-picker .v-carousel__button.disabled .v-icon {
  stroke: #404040;
}
.v-date-picker .v-carousel__button .v-icon {
  width: 18px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  stroke: #ffffff;
  stroke-width: 2px;
}
.v-date-picker-date__button {
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}
.v-date-picker-date__button--inactive {
  color: #535353;
  pointer-events: none;
}
.v-date-picker-date__button--selected:after {
  display: none;
}
.v-date-picker-date:last-child .v-date-picker-date__button {
  border-right: 2px solid #000000;
}
.v-date-picker-date__label, .v-date-picker-date__day-of-month, .v-date-picker-date__day-of-week, .v-date-picker-date__month {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}
.v-date-showtime-picker,
.v-event-showtime-picker {
  margin-bottom: 20px;
}
.v-date-showtime-picker__all-films-toggle,
.v-event-showtime-picker__all-films-toggle {
  padding: 12px 0;
  position: static;
  max-width: 944px;
  margin: 0 auto;
}
.v-date-showtime-picker .v-showtime-picker-film-list,
.v-event-showtime-picker .v-showtime-picker-film-list {
  padding-bottom: 45px;
  background: transparent;
}
@media screen and (min-width: 768px) {
  .v-date-showtime-picker .v-showtime-picker-film-thumbnail--media-type-poster,
.v-event-showtime-picker .v-showtime-picker-film-thumbnail--media-type-poster {
    min-height: 288px;
  }
}
.v-date-showtime-picker .v-showtime-picker__action-button,
.v-event-showtime-picker .v-showtime-picker__action-button {
  display: none;
}
.v-date-showtime-picker .v-showtime-picker .v-attribute__img .v-image__img,
.v-event-showtime-picker .v-showtime-picker .v-attribute__img .v-image__img {
  max-height: 20px;
}

.v-showtime-picker {
  text-transform: uppercase;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .v-showtime-picker {
    width: 944px;
  }
}
.v-showtime-picker .v-film-thumbnail {
  padding: 12px 4px 0 0;
}
@media screen and (min-width: 768px) {
  .v-showtime-picker .v-film-thumbnail {
    padding: 0;
  }
}
.v-showtime-picker .v-film-thumbnail--media-type-poster {
  width: 70px;
}
@media screen and (min-width: 768px) {
  .v-showtime-picker .v-film-thumbnail--media-type-poster {
    width: 200px;
  }
}
.v-showtime-picker-site__empty-list-label {
  color: #ffffef;
}
.v-showtime-picker-site-list {
  margin: 0;
}
.v-showtime-picker-site-details__heading--h4 {
  color: #e82c2a;
}
.v-showtime-picker-film-list {
  padding: 0;
}
.v-showtime-picker-film-list__item {
  position: relative;
  border-bottom: 1px solid #ffffff;
}
.v-showtime-picker-film-list__item:last-child {
  border-bottom: none;
}
.v-showtime-picker-film-list__item .v-film-runtime {
  display: none;
}
.v-showtime-picker-film-details {
  padding-top: 8px;
}
@media screen and (min-width: 1200px) {
  .v-showtime-picker-film-details {
    padding-top: 48px;
  }
}
.v-showtime-picker-film-details .v-film-title__censor-rating {
  display: none;
}
.v-showtime-picker-film-details .v-film-synopsis {
  display: block;
  margin-top: 0;
}
.v-showtime-picker-film-details .v-film-synopsis .v-detail__content {
  color: #ffffef;
}
.v-showtime-picker-film-details__film-link .v-film-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  height: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1200px) {
  .v-showtime-picker-film-details__film-link .v-film-title {
    height: 176px;
  }
}
.v-showtime-picker-film-details__film-link .v-film-title__text {
  color: #ffffef;
  font-family: Netflix Sans;
  font-weight: 500;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2px;
  font-weight: 500;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  font-weight: 700 !important;
}
@media screen and (min-width: 768px) {
  .v-showtime-picker-film-details__film-link .v-film-title__text {
    font-weight: 500;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 2.67px;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
  }
}
@media screen and (min-width: 1200px) {
  .v-showtime-picker-film-details__film-link .v-film-title__text {
    font-weight: 500;
    font-size: 56px;
    font-weight: 500;
    letter-spacing: 2.67px;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 64px;
  }
}
.v-showtime-picker-film {
  margin-bottom: 24px;
  grid-column-gap: 24px;
}
@media screen and (min-width: 1200px) {
  .v-showtime-picker-film {
    grid-column-gap: 48px;
    margin-bottom: 64px;
  }
}
.v-showtime-picker-film--media-type-poster:not(.v-showtime-picker-film--no-film-details) {
  margin-top: 108px;
  grid-template-columns: 70px 1fr;
  grid-template-areas: "thumbnail film-details film-details" "site-list site-list site-list" "action-link action-link action-link" "trailer-button . .";
}
@media screen and (min-width: 768px) {
  .v-showtime-picker-film--media-type-poster:not(.v-showtime-picker-film--no-film-details) {
    grid-template-columns: 200px 1fr;
  }
}
@media screen and (min-width: 768px) {
  .v-showtime-picker-film--media-type-poster:not(.v-showtime-picker-film--no-film-details) {
    grid-template-areas: "thumbnail film-details film-details" "thumbnail site-list site-list" "action-link action-link action-link" "trailer-button . .";
    grid-template-rows: auto 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .v-showtime-picker-film--media-type-poster:not(.v-showtime-picker-film--no-film-details) {
    margin-top: 176px;
  }
}
@media screen and (min-width: 1200px) {
  .v-showtime-picker-film--media-type-poster:not(.v-showtime-picker-film--no-film-details) .v-showtime-picker-film-details {
    padding-top: 0px;
  }
}
.v-showtime-picker-film-action-link {
  font-weight: 700;
  border-top: none;
  margin-top: 24px;
  padding-top: 0;
  padding-bottom: 0;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1200px) {
  .v-showtime-picker-film-action-link {
    margin-top: 74px;
  }
}
.v-showtime-picker-message {
  position: relative;
  background: #181818;
}
.v-showtime-picker-message:before {
  content: "";
  display: block;
  width: 168px;
  height: 168px;
  background: #000000;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
}
.v-showtime-picker-message .v-message__icon {
  position: relative;
  z-index: 2;
  width: 102px;
  height: auto;
}
.v-showtime-picker-message .v-message__title {
  font-family: Netflix Sans;
  font-weight: 500;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.1em;
  color: #ffffef;
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  .v-showtime-picker-message .v-message__title {
    font-weight: 500;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .v-showtime-picker-message .v-message__title {
    font-weight: 500;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 28px;
  }
}
.v-showtime-picker-message .v-message__description {
  font-family: Netflix Sans;
  font-weight: 500;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.1em;
  color: #ffffef;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .v-showtime-picker-message .v-message__description {
    font-weight: 500;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .v-showtime-picker-message .v-message__description {
    font-weight: 500;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 18px;
  }
}
.v-showtime-picker-message__clear-button {
  color: #e82c2a;
}
.v-showtime-picker-message .v-showtime-picker__action-button {
  display: flex;
}
.v-showtime-picker .v-detail__content {
  text-transform: initial;
}

@media screen and (min-width: 768px) {
  .v-showtime-list__list {
    margin-top: 12px !important;
  }
}
.v-showtime-list__heading {
  color: #ffffef;
  font-weight: 700;
}
.v-showtime-list-button {
  cursor: pointer;
  background: #2e2e2e;
  border-radius: 0;
  box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, 0.25);
}
.v-showtime-list-button:not(.v-showtime-list-button--disabled):not(:active):hover {
  background: #616161;
  box-shadow: none;
}
.v-showtime-list-button:not(.v-showtime-list-button--disabled):focus, .v-showtime-list-button:not(.v-showtime-list-button--disabled):active {
  background: #6e6e6e;
  box-shadow: none;
}
.v-showtime-list-button__detail-wrapper {
  min-height: 80px;
  color: #ffffef;
  padding: 16px;
}
.v-showtime-list-button__detail-start-time {
  letter-spacing: 2px;
  font-weight: 700;
}
.v-showtime-list-button__detail-start-time-ampm {
  color: #ffffef;
  letter-spacing: 2px;
  font-weight: 700;
}
.v-showtime-list-button__screen-name {
  color: #e82c2a;
}

#showtimes #showtimes-wrapper {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
#showtimes #showtimes-wrapper .v-date-showtime-picker {
  background-color: #181818;
}
@media screen and (min-width: 1200px) {
  #showtimes #showtimes-wrapper .v-date-showtime-picker {
    background-color: unset;
  }
}
@media screen and (min-width: 768px) {
  #showtimes #showtimes-wrapper .v-date-showtime-picker .v-date-picker {
    margin: 0 auto;
  }
}

#showtimes-wrapper.no-details .v-showtime-picker {
  max-width: 1124px;
  width: calc(100% - 64px);
}
@media screen and (min-width: 768px) {
  #showtimes-wrapper.no-details .v-showtime-picker {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  #showtimes-wrapper.no-details .v-showtime-picker {
    width: calc(100% - 180px);
    max-width: 944px;
  }
}
#showtimes-wrapper.no-details .v-showtime-picker .v-showtime-picker-film-action-link__link {
  letter-spacing: 0.1em;
}
#showtimes-wrapper.no-details .v-showtime-picker-film {
  margin-bottom: 0;
}
#showtimes-wrapper.no-details .v-showtime-picker-film-list {
  background: #181818;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  #showtimes-wrapper.no-details .v-showtime-picker-film-list {
    margin-bottom: 36px;
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) {
  #showtimes-wrapper.no-details .v-showtime-picker-film-list {
    padding: 35px 48px;
  }
}

.v-date-showtime-picker .v-showtime-picker-site__common-attributes {
  margin-bottom: 0 !important;
}
.v-date-showtime-picker .v-showtime-picker-site__common-attributes .v-attribute-list {
  display: none;
}

.event-showtimes-title + div .v-showtime-picker-film-list__item:first-child .v-showtime-picker-film--media-type-poster:not(.v-showtime-picker-film--no-film-details) {
  margin-top: 70px;
}
@media screen and (min-width: 768px) {
  .event-showtimes-title + div .v-showtime-picker-film-list__item:first-child .v-showtime-picker-film--media-type-poster:not(.v-showtime-picker-film--no-film-details) {
    margin-top: 85px;
  }
}
@media screen and (min-width: 992px) {
  .event-showtimes-title + div .v-showtime-picker-film-list__item:first-child .v-showtime-picker-film--media-type-poster:not(.v-showtime-picker-film--no-film-details) {
    margin-top: 200px;
  }
}
.event-showtimes-title + div .v-showtime-picker-film-list__item:first-child .v-showtime-picker-film--media-type-poster:not(.v-showtime-picker-film--no-film-details) .v-film-title {
  height: auto;
}

.v-composite-filter {
  margin-bottom: 20px;
}
.v-composite-filter-modal .v-button__content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.v-composite-filter-modal__button {
  padding: 0 10px;
  max-width: 50px;
}
@media screen and (min-width: 768px) {
  .v-composite-filter-modal__button {
    max-width: 355px;
  }
}
.v-composite-filter-modal__button .v-icon--filter {
  width: 40px;
  height: 40px;
}
.v-composite-filter-modal-footer__main-button-group .v-button {
  width: auto;
  min-width: none;
}

.past-movie-detail {
  margin-bottom: 20px;
}

.v-film-details {
  margin-bottom: 50px;
}
.v-film-details .v-detail__heading {
  color: #ffffef;
  font-size: 18px;
  letter-spacing: 0.1em;
}
.v-film-details .v-detail__content {
  color: #ffffef;
  font-size: 16px;
  font-family: "Netflix Sans";
  font-weight: 100;
}
.v-film-details .v-censor-rating-icon.v-film-title__censor-rating {
  display: none;
}
.v-film-details .v-film-summary__thumbnail {
  margin-top: 0;
}
.v-film-details .v-film-summary__wrapper {
  max-width: 944px;
  grid-column-gap: 16px;
  margin-top: 30px;
  padding: 0;
}
@media screen and (min-width: 1200px) {
  .v-film-details .v-film-summary__wrapper {
    grid-template-columns: 200px 1fr 170px;
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .v-film-details .v-film-summary__wrapper {
    grid-column-gap: 50px;
  }
}
.v-film-details .v-film-summary .v-detail:not(:last-child) {
  margin-bottom: 32px;
}

.film-links-container {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-color: #000;
}
.film-links-container * {
  box-sizing: border-box;
}
.film-links-container * {
  text-transform: uppercase;
  font-weight: bold;
}
.film-links-container .margin-offset {
  padding: 0 30px;
}
@media screen and (min-width: 1200px) {
  .film-links-container .margin-offset {
    max-width: 1598px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 0 60px;
  }
}
.film-links-container .margin-offset .black-row {
  margin: 0 auto;
  height: 40px;
  color: #fff;
  text-align: center;
}
.film-links-container .margin-offset .black-row:not(:last-child) {
  border-bottom: #fff solid 1px;
}
@media screen and (min-width: 1200px) {
  .film-links-container .margin-offset .black-row {
    max-width: 1478px;
    width: 100%;
  }
  .film-links-container .margin-offset .black-row:first-of-type {
    order: -2;
  }
  .film-links-container .margin-offset .black-row.divider {
    display: none;
  }
}
.film-links-container .margin-offset .black-row > .film-link-subtitle {
  display: flex;
  align-items: center;
  height: 100%;
  width: 20%;
  margin: 0 auto;
  font-size: 24px;
}
.film-links-container .margin-offset .black-row > .film-link-subtitle > .star {
  margin-right: 15px;
  width: 15px;
}
.film-links-container .margin-offset .black-row.link-increment-0 > .subtitle-index-0 {
  padding-right: 40px;
}
@media screen and (min-width: 768px) {
  .film-links-container .margin-offset .black-row.link-increment-0 > .subtitle-index-0 {
    margin-left: 70%;
  }
}
@media screen and (min-width: 1200px) {
  .film-links-container .margin-offset .black-row.link-increment-0 > .subtitle-index-0 {
    margin-left: 10%;
    margin-right: unset;
  }
}
.film-links-container .margin-offset .black-row.link-increment-0 > .subtitle-index-1 {
  padding-left: 40px;
}
@media screen and (min-width: 768px) {
  .film-links-container .margin-offset .black-row.link-increment-0 > .subtitle-index-1 {
    margin-left: 70%;
  }
}
@media screen and (min-width: 1200px) {
  .film-links-container .margin-offset .black-row.link-increment-0 > .subtitle-index-1 {
    margin-left: 11%;
    margin-right: unset;
  }
}
.film-links-container .margin-offset .black-row.link-increment-0 > .subtitle-index-1:after {
  color: #fff;
  font-size: 36px;
  position: relative;
  content: "›" "›";
  vertical-align: -50%;
  bottom: 4px;
  margin-left: 10px;
}
.film-links-container .margin-offset .black-row.link-increment-1 > .subtitle-index-0 {
  margin-right: 65%;
}
@media screen and (min-width: 768px) {
  .film-links-container .margin-offset .black-row.link-increment-1 > .subtitle-index-0 {
    margin-left: 35%;
  }
}
@media screen and (min-width: 1200px) {
  .film-links-container .margin-offset .black-row.link-increment-1 > .subtitle-index-0 {
    margin-left: 50%;
    margin-right: unset;
  }
}
.film-links-container .margin-offset .black-row.link-increment-1 > .subtitle-index-1 {
  padding-left: 20px;
}
@media (max-width: 768px) and (min-width: 470px) {
  .film-links-container .margin-offset .black-row.link-increment-1 > .subtitle-index-1 {
    margin-right: 50%;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .film-links-container .margin-offset .black-row.link-increment-1 > .subtitle-index-1 {
    margin-right: 40%;
  }
}
@media screen and (min-width: 1200px) {
  .film-links-container .margin-offset .black-row.link-increment-1 > .subtitle-index-1 {
    margin-left: 55%;
    margin-right: unset;
  }
}
.film-links-container .margin-offset .black-row.link-increment-1 > .subtitle-index-1:after {
  color: #fff;
  font-size: 36px;
  position: relative;
  content: "›" "›";
  vertical-align: -50%;
  bottom: 4px;
  margin-left: 10px;
}
@media screen and (min-width: 1200px) {
  .film-links-container .margin-offset .black-row.link-increment-2 {
    order: -1;
  }
}
.film-links-container .margin-offset .black-row.link-increment-2 > .subtitle-index-0 {
  margin-right: 85%;
}
@media screen and (min-width: 1200px) {
  .film-links-container .margin-offset .black-row.link-increment-2 > .subtitle-index-0 {
    margin-left: 82%;
    margin-right: unset;
  }
}
.film-links-container .margin-offset .black-row.link-increment-2 > .subtitle-index-1 {
  margin-right: 55%;
}
@media screen and (min-width: 768px) {
  .film-links-container .margin-offset .black-row.link-increment-2 > .subtitle-index-1 {
    margin-left: 7%;
  }
}
@media screen and (min-width: 1200px) {
  .film-links-container .margin-offset .black-row.link-increment-2 > .subtitle-index-1 {
    margin-left: 82%;
    margin-right: unset;
  }
}
.film-links-container .margin-offset .black-row.link-increment-2 > .subtitle-index-1:after {
  color: #fff;
  font-size: 36px;
  position: relative;
  content: "›" "›";
  vertical-align: -50%;
  bottom: 4px;
  margin-left: 5px;
}

.v-button.v-button--color-primary.v-button--size-large.v-film-details-banner__action-button {
  padding: 10px 35px;
  margin: 0 auto;
  width: auto;
}
@media screen and (min-width: 768px) {
  .v-button.v-button--color-primary.v-button--size-large.v-film-details-banner__action-button {
    margin: unset;
  }
}

.event-promotion {
  max-width: 944px;
  margin: 0 auto;
}
.event-promotion h1,
.event-promotion h2 {
  text-align: center;
  font-weight: 700 !important;
}
.event-promotion h1 {
  font-family: Netflix Sans;
  font-weight: 500;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 2.67px;
  font-weight: 500;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  margin: 32px 0 16px 0;
}
@media screen and (min-width: 768px) {
  .event-promotion h1 {
    font-weight: 500;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 1.6px;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
  }
}
@media screen and (min-width: 1200px) {
  .event-promotion h1 {
    font-weight: 500;
    font-size: 80px;
    font-weight: 500;
    letter-spacing: 4px;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 80px;
  }
}
@media screen and (min-width: 768px) {
  .event-promotion h1 {
    margin: 32px 0;
  }
}
.event-promotion h2 {
  font-family: Netflix Sans;
  font-weight: 500;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2px;
  font-weight: 500;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .event-promotion h2 {
    font-weight: 500;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 2.67px;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
  }
}
@media screen and (min-width: 1200px) {
  .event-promotion h2 {
    font-weight: 500;
    font-size: 56px;
    font-weight: 500;
    letter-spacing: 2.67px;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 64px;
  }
}
.event-promotion-content {
  display: flex;
  flex-direction: column;
  flex: content;
  margin-bottom: 32px;
  justify-content: center;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .event-promotion-content {
    flex-direction: row;
    gap: 48px;
    margin-bottom: 48px;
  }
}
.event-promotion-content__image {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .event-promotion-content__image {
    flex: 0 0 324px;
  }
}
.event-promotion-content__paragraph p {
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
}
.event-promotion-content__paragraph p:first-child {
  margin-top: 0;
}
.event-promotion-content__paragraph p:last-child {
  margin-bottom: 0;
}
.event-promotion-links {
  display: flex;
  flex-direction: column;
  margin-bottom: 48px;
  justify-content: center;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .event-promotion-links {
    flex-direction: row;
  }
}
.event-promotion-links__item {
  padding: 12px 12px 30px 12px;
  background-color: #2e2e2e;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 1 0;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .event-promotion-links__item {
    max-width: 300px;
    padding: 16px;
  }
}
.event-promotion-links__item-title {
  font-family: Netflix Sans;
  font-weight: 500;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.5px;
  font-weight: 500;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 6px;
  font-weight: 700 !important;
}
@media screen and (min-width: 768px) {
  .event-promotion-links__item-title {
    font-weight: 500;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.5px;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
  }
}
@media screen and (min-width: 1200px) {
  .event-promotion-links__item-title {
    font-weight: 500;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.5px;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
  }
}
.event-promotion-links__item-text {
  font-family: Netflix Sans;
  font-weight: 500;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 18px;
  color: #828282;
  font-weight: 700 !important;
}
@media screen and (min-width: 768px) {
  .event-promotion-links__item-text {
    font-weight: 500;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .event-promotion-links__item-text {
    font-weight: 500;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 18px;
  }
}

.film-links__item {
  margin-bottom: 16px;
}
.film-links__item-title {
  font-family: Netflix Sans;
  font-weight: 500;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: #e82c2a;
  font-weight: 700 !important;
}
@media screen and (min-width: 768px) {
  .film-links__item-title {
    font-weight: 500;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-weight: 500;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
  }
}
@media screen and (min-width: 1200px) {
  .film-links__item-title {
    font-weight: 500;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-weight: 500;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
  }
}
.film-links__item-text {
  font-family: Netflix Sans;
  font-weight: 500;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
  color: #828282;
  font-weight: 700 !important;
}
@media screen and (min-width: 768px) {
  .film-links__item-text {
    font-weight: 500;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .film-links__item-text {
    font-weight: 500;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 18px;
  }
}

.event-list-centered .v-event-list {
  display: flex;
  justify-content: center;
}
.event-list-centered .v-event-list .v-event-list-event {
  max-width: 630px;
  width: 100%;
}
.event-list-centered .v-event-list .v-event-list-event__wrapper {
  height: 100%;
}
.event-list-centered .v-event-list .v-event-list-event__content {
  bottom: 0;
  position: absolute;
}

.v-event-list {
  margin-bottom: 100px;
}
.v-event-list .v-event-list-event__wrapper {
  height: 100%;
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.15) 50%, transparent 100%);
}
.v-event-list .v-event-list-event__content {
  bottom: 0;
  position: absolute;
}
.v-event-list .v-event-list-event .v-event-image__img {
  border: none;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 479px) {
  .v-event-list .v-event-list-event .v-event-image__img .poster-image {
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    width: auto;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
  }
}
@media screen and (max-width: 479px) {
  .v-event-list .v-event-list-event .v-event-image__img .poster-image img {
    min-height: 100%;
    min-width: 100%;
    width: auto;
  }
}
@media screen and (min-width: 1200px) {
  .v-event-list .v-event-list-event .v-event-image__img .poster-image img {
    height: 100%;
  }
}
@media screen and (max-width: 479px) {
  .v-event-list .v-event-list-event .v-event-image__img .poster-image .image {
    max-width: unset;
    max-height: unset;
  }
}

.v-event-schedule__label {
  text-transform: uppercase;
  font-size: 16px;
}

.v-event-list-event {
  max-width: 340px;
}
@media (min-width: 768px) {
  .v-event-list-event {
    max-width: 375px;
  }
}
@media (min-width: 1024px) {
  .v-event-list-event {
    max-width: 492px;
  }
}
@media screen and (min-width: 1200px) {
  .v-event-list-event {
    max-width: 650px;
  }
}
.v-event-list-event__content .v-event-name__heading {
  font-size: 18px;
}
.v-event-list-event .poster-image .image {
  max-width: 100%;
  max-height: 100%;
}

.event-details {
  max-width: 696px;
  margin: 0 auto;
}
.event-details__content p {
  font-size: 16px;
  line-height: 24px;
}
.event-details .mb-button {
  margin-bottom: 30px;
}

.event-showtimes-title {
  text-align: center;
  font-family: Netflix Sans;
  font-weight: 500;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 36px;
  margin: 64px 0 24px 0;
  font-weight: 700 !important;
}
@media screen and (min-width: 768px) {
  .event-showtimes-title {
    font-weight: 500;
    font-size: 56px;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 64px;
  }
}
@media screen and (min-width: 1200px) {
  .event-showtimes-title {
    font-weight: 500;
    font-size: 80px;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .event-showtimes-title {
    margin: 96px 0 32px 0;
  }
}

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