@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

article, aside, figcaption, figure, footer,
header, hgroup, main, nav, section {
  display: block;
}

html {
  font-family: sans-serif;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #000;
}

body {
  position: relative;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  margin: 0;
  padding: 0;
}
body.scroll-lock {
  overflow: hidden;
  height: 100vh;
}
@media only screen and (max-width: 601px) {
  body #wpadminbar {
    position: fixed;
  }
}
body.admin-bar .header {
  top: 46px !important;
}
@media only screen and (min-width: 783px) {
  body.admin-bar .header {
    top: 32px !important;
  }
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

p {
  margin: 0 0 1em 0;
}
p:last-child {
  margin-bottom: 0;
}

.basic-page {
  overflow: clip;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (min-width: 768px) {
  .container {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1728px;
    padding: 0 60px;
  }
}

::-moz-selection {
  color: #fff;
  background: #B01E28;
}

::selection {
  color: #fff;
  background: #B01E28;
}

.text-red {
  color: #B01E28;
}

.text-green {
  color: #33A330;
}

.text-cream {
  color: #ECDCB8;
}

.text-white {
  color: #fff;
}

.text-underline {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.slick-slider-reseter .slick-list, .section-cta__slider .slick-list, .section-about__photos .slick-list {
  overflow: initial;
}
.slick-slider-reseter .slick-list .slick-track, .section-cta__slider .slick-list .slick-track, .section-about__photos .slick-list .slick-track {
  display: flex;
}
.slick-slider-reseter .slick-list .slick-track .slick-slide, .section-cta__slider .slick-list .slick-track .slick-slide, .section-about__photos .slick-list .slick-track .slick-slide {
  float: none;
  height: unset;
}
.slick-slider-reseter .slick-list .slick-track .slick-slide > div, .section-cta__slider .slick-list .slick-track .slick-slide > div, .section-about__photos .slick-list .slick-track .slick-slide > div {
  height: 100%;
}

.btn-base, .btn-white, .btn-black, .btn-primary, .btn-green {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 30px;
  column-gap: 10px;
  font-size: 24px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
  border-radius: 50px;
  border: 2px solid transparent;
  transition: 0.3s;
  cursor: pointer;
}
@media (prefers-reduced-motion: reduce) {
  .btn-base, .btn-white, .btn-black, .btn-primary, .btn-green {
    transition: none;
  }
}
@media (min-width: 1200px) {
  .btn-base, .btn-white, .btn-black, .btn-primary, .btn-green {
    min-height: 70px;
    padding: 0 40px;
    font-size: 30px;
  }
}
.btn-base span, .btn-white span, .btn-black span, .btn-primary span, .btn-green span {
  z-index: 2;
  position: relative;
  top: -1px;
}

.btn-green {
  border-color: #33A330;
  background: #33A330;
  color: #fff;
  outline: none;
}
.btn-green:hover {
  background: #277c24;
  border-color: #277c24;
}
.btn-green:focus-visible {
  border-radius: 50px;
  box-shadow: 0 0 0 1px #33A330, 0 0 0 4px rgba(51, 163, 48, 0.5);
}
.btn-green:active {
  background: #21681f;
  border-color: #21681f;
}

.btn-primary {
  border: 2px solid #B01E28;
  background: transparent;
  color: #B01E28;
  outline: none;
}
.btn-primary:hover {
  color: #fff;
  background: #B01E28;
}
.btn-primary:focus-visible {
  border-radius: 30px;
  box-shadow: 0 0 0 1px #B01E28, 0 0 0 4px rgba(176, 30, 40, 0.5);
}
.btn-primary:active {
  color: #fff;
  background: #B01E28;
}

.btn-black {
  border: 2px solid #000;
  background: transparent;
  color: #000;
  outline: none;
}
.btn-black:hover {
  color: #fff;
  background: #000;
}
.btn-black:focus-visible {
  border-radius: 30px;
  box-shadow: 0 0 0 1px #000, 0 0 0 4px rgba(0, 0, 0, 0.5);
}
.btn-black:active {
  color: #fff;
  background: #000;
}

.btn-white {
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
  outline: none;
}
.btn-white:hover {
  color: #000;
  background: #fff;
}
.btn-white:focus-visible {
  border-radius: 30px;
  box-shadow: 0 0 0 1px #fff, 0 0 0 4px rgba(255, 255, 255, 0.5);
}
.btn-white:active {
  color: #000;
  background: #fff;
}

.header-toggle {
  position: relative;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 4px 0 0 0;
  margin: 0;
  border: none;
  border-radius: 12px;
  text-decoration: none !important;
  background: #000;
  transition: 0.3s;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .header-toggle {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .header-toggle {
    transition: none;
  }
}
.header-toggle__icon {
  position: relative;
  height: 2rem;
  width: 2.6rem;
}
.header-toggle__icon span {
  display: block;
  position: absolute;
  height: 0.2rem;
  width: 2.6rem;
  background: #fff;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
  .header-toggle__icon span {
    transition: none;
  }
}
.header-toggle__icon span:nth-child(1) {
  top: 0rem;
}
.header-toggle__icon span:nth-child(2) {
  top: 0.7rem;
}
.header-toggle__icon span:nth-child(3) {
  top: 0.7rem;
}
.header-toggle__icon span:nth-child(4) {
  top: 1.5rem;
}
.header-toggle__icon.open span {
  background: #B01E28;
}
.header-toggle__icon.open span:nth-child(1) {
  top: 0rem;
  width: 0%;
  left: 50%;
}
.header-toggle__icon.open span:nth-child(2) {
  transform: rotate(45deg);
}
.header-toggle__icon.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.header-toggle__icon.open span:nth-child(4) {
  top: 0rem;
  width: 0%;
  left: 50%;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: transparent;
  transition: background 0.3s, backdrop-filter 0.3s;
}
.header.is-scrolled {
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.header.is-scrolled .header__left {
  opacity: 1;
}
.header.is-scrolled .navigation > li > a:not(.selected) {
  color: #fff;
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  gap: 20px;
}
@media (min-width: 1200px) {
  .header__container {
    height: 100px;
  }
}
.header__left {
  flex: 0 0 auto;
  opacity: 0;
}
.header__nav {
  flex: 1 1 auto;
  display: none;
}
@media (min-width: 1200px) {
  .header__nav {
    display: flex;
    justify-content: center;
  }
}
.header__right {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 15px;
}
.header__tickets {
  display: none;
}
@media (min-width: 1200px) {
  .header__tickets {
    display: inline-flex;
    min-width: 250px;
  }
}

.header-logo {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: block;
  outline: none;
}
.header-logo:focus-visible {
  border-radius: 20px;
  box-shadow: 0 0 0 1px #B01E28, 0 0 0 4px rgba(176, 30, 40, 0.5);
}
.header-logo img {
  display: block;
  width: auto;
  height: 50px;
  object-fit: contain;
}
@media only screen and (min-width: 1200px) {
  .header-logo img {
    height: 70px;
  }
}

.navigation {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 5px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 991px) {
  .navigation {
    gap: 30px;
  }
}
@media only screen and (min-width: 1600px) {
  .navigation {
    gap: 70px;
  }
}
.navigation > li {
  margin: 0;
  padding: 0;
}
.navigation > li > a {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  color: #000;
  line-height: 1.2;
  font-size: 24px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  transition: 0.3s;
  white-space: nowrap;
  outline: none;
  letter-spacing: 0.05em;
}
@media (prefers-reduced-motion: reduce) {
  .navigation > li > a {
    transition: none;
  }
}
@media (min-width: 1600px) {
  .navigation > li > a {
    font-size: 30px;
  }
}
.navigation > li > a:hover {
  color: #B01E28;
}
.navigation > li > a:focus-visible {
  border-radius: 4px;
  box-shadow: 0 0 0 1px #B01E28, 0 0 0 4px rgba(176, 30, 40, 0.5);
}
.navigation > li > a.selected {
  color: #B01E28;
  border-bottom: 2px solid #B01E28;
}

.mobile-navigation-wrapper {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .mobile-navigation-wrapper {
    display: none !important;
  }
}
.mobile-navigation-wrapper.open {
  display: block;
}
.mobile-navigation-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(8px);
}

.mobile-navigation-panel {
  z-index: 2;
  position: relative;
  max-height: calc(100vh - 70px);
  overflow-y: auto;
}

.mobile-navigation {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 30px 0 40px 0;
}
.mobile-navigation ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.mobile-navigation ul > li {
  position: relative;
  margin: 6px 0;
  padding: 0;
  width: 100%;
  text-align: center;
}
.mobile-navigation ul > li.selected > a {
  color: #B01E28;
}
.mobile-navigation ul > li > a:not(.btn-green) {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 0;
  font-size: 2.4rem;
  font-family: "Rift", sans-serif;
  font-weight: 600;
  color: #fff;
  transition: 0.3s;
  white-space: nowrap;
  letter-spacing: 0.05em;
}
@media (prefers-reduced-motion: reduce) {
  .mobile-navigation ul > li > a:not(.btn-green) {
    transition: none;
  }
}
.mobile-navigation ul > li > a:not(.btn-green).selected {
  color: #B01E28;
}
.mobile-navigation ul > li > a:not(.btn-green):hover {
  color: #B01E28;
}
.mobile-navigation ul > li > a.btn-green {
  margin-top: 15px;
  font-size: 2rem;
}

.section-hero {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.section-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.section-hero__bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.section-hero__content {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 0 0 0;
  text-align: center;
}
@media (min-width: 768px) {
  .section-hero__content {
    padding: 120px 0 0 0;
  }
}
@media (min-width: 1200px) {
  .section-hero__content {
    padding: 140px 0 0 0;
  }
}
.section-hero__content-bg {
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: clamp(130px, 17vw, 260px);
  height: 70%;
  background: #ECDCB8;
}
.section-hero__logo {
  position: relative;
  z-index: 3;
  margin-bottom: 18px;
}
.section-hero__logo img {
  display: block;
  width: 100%;
  max-width: clamp(250px, 39vw, 590px);
  height: auto;
}
.section-hero__year {
  position: relative;
  z-index: 3;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #B01E28;
  font-size: clamp(6rem, 9.5vw, 14rem);
  line-height: 1;
  letter-spacing: -0.02em;
}
.section-hero__year--smaller {
  font-size: clamp(4rem, 9.5vw, 8rem);
}
.section-hero__bottom {
  position: relative;
  z-index: 2;
  margin-top: -20px;
}
@media (min-width: 768px) {
  .section-hero__bottom {
    margin-top: -60px;
  }
}
.section-hero__bottom-bg {
  display: block;
  width: 100%;
  max-width: 250px;
  height: auto;
}
@media (min-width: 768px) {
  .section-hero__bottom-bg {
    max-width: 370px;
  }
}
@media (min-width: 991px) {
  .section-hero__bottom-bg {
    max-width: 450px;
  }
}
@media (min-width: 1600px) {
  .section-hero__bottom-bg {
    max-width: 670px;
  }
}

.section-tagline {
  position: relative;
  background: #000;
  overflow: hidden;
}
.section-tagline__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.section-tagline__bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.section-tagline__video {
  min-width: 100%;
  min-height: 100%;
  aspect-ratio: 16/9;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.section-tagline__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.75);
}
.section-tagline .container {
  position: relative;
  z-index: 2;
}
.section-tagline__content {
  display: flex;
  align-items: center;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .section-tagline__content {
    min-height: 740px;
    padding: 60px 0;
  }
}
.section-tagline__text-wrap {
  display: flex;
  align-items: flex-start;
}
.section-tagline__heading {
  display: flex;
  flex-direction: column;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: clamp(3.6rem, 7vw, 10rem);
  line-height: 1.05;
  margin: 0;
}
.section-tagline__row-1 {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 25px;
}
.section-tagline__row-2 {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  column-gap: 40px;
}
@media (min-width: 768px) {
  .section-tagline__row-2 {
    flex-direction: row;
    align-items: center;
  }
}
.section-tagline__play-btn {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 0 0 0 2px;
  border-radius: 50%;
  background-color: #ECDCB8;
  transition: background-color 0.3s;
  outline: none;
}
@media (prefers-reduced-motion: reduce) {
  .section-tagline__play-btn {
    transition: none;
  }
}
.section-tagline__play-btn:hover {
  background: white;
}
.section-tagline__play-btn:focus-visible::after {
  border-radius: 50%;
  box-shadow: 0 0 0 1px #000, 0 0 0 4px rgba(0, 0, 0, 0.5);
}
.section-tagline__play-btn img {
  z-index: 2;
  position: relative;
  display: block;
}
.section-tagline__play-btn::before, .section-tagline__play-btn::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: inherit;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  animation: pulse 2s infinite;
}
@media (prefers-reduced-motion: reduce) {
  .section-tagline__play-btn::before, .section-tagline__play-btn::after {
    animation: none;
  }
}
.section-tagline__play-btn span:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url("../../images/icon-play-arrow.svg") no-repeat center;
  background-size: contain;
  z-index: 2;
  position: relative;
}
.section-tagline__play-btn::before {
  width: 65px;
  height: 65px;
  opacity: 0.25;
}
.section-tagline__play-btn::after {
  width: 84px;
  height: 84px;
  opacity: 0.25;
}
.section-tagline__info-bar {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 10px;
  background: #ECDCB8;
  padding: 14px 20px;
}
@media (min-width: 768px) {
  .section-tagline__info-bar {
    padding: 25px 40px;
    column-gap: 20px;
  }
}
@media (min-width: 1200px) {
  .section-tagline__info-bar {
    padding: 30px 60px;
    column-gap: 40px;
  }
}
.section-tagline__info-bar:before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: #ECDCB8;
}
.section-tagline__info-sep {
  position: relative;
  z-index: 2;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  font-size: clamp(2rem, 3vw, 6rem);
  color: #000;
  display: block;
  transform: translateY(-25%);
}
.section-tagline__info-item {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 0;
  flex-wrap: wrap;
}
.section-tagline__info-label {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: clamp(1.8rem, 2.5vw, 4rem);
  color: #000;
  white-space: nowrap;
}
.section-tagline__info-value {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: clamp(1.8rem, 2.5vw, 4rem);
  color: #B01E28;
  white-space: nowrap;
}
.section-tagline__info-link {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  color: #B01E28;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}
.section-tagline__info-link:hover {
  text-decoration: none;
}

.section-lineup {
  position: relative;
  overflow: hidden;
  padding: 60px 0;
}
@media (min-width: 1200px) {
  .section-lineup {
    padding: 100px 0;
  }
}
.section-lineup__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.section-lineup__bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.section-lineup .container {
  position: relative;
  z-index: 2;
}
.section-lineup__logo {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.section-lineup__logo img {
  display: block;
  width: clamp(80px, 12vw, 150px);
  height: auto;
}
.section-lineup__title {
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: clamp(3.5rem, 4vw, 6rem);
  text-align: center;
  margin: 0 0 40px;
}
@media (min-width: 1200px) {
  .section-lineup__title {
    margin-bottom: 80px;
  }
}
.section-lineup__cta {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media (min-width: 1200px) {
  .section-lineup__cta {
    margin-top: 80px;
  }
}
@media (min-width: 768px) {
  .section-lineup__cta .btn-green {
    min-width: 250px;
  }
}

@keyframes scrollLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(var(--scroll-width-neg));
  }
}
@keyframes scrollRight {
  from {
    transform: translateX(var(--scroll-width-neg));
  }
  to {
    transform: translateX(0);
  }
}
.lineup-bands {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 100%;
}
.lineup-bands__row {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  will-change: transform;
}
.lineup-bands__row--left {
  animation: scrollLeft 130s linear infinite;
}
.lineup-bands__row--right {
  animation: scrollRight 130s linear infinite;
}

.band-item {
  position: relative;
  display: flex;
  height: clamp(60px, 9.2vw, 140px);
  white-space: nowrap;
  transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .band-item {
    transition: none;
  }
}
.band-item::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #251e1e;
  z-index: 1;
  transition: all 0.3s ease;
  will-change: transform;
}
@media (prefers-reduced-motion: reduce) {
  .band-item::after {
    transition: none;
  }
}
.band-item:hover {
  z-index: 10;
  transform: skew(2deg) rotate(-2.14deg) scale(1.08);
}
.band-item:hover:after {
  top: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}
.band-item__photo {
  position: relative;
  z-index: 3;
  flex: 0 0 clamp(60px, 9.2vw, 140px);
  width: clamp(60px, 9.2vw, 140px);
  overflow: hidden;
}
.band-item__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.band-item__name {
  position: relative;
  z-index: 3;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  padding: 0 clamp(20px, 5.5vw, 80px);
  font-family: "Rift", sans-serif;
  font-weight: 700;
  font-size: clamp(3.2rem, 6.5vw, 10rem);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.band-item--cream .band-item__name {
  background: #ECDCB8;
  color: #000;
}
.band-item--red .band-item__name {
  background: #B01E28;
  color: #fff;
}
.band-item--black .band-item__name {
  background: #000;
  color: #fff;
}

.section-tickets {
  background: #000;
  padding: 60px 0;
}
@media (min-width: 1200px) {
  .section-tickets {
    padding: 100px 0;
  }
}
.section-tickets__title {
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: clamp(3.5rem, 4vw, 6rem);
  text-align: center;
  margin: 0 0 30px;
}
@media (min-width: 1200px) {
  .section-tickets__title {
    margin-bottom: 45px;
  }
}

.tickets-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  .tickets-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .tickets-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.ticket-card {
  background: #232323;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.ticket-card__header {
  display: flex;
  align-items: stretch;
  background: #ECDCB8;
  min-height: clamp(60px, 6vw, 90px);
}
.ticket-card__header--full {
  justify-content: center;
}
.ticket-card__type {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px clamp(2rem, 2.7vw, 4rem);
  font-family: "Rift", sans-serif;
  font-weight: 700;
  font-size: clamp(2rem, 2.7vw, 4rem);
  color: #000;
}
.ticket-card__price {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  padding: 10px clamp(2rem, 2.7vw, 4rem);
  background: #B01E28;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  font-size: clamp(2rem, 2.7vw, 4rem);
  color: #fff;
}
.ticket-card__body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 34px;
  padding: 25px 20px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  color: #fff;
  line-height: 1.5;
  text-align: center;
}
.ticket-card__body strong {
  color: #ECDCB8;
  font-weight: 500;
}
.ticket-card__body p {
  margin: 0;
}
.ticket-card__body--zero-gap {
  row-gap: 0;
}
.ticket-card__free {
  margin: 0;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  font-size: clamp(2.5rem, 4vw, 5rem);
  color: #ECDCB8;
}
.ticket-card__link {
  color: #ECDCB8;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.ticket-card__link:hover {
  text-decoration: none;
}
.ticket-card__footer {
  padding: 0 20px 25px;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .ticket-card__footer .btn-green {
    min-width: 250px;
  }
}

.section-about {
  position: relative;
  background: #232323;
  overflow: hidden;
  padding: 60px 0 0 0;
}
@media (min-width: 1200px) {
  .section-about {
    padding: 120px 0 0 0;
  }
}
.section-about__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 991px) {
  .section-about__layout {
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: start;
  }
}
.section-about__left {
  position: relative;
  z-index: 4;
  min-width: 0;
}
.section-about__right {
  position: relative;
  z-index: 2;
  min-width: 0;
}
.section-about__heading {
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: clamp(3.2rem, 6.8vw, 10rem);
  line-height: 1.05;
  margin: 0;
}
@media (min-width: 991px) {
  .section-about__heading {
    margin: 36px 0 0 0;
  }
}
.section-about__text {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: clamp(1.6rem, 1.2vw, 1.8rem);
  color: #fff;
  line-height: 1.6;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .section-about__text {
    margin-bottom: 40px;
  }
}
.section-about__text p {
  margin-bottom: 1em;
}
.section-about__photos {
  position: relative;
  margin: 0 0 clamp(60px, 6vw, 100px) 0;
}
@media (min-width: 991px) {
  .section-about__photos {
    margin: 0 0 100px -18px;
  }
  .section-about__photos::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    width: 100vw;
    height: 100%;
    background: #232323;
    z-index: 10;
  }
}
.section-about .slick-track {
  gap: 18px;
}
.section-about .slick-list {
  position: relative;
  z-index: 2;
}
.section-about__photo {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .section-about__photo {
    transition: none;
  }
}
.section-about__photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.section-about__photo:hover {
  transform: scale(1.05);
}
.section-about .slick-prev,
.section-about .slick-next {
  width: clamp(34px, 6vw, 42px);
  height: clamp(34px, 6vw, 42px);
  z-index: 10;
  bottom: -50px;
  top: auto;
}
@media (min-width: 991px) {
  .section-about .slick-prev,
  .section-about .slick-next {
    bottom: -70px;
  }
}
.section-about .slick-prev img,
.section-about .slick-next img {
  width: clamp(34px, 6vw, 42px);
  height: clamp(34px, 6vw, 42px);
}
.section-about .slick-prev::before,
.section-about .slick-next::before {
  display: none;
}
.section-about .slick-prev {
  left: 0;
  transform: rotate(180deg);
}
@media (min-width: 991px) {
  .section-about .slick-prev {
    left: 18px;
  }
}
.section-about .slick-next {
  left: 56px;
  transform: none;
}
@media (min-width: 991px) {
  .section-about .slick-next {
    left: 86px;
  }
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes scroll-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
.section-banner {
  position: relative;
  z-index: 10;
  background: #232323;
}
@media (min-width: 1200px) {
  .section-banner {
    padding: 40px 0;
  }
}
.section-banner__row {
  position: relative;
}
.section-banner__row--left {
  z-index: 2;
  background: #ECDCB8;
  transform: rotate(-6deg) scaleX(1.05);
}
.section-banner__row--right {
  z-index: 1;
  background: #B01E28;
  transform: translateY(-100%) rotate(6deg) scaleX(1.05);
}
.section-banner__track {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 0;
  white-space: nowrap;
  width: max-content;
}
@media (min-width: 768px) {
  .section-banner__track {
    padding: 10px 0;
    gap: 20px;
  }
}
.section-banner__track--left {
  animation: scroll-left 50s linear infinite;
}
.section-banner__track--left span {
  color: #000;
}
.section-banner__track--left span.text-red {
  color: #B01E28;
}
.section-banner__track--right {
  animation: scroll-right 50s linear infinite;
}
.section-banner__track--right span {
  color: #fff;
}
.section-banner__track--right span.text-red {
  color: #000;
}
@media (prefers-reduced-motion: reduce) {
  .section-banner__track {
    animation: none;
  }
}
.section-banner__track span {
  font-family: "Rift", sans-serif;
  font-weight: 700;
  font-size: clamp(1.8rem, 3vw, 4rem);
}
.section-banner__track span.text-red {
  transform: translateY(-26%);
}

.section-info {
  background: #000;
  padding: 60px 0;
}
@media (min-width: 1200px) {
  .section-info {
    padding: 80px 0;
  }
}
.section-info__title {
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: clamp(3.5rem, 6vw, 6rem);
  text-align: center;
  margin: 0 0 50px;
}
.section-info__title--smaller {
  font-size: clamp(2.5rem, 4vw, 4rem);
}
.section-info__title--smaller a {
  color: #B01E28;
}
.section-info__title--smaller a:hover {
  text-decoration: none;
}
.section-info__details {
  z-index: 2;
  position: relative;
  display: flex;
  justify-content: center;
}
.section-info__details ul li {
  gap: 0 !important;
}
.section-info__details ul li a {
  margin-left: 5px;
}
.section-info__map {
  display: flex;
  justify-content: center;
  margin: 0 0 20px;
}
.section-info__map img {
  display: block;
  width: 100%;
  max-width: 814px;
  height: auto;
}
.section-info__bg-deco img {
  z-index: 1;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(-43.99deg) translate(60%, 25%);
}
.section-info__rules {
  position: relative;
  padding-top: 90px;
}
.section-info__rules-title {
  z-index: 2;
  position: relative;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: clamp(2.8rem, 4vw, 6rem);
  margin: 0 0 100px;
  line-height: 1.1;
  max-width: 300px;
}
@media (min-width: 768px) {
  .section-info__rules-title {
    max-width: 45%;
  }
}
@media (min-width: 1200px) {
  .section-info__rules-title {
    margin-bottom: 200px;
  }
}
@media (min-width: 1400px) {
  .section-info__rules-title {
    max-width: 650px;
  }
}

.info-list, .section-info__details ul {
  list-style: none;
  margin: 0;
  padding: 20px 0 20px 20px;
  border-left: 3px solid #ECDCB8;
}
.info-list li, .section-info__details ul li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 20px;
  color: #ECDCB8;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  line-height: 1.4;
}
.info-list li::before, .section-info__details ul li::before {
  content: "";
  z-index: 2;
  position: absolute;
  top: 5px;
  left: -30px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #B01E28;
}
.info-list li strong, .section-info__details ul li strong {
  font-weight: 600;
  color: #ECDCB8;
}
.info-list li a, .section-info__details ul li a {
  color: #ECDCB8;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.info-list li:last-child, .section-info__details ul li:last-child {
  margin-bottom: 0;
}
.info-list__dot {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

.rules-grid {
  z-index: 2;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (min-width: 768px) {
  .rules-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .rules-grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 40px;
  }
}

.rule-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  padding: 25px 0;
}
.rule-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -15px;
  width: calc(100% + 30px);
  height: 1px;
  background-color: #ECDCB8;
}
@media (min-width: 1200px) {
  .rule-item::after {
    left: -20px;
    width: calc(100% + 40px);
  }
}
.rule-item:nth-last-child(-n+2)::after {
  display: none;
}
.rule-item:last-child:nth-child(2n+1) ~ .rule-item::after {
  display: block;
}
.rule-item:nth-last-child(2):not(:nth-child(2n+1))::after {
  display: block;
}
@media (min-width: 768px) {
  .rule-item:nth-last-child(-n+3)::after {
    display: none;
  }
}
@media (min-width: 1200px) {
  .rule-item:nth-last-child(-n+5)::after {
    display: none;
  }
}
.rule-item__icon {
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
}
.rule-item__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.rule-item p {
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.2rem, 1.5vw, 1.6rem);
  line-height: 1.4;
  color: #ECDCB8;
  margin: 0;
}
.rule-item--allowed p {
  color: #33A330;
}
.rule-item--forbidden p {
  color: #B01E28;
}
.rule-item .divider {
  display: none;
  position: absolute;
  top: 0;
  right: -20px;
  width: 1px;
  height: 600px;
  background: #ECDCB8;
  opacity: 0;
  transform: translateY(0);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s ease;
  will-change: transform, opacity;
}
.rule-item .divider.divider-from-bottom {
  transform: translateY(100%);
}
.rule-item .divider.divider-from-top {
  transform: translateY(-100%);
}
.rule-item .divider.divider-animate {
  transform: translateY(0);
  opacity: 1;
}
.rule-item:nth-child(1) .divider {
  display: block;
  height: 900px;
}
@media (min-width: 768px) {
  .rule-item:nth-child(1) .divider {
    height: 800px;
  }
}
@media (min-width: 1200px) {
  .rule-item:nth-child(1) .divider {
    height: 600px;
  }
}
@media (min-width: 768px) {
  .rule-item:nth-child(2) .divider {
    display: block;
    top: -100px;
    height: 800px;
  }
}
@media (min-width: 1200px) {
  .rule-item:nth-child(2) .divider {
    top: -200px;
    height: 600px;
  }
}
@media (min-width: 1200px) {
  .rule-item:nth-child(3) .divider {
    display: block;
    height: 500px;
  }
}
@media (min-width: 1200px) {
  .rule-item:nth-child(4) .divider {
    display: block;
    top: -100px;
    height: 500px;
  }
}

.section-cta {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
  text-align: right;
}
@media (min-width: 1200px) {
  .section-cta {
    padding: 120px 0;
  }
}
.section-cta .container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 30px;
}
@media (min-width: 1200px) {
  .section-cta .container {
    gap: 40px;
  }
}
.section-cta__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 991px) {
  .section-cta__layout {
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: start;
  }
}
.section-cta__left {
  position: relative;
  z-index: 2;
  min-width: 0;
}
.section-cta__right {
  position: relative;
  z-index: 4;
  min-width: 0;
}
@media (min-width: 991px) {
  .section-cta__content .btn-green {
    min-width: 250px;
  }
}
.section-cta__text {
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: clamp(3rem, 5vw, 6rem);
  line-height: 1.1;
  text-align: right;
  margin: 0 0 20px 0;
}
.section-cta__slider {
  position: relative;
  margin: clamp(60px, 6vw, 80px) 0 0;
}
@media (min-width: 991px) {
  .section-cta__slider {
    margin: 80px 0 0 0;
  }
  .section-cta__slider::before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 100vw;
    height: 100%;
    background: #000;
    z-index: 10;
  }
}
.section-cta .slick-track {
  gap: 18px;
}
.section-cta .slick-list {
  position: relative;
  z-index: 2;
}
.section-cta__slider-item {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .section-cta__slider-item {
    transition: none;
  }
}
.section-cta__slider-item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.section-cta__slider-item:hover {
  transform: scale(1.05);
}
.section-cta .slick-prev,
.section-cta .slick-next {
  width: clamp(34px, 6vw, 42px);
  height: clamp(34px, 6vw, 42px);
  z-index: 10;
  bottom: calc(100% + 30px);
  top: auto;
}
@media (min-width: 991px) {
  .section-cta .slick-prev,
  .section-cta .slick-next {
    bottom: calc(100% + 30px);
  }
}
.section-cta .slick-prev img,
.section-cta .slick-next img {
  width: clamp(34px, 6vw, 42px);
  height: clamp(34px, 6vw, 42px);
}
.section-cta .slick-prev::before,
.section-cta .slick-next::before {
  display: none;
}
.section-cta .slick-prev {
  right: 0;
  left: unset;
  transform: none;
}
.section-cta .slick-next {
  right: 56px;
  left: unset;
  transform: rotate(180deg);
}

.section-contact {
  position: relative;
  background: #ECDCB8;
  padding: 60px 0;
}
@media (min-width: 1200px) {
  .section-contact {
    padding: 100px 0;
  }
}
.section-contact__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.section-contact__bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.section-contact .container {
  position: relative;
  z-index: 1;
}
.section-contact__title {
  max-width: 830px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
  font-size: clamp(3rem, 5vw, 6rem);
  text-align: center;
  margin: 0 auto 20px;
  line-height: 1.1;
}
.section-contact__social {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 44px;
}

.social-icon {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: block;
  width: 48px;
  height: 48px;
  transition: transform 0.3s, opacity 0.3s;
}
.social-icon:hover {
  transform: scale(1.1);
  opacity: 0.8;
}
.social-icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .contact-grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 100px;
  }
}
@media (min-width: 1200px) {
  .contact-grid {
    column-gap: 160px;
  }
}

.contact-item {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 18px;
  padding: 25px 0;
}
.contact-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #000;
}
.contact-item:last-child::before {
  display: none;
}
@media (min-width: 768px) {
  .contact-item {
    padding: 50px 0;
  }
  .contact-item::before {
    right: -100px;
  }
  .contact-item::after {
    content: "";
    position: absolute;
    right: -50px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #000;
  }
  .contact-item:nth-child(2n)::after {
    display: none;
  }
  .contact-item:nth-child(2n)::before {
    right: 0;
  }
  .contact-item:nth-last-child(-n+2)::before {
    display: none;
  }
  .contact-item:last-child:nth-child(2n+1)::before {
    display: block;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .contact-item::before {
    right: -160px;
  }
  .contact-item::after {
    right: -80px;
  }
}
.contact-item__icon {
  display: flex;
  align-items: center;
  height: 100%;
  min-width: 60px;
}
@media (min-width: 768px) {
  .contact-item__icon {
    min-width: 90px;
  }
}
@media (min-width: 991px) {
  .contact-item__icon {
    min-width: 120px;
  }
}
.contact-item__icon img {
  display: block;
  width: 60px;
  height: 60px;
}
@media (min-width: 768px) {
  .contact-item__icon img {
    width: 90px;
    height: 90px;
  }
}
@media (min-width: 991px) {
  .contact-item__icon img {
    width: 120px;
    height: 120px;
  }
}
.contact-item__title {
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #B01E28;
  font-size: clamp(2rem, 2.5vw, 4rem);
  margin: 0 0 6px 0;
  line-height: 1.1;
}
.contact-item__body {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: clamp(1.4rem, 1.6vw, 1.8rem);
  color: #000;
  line-height: 1.5;
}
.contact-item__body strong {
  font-weight: 600;
}
.contact-item__body a {
  color: #000;
  text-decoration: none;
}
.contact-item__body a:hover {
  color: #B01E28;
}
.contact-item__body p {
  margin-bottom: 0.4em;
}

.footer__bar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #000;
  gap: 15px;
  padding: 18px 0;
}
@media (min-width: 991px) {
  .footer__bar {
    justify-content: space-between;
  }
}
.footer__text {
  margin: 0;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #ECDCB8;
  font-size: clamp(1.6rem, 2.5vw, 1.8rem);
}
@media (min-width: 991px) {
  .footer__text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.footer__text a {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  color: #B01E28;
}
.footer__text a:hover {
  text-decoration: none;
}
.footer__text p {
  margin: 0;
}
.footer__copy {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  margin: 0;
}
.footer__dev {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  color: #fff;
  margin: 0;
  text-decoration: none;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.pb-5 {
  padding-bottom: 5rem !important;
}

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