/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
       appearance: textfield;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

html {
  font-size: 16px;
}

body {
  background: linear-gradient(135deg, #f28202, #ffca8d);
  color: #1f525b;
  font-family: "Block Berthold", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  overflow-x: hidden;
}

.site-content {
  min-height: 50vh;
}

*:focus-visible {
  outline: 2px solid #d01061;
  outline-offset: 2px;
}

::-moz-selection {
  background-color: #d01061;
  color: #ffffff;
}

::selection {
  background-color: #d01061;
  color: #ffffff;
}

::-moz-selection {
  background-color: #d01061;
  color: #ffffff;
}

@font-face {
  font-family: "Block Berthold";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/blockberthold.otf") format("opentype");
}
@font-face {
  font-family: "Block Berthold";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/blockberthold.otf") format("opentype");
}
@font-face {
  font-family: "Block Berthold Condensed";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/blockberthold.otf") format("opentype");
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5rem;
  color: #1f525b;
  font-family: "Block Berthold", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

h1 {
  font-size: clamp(1.5rem, 5vw + 1rem, 5rem);
}

h2 {
  font-size: clamp(1.25rem, 4vw + 0.5rem, 3.5rem);
}

h3 {
  font-size: clamp(1.125rem, 3vw + 0.5rem, 2.5rem);
}

h4 {
  font-size: clamp(1rem, 2vw + 0.5rem, 2rem);
}

h5 {
  font-size: clamp(0.875rem, 2vw, 1.5rem);
}

h6 {
  font-size: 0.875rem;
}

p {
  margin-bottom: 1.5rem;
  font-size: 16px;
  line-height: 1.6;
}

a {
  color: #d01061;
  transition: color 150ms ease-in-out;
}
a:hover {
  color: #a90d4f;
}

strong,
b {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

small {
  font-size: 14px;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-ticket-date {
  font-family: "Block Berthold Condensed", sans-serif;
  text-transform: uppercase;
}

.text-heading-large {
  font-family: "Block Berthold", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.text-artist,
.text-sponsor {
  font-family: "Block Berthold Condensed", sans-serif;
  text-transform: uppercase;
}

.text-sponsor--gold {
  color: #f28202;
}

.text-sponsor--silver {
  color: #e97999;
}

.text-sponsor--bronze {
  color: #83c09b;
}

.text-banner-content {
  font-size: clamp(1rem, 4vw, 2rem);
  line-height: 1.3;
}
.text-banner-content p {
  font-size: inherit;
  line-height: inherit;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.5rem;
}

.gap-sm {
  gap: 1rem;
}

.gap-md {
  gap: 1.5rem;
}

.gap-lg {
  gap: 2rem;
}

.gap-xl {
  gap: 3rem;
}

.container {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (max-width: 767px) {
  .container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.section {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (max-width: 767px) {
  .section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  border: 2px solid transparent;
  border-radius: 0.5rem;
  background-color: #d01061;
  color: #ffffff;
  font-family: "Block Berthold", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}
.btn:hover {
  background-color: #a90d4f;
  color: #ffffff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.btn:active {
  transform: translateY(0);
}
.btn:focus-visible {
  outline: 2px solid #d01061;
  outline-offset: 2px;
}

.btn--secondary {
  background-color: #f28202;
}
.btn--secondary:hover {
  background-color: #c86c02;
}

.btn--outline {
  background-color: transparent;
  border-color: #d01061;
  color: #d01061;
}
.btn--outline:hover {
  background-color: #d01061;
  color: #ffffff;
}

.btn--outline-white {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.btn--outline-white:hover {
  background-color: #fff;
  color: #d01061;
}

.btn--large {
  padding: 1.5rem 3rem;
  font-size: 18px;
}

.btn--small {
  padding: 0.5rem 1.5rem;
  font-size: 14px;
}

.btn--pill {
  padding-right: 3rem;
  padding-left: 3rem;
  border-radius: 50rem;
}

.main-navigation .nav-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .main-navigation .nav-menu {
    flex-direction: column;
    justify-content: center;
    gap: 1.5rem;
  }
}
.main-navigation .menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: #1f525b;
  font-size: 16px;
  font-weight: 500;
  transition: color 150ms ease-in-out;
}
.main-navigation .menu-item a:hover {
  color: #d01061;
}
.main-navigation .menu-item.current-menu-item a, .main-navigation .menu-item.current_page_item a {
  color: #d01061;
}

.footer-navigation .footer-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .footer-navigation .footer-menu {
    justify-content: center;
  }
}
.footer-navigation .menu-item a {
  color: #6b7280;
  font-size: 14px;
  transition: color 150ms ease-in-out;
}
.footer-navigation .menu-item a:hover {
  color: #1f525b;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
textarea,
select {
  width: 100%;
  padding: 1rem 1.5rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  background-color: #ffffff;
  font-size: 16px;
  color: #1f525b;
  transition: border-color 150ms ease-in-out;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
textarea:focus,
select:focus {
  border-color: #d01061;
  outline: none;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=number]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #6b7280;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #6b7280;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 16px;
  font-weight: 500;
  color: #1f525b;
}

.form-group {
  margin-bottom: 1.5rem;
}

input[type=checkbox],
input[type=radio] {
  width: auto;
  margin-right: 0.5rem;
}

.hero {
  position: relative;
  background-image: var(--hero-bg);
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: cover;
  filter: saturate(1.2);
}
@media (max-width: 1024px) {
  .hero {
    background-image: var(--hero-bg-tablet);
    background-position: 50% 20%;
  }
}
@media (min-width: 1920px) {
  .hero {
    background-position: 50% 20%;
  }
}
@media (max-width: 767px) {
  .hero {
    background-image: var(--hero-bg-mobile);
    background-position: 50% 20%;
  }
}
.hero .container-fluid {
  position: relative;
  min-height: 100vh;
}
.hero .col-12 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hero__static-image {
  max-width: 800px;
  height: -moz-fit-content;
  height: fit-content;
}
.hero__action {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.hero__action h1 {
  margin-top: -4rem;
  margin-bottom: 1.5rem;
  color: #fff;
  font-size: 6rem;
  text-transform: uppercase;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  letter-spacing: -2px;
}
@media (max-width: 768px) {
  .hero__action h1 {
    font-size: 4rem;
  }
}
@media (max-width: 576px) {
  .hero__action h1 {
    margin-top: 2rem;
  }
}
.hero__badge {
  position: absolute;
  bottom: 5vh;
  right: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 280px;
  height: 280px;
  background-color: #83c09b;
  border-radius: 50%;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  transform: rotate(5deg);
}
.hero__badge span {
  color: #fff;
  font-family: "Block Berthold", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 0.5;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .hero__badge {
    display: none;
  }
}
.hero__carousel {
  position: relative;
  width: 100%;
  padding: 2rem 0;
  margin-top: -2rem;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
          mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}
.hero__carousel-track {
  display: flex;
  gap: 1.5rem;
  width: -moz-max-content;
  width: max-content;
  padding: 1rem 0;
  animation: scroll-hero 40s linear infinite;
}
.hero__carousel-track:hover {
  animation-play-state: paused;
}
@media (max-width: 767px) {
  .hero__carousel-track {
    gap: 2rem;
  }
}
.hero__carousel-card {
  position: relative;
  flex: 0 0 auto;
  width: clamp(300px, 20vw, 380px);
  max-width: 380px;
  aspect-ratio: 3/4;
  overflow: hidden;
  border-radius: 1.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out;
}
.hero__carousel-card:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px) scale(1.02);
}
.hero__carousel-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
@media (max-width: 1199px) {
  .hero__carousel-card {
    width: clamp(280px, 18vw, 380px);
  }
}
@media (max-width: 767px) {
  .hero__carousel-card {
    width: clamp(220px, 25vw, 320px);
  }
}
.hero__carousel-card .hero__card-name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.5rem;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
  color: #83c09b;
  font-family: "Block Berthold", sans-serif;
  font-size: clamp(1.25rem, 3vw, 2rem);
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 2px 2px 0 #1f525b;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
  pointer-events: none;
}
.hero__mobile-date-banner {
  display: none;
  position: sticky;
  top: 0;
  z-index: 9999;
  width: 100%;
  padding: 0.5rem 1.5rem;
  background-color: #83c09b;
  color: #fff;
  font-family: "Block Berthold", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1240px) {
  .hero__mobile-date-banner {
    display: block;
  }
}
.hero__mobile-date-banner .hero__date-range {
  margin-right: 0.5rem;
}

@keyframes scroll-hero {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.text-banner {
  padding: 4rem 0;
  background: linear-gradient(135deg, #83c09b, #1fb19a);
}
.text-banner .container-fluid {
  max-width: 1420px;
  margin: 0 auto;
}
.text-banner__content {
  margin: 0 auto;
  padding: 0;
  color: #fff;
  font-size: clamp(1.125rem, 2vw, 1.75rem);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}
.text-banner__content p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: inherit;
}
.text-banner__content p:last-child {
  margin-bottom: 0;
}
.text-banner__content h1, .text-banner__content h2, .text-banner__content h3, .text-banner__content h4, .text-banner__content h5, .text-banner__content h6 {
  margin-bottom: 1rem;
  font-size: inherit;
  color: inherit;
  text-transform: inherit;
}

.image-banner {
  position: relative;
  min-height: 300px;
  padding: 3rem 0;
  background: linear-gradient(135deg, #d01061, #f28202);
  overflow: visible;
  overflow-x: clip;
}
@media (max-width: 767px) {
  .image-banner {
    min-height: 250px;
  }
}
.image-banner__overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(208, 16, 97, 0.9) 0%, rgba(242, 130, 2, 0.8) 100%);
}
.image-banner__mobile-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .image-banner__mobile-bg {
    display: none;
  }
}
.image-banner__mobile-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.image-banner__image {
  position: absolute;
  top: -17.5%;
  right: -10%;
  z-index: 2;
  height: 140%;
  display: none;
}
@media (min-width: 768px) {
  .image-banner__image {
    display: block;
  }
}
.image-banner__image img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right center;
     object-position: right center;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
}
.image-banner .container {
  position: relative;
  z-index: 3;
}
.image-banner__content {
  position: relative;
  z-index: 3;
  text-align: center;
}
.image-banner__content h1, .image-banner__content h2, .image-banner__content h3, .image-banner__content h4, .image-banner__content h5, .image-banner__content h6, .image-banner__content p, .image-banner__content strong, .image-banner__content em, .image-banner__content span {
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.image-banner__content h1, .image-banner__content h2 {
  margin-bottom: 1.5rem;
  font-family: "Block Berthold", sans-serif;
  font-size: clamp(1.5rem, 5vw + 1rem, 5rem);
  font-weight: 700;
  text-transform: uppercase;
}
.image-banner__content p {
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  line-height: 1.6;
}
.image-banner__button {
  margin-top: 2rem;
}

.lineup {
  padding: 3rem 0;
}
.lineup__title {
  margin-bottom: 3rem;
  color: #fff;
  font-family: "Block Berthold", sans-serif;
  font-size: clamp(1.5rem, 5vw + 1rem, 5rem);
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.lineup__row {
  margin-bottom: 2rem;
}
.lineup__row:last-child {
  margin-bottom: 0;
}
.lineup__image-wrapper {
  position: relative;
  width: 100%;
  border-radius: 1.5rem;
}
.lineup__image {
  width: 100%;
  aspect-ratio: 4/3;
  background-size: cover;
  background-position: 50% 20%;
  background-repeat: no-repeat;
  border-radius: 1.5rem;
}
.lineup__image--vector {
  background-color: #ffffff;
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
}
.lineup__date-bubble {
  position: absolute;
  top: 50%;
  right: -25px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  background-color: #83c09b;
  border-radius: 50%;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  transform: translateY(-50%) rotate(5deg);
  color: #fff;
  font-family: "Block Berthold", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 0.6;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .lineup__date-bubble {
    right: -18px;
    width: 85px;
    height: 85px;
    font-size: 1.1rem;
  }
}
.lineup__text {
  padding: 1.5rem 0;
  padding-left: 3rem;
  color: #1f525b;
  font-family: "Block Berthold", sans-serif;
  font-size: clamp(1.5rem, 4vw + 0.5rem, 3rem);
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  text-shadow: 3px 3px 0 #83c09b;
  overflow-wrap: normal;
  word-break: keep-all;
  -webkit-hyphens: none;
          hyphens: none;
}
@media (max-width: 767px) {
  .lineup__text {
    padding-left: 2rem;
    word-break: break-word;
  }
}
.lineup__name {
  display: inline-block;
}
.lineup__name::after {
  content: " |";
  display: inline-block;
  margin-left: 0.2em;
}
.lineup__name:last-child::after {
  content: none;
}
.lineup__content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.lineup .col-md-8 {
  display: flex;
  align-items: center;
}
.lineup__actions {
  margin-top: 1rem;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .lineup__actions {
    padding-left: 2rem;
  }
}
.lineup__actions .btn {
  font-size: 1.25rem;
  padding: 0.5rem 1.5rem;
}
.lineup__notice .badge--free {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f28202;
  border-radius: 4px;
  color: #fff;
  font-family: "Block Berthold", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  text-transform: uppercase;
  transform: rotate(-2deg);
}

.mt-0 {
  margin-top: 0;
}

.mt-sm {
  margin-top: 1rem;
}

.mt-md {
  margin-top: 1.5rem;
}

.mt-lg {
  margin-top: 2rem;
}

.mt-xl {
  margin-top: 3rem;
}

.mt-2xl {
  margin-top: 4rem;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-sm {
  margin-bottom: 1rem;
}

.mb-md {
  margin-bottom: 1.5rem;
}

.mb-lg {
  margin-bottom: 2rem;
}

.mb-xl {
  margin-bottom: 3rem;
}

.mb-2xl {
  margin-bottom: 4rem;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.my-sm {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-md {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-lg {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-xl {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.pt-0 {
  padding-top: 0;
}

.pt-sm {
  padding-top: 1rem;
}

.pt-md {
  padding-top: 1.5rem;
}

.pt-lg {
  padding-top: 2rem;
}

.pt-xl {
  padding-top: 3rem;
}

.pt-2xl {
  padding-top: 4rem;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-sm {
  padding-bottom: 1rem;
}

.pb-md {
  padding-bottom: 1.5rem;
}

.pb-lg {
  padding-bottom: 2rem;
}

.pb-xl {
  padding-bottom: 3rem;
}

.pb-2xl {
  padding-bottom: 4rem;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.py-sm {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-md {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-lg {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-xl {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-primary {
  color: #d01061;
}

.text-secondary {
  color: #f28202;
}

.text-muted {
  color: #6b7280;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.site-header {
  position: sticky;
  z-index: 1020;
  top: 0;
  padding: 2rem 0;
  border-bottom: 1px solid #e5e7eb;
  background-color: #ffffff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .site-header {
    padding: 1.5rem 0;
  }
}

.site-logo a {
  display: inline-block;
  transition: opacity 150ms ease-in-out;
}
.site-logo a:hover {
  opacity: 0.8;
}
.site-logo img {
  max-height: 60px;
  width: auto;
}
@media (max-width: 767px) {
  .site-logo img {
    max-height: 50px;
  }
}
.site-logo h1 {
  margin: 0;
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  color: #1f525b;
}

.site-footer {
  margin-top: 6rem;
  padding: 3rem 0;
  background-color: transparent;
}
@media (max-width: 767px) {
  .site-footer {
    margin-top: 0;
    padding: 2rem 0;
  }
}

.footer-info p {
  margin: 0;
  font-size: 14px;
  color: #6b7280;
}

.footer-content-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .footer-content-right {
    align-items: flex-start;
    margin-top: 2rem;
  }
}

.footer-menu {
  display: flex;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-menu a {
  font-size: 14px;
  color: #6b7280;
  text-decoration: none;
  transition: color 300ms ease-in-out;
}
.footer-menu a:hover {
  color: #d01061;
}

.footer-social {
  display: flex;
  gap: 1.5rem;
}
.footer-social a {
  color: #d01061;
  display: inline-flex;
  transition: transform 300ms ease-in-out;
}
.footer-social a:hover {
  transform: translateY(-2px);
  opacity: 0.8;
}
.footer-social a svg {
  width: 60px;
  height: 60px;
  fill: currentColor;
}

.sponsor-packages-section {
  padding: 5rem 0;
  color: #ffffff !important;
}
.sponsor-packages-section .sponsor-packages__intro {
  max-width: 1200px;
  margin: 0 auto 2rem;
  text-align: center;
}
.sponsor-packages-section .sponsor-packages__intro h1, .sponsor-packages-section .sponsor-packages__intro h2, .sponsor-packages-section .sponsor-packages__intro h3, .sponsor-packages-section .sponsor-packages__intro h4, .sponsor-packages-section .sponsor-packages__intro h5, .sponsor-packages-section .sponsor-packages__intro h6, .sponsor-packages-section .sponsor-packages__intro p, .sponsor-packages-section .sponsor-packages__intro div {
  color: #ffffff !important;
}
.sponsor-packages-section .sponsor-packages__intro h1 {
  margin-bottom: 1.5rem;
  font-family: "Block Berthold", sans-serif;
  font-size: clamp(1.75rem, 5vw, 6rem);
  text-transform: uppercase;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.sponsor-packages-section .sponsor-packages__intro h2 {
  margin-bottom: 1.5rem;
  font-family: "Block Berthold", sans-serif;
  font-size: clamp(1.25rem, 4vw + 0.5rem, 3.5rem);
  text-transform: uppercase;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.sponsor-packages-section .sponsor-packages__intro p {
  font-size: 1.125rem;
  line-height: 1.6;
}
.sponsor-packages-section .sponsor-packages__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 1.5rem;
}
.sponsor-packages-section .sponsor-package-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 300px;
  min-width: 300px;
  max-width: 800px;
  padding: 2rem;
  background-color: rgba(255, 255, 255, 0.1);
  border: 2px solid #d01061;
  border-radius: 1rem;
  text-align: center;
  overflow: hidden;
  order: 1;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .sponsor-packages-section .sponsor-package-card--minority {
    order: 10;
  }
}
.sponsor-packages-section .sponsor-package-card--large {
  flex: 2 1 450px;
}
.sponsor-packages-section .sponsor-package-card--image {
  padding: 0;
  background: transparent;
  border: none;
}
.sponsor-packages-section .sponsor-package-card--image .sponsor-package-card__image-wrapper {
  width: 100%;
  height: 100%;
  min-height: 400px;
}
.sponsor-packages-section .sponsor-package-card--image .sponsor-package-card__image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 767px) {
  .sponsor-packages-section .sponsor-package-card {
    flex: 1 1 100%;
    padding: 1.5rem;
  }
}
.sponsor-packages-section .sponsor-package-card__content {
  margin-bottom: 1.5rem;
  color: #ffffff;
  font-size: 1.75rem;
  text-align: center;
}
.sponsor-packages-section .sponsor-package-card__content h1, .sponsor-packages-section .sponsor-package-card__content h2, .sponsor-packages-section .sponsor-package-card__content h3, .sponsor-packages-section .sponsor-package-card__content h4, .sponsor-packages-section .sponsor-package-card__content h5, .sponsor-packages-section .sponsor-package-card__content h6, .sponsor-packages-section .sponsor-package-card__content p, .sponsor-packages-section .sponsor-package-card__content strong, .sponsor-packages-section .sponsor-package-card__content em, .sponsor-packages-section .sponsor-package-card__content span, .sponsor-packages-section .sponsor-package-card__content a, .sponsor-packages-section .sponsor-package-card__content ul, .sponsor-packages-section .sponsor-package-card__content ol, .sponsor-packages-section .sponsor-package-card__content li, .sponsor-packages-section .sponsor-package-card__content div {
  color: #ffffff !important;
  text-align: center;
}
.sponsor-packages-section .sponsor-package-card__content h1 {
  margin-bottom: 1rem;
  font-family: "Block Berthold", sans-serif;
  font-size: clamp(3rem, 8vw, 6rem);
  text-transform: uppercase;
  text-shadow: 4px 4px 0 var(--card-theme-color, #f28202);
}
@media (max-width: 767px) {
  .sponsor-packages-section .sponsor-package-card__content h1 {
    font-size: clamp(2.5rem, 10vw, 4rem);
    text-shadow: 2px 2px 0 var(--card-theme-color, #f28202);
  }
}
.sponsor-packages-section .sponsor-package-card__content h3 {
  margin-bottom: 1rem;
  font-family: "Block Berthold", sans-serif;
  font-size: clamp(2.5rem, 5vw, 4rem);
  text-transform: uppercase;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
}
.sponsor-packages-section .sponsor-package-card__content p {
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  line-height: 1.4;
}
.sponsor-packages-section .sponsor-package-card__content ul, .sponsor-packages-section .sponsor-package-card__content ol {
  padding-left: 0;
  list-style-position: inside;
}
.sponsor-packages-section .sponsor-package-card__content li {
  margin-bottom: 0.5rem;
}
.sponsor-packages-section .sponsor-package-card__content a {
  text-decoration: underline;
}
.sponsor-packages-section .sponsor-package-card__content a:hover {
  text-decoration: none;
}
.sponsor-packages-section .sponsor-package-card__price {
  display: inline-block;
  align-self: center;
  margin: 0 auto;
  padding: 0.5rem 2rem;
  background-color: #ffffff;
  border-radius: 50px;
  color: var(--card-theme-color, #f28202);
  font-family: "Block Berthold", sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
}
@media (max-width: 767px) {
  .sponsor-packages-section .sponsor-package-card__price {
    padding: 0.5rem 1.5rem;
  }
}
.sponsor-packages-section .sponsor-package-card:nth-child(1) {
  --card-theme-color: #ff8c00;
  border-color: var(--card-theme-color);
}
.sponsor-packages-section .sponsor-package-card:nth-child(2) {
  --card-theme-color: #ff9bd2;
  border-color: var(--card-theme-color);
}
.sponsor-packages-section .sponsor-package-card:nth-child(3) {
  --card-theme-color: #8dcc9e;
  border-color: var(--card-theme-color);
}

.sponsor-logos-section {
  padding: 3rem 0;
  background-color: #ffca8d;
  overflow: hidden;
}
.sponsor-logos-section .container-fluid {
  max-width: 1920px;
  padding: 0;
}
.sponsor-logos-section .sponsor-logos__header {
  margin-bottom: 2rem;
  padding: 0 1.5rem;
  text-align: center;
}
.sponsor-logos-section .sponsor-logos__title {
  margin: 0;
  color: #ffffff;
  font-family: "Block Berthold Condensed", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
  .sponsor-logos-section .sponsor-logos__title {
    font-size: 5rem;
  }
}
.sponsor-logos-section .sponsor-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
          mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}
.sponsor-logos-section .sponsor-carousel__track {
  display: flex;
  gap: 2rem;
  width: -moz-max-content;
  width: max-content;
  animation: scroll 40s linear infinite;
}
.sponsor-logos-section .sponsor-carousel__track:hover {
  animation-play-state: paused;
}
@media (min-width: 768px) {
  .sponsor-logos-section .sponsor-carousel__track {
    gap: 3rem;
  }
}
.sponsor-logos-section .sponsor-carousel__item {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  aspect-ratio: 4/3;
}
@media (min-width: 768px) {
  .sponsor-logos-section .sponsor-carousel__item {
    width: 250px;
  }
}
.sponsor-logos-section .sponsor-carousel__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: transform 300ms ease-in-out;
}
.sponsor-logos-section .sponsor-carousel__item a:hover {
  transform: scale(1.05);
}
.sponsor-logos-section .sponsor-carousel__item img {
  width: 80%;
  height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0.5rem;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}/*# sourceMappingURL=main.css.map */