/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./node_modules/import-glob-loader/index.js!./src/scss/general.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Jost:wght@300;400;700&display=swap);
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./node_modules/import-glob-loader/index.js!./src/scss/general.scss (1) ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */
.pswp {
  --pswp-bg: #000;
  --pswp-placeholder-bg: #222;
  --pswp-root-z-index: 100000;
  --pswp-preloader-color: rgba(79, 79, 79, 0.4);
  --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
  /* defined via js:
  --pswp-transition-duration: 333ms; */
  --pswp-icon-color: #fff;
  --pswp-icon-color-secondary: #4f4f4f;
  --pswp-icon-stroke-color: #4f4f4f;
  --pswp-icon-stroke-width: 2px;
  --pswp-error-text-color: var(--pswp-icon-color);
}

/*
	Styles for basic PhotoSwipe (pswp) functionality (sliding area, open/close transitions)
*/
.pswp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: var(--pswp-root-z-index);
  display: none;
  touch-action: none;
  outline: 0;
  opacity: 0.003;
  contain: layout style size;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Prevents focus outline on the root element,
  (it may be focused initially) */
.pswp:focus {
  outline: 0;
}

.pswp * {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--open {
  display: block;
}

.pswp,
.pswp__bg {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: opacity;
}

.pswp__bg {
  opacity: 0.005;
  background: var(--pswp-bg);
}

.pswp,
.pswp__scroll-wrap {
  overflow: hidden;
}

.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__content,
.pswp__img,
.pswp__zoom-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pswp__img,
.pswp__zoom-wrap {
  width: auto;
  height: auto;
}

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
  cursor: move;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/* :active to override grabbing cursor */
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
  cursor: -moz-zoom-out;
  cursor: zoom-out;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img,
.pswp__button,
.pswp__counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pswp__item {
  /* z-index for fade transition */
  z-index: 1;
  overflow: hidden;
}

.pswp__hidden {
  display: none !important;
}

/* Allow to click through pswp__content element, but not its children */
.pswp__content {
  pointer-events: none;
}

.pswp__content > * {
  pointer-events: auto;
}

/*

  PhotoSwipe UI

*/
/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg-container {
  display: grid;
}

.pswp__error-msg {
  margin: auto;
  font-size: 1em;
  line-height: 1;
  color: var(--pswp-error-text-color);
}

/*
class pswp__hide-on-close is applied to elements that
should hide (for example fade out) when PhotoSwipe is closed
and show (for example fade in) when PhotoSwipe is opened
 */
.pswp .pswp__hide-on-close {
  opacity: 0.005;
  will-change: opacity;
  transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
  z-index: 10; /* always overlap slide content */
  pointer-events: none; /* hidden elements should not be clickable */
}

/* class pswp--ui-visible is added when opening or closing transition starts */
.pswp--ui-visible .pswp__hide-on-close {
  opacity: 1;
  pointer-events: auto;
}

/* <button> styles, including css reset */
.pswp__button {
  position: relative;
  display: block;
  width: 50px;
  height: 60px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 0.85;
  -webkit-appearance: none;
  -webkit-touch-callout: none;
}

.pswp__button:hover,
.pswp__button:active,
.pswp__button:focus {
  transition: none;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 1;
}

.pswp__button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.pswp__icn {
  fill: var(--pswp-icon-color);
  color: var(--pswp-icon-color-secondary);
}

.pswp__icn {
  position: absolute;
  top: 14px;
  left: 9px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  pointer-events: none;
}

.pswp__icn-shadow {
  stroke: var(--pswp-icon-stroke-color);
  stroke-width: var(--pswp-icon-stroke-width);
  fill: none;
}

.pswp__icn:focus {
  outline: 0;
}

/*
	div element that matches size of large image,
	large image loads on top of it,
	used when msrc is not provided
*/
div.pswp__img--placeholder,
.pswp__img--with-bg {
  background: var(--pswp-placeholder-bg);
}

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  z-index: 10;
  /* allow events to pass through top bar itself */
  pointer-events: none !important;
}

.pswp__top-bar > * {
  pointer-events: auto;
  /* this makes transition significantly more smooth,
     even though inner elements are not animated */
  will-change: opacity;
}

/*

  Close button

*/
.pswp__button--close {
  margin-right: 6px;
}

/*

  Arrow buttons

*/
.pswp__button--arrow {
  position: absolute;
  top: 0;
  width: 75px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
}

.pswp__button--arrow:disabled {
  display: none;
  cursor: default;
}

.pswp__button--arrow .pswp__icn {
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: none;
  border-radius: 0;
}

.pswp--one-slide .pswp__button--arrow {
  display: none;
}

/* hide arrows on touch screens */
.pswp--touch .pswp__button--arrow {
  visibility: hidden;
}

/* show arrows only after mouse was used */
.pswp--has_mouse .pswp__button--arrow {
  visibility: visible;
}

.pswp__button--arrow--prev {
  right: auto;
  left: 0px;
}

.pswp__button--arrow--next {
  right: 0px;
}

.pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 14px;
  /* flip horizontally */
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

/*

  Zoom button

*/
.pswp__button--zoom {
  display: none;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

/* "+" => "-" */
.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none;
}

/*

  Loading indicator

*/
.pswp__preloader {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 60px;
  margin-right: auto;
}

.pswp__preloader .pswp__icn {
  opacity: 0;
  transition: opacity 0.2s linear;
  -webkit-animation: pswp-clockwise 600ms linear infinite;
          animation: pswp-clockwise 600ms linear infinite;
}

.pswp__preloader--active .pswp__icn {
  opacity: 0.85;
}

@-webkit-keyframes pswp-clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes pswp-clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*

  "1 of 10" counter

*/
.pswp__counter {
  height: 30px;
  margin-top: 15px;
  -webkit-margin-start: 20px;
     -moz-margin-start: 20px;
          margin-inline-start: 20px;
  font-size: 14px;
  line-height: 30px;
  color: var(--pswp-icon-color);
  text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
  opacity: 0.85;
}

.pswp--one-slide .pswp__counter {
  display: none;
}

@font-face {
  font-family: "Druk Wide";
  src: url(DrukWide-Bold.4fe90a59..eot);
  src: url(DrukWide-Bold.4fe90a59..eot?#iefix) format("embedded-opentype"), url(DrukWide-Bold.141d17d9..woff2) format("woff2"), url(DrukWide-Bold.8a91d5ca..woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura";
  src: url(Futura-Bold.a5f05531..eot);
  src: url(Futura-Bold.a5f05531..eot?#iefix) format("embedded-opentype"), url(Futura-Bold.f9486ea9..woff2) format("woff2"), url(Futura-Bold.bc367938..woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura";
  src: url(Futura-Medium.70d7bfe8..eot);
  src: url(Futura-Medium.70d7bfe8..eot?#iefix) format("embedded-opentype"), url(Futura-Medium.0b9c50b1..woff2) format("woff2"), url(Futura-Medium.0099b453..woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
:root {
  --futura: "Futura";
  --jost: "Jost";
  --druk-wide: "Druk Wide";
  --black: #000000;
  --white: #ffffff;
  --red:#D42428;
  --primary-color: #ffffff;
  --dusty-gray: #1e1e1eaa;
  --dark-gray: #141414;
}

* {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.container {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}

.grid {
  display: grid;
  gap: 0 20px;
}
.grid.columns-12 {
  grid-template-columns: repeat(6, 1fr);
}
@media all and (min-width: 768px) {
  .grid.columns-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}
.grid.columns-12 > * {
  grid-column: 1/span 6;
}
@media all and (min-width: 768px) {
  .grid.columns-12 > * {
    grid-column: 1/span 12;
  }
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  font-weight: 400;
  text-decoration: none;
}

html,
body {
  padding: 0;
  margin: 0;
}

body {
  font-family: var(--jost), sans-serif;
  background: var(--black);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

section {
  padding: 60px 0;
}
@media screen and (min-width: 1280px) {
  section {
    min-height: 100vh;
    padding: 150px 0;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }
}
section .section-title {
  font-family: var(--druk-wide), sans-serif;
  font-weight: 500;
  font-size: 40px;
  margin-top: 0;
}
@media screen and (min-width: 640px) {
  section .section-title {
    font-size: calc(
			40px + (
					83 - 40
				) * (100vw - 640px) / (1280 - 640)
		);
  }
}
@media screen and (min-width: 1280px) {
  section .section-title {
    font-size: 83px;
  }
}

@media screen and (min-width: 1024px) {
  [data-animation=vertical-reveal] {
    opacity: 0;
    -webkit-transform: translate(0, 15px) scale(0.99);
            transform: translate(0, 15px) scale(0.99);
    transition: opacity 0.3s ease-in, -webkit-transform 0.8s ease;
    transition: transform 0.8s ease, opacity 0.3s ease-in;
    transition: transform 0.8s ease, opacity 0.3s ease-in, -webkit-transform 0.8s ease;
  }
  [data-animation=vertical-reveal].animate {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}

@media screen and (min-width: 1024px) {
  [data-animation=horizontal-reveal-from-left] {
    opacity: 0;
    -webkit-transform: translate(-15px, 0) scale(0.99);
            transform: translate(-15px, 0) scale(0.99);
    transition: opacity 0.3s ease-in, -webkit-transform 0.8s ease;
    transition: transform 0.8s ease, opacity 0.3s ease-in;
    transition: transform 0.8s ease, opacity 0.3s ease-in, -webkit-transform 0.8s ease;
  }
  [data-animation=horizontal-reveal-from-left].animate {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}

@media screen and (min-width: 1024px) {
  [data-animation=horizontal-reveal-from-right] {
    opacity: 0;
    -webkit-transform: translate(15px, 0) scale(0.99);
            transform: translate(15px, 0) scale(0.99);
    transition: opacity 0.3s ease-in, -webkit-transform 0.8s ease;
    transition: transform 0.8s ease, opacity 0.3s ease-in;
    transition: transform 0.8s ease, opacity 0.3s ease-in, -webkit-transform 0.8s ease;
  }
  [data-animation=horizontal-reveal-from-right].animate {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}

.masthead {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 15px 0;
  background: rgba(0, 0, 0, 0.8);
  transition: 300ms ease-in-out;
}
.masthead.sticky {
  padding: 10px 0;
}
.masthead.sticky .menu-wrapper .logo {
  height: 30px;
}
@media screen and (min-width: 768px) {
  .masthead.sticky .menu-wrapper .logo {
    height: 50px;
  }
}
.masthead .menu-wrapper {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .masthead .menu-wrapper {
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }
}
.masthead .menu-wrapper .logo {
  height: 50px;
  z-index: 2;
  transition: 300ms ease-in-out;
}
@media screen and (min-width: 768px) {
  .masthead .menu-wrapper .logo {
    height: 70px;
  }
}
.masthead .menu-wrapper .logo img {
  height: 100%;
  width: auto;
}
.masthead .menu-wrapper .main-menu {
  background: var(--black);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  z-index: 1;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  transition: 300ms ease-in-out;
}
@media screen and (min-width: 768px) {
  .masthead .menu-wrapper .main-menu {
    position: static;
    background: transparent;
    display: block;
    -webkit-transform: none;
            transform: none;
  }
}
.masthead .menu-wrapper .main-menu.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.masthead .menu-wrapper .main-menu .menu {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  gap: 55px;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .masthead .menu-wrapper .main-menu .menu {
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
    text-align: left;
  }
}
.masthead .menu-wrapper .main-menu .menu > li {
  padding: 15px 0;
}
.masthead .menu-wrapper .main-menu .menu li {
  position: relative;
}
.masthead .menu-wrapper .main-menu .menu li.current-menu-item > a:after, .masthead .menu-wrapper .main-menu .menu li:hover > a:after {
  width: 100%;
}
.masthead .menu-wrapper .main-menu .menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .masthead .menu-wrapper .main-menu .menu li:hover .sub-menu {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
}
.masthead .menu-wrapper .main-menu .menu li > a {
  position: relative;
  padding: 7px 0;
  font-size: 20px;
  color: var(--white);
  font-weight: 700;
}
.masthead .menu-wrapper .main-menu .menu li > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--primary-color);
  transition: 300ms ease-in-out;
}
.masthead .menu-wrapper .main-menu .menu li .sub-menu {
  margin-top: 20px;
  transition: 300ms ease-in-out;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .masthead .menu-wrapper .main-menu .menu li .sub-menu {
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(5px);
            transform: translateX(-50%) translateY(5px);
    padding: 15px 20px;
    border-radius: 5px;
    background: var(--black);
  }
}
.masthead .menu-wrapper .main-menu .menu li .sub-menu:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid var(--black);
}
.masthead .menu-wrapper .main-menu .menu li .sub-menu li a {
  font-size: 14px;
}

section.hero {
  background: url(hero-mobile.9e97b31b..jpg) no-repeat bottom center transparent;
  background-size: cover;
  padding: 0;
  padding-top: 160%;
  margin-top: 80px;
}
@media screen and (min-width: 640px) {
  section.hero {
    min-height: 0px;
    background: url(hero.0cdec1dd..jpg) no-repeat 50% 50% transparent;
    background-size: cover;
    padding-top: 50%;
    margin-top: 100px;
  }
}

.about-us {
  background: url(about-us-bg.ffaee1be..jpg) no-repeat 50% 50% transparent;
  background-size: cover;
}
.about-us .left-side {
  margin-bottom: 50px;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  justify-self: center;
}
@media screen and (min-width: 1024px) {
  .about-us .left-side {
    grid-column: 1/span 5;
    margin-bottom: 0px;
  }
}
.about-us .left-side .logo {
  height: 200px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .about-us .left-side .logo {
    height: 250px;
  }
}
.about-us .left-side .logo > img {
  height: 100%;
  width: auto;
}
@media screen and (min-width: 1024px) {
  .about-us .right-side {
    grid-column: 6/span 7;
  }
}
.about-us .right-side .section-title {
  font-size: 30px;
}
@media screen and (min-width: 640px) {
  .about-us .right-side .section-title {
    font-size: calc(
			30px + (
					50 - 30
				) * (100vw - 640px) / (1280 - 640)
		);
  }
}
@media screen and (min-width: 1280px) {
  .about-us .right-side .section-title {
    font-size: 50px;
  }
}
.about-us .right-side .content {
  text-align: justify;
}
.about-us .right-side .social-logos {
  margin-top: 100px;
  margin-top: 50px;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 640px) {
  .about-us .right-side .social-logos {
    margin-top: calc(
			50px + (
					100 - 50
				) * (100vw - 640px) / (1280 - 640)
		);
  }
}
@media screen and (min-width: 1280px) {
  .about-us .right-side .social-logos {
    margin-top: 100px;
  }
}

section.line-up {
  background-color: var(--dark-gray);
}
section.line-up .section-title {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 50px;
}
@media screen and (min-width: 640px) {
  section.line-up .section-title {
    margin-bottom: calc(
			50px + (
					100 - 50
				) * (100vw - 640px) / (1280 - 640)
		);
  }
}
@media screen and (min-width: 1280px) {
  section.line-up .section-title {
    margin-bottom: 100px;
  }
}
section.line-up .posters {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  section.line-up .posters {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
  }
}
section.line-up .posters > div {
  width: 100%;
}
section.line-up .posters > div img {
  width: 100%;
  height: auto;
}

.program {
  background-image: url(program-bg.2e7b7ca6..jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.program .date {
  font-size: 20px;
  font-family: var(--druk-wide);
  color: var(--red);
}
@media screen and (min-width: 640px) {
  .program .date {
    font-size: calc(
			20px + (
					30 - 20
				) * (100vw - 640px) / (1280 - 640)
		);
  }
}
@media screen and (min-width: 1280px) {
  .program .date {
    font-size: 30px;
  }
}
.program .stages {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0px;
}
@media screen and (min-width: 1024px) {
  .program .stages {
    gap: 100px;
    grid-template-columns: 1fr 1fr;
  }
}
.program .stages .stage .stage-title {
  background-color: black;
  color: white;
  font-size: 20px;
  padding: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (min-width: 640px) {
  .program .stages .stage .stage-title {
    font-size: calc(
			20px + (
					31 - 20
				) * (100vw - 640px) / (1280 - 640)
		);
  }
}
@media screen and (min-width: 1280px) {
  .program .stages .stage .stage-title {
    font-size: 31px;
  }
}
@media screen and (min-width: 640px) {
  .program .stages .stage .stage-title {
    padding: calc(
			30px + (
					50 - 30
				) * (100vw - 640px) / (1280 - 640)
		);
  }
}
@media screen and (min-width: 1280px) {
  .program .stages .stage .stage-title {
    padding: 50px;
  }
}
@media screen and (min-width: 640px) {
  .program .stages .stage .stage-title {
    padding-top: calc(
			10px + (
					20 - 10
				) * (100vw - 640px) / (1280 - 640)
		);
  }
}
@media screen and (min-width: 1280px) {
  .program .stages .stage .stage-title {
    padding-top: 20px;
  }
}
@media screen and (min-width: 640px) {
  .program .stages .stage .stage-title {
    padding-bottom: calc(
			10px + (
					20 - 10
				) * (100vw - 640px) / (1280 - 640)
		);
  }
}
@media screen and (min-width: 1280px) {
  .program .stages .stage .stage-title {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .program .stages .stage #main {
    max-width: 379px;
  }
}
@media screen and (min-width: 1024px) {
  .program .stages .stage #second {
    max-width: 483px;
  }
}
.program .stages .stage .stage-data h3 {
  font-weight: normal;
}

.galerie {
  background-color: var(--dark-gray);
  color: var(--white);
}
.galerie .media {
  display: grid;
  gap: 30px;
}
@media screen and (min-width: 640px) {
  .galerie .media {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 640px) {
  .galerie .media .video {
    grid-column: 1/span 3;
  }
}
.galerie .media .video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.galerie .media .day {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  transition: all 300ms ease;
}
.galerie .media .day:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.galerie .media .day:hover a::before {
  background-color: transparent;
}
.galerie .media .day:hover a .image-text {
  visibility: hidden;
  opacity: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.galerie .media .day a {
  display: block;
  height: 100%;
  color: var(--white);
}
.galerie .media .day a::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--dusty-gray);
  z-index: 2;
}
.galerie .media .day a img {
  min-width: 100%;
  min-height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  object-fit: cover;
}
.galerie .media .day a .image-text {
  transition: all 300ms ease-in-out;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  background-color: var(--dusty-gray);
  visibility: visible;
  opacity: 1;
}

.day-gallery {
  padding-top: 150px;
  color: var(--white);
}
@media screen and (min-width: 640px) {
  .day-gallery {
    padding-top: calc(
			150px + (
					200 - 150
				) * (100vw - 640px) / (1280 - 640)
		);
  }
}
@media screen and (min-width: 1280px) {
  .day-gallery {
    padding-top: 200px;
  }
}
.day-gallery .media {
  display: grid;
  position: relative;
  gap: 30px;
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 1024px) {
  .day-gallery .media {
    grid-template-columns: repeat(4, 1fr);
  }
}
.day-gallery .media .image {
  background: #ccc;
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.day-gallery .media .image > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.day-gallery .media .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  object-fit: cover;
  max-width: 100%;
  height: auto;
}

footer {
  background-color: var(--black);
  color: var(--white);
  padding: 40px 0;
}
footer .inner-footer {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (min-width: 1024px) {
  footer .inner-footer {
    grid-template-columns: 1fr 1fr;
  }
}
footer div {
  padding: 0;
  font-size: 16px;
}
@media screen and (min-width: 640px) {
  footer div {
    font-size: calc(
			16px + (
					20 - 16
				) * (100vw - 640px) / (1280 - 640)
		);
  }
}
@media screen and (min-width: 1280px) {
  footer div {
    font-size: 20px;
  }
}
footer div .footer-icon a {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 20px;
  color: inherit;
}
footer div .footer-icon a > img {
  width: 20px;
  height: auto;
}
@media screen and (min-width: 640px) {
  footer div .footer-icon a > img {
    width: calc(
			20px + (
					30 - 20
				) * (100vw - 640px) / (1280 - 640)
		);
  }
}
@media screen and (min-width: 1280px) {
  footer div .footer-icon a > img {
    width: 30px;
  }
}
footer div .copyright {
  margin-top: 40px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  footer div .copyright {
    grid-column: span 2;
  }
}
