:root {
  --off-purple: #7e55d9;
  --white: white;
  --off-white: #d6d6d6;
  --off-orange: #ff8000;
}

body {
  color: #000;
  font-family: Sf Pro Display, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--off-purple);
  cursor: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  max-width: 20rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.form_input {
  min-height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.page-wrapper {
  overflow: hidden;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.main-wrapper {
  overflow: hidden;
}

.button {
  background-color: var(--off-purple);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: .5rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
}

.button.is-alternate {
  background-color: var(--white);
  color: var(--off-purple);
}

.button.mobile-style {
  display: none;
}

.button.is-disabled {
  background-color: var(--off-purple);
  opacity: .7;
}

.hide {
  display: none;
}

.home-message_component {
  min-height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  flex-direction: column;
  grid-template-rows: min-content min-content auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 0 0 2.5rem;
  display: grid;
}

.home-message_component.text-color-purple {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: min-content min-content auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.menu-link {
  color: var(--off-purple);
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.menu-logo {
  width: 11rem;
  height: 2rem;
  color: var(--off-purple);
  display: inline-block;
}

.text-color-purple {
  color: var(--off-purple);
}

.body {
  background-color: var(--off-white);
  cursor: none;
  overflow: hidden;
}

.background-video {
  z-index: -1;
  width: 100%;
  height: 100%;
}

.home-message_slider {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: block;
  position: relative;
  overflow: hidden;
}

.home-message_slide {
  width: 100%;
  height: 100%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.home-message_slide-content {
  position: absolute;
}

.home-message_slide-content.main {
  bottom: 2.5rem;
  left: 2.5rem;
}

.text-style-date {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-family: Firacode, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

.text-style-date.main {
  text-align: left;
}

.home-message_slide-location {
  grid-column-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: .5rem;
  margin-bottom: 1rem;
  display: flex;
}

.home-message_slide-location.back, .home-message_slide-location.next {
  grid-column-gap: .5rem;
  align-items: center;
  margin-bottom: 0;
}

.text-style-location {
  color: var(--white);
  text-transform: uppercase;
  font-size: 7rem;
  font-weight: 900;
  line-height: 1;
}

.text-style-location.back {
  font-size: 3rem;
}

.text-style-country {
  color: var(--white);
  padding-top: .69rem;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1;
}

.home-message_slide-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  display: flex;
}

.home-message_slide-buttons.main {
  justify-content: flex-start;
}

.text-style-back {
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  font-family: Firacode, sans-serif;
  font-weight: 500;
  line-height: 1;
  display: none;
}

.text-style-back.back, .text-style-back.next {
  display: block;
}

.arrow-back {
  width: 4.18751rem;
  height: 2.125rem;
  color: var(--white);
  display: none;
  overflow: hidden;
}

.arrow-back.back {
  display: block;
}

.arrow-next {
  width: 4.1875rem;
  height: 2.125rem;
  color: var(--white);
  display: block;
}

.mask {
  width: 100%;
}

.left-arrow {
  width: 20rem;
  height: 10rem;
  cursor: none;
  margin-left: 2rem;
  display: block;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.right-arrow {
  width: 20rem;
  height: 10rem;
  cursor: none;
  margin-right: 2rem;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.slide-nav {
  display: none;
}

.title-letter {
  display: block;
  position: relative;
  overflow: visible;
}

.title-wrapper {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: 100%;
  grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
  position: relative;
}

.title-letter-wrapper {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.background-video-wrapper {
  z-index: 0;
  width: 100%;
  height: 100%;
  cursor: none;
  position: relative;
}

.background-video-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .46);
  position: absolute;
}

.location-button-wrapper {
  display: block;
  overflow: hidden;
}

.arrow-back-wrapper {
  width: 2rem;
  overflow: hidden;
}

.arrow-next-wrapper {
  width: 2rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  overflow: hidden;
}

.home-message_previous-wrapper {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: absolute;
  bottom: 2.5rem;
  left: 2.5rem;
}

.home-message_next-wrapper {
  position: absolute;
  bottom: 2.5rem;
  right: 2.5rem;
}

.load {
  z-index: 110;
  width: 100vw;
  height: 100vh;
  background-color: var(--off-white);
  object-fit: fill;
  display: none;
  position: absolute;
  overflow: visible;
}

.menu-link-wrapper {
  padding-top: .1rem;
  padding-bottom: .1rem;
  text-decoration: none;
  overflow: hidden;
}

.maneu-link-underline {
  height: .2rem;
  background-color: var(--off-purple);
  transform: translate(-100%);
}

.navbar2_component {
  z-index: 0;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.navbar2_container {
  width: 100%;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .375fr 1fr .375fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.navbar2_logo-link {
  align-items: center;
  padding-left: 0;
  display: flex;
}

.navbar2_menu {
  grid-column-gap: 3rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar2_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

.navbar2_menu-button {
  padding: 0;
  display: none;
}

.sponsors-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2.5rem;
  margin-bottom: 0;
  display: flex;
}

.sponsors-wrapper.main {
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 2.5rem;
}

.partners-logo {
  height: 1rem;
}

.location-button-underline {
  height: .3rem;
  background-color: var(--white);
}

.play-button-wrapper {
  width: 4rem;
  height: 4rem;
  background-color: var(--white);
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 2.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.play-button-icon {
  width: 2rem;
  height: 2rem;
  color: #fff;
  margin-left: .4rem;
}

.play-button-container {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.arrow-mouse {
  width: 2rem;
  height: 2rem;
  color: var(--off-orange);
  position: absolute;
}

.arrow-mouse.pointer-events-off {
  z-index: 10;
}

.lightbox-link {
  width: 100%;
  height: 100%;
  cursor: none;
  position: absolute;
}

.play-button-text {
  color: var(--off-orange);
  text-transform: uppercase;
  font-size: 1rem;
}

.title-word-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lottie-animation {
  z-index: 2;
  width: 7rem;
  position: absolute;
  top: 40vh;
  right: 1rem;
}

.lottie-animation-2 {
  z-index: 2;
  width: 5rem;
  position: absolute;
  bottom: 0;
  left: 1rem;
}

.lottie-animation-3 {
  z-index: 2;
  width: 6rem;
  position: absolute;
  top: 21vh;
  left: 35vw;
}

.background-video-2 {
  z-index: 99;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-link-mobile {
  color: var(--off-purple);
  text-transform: uppercase;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  display: none;
}

.partner-logo-wrapper {
  grid-column-gap: 1.5rem;
  display: flex;
}

.text-style-sponsors {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-family: Firacode, sans-serif;
  font-size: .875rem;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .hide-tablet {
    display: none;
  }

  .button {
    display: block;
  }

  .button.mobile-style {
    width: 95vw;
    display: block;
    position: fixed;
    top: auto;
    bottom: 4rem;
    left: auto;
  }

  .body {
    cursor: auto;
  }

  .home-message_slider {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .home-message_slide-content.main {
    flex-direction: column;
    display: flex;
    bottom: auto;
    left: auto;
  }

  .text-style-date.main {
    text-align: center;
  }

  .home-message_slide-location {
    justify-content: center;
  }

  .home-message_slide-buttons.main {
    flex-direction: row;
    justify-content: center;
    display: flex;
  }

  .title-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .menu-link-wrapper {
    display: none;
  }

  .navbar2_component {
    z-index: 100;
    background-color: var(--off-white);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .navbar2_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .navbar2_menu {
    -webkit-text-fill-color: inherit;
    background-color: rgba(0, 0, 0, 0);
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar2_menu.is-page-height-tablet {
    height: 100dvh;
    background-color: var(--off-white);
    padding: 1.5rem 1rem 6.5rem;
    transition: height .5s;
    display: flex;
  }

  .navbar2_button-wrapper {
    align-items: center;
  }

  .navbar2_menu-button {
    padding: 0;
    display: block;
  }

  .navbar2_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-icon2 {
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon2_line-top {
    width: 24px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0);
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon2_line-middle {
    width: 24px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon2_line-bottom {
    width: 24px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0);
    padding-bottom: 0;
    padding-right: 0;
  }

  .sponsors-wrapper.main {
    order: 1;
    align-items: center;
    margin-top: 2.5rem;
    margin-bottom: 0;
  }

  .play-button-container, .arrow-mouse.pointer-events-off {
    display: none;
  }

  .lottie-animation.pointer-events-off {
    top: 30vh;
    right: -1rem;
  }

  .lottie-animation-3.pointer-events-off {
    top: 10vh;
    left: 20vw;
  }

  .menu-link-mobile {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .home-message_component {
    padding: 0;
  }

  .home-message_slider {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-style-date, .text-style-date.main {
    font-size: .875rem;
  }

  .home-message_slide-location {
    grid-column-gap: .5rem;
  }

  .text-style-location {
    font-size: 3rem;
  }

  .text-style-location.back {
    font-size: 1rem;
  }

  .text-style-country {
    padding-top: .3rem;
    font-size: 1rem;
  }

  .text-style-back.back, .text-style-back.next {
    display: none;
  }

  .arrow-back.back, .arrow-next {
    width: 2rem;
    height: 1rem;
  }

  .left-arrow {
    width: 10rem;
    height: 5rem;
    margin-left: 1rem;
  }

  .right-arrow {
    width: 10rem;
    height: 5rem;
    margin-right: 1rem;
  }

  .title-wrapper {
    margin-bottom: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .arrow-back-wrapper, .arrow-next-wrapper {
    width: 1rem;
  }

  .home-message_previous-wrapper {
    bottom: 1rem;
    left: 1rem;
  }

  .home-message_next-wrapper {
    bottom: 1rem;
    right: 1rem;
  }

  .navbar2_component {
    min-height: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar2_container {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar2_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .location-button-underline.previous, .location-button-underline.next {
    display: none;
  }

  .lottie-animation.pointer-events-off {
    width: 3rem;
    right: 0;
  }

  .lottie-animation-2.pointer-events-off {
    width: 2.75rem;
    bottom: -.6rem;
    left: .5rem;
  }

  .lottie-animation-3.pointer-events-off {
    width: 3rem;
    top: 22vh;
  }

  .text-style-sponsors {
    font-size: .875rem;
  }
}

@media screen and (max-width: 479px) {
  .button {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .button.mobile-style {
    width: 92vw;
    left: 1rem;
  }

  .home-message_component.text-color-purple {
    min-height: 100svh;
  }

  .menu-logo {
    width: 6.94rem;
    height: 1.25rem;
  }

  .home-message_slider {
    padding-bottom: 1rem;
  }

  .home-message_slide-content {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home-message_slide-content.main {
    flex-direction: column;
    display: flex;
  }

  .text-style-date {
    font-size: .875rem;
  }

  .home-message_slide-location {
    grid-column-gap: .5rem;
  }

  .text-style-location {
    text-align: center;
    font-size: 3rem;
  }

  .text-style-location.back {
    font-size: 1rem;
  }

  .text-style-country {
    padding-top: .3rem;
    font-size: 1rem;
  }

  .home-message_slide-buttons, .home-message_slide-buttons.main {
    flex-direction: column;
    display: flex;
  }

  .text-style-back.back, .text-style-back.next {
    display: none;
  }

  .arrow-back.back, .arrow-next {
    width: 2rem;
    height: 1rem;
  }

  .left-arrow {
    width: 8rem;
    height: 4rem;
    margin-left: 1rem;
  }

  .right-arrow {
    width: 8rem;
    height: 4rem;
    margin-right: 1rem;
  }

  .title-wrapper {
    margin-bottom: .5rem;
  }

  .arrow-back-wrapper, .arrow-next-wrapper {
    width: 1rem;
  }

  .home-message_previous-wrapper {
    bottom: 1rem;
    left: 1rem;
  }

  .home-message_next-wrapper {
    bottom: 1rem;
    right: 1rem;
  }

  .navbar2_component {
    min-height: auto;
  }

  .navbar2_container {
    align-items: flex-end;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar2_menu.is-page-height-tablet {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar2_button-wrapper {
    margin-left: 0;
  }

  .menu-icon2 {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0;
  }

  .menu-icon2_line-top {
    width: 1.5rem;
    height: 2px;
    background-color: var(--off-purple);
  }

  .menu-icon2_line-middle, .menu-icon2_line-bottom {
    width: 1.5rem;
    background-color: var(--off-purple);
  }

  .sponsors-wrapper.main {
    order: 1;
    align-items: center;
    margin-top: 2.5rem;
  }

  .location-button-underline {
    display: none;
  }

  .lottie-animation.pointer-events-off {
    width: 3rem;
    top: 22vh;
  }

  .lottie-animation-2.pointer-events-off {
    width: 2.75rem;
    bottom: -.6rem;
    left: .5rem;
  }

  .lottie-animation-3.pointer-events-off {
    width: 2.75rem;
    top: 10vh;
    left: 15vw;
  }

  .partner-logo-wrapper {
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .text-style-sponsors {
    font-size: .875rem;
  }
}

#w-node-_94e33d7a-20a7-00fc-3588-cb12207fee26-b7148a3c {
  justify-self: center;
}

#w-node-_94e33d7a-20a7-00fc-3588-cb12207fee39-b7148a3c {
  justify-self: end;
}

#w-node-e9aed29d-7b66-dcc5-fb44-fd947f232ab1-b7148a3c, #w-node-_6fa6f0ee-e17b-36c5-5368-097eccf6c3b6-b7148a3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Firacode';
  src: url('../fonts/FiraCode-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-Heavy.otf') format('opentype'), url('../fonts/SF-Pro-Display-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}