.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.s_hero {
  width: 100vw;
  height: 110vh;
}

.body {
  background-color: #080808;
}

.wrap-flex {
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.wrap_flex-right {
  z-index: 2;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
}

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

.h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tobias, Georgia, sans-serif;
  font-size: 3.8vw;
  font-weight: 400;
  line-height: 1;
}

.text-span {
  letter-spacing: -2px;
  font-family: Messina Sans, Arial, sans-serif;
}

.h1_subtitle {
  color: #ffffff80;
  margin-top: 1.5vw;
  margin-bottom: 3vw;
  font-family: Messina Sans, Arial, sans-serif;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1.3;
}

.styles---glowing-button {
  display: block;
}

.glowing-button {
  z-index: 1;
  color: #fff;
  letter-spacing: -.01em;
  border: 1px solid #ffffff1a;
  border-radius: 62.5rem;
  padding: 1vw 2vw;
  font-family: Messina Sans, Arial, sans-serif;
  font-size: .88rem;
  line-height: 1.42;
  text-decoration: none;
  position: relative;
}

.glowing-wrapper-animations {
  opacity: 0;
  width: 100%;
  transition: opacity 1s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.glowing-wrapper {
  border-radius: 62.5rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.glowing-wrapper-borders {
  opacity: 1;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.glowing-wrapper-mask-wrapper {
  opacity: 1;
}

.glowing-wrapper-borders-masker {
  opacity: 0;
  border-radius: 62.5rem;
  width: 100%;
  padding: .06rem;
  line-height: 100%;
  transition: opacity 1s;
  position: absolute;
  top: 0;
  left: 0;
}

.glowing-wrapper-glow {
  opacity: .12;
  filter: blur(8px);
}

.glowing-wrapper-mask {
  opacity: 1;
}

.button-text {
  z-index: 2;
  color: #0000;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff6, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Messina Sans, Arial, sans-serif;
  font-size: 1.2vw;
  font-weight: 600;
  position: relative;
}

.h1_subtitle_white {
  color: #fff;
  width: 65%;
  margin-top: 1.5vw;
  margin-bottom: 4vw;
  font-family: Messina Sans, Arial, sans-serif;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1.3;
}

.h1_subtitle_white.shorter {
  width: 90%;
}

.s_hero_bg-video-wrapper {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.hero_bg-video {
  opacity: .35;
  filter: blur(15px);
  width: 100vw;
  height: 100vh;
  display: none;
}

.s_hero_relative-wrapper {
  position: relative;
}

.image {
  width: 100%;
}

.s_quote {
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .65fr .35fr;
  margin-top: 10vw;
  margin-bottom: 10vw;
}

.split-lines {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  font-family: Tobias, Georgia, sans-serif;
  font-size: 2.8vw;
  line-height: 1.2;
}

.section-v1 {
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.container-v1 {
  width: 100%;
}

.h1-2 {
  color: #fff;
  text-align: center;
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 46px;
  line-height: 60px;
}

.txt {
  color: #fff;
  text-align: center;
  max-width: 750px;
  margin: 20px auto 40px;
  font-size: 22px;
  line-height: 36px;
}

.div-block {
  width: 80vw;
}

.quote_subheading {
  color: #fff;
  margin-top: 2vw;
  margin-bottom: 0;
  font-family: Messina Sans, Arial, sans-serif;
  font-size: 1.5vw;
  line-height: 1;
}

.s_experience {
  width: 100vw;
}

.scene---extra {
  height: 200dvh;
}

.scene---trigger {
  height: 100dvh;
}

.stage---item {
  border-radius: .25rem;
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  overflow: hidden;
}

.stage---item.x-02 {
  transform-style: preserve-3d;
  left: auto;
  right: 75%;
  transform: translate3d(0, 0, -100rem);
}

.stage---item.x-01 {
  transform-style: preserve-3d;
  left: 75%;
  right: auto;
  transform: translate3d(0, 0, -50rem);
}

.stage---item.x-00 {
  left: auto;
  right: 75%;
}

.stage---item.x-04 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  font-family: Oswald, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  left: 50%;
  transform: translate3d(-50%, 0, -250rem);
}

.stage---item.x-03 {
  transform-style: preserve-3d;
  left: 75%;
  right: auto;
  transform: translate3d(0, 0, -150rem);
}

.stage {
  transform-style: preserve-3d;
  width: 20rem;
  height: 20rem;
  position: relative;
  transform: translate3d(0, 0, 1px);
}

.stage---item-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.scene---sticky {
  perspective: 24rem;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  display: flex;
  position: sticky;
  top: 0%;
  overflow: hidden;
  transform: none;
}

.s_countdown {
  background-image: url('../images/Frame-12.png');
  background-position: 50%;
  background-size: contain;
  width: 100vw;
  height: 140vh;
  margin-top: 0;
}

.s_countdown_content-wrapper {
  width: 100vw;
  height: 100vh;
  position: relative;
}

.nav {
  z-index: 15;
  width: 100vw;
  position: fixed;
  top: 0;
}

.nav-flex {
  z-index: 10;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(#101010, #10101000);
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 1.5vw;
  display: flex;
  position: relative;
}

.nav-logo {
  width: 5vw;
}

.h2 {
  color: #fff;
  text-align: center;
  margin-top: 10vw;
  margin-bottom: 0;
  font-family: Tobias, Georgia, sans-serif;
  font-size: 3.5vw;
  font-weight: 400;
  line-height: 1;
}

.h2.left {
  text-align: left;
  width: 90%;
  margin-top: 0;
  font-size: 3vw;
}

.nav_sections {
  color: #fff;
  margin-top: .25vw;
  margin-bottom: 0;
  font-family: Messina Sans, Arial, sans-serif;
  font-size: 1vw;
  font-weight: 600;
}

.nav_sections-wrapper {
  width: 25%;
}

.sections_lighter {
  color: #ffffff59;
  font-family: Messina Sans, Arial, sans-serif;
}

.nav_50-left {
  width: 50%;
}

.sections_lighter-text {
  color: #ffffff59;
  font-family: Messina Sans, Arial, sans-serif;
  font-size: .9vw;
}

.nav_25-wrapper {
  color: #fff;
  width: 25%;
}

.code-embed {
  -webkit-text-stroke-color: white;
}

.s_image {
  background-image: url('../images/mae-mu-8Vh6ulKc50o-unsplash.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100vw;
  height: 100dvh;
}

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

.countdown_subtitle {
  color: #fff;
  text-align: center;
  margin-top: 2vw;
  margin-bottom: 0;
  font-family: Messina Sans, Arial, sans-serif;
  font-size: 1.8vw;
  line-height: 1;
}

.countdown_subtitle.second {
  margin-top: 10vw;
}

.js-clock {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 2vw;
  margin-left: 0;
  font-family: Messina Sans, Arial, sans-serif;
  display: flex;
}

.box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.box.box-1 {
  justify-content: center;
  align-items: center;
}

.clock-number {
  font-family: Tobias, Georgia, sans-serif;
  font-size: 4vw;
  line-height: 70px;
}

.clock-label {
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 10px;
  margin-right: -5px;
  font-size: 1vw;
}

.s_invite_flex-wrap {
  background-image: url('../images/Frame-21.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  height: 150vh;
  display: flex;
  overflow: visible;
}

.invite-wrapper {
  background-color: #333438;
  flex-flow: column;
  width: 40vw;
  margin-top: 10vw;
  margin-bottom: 10vw;
  padding: 4vw;
  display: flex;
}

.heading {
  color: #fff;
  padding-left: 1vw;
  padding-right: 1vw;
  font-family: Messina Sans, Arial, sans-serif;
  font-size: 3.5vw;
  font-weight: 600;
  line-height: 1.1;
}

.text-span-2 {
  font-family: Tobias, Georgia, sans-serif;
  font-weight: 400;
}

.invitation-p {
  color: #fff;
  width: 100%;
  margin-top: 1vw;
  margin-bottom: 2vw;
  padding-left: 1vw;
  padding-right: 1vw;
  font-family: Messina Sans, Arial, sans-serif;
  font-size: 1.2vw;
  line-height: 1.4;
}

.footer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.divider-line {
  background-color: #ffffff40;
  width: 80%;
  height: 1px;
  margin-top: 3vw;
  margin-bottom: 3vw;
}

.s_dark-color {
  width: 100vw;
  height: 20vh;
}

.footer_logo-wrap {
  width: 80%;
  margin-top: 2vw;
  margin-bottom: 4vw;
  display: flex;
}

.logo-container {
  width: 10vw;
}

.footer-meta-50 {
  width: 50%;
}

.footer-meta-p {
  color: #ffffff80;
  margin-bottom: .3vw;
  font-family: Messina Sans, Arial, sans-serif;
  font-size: .9vw;
}

.footer-meta-p.white {
  color: #fff;
  font-size: .9vw;
}

.footer_meta-flex {
  width: 80%;
  margin-bottom: 4vw;
  display: flex;
}

.footer-meta-25 {
  width: 25%;
}

.eva-logo-wrap {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.eva-logo {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #ffffff0d;
  border: .5px solid #ffffff40;
  border-radius: 25%;
  justify-content: center;
  align-items: center;
  width: 25vw;
  height: 25vw;
  display: flex;
}

.logo {
  width: 70%;
  margin-left: 5px;
}

.bg_vid {
  z-index: 4;
  filter: blur(20px);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.nyc_flex-wrap {
  justify-content: flex-start;
  align-items: center;
  margin-top: .25vw;
  margin-left: 0;
  display: flex;
}

.text-block-2 {
  color: #fff;
  letter-spacing: -.5px;
  font-family: Messina Sans, Arial, sans-serif;
  font-size: .9vw;
  font-weight: 600;
  text-decoration: underline;
}

.text-block-2.no-underline {
  text-decoration: none;
}

.hack23-time-version2 {
  color: #fff;
  letter-spacing: -.5px;
  margin-left: 4px;
  font-family: Messina Sans, Arial, sans-serif;
  font-size: 14px;
}

.flex-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

._80vw {
  background-color: #241e18;
  flex-flow: row;
  width: 80vw;
  padding: 5vw;
  display: flex;
}

._80vw_wrapper {
  width: 50%;
}

.image-2 {
  border-radius: 16px;
  width: 100%;
}

@media screen and (min-width: 1920px) {
  .grid {
    grid-template-columns: .7fr .3fr;
    margin-top: 10vw;
  }

  .split-lines {
    font-size: 3rem;
    line-height: 1.2;
  }

  .section-v1 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .quote_subheading {
    color: #fff;
    margin-top: 2vw;
    margin-bottom: 0;
    font-family: Messina Sans, Arial, sans-serif;
    font-size: 1.2vw;
    line-height: 1;
  }

  .s_experience {
    width: 100vw;
    height: 100vh;
  }

  .s_countdown {
    margin-top: 580vh;
  }

  .nav_sections {
    margin-top: .5vw;
    font-size: .9vw;
  }

  .sections_lighter-text {
    font-size: .9vw;
  }

  .s_image {
    background-image: url('../images/mae-mu-8Vh6ulKc50o-unsplash.jpg');
    background-position: 0 0;
    background-size: cover;
    height: 100vh;
  }

  .js-clock {
    margin-top: 4vw;
  }

  .box.box-1 {
    margin-left: .5vw;
    margin-right: 2vw;
  }

  .clock-number {
    font-size: 5rem;
  }

  .clock-label {
    margin-top: 2vw;
    font-size: 1.3rem;
  }

  .s_invite_flex-wrap {
    background-image: url('../images/Frame-22.png');
    background-size: cover;
  }

  .invite-wrapper {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #423e3899;
  }

  .eva-logo {
    width: 20vw;
    height: 20vw;
  }

  .bg_vid {
    filter: blur(15px);
  }

  .nyc_flex-wrap {
    margin-top: .5vw;
  }

  .text-block-2, .hack23-time-version2 {
    font-size: .9vw;
  }
}

@media screen and (max-width: 991px) {
  .h1 {
    font-size: 3rem;
  }

  .h1_subtitle {
    font-size: 1rem;
  }

  .glowing-button {
    padding: 1rem 2rem;
  }

  .button-text {
    font-size: 1.3rem;
  }

  .h1_subtitle_white {
    width: 35vw;
    margin-top: 1.5rem;
    font-size: 1.2rem;
  }

  .h1_subtitle_white.shorter {
    font-size: 1rem;
  }

  .grid {
    grid-template-columns: .7fr .3fr;
  }

  .split-lines {
    font-size: 34px;
    line-height: 50px;
  }

  .container-v1 {
    max-width: 95%;
  }

  .quote_subheading {
    font-size: 1rem;
  }

  .s_countdown {
    background-repeat: no-repeat;
    background-size: cover;
    height: 110vh;
  }

  .nav-flex {
    padding: 1rem 1.5rem;
  }

  .nav-logo {
    width: 8vw;
  }

  .sections_lighter-text {
    font-size: .8rem;
  }

  .countdown_subtitle {
    font-size: 1rem;
  }

  .js-clock {
    width: 66%;
  }

  .clock-number {
    font-size: 3rem;
  }

  .clock-label {
    font-size: .9rem;
  }

  .s_invite_flex-wrap {
    height: 120vh;
  }

  .invite-wrapper {
    width: 60vw;
  }

  .heading {
    font-size: 5vw;
  }

  .invitation-p {
    font-size: 1.3rem;
  }

  .footer-meta-p {
    font-size: .8rem;
  }

  .footer-meta-p.white {
    letter-spacing: -.5px;
    font-size: .8rem;
  }

  .eva-logo {
    width: 30vw;
    height: 30vw;
  }

  .text-block-2 {
    font-size: .8rem;
  }

  ._80vw_wrapper {
    flex-flow: column;
    justify-content: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 60px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .split-lines {
    margin-bottom: 0;
    font-size: 40px;
  }

  .section-v1 {
    padding-bottom: 40px;
  }

  .h1-2 {
    font-size: 30px;
    line-height: 54px;
  }

  .txt {
    font-size: 16px;
    line-height: 32px;
  }

  .stage---item.x-04 {
    font-size: 3rem;
  }

  .stage {
    width: 10rem;
    height: 10rem;
  }

  .box {
    width: auto;
    height: auto;
    margin-left: 4px;
    margin-right: 4px;
    padding-left: 2px;
    padding-right: 2px;
  }

  .clock-number {
    font-size: 8vw;
  }

  .clock-label {
    color: #b1b1b185;
    font-weight: 700;
  }
}

@media screen and (max-width: 479px) {
  .s_hero {
    height: 100vh;
  }

  .wrap_flex-right {
    flex-flow: column;
    height: 90vh;
  }

  .hero_content-wrapper {
    width: 80%;
    height: auto;
  }

  .h1_subtitle {
    margin-top: 0;
  }

  .h1_subtitle_white {
    width: 100%;
    margin-bottom: 3rem;
  }

  .h1_subtitle_white.shorter {
    margin-top: .5rem;
    margin-bottom: 2.5rem;
  }

  .grid {
    grid-row-gap: 60px;
  }

  .split-lines {
    font-size: 32px;
    line-height: 1.3;
  }

  .section-v1 {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
  }

  .container-v1 {
    max-width: 100%;
  }

  .h1-2 {
    line-height: 40px;
  }

  .div-block {
    padding-top: 10rem;
  }

  .quote_subheading {
    margin-top: 2rem;
    font-size: 1.2rem;
    line-height: 1.3;
  }

  .scene---sticky {
    margin-top: -5rem;
  }

  .s_countdown {
    height: 120vh;
  }

  .nav {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 0;
  }

  .nav-flex {
    background-color: #08080880;
    background-image: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 1.5rem;
  }

  .nav-logo {
    width: 18vw;
  }

  .h2 {
    width: 90%;
    margin-bottom: 2px;
    font-size: 3rem;
    line-height: 1.2;
  }

  .h2.left {
    font-size: 2rem;
  }

  .nav_25-wrapper {
    display: none;
  }

  .countdown_subtitle {
    font-size: 1.2rem;
  }

  .countdown_subtitle.second {
    margin-top: 25vw;
  }

  .box.box-1 {
    width: 50px;
    margin-left: 3vw;
    margin-right: 3vw;
    padding-left: 5px;
    padding-right: 5px;
  }

  .clock-number {
    font-size: 10vw;
    font-weight: 600;
  }

  .clock-label {
    font-size: 14px;
    font-weight: 600;
  }

  .s_invite_flex-wrap {
    height: 160vh;
  }

  .invite-wrapper {
    width: 80vw;
    margin-top: 0;
    padding: 2rem;
  }

  .heading {
    font-size: 2.5rem;
  }

  .invitation-p {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.15rem;
  }

  .footer {
    height: 50vh;
  }

  .footer_logo-wrap {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .logo-container {
    width: 30vw;
  }

  .footer-meta-50 {
    width: 100%;
  }

  .footer_meta-flex {
    flex-flow: column;
    margin-bottom: 3rem;
  }

  .footer-meta-25 {
    width: 100%;
    margin-top: 1rem;
  }

  .eva-logo-wrap {
    width: 100%;
    padding-top: 2.5rem;
  }

  .eva-logo {
    width: 60vw;
    height: 60vw;
  }

  .bg_vid {
    filter: blur(15px);
  }

  .text-block-2 {
    letter-spacing: 0;
    font-size: 13px;
  }

  .hack23-time-version2 {
    font-size: 13px;
  }

  ._80vw {
    flex-flow: column;
    padding: 2.5rem;
  }

  ._80vw_wrapper {
    width: 100%;
  }
}

#w-node-_73d0b0e7-6041-3047-3877-99fb6687626b-e86986e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Messina Sans';
  src: url('../fonts/MessinaSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Messina Sans';
  src: url('../fonts/MessinaSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tobias';
  src: url('../fonts/Tobias-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}