@charset "UTF-8";
/**
 * Mixin do responsywności oparty na mobile-first.
 * Użycie: @include respond-to(tablet) { ... }
 * 
 * @param {String} $breakpoint - Nazwa breakpointu (mobile-sm, mobile, tablet, desktop, desktop-lg, desktop-xl)
 */
/**
 * Bazowe rozmiary fontów z fluid typography (clamp) dla responsywności
 */
/* === RESET & BASE STYLES === */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  color: #696877;
  background-color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-wrap: break-word;
  word-break: break-word;
}

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

button,
input,
select,
textarea {
  font: inherit;
  border: none;
  background: none;
  outline: none;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
a:hover {
  color: black;
}

b, strong {
  color: #05031C;
}

ul,
ol {
  list-style: none;
  padding-left: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.05em;
  color: #05031C;
}

h1 {
  font-size: clamp(40px, 5vw, 48px);
}

h2 {
  font-size: clamp(32px, 4.5vw, 40px);
}

h3 {
  font-size: clamp(24px, 3vw, 32px);
}

h4 {
  font-size: clamp(20px, 3vw, 24px);
}

h5 {
  font-size: clamp(18px, 3vw, 20px);
}

h6 {
  font-size: clamp(18px, 3vw, 18px);
}

p {
  font-family: "Poppins", sans-serif;
}

button {
  cursor: pointer;
}

/**
 * Komponenty przycisków zgodne z designem esenzia
 * Wykorzystuje BEM: .button, .button--primary, .button--outline, .button--icon-right
 */
.button {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  padding: 16px 32px;
  border-radius: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  position: relative;
}
.button--primary {
  background-color: #FFFFFF;
  color: #05031C;
}
.button--primary:hover {
  background-color: #27BEFF;
  color: #FFFFFF;
}
.button--outline {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  background-color: transparent;
}
.button--outline:hover {
  background-color: #FFFFFF;
  color: #27BEFF;
}
.button--blue {
  color: #FFFFFF;
  background-color: #27BEFF;
}
.button--blue:hover {
  background-color: #05031C;
  color: #FFFFFF;
}
.button--dark {
  color: #FFFFFF;
  background-color: #05031C;
  border-color: #05031C;
}
.button--dark:hover {
  background-color: #27BEFF;
  border-color: #27BEFF;
}

.tagline {
  font-family: "Poppins", sans-serif;
  font-size: clamp(12px, 3vw, 12px);
  font-weight: 300;
  line-height: 1.5;
  color: #05031C;
  letter-spacing: -0.04em;
}
.tagline--white {
  color: #FFFFFF;
}

/**
 * Główny kontener strony i flexbox utilities
 * 
 * Kontener główny o maksymalnej szerokości 1260px
 * z responsywnymi paddingami dla różnych szerokości ekranu
 */
.container {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

*:focus-visible {
  outline: none;
}

/* Globalne nadpisanie wysokości Swipera - dodaj na końcu głównego CSS */
.swiper,
.swiper-wrapper,
.swiper-container,
.swiper-initialized,
.swiper-horizontal,
[class*=swiper-] {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
}

button[class*=swiper-] {
  height: 48px !important;
}

/* Dodatkowe zabezpieczenie dla konkretnych klas */
.hero-slider__slider,
.featured-products__slider,
.swiper-backface-hidden {
  height: auto !important;
}

/* Usunięcie podkreśleń z cen */
.woocommerce-Price-amount.amount {
  text-decoration: none;
}

.gsap-init [data-animate]:not(#hero):not(#konkurs):not(#generic-content):not(#cta) {
  opacity: 0;
}

.gsap-init #hero .hero__tag,
.gsap-init #hero .hero__title,
.gsap-init #hero .hero__text,
.gsap-init #hero .hero__buttons,
.gsap-init #hero .hero__tags,
.gsap-init #hero .hero__timer,
.gsap-init #hero .hero__review,
.gsap-init #konkurs .event-competition-intro__tag,
.gsap-init #konkurs .event-competition-intro__title,
.gsap-init #konkurs .event-competition-intro__text,
.gsap-init #konkurs .event-competition-intro__button,
.gsap-init #generic-content .generic-content__header,
.gsap-init #generic-content .generic-content__body,
.gsap-init #cta .event-cta__tag-title,
.gsap-init #cta .event-cta__text,
.gsap-init #cta .event-cta__btn {
  opacity: 0;
  will-change: transform, opacity;
}

.gsap-init #event-recap .event-recap__video-box {
  opacity: 0;
}

.gsap-init [data-animate]:not(#hero):not(#konkurs):not(#generic-content):not(#cta) {
  will-change: opacity;
}

@media (prefers-reduced-motion: reduce) {
  [data-animate],
  [data-animate] * {
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-animation: none !important;
            animation: none !important;
  }
}
@-webkit-keyframes topbar-marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes topbar-marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.admin-bar .topbar {
  top: 46px;
}
@media screen and (min-width: 783px) {
  .admin-bar .topbar {
    top: 32px;
  }
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 200;
  background-color: #27BEFF;
  width: 100%;
}
.topbar__outer-wrapper {
  width: 100%;
}
.topbar__inner-wrapper {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
@media (min-width: 768px) {
  .topbar__inner-wrapper {
    overflow: visible;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 32px;
    padding: 0 64px;
  }
}
.topbar__ticker-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: topbar-marquee 10s linear infinite;
          animation: topbar-marquee 10s linear infinite;
}
@media (min-width: 768px) {
  .topbar__ticker-track {
    display: contents;
    -webkit-animation: none;
            animation: none;
  }
}
.topbar__ticker-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  padding: 8px 80px 8px 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 768px) {
  .topbar__ticker-item {
    padding: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}
@media (min-width: 768px) {
  .topbar__ticker-item--clone {
    display: none;
  }
}
.topbar__timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.topbar__timer-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
}
.topbar__digit {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 18px;
  height: 22px;
  padding: 0;
  background-color: #FFFFFF;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: #05031C;
  font-variant-numeric: tabular-nums;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.topbar__timer-sep {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: #FFFFFF;
}
.topbar__text {
  display: block;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 1.5;
  white-space: nowrap;
}
.topbar__text p {
  margin: 0;
  font-size: inherit;
  color: inherit;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .topbar__text {
    white-space: normal;
  }
  .topbar__text p {
    white-space: normal;
  }
}
.topbar__link {
  display: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 768px) {
  .topbar__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 1px;
  }
}
.topbar__link:hover {
  color: #FFFFFF;
  opacity: 0.8;
}
.topbar__link-text {
  font-size: 12px;
  line-height: 1.5;
}
.topbar__link-arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 12px;
  height: 12px;
}

.admin-bar .site-header {
  top: 86px;
}
@media screen and (min-width: 783px) {
  .admin-bar .site-header {
    top: 72px;
  }
}

.admin-bar .site-header--hero {
  top: 86px;
}
@media screen and (min-width: 783px) {
  .admin-bar .site-header--hero {
    top: 72px;
  }
}

.site-header {
  position: sticky;
  top: 40px;
  z-index: 100;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.08);
}
.site-header__outer-wrapper {
  width: 100%;
}
.site-header__inner-wrapper {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 16px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}
@media (min-width: 1024px) {
  .site-header__inner-wrapper {
    padding: 24px 64px;
  }
}
.site-header__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 0;
}
@media (min-width: 1024px) {
  .site-header__logo {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.site-header__logo-img {
  height: 40px;
  width: auto;
  display: block;
}
.site-header__logo-img--light {
  display: none;
}
.site-header__logo-img--dark {
  display: block;
}
.site-header--hero {
  position: fixed;
  top: 40px;
  left: 0;
  right: 0;
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  z-index: 100;
}
.site-header--hero.is-scrolled {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}
.site-header--hero.is-scrolled .site-header__outer-wrapper .site-header__logo-img--dark {
  display: block !important;
}
.site-header--hero.is-scrolled .site-header__outer-wrapper .site-header__logo-img--light {
  display: none !important;
}
.site-header--hero.is-scrolled .site-header__nav .site-header__menu li a {
  color: #05031C !important;
}
.site-header--hero.is-scrolled .site-header__nav .site-header__menu li a:hover {
  color: #27BEFF !important;
}
.site-header--hero.is-scrolled .site-header__nav .site-header__menu li.current-menu-item > a,
.site-header--hero.is-scrolled .site-header__nav .site-header__menu li.current-page-ancestor > a {
  color: #05031C !important;
}
.site-header--hero.is-scrolled .site-header__nav .site-header__menu li.current-menu-item > a:hover,
.site-header--hero.is-scrolled .site-header__nav .site-header__menu li.current-page-ancestor > a:hover {
  color: #27BEFF !important;
}
.site-header--hero.is-scrolled .site-header__nav .site-header__menu li:last-child > a {
  color: #27BEFF !important;
}
.site-header--hero.is-scrolled .site-header__hamburger-line {
  background-color: #05031C !important;
}
.site-header--hero.is-scrolled .site-header__cta {
  background-color: #05031C !important;
  color: #FFFFFF !important;
  border-color: #05031C !important;
}
.site-header--hero.is-scrolled .site-header__cta:hover {
  background-color: #27BEFF !important;
  border-color: #27BEFF !important;
}
.site-header--hero .site-header__outer-wrapper .site-header__logo-img--dark {
  display: none !important;
}
.site-header--hero .site-header__outer-wrapper .site-header__logo-img--light {
  display: block !important;
}
.site-header--hero .site-header__overlay .site-header__logo-img--dark {
  display: block !important;
}
.site-header--hero .site-header__overlay .site-header__logo-img--light {
  display: none !important;
}
.site-header--hero .site-header__nav .site-header__menu li a {
  color: #FFFFFF !important;
}
.site-header--hero .site-header__nav .site-header__menu li a:hover {
  color: #FFFFFF !important;
}
.site-header--hero .site-header__nav .site-header__menu li.current-menu-item > a,
.site-header--hero .site-header__nav .site-header__menu li.current-page-ancestor > a {
  color: #FFFFFF !important;
}
.site-header--hero .site-header__nav .site-header__menu li:last-child > a {
  color: #27BEFF !important;
}
.site-header--hero .site-header__nav .site-header__menu li:last-child > a:hover {
  color: rgb(0, 169.875, 243) !important;
}
.site-header--hero .site-header__hamburger-line {
  background-color: #FFFFFF;
}
.site-header--hero .site-header__cta {
  background-color: #FFFFFF;
  color: #05031C;
  border-color: #FFFFFF;
}
.site-header--hero .site-header__cta:hover {
  background-color: #27BEFF;
  color: #FFFFFF;
  border-color: #27BEFF;
}
.site-header__nav {
  display: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1024px) {
  .site-header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.site-header__nav .site-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(12px, 2vw, 32px);
}
.site-header__nav .site-header__menu li a {
  font-size: 14px;
  font-weight: 300;
  color: #05031C;
  white-space: nowrap;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.site-header__nav .site-header__menu li a:hover {
  color: #27BEFF;
}
.site-header__nav .site-header__menu li.current-menu-item > a, .site-header__nav .site-header__menu li.current-page-ancestor > a, .site-header__nav .site-header__menu li.menu-item-has-children.current-menu-ancestor > a {
  color: #27BEFF;
}
.site-header__nav .site-header__menu li:last-child > a {
  color: #27BEFF;
  font-weight: 500;
}
.site-header__nav .site-header__menu li:last-child > a:hover {
  color: rgb(0, 169.875, 243);
}
.site-header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 1024px) {
  .site-header__actions {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.site-header__cta {
  display: none;
}
@media (min-width: 1024px) {
  .site-header__cta {
    display: inline-block;
  }
}
.site-header__hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  padding: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 1024px) {
  .site-header__hamburger {
    display: none;
  }
}
.site-header__hamburger-line {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #05031C;
  border-radius: 2px;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
.site-header__overlay {
  position: fixed;
  top: 40px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 150;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
  overflow-y: auto;
}
.site-header__overlay.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media (min-width: 1024px) {
  .site-header__overlay {
    display: none;
  }
}
.admin-bar .site-header__overlay {
  top: 86px;
}
@media screen and (min-width: 783px) {
  .admin-bar .site-header__overlay {
    top: 72px;
  }
}
.site-header__overlay-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 48px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.site-header__overlay-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  color: #05031C;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.site-header__overlay-nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.site-header__overlay-nav .site-header__overlay-menu li {
  border-bottom: 1px solid rgba(227, 227, 227, 0.3);
}
.site-header__overlay-nav .site-header__overlay-menu li a {
  display: block;
  padding: 16px 0;
  font-size: clamp(18px, 3vw, 20px);
  font-weight: 300;
  color: #05031C;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.site-header__overlay-nav .site-header__overlay-menu li a:hover {
  color: #27BEFF;
}
.site-header__overlay-nav .site-header__overlay-menu li.current-menu-item > a {
  color: #05031C;
}
.site-header__overlay-nav .site-header__overlay-menu li.current-menu-item > a:hover {
  color: #27BEFF;
}
.site-header__overlay-nav .site-header__overlay-menu li:last-child > a {
  color: #27BEFF;
  font-weight: 500;
}
.site-header__overlay-nav .site-header__overlay-menu li:last-child > a:hover {
  color: rgb(0, 169.875, 243);
}
.site-header__overlay-cta {
  display: block;
  margin-top: 32px;
  text-align: center;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.site-header__overlay-cta.button--blue {
  background-color: #27BEFF;
  color: #FFFFFF;
  border-color: #27BEFF;
}
.site-header__overlay-cta.button--blue:hover {
  background-color: rgb(0, 177.0055555556, 253.2);
  border-color: rgb(0, 177.0055555556, 253.2);
}

.hero {
  position: relative;
  background-color: #05031C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--hero-bg, none);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 0;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(5, 3, 28, 0.5)), color-stop(60%, rgba(5, 3, 28, 0.72)), to(rgba(5, 3, 28, 0.88)));
  background: linear-gradient(180deg, rgba(5, 3, 28, 0.5) 0%, rgba(5, 3, 28, 0.72) 60%, rgba(5, 3, 28, 0.88) 100%);
  z-index: 1;
}
.hero__outer-wrapper {
  width: 100%;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.hero__inner-wrapper {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 152px 16px 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  .hero__inner-wrapper {
    padding: 152px 64px 80px;
  }
}
@media (min-width: 1024px) {
  .hero__inner-wrapper {
    padding-top: 169px;
  }
}
.hero__tag {
  display: inline-block;
  font-size: 12px;
  line-height: 1.5;
  color: #FFFFFF;
  margin-bottom: 8px;
}
.hero__title {
  color: #FFFFFF;
  max-width: 860px;
}
.hero__title strong {
  color: #27BEFF;
  font-weight: inherit;
}
.hero__text {
  max-width: 560px;
  margin-top: 32px;
  color: #D0D1D6;
}
.hero__text p {
  margin: 0;
  color: inherit;
}
.hero__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}
.hero__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-top: 64px;
}
@media (min-width: 1024px) {
  .hero__tags {
    margin-top: 80px;
  }
}
.hero__tags-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background-color: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 100px;
  font-size: 12px;
  line-height: 1.5;
  color: #FFFFFF;
  white-space: nowrap;
}
.hero__tags-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  border-radius: 50%;
  background-color: #FFFFFF;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.hero__timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 32px;
}
.hero__timer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 0;
  background-color: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  width: 72px;
}
@media (min-width: 768px) {
  .hero__timer-box {
    width: 110px;
  }
}
.hero__timer-box--seconds {
  display: none;
}
@media (min-width: 768px) {
  .hero__timer-box--seconds {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.hero__timer-sep--seconds {
  display: none;
}
@media (min-width: 768px) {
  .hero__timer-sep--seconds {
    display: block;
  }
}
.hero__timer-number {
  font-size: clamp(40px, 5vw, 48px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.05em;
  color: #FFFFFF;
}
.hero__timer-label {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  color: #D0D1D6;
  margin-top: 8px;
}
.hero__timer-sep {
  font-size: 48px;
  font-weight: 300;
  line-height: 1.2;
  color: #FFFFFF;
  padding: 0 8px;
  margin-bottom: 26px;
}
@media (min-width: 768px) {
  .hero__timer-sep {
    padding: 0 16px;
  }
}
.hero__review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-top: 32px;
}
.hero__review-avatars {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero__review-avatars img {
  height: 40px;
  width: auto;
}
.hero__review-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  text-align: left;
}
.hero__review-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
}
.hero__review-stars svg {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.hero__review-text {
  color: #D0D1D6;
}
.hero__review-text p {
  margin: 0;
  font-size: 14px;
  color: inherit;
}

.event-statistics {
  background-color: #FFFFFF;
}
.event-statistics__outer-wrapper {
  width: 100%;
}
.event-statistics__inner-wrapper {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 64px 16px;
}
@media (min-width: 768px) {
  .event-statistics__inner-wrapper {
    padding: 100px 150px;
  }
}
.event-statistics__intro {
  max-width: 900px;
  width: 100%;
  margin: 0 auto 64px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media (min-width: 768px) {
  .event-statistics__intro {
    margin-bottom: 80px;
  }
}
.event-statistics__tag-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.event-statistics__tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 16px 8px 8px;
  background-color: rgba(227, 227, 227, 0.3);
  border-radius: 100px;
}
.event-statistics__tag-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  border-radius: 50%;
  background-color: #27BEFF;
  margin-right: 8px;
}
.event-statistics__title strong {
  color: #27BEFF;
  font-weight: inherit;
}
.event-statistics__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 480px) {
  .event-statistics__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1366px) {
  .event-statistics__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.event-statistics__box {
  padding: 32px;
  background-color: #F5FBFE;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
}
.event-statistics__number {
  font-size: clamp(40px, 5vw, 48px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.05em;
  color: #05031C;
  margin-bottom: 16px;
}
.event-statistics__box-title {
  margin-bottom: 8px;
}
.event-presenter {
  background-color: #FFFFFF;
  overflow: hidden;
}
.event-presenter__outer-wrapper {
  width: 100%;
}
.event-presenter__inner-wrapper {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 64px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .event-presenter__inner-wrapper {
    padding: 100px 150px;
  }
}
@media (min-width: 1024px) {
  .event-presenter__inner-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 64px;
  }
}
.event-presenter__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media (min-width: 1024px) {
  .event-presenter__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }
}
.event-presenter__tag-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media (min-width: 1024px) {
  .event-presenter__tag-title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.event-presenter__tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 16px 8px 8px;
  background-color: rgba(227, 227, 227, 0.3);
  border-radius: 100px;
}
.event-presenter__tag-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  border-radius: 50%;
  background-color: #27BEFF;
  margin-right: 8px;
}
.event-presenter__title strong {
  color: #27BEFF;
  font-weight: inherit;
}
.event-presenter__text {
  margin-top: 32px;
}
.event-presenter__text p {
  margin-bottom: 1em;
}
.event-presenter__text p:last-child {
  margin-bottom: 0;
}
.event-presenter__tags-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin-top: 32px;
}
@media (min-width: 1024px) {
  .event-presenter__tags-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.event-presenter__tag-pill {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 16px 8px 8px;
  background-color: #27BEFF;
  border-radius: 100px;
}
.event-presenter__tag-pill-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  border-radius: 50%;
  background-color: #FFFFFF;
  margin-right: 8px;
}
.event-presenter__image-wrapper {
  width: 100%;
  margin-top: 64px;
  aspect-ratio: 1/1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 768px) {
  .event-presenter__image-wrapper {
    margin-top: 80px;
  }
}
@media (min-width: 1024px) {
  .event-presenter__image-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-top: 0;
    aspect-ratio: auto;
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}
.event-presenter__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  display: block;
}

.event-faq {
  background-color: #FFFFFF;
}
.event-faq__outer-wrapper {
  width: 100%;
}
.event-faq__inner-wrapper {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 32px 16px 64px;
}
@media (min-width: 768px) {
  .event-faq__inner-wrapper {
    padding: 50px 150px 100px;
  }
}
.event-faq__intro {
  max-width: 900px;
  width: 100%;
  margin: 0 auto 64px;
  text-align: center;
}
@media (min-width: 768px) {
  .event-faq__intro {
    margin-bottom: 80px;
  }
}
.event-faq__tag-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.event-faq__tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 16px 8px 8px;
  background-color: rgba(227, 227, 227, 0.3);
  border-radius: 100px;
}
.event-faq__tag-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  border-radius: 50%;
  background-color: #27BEFF;
  margin-right: 8px;
}
.event-faq__title strong {
  color: #27BEFF;
  font-weight: inherit;
}
.event-faq__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media (min-width: 1024px) {
  .event-faq__grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.event-faq__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media (min-width: 1024px) {
  .event-faq__col {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.event-faq__item {
  padding: 32px;
  border-radius: 16px;
  background-color: #F5FBFE;
}
.event-faq__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  width: 100%;
  text-align: left;
  cursor: pointer;
}
.event-faq__item-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.event-faq__item-icon {
  position: relative;
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.event-faq__item-icon::before, .event-faq__item-icon::after {
  content: "";
  position: absolute;
  background-color: #27BEFF;
  border-radius: 2px;
  -webkit-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.event-faq__item-icon::before {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.event-faq__item-icon::after {
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(0deg);
          transform: translateX(-50%) rotate(0deg);
}
.event-faq__item--open .event-faq__item-icon::after {
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  opacity: 0;
}
.event-faq__item-body {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: grid-template-rows 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: grid-template-rows 0.45s cubic-bezier(0.4, 0, 0.2, 1), -ms-grid-rows 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.event-faq__item--open .event-faq__item-body {
  grid-template-rows: 1fr;
}
.event-faq__item-text {
  overflow: hidden;
  min-height: 0;
  padding-top: 0;
  opacity: 0;
  -webkit-transition: padding-top 0.45s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease 0.12s;
  transition: padding-top 0.45s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease 0.12s;
}
.event-faq__item-text p {
  margin-bottom: 1em;
}
.event-faq__item-text p:last-child {
  margin-bottom: 0;
}
.event-faq__item--open .event-faq__item-text {
  padding-top: 16px;
  opacity: 1;
}
.event-faq__item {
  -webkit-transition: -webkit-box-shadow 0.35s ease;
  transition: -webkit-box-shadow 0.35s ease;
  transition: box-shadow 0.35s ease;
  transition: box-shadow 0.35s ease, -webkit-box-shadow 0.35s ease;
}
.event-faq__item--open {
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
}
.event-faq__contact {
  padding: 32px;
  border-radius: 16px;
  background-color: #F5FBFE;
}
.event-faq__contact-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}
.event-faq__contact-icon {
  width: 32px;
  height: 32px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.event-faq__contact-texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  .event-faq__contact-texts {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 64px;
  }
}
.event-faq__contact-text p {
  margin-bottom: 0.5em;
}
.event-faq__contact-text p:last-child {
  margin-bottom: 0;
}
.event-faq__contact-btn {
  display: block;
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.event-recap {
  background-color: #FFFFFF;
}
.event-recap__outer-wrapper {
  width: 100%;
  overflow: hidden;
}
.event-recap__inner-wrapper {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 64px 16px;
  overflow: visible;
}
@media (min-width: 768px) {
  .event-recap__inner-wrapper {
    padding: 100px 150px;
  }
}
@media (min-width: 768px) {
  .event-recap__slider-outer {
    margin-right: -150px;
  }
}
@media (min-width: 1024px) {
  .event-recap__slider-outer {
    margin-right: 0;
  }
}
.event-recap__intro {
  max-width: 900px;
  width: 100%;
  margin: 0 auto 64px;
  text-align: center;
}
@media (min-width: 768px) {
  .event-recap__intro {
    margin-bottom: 80px;
  }
}
.event-recap__tag-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.event-recap__tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 16px 8px 8px;
  background-color: rgba(227, 227, 227, 0.3);
  border-radius: 100px;
}
.event-recap__tag-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  border-radius: 50%;
  background-color: #27BEFF;
  margin-right: 8px;
}
.event-recap__title strong {
  color: #27BEFF;
  font-weight: inherit;
}
.event-recap__text {
  margin-top: 32px;
}
.event-recap__text p {
  margin-bottom: 1em;
}
.event-recap__text p:last-child {
  margin-bottom: 0;
}
@-webkit-keyframes recap-box-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes recap-box-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.event-recap__slider-outer--animated .event-recap__video-box {
  -webkit-animation: recap-box-in 0.65s ease forwards;
          animation: recap-box-in 0.65s ease forwards;
}
.event-recap__slider-outer--animated .swiper-slide:nth-child(1) .event-recap__video-box {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.event-recap__slider-outer--animated .swiper-slide:nth-child(2) .event-recap__video-box {
  -webkit-animation-delay: 0.18s;
          animation-delay: 0.18s;
}
.event-recap__slider-outer--animated .swiper-slide:nth-child(3) .event-recap__video-box {
  -webkit-animation-delay: 0.36s;
          animation-delay: 0.36s;
}
.event-recap__slider-outer--animated .swiper-slide:nth-child(4) .event-recap__video-box {
  -webkit-animation-delay: 0.54s;
          animation-delay: 0.54s;
}
.event-recap__slider-outer--animated .swiper-slide:nth-child(5) .event-recap__video-box {
  -webkit-animation-delay: 0.72s;
          animation-delay: 0.72s;
}
.event-recap__slider-outer--animated .swiper-slide:nth-child(6) .event-recap__video-box {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.event-recap__slider-outer--animated .swiper-slide:nth-child(7) .event-recap__video-box {
  -webkit-animation-delay: 1.08s;
          animation-delay: 1.08s;
}
.event-recap__slider-outer--animated .swiper-slide:nth-child(8) .event-recap__video-box {
  -webkit-animation-delay: 1.26s;
          animation-delay: 1.26s;
}
.event-recap__slider-outer--animated .swiper-slide:nth-child(9) .event-recap__video-box {
  -webkit-animation-delay: 1.44s;
          animation-delay: 1.44s;
}
.event-recap__slider-outer--animated .swiper-slide:nth-child(10) .event-recap__video-box {
  -webkit-animation-delay: 1.62s;
          animation-delay: 1.62s;
}
.event-recap__slider-outer--animated .swiper-slide:nth-child(11) .event-recap__video-box {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.event-recap__slider-outer--animated .swiper-slide:nth-child(12) .event-recap__video-box {
  -webkit-animation-delay: 1.98s;
          animation-delay: 1.98s;
}
.event-recap__swiper {
  width: 100%;
  overflow: visible;
}
.event-recap__video-box {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  aspect-ratio: 3/4;
  background-color: #000;
}
@media (min-width: 1024px) {
  .event-recap__video-box {
    aspect-ratio: auto;
    height: 550px;
  }
}
.event-recap__video-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.18);
  z-index: 1;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  pointer-events: none;
}
.event-recap__video-box:hover::after {
  background: rgba(0, 0, 0, 0.28);
}
.event-recap__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  pointer-events: none;
}
.event-recap__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, opacity 0.3s ease;
  transition: transform 0.25s ease, opacity 0.3s ease, -webkit-transform 0.25s ease;
}
.event-recap__play-btn:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}
.event-recap__play-btn svg {
  display: block;
  -webkit-filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.35));
          filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.35));
}
.event-recap__play-btn--hidden {
  opacity: 0;
  pointer-events: none;
}

.event-partners {
  background-color: #FFFFFF;
}
.event-partners__outer-wrapper {
  width: 100%;
  overflow: hidden;
}
.event-partners__inner-wrapper {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 32px 16px 64px;
  overflow: visible;
}
@media (min-width: 768px) {
  .event-partners__inner-wrapper {
    padding: 50px 150px 100px;
  }
}
.event-partners__slider-outer {
  margin-right: -16px;
}
@media (min-width: 768px) {
  .event-partners__slider-outer {
    margin-right: -150px;
  }
}
@media (min-width: 1024px) {
  .event-partners__slider-outer {
    margin-right: 0;
  }
}
.event-partners__intro {
  max-width: 900px;
  width: 100%;
  margin: 0 auto 64px;
  text-align: center;
}
@media (min-width: 768px) {
  .event-partners__intro {
    margin-bottom: 80px;
  }
}
.event-partners__tag-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.event-partners__tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 16px 8px 8px;
  background-color: rgba(227, 227, 227, 0.3);
  border-radius: 100px;
}
.event-partners__tag-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  border-radius: 50%;
  background-color: #27BEFF;
  margin-right: 8px;
}
.event-partners__title strong {
  color: #27BEFF;
  font-weight: inherit;
}
.event-partners__swiper {
  width: 100%;
  overflow: visible;
}
@media (min-width: 1024px) {
  .event-partners__swiper {
    overflow: visible;
  }
  .event-partners__swiper .swiper-wrapper {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
    row-gap: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .event-partners__swiper .swiper-slide {
    width: calc(16.6667% - 26.67px) !important;
    margin-right: 0 !important;
  }
}
.event-partners__logo-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 56px;
}
.event-partners__logo {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.event-audience {
  position: relative;
  overflow: hidden;
  background-color: #05031C;
}
.event-audience__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.event-audience__bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.event-audience__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(5, 3, 28, 0.72);
}
.event-audience__outer-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
}
.event-audience__inner-wrapper {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 64px 16px;
}
@media (min-width: 768px) {
  .event-audience__inner-wrapper {
    padding: 100px 150px;
  }
}
.event-audience__intro {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.event-audience__tag-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.event-audience__tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 16px 8px 8px;
  background-color: rgba(227, 227, 227, 0.3);
  border-radius: 100px;
  color: #FFFFFF;
}
.event-audience__tag-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  border-radius: 50%;
  background-color: #FFFFFF;
  margin-right: 8px;
}
.event-audience__title {
  color: #FFFFFF;
}
.event-audience__title strong {
  color: #27BEFF;
  font-weight: inherit;
}
.event-audience__text {
  margin-top: 32px;
  color: #D0D1D6;
  width: 100%;
}
.event-audience__text p {
  margin-bottom: 1em;
}
.event-audience__text p:last-child {
  margin-bottom: 0;
}
.event-audience__grid {
  margin-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media (min-width: 768px) {
  .event-audience__grid {
    margin-top: 80px;
  }
}
@media (min-width: 1366px) {
  .event-audience__grid {
    display: grid;
    grid-template-columns: 1fr 450px 1fr;
    gap: 32px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.event-audience__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
.event-audience__image-wrap {
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 16px;
}
@media (min-width: 1366px) {
  .event-audience__image-wrap {
    aspect-ratio: auto;
    min-height: 600px;
  }
}
.event-audience__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.event-audience__box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 32px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background-color: rgba(255, 255, 255, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
}
.event-audience__box-number {
  font-size: clamp(40px, 5vw, 48px);
  font-weight: 500;
  color: #27BEFF;
  line-height: 1.1;
}
.event-audience__box-title {
  color: #FFFFFF;
}
.event-audience__box-text {
  margin-top: 16px;
  color: #D0D1D6;
}
.event-audience__box-text p {
  margin-bottom: 1em;
}
.event-audience__box-text p:last-child {
  margin-bottom: 0;
}

.event-information {
  position: relative;
  overflow: hidden;
  background-color: #05031C;
}
.event-information__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.event-information__bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.event-information__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(5, 3, 28, 0.72);
}
.event-information__outer-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
}
.event-information__inner-wrapper {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 64px 16px;
}
@media (min-width: 768px) {
  .event-information__inner-wrapper {
    padding: 100px 150px;
  }
}
.event-information__intro {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .event-information__intro {
    margin-bottom: 80px;
  }
}
.event-information__tag-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.event-information__tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 16px 8px 8px;
  background-color: rgba(227, 227, 227, 0.3);
  border-radius: 100px;
  color: #FFFFFF;
}
.event-information__tag-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  border-radius: 50%;
  background-color: #FFFFFF;
  margin-right: 8px;
}
.event-information__title {
  color: #FFFFFF;
}
.event-information__title strong {
  color: #27BEFF;
  font-weight: inherit;
}
.event-information__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 64px;
}
@media (min-width: 1366px) {
  .event-information__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 64px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.event-information__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1366px) {
  .event-information__left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.event-information__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .event-information__tabs {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .event-information__tabs::-webkit-scrollbar {
    display: none;
  }
}
.event-information__tab {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 8px 24px;
  border-radius: 100px;
  border: 0.5px solid rgba(255, 255, 255, 0.15);
  background-color: rgba(255, 255, 255, 0.05);
  color: #FFFFFF;
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.event-information__tab:hover {
  background-color: rgba(255, 255, 255, 0.12);
}
.event-information__tab--active {
  background-color: #FFFFFF;
  color: #05031C;
  border-color: #FFFFFF;
}
.event-information__tab--active:hover {
  background-color: #FFFFFF;
}
.event-information__panels {
  margin-top: 32px;
}
.event-information__panel {
  display: none;
}
.event-information__panel--active {
  display: block;
}
.event-information__panel-title {
  color: #FFFFFF;
  text-align: center;
}
@media (min-width: 1366px) {
  .event-information__panel-title {
    text-align: left;
  }
}
.event-information__panel-text {
  margin-top: 24px;
  color: #D0D1D6;
  text-align: center;
}
.event-information__panel-text p {
  margin-bottom: 1em;
}
.event-information__panel-text p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1366px) {
  .event-information__panel-text {
    text-align: left;
  }
}
.event-information__info-box {
  margin-top: 32px;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 32px;
  text-align: center;
}
@media (min-width: 1366px) {
  .event-information__info-box {
    margin-top: 64px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 32px;
    text-align: left;
  }
}
.event-information__info-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.event-information__info-title {
  color: #FFFFFF;
}
.event-information__info-text {
  margin-top: 8px;
  color: #D0D1D6;
}
.event-information__info-btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.event-information__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media (min-width: 1366px) {
  .event-information__right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    min-height: 600px;
  }
}
.event-information__thumbs {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  overflow-x: auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.event-information__thumbs::-webkit-scrollbar {
  display: none;
}
@media (min-width: 1366px) {
  .event-information__thumbs {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    max-height: 600px;
  }
}
.event-information__thumb {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  cursor: pointer;
  padding: 0;
  background: none;
  border: none;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.event-information__thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 2px solid transparent;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  pointer-events: none;
  z-index: 1;
}
.event-information__thumb:hover {
  opacity: 0.8;
}
.event-information__thumb--active {
  opacity: 1;
}
.event-information__thumb--active::after {
  border-color: #27BEFF;
}
.event-information__thumb--active:hover {
  opacity: 1;
}
.event-information__thumb-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: inherit;
}
.event-information__main-image-wrap {
  position: relative;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 16px;
  overflow: hidden;
}
@media (min-width: 1366px) {
  .event-information__main-image-wrap {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    aspect-ratio: auto;
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 650px;
  }
}
.event-information__main-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
}
.event-information__main-image--active {
  display: block;
}
.event-information__gallery-controls {
  position: absolute;
  bottom: 16px;
  right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  z-index: 2;
}
.event-information__gallery-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #FFFFFF;
  border: none;
  cursor: pointer;
  padding: 0;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.event-information__gallery-btn svg {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.event-information__gallery-btn:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.event-testimonials {
  position: relative;
  overflow: hidden;
  background-color: #05031C;
}
.event-testimonials__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.event-testimonials__bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.event-testimonials__bg-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(5, 3, 28, 0.72);
}
.event-testimonials__outer-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
}
.event-testimonials__inner-wrapper {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 64px 16px;
}
@media (min-width: 768px) {
  .event-testimonials__inner-wrapper {
    padding: 100px 150px;
  }
}
.event-testimonials__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 64px;
}
@media (min-width: 1024px) {
  .event-testimonials__layout {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.event-testimonials__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 64px;
}
@media (min-width: 1024px) {
  .event-testimonials__left {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 400px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 64px;
  }
}
.event-testimonials__tag-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media (min-width: 1024px) {
  .event-testimonials__tag-title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.event-testimonials__tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 16px 8px 8px;
  background-color: rgba(227, 227, 227, 0.3);
  border-radius: 100px;
}
.event-testimonials__tag-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  border-radius: 50%;
  background-color: #FFFFFF;
  margin-right: 8px;
}
.event-testimonials__title {
  color: #FFFFFF;
  text-align: center;
}
.event-testimonials__title strong {
  color: #27BEFF;
  font-weight: inherit;
}
@media (min-width: 1024px) {
  .event-testimonials__title {
    text-align: left;
  }
}
.event-testimonials__video-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.event-testimonials__video-box {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  aspect-ratio: 1/1;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .event-testimonials__video-box {
    width: 75%;
    aspect-ratio: auto;
    height: 160px;
  }
}
.event-testimonials__video-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.18);
  z-index: 1;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  pointer-events: none;
}
.event-testimonials__video-box:hover::after {
  background: rgba(0, 0, 0, 0.28);
}
.event-testimonials__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  display: block;
  pointer-events: none;
}
.event-testimonials__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, opacity 0.3s ease;
  transition: transform 0.25s ease, opacity 0.3s ease, -webkit-transform 0.25s ease;
}
.event-testimonials__play-btn svg {
  display: block;
  -webkit-filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.35));
          filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.35));
}
.event-testimonials__video-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin-top: 16px;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .event-testimonials__video-footer {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.event-testimonials__video-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 0;
}
.event-testimonials__video-icon-img {
  width: 16px;
  height: 16px;
  display: block;
}
.event-testimonials__video-text {
  font-size: 12px;
  color: #D0D1D6;
  line-height: 1.5;
}
.event-testimonials__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.event-testimonials__slider-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  overflow-x: auto;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  cursor: -webkit-grab;
  cursor: grab;
}
.event-testimonials__slider-track:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.event-testimonials__slider-track::-webkit-scrollbar {
  display: none;
}
@media (min-width: 1024px) {
  .event-testimonials__slider-track {
    gap: 32px;
  }
}
.event-testimonials__card {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 80%;
  min-width: 280px;
  padding: 32px;
}
@media (min-width: 1024px) {
  .event-testimonials__card {
    width: 350px;
    min-width: 0;
  }
}
.event-testimonials__card {
  border: 1px solid rgba(255, 255, 255, 0.15);
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  scroll-snap-align: start;
}
.event-testimonials__card-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
}
.event-testimonials__avatar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}
.event-testimonials__avatar-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.event-testimonials__card-tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 16px 8px 8px;
  background-color: rgba(227, 227, 227, 0.3);
  border-radius: 100px;
  white-space: nowrap;
}
.event-testimonials__card-tag-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  border-radius: 50%;
  background-color: #FFFFFF;
  margin-right: 8px;
}
.event-testimonials__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  margin-top: 32px;
}
.event-testimonials__star {
  width: 24px;
  height: 24px;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.event-testimonials__card-text {
  margin-top: 32px;
  color: #D0D1D6;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.event-testimonials__card-text p {
  margin-bottom: 1em;
}
.event-testimonials__card-text p:last-child {
  margin-bottom: 0;
}
.event-testimonials__card-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
  margin-top: 32px;
}
.event-testimonials__card-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.event-testimonials__card-name {
  display: block;
  color: #FFFFFF;
  font-weight: 500;
}
.event-testimonials__card-position {
  display: block;
  font-size: 12px;
  color: #D0D1D6;
}
.event-testimonials__social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 32px;
  height: 32px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.event-testimonials__social-link:hover {
  opacity: 0.7;
}
.event-testimonials__social-icon {
  width: 32px;
  height: 32px;
  display: block;
}
.event-testimonials__scrollbar {
  position: relative;
  margin-top: 64px;
  height: 4px;
  background-color: rgba(227, 227, 227, 0.3);
  border-radius: 100px;
  cursor: pointer;
}
.event-testimonials__scrollbar-thumb {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #27BEFF;
  border-radius: 100px;
  -webkit-transition: left 0.05s linear;
  transition: left 0.05s linear;
}
.event-testimonials__overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background-color: rgba(5, 3, 28, 0.95);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px;
}
.event-testimonials__overlay[hidden] {
  display: none;
}
.event-testimonials__overlay-video {
  width: 100%;
  max-width: 1200px;
  max-height: 90vh;
  height: auto;
  border-radius: 16px;
  display: block;
}
.event-testimonials__overlay-close {
  position: absolute;
  top: 24px;
  right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.event-testimonials__overlay-close:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.event-experts {
  position: relative;
  overflow: hidden;
  background-color: #05031C;
}
.event-experts__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.event-experts__bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.event-experts__bg-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(5, 3, 28, 0.72);
}
.event-experts__outer-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
}
.event-experts__inner-wrapper {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 64px 16px;
}
@media (min-width: 768px) {
  .event-experts__inner-wrapper {
    padding: 100px 150px;
  }
}
.event-experts__intro {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  text-align: center;
  margin-bottom: 64px;
}
@media (min-width: 1024px) {
  .event-experts__intro {
    margin-bottom: 80px;
  }
}
.event-experts__tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 16px 8px 8px;
  background-color: rgba(227, 227, 227, 0.3);
  border-radius: 100px;
  color: #FFFFFF;
}
.event-experts__tag-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  border-radius: 50%;
  background-color: #FFFFFF;
  margin-right: 8px;
}
.event-experts__title {
  color: #FFFFFF;
}
.event-experts__title strong {
  color: #27BEFF;
  font-weight: inherit;
}
.event-experts__slider-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.event-experts__slider-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  overflow-x: auto;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  cursor: -webkit-grab;
  cursor: grab;
}
.event-experts__slider-track:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.event-experts__slider-track::-webkit-scrollbar {
  display: none;
}
@media (min-width: 1024px) {
  .event-experts__slider-track {
    gap: 32px;
  }
}
.event-experts__card {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 80%;
  min-width: 280px;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  scroll-snap-align: start;
}
@media (min-width: 1024px) {
  .event-experts__card {
    width: 450px;
    min-width: 0;
  }
}
.event-experts__card-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px;
}
@media (min-width: 1024px) {
  .event-experts__card-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 32px;
  }
}
.event-experts__avatar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  overflow: hidden;
}
.event-experts__avatar-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.event-experts__card-tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 16px 8px 8px;
  background-color: rgba(227, 227, 227, 0.3);
  border-radius: 100px;
  white-space: nowrap;
}
.event-experts__card-tag-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  border-radius: 50%;
  background-color: #FFFFFF;
  margin-right: 8px;
}
.event-experts__card-name {
  margin-top: 32px;
  color: #FFFFFF;
}
.event-experts__card-text {
  margin-top: 16px;
  color: #D0D1D6;
}
.event-experts__card-text p {
  margin-bottom: 1em;
}
.event-experts__card-text p:last-child {
  margin-bottom: 0;
}
.event-experts__scrollbar {
  position: relative;
  margin-top: 64px;
  height: 4px;
  background-color: rgba(227, 227, 227, 0.3);
  border-radius: 100px;
  cursor: pointer;
}
.event-experts__scrollbar-thumb {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #27BEFF;
  border-radius: 100px;
  -webkit-transition: left 0.05s linear;
  transition: left 0.05s linear;
}

.event-pricing {
  background-color: #FFFFFF;
}
.event-pricing__outer-wrapper {
  width: 100%;
}
.event-pricing__inner-wrapper {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 64px 16px;
}
@media (min-width: 768px) {
  .event-pricing__inner-wrapper {
    padding: 100px 150px;
  }
}
.event-pricing__intro {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 16px;
  margin-bottom: 64px;
}
@media (min-width: 1024px) {
  .event-pricing__intro {
    margin-bottom: 80px;
  }
}
.event-pricing__tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 16px 8px 8px;
  background-color: rgba(227, 227, 227, 0.3);
  border-radius: 100px;
}
.event-pricing__tag-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  border-radius: 50%;
  background-color: #27BEFF;
  margin-right: 8px;
}
.event-pricing__title strong {
  color: #27BEFF;
  font-weight: inherit;
}
.event-pricing__description {
  margin-top: 16px;
}
.event-pricing__fomo {
  position: relative;
  width: 100%;
  max-width: 560px;
  margin-top: 16px;
  background-color: #FFFFFF;
  border: 2px solid rgba(105, 104, 119, 0.18);
  border-radius: 100px;
  overflow: hidden;
}
.event-pricing__fomo::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  right: -20px;
  background-image: repeating-linear-gradient(45deg, #FFFFFF 0, #FFFFFF 7px, rgba(105, 104, 119, 0.1) 7px, rgba(105, 104, 119, 0.1) 14px);
  -webkit-animation: event-pricing-fomo-stripes 1.4s linear infinite;
          animation: event-pricing-fomo-stripes 1.4s linear infinite;
  will-change: transform;
}
.event-pricing__fomo-fill {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 24px;
  background-color: #27BEFF;
  -webkit-box-shadow: 0 0 18px rgba(39, 190, 255, 0.5);
          box-shadow: 0 0 18px rgba(39, 190, 255, 0.5);
  overflow: hidden;
}
@media (min-width: 768px) {
  .event-pricing__fomo-fill {
    padding: 12px 28px 12px 38px;
  }
}
.event-pricing__fomo-fill-shine {
  position: absolute;
  top: 0;
  left: -40%;
  width: 40%;
  height: 100%;
  will-change: transform;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-animation: event-pricing-fomo-shine 2.6s ease-in-out infinite;
          animation: event-pricing-fomo-shine 2.6s ease-in-out infinite;
}
.event-pricing__fomo-content {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  min-width: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .event-pricing__fomo-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    gap: 16px;
  }
}
.event-pricing__fomo-percent {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.05em;
  color: #FFFFFF;
  white-space: nowrap;
}
.event-pricing__fomo-text {
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .event-pricing__fomo-text {
    -ms-flex-item-align: auto;
        align-self: auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: left;
  }
}
.event-pricing__fomo-fire {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 24px;
  line-height: 1;
}
.event-pricing__fomo-title {
  min-width: 0;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
}
.event-pricing__fomo-title p {
  margin: 0;
  color: inherit;
  font-weight: inherit;
}
.event-pricing__fomo--sold-out {
  -webkit-animation: event-pricing-fomo-pulse 1.6s ease-in-out infinite;
          animation: event-pricing-fomo-pulse 1.6s ease-in-out infinite;
}
.event-pricing__fomo--sold-out .event-pricing__fomo-fill {
  padding-left: 24px;
}
@media (min-width: 768px) {
  .event-pricing__fomo--sold-out .event-pricing__fomo-fill {
    padding-left: 28px;
  }
}
.event-pricing__fomo--sold-out .event-pricing__fomo-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.event-pricing__fomo--sold-out .event-pricing__fomo-text {
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.event-pricing__fomo--sold-out .event-pricing__fomo-title {
  font-weight: 400;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.event-pricing__slider-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.event-pricing__slider-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  overflow-x: auto;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding-top: 20px;
}
.event-pricing__slider-track::-webkit-scrollbar {
  display: none;
}
@media (min-width: 1024px) {
  .event-pricing__slider-track {
    gap: 32px;
    overflow: visible;
    -ms-scroll-snap-type: none;
        scroll-snap-type: none;
  }
}
.event-pricing__card {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 80%;
  min-width: 280px;
  padding: 32px;
  background-color: #F5FBFE;
  border: 1px solid transparent;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  scroll-snap-align: start;
}
@media (min-width: 1024px) {
  .event-pricing__card {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
    min-width: 0;
    scroll-snap-align: none;
    padding: 48px 32px 32px;
  }
}
.event-pricing__card--featured {
  border-color: #27BEFF;
}
.event-pricing__featured-label {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 6px 16px;
  background-color: #27BEFF;
  border-radius: 100px;
  color: #FFFFFF;
  font-size: 12px;
  white-space: nowrap;
  line-height: 1.5;
}
.event-pricing__card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
.event-pricing__card-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 32px;
  height: 32px;
}
.event-pricing__card-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.event-pricing__card-title {
  min-width: 0;
}
.event-pricing__card-text {
  margin-top: 16px;
}
.event-pricing__card-price {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.event-pricing__price-amount {
  font-size: clamp(32px, 4.5vw, 40px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.05em;
  color: #05031C;
  white-space: nowrap;
  word-break: normal;
}
.event-pricing__price-currency {
  font-size: clamp(18px, 3vw, 20px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.05em;
  color: #05031C;
  white-space: nowrap;
}
.event-pricing__card-btn {
  margin-top: 32px;
  width: 100%;
  display: block;
}
.event-pricing .button--dark {
  background-color: #05031C;
  color: #FFFFFF;
  border-color: #05031C;
}
.event-pricing .button--dark:hover {
  background-color: #27BEFF;
  border-color: #27BEFF;
  color: #FFFFFF;
}
.event-pricing__divider {
  margin: 32px 0 0;
  border: none;
  border-top: 1px solid rgba(105, 104, 119, 0.2);
}
.event-pricing__benefits-title {
  margin-top: 32px;
}
.event-pricing__benefits {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.event-pricing__benefit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
.event-pricing__benefit--inactive {
  opacity: 0.6;
}
.event-pricing__benefit-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-top: 1px;
}
.event-pricing__benefit-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.event-pricing__benefit-text {
  font-size: 12px;
  line-height: 1.5;
}
.event-pricing__scrollbar {
  position: relative;
  margin-top: 64px;
  height: 4px;
  background-color: rgba(227, 227, 227, 0.3);
  border-radius: 100px;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .event-pricing__scrollbar {
    display: none;
  }
}
.event-pricing__scrollbar-thumb {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #27BEFF;
  border-radius: 100px;
  -webkit-transition: left 0.05s linear;
  transition: left 0.05s linear;
}
.event-pricing__promo-box {
  margin-top: 64px;
  padding: 16px 32px;
  background-color: #F5FBFE;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  gap: 16px;
  text-align: center;
}
@media (min-width: 1024px) {
  .event-pricing__promo-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
    gap: 32px;
  }
}
.event-pricing__promo-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.event-pricing__promo-title {
  color: #05031C;
}
.event-pricing__promo-text {
  color: #696877;
}
.event-pricing__promo-text p {
  margin: 0;
  color: inherit;
}
.event-pricing__promo-btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.event-pricing__payment-image {
  margin-top: 64px;
  max-width: 450px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.event-pricing__payment-image-img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
}

.competition .event-pricing__inner-wrapper {
  padding-top: 32px;
}
@media (min-width: 768px) {
  .competition .event-pricing__inner-wrapper {
    padding-top: 50px;
  }
}

@-webkit-keyframes event-pricing-fomo-shine {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(450%);
            transform: translateX(450%);
  }
}

@keyframes event-pricing-fomo-shine {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(450%);
            transform: translateX(450%);
  }
}
@-webkit-keyframes event-pricing-fomo-stripes {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
}
@keyframes event-pricing-fomo-stripes {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
}
@-webkit-keyframes event-pricing-fomo-pulse {
  0%, 100% {
    -webkit-box-shadow: 0 0 0 0 rgba(39, 190, 255, 0.45);
            box-shadow: 0 0 0 0 rgba(39, 190, 255, 0.45);
  }
  50% {
    -webkit-box-shadow: 0 0 0 10px rgba(39, 190, 255, 0);
            box-shadow: 0 0 0 10px rgba(39, 190, 255, 0);
  }
}
@keyframes event-pricing-fomo-pulse {
  0%, 100% {
    -webkit-box-shadow: 0 0 0 0 rgba(39, 190, 255, 0.45);
            box-shadow: 0 0 0 0 rgba(39, 190, 255, 0.45);
  }
  50% {
    -webkit-box-shadow: 0 0 0 10px rgba(39, 190, 255, 0);
            box-shadow: 0 0 0 10px rgba(39, 190, 255, 0);
  }
}
.event-program {
  background-color: #FFFFFF;
}
.event-program__outer-wrapper {
  width: 100%;
}
.event-program__inner-wrapper {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 64px 16px;
}
@media (min-width: 768px) {
  .event-program__inner-wrapper {
    padding: 100px 150px;
  }
}
.event-program__intro {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 16px;
  margin-bottom: 64px;
}
@media (min-width: 1024px) {
  .event-program__intro {
    margin-bottom: 80px;
  }
}
.event-program__tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 16px 8px 8px;
  background-color: rgba(227, 227, 227, 0.3);
  border-radius: 100px;
}
.event-program__tag-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  border-radius: 50%;
  background-color: #27BEFF;
  margin-right: 8px;
}
.event-program__title strong {
  color: #27BEFF;
  font-weight: inherit;
}
.event-program__description {
  margin-top: 16px;
}
.event-program__table {
  border: 1px solid rgba(227, 227, 227, 0.3);
  border-radius: 24px;
  overflow: hidden;
}
.event-program__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  padding: 24px 20px;
  background-color: #F5FBFE;
  border-bottom: 1px solid rgba(227, 227, 227, 0.3);
}
.event-program__row:last-child {
  border-bottom: none;
}
.event-program__row--even {
  background-color: #FFFFFF;
}
@media (min-width: 1366px) {
  .event-program__row {
    display: grid;
    grid-template-columns: 110px 255px minmax(120px, 1fr) minmax(200px, 1fr);
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
    row-gap: 0;
    padding: 28px 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.event-program__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.event-program__row-tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 16px 8px 8px;
  background-color: #27BEFF;
  border-radius: 100px;
  color: #FFFFFF;
  white-space: nowrap;
}
.event-program__row-tag-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  border-radius: 50%;
  background-color: #FFFFFF;
  margin-right: 8px;
}
.event-program__time {
  font-size: clamp(32px, 4.5vw, 40px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.05em;
  color: #05031C;
  white-space: nowrap;
  word-break: normal;
}
.event-program__col--timeline {
  display: none;
}
@media (min-width: 1366px) {
  .event-program__col--timeline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
.event-program__timeline {
  position: relative;
  width: 100%;
  max-width: 225px;
  height: 28px;
  overflow: visible;
}
.event-program__tl-base {
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #E3E3E3;
}
.event-program__tl-active {
  position: absolute;
  top: 5px;
  height: 1px;
  background-color: #27BEFF;
}
.event-program__tl-ref-dot {
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #E3E3E3;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.event-program__tl-ref-dot--blue {
  background-color: #27BEFF;
}
.event-program__tl-dot {
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #27BEFF;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
.event-program__tl-labels {
  position: absolute;
  top: 16px;
  left: 0;
  right: 0;
}
.event-program__tl-label {
  position: absolute;
  font-size: 10px;
  line-height: 1;
  color: #696877;
  white-space: nowrap;
}
.event-program__tl-label--start {
  left: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.event-program__tl-label--mid {
  left: 44.44%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.event-program__tl-label--end {
  right: 0;
  left: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.event-program__col--content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.event-program__row-body {
  margin-top: 8px;
}
.event-program__row-body--with-avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-top: 16px;
}
.event-program__row-avatar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}
.event-program__row-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.event-program__info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin-top: 32px;
}
.event-program__info-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 16px;
  height: 16px;
}
.event-program__info-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.event-program__info-text {
  font-size: 12px;
  line-height: 1.5;
  color: #696877;
}

.event-cta {
  position: relative;
  overflow: hidden;
  background-color: #05031C;
}
.event-cta__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.event-cta__bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.event-cta__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(5, 3, 28, 0.72);
}
.event-cta__outer-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
}
.event-cta__inner-wrapper {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 64px 16px;
}
@media (min-width: 768px) {
  .event-cta__inner-wrapper {
    padding: 100px 150px;
  }
}
.event-cta__content {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.event-cta__tag-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.event-cta__tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 16px 8px 8px;
  background-color: rgba(227, 227, 227, 0.3);
  border-radius: 100px;
}
.event-cta__tag-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  border-radius: 50%;
  background-color: #FFFFFF;
  margin-right: 8px;
}
.event-cta__title {
  color: #FFFFFF;
}
.event-cta__title strong {
  color: #27BEFF;
  font-weight: inherit;
}
.event-cta__text {
  margin-top: 32px;
  color: #D0D1D6;
  width: 100%;
}
@media (min-width: 1024px) {
  .event-cta__text {
    max-width: 550px;
  }
}
.event-cta__text p {
  margin-bottom: 1em;
}
.event-cta__text p:last-child {
  margin-bottom: 0;
}
.event-cta__btn {
  margin-top: 32px;
}

.event-competition-intro {
  position: relative;
  overflow: hidden;
  background-color: #05031C;
}
.event-competition-intro__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.event-competition-intro__bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.event-competition-intro__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(5, 3, 28, 0.55)), color-stop(60%, rgba(5, 3, 28, 0.72)), to(rgba(5, 3, 28, 0.88)));
  background: linear-gradient(180deg, rgba(5, 3, 28, 0.55) 0%, rgba(5, 3, 28, 0.72) 60%, rgba(5, 3, 28, 0.88) 100%);
}
.event-competition-intro__outer-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
}
.event-competition-intro__inner-wrapper {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 64px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  .event-competition-intro__inner-wrapper {
    padding: 100px 150px;
  }
}
.event-competition-intro__tag {
  margin-bottom: 8px;
}
.event-competition-intro__title {
  color: #FFFFFF;
  max-width: 900px;
}
.event-competition-intro__title strong {
  color: #27BEFF;
  font-weight: inherit;
}
.event-competition-intro__text {
  max-width: 900px;
  margin-top: 32px;
  color: #D0D1D6;
}
.event-competition-intro__text p {
  margin: 0;
  color: inherit;
}
.event-competition-intro__text p + p {
  margin-top: 0.75em;
}
.event-competition-intro__button {
  margin-top: 32px;
}

.event-competition-steps {
  background-color: #FFFFFF;
}
.event-competition-steps__outer-wrapper {
  width: 100%;
}
.event-competition-steps__inner-wrapper {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 64px 16px;
}
@media (min-width: 768px) {
  .event-competition-steps__inner-wrapper {
    padding: 100px 150px;
  }
}
.event-competition-steps__intro {
  max-width: 900px;
  width: 100%;
  margin: 0 auto 64px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media (min-width: 768px) {
  .event-competition-steps__intro {
    margin-bottom: 80px;
  }
}
.event-competition-steps__tag-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.event-competition-steps__tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 16px 8px 8px;
  background-color: rgba(227, 227, 227, 0.3);
  border-radius: 100px;
}
.event-competition-steps__tag-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  border-radius: 50%;
  background-color: #27BEFF;
  margin-right: 8px;
}
.event-competition-steps__title strong {
  color: #27BEFF;
  font-weight: inherit;
}
.event-competition-steps__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 1024px) {
  .event-competition-steps__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.event-competition-steps__box {
  padding: 32px;
  background-color: #F5FBFE;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.event-competition-steps__number {
  font-size: 72px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.05em;
  color: #05031C;
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .event-competition-steps__number {
    margin-bottom: 128px;
  }
}
.event-competition-steps__box-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.event-competition-steps__box-text p {
  margin: 0;
}
.event-competition-steps__box-text p + p {
  margin-top: 0.5em;
}
.event-competition-steps__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  margin-top: 64px;
}
.event-competition-steps__info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  text-align: left;
}
.event-competition-steps__info-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.event-competition-steps__info-text {
  color: #696877;
}
.event-competition-steps__info-text p {
  margin: 0;
  font-size: 12px;
}

.event-competition-reward {
  background-color: #FFFFFF;
  overflow: hidden;
}
.event-competition-reward__outer-wrapper {
  width: 100%;
}
.event-competition-reward__inner-wrapper {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 32px 16px 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .event-competition-reward__inner-wrapper {
    padding: 50px 150px 100px;
  }
}
@media (min-width: 1366px) {
  .event-competition-reward__inner-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 64px;
  }
}
.event-competition-reward__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media (min-width: 1366px) {
  .event-competition-reward__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }
}
.event-competition-reward__tag-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media (min-width: 1366px) {
  .event-competition-reward__tag-title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.event-competition-reward__tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 16px 8px 8px;
  background-color: rgba(227, 227, 227, 0.3);
  border-radius: 100px;
}
.event-competition-reward__tag-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  border-radius: 50%;
  background-color: #27BEFF;
  margin-right: 8px;
}
.event-competition-reward__title strong {
  color: #27BEFF;
  font-weight: inherit;
}
.event-competition-reward__text {
  margin-top: 32px;
}
.event-competition-reward__text p {
  margin-bottom: 1em;
}
.event-competition-reward__text p:last-child {
  margin-bottom: 0;
}
.event-competition-reward__text strong {
  color: #05031C;
}
.event-competition-reward__box {
  margin-top: 32px;
  padding: 32px;
  background-color: #F5FBFE;
  border-radius: 16px;
  width: 100%;
  text-align: left;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.event-competition-reward__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-top: 32px;
  list-style: none;
}
.event-competition-reward__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
.event-competition-reward__list-dot {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 8px;
  height: 8px;
  min-width: 8px;
  border-radius: 50%;
  background-color: #27BEFF;
  margin-top: 5px;
}
.event-competition-reward__list-text strong {
  color: #05031C;
  font-weight: inherit;
}
.event-competition-reward__list-text p {
  margin: 0;
}
.event-competition-reward__tag-pills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-top: 32px;
}
.event-competition-reward__tag-pill {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 16px 8px 8px;
  background-color: #27BEFF;
  border-radius: 100px;
}
.event-competition-reward__tag-pill-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  border-radius: 50%;
  background-color: #FFFFFF;
  margin-right: 8px;
}
.event-competition-reward__image-wrapper {
  width: 100%;
  margin-top: 48px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 768px) {
  .event-competition-reward__image-wrapper {
    margin-top: 64px;
  }
}
@media (min-width: 1366px) {
  .event-competition-reward__image-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-top: 0;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    position: relative;
  }
}
.event-competition-reward__image {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  display: block;
}
@media (min-width: 1366px) {
  .event-competition-reward__image {
    aspect-ratio: auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.generic-content {
  background-color: #FFFFFF;
}
.generic-content__outer-wrapper {
  width: 100%;
}
.generic-content__inner-wrapper {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 32px 16px 64px;
}
@media (min-width: 768px) {
  .generic-content__inner-wrapper {
    padding: 75px 64px 100px;
  }
}
.generic-content__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 16px;
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .generic-content__header {
    margin-bottom: 80px;
  }
}
.generic-content__tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 16px 8px 8px;
  background-color: rgba(227, 227, 227, 0.3);
  border-radius: 100px;
}
.generic-content__tag-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  border-radius: 50%;
  background-color: #27BEFF;
  margin-right: 8px;
}
.generic-content__body h2,
.generic-content__body h3,
.generic-content__body h4,
.generic-content__body h5,
.generic-content__body h6 {
  margin-top: 32px;
  margin-bottom: 16px;
}
.generic-content__body h2:first-child,
.generic-content__body h3:first-child,
.generic-content__body h4:first-child,
.generic-content__body h5:first-child,
.generic-content__body h6:first-child {
  margin-top: 0;
}
.generic-content__body p {
  margin-bottom: 1em;
}
.generic-content__body p:last-child {
  margin-bottom: 0;
}
.generic-content__body ul,
.generic-content__body ol {
  padding-left: 1.5em;
  margin-bottom: 1em;
}
.generic-content__body ul li,
.generic-content__body ol li {
  margin-bottom: 0.5em;
}
.generic-content__body ul {
  list-style: disc;
}
.generic-content__body ol {
  list-style: decimal;
}
.generic-content__body a {
  color: #27BEFF;
}

.woocommerce-checkout .entry-footer,
.woocommerce-checkout .edit-link,
.woocommerce-order-received .entry-footer,
.woocommerce-order-received .edit-link {
  display: none;
}

.woocommerce-main__wrapper {
  max-width: 1600px;
  margin: 0 auto;
  padding: 32px 16px 64px;
}
@media (min-width: 768px) {
  .woocommerce-main__wrapper {
    padding: 64px 150px 100px;
  }
}

.woocommerce-main__page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .woocommerce-main__page-header {
    margin-bottom: 64px;
  }
}

.woocommerce-main__tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 16px 8px 8px;
  background-color: rgba(227, 227, 227, 0.3);
  border-radius: 100px;
}

.woocommerce-main__tag-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  border-radius: 50%;
  background-color: #27BEFF;
  margin-right: 8px;
}

.woocommerce-main__wrapper .entry-title {
  font-size: clamp(32px, 4.5vw, 40px);
  font-weight: 500;
  color: #05031C;
  letter-spacing: -0.05em;
  margin-bottom: 0;
}

.woocommerce-form-coupon-toggle {
  margin-bottom: 0;
}
.woocommerce-form-coupon-toggle .woocommerce-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background-color: #F5FBFE;
  border: none;
  border-radius: 10px;
  padding: 14px 20px;
  margin-bottom: 0;
  font-size: 14px;
  color: #696877;
}
.woocommerce-form-coupon-toggle .woocommerce-info::before {
  display: none !important;
}
.woocommerce-form-coupon-toggle .woocommerce-info a.showcoupon {
  color: #27BEFF;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.woocommerce-form-coupon-toggle .woocommerce-info a.showcoupon:hover {
  opacity: 0.75;
}

.checkout_coupon.woocommerce-form-coupon {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  padding: 0 24px 24px;
  background-color: #F5FBFE;
  border-radius: 12px;
  border: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.checkout_coupon.woocommerce-form-coupon p:first-of-type {
  width: 100%;
  font-size: 14px;
  color: #696877;
  margin: 0;
}
.checkout_coupon.woocommerce-form-coupon .form-row {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 200px;
  margin-bottom: 0;
}
.checkout_coupon.woocommerce-form-coupon .form-row-last {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.checkout_coupon.woocommerce-form-coupon .form-row-last input[type=submit],
.checkout_coupon.woocommerce-form-coupon .form-row-last button[type=submit] {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  background-color: #27BEFF;
  border: none;
  border-radius: 100px;
  padding: 14px 24px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  white-space: nowrap;
}
.checkout_coupon.woocommerce-form-coupon .form-row-last input[type=submit]:hover,
.checkout_coupon.woocommerce-form-coupon .form-row-last button[type=submit]:hover {
  background-color: rgb(0, 169.875, 243);
}

.woocommerce-checkout .col2-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  margin-top: 32px;
}
.woocommerce-checkout .col2-set::before, .woocommerce-checkout .col2-set::after {
  display: none !important;
  content: none !important;
}
@media (min-width: 1024px) {
  .woocommerce-checkout .col2-set {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 64px;
  }
}
.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
  width: 100%;
}
@media (min-width: 1024px) {
  .woocommerce-checkout .col2-set .col-1,
  .woocommerce-checkout .col2-set .col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 32px);
            flex: 0 0 calc(50% - 32px);
    width: calc(50% - 32px);
    min-width: 0;
  }
}

.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3 {
  font-size: clamp(18px, 3vw, 20px);
  font-weight: 500;
  color: #05031C;
  letter-spacing: -0.05em;
  margin-bottom: 24px;
}

.woocommerce-additional-fields h3 {
  font-size: clamp(18px, 3vw, 20px);
  font-weight: 500;
  color: #05031C;
  letter-spacing: -0.05em;
  margin-bottom: 8px;
}

#order_review_heading {
  font-size: clamp(18px, 3vw, 20px);
  font-weight: 500;
  color: #05031C;
  letter-spacing: -0.05em;
  margin-top: 64px;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  #order_review_heading {
    margin-top: 64px;
  }
}

.woocommerce form .form-row {
  padding: 3px;
  margin: 0 0 16px;
}

.woocommerce-checkout .form-row {
  margin-bottom: 32px;
}
.woocommerce-checkout .form-row label {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #696877;
  margin-bottom: 8px;
}
.woocommerce-checkout .form-row label .optional {
  opacity: 0.55;
  font-size: 14px;
}
.woocommerce-checkout .form-row label abbr[title] {
  color: #27BEFF;
  text-decoration: none;
  border: none;
  cursor: default;
}
.woocommerce-checkout .form-row.notes label {
  margin-bottom: 16px;
}
.woocommerce-checkout .form-row#order_comments_field {
  margin-top: 8px;
}
.woocommerce-checkout .form-row input[type=text],
.woocommerce-checkout .form-row input[type=email],
.woocommerce-checkout .form-row input[type=tel],
.woocommerce-checkout .form-row input[type=password],
.woocommerce-checkout .form-row input[type=number],
.woocommerce-checkout .form-row select,
.woocommerce-checkout .form-row textarea {
  display: block;
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #05031C;
  background-color: #FFFFFF;
  border: 1px solid rgba(5, 3, 28, 0.12);
  border-radius: 12px;
  padding: 14px 16px;
  line-height: 1.5;
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.woocommerce-checkout .form-row input[type=text]::-webkit-input-placeholder, .woocommerce-checkout .form-row input[type=email]::-webkit-input-placeholder, .woocommerce-checkout .form-row input[type=tel]::-webkit-input-placeholder, .woocommerce-checkout .form-row input[type=password]::-webkit-input-placeholder, .woocommerce-checkout .form-row input[type=number]::-webkit-input-placeholder, .woocommerce-checkout .form-row select::-webkit-input-placeholder, .woocommerce-checkout .form-row textarea::-webkit-input-placeholder {
  color: rgba(105, 104, 119, 0.4);
}
.woocommerce-checkout .form-row input[type=text]::-moz-placeholder, .woocommerce-checkout .form-row input[type=email]::-moz-placeholder, .woocommerce-checkout .form-row input[type=tel]::-moz-placeholder, .woocommerce-checkout .form-row input[type=password]::-moz-placeholder, .woocommerce-checkout .form-row input[type=number]::-moz-placeholder, .woocommerce-checkout .form-row select::-moz-placeholder, .woocommerce-checkout .form-row textarea::-moz-placeholder {
  color: rgba(105, 104, 119, 0.4);
}
.woocommerce-checkout .form-row input[type=text]:-ms-input-placeholder, .woocommerce-checkout .form-row input[type=email]:-ms-input-placeholder, .woocommerce-checkout .form-row input[type=tel]:-ms-input-placeholder, .woocommerce-checkout .form-row input[type=password]:-ms-input-placeholder, .woocommerce-checkout .form-row input[type=number]:-ms-input-placeholder, .woocommerce-checkout .form-row select:-ms-input-placeholder, .woocommerce-checkout .form-row textarea:-ms-input-placeholder {
  color: rgba(105, 104, 119, 0.4);
}
.woocommerce-checkout .form-row input[type=text]::-ms-input-placeholder, .woocommerce-checkout .form-row input[type=email]::-ms-input-placeholder, .woocommerce-checkout .form-row input[type=tel]::-ms-input-placeholder, .woocommerce-checkout .form-row input[type=password]::-ms-input-placeholder, .woocommerce-checkout .form-row input[type=number]::-ms-input-placeholder, .woocommerce-checkout .form-row select::-ms-input-placeholder, .woocommerce-checkout .form-row textarea::-ms-input-placeholder {
  color: rgba(105, 104, 119, 0.4);
}
.woocommerce-checkout .form-row input[type=text]::placeholder,
.woocommerce-checkout .form-row input[type=email]::placeholder,
.woocommerce-checkout .form-row input[type=tel]::placeholder,
.woocommerce-checkout .form-row input[type=password]::placeholder,
.woocommerce-checkout .form-row input[type=number]::placeholder,
.woocommerce-checkout .form-row select::placeholder,
.woocommerce-checkout .form-row textarea::placeholder {
  color: rgba(105, 104, 119, 0.4);
}
.woocommerce-checkout .form-row input[type=text]:focus,
.woocommerce-checkout .form-row input[type=email]:focus,
.woocommerce-checkout .form-row input[type=tel]:focus,
.woocommerce-checkout .form-row input[type=password]:focus,
.woocommerce-checkout .form-row input[type=number]:focus,
.woocommerce-checkout .form-row select:focus,
.woocommerce-checkout .form-row textarea:focus {
  border-color: #27BEFF;
  -webkit-box-shadow: 0 0 0 3px rgba(39, 190, 255, 0.12);
          box-shadow: 0 0 0 3px rgba(39, 190, 255, 0.12);
  outline: none;
}
.woocommerce-checkout .form-row select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2305031C' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 42px;
  cursor: pointer;
}
.woocommerce-checkout .form-row textarea {
  resize: vertical;
  min-height: 110px;
}
.woocommerce-checkout .form-row .woocommerce-error,
.woocommerce-checkout .form-row .woocommerce-inline-message,
.woocommerce-checkout .form-row label.error {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  color: #ef4444;
  background: none;
  border: none;
  padding: 0;
}
.woocommerce-checkout .form-row.woocommerce-invalid input,
.woocommerce-checkout .form-row.woocommerce-invalid select,
.woocommerce-checkout .form-row.woocommerce-invalid textarea {
  border-color: #ef4444 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.woocommerce-checkout .form-row.woocommerce-invalid input:focus,
.woocommerce-checkout .form-row.woocommerce-invalid select:focus,
.woocommerce-checkout .form-row.woocommerce-invalid textarea:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.12);
          box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.12);
}
.woocommerce-checkout .form-row.woocommerce-validated input,
.woocommerce-checkout .form-row.woocommerce-validated select,
.woocommerce-checkout .form-row.woocommerce-validated textarea {
  border-color: #22c55e !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.woocommerce-checkout .form-row.woocommerce-validated input:focus,
.woocommerce-checkout .form-row.woocommerce-validated select:focus,
.woocommerce-checkout .form-row.woocommerce-validated textarea:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.12);
          box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.12);
}
.woocommerce-checkout .select2-container {
  width: 100% !important;
}
.woocommerce-checkout .select2-container--default .select2-selection--single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #05031C;
  background-color: #FFFFFF;
  border: 1px solid rgba(5, 3, 28, 0.12);
  border-radius: 12px;
  padding: 14px 42px 14px 16px;
  line-height: 1.5;
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0;
  line-height: inherit;
  color: #05031C;
  font-size: 14px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 8px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow::after {
  content: "";
  display: block;
  width: 12px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2305031C' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.woocommerce-checkout .select2-container--default.select2-container--open .select2-selection--single,
.woocommerce-checkout .select2-container--default.select2-container--focus .select2-selection--single {
  border-color: #27BEFF;
  -webkit-box-shadow: 0 0 0 3px rgba(39, 190, 255, 0.12);
          box-shadow: 0 0 0 3px rgba(39, 190, 255, 0.12);
  outline: none;
}
.woocommerce-checkout .select2-dropdown {
  border: 1px solid rgba(5, 3, 28, 0.12);
  border-radius: 12px;
  -webkit-box-shadow: 0 8px 24px rgba(5, 3, 28, 0.08);
          box-shadow: 0 8px 24px rgba(5, 3, 28, 0.08);
  overflow: hidden;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}
.woocommerce-checkout .select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid rgba(5, 3, 28, 0.12);
  border-radius: 8px;
  padding: 10px 12px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  color: #05031C;
}
.woocommerce-checkout .select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border-color: #27BEFF;
  outline: none;
}
.woocommerce-checkout .select2-container--default .select2-results__option {
  font-size: 12px;
  color: #696877;
  padding: 10px 16px;
  -webkit-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
}
.woocommerce-checkout .select2-container--default .select2-results__option[aria-selected=true], .woocommerce-checkout .select2-container--default .select2-results__option--highlighted {
  background-color: #F5FBFE;
  color: #05031C;
}
.woocommerce-checkout .woocommerce-form__label-for-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  font-size: 14px;
  color: #696877;
  line-height: 1.5;
}
.woocommerce-checkout .woocommerce-form__label-for-checkbox input[type=checkbox] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  accent-color: #27BEFF;
  cursor: pointer;
}

.woocommerce-checkout .input-text,
.woocommerce-checkout .woocommerce-additional-fields input {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #05031C;
  background-color: #FFFFFF;
  border: 1px solid rgba(5, 3, 28, 0.12) !important;
  border-radius: 12px;
  padding: 14px 16px;
  line-height: 1.5;
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.woocommerce-checkout .input-text::-webkit-input-placeholder, .woocommerce-checkout .woocommerce-additional-fields input::-webkit-input-placeholder {
  color: rgba(105, 104, 119, 0.4);
}
.woocommerce-checkout .input-text::-moz-placeholder, .woocommerce-checkout .woocommerce-additional-fields input::-moz-placeholder {
  color: rgba(105, 104, 119, 0.4);
}
.woocommerce-checkout .input-text:-ms-input-placeholder, .woocommerce-checkout .woocommerce-additional-fields input:-ms-input-placeholder {
  color: rgba(105, 104, 119, 0.4);
}
.woocommerce-checkout .input-text::-ms-input-placeholder, .woocommerce-checkout .woocommerce-additional-fields input::-ms-input-placeholder {
  color: rgba(105, 104, 119, 0.4);
}
.woocommerce-checkout .input-text::placeholder,
.woocommerce-checkout .woocommerce-additional-fields input::placeholder {
  color: rgba(105, 104, 119, 0.4);
}
.woocommerce-checkout .input-text:focus,
.woocommerce-checkout .woocommerce-additional-fields input:focus {
  border-color: #27BEFF !important;
  -webkit-box-shadow: 0 0 0 3px rgba(39, 190, 255, 0.12);
          box-shadow: 0 0 0 3px rgba(39, 190, 255, 0.12);
  outline: none;
}

.woocommerce-checkout .woocommerce-additional-fields textarea,
.woocommerce-checkout textarea[name=order_comments] {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #05031C;
  background-color: #FFFFFF;
  border: 1px solid rgba(5, 3, 28, 0.12) !important;
  border-radius: 12px !important;
  padding: 14px 16px !important;
  line-height: 1.5;
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
  resize: vertical;
  min-height: 110px;
  width: 100%;
}
.woocommerce-checkout .woocommerce-additional-fields textarea::-webkit-input-placeholder, .woocommerce-checkout textarea[name=order_comments]::-webkit-input-placeholder {
  color: rgba(105, 104, 119, 0.4);
}
.woocommerce-checkout .woocommerce-additional-fields textarea::-moz-placeholder, .woocommerce-checkout textarea[name=order_comments]::-moz-placeholder {
  color: rgba(105, 104, 119, 0.4);
}
.woocommerce-checkout .woocommerce-additional-fields textarea:-ms-input-placeholder, .woocommerce-checkout textarea[name=order_comments]:-ms-input-placeholder {
  color: rgba(105, 104, 119, 0.4);
}
.woocommerce-checkout .woocommerce-additional-fields textarea::-ms-input-placeholder, .woocommerce-checkout textarea[name=order_comments]::-ms-input-placeholder {
  color: rgba(105, 104, 119, 0.4);
}
.woocommerce-checkout .woocommerce-additional-fields textarea::placeholder,
.woocommerce-checkout textarea[name=order_comments]::placeholder {
  color: rgba(105, 104, 119, 0.4);
}
.woocommerce-checkout .woocommerce-additional-fields textarea:focus,
.woocommerce-checkout textarea[name=order_comments]:focus {
  border-color: #27BEFF !important;
  -webkit-box-shadow: 0 0 0 3px rgba(39, 190, 255, 0.12);
          box-shadow: 0 0 0 3px rgba(39, 190, 255, 0.12);
  outline: none;
}

#order_review {
  background-color: transparent;
}
@media (min-width: 1024px) {
  #order_review {
    position: sticky;
    top: 120px;
  }
}

.shop_table.woocommerce-checkout-review-order-table {
  width: 100%;
  border-collapse: collapse;
  background-color: transparent;
  border: none;
}
.shop_table.woocommerce-checkout-review-order-table th,
.shop_table.woocommerce-checkout-review-order-table td {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #696877;
  padding: 12px 0;
  border: none !important;
  vertical-align: middle;
  line-height: 1.5;
  text-align: left;
}
.shop_table.woocommerce-checkout-review-order-table thead th {
  font-size: 12px;
  font-weight: 500;
  color: #05031C;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(5, 3, 28, 0.12) !important;
}
.shop_table.woocommerce-checkout-review-order-table tbody tr td,
.shop_table.woocommerce-checkout-review-order-table tbody tr th {
  border-bottom: 1px solid rgba(5, 3, 28, 0.12) !important;
}
.shop_table.woocommerce-checkout-review-order-table tbody tr th {
  font-weight: 400;
  color: #05031C;
}
.shop_table.woocommerce-checkout-review-order-table .cart-subtotal th,
.shop_table.woocommerce-checkout-review-order-table .cart-subtotal td {
  padding-top: 16px;
  font-weight: 500;
  color: #05031C;
  border-bottom: none !important;
}
.shop_table.woocommerce-checkout-review-order-table .order-total th,
.shop_table.woocommerce-checkout-review-order-table .order-total td {
  font-size: 16px;
  font-weight: 500;
  color: #05031C;
  padding-top: 12px;
  border-top: 1px solid rgba(5, 3, 28, 0.12) !important;
}
.shop_table.woocommerce-checkout-review-order-table .woocommerce-Price-amount.amount {
  text-decoration: none;
}

#payment.woocommerce-checkout-payment {
  margin-top: 32px;
  background-color: #F5FBFE;
  border-radius: 12px;
  border: none;
  padding: 24px;
}

#payment .payment_methods {
  list-style: none;
  padding: 0 !important;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
#payment .payment_methods li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border: none;
  border-radius: 10px;
  background-color: #FFFFFF;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  cursor: pointer;
}
#payment .payment_methods li input[type=radio] {
  display: inline-block !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 16px;
  height: 16px;
  accent-color: #05031C;
  cursor: pointer;
  margin: 0;
  -moz-appearance: auto;
       appearance: auto;
  -webkit-appearance: auto;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
#payment .payment_methods li label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  font-size: 14px;
  font-weight: 500;
  color: #05031C;
  cursor: pointer;
  margin: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  border: none;
  background-color: #FFFFFF;
}
#payment .payment_methods li:has(input[type=radio]:checked) {
  background-color: #FFFFFF;
}
#payment .payment_methods li .payment_box::before {
  display: none !important;
}
#payment .payment_methods li .payment_box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 26px);
          flex: 0 0 calc(100% - 26px);
  width: calc(100% - 26px);
  min-width: 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 4px;
  margin-left: 26px;
  background-color: transparent;
  font-size: 12px;
  color: #696877;
  line-height: 1.5;
  overflow-wrap: break-word;
  word-break: break-word;
}
#payment .payment_methods li .payment_box p {
  margin: 0;
}
#payment .payment_methods .payment_box.payment_method_cheque {
  display: none;
}
#payment .payment_methods li:last-child {
  margin-bottom: 24px !important;
}
#payment .form-row.place-order {
  margin-top: 32px;
  padding: 0;
  text-align: left;
}
#payment .woocommerce-privacy-policy-text {
  font-size: 12px;
  color: #696877;
  line-height: 1.5;
  margin-bottom: 16px;
}
#payment .woocommerce-privacy-policy-text a {
  color: #27BEFF;
  text-decoration: none;
}
#payment .woocommerce-privacy-policy-text a:hover {
  text-decoration: underline;
}

#place_order {
  display: inline-block;
  width: auto;
  float: none !important;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  background-color: #05031C;
  color: #FFFFFF;
  border: 1px solid #05031C;
  border-radius: 100px;
  padding: 16px 32px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  margin-top: 8px;
}
#place_order:hover {
  background-color: #27BEFF;
  border-color: #27BEFF;
  color: #FFFFFF;
}
#place_order:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
#place_order:disabled:hover {
  background-color: #05031C;
  border-color: #05031C;
}

.blockUI.blockOverlay {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-color: rgba(255, 255, 255, 0.88) !important;
  backdrop-filter: blur(2px) !important;
  -webkit-backdrop-filter: blur(2px) !important;
  z-index: 99999 !important;
  border-radius: 0 !important;
}

.blockUI.blockMsg {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  z-index: 100000 !important;
  background: none !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  width: auto !important;
}

.woocommerce-error,
.woocommerce-message,
.woocommerce-info {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 10px;
  padding: 14px 20px;
  margin-bottom: 24px;
  list-style: none;
  border-left: none;
}
.woocommerce-error::before,
.woocommerce-message::before,
.woocommerce-info::before {
  display: none !important;
}
.woocommerce-error li,
.woocommerce-message li,
.woocommerce-info li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce-error a.button,
.woocommerce-message a.button,
.woocommerce-info a.button {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 400;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.woocommerce-error {
  background-color: #fef2f2;
  color: #b91c1c;
  border: 1px solid rgba(239, 68, 68, 0.3);
}

.woocommerce-message {
  background-color: #F5FBFE;
  color: #05031C;
  border: 1px solid rgba(39, 190, 255, 0.2);
}
.woocommerce-message a.button {
  background-color: #27BEFF;
  color: #FFFFFF;
}
.woocommerce-message a.button:hover {
  background-color: rgb(0, 169.875, 243);
  color: #FFFFFF;
}

.woocommerce-info {
  background-color: #F5FBFE;
  color: #696877;
  border: 1px solid rgba(5, 3, 28, 0.08);
}

.woocommerce-thankyou-order-received {
  font-size: clamp(18px, 3vw, 20px);
  font-weight: 500;
  color: #05031C;
  letter-spacing: -0.05em;
  margin-bottom: 32px;
}

.woocommerce-order > .woocommerce-info:first-of-type,
.woocommerce-order > p:first-of-type {
  display: none;
}

.woocommerce ul.order_details {
  margin-top: 32px !important;
}

.woocommerce-order-overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  background-color: #F5FBFE;
  border-radius: 16px;
  padding: 32px;
  margin-bottom: 48px;
  gap: 0;
}
.woocommerce-order-overview li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  min-width: 140px;
  padding: 10px 0;
  font-size: 12px !important;
  color: #696877 !important;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .woocommerce-order-overview li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.woocommerce-order-overview li strong {
  display: block;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #05031C !important;
  margin-top: 4px;
  text-transform: none;
  letter-spacing: normal;
}

.woocommerce-order-details {
  margin-bottom: 32px;
}
.woocommerce-order-details .woocommerce-order-details__title {
  font-size: clamp(18px, 3vw, 20px);
  font-weight: 500;
  color: #05031C;
  letter-spacing: -0.05em;
  margin-bottom: 24px;
}
.woocommerce-order-details table.woocommerce-table--order-details {
  width: 100%;
  border-collapse: collapse !important;
  border: none !important;
}

.woocommerce-order-details table.woocommerce-table--order-details th,
.woocommerce-order-details table.woocommerce-table--order-details td,
table.woocommerce-table--order-details.shop_table th,
table.woocommerce-table--order-details.shop_table td,
.woocommerce-order table.order_details th,
.woocommerce-order table.order_details td {
  font-family: "Poppins", sans-serif !important;
  font-size: 14px !important;
  color: #696877 !important;
  padding: 14px 0 !important;
  border: none !important;
  line-height: 1.5 !important;
  vertical-align: middle !important;
  text-align: left !important;
  background: none !important;
}
.woocommerce-order-details table.woocommerce-table--order-details thead th,
table.woocommerce-table--order-details.shop_table thead th,
.woocommerce-order table.order_details thead th {
  font-size: 12px !important;
  font-weight: 500 !important;
  color: #05031C !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
  border-bottom: 1px solid rgba(5, 3, 28, 0.15) !important;
}
.woocommerce-order-details table.woocommerce-table--order-details tbody tr td,
.woocommerce-order-details table.woocommerce-table--order-details tbody tr th,
table.woocommerce-table--order-details.shop_table tbody tr td,
table.woocommerce-table--order-details.shop_table tbody tr th,
.woocommerce-order table.order_details tbody tr td,
.woocommerce-order table.order_details tbody tr th {
  border-bottom: 1px solid rgba(5, 3, 28, 0.08) !important;
}
.woocommerce-order-details table.woocommerce-table--order-details tbody tr:last-child td,
.woocommerce-order-details table.woocommerce-table--order-details tbody tr:last-child th,
table.woocommerce-table--order-details.shop_table tbody tr:last-child td,
table.woocommerce-table--order-details.shop_table tbody tr:last-child th,
.woocommerce-order table.order_details tbody tr:last-child td,
.woocommerce-order table.order_details tbody tr:last-child th {
  border-bottom: none !important;
}
.woocommerce-order-details table.woocommerce-table--order-details tbody td.product-name,
table.woocommerce-table--order-details.shop_table tbody td.product-name,
.woocommerce-order table.order_details tbody td.product-name {
  color: #05031C !important;
}
.woocommerce-order-details table.woocommerce-table--order-details tbody td.product-name a,
table.woocommerce-table--order-details.shop_table tbody td.product-name a,
.woocommerce-order table.order_details tbody td.product-name a {
  color: #05031C;
  text-decoration: none;
}
.woocommerce-order-details table.woocommerce-table--order-details tbody td.product-name a:hover,
table.woocommerce-table--order-details.shop_table tbody td.product-name a:hover,
.woocommerce-order table.order_details tbody td.product-name a:hover {
  color: #27BEFF;
}
.woocommerce-order-details table.woocommerce-table--order-details tbody td.product-total,
table.woocommerce-table--order-details.shop_table tbody td.product-total,
.woocommerce-order table.order_details tbody td.product-total {
  font-weight: 500 !important;
  color: #05031C !important;
}
.woocommerce-order-details table.woocommerce-table--order-details tfoot th,
.woocommerce-order-details table.woocommerce-table--order-details tfoot td,
table.woocommerce-table--order-details.shop_table tfoot th,
table.woocommerce-table--order-details.shop_table tfoot td,
.woocommerce-order table.order_details tfoot th,
.woocommerce-order table.order_details tfoot td {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #05031C !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid rgba(5, 3, 28, 0.1) !important;
}
.woocommerce-order-details table.woocommerce-table--order-details tfoot tr:first-child th,
.woocommerce-order-details table.woocommerce-table--order-details tfoot tr:first-child td,
table.woocommerce-table--order-details.shop_table tfoot tr:first-child th,
table.woocommerce-table--order-details.shop_table tfoot tr:first-child td,
.woocommerce-order table.order_details tfoot tr:first-child th,
.woocommerce-order table.order_details tfoot tr:first-child td {
  border-top: 1px solid rgba(5, 3, 28, 0.15) !important;
  padding-top: 16px !important;
}
.woocommerce-order-details table.woocommerce-table--order-details tfoot tr:last-child th,
.woocommerce-order-details table.woocommerce-table--order-details tfoot tr:last-child td,
table.woocommerce-table--order-details.shop_table tfoot tr:last-child th,
table.woocommerce-table--order-details.shop_table tfoot tr:last-child td,
.woocommerce-order table.order_details tfoot tr:last-child th,
.woocommerce-order table.order_details tfoot tr:last-child td {
  border-bottom: none !important;
}
.woocommerce-order-details table.woocommerce-table--order-details tfoot .order-total th,
.woocommerce-order-details table.woocommerce-table--order-details tfoot .order-total td,
table.woocommerce-table--order-details.shop_table tfoot .order-total th,
table.woocommerce-table--order-details.shop_table tfoot .order-total td,
.woocommerce-order table.order_details tfoot .order-total th,
.woocommerce-order table.order_details tfoot .order-total td {
  font-size: 16px !important;
}

.paynow-payment-options-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 8px 0 0;
}

.paynow-payment-option-pbl {
  margin: 1%;
  width: 23%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgba(5, 3, 28, 0.1);
  border-radius: 8px;
  padding: 6px 8px;
  cursor: pointer;
  -webkit-transition: border-color 0.2s ease, background-color 0.2s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.paynow-payment-option-pbl:hover, .paynow-payment-option-pbl.selected {
  border-color: #27BEFF;
  background-color: #FFFFFF;
}
.paynow-payment-option-pbl img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}

.woocommerce-customer-details {
  margin-bottom: 48px;
}
.woocommerce-customer-details .woocommerce-column__title {
  font-size: clamp(18px, 3vw, 20px);
  font-weight: 500;
  color: #05031C;
  letter-spacing: -0.05em;
  margin-bottom: 16px;
}
.woocommerce-customer-details address {
  font-style: normal;
  font-size: 14px !important;
  color: #696877 !important;
  line-height: 1.5 !important;
  background-color: #F5FBFE !important;
  border: none !important;
  border-radius: 16px !important;
  padding: 32px !important;
}

.footer {
  background-color: #F5FBFE;
}
.home .footer {
  background-color: #FFFFFF;
}
.footer__outer-wrapper {
  width: 100%;
}
.footer__inner-wrapper {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 64px 16px;
}
@media (min-width: 768px) {
  .footer__inner-wrapper {
    padding: 100px 64px;
  }
}
@media (min-width: 1366px) {
  .footer__inner-wrapper {
    padding: 100px 150px;
  }
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px;
}
@media (min-width: 1024px) {
  .footer__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: clamp(24px, 3vw, 64px);
  }
}
.footer__logo-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__logo {
  max-height: 48px;
  width: auto;
  display: block;
}
.footer__nav {
  width: 100%;
}
@media (min-width: 1024px) {
  .footer__nav {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 24px;
  list-style: none;
}
@media (min-width: 1024px) {
  .footer__nav-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: clamp(12px, 1.5vw, 32px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__nav-list li {
  list-style: none;
}
.footer__nav-list a {
  color: #05031C;
  white-space: nowrap;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.footer__nav-list a:hover {
  color: #27BEFF;
}
.footer__title-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 0;
  text-align: left;
  max-width: 300px;
}
@media (min-width: 1024px) {
  .footer__title-wrap {
    text-align: right;
  }
}
.footer__title strong {
  color: #27BEFF;
  font-weight: inherit;
}
.footer__media-row {
  margin-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media (min-width: 1024px) {
  .footer__media-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 32px;
  }
}
.footer__patron {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.footer__patron-label {
  font-size: 14px;
  color: #05031C;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer__patron-logo {
  max-height: 48px;
  width: auto;
  display: block;
}
.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.footer__social-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 32px;
  height: 32px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.footer__social-link:hover {
  opacity: 0.75;
}
.footer__social-icon {
  width: 32px;
  height: 32px;
  display: block;
}
.footer__divider {
  height: 1px;
  background-color: rgba(5, 3, 28, 0.1);
  margin-top: 64px;
  margin-bottom: 32px;
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media (min-width: 1024px) {
  .footer__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 64px;
  }
}
.footer__legal-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  list-style: none;
}
.footer__legal-list li {
  list-style: none;
}
.footer__legal-list a {
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.footer__legal-list a:hover {
  color: #27BEFF;
}/*# sourceMappingURL=style.css.map */