:root {
  --purple: #000;
}

body {
  color: var(--purple);
  background-color: #e3e3f5;
  font-family: Modak, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.page-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.marquee-wrap {
  display: flex;
}

.loop-track {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  opacity: .3;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-text-wrap {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
  display: flex;
}

.footer_loop-wrap {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  font-size: 13vw;
  line-height: 1;
}

.footer-symbol {
  width: 4rem;
  display: flex;
}

.footer-arrow {
  width: 16.5vw;
  padding-bottom: 3rem;
}

.section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.spline {
  z-index: 5;
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.navbar13_component {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #fff9;
  border: 1px solid #e6e6e64d;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  margin-left: 5%;
  margin-right: 5%;
  font-family: Inter Tight, sans-serif;
  display: flex;
  position: fixed;
  top: 0%;
}

.navbar13_container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 2000px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding: 6px 12px;
  display: flex;
}

.navbar13_logo-link {
  color: var(--purple);
  justify-content: center;
  align-items: center;
  padding-top: 4px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Modak, sans-serif;
  font-size: 2.5rem;
  line-height: 1;
  display: flex;
}

.navbar13_menu {
  align-items: center;
  position: static;
}

.navbar13_menu-link-wrapper {
  display: flex;
}

.navbar13_link {
  justify-content: center;
  align-items: center;
  padding: .5rem .85rem;
  display: flex;
}

.navbar13_link.w--current {
  color: #000;
}

.navbar13_dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar13_dropdown-list {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #ffffff4d;
}

.navbar13_dropdown-list.w--open {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffffe6;
  border: 1px solid #eee;
  border-radius: .5rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  position: absolute;
}

.navbar13_button-wrapper {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-nav {
  background-color: var(--purple);
  color: #fff;
  text-align: center;
  border-radius: 100px;
  padding: .65rem 1.5rem;
  font-family: Black Han Sans, sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
}

.button-nav:hover {
  transform: scale(1.1);
}

.navbar13_menu-button {
  padding: 0;
}

.gallery-scroll {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Changa One, Impact, sans-serif;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-family: Black Han Sans, sans-serif;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: #1a1b1fcc;
}

.gallery-link.w--current {
  font-weight: 600;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-wrapper {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-image-text {
  color: #fff;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.image {
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.image.tv-screen {
  background-color: #d31d1d;
  max-width: 100%;
  position: static;
  inset: 0%;
}

.background-video {
  width: 126%;
  max-width: 100%;
  height: 100vh;
}

.div-block {
  width: 0;
}

.div-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.background-video-2 {
  z-index: 5;
  border-radius: 50px;
  width: auto;
  min-width: 870px;
  height: auto;
  min-height: 590px;
}

.hero-without-image {
  padding: 0 30px 80px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 11px;
  padding: 12px 25px;
  font-size: 22px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.heading {
  font-family: Black Han Sans, sans-serif;
  font-size: 2rem;
}

@media screen and (max-width: 991px) {
  .navbar13_component {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .navbar13_container {
    grid-template-columns: auto 1fr;
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .navbar13_menu {
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    background-color: #fff3;
    border-radius: 2rem;
    justify-content: center;
    width: 100%;
    margin-top: .5rem;
    position: absolute;
    overflow: hidden;
  }

  .navbar13_menu-link-wrapper {
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background-color: #fffc;
    border: 1px solid #e6e6e64d;
    flex-direction: column;
    width: 100%;
    padding: 1.5rem 2rem;
  }

  .navbar13_link {
    text-align: center;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding: .75rem 0;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar13_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar13_dropdown-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 0;
    display: flex;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navbar13_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar13_dropdown-list.w--open {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #fff0;
    border-width: 0;
    padding: 0;
    position: static;
  }

  .navbar13_button-wrapper {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .navbar13_menu-button {
    padding: 0;
  }

  .navbar13_menu-button.w--open {
    background-color: #0000;
  }

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

  .menu-icon2_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon2_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

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

  .menu-icon2_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .container {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-sticky {
    position: relative;
    top: 0;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .background-video-2 {
    width: 100%;
    min-width: 0;
    max-width: 600px;
    height: 100vh;
    min-height: 0;
    max-height: 406px;
  }

  .container-2 {
    max-width: 728px;
  }

  .heading {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .footer-text {
    font-size: 5.6rem;
  }

  .footer-symbol {
    width: 2rem;
  }

  .footer-arrow {
    width: 2.25rem;
    height: 2.25rem;
    display: flex;
  }

  .navbar13_component {
    margin-top: 2rem;
  }

  .navbar13_logo-link {
    font-size: 2rem;
  }

  .navbar13_menu-link-wrapper {
    padding: 1.25rem;
  }

  .gallery-scroll {
    padding: 60px 15px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .background-video-2 {
    max-width: 350px;
    max-height: 237px;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

  .heading {
    font-size: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .navbar13_component {
    width: 86%;
    margin-top: 1.5rem;
  }

  .navbar13_container {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    min-height: 2.5rem;
    padding-right: 1.25rem;
  }

  .navbar13_logo-link {
    width: 8rem;
    padding-left: 4px;
    padding-right: 4px;
  }

  .navbar13_button-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .button-nav {
    padding: .5rem .85rem;
  }

  .menu-icon2 {
    width: 38px;
    height: 38px;
  }

  .menu-icon2_line-top, .menu-icon2_line-middle, .menu-icon2_line-bottom {
    width: 24px;
  }

  .gallery-scroll {
    padding-bottom: 0;
  }

  .container {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-without-image {
    padding-top: 0;
  }

  .container-2 {
    max-width: none;
  }

  .heading {
    font-size: .65rem;
  }
}

#w-node-da756bed-1a9d-4670-b172-666aee92d019-0558ee61 {
  justify-self: center;
}

#w-node-da756bed-1a9d-4670-b172-666aee92d02b-0558ee61 {
  justify-self: end;
}

#w-node-d075e511-ea9b-9ef0-c9e6-b274cab82ddf-0558ee61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d075e511-ea9b-9ef0-c9e6-b274cab82def-0558ee61 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#virtual-booths.w-node-d075e511-ea9b-9ef0-c9e6-b274cab82df0-0558ee61, #virtual-booths.w-node-fb585941-27e1-b67b-3ca5-4b29de2c5416-0558ee61, #virtual-booths.w-node-_30590942-d9e5-e071-6802-2e9e5f44bf22-0558ee61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-d075e511-ea9b-9ef0-c9e6-b274cab82ddf-0558ee61 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d075e511-ea9b-9ef0-c9e6-b274cab82ddf-0558ee61, #w-node-d075e511-ea9b-9ef0-c9e6-b274cab82def-0558ee61 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


