/*! tailwindcss v4.1.12 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --font-weight-bold: 700;
    --radius-lg: 0.5rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-button-main-gold: transparent;
    --color-button-main-hover: #DE9E36;
    --gradient-button-main: linear-gradient(180deg, #FFEAA5 0%, #EBAA18 100%);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
      -o-tab-size: 4;
         tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::-moz-placeholder {
    opacity: 1;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::-moz-placeholder {
      color: currentcolor;
    }
    ::placeholder {
      color: currentcolor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::-moz-placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .col-3 {
    grid-column: 3;
  }
  .col-4 {
    grid-column: 4;
  }
  .col-6 {
    grid-column: 6;
  }
  .col-12 {
    grid-column: 12;
  }
  .container {
    width: 100%;
  }
  @media (width >= 40rem) {
    .container {
      max-width: 40rem;
    }
  }
  @media (width >= 48rem) {
    .container {
      max-width: 48rem;
    }
  }
  @media (width >= 64rem) {
    .container {
      max-width: 64rem;
    }
  }
  @media (width >= 80rem) {
    .container {
      max-width: 80rem;
    }
  }
  @media (width >= 96rem) {
    .container {
      max-width: 96rem;
    }
  }
  .mx-0\! {
    margin-inline: calc(var(--spacing) * 0) !important;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .list-item {
    display: list-item;
  }
  .table {
    display: table;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .pt-50 {
    padding-top: calc(var(--spacing) * 50);
  }
  .text-center {
    text-align: center;
  }
  .text-justify {
    text-align: justify;
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .capitalize {
    text-transform: capitalize;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
}
button.main {
  background: var(--gradient-button-main);
  color: #1F120F !important;
  border-color: var(--gradient-button-main);
}
button.main:hover {
  color: var(--color-button-main-hover) !important;
  border-color: var(--color-button-main-hover) !important;
}
button.main.gold {
  background: var(--color-button-main-gold) !important;
  border-color: var(--color-button-main-hover) !important;
  color: var(--color-button-main-hover) !important;
}
button.main.gold:hover {
  background: var(--color-button-main-gold) !important;
  border-color: var(--color-button-main-hover) !important;
  color: var(--color-button-main-hover) !important;
}
.page-banner, .page-banner-center {
  background-image: url('../img/assets/web/BBA-innerpageheader.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg-intro, #it-s-your-time-to-shine {
  background-image: url('../img/assets/Desktop/intro.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg-about-awards {
  background-image: url('../img/assets/tablet/AboutTheAwards-Hero-Tablet.jpg');
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.bg-ticket-pricing-summit {
  background-image: url('../img/assets/Desktop/ticketpricing-desktop.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg-testimonial {
  background-color: #63450D;
}
.bg-partners {
  background-color: var(--color-white);
}
.bg-speakers {
  background: transparent linear-gradient(180deg, rgba(132, 215, 255, 0.2) 0%, rgba(129, 212, 252, 0.2) 3%, rgba(14, 97, 137, 0.2) 100%);
}
.bg-event-organiser {
  color: #1C90F7;
}
.bg-key-dates {
  background-image: url('../img/assets/web/BBA-background-keydates.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg-who {
  background-image: url('../img/assets/web/BBA-background-who.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg-agenda {
  background-image: url('../img/assets/web/BBA-background-agenda.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg-timer {
  background-image: url('../img/assets/web/BBA-background-timer.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg-how {
  background-image: url('../img/assets/Desktop/howtoenter-keydates-desktop.jpg');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.bg-event-highlights {
  background-image: url('../img/assets/Desktop/eventhighlights.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg-locations {
  background-image: url('../img/assets/Desktop/ticketpricing-desktop.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#about-the-awards.bg-about {
  margin-bottom: calc(var(--spacing) * 0);
  background-image: url('../img/assets/Desktop/abouttheawards-desktop.jpg');
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.shared-background-wrapper.bg-shared {
  background-image: url('../img/assets/Desktop/abouttheawards-desktop.jpg');
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.shared-background-wrapper.bg-shared .modular {
  background: transparent !important;
}
.shared-background-wrapper.bg-shared-keyticket {
  background-image: url('../img/assets/Desktop/howtoenter-keydates-desktop.jpg');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.shared-background-wrapper.bg-shared-alt {
  background: linear-gradient(45deg, #ff6b6b, #4ecdc4);
}
.shared-background-wrapper.bg-shared-alt .modular {
  background: transparent !important;
}
.shared-background-wrapper.bg-shared-dark {
  background-color: var(--color-gray-900);
}
.shared-background-wrapper.bg-shared-dark .modular {
  background: transparent !important;
}
.shared-background-wrapper.bg-shared-light {
  background-color: var(--color-gray-100);
}
.shared-background-wrapper.bg-shared-light .modular {
  background: transparent !important;
}
.stagger-item {
  --tw-translate-y: calc(var(--spacing) * 4);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  opacity: 0%;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 700ms;
  transition-duration: 700ms;
  --tw-ease: var(--ease-out);
  transition-timing-function: var(--ease-out);
}
.stagger-show {
  --tw-translate-y: calc(var(--spacing) * 0);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  opacity: 100%;
}
.section-show {
  visibility: visible;
}
@layer utilities {
  .mask-fade-b {
    -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0.85) 50%, rgba(0,0,0,0) 100%);
    mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0.85) 50%, rgba(0,0,0,0) 100%);
  }
  .mask-fade-b-soft {
    -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0.6) 60%, rgba(0,0,0,0) 100%);
    mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0.6) 60%, rgba(0,0,0,0) 100%);
  }
  .mask-fade-b-strong {
    -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0.95) 40%, rgba(0,0,0,0) 100%);
    mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0.95) 40%, rgba(0,0,0,0) 100%);
  }
  .mask-none {
    -webkit-mask-image: none !important;
    mask-image: none !important;
  }
}
.animated-button {
  position: relative;
  overflow: hidden;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.button-arrow {
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.animated-button:hover .button-arrow {
  --tw-translate-x: calc(var(--spacing) * 1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.animated-button button {
  position: relative;
  overflow: hidden;
  transition: all .3s ease;
  white-space: nowrap;
  align-content: center;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.animated-button button .button-arrow {
  position: absolute;
  left: -20px;
  opacity: 0;
  transition: left 0.3s ease, opacity 0.3s ease;
  font-size: 0.9em;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.animated-button button .button-text {
  display: inline-block;
  transition: transform 0.3s ease;
}
.animated-button button:hover .button-arrow {
  left: 8px;
  opacity: 1;
}
.animated-button button:hover .button-text {
  transform: translateX(8px);
}
.animated-button button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: left 0.5s ease;
  z-index: 1;
}
.animated-button button:hover::before {
  left: 100%;
}
.animated-button button > * {
  position: relative;
  z-index: 2;
}
.nav__menu {
  background-color: #4D3110;
}
.hero__overlay {
  background-color: #1F120F;
}
.mod-ticket__ticket-item {
  background: #4D3110;
  box-shadow: 0px 3px 50px #00000014;
  border-radius: 30px;
  border-style: var(--tw-border-style);
  border-width: 0px;
}
.mod-ticket__ticket-item-h4 {
  color: var(--color-white);
}
.mod-ticket__ticket-item-desc h3 {
  color: var(--color-white);
}
.mod-ticket__ticket-item-desc h3 strong {
  font-size: 39.81px;
  color: var(--color-white);
}
.mod-ticket__ticket-item-desc p, .mod-ticket__ticket-item-desc h4 {
  color: var(--color-white);
}
.why-enter-a__why-enter-item h4 {
  color: var(--color-white);
}
.why-enter-a__why-enter-item-text {
  width: 100%;
}
.why-enter-a__why-enter-item-img-item {
  margin-right: calc(var(--spacing) * 0);
}
.how__how-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.how__how-item h4 {
  color: var(--color-white);
}
.how__how-item-text {
  width: 100%;
}
.key-dates__date-list {
  border-radius: var(--radius-lg);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: #DE9E36;
  background-color: #DE9E3674;
}
.organiser__content h2 {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-black);
}
.mod-about__content, .about-page__content {
  width: 100%;
}
.mod-about__content-desktop, .mod-about__highlights, .about-page__content-desktop, .about-page__highlights {
  margin-inline: auto;
  width: 1000px;
  max-width: 100%;
}
.mod-about__about-eventdetails, .about-page__about-eventdetails {
  margin-block: calc(var(--spacing) * 0);
  width: 100%;
  flex: 1;
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 4);
}
@media (width >= 64rem) {
  .mod-about__about-eventdetails, .about-page__about-eventdetails {
    margin-block: calc(var(--spacing) * 8);
  }
}
@media (width >= 64rem) {
  .mod-about__about-eventdetails, .about-page__about-eventdetails {
    width: auto;
  }
}
.mod-about__about-eventdetails, .about-page__about-eventdetails {
  background: #DE9E3674 0% 0% no-repeat padding-box;
  border: 1px solid #DE9E36;
  border-radius: 8px;
}
.mod-about__about-eventdetails-item-strong, .about-page__about-eventdetails-item-strong {
  width: 100%;
  color: var(--color-white);
}
.mod-about__about-eventdetails-item-span, .about-page__about-eventdetails-item-span {
  width: 100%;
  padding-left: calc(var(--spacing) * 0);
  color: var(--color-white);
}
.mod-about__about-eventdetails-container, .about-page__about-eventdetails-container {
  margin-block: calc(var(--spacing) * 8);
  width: 100%;
  flex-direction: column;
  padding-inline: calc(var(--spacing) * 5);
}
@media (width >= 64rem) {
  .mod-about__about-eventdetails-container, .about-page__about-eventdetails-container {
    flex-direction: row;
  }
}
.page-banner, .page-banner-center, .contact-page__bg-overlay {
  background-image: url('../img/assets/Desktop/BBA-innerpageheader.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.sponsorship {
  background-image: url('../img/assets/Desktop/becomeapartner-desktop.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.sponsorship .sponsor-content {
  border-color: #DE9E36 !important;
  background: #4D31104E !important;
}
.sponsorship p.phone:before, .sponsorship p.email:before {
  color: var(--color-white) !important;
}
.methodology-page, .write-page {
  background-color: #1F120F;
}
.methodology-page__section-title, .write-page__section-title {
  background-color: transparent;
}
.methodology-page__section-title h2, .methodology-page__section-title a, .write-page__section-title h2, .write-page__section-title a {
  color: var(--color-white);
}
.methodology-page__step, .methodology-page p, .methodology-page h3 strong, .methodology-page a, .write-page__step, .write-page p, .write-page h3 strong, .write-page a {
  color: var(--color-white) !important;
}
.methodology-page__container, .write-page__container {
  background-color: transparent;
}
.methodology-page__method-item, .write-page__method-item {
  background: #4D31104E 0% 0% no-repeat padding-box;
  border: 1px solid #DE9E36;
  border-radius: 20px;
}
.write-page__nottodo-container-h3 {
  color: var(--color-white);
}
.write-page__nottodo-items {
  background: #4D31104E 0% 0% no-repeat padding-box;
  border: 1px solid #DE9E36;
  border-radius: 20px;
}
.write-page__nottodo-items-text-h4 {
  color: var(--color-white);
}
.submit-page .gray {
  background: #1F120F;
}
.submit-page__submit-item-p {
  color: var(--color-white);
}
.submit-page__submit-item-a {
  color: var(--color-white);
}
.submit-page__submit-item-img {
  color: var(--color-white);
}
.submit-page__text-item p a {
  color: #B54D00 !important;
}
.winners-page__item h5 {
  color: #B54D00;
}
.footer ul li i {
  background: #fff;
  color: #DE9E36;
}
.footer ul li i:hover {
  color: #4D3110 !important;
}
.category-page__tab-category--active {
  background: #DE9E36;
}
section.modular.bg-about-awards {
  overflow: visible;
}
.show .collapse {
  visibility: visible;
}
.location__location-container {
  padding-right: 0;
}
.location__location-banner {
  border-radius: 0;
  background: #777777;
}
.location__location-banner-orange {
  background: #F88450;
}
.location__loc-img {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
}
.location__loc-title {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}
.location__loc-date {
  font-size: 14px;
  margin-bottom: 5px;
  color: #fff;
}
.location__loc-item {
  background: #000;
  border-radius: 0;
  min-height: 340px;
  border: none;
}
.location__loc-item .thumb-container {
  padding: 0 15px;
}
.location__eventdetails-item {
  margin-bottom: 10px;
}
.location__eventdetails-item span {
  font-size: 12px;
}
.location__eventdetails-item strong {
  font-size: 14px;
}
.location .section-title h2 {
  text-align: left;
}
.location__loc-state {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #fff;
}
.location__ticket-info {
  margin-top: 23px;
  display: flex;
  gap: 8px;
  flex-direction: column;
}
.location .ticket-info {
  display: flex;
  flex-direction: column;
}
.location .ticket-info__key {
  color: #c37f00;
  font-size: 12px;
  margin-bottom: 5px;
}
.location .ticket-info__value {
  font-weight: 600;
  font-size: 14px;
}
.location__register {
  text-align: center;
}
.location__map-state-date-item-date {
  color: var(--color-white);
}
.location__cta-buttons a button {
  display: inline-block;
}
@media (width < 40rem) {
  .location__cta-buttons a button {
    margin: 5px;
  }
}
@media (width < 40rem) {
  .location__cta-buttons a button {
    width: 200px;
  }
}
.location__location-map {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 900px;
}
.location__location-map img {
  width: 100%;
  height: auto;
  display: block;
}
.location__map-point {
  position: absolute;
  cursor: pointer;
  z-index: 10;
  transform: translate(-50%, -50%);
}
.location__QLD {
  top: 56%;
  left: 84%;
}
.location__NSW {
  top: 70%;
  left: 80%;
}
.location__VIC {
  top: 84%;
  left: 71%;
}
.location__SA {
  top: 73%;
  left: 60%;
}
.location__WA {
  top: 64%;
  left: 20%;
}
@media (min-width: 1024px) {
  .location__loc-item-close {
    display: none;
  }
  .location__location-container {
    flex-direction: column;
    align-items: center;
  }
  .location__location-map {
    width: 100%;
    max-width: 900px;
    position: relative;
  }
  .location__location-map-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .location__location-content {
    width: calc(100% * 1 / 3);
  }
  .location__location-modal {
    max-width: 100%;
    width: 100%;
    display: flex;
    gap: 20px;
    margin-top: 100px;
    justify-content: center;
    margin-bottom: 45px;
  }
  .location__loc-item {
    display: block !important;
    opacity: 1;
    width: calc(100% * 1 / 5);
  }
  .location__loc-item .thumb-container {
    padding: 0 15px;
  }
  .location__loc-item.slide-up {
    margin-top: -50px;
  }
  .location__loc-item-state--active {
    transform: translateY(-30px);
    transition: transform 0.3s ease-out;
  }
}
@media (max-width: 1024px) {
  .location__location-modal--active {
    width: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: #0000008f;
    border-radius: 0;
    z-index: 999;
  }
  .location__loc-item-close {
    display: block;
    right: 0;
  }
  .location__location-map img {
    height: auto !important;
  }
  .location__loc-item-close img {
    position: relative;
  }
  .location__register {
    margin-top: calc(var(--spacing) * 5);
  }
}
@media (max-width: 543px) {
  .location__QLD {
    top: 53%;
    left: 86%;
  }
  .location__NSW {
    top: 67%;
    left: 82%;
  }
  .location__VIC {
    top: 81%;
    left: 73%;
  }
  .location__SA {
    top: 72%;
    left: 64%;
  }
  .location__WA {
    top: 61%;
    left: 24%;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-font-weight: initial;
    }
  }
}