@charset "UTF-8";
/*
Theme Name: Filmstaden
Version: 1.0
Author: Creed Comms
Description: Custom theme designed and developed for Filmstaden
*/
.u-theme-light, .u-theme-light a {
  color: #fff;
}
.u-theme-dark, .u-theme-dark a {
  color: #fff;
}
.u-bg-black {
  background: #000;
}
.u-bg-blue {
  background: var(--c-blue);
}
.u-bg-blue-dark {
  background: var(--c-blue-dark);
}
.u-bg-green {
  background: var(--c-green);
}
.u-bg-pink {
  background: var(--c-pink);
}
.u-bg-purple {
  background: var(--c-purple);
}
.u-bg-purple-dark {
  background: var(--c-purple-dark);
}
.u-bg-grey {
  background: var(--c-grey);
}
.u-bg-yellow {
  background: var(--c-yellow);
}
.u-bg-orange {
  background: var(--c-orange);
}
.u-bg-red {
  background: var(--c-red);
}
.u-bg-red {
  background: var(--c-red);
}
.u-bg-red-dark {
  background: var(--c-red-dark);
}
.u-c-white {
  color: #fff;
}
.u-c-black {
  color: #000;
}
.u-c-blue {
  color: var(--c-blue);
}
.u-c-blue-dark {
  color: var(--c-blue-dark);
}
.u-c-green {
  color: var(--c-green);
}
.u-c-pink {
  color: var(--c-pink);
}
.u-c-purple {
  color: var(--c-purple);
}
.u-c-purple-dark {
  color: var(--c-purple-dark);
}
.u-c-grey {
  color: var(--c-grey);
}
.u-c-yellow {
  color: var(--c-yellow);
}
.u-c-orange {
  color: var(--c-orange);
}
.u-c-red {
  color: var(--c-red);
}
.u-c-red {
  color: var(--c-red);
}
.u-c-red-dark {
  color: var(--c-red-dark);
}
.u-h-headlines {
  margin-bottom: 0;
  text-align: center;
}
.u-h-headlines span {
  display: block;
}
.u-h-headlines .u-h-headlines-small {
  margin-bottom: 2rem;
  font-size: 5.5rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .u-h-headlines .u-h-headlines-small {
    margin-bottom: 1rem;
    font-size: 4rem;
  }
}
@media (max-width: 576px) {
  .u-h-headlines .u-h-headlines-small {
    font-size: 3.4rem;
  }
}
.u-h-headlines .u-h-headlines-medium {
  font-size: clamp(5rem, 12vw, 9rem);
  line-height: 0.9;
}
.u-h-headlines .u-h-headlines-large {
  font-size: clamp(5rem, 12vw, 11rem);
  line-height: 0.9;
}
.u-zoom-in {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%) scale(1);
  animation: zoom-in 4s ease-out forwards;
}
@media (max-width: 767px) {
  .u-zoom-in {
    transform: none;
    animation: none;
  }
}
@keyframes zoom-in {
  to {
    transform: translate(-50%, -50%) scale(1.05);
  }
}
.u-desktop-zoom-in {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  animation: zoom-in 4s ease-out forwards;
  width: 100%;
  height: auto;
}
@keyframes zoom-in {
  to {
    transform: translate(-50%, -50%) scale(1.05);
  }
}
.hvr-shrink {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.u-accessible-hide {
  border: 0;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*!
   * Bootstrap Grid v5.3.3 (https://getbootstrap.com/)
   * Copyright 2011-2024 The Bootstrap Authors
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.g-0, .gx-0 {
  --bs-gutter-x: 0;
}
.g-0, .gy-0 {
  --bs-gutter-y: 0;
}
.g-1, .gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1, .gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2, .gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2, .gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3, .gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3, .gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4, .gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4, .gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5, .gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5, .gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0, .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0, .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1, .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1, .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2, .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2, .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3, .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3, .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4, .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4, .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5, .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5, .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0, .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0, .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1, .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1, .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2, .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2, .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3, .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3, .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4, .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4, .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5, .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5, .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0, .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0, .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1, .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1, .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2, .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2, .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3, .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3, .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4, .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4, .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5, .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5, .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0, .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0, .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1, .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1, .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2, .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2, .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3, .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3, .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4, .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4, .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5, .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5, .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0, .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0, .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1, .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1, .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2, .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2, .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3, .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3, .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4, .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4, .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5, .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5, .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-inline-grid {
  display: inline-grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
* {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  box-sizing: border-box;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
:root {
  --c-body: #000000;
  --c-purple: #603D90;
  --c-purple-dark: #2B1448;
  --c-red: #E63620;
  --c-orange: #E9620B;
  --c-yellow: #FCC003;
  --c-pink: #EE7797;
  --c-blue: #31BCE4;
  --c-blue-dark: #00539E;
  --c-green: #2CB198;
  --c-grey: #666666;
  --c-black: #000;
  --c-white: #fff;
  --c-body: #fff;
  --c-red: #CC0029;
  --c-red-dark: #66001A;
  --f-body: "FilmstadenSans", sans-serif;
  --fw-body-regular: 400;
  --fw-body-bold: 700;
  --fw-body-black: 900;
  --fs-body: 1.6rem;
  --fs-body-large: 2.2rem;
  --fs-body-mobile: 1.6rem;
  --site-header-height: 8rem;
  --site-header-height-mobile: 6.5rem;
}
html {
  box-sizing: border-box;
  overflow-x: hidden;
  font-size: 62.5%;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
  font-family: var(--f-body);
  font-weight: var(--fw-body-regular);
  font-size: var(--fs-body);
  line-height: 1.4;
  color: var(--c-body);
}
@media (max-width: 576px) {
  body {
    font-size: var(--fs-body-mobile);
  }
}
ul, ol {
  margin-left: 2rem;
  padding: 0;
}
li {
  margin-bottom: 1rem;
}
.ul-reset, nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ul-reset li, nav ul li {
  margin: 0;
}
.ul-reset li a, nav ul li a {
  text-decoration: none;
}
hr {
  margin-bottom: 2rem;
  border: 0.5px solid white;
}
.container-custom {
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  max-width: 144rem;
}
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  padding: 0 2rem;
  max-width: 144rem;
}
.container-fluid--no-padding {
  padding: 0;
}
.block {
  padding: 7.5rem 0;
}
.block--top-padding-normal {
  padding-top: 7.5rem;
}
.block--top-padding-big {
  padding-top: 15rem;
}
.block--top-padding-small {
  padding-top: 5rem;
}
.block--top-padding-none {
  padding-top: 0;
}
.block--bottom-padding-normal {
  padding-bottom: 7.5rem;
}
.block--bottom-padding-big {
  padding-bottom: 15rem;
}
.block--bottom-padding-small {
  padding-bottom: 5rem;
}
.block--bottom-padding-none {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .block {
    padding: 4rem 0;
  }
}
.error-404 {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
  height: 100vh;
  min-height: 50rem;
  text-align: center;
}
.error-404__text {
  margin-bottom: 5rem;
}
video {
  display: block;
  width: 100%;
}
img {
  display: block;
  width: 100%;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.responsive-table {
  overflow-x: auto;
}
.responsive-table table {
  min-width: 65rem;
  border-spacing: 0;
}
.responsive-table table thead {
  background: #e6e6e6;
}
.responsive-table table th, .responsive-table table td {
  vertical-align: top;
}
.responsive-table table th {
  padding: 2rem;
  text-align: left;
}
.responsive-table table td {
  padding: 2rem;
  border-bottom: 0.1rem solid #e6e6e6;
}
@font-face {
  font-family: "FilmstadenSans";
  src: url("assets/fonts/FilmstadenSans-Regular.woff2") format("woff2"), url("assets/fonts/FilmstadenSans-Regular.woff") format("woff"), url("assets/fonts/FilmstadenSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "FilmstadenSans";
  src: url("assets/fonts/FilmstadenSans-Bold.woff2") format("woff2"), url("assets/fonts/FilmstadenSans-Bold.woff") format("woff"), url("assets/fonts/FilmstadenSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "FilmstadenSans";
  src: url("assets/fonts/FilmstadenSans-Black.woff2") format("woff2"), url("assets/fonts/FilmstadenSans-Black.woff") format("woff"), url("assets/fonts/FilmstadenSans-Black.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
}
h1, .u-h1, h2, .u-h2, h3, .u-h3, h4, .u-h4, h5, .u-h5, h6, .u-h6 {
  margin: 0 0 2.5rem 0;
  padding: 0;
  font-family: var(--f-body);
  font-weight: var(--fw-body-black);
}
@media (max-width: 576px) {
  h1, .u-h1, h2, .u-h2, h3, .u-h3, h4, .u-h4, h5, .u-h5, h6, .u-h6 {
    margin-bottom: 1.4rem;
  }
}
h1, .u-h1 {
  font-size: 8rem;
  line-height: 1.1;
}
@media (max-width: 767px) {
  h1, .u-h1 {
    font-size: 6.5rem;
  }
}
@media (max-width: 576px) {
  h1, .u-h1 {
    font-size: 4rem;
  }
}
h2, .u-h2 {
  font-size: 4rem;
  line-height: 1.1;
}
@media (max-width: 576px) {
  h2, .u-h2 {
    font-size: 3.2rem;
  }
}
h3, .u-h3, h4, .u-h4, h5, .u-h5, h6, .u-h6 {
  font-size: 2.8rem;
}
@media (max-width: 767px) {
  h3, .u-h3, h4, .u-h4, h5, .u-h5, h6, .u-h6 {
    font-size: 2rem;
  }
}
p {
  margin: 0 0 2rem 0;
}
a {
  color: var(--c-body);
}
.site-header {
  width: 100%;
  position: fixed;
  background: var(--c-red);
  color: #fff;
  z-index: 999;
}
.home .site-header {
  background: var(--c-red);
}
.site-header__inner {
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 1.5rem;
}
@media (max-width: 1150px) {
  .site-header__inner {
    height: 6.5rem;
  }
}
.site-header__nav-group {
  display: flex;
  column-gap: 3rem;
  height: 100%;
}
@media (max-width: 576px) {
  .site-header__nav-group {
    column-gap: 1rem;
  }
}
.site-header__mobile-menu-btn {
  display: none;
  align-items: center;
  justify-content: center;
  width: 4rem;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}
@media (max-width: 1150px) {
  .site-header__mobile-menu-btn {
    display: flex;
    order: 2;
  }
}
.site-header__mobile-menu-btn svg {
  width: 3rem;
  height: auto;
  fill: #fff;
}
.site-header .site-buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  column-gap: 2rem;
  align-self: center;
}
@media (max-width: 1150px) {
  .site-header .site-buttons__accessibility {
    display: none;
  }
}
.site-header .site-buttons__accessibility-mobile {
  display: none;
}
@media (max-width: 1150px) {
  .site-header .site-buttons__accessibility-mobile {
    margin: 0 2rem;
    display: block;
  }
}
@media (max-width: 1150px) {
  .site-header .site-buttons__search {
    padding: 0.75rem 1.4rem;
  }
}
@media (max-width: 576px) {
  .site-header .site-buttons__search {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
}
.site-link {
  display: inline-block;
}
.site-link__logo {
  display: block;
  width: 20rem;
}
@media (max-width: 1150px) {
  .site-link__logo {
    width: 13rem;
  }
}
@media (max-width: 576px) {
  .site-link__logo {
    width: 10rem;
  }
}
.site-nav {
  display: flex;
  align-items: center;
  column-gap: 2rem;
  height: 100%;
}
@media (max-width: 1150px) {
  .site-nav {
    display: none;
    position: absolute;
    top: var(--site-header-height-mobile);
    width: 100%;
    left: 0;
    height: auto;
    background: rgba(0, 0, 0, 0.9);
    height: calc(100vh - var(--site-header-height-mobile));
  }
}
.site-nav.is-active {
  display: block;
  overflow-y: auto;
}
.site-nav ul {
  display: flex;
  column-gap: 3rem;
  height: 100%;
}
@media (max-width: 1150px) {
  .site-nav ul {
    padding: 1rem 2rem 2rem 2rem;
    flex-direction: column;
    height: auto;
  }
}
.site-nav ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.site-nav ul li.menu-item-has-children:hover .sub-menu {
  display: block;
}
@media (max-width: 1150px) {
  .site-nav ul li.menu-item-has-children:hover .sub-menu {
    display: none;
  }
  .site-nav ul li.menu-item-has-children:hover .sub-menu.is-visible {
    display: block;
  }
}
.site-nav ul li.menu-item-has-children:focus-within > .sub-menu, .site-nav ul li.menu-item-has-children:hover > .sub-menu {
  display: block;
}
.site-nav ul li .sub-menu {
  top: var(--site-header-height);
  padding: 0;
  display: none;
  position: absolute;
  left: -2rem;
  min-width: 30rem;
}
@media (max-width: 1150px) {
  .site-nav ul li .sub-menu {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    text-align: left;
    background: transparent;
  }
}
.site-nav ul li .sub-menu.is-visible {
  display: block;
}
.site-nav ul li .sub-menu li {
  padding: 0;
  display: block;
  height: auto;
  background: none;
}
.site-nav ul li .sub-menu li a {
  padding: 1rem 2rem;
  display: block;
  position: static;
  background: var(--c-red);
}
@media (max-width: 1150px) {
  .site-nav ul li .sub-menu li a {
    background: transparent;
  }
}
.site-nav ul li a {
  padding: 1rem 0;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: var(--fs-body);
  color: #fff;
}
.site-footer__cta {
  padding: 5rem 0;
}
.site-footer__details {
  padding: 2rem 0;
}
.footer-cta__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 2.5rem;
}
.footer-cta__item {
  max-width: 22rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.75rem;
}
.footer-cta__heading {
  margin-bottom: 0;
  text-align: center;
  font-family: var(--f-body);
  font-weight: var(--fw-body-regular);
  font-size: var(--fs-body-large);
}
@media (max-width: 576px) {
  .footer-cta__heading {
    font-size: var(--fs-body);
  }
}
.footer-cta__stars {
  display: block;
  fill: #fff;
}
.footer-details__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  column-gap: 5rem;
  row-gap: 2.5rem;
}
@media (max-width: 576px) {
  .footer-details__container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer-details__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 6rem;
  row-gap: 2rem;
}
@media (max-width: 576px) {
  .footer-details__links {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer-nav ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 6rem;
  row-gap: 1rem;
}
@media (max-width: 576px) {
  .footer-nav ul {
    flex-direction: column;
  }
}
.footer-nav ul li a {
  color: #fff;
}
.social-nav ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 6rem;
}
@media (max-width: 767px) {
  .social-nav ul {
    column-gap: 2rem;
  }
}
.social-nav ul li a {
  display: block;
  color: #fff;
}
.social-nav ul li a svg {
  display: block;
  width: 2.5rem;
  fill: #fff;
}
.btn {
  display: inline-block;
  padding: 1.3rem 2.5rem;
  font-family: var(--f-brand);
  font-weight: var(--fw-body-black);
  font-size: 1.8rem;
  color: var(--c-white);
  background: var(--c-red);
  text-decoration: none;
  text-align: center;
  border: none;
  cursor: pointer;
  border-radius: 100rem;
}
@media (max-width: 576px) {
  .btn {
    font-size: var(--fs-body);
  }
}
.btn:hover {
  color: var(--c-red);
  background: var(--c-white);
}
.btn--wide {
  padding-left: 5rem;
  padding-right: 5rem;
  min-width: 22rem;
}
.btn--small {
  padding: 1.3rem 1.9rem;
  font-size: 1.5rem;
}
.btn--outline {
  color: var(--c-white);
  border: 0.1rem solid var(--c-white);
  background: none;
}
.btn--white {
  color: var(--c-black) !important;
  background: var(--c-white);
}
.btn--white:hover {
  color: var(--c-white) !important;
  background: var(--c-red);
}
.btn--blue-dark {
  color: #fff;
  background: var(--c-blue-dark);
}
.btn--blue-dark:hover {
  background: #000;
}
.btn--black {
  color: #fff !important;
  background: #000;
}
.btn--black:hover {
  color: var(--c-black) !important;
}
.btn--black-reverse {
  color: #fff;
  background: #000;
}
.btn--black-reverse:hover {
  color: #fff;
  background: var(--c-red);
}
.btn--pink {
  background: var(--c-pink);
}
.btn--pink-reverse {
  background: var(--c-pink);
}
.btn--pink-reverse:hover {
  background: var(--c-blue);
}
.btn--orange {
  background: var(--c-orange);
}
.btn--orange-reverse {
  background: var(--c-orange);
}
.btn--orange-reverse:hover {
  background: var(--c-blue);
}
.btn--red {
  background: var(--c-red);
}
.btn--red-reverse {
  background: var(--c-red);
}
.btn--red-reverse:hover {
  background: var(--c-blue);
}
.btn--outline-yellow {
  color: var(--c-yellow);
  background: none;
  border: 0.1rem solid var(--c-yellow);
}
.btn--outline-yellow:hover {
  color: var(--c-body);
  background: var(--c-yellow);
}
.text-card {
  margin-bottom: 2rem;
  padding: 4rem 4rem;
  background: var(--c-red);
  color: #fff;
}
@media (max-width: 992px) {
  .text-card {
    padding: 3rem 2.5rem;
  }
}
.text-card__heading {
  margin-bottom: 2rem;
  font-family: var(--f-body);
  font-weight: var(--fw-body-bold);
  font-size: 2.8rem;
}
.text-card__text {
  margin-bottom: 2rem;
}
.text-card__text p:last-of-type {
  margin-bottom: 0;
}
.light-card {
  margin-bottom: 1.5rem;
  padding: 14%;
  background-image: url("assets/img/backgrounds/light-card-bg-final.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media (max-width: 992px) {
  .light-card {
    padding: 10%;
  }
}
@media (max-width: 767px) {
  .light-card {
    padding: 4rem 3rem;
  }
}
.light-card__badge {
  margin: 0 auto;
  max-width: 25rem;
}
.light-card__heading {
  margin-bottom: 2rem;
  min-height: 12rem;
  font-size: 2.8rem;
  font-family: var(--f-body);
}
@media (max-width: 767px) {
  .light-card__heading {
    min-height: 0;
  }
}
.light-card p:last-of-type {
  margin-bottom: 0;
}
.image-card {
  margin-bottom: 1.5rem;
  height: 100%;
}
.image-card__image {
  width: 100%;
  aspect-ratio: 1.3333333333;
  object-fit: cover;
}
.image-card__content {
  padding: 3rem 4.5rem 2rem 4.5rem;
}
@media (max-width: 992px) {
  .image-card__content {
    padding: 2rem 2.5rem 2rem 2.5rem;
  }
}
.image-card__content p:last-of-type {
  margin-bottom: 0;
}
.image-card__heading {
  font-family: var(--f-body);
  font-weight: var(--fw-body-bold);
  font-size: var(--fs-body-large);
}
.image-carousel .slick-slide {
  margin: 0 9rem;
}
@media (max-width: 576px) {
  .image-carousel .slick-slide {
    margin: 0 3rem;
  }
}
.image-carousel__content {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.image-carousel__image {
  position: relative;
  width: 100%;
  aspect-ratio: 1.7777777778;
  overflow: hidden;
  border: 0.2rem solid #fff;
}
.image-carousel__image:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8085828081) 0%, rgba(0, 0, 0, 0) 100%);
}
.image-carousel__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-carousel__text {
  padding: 30px 40px 60px 40px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  font-size: 2.2rem;
  background: var(--c-red);
}
@media (max-width: 576px) {
  .image-carousel__text {
    font-size: var(--fs-body);
  }
}
.slick-center .image-carousel__text {
  opacity: 1;
  visibility: visible;
}
.image-carousel__heading {
  font-size: 4rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .image-carousel__heading {
    font-size: 3rem;
    line-height: 1.2;
  }
}
@media (max-width: 576px) {
  .image-carousel__heading {
    font-size: 2.2rem;
  }
}
.image-carousel .slick-prev, .image-carousel .slick-next {
  z-index: 2;
  height: 5rem;
  width: 5rem;
}
.image-carousel .slick-prev {
  left: 3rem;
}
@media (max-width: 576px) {
  .image-carousel .slick-prev {
    left: -1.5rem;
  }
}
.image-carousel .slick-next {
  right: 3rem;
}
@media (max-width: 576px) {
  .image-carousel .slick-next {
    right: -1.2rem;
  }
}
.image-carousel .slick-next .slick-next-icon, .image-carousel .slick-prev .slick-prev-icon, .image-carousel .slick-next:focus .slick-next-icon, .image-carousel .slick-prev:focus .slick-prev-icon {
  margin-left: 0 !important;
  color: #fff;
  font-size: 5rem;
}
.image-carousel .slick-next .slick-next-icon:before, .image-carousel .slick-prev .slick-prev-icon:before {
  display: block;
  width: 5rem;
  height: 5rem;
  font-size: 5rem;
  line-height: 0.2;
}
.image-carousel .slick-next .slick-next-icon:before {
  content: "▸";
}
.image-carousel .slick-prev .slick-prev-icon:before {
  content: "◂";
}
.b-hero {
  padding: 0;
  padding-top: var(--site-header-height);
  position: relative;
  height: 100vh;
  min-height: 65rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .b-hero {
    padding-top: var(--site-header-height-mobile);
    height: auto;
    min-height: 0;
    background: #000;
  }
}
.b-hero:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: black;
  background: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 767px) {
  .b-hero:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .b-hero__image-container {
    position: relative;
  }
  .b-hero__image-container:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: black;
    background: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 100%);
  }
}
.b-hero__image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  .b-hero__image {
    position: static;
  }
}
.b-hero__content-container {
  padding-bottom: 9rem;
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .b-hero__content-container {
    padding-bottom: 5rem;
  }
}
.b-hero__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .b-hero__content {
    gap: 0;
  }
}
.b-hero__heading {
  font-size: 8rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .b-hero__heading {
    font-size: 7rem;
  }
}
@media (max-width: 576px) {
  .b-hero__heading {
    font-size: 4rem;
  }
}
.b-hero__text {
  max-width: 70rem;
}
.b-hero__text p:last-of-type {
  margin-bottom: 0;
}
.b-hero__button {
  margin-top: 3rem;
}
.b-hero-home-wrapper {
  padding-top: var(--site-header-height);
  background: #000;
}
@media (max-width: 1200px) {
  .b-hero-home-wrapper {
    padding-top: var(--site-header-height-mobile);
  }
}
.b-hero-home {
  padding-top: 0;
  position: relative;
  height: calc(100vh - var(--site-header-height));
  min-height: 75rem;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .b-hero-home {
    height: calc(100vh - var(--site-header-height-mobile));
  }
}
@media (max-width: 767px) {
  .b-hero-home {
    min-height: 60rem;
  }
}
.b-hero-home:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 30%;
  z-index: 1;
  background: black;
  background: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 100%);
}
.b-hero-home:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60%;
  z-index: 0;
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6321122199) 50%, black 100%);
}
@media (max-width: 1200px) {
  .b-hero-home:after {
    background: black;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6321122199) 25%, black 100%);
  }
}
.b-hero-home__image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.b-hero-home__content-container {
  padding-top: 3rem;
  padding-bottom: 2rem;
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .b-hero-home__content-container {
    padding-bottom: 3rem;
  }
}
.b-hero-home__heading {
  margin-bottom: 4rem;
  text-align: center;
  line-height: 1;
  color: #fff;
}
@media (max-width: 767px) {
  .b-hero-home__heading {
    margin-bottom: 2rem;
  }
}
.b-hero-home__heading-one {
  margin-bottom: 1.2rem;
  display: block;
  font-size: 3.6rem;
}
@media (max-width: 576px) {
  .b-hero-home__heading-one {
    display: none;
  }
}
.b-hero-home__heading-two {
  display: block;
  font-size: clamp(4rem, 10vw, 10rem);
}
.b-hero-home__action-image-wrapper {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translate(0, -50%);
}
.b-hero-home__action-image-wrapper--right {
  right: 0;
}
.b-hero-home__action-image-wrapper--left {
  left: 0;
}
.b-hero-home__action-lines-right {
  max-width: 44rem;
  right: 0;
}
@media (max-width: 767px) {
  .b-hero-home__action-lines-right {
    max-width: 17.5rem;
  }
}
.b-hero-home__action-lines-left {
  max-width: 44rem;
  left: 0;
}
@media (max-width: 767px) {
  .b-hero-home__action-lines-left {
    max-width: 17.5rem;
  }
}
.b-hero-home__horror-eyes-right {
  position: absolute;
  z-index: 1;
  max-width: 25rem;
  width: 10%;
  right: 5%;
  top: 0;
  transform: rotate(5deg);
}
@media (max-width: 576px) {
  .b-hero-home__horror-eyes-right {
    width: 15rem;
    top: 0;
  }
}
.b-hero-home__horror-eyes-left {
  position: absolute;
  z-index: 1;
  max-width: 10rem;
  width: 10%;
  left: 1%;
  bottom: 10rem;
  transform: rotate(-10deg);
}
@media (max-width: 576px) {
  .b-hero-home__horror-eyes-left {
    width: 15rem;
    top: 2rem;
  }
}
.b-hero-home__romance-heart-1 {
  position: absolute;
  z-index: 1;
  max-width: 15rem;
  width: 10%;
  right: 10%;
  top: 11rem;
}
.b-hero-home__romance-heart-2 {
  position: absolute;
  z-index: 1;
  max-width: 12.5rem;
  width: 7%;
  left: 5%;
  bottom: 38rem;
}
.b-hero-home__romance-heart-3 {
  position: absolute;
  z-index: 1;
  max-width: 12.5rem;
  width: 10%;
  right: 5%;
  bottom: 8rem;
}
.b-hero-home__btn-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 2rem;
  row-gap: 1.5rem;
}
.genre-picker {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  align-items: center;
  color: var(--c-white);
}
.genre-picker__label {
  margin-bottom: 0;
  color: var(--c-white);
  letter-spacing: 0.1rem;
}
.genre-picker .select2-container {
  width: 100% !important;
}
.genre-picker .select2-container .select2-selection--single {
  height: 4rem;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  background: transparent;
  border: 0.1rem solid var(--c-white);
  border-radius: 2.2rem;
}
.genre-picker .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: var(--c-white);
}
.genre-picker .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 1.5rem;
  color: var(--c-white);
}
.genre-picker .select2-selection--single .select2-selection__arrow, .genre-picker .select2-selection--single .select2-selection__clear {
  display: none;
}
.genre-picker .select2-results__option--highlighted.select2-results__option--selectable {
  background: var(--c-red) !important;
}
.genre-picker .select2-results {
  color: #000;
}
.genre-picker .select2-results__option {
  padding-left: 1.5rem !important;
}
.genre-picker .select2-results__options li {
  margin-bottom: 0;
}
.genre-picker__select-wrapper {
  position: relative;
  display: block;
  width: 100%;
  max-width: 46rem;
  background: rgba(0, 0, 0, 0.6);
}
.genre-picker__select-wrapper::after {
  content: "▸";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: var(--c-white);
}
.role-picker {
  margin: 0 auto;
  max-width: 100rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 767px) {
  .role-picker {
    flex-direction: column;
  }
}
.role-picker__select-group {
  display: flex;
  flex-grow: 1;
  column-gap: 2rem;
  row-gap: 1rem;
  width: 100%;
  max-width: 70rem;
}
@media (max-width: 576px) {
  .role-picker__select-group {
    width: 100%;
    flex-direction: column;
  }
}
.role-picker .select2-container {
  width: 100% !important;
}
.role-picker .select2-container .select2-selection--single {
  height: 4rem;
  padding: 0;
  display: flex;
  align-items: center;
  background: transparent;
  border: 0.1rem solid #fff;
  border-radius: 0;
}
.role-picker .select2-container--default .select2-selection--single .select2-selection__placeholder {
  text-transform: uppercase;
  color: #fff;
}
.role-picker .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 1.5rem;
  color: #fff;
}
.role-picker .select2-selection--single .select2-selection__arrow, .role-picker .select2-selection--single .select2-selection__clear {
  display: none;
}
.role-picker .select2-results__option--highlighted.select2-results__option--selectable {
  background: var(--c-blue) !important;
}
.role-picker .select2-results {
  color: #000;
}
.role-picker .select2-results__option {
  padding-left: 1.5rem !important;
}
.role-picker .select2-results__options li {
  margin-bottom: 0;
}
.role-picker__select-wrapper {
  position: relative;
  display: block;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.role-picker__select-wrapper::after {
  content: "▸";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #fff;
}
@media (max-width: 576px) {
  .role-picker__button-wrapper {
    width: 100%;
  }
}
.role-picker__button-wrapper .btn {
  width: 100%;
}
.b-roles {
  padding-top: 20rem;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #050E1D;
}
@media (max-width: 767px) {
  .b-roles {
    padding-top: 10rem;
  }
}
.b-roles__explosion-left {
  position: absolute;
  width: 20%;
  left: 0;
  z-index: 1;
}
.b-roles__explosion-right {
  position: absolute;
  width: 25%;
  top: -10rem;
  right: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .b-roles__explosion-right {
    top: -3rem;
  }
}
.b-roles__petals-left {
  position: absolute;
  width: 18%;
  top: 45rem;
  left: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .b-roles__petals-left {
    top: 25rem;
  }
}
.b-roles__petals-right {
  position: absolute;
  width: 37%;
  right: 0;
  top: 0;
  z-index: 1;
}
.b-roles__spiderweb-left-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 50rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .b-roles__spiderweb-left-wrapper {
    width: 25rem;
  }
}
@media (max-width: 576px) {
  .b-roles__spiderweb-left-wrapper {
    width: 15rem;
  }
}
.b-roles__spiderweb-left {
  transform: scaleX(-1);
}
.b-roles__spiderweb-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 50rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .b-roles__spiderweb-right {
    width: 25rem;
  }
}
@media (max-width: 576px) {
  .b-roles__spiderweb-right {
    width: 15rem;
  }
}
.b-roles__heading-container {
  z-index: 1;
  position: relative;
}
.b-roles--romance-genre .b-roles__heading-main {
  color: var(--c-pink);
}
.b-roles--romance-genre .role-item__stars {
  fill: var(--c-pink);
}
.b-roles--action-genre .b-roles__heading-main {
  color: var(--c-orange);
}
.b-roles--action-genre .role-item__stars {
  fill: var(--c-orange);
}
.b-roles--horror-genre .b-roles__heading-main {
  color: var(--c-red);
}
.b-roles--horror-genre .role-item__stars {
  fill: var(--c-red);
}
.b-roles__content {
  padding-top: 30rem;
  position: relative;
  margin: -11rem auto 0 auto;
  min-height: 110rem;
  background-image: url("assets/img/backgrounds/filmstaden-spotlight-bg-final.jpg");
  background-repeat: no-repeat;
  background-position: center calc(-5rem);
}
@media (max-width: 767px) {
  .b-roles__content {
    padding-top: 20rem;
  }
}
.b-roles__container:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 10rem;
  background: #050e1d;
  background: linear-gradient(180deg, #050e1d 0%, rgba(5, 14, 29, 0) 100%);
}
.b-roles__row {
  z-index: 1;
  position: relative;
}
.b-roles__col {
  display: flex;
  justify-content: center;
}
.role-item {
  margin-bottom: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 100%;
  max-width: 33.9rem;
}
.role-item__stars {
  display: block;
  fill: var(--c-white);
}
.role-item__heading {
  margin-bottom: 1rem;
  text-align: center;
  font-family: var(--f-body);
  font-weight: var(--fw-body-bold);
  font-size: var(--fs-body-large);
}
.role-item__link {
  display: block;
  position: relative;
  width: 100%;
  height: 48rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .role-item__link {
    height: 34rem;
  }
}
.role-item__link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65%;
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
}
.role-item__link span {
  padding: 0 1.5rem;
  position: relative;
  z-index: 1;
  font-size: 4rem;
  line-height: 1.1;
}
@media (max-width: 576px) {
  .role-item__link span {
    font-size: 2.4rem;
  }
}
.role-item__image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.b-text-image-grid__text {
  margin-right: 4rem;
}
@media (max-width: 992px) {
  .b-text-image-grid__text {
    margin-right: 2rem;
  }
}
@media (max-width: 767px) {
  .b-text-image-grid__text {
    margin-right: 0;
  }
}
.b-text-image-grid__image-container {
  width: 100%;
  max-width: 68.6rem;
  aspect-ratio: 1;
  overflow: hidden;
  position: relative;
}
.b-text-image-grid__image-container:before {
  content: "";
  width: 100%;
  height: 0.1rem;
  background: var(--c-purple);
  position: absolute;
  top: 0;
  left: 0;
}
.b-text-image-grid__image-container:after {
  content: "";
  width: 100%;
  height: 0.1rem;
  background: var(--c-purple);
  position: absolute;
  bottom: 0;
  left: 0;
}
.b-text-image-grid__image-container--purple:before, .b-text-image-grid__image-container--purple:after {
  background: var(--c-purple);
}
.b-text-image-grid__image-container--blue:before, .b-text-image-grid__image-container--blue:after {
  background: var(--c-blue);
}
.b-text-image-grid__image-container--blue-dark:before, .b-text-image-grid__image-container--blue-dark:after {
  background: var(--c-blue-dark);
}
.b-text-image-grid__image-container--green:before, .b-text-image-grid__image-container--green:after {
  background: var(--c-green);
}
.b-text-image-grid__image-container--pink:before, .b-text-image-grid__image-container--pink:after {
  background: var(--c-pink);
}
.b-text-image-grid__image-container--red:before, .b-text-image-grid__image-container--red:after {
  background: var(--c-red);
}
.b-text-image-grid__image-container--red-dark:before, .b-text-image-grid__image-container--red-dark:after {
  background: var(--c-red-dark);
}
@media (max-width: 767px) {
  .b-text-image-grid__image-container {
    margin-bottom: 4rem;
  }
}
.b-text-image-grid__image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.b-text-image-grid__image-grid {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  color: var(--c-blue);
}
.b-text-image-grid--bg-blue .b-text-image-grid__image-grid {
  color: var(--c-blue);
}
.b-text-image-grid--bg-blue-dark .b-text-image-grid__image-grid {
  color: var(--c-blue-dark);
}
.b-text-image-grid--bg-purple .b-text-image-grid__image-grid {
  color: var(--c-purple);
}
.b-text-image-grid--bg-green .b-text-image-grid__image-grid {
  color: var(--c-green);
}
.b-text-image-grid--bg-pink .b-text-image-grid__image-grid {
  color: var(--c-pink);
}
.b-text-image-grid--bg-red .b-text-image-grid__image-grid {
  color: var(--c-red);
}
.b-text-image-grid--bg-red-dark .b-text-image-grid__image-grid {
  color: var(--c-red-dark);
}
.b-text-image-grid__btn {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .b-text-image-grid__btn {
    margin-top: 1rem;
  }
}
.b-text-image-stack__heading {
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  .b-text-image-stack__heading {
    margin-bottom: 4rem;
  }
}
.b-text-image-stack__row {
  margin-bottom: 1.5rem;
  padding: 5rem 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .b-text-image-stack__row {
    padding: 0 0 2rem 0;
  }
}
.b-text-image-stack__content {
  margin-right: 6rem;
}
@media (max-width: 767px) {
  .b-text-image-stack__content {
    margin-right: 0;
    padding: 0 2rem;
  }
}
.b-text-image-stack__content--reversed {
  margin-right: 0;
  margin-left: 6rem;
}
@media (max-width: 767px) {
  .b-text-image-stack__content--reversed {
    margin-left: 0;
  }
}
.b-text-image-stack__content img {
  width: 7.5rem;
  height: auto;
}
.b-text-image-stack__image-col {
  padding-right: 0;
}
@media (max-width: 767px) {
  .b-text-image-stack__image-col {
    padding: 0;
  }
}
.b-text-image-stack__image-col--reversed {
  padding-left: 0;
}
@media (max-width: 767px) {
  .b-text-image-stack__image-col--reversed {
    padding: 0;
  }
}
.b-text-image-stack__image-container {
  width: 100%;
  aspect-ratio: 1.7948717949;
  overflow: hidden;
  position: relative;
}
.b-text-image-stack__image-container:before {
  content: "";
  width: 100%;
  height: 0.1rem;
  background: var(--c-purple);
  position: absolute;
  top: 0;
  left: 0;
}
.b-text-image-stack__image-container:after {
  content: "";
  width: 100%;
  height: 0.1rem;
  background: var(--c-purple);
  position: absolute;
  bottom: 0;
  left: 0;
}
.b-text-image-stack__image-container--purple:before, .b-text-image-stack__image-container--purple:after {
  background: var(--c-purple);
}
.b-text-image-stack__image-container--blue:before, .b-text-image-stack__image-container--blue:after {
  background: var(--c-blue);
}
.b-text-image-stack__image-container--blue-dark:before, .b-text-image-stack__image-container--blue-dark:after {
  background: var(--c-blue-dark);
}
.b-text-image-stack__image-container--green:before, .b-text-image-stack__image-container--green:after {
  background: var(--c-green);
}
.b-text-image-stack__image-container--pink:before, .b-text-image-stack__image-container--pink:after {
  background: var(--c-pink);
}
.b-text-image-stack__image-container--red:before, .b-text-image-stack__image-container--red:after {
  background: var(--c-red);
}
.b-text-image-stack__image-container--red-dark:before, .b-text-image-stack__image-container--red-dark:after {
  background: var(--c-red-dark);
}
@media (max-width: 767px) {
  .b-text-image-stack__image-container {
    margin-bottom: 3rem;
    padding-top: 2rem;
  }
}
.b-text-image-stack__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.b-text-image-stack__image-grid {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.b-image-cards__buttons {
  margin-top: 6rem;
}
@media (max-width: 576px) {
  .b-image-cards__buttons {
    margin-top: 3rem;
  }
}
.b-image-cards__2-per-row-container {
  max-width: 97rem;
}
@media (max-width: 767px) {
  .b-light-cards--has-seats {
    padding-bottom: 0 !important;
  }
}
.b-light-cards__heading {
  margin-bottom: 5rem;
}
.b-light-cards__light-cards-row {
  margin-bottom: 4rem;
}
.b-light-cards__seats {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.b-big-icon-text {
  background: #050E1D;
}
.b-big-icon-text__heading-container {
  z-index: 1;
  position: relative;
}
.b-big-icon-text__content {
  padding-top: 25rem;
  position: relative;
  margin: -15rem auto 0 auto;
  min-height: 110rem;
  background-image: url("assets/img/backgrounds/filmstaden-spotlight-bg-darker.jpg");
  background-repeat: no-repeat;
  background-position: center calc(-5rem);
}
@media (max-width: 767px) {
  .b-big-icon-text__content {
    padding-top: 20rem;
  }
}
.b-big-icon-text__content--no-bg-image {
  background: none;
}
.b-big-icon-text__container:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 10rem;
  background: #050e1d;
  background: linear-gradient(180deg, #050e1d 0%, rgba(5, 14, 29, 0) 100%);
}
.b-big-icon-text__col {
  display: flex;
  justify-content: center;
}
.bit-item {
  margin-bottom: 5rem;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 54rem;
  z-index: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .bit-item {
    margin-bottom: 2rem;
  }
}
.bit-item__image {
  margin-bottom: 3rem;
  max-width: 18rem;
}
@media (max-width: 767px) {
  .bit-item__image {
    margin-bottom: 3rem;
    max-width: 12rem;
  }
}
.bit-item__heading {
  margin-bottom: 1.5rem;
  font-size: 4rem;
}
@media (max-width: 992px) {
  .bit-item__heading {
    font-size: 3.2rem;
  }
}
.b-big-icon-text-row__heading {
  margin-bottom: 7.5rem;
}
@media (max-width: 767px) {
  .b-big-icon-text-row__heading {
    margin-bottom: 5rem;
  }
}
.b-big-icon-text-row__container {
  max-width: 130rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 2rem;
}
@media (max-width: 576px) {
  .b-big-icon-text-row__container {
    text-align: center;
  }
}
.b-big-icon-text-row .bitr-item {
  padding: 0 2rem;
  flex: 1 1 calc(20% - 1rem);
  max-width: 24.4rem;
}
@media (max-width: 992px) {
  .b-big-icon-text-row .bitr-item {
    flex: 1 1 calc(33.333% - 1rem);
  }
}
@media (max-width: 767px) {
  .b-big-icon-text-row .bitr-item {
    flex: 1 1 calc(50% - 1rem);
  }
}
@media (max-width: 576px) {
  .b-big-icon-text-row .bitr-item {
    flex-basis: 100%;
    max-width: none;
  }
}
.b-big-icon-text-row .bitr-item__icon {
  margin: 0 auto 4rem auto;
  max-width: 22rem;
}
@media (max-width: 767px) {
  .b-big-icon-text-row .bitr-item__icon {
    max-width: 18rem;
  }
}
@media (max-width: 576px) {
  .b-big-icon-text-row .bitr-item__icon {
    margin-bottom: 2rem;
    max-width: 12rem;
  }
}
.b-big-icon-text-row .bitr-item__heading {
  margin-bottom: 1rem;
  min-height: 7.5rem;
  font-family: var(--f-body);
}
@media (max-width: 767px) {
  .b-big-icon-text-row .bitr-item__heading {
    min-height: 0;
  }
}
@media (max-width: 576px) {
  .b-big-icon-text-row .bitr-item__heading {
    margin-bottom: 2rem;
  }
}
.b-testimonial__heading {
  margin-bottom: 5rem;
}
.testimonial {
  text-align: center;
}
.testimonial__quote-container {
  margin: 0;
}
.testimonial__heading {
  margin-bottom: 4rem;
}
@media (max-width: 576px) {
  .testimonial__heading {
    font-size: 2.2rem;
  }
}
.testimonial__stars {
  fill: #fff;
}
.u-theme-light .testimonial__stars {
  fill: var(--c-blue-dark);
}
.b-sequential-text__heading {
  margin-bottom: 10rem;
}
@media (max-width: 576px) {
  .b-sequential-text__heading {
    margin-bottom: 5rem;
  }
}
.b-sequential-text__intro-text {
  margin-bottom: 8rem;
  max-width: 50rem;
  text-align: center;
}
@media (max-width: 576px) {
  .b-sequential-text__intro-text {
    margin-bottom: 5rem;
  }
}
.b-sequential-text__buttons {
  margin-top: 2rem;
  text-align: center;
}
.sequential-text {
  margin: 0 auto 8rem auto;
  padding: 0 1rem;
  max-width: 47.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .sequential-text {
    margin-bottom: 4rem;
  }
}
@media (max-width: 576px) {
  .sequential-text {
    padding: 0;
  }
}
.sequential-text span {
  margin-bottom: 1rem;
  display: inline-block;
  font-family: var(--f-body);
  font-weight: var(--fw-body-bold);
  font-size: 2.8rem;
  color: var(--c-white);
}
@media (max-width: 767px) {
  .sequential-text span {
    font-size: 2.4rem;
  }
}
@media (max-width: 576px) {
  .sequential-text span {
    font-size: 2rem;
  }
}
.u-theme-dark .sequential-text span {
  color: var(--c-white);
}
.sequential-text__heading {
  margin-bottom: 1.5rem;
}
.b-text-split__heading {
  margin-bottom: 5rem;
}
@media (max-width: 576px) {
  .b-text-split__heading {
    margin-bottom: 2.5rem;
  }
}
.b-text-split__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2rem;
  row-gap: 3rem;
}
@media (max-width: 576px) {
  .b-text-split__list {
    row-gap: 1rem;
  }
}
.b-text-split__text {
  flex-basis: calc(50% - 1rem);
}
@media (max-width: 576px) {
  .b-text-split__text {
    flex-basis: 100%;
    text-align: center;
  }
}
.b-text-split__text span {
  display: block;
  max-width: 33.5rem;
}
@media (max-width: 576px) {
  .b-text-split__text span {
    max-width: none;
  }
}
.b-text-split__text span p:last-of-type {
  margin-bottom: 0;
}
.b-text-split dt {
  display: flex;
  justify-content: right;
  text-align: right;
  font-weight: var(--fw-body-bold);
}
@media (max-width: 576px) {
  .b-text-split dt {
    justify-content: center;
    text-align: center;
  }
}
.b-text-split dt span {
  text-align: right;
}
@media (max-width: 576px) {
  .b-text-split dt span {
    text-align: left;
  }
}
.b-text-split dd {
  margin: 0;
}
@media (max-width: 576px) {
  .b-text-split dd {
    margin-bottom: 2rem;
  }
}
.b-text-big-image__heading {
  margin-bottom: 5rem;
}
.b-text-big-image__image {
  margin-bottom: 5rem;
  margin: 0 auto 5rem auto;
  max-width: 70rem;
}
.b-text-big-image__content-col {
  text-align: center;
}
.b-text-big-image__text {
  margin-bottom: 5rem;
}
.b-text-big-image__stars {
  fill: var(--c-white);
}
.b-text-3-col__intro {
  margin-bottom: 5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .b-text-3-col__intro {
    text-align: left;
  }
}
.b-text-3-col__heading {
  margin-bottom: 4rem;
}
.b-text-3-col__text {
  padding-right: 3.5rem;
}
@media (max-width: 767px) {
  .b-text-3-col__text {
    padding-right: 0;
  }
}
.b-text-3-col__text h3 {
  font-size: var(--fs-body-large);
  font-family: var(--f-body);
}
.b-text-cta {
  text-align: center;
}
.b-text-cta__text {
  margin-bottom: 3rem;
}
.b-text-logos {
  text-align: center;
}
.b-text-logos__heading {
  margin-bottom: 4rem;
}
.b-text-logos__grid {
  margin-bottom: 4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  gap: 2rem;
}
.b-text-logos__grid img {
  display: block;
  width: auto;
  max-height: 6rem;
  max-width: 15rem;
}
.b-text-logos__grid--tall img {
  max-height: 12rem;
}
.b-locations-carousel {
  position: relative;
  background-image: url("assets/img/backgrounds/light-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media (max-width: 767px) {
  .b-locations-carousel--has-seats {
    padding-bottom: 0 !important;
  }
}
.b-locations-carousel:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 37.5%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(90deg, #321c4d 0%, rgba(50, 28, 77, 0.9458377101) 50%, rgba(50, 28, 77, 0) 100%);
}
@media (max-width: 1000px) {
  .b-locations-carousel:before {
    display: none;
  }
}
.b-locations-carousel:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 37.5%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(90deg, rgba(50, 28, 77, 0) 0%, rgba(50, 28, 77, 0.9458377101) 50%, #321c4d 100%);
}
@media (max-width: 1000px) {
  .b-locations-carousel:after {
    display: none;
  }
}
.b-locations-carousel__heading {
  margin-bottom: 10rem;
  position: relative;
  z-index: 2;
  text-align: center;
}
@media (max-width: 992px) {
  .b-locations-carousel__heading {
    margin-bottom: 10rem;
  }
}
@media (max-width: 767px) {
  .b-locations-carousel__heading {
    margin-bottom: 5rem;
  }
}
.b-locations-carousel__seats {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.locations-carousel__content {
  margin: 0 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.locations-carousel__image {
  width: 100%;
  max-width: 43rem;
  aspect-ratio: 1;
}
@media (max-width: 1000px) {
  .locations-carousel__image {
    max-width: 40rem;
  }
}
.locations-carousel__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.locations-carousel__text {
  padding: 3rem 4rem 6rem 4rem;
  max-width: 43rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: var(--c-blue-dark);
}
@media (max-width: 1000px) {
  .locations-carousel__text {
    max-width: 40rem;
  }
}
.slick-center .locations-carousel__text {
  opacity: 1;
  visibility: visible;
}
.locations-carousel .slick-prev, .locations-carousel .slick-next {
  top: 25rem;
  z-index: 2;
  height: 5rem;
  width: 5rem;
}
@media (max-width: 1000px) {
  .locations-carousel .slick-prev, .locations-carousel .slick-next {
    top: 30rem;
  }
}
.locations-carousel .slick-prev:focus, .locations-carousel .slick-next:focus {
  top: 25rem;
}
@media (max-width: 1000px) {
  .locations-carousel .slick-prev:focus, .locations-carousel .slick-next:focus {
    top: 30rem;
  }
}
.locations-carousel .slick-prev {
  left: 3rem;
}
@media (max-width: 576px) {
  .locations-carousel .slick-prev {
    left: -1.5rem;
  }
}
.locations-carousel .slick-next {
  right: 3rem;
}
@media (max-width: 576px) {
  .locations-carousel .slick-next {
    right: -1.5rem;
  }
}
.locations-carousel .slick-next .slick-next-icon, .locations-carousel .slick-prev .slick-prev-icon, .locations-carousel .slick-next:focus .slick-next-icon, .locations-carousel .slick-prev:focus .slick-prev-icon {
  margin-left: 0 !important;
  color: var(--c-blue);
  font-size: 5rem;
}
@media (max-width: 576px) {
  .locations-carousel .slick-next .slick-next-icon, .locations-carousel .slick-prev .slick-prev-icon, .locations-carousel .slick-next:focus .slick-next-icon, .locations-carousel .slick-prev:focus .slick-prev-icon {
    color: #fff;
  }
}
.locations-carousel .slick-next .slick-next-icon:before, .locations-carousel .slick-prev .slick-prev-icon:before {
  display: block;
  width: 5rem;
  height: 5rem;
  font-size: 5rem;
  line-height: 0.2;
}
.locations-carousel .slick-next .slick-next-icon:before {
  content: "▸";
}
.locations-carousel .slick-prev .slick-prev-icon:before {
  content: "◂";
}
.b-milestone-carousel {
  position: relative;
}
.b-milestone-carousel:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 37.5%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(90deg, #31bce4 0%, rgba(49, 188, 228, 0.95) 50%, rgba(50, 28, 77, 0) 100%);
}
@media (max-width: 1000px) {
  .b-milestone-carousel:before {
    display: none;
  }
}
.b-milestone-carousel:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 37.5%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(90deg, rgba(49, 188, 228, 0) 0%, rgba(49, 188, 228, 0.95) 50%, #31bce4 100%);
}
@media (max-width: 1000px) {
  .b-milestone-carousel:after {
    display: none;
  }
}
.b-milestone-carousel__heading {
  margin-bottom: 4rem;
  position: relative;
  z-index: 2;
}
.milestone-carousel__content {
  margin: 0 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.milestone-carousel__image {
  width: 100%;
  max-width: 43rem;
  aspect-ratio: 1;
}
@media (max-width: 1000px) {
  .milestone-carousel__image {
    max-width: 40rem;
  }
}
.milestone-carousel__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.milestone-carousel__text {
  padding: 3rem 0 6rem 0;
  width: calc(100% + 200px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
@media (max-width: 1000px) {
  .milestone-carousel__text {
    width: 100%;
  }
}
.milestone-carousel__text p:last-of-type {
  margin-bottom: 0;
}
.slick-center .milestone-carousel__text {
  opacity: 1;
  visibility: visible;
}
.milestone-carousel__date {
  padding: 2rem 4rem 0.5rem 4rem;
  display: inline-block;
  color: #fff;
  background: var(--c-blue-dark);
}
@media (max-width: 576px) {
  .milestone-carousel__date {
    padding-bottom: 1rem;
  }
}
.milestone-carousel .slick-prev, .milestone-carousel .slick-next {
  top: 24rem;
  z-index: 2;
  height: 5rem;
  width: 5rem;
}
@media (max-width: 1000px) {
  .milestone-carousel .slick-prev, .milestone-carousel .slick-next {
    top: 24rem;
  }
}
.milestone-carousel .slick-prev:focus, .milestone-carousel .slick-next:focus {
  top: 24rem;
}
@media (max-width: 1000px) {
  .milestone-carousel .slick-prev:focus, .milestone-carousel .slick-next:focus {
    top: 24rem;
  }
}
.milestone-carousel .slick-prev {
  left: 3rem;
}
@media (max-width: 576px) {
  .milestone-carousel .slick-prev {
    left: -1.5rem;
  }
}
.milestone-carousel .slick-next {
  right: 3rem;
}
@media (max-width: 576px) {
  .milestone-carousel .slick-next {
    right: -1.5rem;
  }
}
.milestone-carousel .slick-next .slick-next-icon, .milestone-carousel .slick-prev .slick-prev-icon, .milestone-carousel .slick-next:focus .slick-next-icon, .milestone-carousel .slick-prev:focus .slick-prev-icon {
  margin-left: 0 !important;
  color: #fff;
  font-size: 5rem;
}
@media (max-width: 576px) {
  .milestone-carousel .slick-next .slick-next-icon, .milestone-carousel .slick-prev .slick-prev-icon, .milestone-carousel .slick-next:focus .slick-next-icon, .milestone-carousel .slick-prev:focus .slick-prev-icon {
    color: #fff;
  }
}
.milestone-carousel .slick-next .slick-next-icon:before, .milestone-carousel .slick-prev .slick-prev-icon:before {
  display: block;
  width: 5rem;
  height: 5rem;
  font-size: 5rem;
  line-height: 0.2;
}
@media (max-width: 576px) {
  .milestone-carousel .slick-next .slick-next-icon:before, .milestone-carousel .slick-prev .slick-prev-icon:before {
    width: 4rem;
  }
}
.milestone-carousel .slick-next .slick-next-icon:before {
  content: "▸";
}
.milestone-carousel .slick-prev .slick-prev-icon:before {
  content: "◂";
}
.b-vacancies-carousel {
  position: relative;
}
.b-vacancies-carousel--light-effect-bg {
  background-image: url("assets/img/backgrounds/light-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.b-vacancies-carousel--light-effect-bg-action {
  background-image: url("assets/img/backgrounds/light-bg-orange.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.b-vacancies-carousel--light-effect-bg-romance {
  background-image: url("assets/img/backgrounds/light-bg-red.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.b-vacancies-carousel--light-effect-bg-horror {
  background-image: url("assets/img/backgrounds/light-bg-green.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.b-vacancies-carousel__heading {
  margin-bottom: 5rem;
}
.b-vacancies-carousel__row-wrapper {
  padding: 0 2rem;
}
.vacancies-carousel {
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 4rem 0 4rem;
}
.vacancies-carousel .vacancy-card {
  margin: 0 1rem;
  min-height: 20rem;
  display: flex;
  gap: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
@media (max-width: 576px) {
  .vacancies-carousel .vacancy-card {
    min-height: 15rem;
  }
}
.vacancies-carousel .vacancy-card__top {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.vacancies-carousel .vacancy-card__title {
  font-size: 2rem;
  font-weight: var(--fw-body-bold);
}
.vacancies-carousel .vacancy-card__location {
  margin-bottom: 0.25rem;
}
.vacancies-carousel .vacancy-card__closing-date {
  margin-bottom: 1rem;
  font-size: 1.4rem;
}
.vacancies-carousel .slick-list {
  max-width: 1100px;
  margin: 0 auto;
}
.vacancies-carousel .slick-autoplay-toggle-button {
  border: 0;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.vacancies-carousel .slick-prev, .vacancies-carousel .slick-next {
  z-index: 2;
  height: 5rem;
  width: 5rem;
}
.vacancies-carousel .slick-prev {
  left: -2rem;
}
@media (max-width: 576px) {
  .vacancies-carousel .slick-prev {
    left: 0;
  }
}
.vacancies-carousel .slick-next {
  right: -1rem;
}
@media (max-width: 576px) {
  .vacancies-carousel .slick-next {
    right: 0;
  }
}
.vacancies-carousel .slick-next .slick-next-icon, .vacancies-carousel .slick-prev .slick-prev-icon, .vacancies-carousel .slick-next:focus .slick-next-icon, .vacancies-carousel .slick-prev:focus .slick-prev-icon {
  margin-left: 0 !important;
  color: #fff;
  font-size: 5rem;
}
.vacancies-carousel .slick-next .slick-next-icon:before, .vacancies-carousel .slick-prev .slick-prev-icon:before {
  display: block;
  width: 5rem;
  height: 5rem;
  font-size: 5rem;
  line-height: 0.2;
}
.vacancies-carousel .slick-next .slick-next-icon:before {
  content: "▸";
}
.vacancies-carousel .slick-prev .slick-prev-icon:before {
  content: "◂";
}
.b-image-carousel {
  position: relative;
  background: var(--c-black);
}
@media (max-width: 767px) {
  .b-image-carousel--has-seats {
    padding-bottom: 0 !important;
  }
}
.b-image-carousel--light-effect-bg {
  background-image: url("assets/img/backgrounds/light-bg-red.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.b-image-carousel--light-effect-bg-action {
  background-image: url("assets/img/backgrounds/light-bg-orange.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.b-image-carousel--light-effect-bg-romance {
  background-image: url("assets/img/backgrounds/light-bg-red.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.b-image-carousel--light-effect-bg-horror {
  background-image: url("assets/img/backgrounds/light-bg-green.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.b-image-carousel__heading {
  margin-top: 5rem;
  margin-bottom: 2rem;
  text-align: center;
}
.b-image-carousel__seats {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.b-text-accordion__heading {
  margin-bottom: 5rem;
}
@media (max-width: 576px) {
  .b-text-accordion__heading {
    margin-bottom: 2.5rem;
  }
}
.accordion li {
  margin-bottom: 1.5rem;
}
.accordion__button {
  padding: 2rem 4rem;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  font-weight: var(--fw-body-bold);
  font-size: 2.2rem;
  text-align: left;
  color: #fff;
  background: none;
  border: 0.1rem solid #707070;
  cursor: pointer;
  border-radius: 1.5rem;
  background: #414141;
}
@media (max-width: 767px) {
  .accordion__button {
    padding-right: 2rem;
    padding-left: 2rem;
    font-size: 2rem;
  }
}
.accordion__button span {
  padding-right: 5rem;
}
.accordion__button:hover span {
  text-decoration: underline;
}
.accordion__button:after {
  position: absolute;
  right: 4rem;
  content: "▸";
  font-size: 5rem;
  line-height: 0;
  color: var(--c-green-light);
}
@media (max-width: 767px) {
  .accordion__button:after {
    right: 2rem;
    font-size: 3rem;
  }
}
.accordion__button.js-active:after {
  transform: rotate(90deg);
}
.accordion__content {
  padding: 3rem 2rem;
  display: none;
}
@media (max-width: 767px) {
  .accordion__content {
    font-size: 1.8rem;
  }
}
.wpgmp_infowindow.fc-infowindow-default .fc-item-title {
  font-size: 2.5rem !important;
  text-transform: none !important;
  line-height: 1.2 !important;
  color: var(--c-red) !important;
}
@media (max-width: 767px) {
  .wpgmp_infowindow.fc-infowindow-default .fc-item-title {
    font-size: 1.8rem !important;
  }
}
div.fc-infowindow-default .wpgmp_iw_content {
  width: 20rem !important;
}
.wpgmp_infowindow .fc-badge.info {
  display: none !important;
}
.gm-style-iw .wpgmp_infowindow .fc-main address {
  font-size: var(--fs-body);
  font-style: normal;
  color: var(--c-red) !important;
}
.gm-style-iw .wpgmp_infowindow .fc-main .website-link a {
  color: var(--c-red);
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .b-locations-map .wpgmp_map_container .gm-style-iw {
    max-width: none !important;
    min-width: 400px !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .b-locations-map .wpgmp_map_container .gm-style-iw-t > .gm-style-iw {
    max-width: 250px !important;
  }
}
.b-home-genre-assets {
  padding: 0 !important;
  height: 24rem;
  position: relative;
}
@media (max-width: 576px) {
  .b-home-genre-assets {
    height: 14rem;
  }
}
.b-home-genre-assets__explosion {
  position: absolute;
  bottom: -5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 80rem;
}
.b-home-genre-assets__explosion img {
  display: block;
  width: 100%;
}
.b-home-genre-assets__romance {
  position: relative;
}
.b-home-genre-assets__romance-heart-1 {
  max-width: 30rem;
}
@media (max-width: 576px) {
  .b-home-genre-assets__romance-heart-1 {
    max-width: 10rem;
  }
}
.b-home-genre-assets__romance-heart-2 {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 15rem;
}
@media (max-width: 576px) {
  .b-home-genre-assets__romance-heart-2 {
    max-width: 8rem;
  }
}
.b-home-genre-assets__horror-eyes {
  position: relative;
}
.b-home-genre-assets__horror-eyes img {
  position: absolute;
  top: 0;
}
.b-home-genre-assets__horror-eyes-right {
  top: 0;
  right: 0;
}
.b-home-genre-assets__horror-eyes-left {
  left: 0;
}
.featured-location-heading {
  margin: 3rem 0;
  text-align: center;
}
.featured-location-text {
  font-size: var(--fs-body);
}
.b-testimonial-carousel__heading {
  margin-bottom: 5rem;
}
