body.dark-scheme,
body.dark-scheme #wrapper {
  --heading-font-color: #ffffff;
  --body-font-color: rgba(255, 255, 255, 0.82);
  --body-font-color-dark: rgba(255, 255, 255, 0.82);
  background:
    radial-gradient(circle at 10% 8%, rgba(255, 146, 48, 0.18), transparent 20%),
    radial-gradient(circle at 84% 18%, rgba(255, 132, 26, 0.12), transparent 18%),
    radial-gradient(circle at 24% 74%, rgba(255, 173, 92, 0.08), transparent 22%),
    linear-gradient(180deg, #060505 0%, #120b08 20%, #1d1108 42%, #231307 62%, #120b08 82%, #060505 100%);
}

.de-loader-logo {
  width: 220px;
  max-width: 58vw;
}

body.dark-scheme header div#logo,
body.dark-scheme header.smaller div#logo {
  width: 240px;
  min-width: 240px;
}

body.dark-scheme header div#logo img,
body.dark-scheme header .logo-main,
body.dark-scheme header .logo-scroll,
body.dark-scheme header .logo-mobile {
  width: 220px !important;
  max-width: 220px !important;
}

body.dark-scheme header.smaller div#logo img {
  width: 210px !important;
  max-width: 210px !important;
}

.footer-brand-logo {
  width: 260px;
  max-width: 100%;
}

@media (max-width: 1199.98px) {
  body.dark-scheme header div#logo,
  body.dark-scheme header.smaller div#logo {
    width: 198px;
    min-width: 198px;
  }

  body.dark-scheme header div#logo img,
  body.dark-scheme header .logo-main,
  body.dark-scheme header .logo-scroll,
  body.dark-scheme header .logo-mobile,
  body.dark-scheme header.smaller div#logo img {
    width: 180px !important;
    max-width: 180px !important;
  }
}

@media (max-width: 767.98px) {
  .de-loader-logo {
    width: 190px;
  }

  body.dark-scheme header div#logo,
  body.dark-scheme header.smaller div#logo {
    width: 180px;
    min-width: 180px;
  }

  body.dark-scheme header div#logo img,
  body.dark-scheme header .logo-main,
  body.dark-scheme header .logo-scroll,
  body.dark-scheme header .logo-mobile,
  body.dark-scheme header.smaller div#logo img {
    width: 165px !important;
    max-width: 165px !important;
  }

  .footer-brand-logo {
    width: 230px;
  }

  .home-about-copy p {
    font-size: 17px;
    line-height: 1.75;
    letter-spacing: 0.045em;
  }

  body.dark-scheme header.header-mobile,
  body.dark-scheme header.header-mobile.transparent,
  body.dark-scheme header.header-mobile.smaller {
    background: #FFFFFF !important;
    background-image: none !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12) !important;
  }

  body.dark-scheme header.header-mobile #menu-btn,
  body.dark-scheme header.header-mobile #menu-btn:hover,
  body.dark-scheme header.header-mobile #menu-btn:before {
    color: #111111 !important;
  }

  body.dark-scheme header.header-mobile.menu-open {
    background: rgba(0, 0, 0, 0.34) !important;
    background-image: none !important;
    overflow: visible !important;
  }

  body.dark-scheme header.header-mobile.menu-open::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 90px;
    background: #FFFFFF;
    z-index: -1;
  }

  body.dark-scheme header.header-mobile #mainmenu {
    position: fixed !important;
    top: 90px;
    right: 0;
    left: auto !important;
    width: min(320px, 86vw) !important;
    height: calc(100vh - 90px);
    display: flex !important;
    flex-direction: column;
    gap: 0;
    padding: 22px 24px 30px !important;
    margin: 0 !important;
    background: #FFFFFF !important;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: -18px 0 48px rgba(0, 0, 0, 0.18);
    overflow-y: auto;
    transform: translateX(105%);
    transition: transform 0.28s ease;
    z-index: 1002;
  }

  body.dark-scheme header.header-mobile.menu-open #mainmenu {
    transform: translateX(0);
  }

  body.dark-scheme header.header-mobile #mainmenu li {
    width: 100% !important;
    display: block !important;
    margin: 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
  }

  body.dark-scheme header.header-mobile #mainmenu li:last-child {
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  body.dark-scheme header.header-mobile #mainmenu li a.menu-item {
    display: block !important;
    width: 100% !important;
    padding: 18px 0 !important;
    color: #111111 !important;
    -webkit-text-fill-color: #111111 !important;
    text-align: left !important;
    text-shadow: none !important;
    font-size: 16px !important;
    line-height: 1.25 !important;
    letter-spacing: 0.18em !important;
  }

  body.dark-scheme header.header-mobile #mainmenu li a.menu-item:hover,
  body.dark-scheme header.header-mobile #mainmenu li a.menu-item.active {
    color: #f47c14 !important;
    -webkit-text-fill-color: #f47c14 !important;
  }
}

body.dark-scheme section[id],
body.dark-scheme section[id].bg-dark,
body.dark-scheme section[id].bg-dark-1,
body.dark-scheme section[id].bg-dark-2,
body.dark-scheme section[id].bg-dark-3,
body.dark-scheme section[id].section-dark,
body.dark-scheme footer {
  background-color: transparent !important;
  background-image: none !important;
}

body.dark-scheme section[id]:not(#section-scroll-story),
body.dark-scheme footer {
  position: relative;
  background: transparent !important;
  color: #ffffff;
}

body.dark-scheme #wrapper section[id]:not(#section-scroll-story):not(#section-hero):not(#section-about-hero):not(#section-contact-hero) {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}

body.dark-scheme #wrapper #section-about {
  padding-top: 64px !important;
  padding-bottom: 56px !important;
}

body.dark-scheme #wrapper #section-logos {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

body.dark-scheme #wrapper #section-portfolio-flow,
body.dark-scheme #wrapper #section-tickets,
body.dark-scheme #wrapper #section-venue,
body.dark-scheme #wrapper #section-newsletter {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}

body.dark-scheme .spacer-double {
  height: 48px;
}

body.dark-scheme .spacer-single {
  height: 24px;
}

body.dark-scheme section[id]:not(#section-scroll-story)::before,
body.dark-scheme footer::before {
  content: none;
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

body.dark-scheme section[id]::after,
body.dark-scheme footer::after {
  background: none !important;
}

body.dark-scheme section[id]:not(#section-scroll-story) > *,
body.dark-scheme footer > * {
  position: relative;
  z-index: 1;
}

body.dark-scheme section[id]:not(#section-scroll-story) h1,
body.dark-scheme section[id]:not(#section-scroll-story) h2,
body.dark-scheme section[id]:not(#section-scroll-story) h3,
body.dark-scheme section[id]:not(#section-scroll-story) h4,
body.dark-scheme section[id]:not(#section-scroll-story) h5,
body.dark-scheme section[id]:not(#section-scroll-story) h6,
body.dark-scheme section[id]:not(#section-scroll-story) .subtitle,
body.dark-scheme section[id]:not(#section-scroll-story) .text-dark,
body.dark-scheme section[id]:not(#section-scroll-story) .text-black,
body.dark-scheme section[id]:not(#section-scroll-story) .fs-14,
body.dark-scheme footer h1,
body.dark-scheme footer h2,
body.dark-scheme footer h3,
body.dark-scheme footer h4,
body.dark-scheme footer h5,
body.dark-scheme footer h6 {
  color: #ffffff !important;
}

body.dark-scheme section[id]:not(#section-scroll-story) p,
body.dark-scheme section[id]:not(#section-scroll-story) li,
body.dark-scheme section[id]:not(#section-scroll-story) .lead,
body.dark-scheme section[id]:not(#section-scroll-story) .small,
body.dark-scheme section[id]:not(#section-scroll-story) span:not(.id-color):not(.speaker-role):not(.btn-main span),
body.dark-scheme section[id]:not(#section-scroll-story) a:not(.btn-main):not(.btn):not(.fx-slide),
body.dark-scheme section[id]:not(#section-scroll-story) .text-dark p,
body.dark-scheme section[id]:not(#section-scroll-story) .text-black p,
body.dark-scheme footer p,
body.dark-scheme footer li,
body.dark-scheme footer a {
  color: rgba(255, 255, 255, 0.8) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.8) !important;
}

body.dark-scheme section[id]:not(#section-scroll-story) .text-muted,
body.dark-scheme footer .text-muted {
  color: rgba(255, 255, 255, 0.62) !important;
}

body.dark-scheme section[id]:not(#section-scroll-story) .subtitle,
body.dark-scheme footer .subtitle {
  color: #ff9b3e !important;
}

body.dark-scheme #section-hero .sw-overlay,
body.dark-scheme #section-about-hero .sw-overlay,
body.dark-scheme #section-quote .sw-overlay,
body.dark-scheme #section-tickets .sw-overlay,
body.dark-scheme #section-newsletter .sw-overlay,
body.dark-scheme #section-contact-hero .sw-overlay {
  background:
    linear-gradient(180deg, rgba(4, 4, 4, 0.72) 0%, rgba(12, 9, 7, 0.7) 34%, rgba(24, 14, 8, 0.62) 100%);
  opacity: 1 !important;
}

body.dark-scheme .gradient-edge-top,
body.dark-scheme .gradient-edge-bottom {
  background: none !important;
}

body.dark-scheme #section-brand-split,
body.dark-scheme .brand-split-section {
  position: relative;
  min-height: 210vh;
  overflow: clip;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 4;
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 149, 53, 0.16), transparent 20%),
    radial-gradient(circle at 82% 18%, rgba(255, 130, 26, 0.12), transparent 18%),
    linear-gradient(180deg, #070606 0%, #140d08 38%, #1a1009 62%, #080707 100%) !important;
}

body.dark-scheme .brand-split-pin {
  position: relative;
  min-height: 100vh;
  background: transparent !important;
}

body.dark-scheme .brand-split-stage {
  position: relative;
  min-height: 100vh;
  padding-top: 90px;
  padding-bottom: 90px;
  background:
    radial-gradient(circle at 50% 88%, rgba(255, 145, 43, 0.08), transparent 26%),
    linear-gradient(180deg, rgba(9, 7, 6, 0.24) 0%, rgba(8, 7, 6, 0.1) 100%);
}

body.dark-scheme .brand-split-copy {
  position: absolute;
  top: 18vh;
  width: min(360px, 28vw);
  padding: 24px 24px 22px;
  border: 1px solid rgba(255, 168, 82, 0.16);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(15, 12, 9, 0.9) 0%, rgba(8, 7, 6, 0.9) 100%);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
}

body.dark-scheme .brand-split-copy-left {
  left: 0;
}

body.dark-scheme .brand-split-copy-right {
  right: 0;
}

body.dark-scheme .brand-split-kicker {
  display: inline-flex;
  margin-bottom: 12px;
  color: #ff9b3e !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.dark-scheme .brand-split-copy h3 {
  margin-bottom: 12px;
  color: #ffffff !important;
  font-size: clamp(32px, 3vw, 48px);
  letter-spacing: -0.04em;
}

body.dark-scheme .brand-split-copy p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.74) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.74) !important;
}

body.dark-scheme .brand-split-lockup {
  position: absolute;
  left: 50%;
  bottom: 10vh;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  transform: translateX(-50%);
  width: min(760px, calc(100% - 48px));
  z-index: 3;
}

body.dark-scheme .brand-split-section.is-static .brand-split-copy {
  opacity: 1;
}

body.dark-scheme .brand-split-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(180px, 18vw, 280px);
  height: clamp(88px, 9vw, 132px);
  padding: 18px 26px;
  border: 1px solid rgba(255, 168, 82, 0.16);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(15, 12, 9, 0.92) 0%, rgba(8, 7, 6, 0.88) 100%);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(8px);
}

body.dark-scheme .brand-split-logo img {
  width: 100%;
  max-height: 62px;
  object-fit: contain;
  object-position: center;
}

body.dark-scheme .brand-split-divider {
  width: 80px;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 153, 58, 0.06), rgba(255, 168, 82, 0.7), rgba(255, 153, 58, 0.06));
}

body.dark-scheme .floating-whatsapp {
  position: fixed;
  right: 24px;
  bottom: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  z-index: 1200;
  transition: transform 0.2s ease;
}

body.dark-scheme .floating-whatsapp:hover,
body.dark-scheme .floating-whatsapp:focus-visible {
  transform: translateY(-3px);
}

body.dark-scheme .floating-whatsapp img {
  width: 78px;
  height: 78px;
  display: block;
  object-fit: contain;
}

@media (max-width: 767.98px) {
  body.dark-scheme .floating-whatsapp {
    right: 16px;
    bottom: 16px;
    width: 70px;
    height: 70px;
  }

  body.dark-scheme .floating-whatsapp img {
    width: 70px;
    height: 70px;
  }
}

body.dark-scheme #section-hero {
  min-height: 100vh;
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 145, 43, 0.22), transparent 18%),
    radial-gradient(circle at 16% 82%, rgba(255, 255, 255, 0.06), transparent 18%),
    linear-gradient(135deg, #050505 0%, #0b0907 24%, #1a1008 54%, #070707 100%) !important;
}

body.dark-scheme #section-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 3, 3, 0.88) 0%, rgba(8, 7, 6, 0.58) 42%, rgba(10, 8, 7, 0.82) 100%),
    radial-gradient(circle at 76% 26%, rgba(255, 149, 53, 0.2), transparent 18%);
  pointer-events: none;
  z-index: 1;
}

body.dark-scheme #section-about-hero,
body.dark-scheme #section-contact-hero {
  min-height: 430px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 18%, rgba(255, 145, 43, 0.18), transparent 18%),
    linear-gradient(180deg, #050505 0%, #080706 34%, #100b07 70%, #160d07 100%) !important;
}

body.dark-scheme #section-about-hero.inner-page-hero,
body.dark-scheme #section-contact-hero.inner-page-hero {
  position: relative;
  display: flex;
  align-items: center;
}

body.dark-scheme #section-about-hero .inner-page-hero-bg,
body.dark-scheme #section-contact-hero .inner-page-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
  filter: grayscale(1) saturate(0.4) brightness(0.5);
}

body.dark-scheme #section-about-hero .inner-page-hero-overlay,
body.dark-scheme #section-contact-hero .inner-page-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(3, 3, 3, 0.72) 0%, rgba(8, 7, 6, 0.6) 46%, rgba(22, 13, 7, 1) 100%),
    linear-gradient(90deg, rgba(3, 3, 3, 0.88) 0%, rgba(8, 7, 6, 0.56) 48%, rgba(10, 8, 7, 0.78) 100%),
    radial-gradient(circle at 78% 26%, rgba(255, 149, 53, 0.2), transparent 20%);
}

body.dark-scheme #section-about-hero .inner-page-hero-content,
body.dark-scheme #section-contact-hero .inner-page-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 960px;
  padding-top: 132px;
  padding-bottom: 74px;
  text-align: center;
}

body.dark-scheme #section-about-hero .inner-page-hero-content .row,
body.dark-scheme #section-contact-hero .inner-page-hero-content .row {
  justify-content: center !important;
  text-align: center;
}

body.dark-scheme #section-about-hero .wow,
body.dark-scheme #section-contact-hero .wow,
body.dark-scheme #section-about-hero .mask-right,
body.dark-scheme #section-contact-hero .mask-right {
  visibility: visible !important;
  opacity: 1 !important;
  animation-name: none !important;
  transform: none !important;
  clip-path: none !important;
}

body.dark-scheme #section-about-hero .text-start,
body.dark-scheme #section-contact-hero .text-start {
  text-align: center !important;
}

body.dark-scheme #section-about-hero h1,
body.dark-scheme #section-contact-hero h1 {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-shadow: 0 18px 38px rgba(0, 0, 0, 0.32);
  margin-left: auto;
  margin-right: auto;
}

body.dark-scheme #section-about-hero p,
body.dark-scheme #section-contact-hero p {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.78) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.78) !important;
}

body.dark-scheme #wrapper #section-about-hero.inner-page-hero,
body.dark-scheme #wrapper #section-contact-hero.inner-page-hero {
  position: relative !important;
  min-height: 430px !important;
  height: 430px !important;
  display: grid !important;
  place-items: center !important;
  padding: 0 !important;
  overflow: hidden !important;
}

body.dark-scheme #wrapper #section-about-hero.inner-page-hero::after,
body.dark-scheme #wrapper #section-contact-hero.inner-page-hero::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: -1px !important;
  height: 120px !important;
  z-index: 2 !important;
  pointer-events: none !important;
  background: linear-gradient(180deg, rgba(22, 13, 7, 0) 0%, #160d07 100%) !important;
}

body.dark-scheme #wrapper #section-about-hero.inner-page-hero > .inner-page-hero-bg,
body.dark-scheme #wrapper #section-contact-hero.inner-page-hero > .inner-page-hero-bg {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  opacity: 0.2 !important;
  filter: grayscale(1) saturate(0.4) brightness(0.5) !important;
}

body.dark-scheme #wrapper #section-about-hero.inner-page-hero > .inner-page-hero-overlay,
body.dark-scheme #wrapper #section-contact-hero.inner-page-hero > .inner-page-hero-overlay {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  display: block !important;
}

body.dark-scheme #wrapper #section-about-hero.inner-page-hero > .inner-page-hero-content,
body.dark-scheme #wrapper #section-contact-hero.inner-page-hero > .inner-page-hero-content {
  position: relative !important;
  z-index: 5 !important;
  display: block !important;
  width: min(960px, calc(100% - 30px)) !important;
  max-width: 960px !important;
  margin: 0 auto !important;
  padding: 110px 15px 46px !important;
  text-align: center !important;
}

body.dark-scheme #wrapper #section-about-hero + section,
body.dark-scheme #wrapper #section-contact-hero + section {
  margin-top: -1px !important;
  background:
    linear-gradient(180deg, #160d07 0%, rgba(22, 13, 7, 0.96) 100%) !important;
}

body.dark-scheme #wrapper .about-flow-section {
  margin-top: -1px !important;
  background:
    linear-gradient(180deg, rgba(22, 13, 7, 0.98) 0%, rgba(19, 12, 7, 0.98) 100%) !important;
  color: #ffffff !important;
}

body.dark-scheme #wrapper .about-flow-section + .about-flow-section {
  padding-top: 72px !important;
}

body.dark-scheme #wrapper .about-flow-section h1,
body.dark-scheme #wrapper .about-flow-section h2,
body.dark-scheme #wrapper .about-flow-section h3,
body.dark-scheme #wrapper .about-flow-section h4,
body.dark-scheme #wrapper .about-flow-section p,
body.dark-scheme #wrapper .about-flow-section li {
  color: rgba(255, 255, 255, 0.84) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.84) !important;
}

body.dark-scheme #wrapper .about-flow-section h1,
body.dark-scheme #wrapper .about-flow-section h2,
body.dark-scheme #wrapper .about-flow-section h3,
body.dark-scheme #wrapper .about-flow-section h4 {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

body.dark-scheme #section-video-hero.home-video-hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: start;
  justify-items: center;
  overflow: hidden;
  padding: 0 !important;
  background: #050505 !important;
}

body.dark-scheme #section-video-hero .home-video-hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  image-rendering: auto;
  transform: translateZ(0);
}

body.dark-scheme #section-video-hero .home-video-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(3, 3, 3, 0.82) 0%, rgba(8, 7, 6, 0.38) 48%, rgba(10, 8, 7, 0.78) 100%),
    linear-gradient(180deg, rgba(3, 3, 3, 0.62) 0%, rgba(3, 3, 3, 0.12) 42%, rgba(22, 13, 7, 0.9) 100%);
}

body.dark-scheme #section-video-hero .home-video-hero-content {
  position: relative;
  z-index: 2;
  width: min(1040px, calc(100% - 30px));
  margin: 0 auto;
  margin-top: clamp(108px, 13vh, 148px);
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid rgba(255, 154, 58, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.5), rgba(18, 10, 5, 0.36)),
    rgba(255, 255, 255, 0.055);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(10px) saturate(1.08);
  -webkit-backdrop-filter: blur(10px) saturate(1.08);
  text-align: center;
}

body.dark-scheme #section-video-hero .home-video-hero-media,
body.dark-scheme #section-video-hero .home-video-hero-overlay {
  position: absolute !important;
}

body.dark-scheme #section-video-hero .home-video-hero-media {
  z-index: 0 !important;
}

body.dark-scheme #section-video-hero .home-video-hero-overlay {
  z-index: 1 !important;
}

body.dark-scheme #section-video-hero .home-video-hero-content {
  position: relative !important;
  z-index: 2 !important;
}

.home-video-hero-content h1 {
  margin-bottom: 14px;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-size: clamp(48px, 8vw, 110px);
  line-height: 0.95;
  text-shadow: 0 16px 42px rgba(0, 0, 0, 0.4);
}

.home-video-hero-content p {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.82) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.82) !important;
  font-size: clamp(17px, 1.8vw, 24px);
}

.home-video-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: 22px;
}

.home-video-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  max-width: 920px;
  margin: 24px auto 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.home-video-stat {
  padding: 22px 20px 20px;
  background: rgba(8, 7, 6, 0.46);
  text-align: center;
}

.home-video-stat strong {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-family: var(--heading-font);
  font-size: clamp(28px, 3vw, 46px);
  line-height: 1;
  letter-spacing: 0.07em;
}

.home-video-stat span {
  display: block;
  color: rgba(255, 255, 255, 0.76) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.76) !important;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.dark-scheme #wrapper #section-about-hero.inner-page-hero h1,
body.dark-scheme #wrapper #section-contact-hero.inner-page-hero h1 {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  max-width: 100% !important;
  margin: 0 auto 18px !important;
  font-size: clamp(46px, 6vw, 86px) !important;
  line-height: 0.98 !important;
  text-align: center !important;
  white-space: normal !important;
}

body.dark-scheme #wrapper #section-about-hero.inner-page-hero p,
body.dark-scheme #wrapper #section-contact-hero.inner-page-hero p {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  max-width: 720px !important;
  margin: 0 auto !important;
  text-align: center !important;
}

body.dark-scheme #section-hero .gradient-edge-top,
body.dark-scheme #section-hero .gradient-edge-bottom,
body.dark-scheme #section-hero .sw-overlay {
  z-index: 1;
}

body.dark-scheme #section-hero .abs-centered,
body.dark-scheme #section-hero .container,
body.dark-scheme #section-hero .row,
body.dark-scheme #section-hero .col-lg-6,
body.dark-scheme #section-hero .col-lg-4 {
  position: relative;
  z-index: 2;
}

body.dark-scheme #section-hero .hero-title {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 0;
  font-family: var(--heading-font);
  font-size: clamp(54px, 8.2vw, 138px);
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #ffffff !important;
  text-shadow: 0 18px 38px rgba(0, 0, 0, 0.32);
}

body.dark-scheme #section-hero .hero-title span {
  display: block;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

body.dark-scheme #section-hero p,
body.dark-scheme #section-hero .countdown-s2,
body.dark-scheme #section-hero .countdown-s2 div,
body.dark-scheme #section-hero .countdown-s2 span,
body.dark-scheme #section-hero .countdown-row span,
body.dark-scheme #section-hero #defaultCountdown,
body.dark-scheme #section-hero #defaultCountdown * {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

body.dark-scheme #section-hero .countdown-s2 {
  display: inline-block;
  padding: 18px 20px;
  border: 1px solid rgba(255, 165, 78, 0.24);
  border-radius: 22px;
  background: rgba(8, 7, 6, 0.54) !important;
  backdrop-filter: blur(12px);
}

body.dark-scheme #section-hero .btn-main {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
}

body.dark-scheme #section-hero .btn-main.btn-line {
  background: rgba(255, 255, 255, 0.02);
}

body.dark-scheme #section-hero .jarallax-img,
body.dark-scheme #section-about-hero .jarallax-img,
body.dark-scheme #section-quote .jarallax-img,
body.dark-scheme #section-logos .jarallax-img,
body.dark-scheme #section-tickets .jarallax-img,
body.dark-scheme #section-newsletter .jarallax-img,
body.dark-scheme #section-contact-hero .jarallax-img {
  opacity: 0.2;
  filter: grayscale(1) saturate(0.4) brightness(0.5);
}

body.dark-scheme #section-portfolio-flow {
  background: transparent !important;
  color: #ffffff !important;
}

body.dark-scheme #section-logos {
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 163, 70, 0.2), transparent 22%),
    linear-gradient(135deg, rgba(6, 6, 6, 0.96) 0%, rgba(18, 12, 8, 0.96) 52%, rgba(34, 18, 8, 0.92) 100%) !important;
}

body.dark-scheme #section-logos::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #060505 0%, rgba(6, 5, 5, 0) 14%, rgba(6, 5, 5, 0) 86%, #060505 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 120px);
  pointer-events: none;
  z-index: 2;
}

body.dark-scheme #section-logos > .container {
  position: relative;
  z-index: 3;
}

body.dark-scheme #section-logos h2,
body.dark-scheme #section-logos p,
body.dark-scheme #section-logos .subtitle {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

body.dark-scheme #section-logos .subtitle {
  color: #ff9b3e !important;
  -webkit-text-fill-color: #ff9b3e !important;
}

.client-logo-marquee {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
  padding: 4px 0;
}

.client-logo-marquee-secondary {
  margin-top: 14px;
}

.client-logo-track {
  display: flex;
  gap: 22px;
  width: max-content;
  will-change: transform;
}

.client-logo-track-forward {
  animation: client-logo-forward 44s linear infinite;
}

.client-logo-track-reverse {
  animation: client-logo-reverse 50s linear infinite;
}

.client-logo-card {
  flex: 0 0 220px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 24px;
  border: 1px solid rgba(255, 169, 84, 0.18);
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}

.client-logo-card img {
  display: block;
  width: 100%;
  max-height: 86px;
  object-fit: contain;
}

@keyframes client-logo-forward {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 11px));
  }
}

@keyframes client-logo-reverse {
  from {
    transform: translateX(calc(-50% - 11px));
  }
  to {
    transform: translateX(0);
  }
}

body.dark-scheme #section-about {
  background: transparent !important;
}

.home-about-copy p {
  font-size: clamp(18px, 1.35vw, 22px);
  line-height: 1.85;
  letter-spacing: 0.06em;
}

body.dark-scheme #section-contact-page {
  background:
    radial-gradient(circle at 76% 20%, rgba(255, 151, 58, 0.13), transparent 22%),
    linear-gradient(180deg, rgba(8, 7, 6, 0.98), rgba(17, 11, 7, 0.98)) !important;
}

.contact-detail-list {
  display: grid;
  gap: 16px;
}

.contact-detail-item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 20px;
  border: 1px solid rgba(255, 159, 72, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
}

.contact-detail-item i {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #ff9b3e;
  color: #111111;
  font-size: 24px;
}

.contact-detail-item h4 {
  margin-bottom: 6px;
}

.contact-detail-item p {
  margin-bottom: 0;
}

.contact-detail-item a {
  color: rgba(255, 255, 255, 0.82) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.82) !important;
}

.contact-form-panel {
  padding: 34px;
  border: 1px solid rgba(255, 159, 72, 0.18);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.contact-form-logo {
  width: 92px;
  max-width: 100%;
}

.contact-form-panel .form-control {
  min-height: 56px;
  border: 1px solid rgba(255, 159, 72, 0.22) !important;
  border-radius: 8px !important;
  background: rgba(4, 4, 4, 0.38) !important;
}

.contact-form-panel textarea.form-control {
  min-height: 160px;
  resize: vertical;
}

.contact-form-panel .success,
.contact-form-panel .error {
  display: none;
}

body.dark-scheme #section-about::before {
  content: none;
}

body.dark-scheme #section-portfolio-flow .portfolio-flow-copy {
  background: rgba(9, 8, 7, 0.82);
  border: 1px solid rgba(255, 160, 74, 0.18);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.3);
}

body.dark-scheme #section-portfolio-flow .subtitle,
body.dark-scheme #section-portfolio-flow h2,
body.dark-scheme #section-portfolio-flow h3,
body.dark-scheme #section-portfolio-flow p,
body.dark-scheme #section-portfolio-flow a {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

body.dark-scheme #section-schedule .bg-dark-2 {
  background: rgba(255, 245, 236, 0.96) !important;
  border: 1px solid rgba(255, 176, 110, 0.22) !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
}

body.dark-scheme #section-schedule .bg-dark-2 .p-4 {
  background: transparent !important;
}

body.dark-scheme #section-schedule .bg-dark-2 h4,
body.dark-scheme #section-schedule .bg-dark-2 p,
body.dark-scheme #section-schedule .bg-dark-2 .fs-15 {
  color: #111111 !important;
  -webkit-text-fill-color: #111111 !important;
}

.project-logo-grid {
  align-items: stretch;
}

.project-logo-gallery {
  height: 100%;
}

.project-logo-card {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 240px;
  height: 100%;
  padding: 34px;
  border: 1px solid rgba(255, 154, 58, 0.2);
  border-radius: 8px;
  background: #FFFFFF !important;
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.22);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.project-logo-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 154, 58, 0.42);
  box-shadow: 0 26px 64px rgba(0, 0, 0, 0.28);
}

.project-logo-card img {
  display: block;
  width: 100%;
  max-width: 230px;
  max-height: 130px;
  object-fit: contain;
}

.project-gallery-hidden {
  display: none !important;
}

body.dark-scheme #section-why-attend .abs.p-40.bottom-0.z-2 {
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 !important;
}

body.dark-scheme #section-why-attend .abs.p-40.bottom-0.z-2 > .relative {
  margin: 18px;
  padding: 20px 20px 18px;
  border: 1px solid rgba(255, 171, 88, 0.18);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(11, 10, 9, 0.18) 0%, rgba(10, 9, 8, 0.82) 22%, rgba(8, 7, 6, 0.94) 100%);
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.26);
}

body.dark-scheme #section-why-attend .bg-dark-2 h4,
body.dark-scheme #section-why-attend .bg-dark-2 p,
body.dark-scheme #section-why-attend .bg-dark-2 .service-card-title {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

body.dark-scheme #section-speakers .bg-blur,
body.dark-scheme #section-speakers .bg-blur h3,
body.dark-scheme #section-speakers .bg-blur span,
body.dark-scheme #section-speakers .bg-blur.text-light,
body.dark-scheme #section-speakers .bg-blur.text-light h3,
body.dark-scheme #section-speakers .bg-blur.text-light span {
  color: #111111 !important;
  -webkit-text-fill-color: #111111 !important;
}

body.dark-scheme #section-speakers .speaker-role {
  display: inline-block;
  color: #111111 !important;
  -webkit-text-fill-color: #111111 !important;
}

.team-complete-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 159, 72, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.team-complete-frame img {
  display: block;
  aspect-ratio: 16 / 7;
  object-fit: cover;
  object-position: center;
}

.team-complete-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 38%, rgba(0, 0, 0, 0.74) 100%);
  pointer-events: none;
}

.team-complete-caption {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 26px;
  z-index: 2;
  max-width: 640px;
}

.team-complete-caption h3,
.team-complete-caption p {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

body.dark-scheme #section-speakers .hover:hover .bg-blur,
body.dark-scheme #section-speakers .hover:hover .bg-blur *,
body.dark-scheme #section-speakers .hover:hover .hover-text-light .bg-blur,
body.dark-scheme #section-speakers .hover:hover .hover-text-light .bg-blur * {
  color: #111111 !important;
  -webkit-text-fill-color: #111111 !important;
}

body.dark-scheme #section-scroll-story,
body.dark-scheme .scroll-story-section,
body.dark-scheme .scroll-story-section::before,
body.dark-scheme .scroll-story-section::after,
body.dark-scheme .scroll-story-stage,
body.dark-scheme .scroll-story-stage-full {
  background: transparent !important;
}

body.dark-scheme .scroll-story-sequence-shell {
  background: rgba(0, 0, 0, 0.18) !important;
  box-shadow: none !important;
}

body.dark-scheme .bg-dark-2,
body.dark-scheme .contact-info-card,
body.dark-scheme .accordion-section,
body.dark-scheme .d-ticket,
body.dark-scheme .countdown-s2,
body.dark-scheme .form-control,
body.dark-scheme .form-check,
body.dark-scheme .portfolio-flow-copy {
  background-color: rgba(12, 10, 8, 0.82) !important;
  border-color: rgba(255, 154, 58, 0.16) !important;
}

body.dark-scheme .d-ticket {
  background-image:
    linear-gradient(180deg, rgba(255, 153, 60, 0.08), transparent 26%),
    linear-gradient(180deg, rgba(18, 12, 8, 0.98) 0%, rgba(11, 9, 7, 0.98) 100%) !important;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.26);
}

body.dark-scheme .accordion-section-title,
body.dark-scheme .accordion-section-content {
  color: rgba(255, 255, 255, 0.82) !important;
}

body.dark-scheme .form-control,
body.dark-scheme input[type="email"],
body.dark-scheme input[type="text"],
body.dark-scheme textarea {
  color: #ffffff !important;
  box-shadow: none;
}

body.dark-scheme .form-control::placeholder,
body.dark-scheme input::placeholder,
body.dark-scheme textarea::placeholder {
  color: rgba(255, 255, 255, 0.45) !important;
}

body.dark-scheme .btn-main.btn-line {
  border-color: rgba(255, 169, 84, 0.5);
  color: #ffffff !important;
}

body.dark-scheme .btn-main.btn-line:hover {
  border-color: rgba(255, 169, 84, 0.9);
}

body.dark-scheme .ul-check li::before,
body.dark-scheme .id-color {
  color: #ff9b3e !important;
}

body.dark-scheme footer {
  border-top: 0;
}

@media (max-width: 767.98px) {
  body.dark-scheme #wrapper section[id]:not(#section-scroll-story):not(#section-hero):not(#section-about-hero):not(#section-contact-hero) {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .client-logo-track {
    gap: 14px;
  }

  .client-logo-card {
    flex-basis: 164px;
    height: 96px;
    padding: 16px 20px;
  }

  .client-logo-card img {
    max-height: 62px;
  }

  .contact-form-panel {
    padding: 24px;
  }

  .contact-detail-item {
    padding: 16px;
  }

  .team-complete-frame img {
    aspect-ratio: 4 / 3;
  }

  .team-complete-caption {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }

  body.dark-scheme section[id]:not(#section-scroll-story),
  body.dark-scheme footer {
    background: transparent !important;
  }

  body.dark-scheme #section-brand-split,
  body.dark-scheme .brand-split-section {
    min-height: auto;
  }

  body.dark-scheme .brand-split-stage {
    min-height: auto;
    padding-top: 52px;
    padding-bottom: 52px;
  }

  body.dark-scheme .brand-split-copy {
    position: static;
    width: 100%;
    margin-bottom: 16px;
  }

  body.dark-scheme .brand-split-lockup {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 24px;
    flex-direction: column;
    gap: 14px;
  }

  body.dark-scheme .brand-split-divider {
    width: 1px;
    height: 40px;
    background: linear-gradient(180deg, rgba(255, 153, 58, 0.06), rgba(255, 168, 82, 0.7), rgba(255, 153, 58, 0.06));
  }

  body.dark-scheme #section-hero .hero-title {
    font-size: clamp(44px, 15vw, 72px);
    gap: 2px;
  }

  body.dark-scheme #section-about-hero,
  body.dark-scheme #section-contact-hero {
    min-height: 360px;
  }

  body.dark-scheme #section-about-hero .inner-page-hero-content,
  body.dark-scheme #section-contact-hero .inner-page-hero-content {
    padding-top: 112px;
    padding-bottom: 48px;
  }

  body.dark-scheme #section-about-hero p,
  body.dark-scheme #section-contact-hero p {
    margin-top: 18px;
  }

  body.dark-scheme #wrapper #section-about-hero.inner-page-hero,
  body.dark-scheme #wrapper #section-contact-hero.inner-page-hero {
    min-height: 340px !important;
    height: 340px !important;
  }

  body.dark-scheme #wrapper #section-about-hero.inner-page-hero > .inner-page-hero-content,
  body.dark-scheme #wrapper #section-contact-hero.inner-page-hero > .inner-page-hero-content {
    padding: 96px 15px 36px !important;
  }

  body.dark-scheme #wrapper #section-about-hero.inner-page-hero h1,
  body.dark-scheme #wrapper #section-contact-hero.inner-page-hero h1 {
    font-size: clamp(40px, 12vw, 58px) !important;
  }

  .home-video-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 22px;
  }

  .home-video-hero-content {
    margin-top: 96px;
    padding: 22px 16px;
  }

  .home-video-hero-actions {
    margin-top: 20px;
  }

  .home-video-stat {
    padding: 18px 14px 16px;
  }

  .home-video-stat span {
    font-size: 11px;
  }
}

body.dark-scheme h1,
body.dark-scheme h2,
body.dark-scheme h3,
body.dark-scheme h4,
body.dark-scheme h5,
body.dark-scheme h6,
body.dark-scheme #section-hero .hero-title,
body.dark-scheme .brand-split-copy h3 {
  letter-spacing: 0.08em !important;
}

body.dark-scheme #mainmenu > li > a,
body.dark-scheme .btn-main,
body.dark-scheme button,
body.dark-scheme input[type="submit"] {
  letter-spacing: 0.1em !important;
}

body.dark-scheme p,
body.dark-scheme li {
  letter-spacing: 0.035em;
}

body.dark-scheme .subtitle {
  display: none !important;
}

body.dark-scheme #wrapper #section-faq {
  background: linear-gradient(180deg, rgba(7, 7, 6, 0.98), rgba(12, 9, 7, 0.98)) !important;
}

body.dark-scheme #wrapper #section-faq h2 {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

body.dark-scheme #wrapper #section-faq .accordion-section {
  display: grid;
  gap: 12px;
  background: transparent !important;
  border: 0 !important;
}

body.dark-scheme #wrapper #section-faq .accordion-section-title {
  display: block;
  padding: 22px 58px 22px 24px !important;
  border: 1px solid rgba(255, 154, 58, 0.24) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.055) !important;
  color: rgba(255, 255, 255, 0.94) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.94) !important;
  opacity: 1 !important;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.18);
}

body.dark-scheme #wrapper #section-faq .accordion-section-title:hover,
body.dark-scheme #wrapper #section-faq .accordion-section-title.active {
  background: rgba(255, 154, 58, 0.13) !important;
  border-color: rgba(255, 154, 58, 0.42) !important;
}

body.dark-scheme #wrapper #section-faq .accordion-section-title:before {
  right: 22px;
  color: #ff9b3e !important;
  -webkit-text-fill-color: #ff9b3e !important;
  opacity: 1 !important;
}

body.dark-scheme #wrapper #section-faq .accordion-section-content {
  margin-top: -12px;
  padding: 0 24px 22px !important;
  border: 1px solid rgba(255, 154, 58, 0.18) !important;
  border-top: 0 !important;
  border-radius: 0 0 8px 8px !important;
  background: rgba(255, 255, 255, 0.035) !important;
  color: rgba(255, 255, 255, 0.78) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.78) !important;
  opacity: 1 !important;
}

body.dark-scheme #wrapper #section-newsletter .form-check {
  display: inline-flex !important;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.dark-scheme #wrapper #section-newsletter .form-check-label {
  color: rgba(255, 255, 255, 0.78) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.78) !important;
}

body.dark-scheme #wrapper #section-newsletter .form-check-input {
  border-color: rgba(255, 154, 58, 0.7) !important;
  background-color: transparent !important;
}

body.dark-scheme #wrapper #section-newsletter .form-check-input:checked {
  border-color: #ff9b3e !important;
  background-color: #ff9b3e !important;
}

body.dark-scheme #wrapper {
  background-attachment: fixed;
}

body.dark-scheme #wrapper #section-about,
body.dark-scheme #wrapper #section-why-attend,
body.dark-scheme #wrapper #section-speakers,
body.dark-scheme #wrapper #section-logos,
body.dark-scheme #wrapper #section-schedule,
body.dark-scheme #wrapper #section-portfolio-flow,
body.dark-scheme #wrapper #section-tickets,
body.dark-scheme #wrapper #section-venue,
body.dark-scheme #wrapper #section-faq,
body.dark-scheme #wrapper #section-newsletter {
  margin-top: -1px;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
}

body.dark-scheme #wrapper #section-why-attend::before,
body.dark-scheme #wrapper #section-why-attend::after,
body.dark-scheme #wrapper #section-schedule::before,
body.dark-scheme #wrapper #section-schedule::after,
body.dark-scheme #wrapper #section-logos::before,
body.dark-scheme #wrapper #section-tickets .gradient-edge-top,
body.dark-scheme #wrapper #section-tickets .gradient-edge-bottom,
body.dark-scheme #wrapper #section-newsletter .gradient-edge-top,
body.dark-scheme #wrapper #section-newsletter .gradient-edge-bottom,
body.dark-scheme #wrapper #section-tickets .sw-overlay,
body.dark-scheme #wrapper #section-newsletter .sw-overlay,
body.dark-scheme #wrapper #section-tickets .jarallax-img,
body.dark-scheme #wrapper #section-newsletter .jarallax-img {
  display: none !important;
}

body.dark-scheme #wrapper #section-about p,
body.dark-scheme #wrapper #section-why-attend p,
body.dark-scheme #wrapper #section-speakers p,
body.dark-scheme #wrapper #section-logos p,
body.dark-scheme #wrapper #section-schedule p,
body.dark-scheme #wrapper #section-portfolio-flow p,
body.dark-scheme #wrapper #section-tickets p,
body.dark-scheme #wrapper #section-venue p,
body.dark-scheme #wrapper #section-faq p,
body.dark-scheme #wrapper #section-newsletter p {
  color: rgba(255, 255, 255, 0.78) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.78) !important;
}

body.dark-scheme #wrapper #section-about h1,
body.dark-scheme #wrapper #section-about h2,
body.dark-scheme #wrapper #section-about h3,
body.dark-scheme #wrapper #section-about h4,
body.dark-scheme #wrapper #section-why-attend h1,
body.dark-scheme #wrapper #section-why-attend h2,
body.dark-scheme #wrapper #section-why-attend h3,
body.dark-scheme #wrapper #section-why-attend h4,
body.dark-scheme #wrapper #section-speakers h1,
body.dark-scheme #wrapper #section-speakers h2,
body.dark-scheme #wrapper #section-speakers h3,
body.dark-scheme #wrapper #section-speakers h4,
body.dark-scheme #wrapper #section-logos h1,
body.dark-scheme #wrapper #section-logos h2,
body.dark-scheme #wrapper #section-logos h3,
body.dark-scheme #wrapper #section-logos h4,
body.dark-scheme #wrapper #section-schedule h1,
body.dark-scheme #wrapper #section-schedule h2,
body.dark-scheme #wrapper #section-schedule h3,
body.dark-scheme #wrapper #section-schedule h4,
body.dark-scheme #wrapper #section-portfolio-flow h1,
body.dark-scheme #wrapper #section-portfolio-flow h2,
body.dark-scheme #wrapper #section-portfolio-flow h3,
body.dark-scheme #wrapper #section-portfolio-flow h4,
body.dark-scheme #wrapper #section-tickets h1,
body.dark-scheme #wrapper #section-tickets h2,
body.dark-scheme #wrapper #section-tickets h3,
body.dark-scheme #wrapper #section-tickets h4,
body.dark-scheme #wrapper #section-venue h1,
body.dark-scheme #wrapper #section-venue h2,
body.dark-scheme #wrapper #section-venue h3,
body.dark-scheme #wrapper #section-venue h4,
body.dark-scheme #wrapper #section-faq h1,
body.dark-scheme #wrapper #section-faq h2,
body.dark-scheme #wrapper #section-faq h3,
body.dark-scheme #wrapper #section-faq h4,
body.dark-scheme #wrapper #section-newsletter h1,
body.dark-scheme #wrapper #section-newsletter h2,
body.dark-scheme #wrapper #section-newsletter h3,
body.dark-scheme #wrapper #section-newsletter h4 {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

body.dark-scheme #wrapper #section-why-attend .bg-dark-2,
body.dark-scheme #wrapper #section-schedule .bg-dark-2,
body.dark-scheme #wrapper #section-portfolio-flow .portfolio-flow-copy,
body.dark-scheme #wrapper #section-tickets .d-ticket,
body.dark-scheme #wrapper #section-venue .contact-info-card,
body.dark-scheme #wrapper #section-faq .accordion-section-title,
body.dark-scheme #wrapper #section-faq .accordion-section-content {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.035)) !important;
  border: 1px solid rgba(255, 154, 58, 0.18) !important;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.2) !important;
}

body.dark-scheme #wrapper #section-schedule .bg-dark-2 h4,
body.dark-scheme #wrapper #section-schedule .bg-dark-2 p,
body.dark-scheme #wrapper #section-schedule .bg-dark-2 .fs-15,
body.dark-scheme #wrapper #section-venue .contact-info-card h4,
body.dark-scheme #wrapper #section-venue .contact-info-card p,
body.dark-scheme #wrapper #section-tickets .d-ticket h3,
body.dark-scheme #wrapper #section-tickets .d-ticket h4,
body.dark-scheme #wrapper #section-tickets .d-ticket p,
body.dark-scheme #wrapper #section-tickets .d-ticket li {
  color: rgba(255, 255, 255, 0.82) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.82) !important;
}

body.dark-scheme #wrapper #section-schedule .bg-dark-2 h4,
body.dark-scheme #wrapper #section-venue .contact-info-card h4,
body.dark-scheme #wrapper #section-tickets .d-ticket h3,
body.dark-scheme #wrapper #section-tickets .d-ticket h4 {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

body.dark-scheme #wrapper #section-venue .contact-info-card {
  padding-left: 0 !important;
  padding-right: 0 !important;
  border: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}
