:root {
  --nav-margin: 20px;
  --section-1-height: 0svh;
  --downloading-padding: 20px;
  --lottie-percent: 0%;
  --lottie-px: 0px;
  --white: white;
  --image-scroll: -12.5%;
  --black: black;
  --top-section-height: 0svh;
  --logo-wdith: 30svw;
  --logo-left-padding: 15svw;
  --section-1: 0%;
}

body {
  color: #333;
  cursor: none;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

a {
  cursor: none;
  text-decoration: none;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.element-2 {
  z-index: 1;
  width: 550px;
  height: 300px;
  transform-style: preserve-3d;
  flex-direction: column;
  margin-top: -80px;
  display: flex;
  position: relative;
}

.element-2-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
}

.subtext-section-1 {
  opacity: 1;
  pointer-events: auto;
  color: #fff;
  text-align: right;
  width: auto;
  max-width: 100%;
  font-family: Neue Kabel Pro, Arial, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.4;
}

.subtext-section-1.e3 {
  width: 240px;
}

.subtext-section-1._34 {
  width: 280px;
}

.element-3 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 550px;
  height: 300px;
  display: flex;
  position: relative;
}

.element-3-text {
  flex-direction: column;
  order: -1;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 50px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.element-4 {
  z-index: 2;
  flex-direction: column;
  width: 550px;
  height: 300px;
  margin-right: 0;
  display: flex;
  position: relative;
}

.element-4-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.picture-cards {
  z-index: 6;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: center;
  align-items: center;
  height: 250px;
  margin-top: 0;
  display: flex;
  position: relative;
  transform: scale(.95);
}

.mick1 {
  pointer-events: none;
}

.pictures-text {
  z-index: 2;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.card-wrapper {
  z-index: 6;
  border-radius: 50px;
  margin-bottom: 0;
  margin-left: 0;
  position: relative;
}

.waitlist-modal {
  z-index: 22;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.modal {
  z-index: 22;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 448px;
  display: flex;
  position: relative;
}

.modal-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 90svw;
  max-height: 80svh;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.element-3-hover {
  z-index: 5;
  align-self: center;
  width: 650px;
  height: 550px;
  margin-top: -150px;
  margin-left: -25px;
  position: absolute;
}

.footer-card-section {
  grid-column-gap: 110px;
  grid-row-gap: 110px;
  justify-content: center;
  align-items: center;
  padding-bottom: 140px;
}

.image-9 {
  width: 60px;
  position: sticky;
  top: 0;
}

.image-10 {
  opacity: 1;
  width: 40px;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  margin-top: 20px;
  margin-right: 20px;
  transition: all .2s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-10:hover {
  opacity: .9;
  transform: scale(1.1);
}

.image-10:active {
  opacity: 1;
  transform: scale(.9);
}

.modal-subheading {
  color: #002a71;
  letter-spacing: -.5px;
  margin-top: 4px;
  margin-bottom: 4px;
  font-family: Neue Kabel Pro, Arial, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.4;
}

.modal-subtextt {
  color: #002a71;
  align-self: flex-start;
  width: 90%;
  margin-bottom: 16px;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
}

.lightblue {
  color: #a1ceff;
}

.cursor-wrapper {
  z-index: 100;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.cursor {
  width: 40px;
  height: 40px;
  margin-top: 35px;
  margin-left: 20px;
}

.cursorhover {
  width: 40px;
  height: 40px;
  margin-top: 40px;
  margin-left: 20px;
  display: none;
  transform: rotate(-4deg);
}

.cursor-hover {
  z-index: 1;
}

.cursor-hover._1 {
  width: 100%;
}

.cursor-hover._3 {
  z-index: 0;
  width: 100%;
  height: 78%;
  position: absolute;
}

.cursor-hover._8 {
  position: relative;
}

.div-block-21 {
  z-index: 0;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #003e80cc;
  width: 100%;
  height: 100%;
  position: absolute;
}

.main-page {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.navigation {
  z-index: 10;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  border: 5px solid #fff9;
  border-radius: 1000px;
  justify-content: flex-end;
  align-items: center;
  width: 950px;
  max-width: 90vw;
  height: 66px;
  padding-right: 9px;
  display: flex;
  position: fixed;
  top: 36px;
  box-shadow: 0 0 0 4px #ffffff80;
}

.hero-section {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #002a71;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  width: 90svw;
  max-width: 90svw;
  height: 96svh;
  min-height: 700px;
  margin-top: 36px;
  margin-bottom: 80px;
  margin-left: 50px;
  padding: 88px 40px 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-section.fixed-margins {
  z-index: 0;
  z-index: 0;
  width: calc(100svw - 80px);
  max-width: none;
  margin-top: 140px;
  margin-bottom: 32px;
  margin-left: 0;
  padding-left: max(50svw - 475px, 5svw + 25px);
  padding-right: max(50svw - 525px, 5svw - 25px);
}

.section {
  background-color: #0053ff;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 850px;
  display: flex;
  overflow: hidden;
}

.section._5 {
  background-color: #fea94f;
}

.section.quiz {
  height: 600px;
}

.section._2 {
  min-height: var(--section-1-height);
  background-color: #0053ff;
}

.section._3 {
  background-color: #8e58ff;
}

.section._4 {
  background-color: #c258ff;
}

.section.drops {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: #fff0;
  border: 4px solid #0075e1;
  height: 640px;
  padding: 20px;
  display: none;
}

.nav-download {
  z-index: 2;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  opacity: 1;
  height: 46px;
  transform: scale3d(1none, 1none, 1none);
  color: #fff;
  letter-spacing: -.56px;
  transform-style: preserve-3d;
  background-color: #0053ff;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  padding: 14px 20px;
  font-family: Bricolagegrotesque Variablefont Opsz Wdth Wght, sans-serif;
  font-size: 20px;
  font-weight: 700;
  transition: all .2s;
  display: flex;
  position: relative;
}

.nav-download:hover {
  opacity: 100;
  transform: scale(1.1);
}

.nav-download:active {
  opacity: .75;
  transform: scale(.9);
}

.nav-home {
  left: calc(var(--lottie-percent)  - var(--lottie-px));
  z-index: 2;
  width: 220px;
  height: 108px;
  position: absolute;
  top: -21px;
}

.nav-link {
  z-index: 1;
  opacity: 1;
  height: 66px;
  transform: scale3d(1none, 1none, 1none);
  color: #0053ff;
  letter-spacing: -.56px;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Neue Kabel Pro, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  transition: all .2s;
  display: flex;
  position: relative;
}

.nav-link:hover {
  opacity: .8;
  transform: scale(1.1);
}

.nav-link:active {
  opacity: .66;
  transform: scale(.9);
}

.livestream-link {
  z-index: 1;
  color: #002a714d;
  letter-spacing: -.56px;
  justify-content: center;
  align-items: center;
  height: 66px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Neue Kabel Pro, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  position: relative;
}

.text-block-11 {
  pointer-events: none;
}

.hero-1 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  pointer-events: none;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.hero-rive {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  display: flex;
  position: relative;
}

.hero-section-heading {
  pointer-events: auto;
  color: #fff;
  width: 100%;
  max-width: 309px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neue Kabel Pro, Arial, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 45px;
}

.hero-section-heading.mobile {
  display: none;
}

.galyn-quote {
  pointer-events: auto;
  color: #fff;
  width: 270px;
  margin-bottom: 0;
  margin-left: 10px;
  padding-top: 44px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.4;
}

.galyn-tag {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 36px;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.galyn-susman {
  pointer-events: none;
  color: #fff;
  letter-spacing: -.68px;
  font-family: Bricolagegrotesque Variablefont Opsz Wdth Wght, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.4;
}

.producer {
  pointer-events: none;
  color: #fff;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.4;
}

.pixar {
  pointer-events: none;
  -webkit-text-stroke-color: var(--white);
  width: 75px;
  height: 15px;
  margin-top: 4px;
}

.hero-cta-button {
  z-index: 2;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  opacity: 1;
  width: 100%;
  height: 60px;
  transform: scale3d(1none, 1none, 1none);
  color: #002a71;
  letter-spacing: -.56px;
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Bricolagegrotesque Variablefont Opsz Wdth Wght, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  transition: all .2s;
  display: flex;
  position: relative;
}

.hero-cta-button:hover {
  opacity: 100;
  transform: scale(1.1);
}

.hero-cta-button:active {
  opacity: .75;
  transform: scale(.9);
}

.hero-cta {
  z-index: 2;
  pointer-events: auto;
  width: 100%;
  margin-top: 0;
  position: relative;
}

.try-on-web {
  z-index: 0;
  pointer-events: auto;
  align-self: center;
  position: relative;
}

.try-on-web-text {
  opacity: .8;
  transform: scale3d(1none, 1none, 1none);
  color: #0075e1;
  transform-style: preserve-3d;
  border-bottom: 1.5px solid #0075e1;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  transition: all .2s;
}

.try-on-web-text:hover {
  opacity: .66;
  transform: scale(1.1);
}

.try-on-web-text:active {
  opacity: .5;
  transform: scale(.9);
}

.section-2 {
  z-index: 2;
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 920px;
  max-width: 90svw;
  margin-top: 150px;
  margin-bottom: 50px;
  display: flex;
  position: relative;
}

.section-2-header {
  color: #002a71;
  align-self: flex-start;
  width: 370px;
  margin-top: 0;
  margin-bottom: -124px;
  font-family: Neue Kabel Pro, Arial, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.3;
}

.cloud-icon-grid {
  grid-column-gap: 36px;
  grid-row-gap: 44px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  margin-bottom: 40px;
  display: grid;
  position: relative;
}

.grid-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 4px solid #002a71;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 290px;
  padding: 28px 34px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cloud-icon-lottie {
  width: 250px;
  height: 250px;
  position: absolute;
  inset: -75px -65px auto auto;
}

.cloud-icon-lottie-2 {
  width: 275px;
  height: 275px;
  position: absolute;
  inset: -75px -65px auto auto;
}

.lottie-corner-cover {
  z-index: 1;
  background-color: #fff;
  border-radius: 1000px;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-right: -30px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-23 {
  z-index: 1;
  background-color: #fff;
  border-radius: 1000px;
  width: 50px;
  height: 20px;
  margin-top: 30px;
  margin-left: -15px;
  position: absolute;
}

.div-block-23-copy {
  z-index: 1;
  background-color: #fff;
  border-radius: 1000px;
  width: 20px;
  height: 50px;
  margin-top: 50px;
  margin-left: 15px;
  position: absolute;
}

.cloud-header {
  color: #002a71;
  letter-spacing: -.4px;
  -webkit-text-stroke-color: #002a71;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neue Kabel Pro, Arial, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
}

.cloud-body {
  color: #0075e1;
  margin-bottom: 0;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
}

.cloud-body._1 {
  color: #002a71;
  width: 284px;
  line-height: 1.4;
}

.cloud-body._2 {
  color: #002a71;
  -webkit-text-stroke-color: #002a71;
  width: 300px;
  line-height: 1.4;
}

.cloud-subtext {
  opacity: .6;
  color: #0075e1;
  letter-spacing: -.5px;
  width: 248px;
  font-family: Nunito, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  position: absolute;
  top: 18px;
}

.main-page-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  max-width: 100vw;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.section-quiz {
  background-color: #0053ff;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  display: none;
}

.section-quiz._2 {
  min-height: var(--section-1-height);
  background-color: #8e58ff;
}

.section-quiz._3 {
  background-color: #c258ff;
}

.section-quiz._4 {
  grid-column-gap: 80px;
  background-color: #f77747;
}

.section-quiz._5 {
  background-color: #fea94f;
}

.section-quiz.quiz {
  height: 600px;
}

.youtube-lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
}

.thumbnail-rive-canvas {
  z-index: 3;
  pointer-events: none;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.div-block-25 {
  border: 4px solid #002a71;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}

.image-25 {
  height: 125%;
  margin-top: var(--image-scroll);
  aspect-ratio: auto;
  pointer-events: none;
  object-fit: cover;
}

.div-block-26 {
  aspect-ratio: 3 / 2;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.text-block-coming-soon {
  color: #fff;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.footer-section {
  z-index: 1;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  z-index: 1;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #002a71;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100svw;
  margin-top: -10px;
  padding-bottom: calc(36vw + 80px);
  display: flex;
  position: relative;
}

.sections {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.clouds-lottie {
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  min-width: 1200px;
  display: flex;
  position: relative;
}

.flex-block-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #002a71;
  padding-top: 20px;
  padding-bottom: 20px;
}

.artists-over-robots {
  pointer-events: none;
  width: 180px;
  max-width: none;
  height: 180px;
}

.artists-over-robots-link {
  opacity: 1;
  width: 140px;
  height: 140px;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
  position: relative;
}

.artists-over-robots-link:hover {
  opacity: .9;
  transform: scale(1.1);
}

.artists-over-robots-link:active {
  opacity: .6;
  transform: scale(.9);
}

.artists-over-robots-group {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 175px;
  margin-bottom: 175px;
  display: flex;
  position: relative;
}

.artists-over-robots-text {
  color: #fffc;
  text-align: center;
  width: 230px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.artist-over-robots-bold {
  font-weight: 900;
}

.footer-links-heading {
  color: #fffc;
  letter-spacing: -.6px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neue Kabel Pro, Arial, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.4;
}

.footer-link {
  opacity: 1;
  transform: scale3d(1none, 1none, 1none);
  color: #a7ccff;
  white-space: nowrap;
  transform-style: preserve-3d;
  margin: -8px 8px -8px -8px;
  padding: 8px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.4;
  transition: all .2s linear;
}

.footer-link:hover {
  opacity: 1;
  color: #fff;
  transform: scale(1.1);
}

.footer-link:active {
  opacity: .6;
  transform: scale(.9);
}

.footer-link-group {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  position: relative;
}

.footer-links {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.footer-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.coming-soon {
  pointer-events: none;
  width: 240px;
  max-width: none;
  height: 60px;
  margin-top: 140px;
  display: none;
  position: absolute;
}

.text-block-13 {
  pointer-events: none;
}

.hero-rive-canvas {
  z-index: 2;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.hero-preloader {
  z-index: 1;
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
}

.image-26 {
  aspect-ratio: 1;
  width: 450px;
  height: 450px;
}

.flex-block-5 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  width: 314px;
}

.drops-subheading {
  color: #002a71;
  font-variation-settings: "wght" 800, "opsz" 96;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bricolagegrotesque Variablefont Opsz Wdth Wght, sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.1;
}

.text-span-13 {
  color: #0075e1;
}

.text-block-15 {
  color: #002a71;
  font-variation-settings: "opsz" 12;
  letter-spacing: -.68px;
  font-family: Bricolagegrotesque Variablefont Opsz Wdth Wght, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
}

.text-block-15-copy {
  opacity: .8;
  color: #002a71;
  width: 102%;
  font-family: Nunito, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.4;
}

.buy-now {
  z-index: 2;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  opacity: 1;
  width: 100%;
  height: 60px;
  transform: scale3d(1none, 1none, 1none);
  color: #fff;
  letter-spacing: -.56px;
  transform-style: preserve-3d;
  background-color: #002a71;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Bricolagegrotesque Variablefont Opsz Wdth Wght, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  transition: all .2s;
  display: flex;
  position: relative;
}

.buy-now:hover {
  opacity: 100;
  transform: scale(1.1);
}

.buy-now:active {
  opacity: .75;
  transform: scale(.9);
}

.try-on-web-copy {
  z-index: 0;
  pointer-events: auto;
  align-self: center;
  margin-top: -10px;
  position: relative;
}

.main-2 {
  background-color: #fff;
}

.cosmic-stars-mount {
  z-index: -1;
  pointer-events: none;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.cosmic-ribbon-mount {
  z-index: 1;
  aspect-ratio: 1848 / 655;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.cosmic-yes-logo-mount {
  z-index: 2;
  aspect-ratio: 167 / 146;
  pointer-events: none;
  width: clamp(110px, 12vw, 200px);
  position: absolute;
  bottom: 6vh;
  left: 50%;
  transform: translateX(-50%);
}

.yes-heart-bg {
  z-index: 1;
  pointer-events: none;
  width: auto;
  height: 115px;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
}

.yes-glyph {
  z-index: 2;
  pointer-events: none;
  width: auto;
  height: 115px;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
}

.nav-intro-text {
  pointer-events: none;
  color: #002a71;
  letter-spacing: -.4px;
  white-space: nowrap;
  align-self: center;
  margin-left: 140px;
  margin-right: auto;
  font-family: Neue Kabel Pro, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.nav-cta-desktop-text {
  font-family: Neue Kabel Pro, Arial, sans-serif;
}

.nav-cta-mobile-text {
  font-family: Neue Kabel Pro, Arial, sans-serif;
  display: none;
}

.hero-section-heading-2 {
  pointer-events: none;
  color: #fff;
  width: 100%;
  max-width: 309px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neue Kabel Pro, Arial, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
}

.hero-section-heading-2.mobile {
  display: none;
}

.text-block-16 {
  font-family: Neue Kabel Pro, Arial, sans-serif;
}

.ggsidekick-bold {
  color: #fff;
  font-weight: 500;
}

.text-span-14 {
  pointer-events: none;
  font-weight: 500;
}

.text-span-15 {
  color: #c4e0ff;
  font-weight: 700;
}

.text-span-16 {
  color: #c4e0ff;
}

.text-span-17, .text-span-18 {
  font-weight: 700;
}

.yes-bio-copy {
  color: #fff;
  text-align: center;
  width: 390px;
  font-family: Nunito, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
}

.yes-bio-copy.fade {
  opacity: .6;
  width: 367px;
}

.text-span-20, .text-span-21, .text-span-22 {
  color: #c4e0ff;
}

.tour-body-copy {
  color: #002a71;
  text-align: center;
  width: 505px;
  font-family: Neue Kabel Pro, Arial, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 45px;
}

.tour-body-copy.fade {
  opacity: .6;
  width: 367px;
}

.text-span-23 {
  font-weight: 700;
}

.tour-body-copy---subtitle {
  color: #b1b1cf;
  text-align: center;
  width: 505px;
  font-family: Nunito, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 45px;
}

.tour-body-copy---subtitle.fade {
  opacity: .6;
  width: 367px;
}

.bottom-hero-cta-button-copy {
  z-index: 2;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  opacity: 1;
  width: 100%;
  height: 60px;
  transform: scale3d(1none, 1none, 1none);
  color: #fff;
  letter-spacing: -.56px;
  transform-style: preserve-3d;
  background-color: #0053ff;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Bricolagegrotesque Variablefont Opsz Wdth Wght, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  transition: all .2s;
  display: flex;
  position: relative;
}

.bottom-hero-cta-button-copy:hover {
  opacity: 100;
  transform: scale(1.1);
}

.bottom-hero-cta-button-copy:active {
  opacity: .75;
  transform: scale(.9);
}

.section-img-box {
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 480px;
  height: 480px;
  margin: 0;
  display: flex;
  position: relative;
}

.section-text-box {
  grid-row-gap: 16px;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: 500px;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.section-flex-row {
  grid-column-gap: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-hover-overlay {
  z-index: 5;
  width: 100%;
  height: 100%;
  margin: 0;
  padding-top: 0;
  position: absolute;
  inset: 0;
}

.bold-text {
  color: #c4e0ff;
}

.subtext-section-2 {
  opacity: 1;
  pointer-events: auto;
  color: #fff;
  width: 455px;
  font-family: Neue Kabel Pro, Arial, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.4;
}

.subtext-section-2.e3 {
  width: 240px;
}

.subtext-section-2._34 {
  width: 280px;
}

.subtext-section-3 {
  opacity: 1;
  pointer-events: auto;
  color: #fff;
  text-align: right;
  width: auto;
  max-width: 100%;
  font-family: Neue Kabel Pro, Arial, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.4;
}

.subtext-section-3.e3 {
  width: 240px;
}

.subtext-section-3._34 {
  width: 280px;
}

.text-span-24, .text-span-25, .text-span-26 {
  font-weight: 700;
}

.photo-one {
  z-index: 6;
  width: 335px;
  height: 304px;
  margin-top: 220px;
  position: static;
}

.photo-two {
  z-index: 6;
  width: 250.8px;
  height: 270.32px;
  margin-top: 0;
  position: relative;
}

.photo-two-wrapper {
  z-index: 6;
  border-radius: 50px;
  margin-top: 90px;
  margin-bottom: -100px;
  margin-left: 115px;
  position: relative;
}

.photo-one-wrapper {
  z-index: 6;
  border-radius: 50px;
  width: 335px;
  height: 304px;
  margin-top: -300px;
  margin-bottom: 0;
  margin-left: -115px;
  position: relative;
}

.photo-three {
  z-index: 6;
  width: 383.64px;
  height: 348.77px;
  margin-top: -123px;
  margin-left: 71px;
  position: relative;
}

.photo-three-wrapper {
  z-index: 6;
  border-radius: 50px;
  margin-top: 140px;
  margin-bottom: 0;
  margin-left: 0;
  position: relative;
}

.image-28 {
  width: 193.72px;
  height: 193.72px;
  position: relative;
}

.image-29 {
  height: 97.16px;
  margin-top: -350px;
  margin-left: 315px;
}

.photo-four {
  z-index: 6;
  width: 242.27px;
  height: 261.14px;
  margin-top: -70px;
  position: relative;
}

.photo-four-wrapper {
  z-index: 6;
  border-radius: 50px;
  margin-bottom: 0;
  margin-left: -170px;
  position: relative;
}

.photo-five-wrapper {
  z-index: 6;
  border-radius: 50px;
  margin-top: -81px;
  margin-bottom: 0;
  margin-left: 51px;
  position: relative;
}

.photo-five {
  z-index: 6;
  width: 323px;
  height: 394px;
  margin-top: -70px;
  position: relative;
}

.potter-wrapper {
  z-index: 6;
  border-radius: 50px;
  margin-top: -220px;
  margin-bottom: -138px;
  margin-left: 101px;
  position: relative;
}

.subtext-section-2 {
  opacity: 1;
  pointer-events: auto;
  color: #fff;
  text-align: left;
  width: auto;
  max-width: 100%;
  font-family: Neue Kabel Pro, Arial, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.4;
}

.photo-three-button {
  z-index: 6;
  width: 383.64px;
  height: 348.77px;
  margin-top: -123px;
  margin-left: 35px;
  position: relative;
}

.image-30 {
  width: 82px;
  height: 172px;
}

.image-31 {
  margin-top: 0;
  margin-left: 175px;
}

.text-block-ip-copyright {
  color: #b1b1cf;
  text-align: center;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.potter-hand-wrapper {
  z-index: 6;
  border-radius: 50px;
  margin-top: -380px;
  margin-bottom: 0;
  margin-left: 19px;
  position: relative;
}

.section-stage {
  width: 480px;
  height: 480px;
  transform-style: preserve-3d;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.stage-block {
  display: block;
}

.modal-body-text {
  color: #002a71;
  text-align: center;
  width: 100%;
  max-width: 387px;
  margin: 8px auto 16px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.4;
}

.waitlist-form-wrapper {
  width: 100%;
  max-width: 420px;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
}

.waitlist-form-inner {
  flex-direction: column;
  gap: 10px;
  width: 100%;
  display: flex;
  position: relative;
}

.waitlist-email-input {
  width: 100%;
  height: 52px;
  transition: border-color .2s ease, box-shadow undefined undefined;
  color: #002a71;
  text-align: center;
  background-color: #fff;
  border: 2px solid #002a71;
  border-radius: 999px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.waitlist-submit-button {
  z-index: 2;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  opacity: 1;
  color: #fff;
  text-transform: lowercase;
  cursor: pointer;
  width: 100%;
  height: 60px;
  transform-style: preserve-3d;
  background-color: #0053ff;
  border-style: none;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  font-family: Bricolagegrotesque Variablefont Opsz Wdth Wght, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  transition: all .2s;
  display: flex;
  position: relative;
  transform: scale3d(1, 1, 1);
}

.waitlist-submit-button:hover {
  opacity: 1;
  transform: scale(1.05);
}

.waitlist-submit-button:active {
  opacity: .75;
  transform: scale(.9);
}

.waitlist-success-message {
  color: #0053a8;
  text-align: center;
  letter-spacing: -.5px;
  background-color: #0000;
  padding: 16px;
  font-family: Bricolagegrotesque Variablefont Opsz Wdth Wght, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.3;
}

.waitlist-error-message {
  color: #c14545;
  text-align: center;
  background-color: #0000;
  padding: 12px 16px;
  font-family: Nunito, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.waitlist-success-inner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  display: flex;
}

.sidekick-waitlist-modal {
  z-index: 22;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.waitlist-modal-header {
  color: #002a71;
  text-align: center;
  letter-spacing: -.5px;
  margin-top: 8px;
  margin-bottom: 0;
  font-family: Neue Kabel Pro, Arial, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
}

.waitlist-back-button {
  z-index: 2;
  color: #fff;
  letter-spacing: -.3px;
  text-transform: lowercase;
  cursor: pointer;
  background-color: #002a71;
  border-style: none;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 44px;
  margin-top: 16px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Bricolagegrotesque Variablefont Opsz Wdth Wght, sans-serif;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: inline-flex;
  position: relative;
}

.waitlist-back-button:hover {
  transform: scale(1.05);
}

.waitlist-back-button:active {
  opacity: .75;
  transform: scale(.9);
}

.waitlist-wave-icon {
  width: 120px;
  height: 120px;
  margin-bottom: -12px;
  display: block;
}

.waitlist-heart-loader {
  z-index: 3;
  pointer-events: none;
  width: 60px;
  height: 60px;
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.credits-signature {
  width: 100%;
  max-width: 280px;
  height: auto;
  margin: 10px auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .early-access-section {
    display: flex;
  }

  .early-access-content {
    justify-content: flex-end;
    align-items: center;
  }

  .early-access-subtext {
    color: #0053a899;
    display: block;
  }

  .sign-in-button-stroke {
    width: 378px;
  }

  .rive-floor {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 140px;
    position: relative;
  }

  .pipes {
    min-height: 1800px;
  }

  .pipes.animated {
    position: absolute;
  }

  .body {
    cursor: auto;
  }

  .content {
    margin-top: 100px;
  }

  .dashed-lines-desktop {
    display: none;
  }

  .dashed-lines-mobile {
    margin-top: 368px;
    display: none;
  }

  .dashed-lines-mobile._2 {
    display: none;
  }

  .element-1 {
    margin-top: -40px;
  }

  .element-2 {
    width: 425px;
    height: 350px;
    transform: scale3d(1none, 1none, 1none);
    margin-top: 0;
    margin-left: 0;
  }

  .lottie-element-2 {
    width: 472.5px;
  }

  .element-2-text {
    margin-right: -160px;
  }

  .heading.e4 {
    font-size: 80px;
  }

  .subheading {
    font-size: 32px;
  }

  .subheading.e3 {
    width: 280px;
  }

  .subheading.e6 {
    width: 260px;
  }

  .subtext-section-1 {
    text-align: right;
    width: auto;
    max-width: 100%;
    font-size: 22px;
  }

  .element-3 {
    width: 425px;
    height: 350px;
    margin-top: 50px;
    margin-left: 0;
    position: relative;
  }

  .lottie-element-3 {
    width: 495px;
    margin-left: -69px;
  }

  .element-3-text {
    order: 0;
    margin-top: -50px;
    margin-left: -175px;
  }

  .element-4 {
    width: 425px;
    height: 300px;
    margin-top: 40px;
  }

  .lottie-element-4 {
    width: 495px;
  }

  .element-4-text {
    margin-right: -160px;
  }

  .usps-stamp {
    margin-top: 180px;
  }

  .element-5 {
    margin-top: 150px;
  }

  .ramp-to-footer {
    height: 800px;
  }

  .lottie-footer._2 {
    margin-top: 1300px;
  }

  .pictures-text {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .picture-heading, .picture-body {
    text-align: center;
  }

  .footer-buttons {
    flex-direction: column;
  }

  .footer-button, .with-love-logo.w--current {
    cursor: pointer;
  }

  .element-4-hover {
    width: 550px;
    height: 375px;
    margin-top: -80px;
    margin-left: -30px;
  }

  .button-cover {
    width: 370px;
  }

  .header-logo {
    max-width: 800px;
  }

  .top-section {
    padding-right: 10px;
  }

  .div-block-5._2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .top-section-logo-link.w--current {
    cursor: pointer;
    height: 100px;
    margin-top: 40px;
  }

  .spline1 {
    width: 360px;
    height: 495px;
    margin-left: -171px;
  }

  .element2-hover-div {
    width: 550px;
    height: 375px;
  }

  .hero-image {
    margin-top: 130px;
  }

  .spline2 {
    width: 360px;
    height: 495px;
    margin-left: 172.5px;
  }

  .spline3 {
    width: 360px;
    height: 495px;
  }

  .stampbutton {
    cursor: pointer;
  }

  .element-3-hover {
    width: 550px;
    height: 375px;
    margin-top: -50px;
    margin-left: -50px;
  }

  .top-join-now-button {
    width: 250px;
  }

  .top-join-now-button._2 {
    cursor: pointer;
    background-color: #0000;
    border-width: 0;
    width: 220px;
  }

  .top-join-now-button._1 {
    cursor: pointer;
    width: 160px;
  }

  .top-join-now-button._3 {
    width: 160px;
  }

  .top-join-now-sparkles-lottie {
    width: 280px;
    height: 200px;
  }

  .joinwithoutinvite, .button-cover-copy {
    width: 370px;
  }

  .sign-in-button-stroke-copy {
    width: 378px;
  }

  .link {
    cursor: pointer;
  }

  .element-1-subtext-2._2 {
    order: 1;
    width: auto;
    margin-top: 0;
    margin-left: 0;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }

  .video-section {
    height: 1418.88px;
  }

  .video-section-grid {
    justify-content: center;
    align-items: center;
    width: 768px;
  }

  .video-section-cell-1, .video-section-cell-1._2, .video-section-cell-1._2 {
    width: 350px;
    height: 380px;
  }

  .videosection-cell-2, .videosection-cell-2._2, .videosection-cell-2._2 {
    height: 150px;
  }

  .video-section-cell-header {
    z-index: 2;
    position: relative;
  }

  .video-section-cell-body._2 {
    z-index: 2;
    z-index: 2;
    width: 100%;
    position: relative;
  }

  .footer-card-section {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .footer-elements {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .image-10 {
    cursor: pointer;
  }

  .image-11 {
    margin-right: 12px;
  }

  .div-block-10 {
    display: none;
  }

  .videoblock-subtext._2 {
    order: 1;
    width: auto;
    margin-top: 0;
    margin-left: 0;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }

  .social-block {
    cursor: pointer;
  }

  .cursor-wrapper {
    display: none;
  }

  .nav-button._3 {
    cursor: pointer;
    cursor: pointer;
  }

  .hero-image-2 {
    object-position: 50% 50%;
    width: 90%;
    margin-right: 0;
    left: auto;
  }

  .smallnavbtn._1, .smallnavbtn._2, .smallnavbtn._1, .smallnavbtn._2 {
    cursor: pointer;
  }

  .stars {
    display: none;
  }

  .heroquoteblock {
    position: relative;
  }

  .heroquoteblock._2 {
    z-index: 2;
    width: 60%;
    margin-top: -35px;
    display: flex;
  }

  .heroquoteblock._1 {
    display: none;
  }

  .link-block-3 {
    cursor: pointer;
  }

  .element-6 {
    width: 425px;
    height: 350px;
    margin-top: 50px;
    margin-left: 0;
    position: relative;
  }

  .spline4 {
    width: 360px;
    height: 495px;
    margin-left: 172.5px;
  }

  .element-6-hover {
    width: 550px;
    height: 375px;
    margin-top: -50px;
    margin-left: -50px;
  }

  .lightbox-link-2 {
    cursor: pointer;
  }

  .splinehero {
    width: 300px;
    height: 412.5px;
    margin-top: -91px;
    margin-left: 508px;
  }

  .rive {
    height: 65svh;
    margin-right: 40svh;
    right: auto;
  }

  .splinehero-copy {
    width: 300px;
    height: 412.5px;
    margin-top: -91px;
    margin-left: 508px;
  }

  .spline-scene-that-works {
    height: 80svh;
    margin-right: -20svh;
    right: auto;
  }

  .div-block-17 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: auto;
  }

  .rive-click-box {
    margin-right: 25svh;
    position: absolute;
    bottom: 0%;
  }

  .kidsafe-logo, .link-block-3-copy {
    cursor: pointer;
  }

  .navigation {
    width: auto;
    max-width: none;
    left: 50px;
    right: 50px;
  }

  .hero-section {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 120px;
    margin-bottom: 26px;
    margin-left: 50px;
    padding-right: 0;
  }

  .hero-section.fixed-margins {
    width: calc(100svw - 60px);
    margin-top: 120px;
    margin-bottom: 26px;
    margin-left: 0;
    padding-left: calc(10svw - 20px);
    padding-right: 0;
  }

  .section {
    position: relative;
  }

  .section._3, .section._4 {
    flex-flow: column;
  }

  .section._2 {
    flex-flow: column;
    padding-bottom: 20px;
  }

  .section._3, .section._4 {
    flex-flow: column;
  }

  .section._5 {
    flex-flow: column;
    overflow: hidden;
  }

  .section.drops {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    height: 100%;
  }

  .element-5-text-copy {
    order: 0;
    margin-top: -50px;
    margin-left: -175px;
  }

  .section-2 {
    margin-bottom: 0;
  }

  .section-2-header {
    margin-bottom: -100px;
  }

  .grid-item {
    height: 320px;
  }

  .cloud-icon-lottie {
    width: 200px;
    height: 200px;
    top: -60px;
    right: -52px;
  }

  .cloud-icon-lottie-2 {
    width: 250px;
    height: 250px;
  }

  .lottie-corner-cover {
    margin-top: -35px;
    margin-right: -35px;
  }

  .div-block-23 {
    width: 40px;
    height: 12px;
    margin-left: -10px;
  }

  .div-block-23-copy {
    width: 12px;
    margin-top: 35px;
    margin-left: 20px;
  }

  .cloud-header {
    white-space: normal;
    max-width: 100%;
  }

  .cloud-body._1 {
    max-width: 100%;
  }

  .cloud-subtext {
    max-width: 50%;
  }

  .footer-section {
    padding-bottom: calc(44vw + 60px);
  }

  .sections {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-grid {
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: flex-start stretch;
    max-width: 90%;
    margin-left: 20px;
    display: flex;
  }

  .cosmic-ribbon-mount {
    aspect-ratio: 1848 / 800;
  }

  .cosmic-yes-logo-mount {
    width: clamp(100px, 16vw, 160px);
    bottom: 3.5vh;
  }

  .yes-heart-bg, .yes-glyph {
    height: 100px;
  }

  .nav-intro-text {
    margin-left: 120px;
    font-size: 17px;
  }

  .yes-bio-copy, .tour-body-copy, .tour-body-copy---subtitle {
    text-align: center;
  }

  .section-img-box {
    width: 480px;
    height: 480px;
  }

  .section-text-box {
    margin: 0;
  }

  .section-flex-row {
    grid-column-gap: 0px;
    grid-row-gap: 32px;
    flex-direction: column;
    height: 900px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-flex-row-reverse {
    flex-direction: column;
  }

  .subtext-section-2 {
    text-align: left;
    width: 220px;
    font-size: 16px;
  }

  .subtext-section-3 {
    text-align: right;
    width: auto;
    max-width: 100%;
    font-size: 22px;
  }

  .subtext-section-2 {
    text-align: left;
    width: auto;
    max-width: 100%;
    font-size: 22px;
  }

  .text-block-ip-copyright {
    text-align: center;
    margin: 40px;
  }
}

@media screen and (max-width: 767px) {
  .early-access-section {
    border-style: solid none none;
    border-color: #6eb4ff;
    border-top-width: 4px;
    border-radius: 0;
    height: 80px;
    padding-bottom: 0;
    display: flex;
    overflow: visible;
  }

  .get-early-access-button {
    width: 370px;
    margin-top: 65px;
  }

  .early-access-content {
    justify-content: flex-end;
    align-items: center;
  }

  .early-access-subtext {
    color: #0053a899;
    display: block;
  }

  .rive-embed {
    pointer-events: none;
  }

  .rive-embed.placeholder, .rive-embed.placeholder.mobile, .rive-embed.placeholder, .rive-embed.placeholder.mobile, .rive-embed.placeholder.mobile {
    display: none;
  }

  .rive-section-wrapper {
    max-height: 120svw;
    position: relative;
  }

  .main {
    margin-top: -68px;
    position: relative;
  }

  .rive-floor {
    height: 120px;
    margin-top: 4px;
  }

  .pipes {
    min-height: auto;
    margin-top: 0;
    margin-left: 35px;
  }

  .pipes.animated {
    margin-top: 189px;
  }

  .body {
    cursor: auto;
  }

  .content {
    margin-top: 0;
  }

  .dashed-lines-mobile {
    margin-top: 430px;
    display: none;
  }

  .dashed-lines-mobile._2 {
    margin-top: 400px;
    display: block;
  }

  .lottie-element-1 {
    display: none;
  }

  .element-1 {
    justify-content: flex-start;
    align-items: center;
    width: 300px;
    margin-top: 65px;
    margin-bottom: -45px;
  }

  .element-1-l-q-mark {
    margin-top: -40px;
    margin-left: 0;
  }

  .element-1-r-q-mark {
    margin-top: 127px;
    margin-right: 0;
  }

  .element-1-text {
    width: 320px;
    margin-top: 0;
  }

  .quote-subtext {
    margin-top: 162px;
    margin-right: 67px;
  }

  .element-1-quote {
    width: 300px;
    margin-top: 0;
    font-size: 26px;
    display: none;
  }

  .element-1-quote._2 {
    display: block;
  }

  .element-1-quote._3 {
    width: 320px;
    font-size: 24px;
    display: block;
  }

  .element-2 {
    transform: scale(.75);
  }

  .element-2-text {
    margin-top: -40px;
    margin-right: -140px;
  }

  .heading, .heading.e4, .heading.e4 {
    font-size: 44px;
  }

  .subheading {
    font-size: 28px;
  }

  .subheading.e3 {
    width: 240px;
  }

  .subheading.e6 {
    width: 220px;
  }

  .subtext-section-1 {
    text-align: right;
    width: auto;
    max-width: 100%;
    font-size: 20px;
  }

  .subtext-section-1.e3 {
    width: 200px;
  }

  .subtext-section-1._34 {
    width: 220px;
  }

  .element-3 {
    margin-top: 0;
    transform: scale(.75);
  }

  .element-3-text {
    margin-top: -80px;
    margin-left: -100px;
  }

  .element-4 {
    margin-top: 20px;
    margin-right: -10px;
    transform: scale(.75);
  }

  .element-4-text {
    margin-top: -30px;
    margin-right: -140px;
  }

  .usps-text, .stamp {
    width: auto;
    height: auto;
  }

  .usps-stamp {
    width: 90px;
    height: 90px;
    margin-top: -80px;
    margin-left: 205px;
  }

  .tag {
    font-size: 16px;
  }

  .element-5 {
    margin-top: 200px;
    margin-bottom: 300px;
  }

  .lottie-element-5 {
    display: none;
  }

  .element-5-textt {
    width: 400px;
    font-size: 26px;
  }

  .ramp-to-footer {
    height: 400px;
  }

  .ramp-to-footer-2 {
    height: 600px;
  }

  .footer {
    margin-top: -250px;
    padding-top: 250px;
  }

  .lottie-footer {
    width: 100svw;
    margin-top: 24px;
  }

  .lottie-footer._2 {
    margin-top: 1550px;
  }

  .picture-cards {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .mick-card {
    width: 130px;
    margin-left: -15px;
  }

  .jon-card {
    width: 130px;
    margin-top: 120px;
    margin-left: -30px;
  }

  .mick1, .jon1, .mick2, .jon2 {
    pointer-events: auto;
  }

  .pictures-text {
    margin-bottom: 0;
  }

  .picture-heading {
    font-size: 26px;
  }

  .picture-body {
    width: 360px;
    font-size: 16px;
  }

  .picture-body.fade {
    width: 340px;
  }

  .footer-button {
    width: 260px;
    font-size: 16px;
  }

  .with-love-logo {
    margin-top: 70px;
  }

  .footer-text-group {
    width: 234px;
    position: relative;
  }

  .footer-text {
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
  }

  .footer-text._2 {
    font-size: 11px;
  }

  .footer-wrapper {
    width: 100svw;
    margin-bottom: 60px;
    padding-top: 300px;
  }

  .modal {
    width: auto;
  }

  .modal-content {
    max-height: 90svh;
  }

  .modal-subtext.stickers {
    width: 400px;
  }

  .lock-lottie {
    width: 35px;
    height: 35px;
    margin-top: 0;
    margin-left: -14px;
    margin-right: -10px;
  }

  .contact-lottie {
    width: 40px;
    margin-left: -12px;
  }

  .about-lottie {
    width: 38px;
    height: 38px;
    margin-left: -16px;
    margin-right: -10px;
  }

  .lottie-element-1-mobile {
    width: 550px;
    margin-top: -150px;
    display: block;
  }

  .lottie-element-5-mobile {
    width: 500px;
    margin-top: 0;
    display: block;
  }

  .header-logo {
    width: 70svw;
    max-width: none;
  }

  .top-section {
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 15px;
  }

  .top-section.mobile {
    display: flex;
  }

  .heart-loader {
    width: 140px;
    height: 140px;
  }

  .top-section-logo {
    width: 170px;
    height: 170px;
  }

  .top-sign-in-button {
    order: 1;
  }

  .topsection {
    margin-top: 20px;
  }

  .div-block-5 {
    display: none;
  }

  .div-block-5._2 {
    justify-content: center;
    align-items: center;
    margin-right: 25px;
    display: flex;
  }

  .top-section-logo-link {
    width: 140px;
    height: 100px;
  }

  .top-section-logo-link.w--current {
    margin-top: 30px;
    margin-left: 0;
  }

  .top-section-logo-group {
    margin-top: 4px;
    margin-left: -20px;
  }

  .inner-rive-controls {
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .div-block-8 {
    width: 140px;
  }

  .hero-image {
    margin-top: 130px;
  }

  .contact-lottie-copy {
    width: 40px;
  }

  .stampbutton {
    width: 460px;
    margin-right: 0;
    right: auto;
  }

  .top-join-now-button {
    background-color: #0000;
    border-width: 0;
    order: 1;
  }

  .top-join-now-sparkles-lottie {
    width: 260px;
  }

  .joinwithoutinvite {
    width: 370px;
    margin-top: 60px;
  }

  .rive-embed-custom-code.placeholder, .rive-embed-custom-code.placeholder.mobile, .rive-embed-custom-code.placeholder, .rive-embed-custom-code.placeholder.mobile, .rive-embed-custom-code.placeholder.mobile {
    display: none;
  }

  .element-1-subtext-2._2 {
    inset: 0% auto auto 0%;
    width: 220px;
    margin-top: 12px;
    margin-left: 20px;
    font-size: 12px;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .video-section {
    background-color: #fff0;
    width: 100svw;
    height: 1900px;
    margin-top: -250px;
    overflow: hidden;
  }

  .image-4 {
    margin-top: 125px;
  }

  .video-section-header {
    width: 400px;
    font-size: 26px;
  }

  .video-section-grid {
    width: 480px;
  }

  .video-section-cell-1 {
    width: 400px;
    max-width: 90svw;
    height: 180px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .video-section-cell-1._2 {
    width: 400px;
    height: 180px;
  }

  .videosection-cell-2, .videosection-cell-2._2, .videosection-cell-2._2 {
    height: 55%;
  }

  .video-section-cell-header {
    font-size: 18px;
  }

  .video-section-cell-body {
    font-size: 14px;
  }

  .footer-card-section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: -50px;
  }

  .footer-elements {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-end;
    margin-top: 50px;
  }

  .link-block-2._3 {
    grid-row-gap: 32px;
    cursor: pointer;
    grid-row-gap: 32px;
    cursor: pointer;
    flex-direction: column;
    height: auto;
    min-height: 600px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-elements-wrap {
    width: 33%;
  }

  .footer-elements-wrap._2 {
    order: 1;
  }

  .text-span-11 {
    color: #714fff;
  }

  .div-block-10 {
    z-index: 0;
    background-color: #fff;
    width: 100svw;
    height: 1400px;
    margin-top: 250px;
    display: block;
    position: absolute;
  }

  .video-block {
    width: 387.2px;
    height: 243.2px;
  }

  .background-video {
    z-index: 1;
  }

  .videoblock-subtext {
    margin-left: -103px;
  }

  .videoblock-subtext._2 {
    inset: 0% auto auto 0%;
    width: 220px;
    margin-top: 12px;
    margin-left: 20px;
    font-size: 12px;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .text-block-6 {
    width: 300px;
    margin-right: -30px;
    font-size: 17px;
  }

  .cursor-wrapper {
    display: none;
  }

  .nav-button._3._2 {
    width: auto;
  }

  .hero-image-2:where(.w-variant-3fec5942-2bbb-c122-0813-e49619591240) {
    background-color: #fff;
    width: 100%;
    margin-top: -1svh;
  }

  .star {
    width: 3svh;
  }

  .heroquoteblock._2 {
    max-width: none;
    display: flex;
  }

  .link-block-3 {
    position: relative;
  }

  .element-6 {
    margin-top: 0;
    transform: scale(.75);
  }

  .subtext2 {
    color: #0053a8;
    display: block;
  }

  .splinehero {
    width: 264px;
    height: 363px;
    margin-top: -45px;
    margin-left: 460px;
  }

  .flex-block-3 {
    flex-flow: column;
  }

  .splinehero-copy {
    width: 264px;
    height: 363px;
    margin-top: -45px;
    margin-left: 460px;
  }

  .image-21 {
    width: 162px;
    max-width: none;
  }

  .div-block-19 {
    width: 100%;
    padding-bottom: 60px;
    overflow: hidden;
  }

  .kidsafe-logo, .link-block-3-copy {
    position: relative;
  }

  .cursor-hover {
    cursor: pointer;
  }

  .cursor-hover._5, .cursor-hover._6 {
    display: none;
  }

  .cursor-hover._5, .cursor-hover._6 {
    display: none;
  }

  .cursor-hover._7 {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .cursor-hover._8 {
    z-index: 4;
    position: absolute;
    right: 9px;
  }

  .star-copy, .star-copy-2, .star-copy-3, .star-copy-4 {
    width: 3svh;
  }

  .navigation {
    margin-top: var(--nav-margin);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    box-shadow: none;
    background-color: #fff0;
    border-style: none;
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .hero-section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    max-width: 95svw;
    height: auto;
    margin-top: 100px;
    margin-bottom: 26px;
    margin-left: 0;
    padding-top: 140px;
    padding-bottom: 70px;
  }

  .hero-section.fixed-margins {
    width: 95svw;
    margin-top: 100px;
    margin-bottom: 26px;
    padding-top: 100px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section {
    height: 600px;
  }

  .nav-download {
    width: auto;
    padding-right: var(--downloading-padding);
    padding-left: var(--downloading-padding);
    cursor: pointer;
    justify-content: flex-end;
    align-items: center;
    display: none;
  }

  .nav-home.w--current {
    cursor: pointer;
  }

  .nav-link, .livestream-link {
    display: none;
  }

  .hero-1 {
    order: 1;
  }

  .hero-rive {
    aspect-ratio: 1;
    max-width: 400px;
    height: auto;
    padding-left: 10px;
  }

  .hero-section-heading {
    text-align: center;
    width: 100%;
    font-size: 24px;
    display: none;
  }

  .hero-section-heading.mobile {
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 90vw;
    font-size: min(6.5svw, 30px);
    display: flex;
  }

  .hero-cta-button {
    cursor: pointer;
    width: auto;
  }

  .hero-cta {
    align-self: center;
    width: 300px;
  }

  .try-on-web {
    display: none;
  }

  .element-5-text-copy {
    margin-top: -60px;
    margin-left: -120px;
  }

  .section-2 {
    margin-top: 100px;
  }

  .section-2-header {
    width: 320px;
    margin-bottom: -70px;
    font-size: 26px;
  }

  .cloud-icon-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-item {
    height: 220px;
  }

  .cloud-icon-lottie {
    width: 220px;
    height: 220px;
  }

  .cloud-icon-lottie-2 {
    width: 240px;
    height: 240px;
  }

  .lottie-corner-cover {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-right: -25px;
  }

  .div-block-23 {
    width: 50px;
    margin-top: 20px;
    margin-left: -25px;
  }

  .div-block-23-copy {
    margin-top: 40px;
    margin-left: 25px;
  }

  .cloud-header {
    font-size: 20px;
  }

  .cloud-body._1 {
    width: 240px;
    font-size: 13px;
  }

  .cloud-body._2 {
    width: 250px;
    font-size: 13px;
  }

  .cloud-subtext {
    font-size: 12px;
  }

  .main-page-container {
    cursor: auto;
  }

  .section-quiz._4 {
    grid-row-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    height: auto;
    min-height: 600px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .youtube-lightbox, .div-block-28 {
    cursor: pointer;
  }

  .footer-section {
    padding-bottom: calc(50vw + 40px);
  }

  .sections {
    padding-left: 2.5svw;
    padding-right: 2.5svw;
    position: relative;
  }

  .clouds-lottie {
    min-width: 1200px;
  }

  .flex-block-4 {
    align-self: center;
    margin-top: 100px;
  }

  .artists-over-robots-link, .footer-link {
    cursor: pointer;
  }

  .footer-grid {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .modal-cast._2 {
    grid-row-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    height: auto;
    min-height: 600px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .buy-now {
    cursor: pointer;
    width: auto;
  }

  .try-on-web-copy {
    display: none;
  }

  .cosmic-ribbon-mount {
    aspect-ratio: 1848 / 1000;
  }

  .cosmic-yes-logo-mount {
    width: clamp(85px, 22vw, 130px);
    bottom: 4.5vh;
  }

  .yes-heart-bg, .yes-glyph {
    height: 90px;
  }

  .nav-intro-text, .nav-cta-desktop-text {
    display: none;
  }

  .nav-cta-mobile-text {
    display: block;
  }

  .hero-section-heading-2 {
    text-align: center;
    width: 100%;
    font-size: 24px;
    display: none;
  }

  .hero-section-heading-2.mobile {
    pointer-events: auto;
    pointer-events: auto;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 90vw;
    margin-bottom: 20px;
    padding-top: 0;
    font-size: min(6.5svw, 30px);
    line-height: 40px;
    display: flex;
  }

  .text-span-19 {
    color: #c4e0ff;
    font-weight: 700;
  }

  .yes-bio-copy {
    width: 360px;
    font-size: 16px;
  }

  .yes-bio-copy.fade {
    width: 340px;
  }

  .tour-body-copy {
    width: 385px;
    font-size: 26px;
    line-height: 40px;
  }

  .tour-body-copy.fade {
    width: 340px;
  }

  .tour-body-copy---subtitle {
    align-self: center;
    width: 360px;
    font-size: 16px;
  }

  .tour-body-copy---subtitle.fade {
    width: 340px;
  }

  .bottom-hero-cta-button-copy {
    cursor: pointer;
    width: 260px;
  }

  .image-27 {
    margin-top: 40px;
  }

  .section-img-box {
    width: 382px;
    max-width: 95svw;
    height: 382px;
    max-height: 95svw;
    transform: none;
  }

  .section-text-box {
    text-align: center;
    align-items: center;
    width: 100%;
    max-width: 360px;
    margin: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-flex-row {
    height: 900px;
  }

  .subtext-section-2 {
    text-align: left;
    width: 200px;
    font-size: 14px;
  }

  .subtext-section-2.e3 {
    width: 200px;
  }

  .subtext-section-2._34 {
    width: 220px;
  }

  .subtext-section-3 {
    text-align: right;
    width: auto;
    max-width: 100%;
    font-size: 20px;
  }

  .subtext-section-3.e3 {
    width: 200px;
  }

  .subtext-section-3._34 {
    width: 220px;
  }

  .subtext-section-2 {
    text-align: left;
    width: auto;
    max-width: 100%;
    font-size: 20px;
  }

  .text-block-ip-copyright {
    text-align: center;
    margin: 40px;
  }

  .section-stage {
    backface-visibility: hidden;
    transform-origin: center;
    transform: scale3d(.7962, .7962, 1);
  }

  .modal-body-text {
    font-size: 16px;
  }

  .waitlist-submit-button {
    height: 56px;
    font-size: 18px;
  }

  .waitlist-success-message {
    font-size: 24px;
  }

  .waitlist-heart-loader {
    width: 56px;
    height: 56px;
  }
}

@media screen and (max-width: 479px) {
  .get-early-access-button {
    width: 300px;
  }

  .get-early-access-button:hover {
    transform: scale(1);
  }

  .early-access-subtext {
    color: #0053a899;
  }

  .sign-in-button-stroke {
    width: 308px;
  }

  .rive-embed {
    pointer-events: none;
  }

  .rive-section-wrapper {
    position: relative;
  }

  .rive-floor {
    position: absolute;
    top: 0;
  }

  .pipes.animated {
    margin-left: 242px;
  }

  .dashed-lines-mobile._2 {
    display: none;
  }

  .element-1 {
    justify-content: flex-start;
    align-items: center;
  }

  .element-1-text {
    width: 320px;
  }

  .element-2 {
    transform: scale(.65);
  }

  .element-2-text {
    margin-top: -30px;
    margin-right: -30px;
  }

  .subtext-section-1 {
    text-align: right;
  }

  .element-3 {
    margin-top: -20px;
    margin-left: 20px;
    transform: scale(.65);
  }

  .element-3-text {
    margin-top: -70px;
    margin-left: -30px;
  }

  .element-4 {
    transform: scale(.65);
  }

  .element-4-text {
    margin-top: -20px;
    margin-right: -30px;
  }

  .element-5 {
    margin-top: 175px;
    margin-bottom: 325px;
  }

  .element-5-textt {
    width: 280px;
    margin-top: -15px;
    font-size: 24px;
  }

  .footer {
    margin-top: -200px;
  }

  .lottie-footer {
    min-width: 200svw;
    margin-top: 50px;
  }

  .lottie-footer._2 {
    margin-top: 1100px;
  }

  .pictures-text {
    margin-bottom: 0;
  }

  .picture-body {
    width: 280px;
  }

  .picture-body.fade {
    width: 293px;
  }

  .with-love-logo.w--current {
    width: 140px;
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .footer-text-group {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .footer-content {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .modal {
    width: auto;
  }

  .modal-content {
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .go-home-button {
    width: 262.4px;
    height: 44.8px;
    font-size: 16px;
  }

  .modal-button-text {
    font-size: 16px;
  }

  .div-block-2 {
    width: 270.4px;
    height: 52.8px;
  }

  .ticket-icon {
    width: 40%;
    height: auto;
  }

  .modal-header {
    font-size: 32px;
  }

  .modal-subtext {
    margin-top: 0;
    font-size: 12px;
  }

  .modal-subtext.stickers {
    width: 100%;
    margin-top: 10px;
    font-size: 12px;
  }

  .button-cover {
    width: 300px;
  }

  .top-section {
    height: 45px;
    padding-left: 0;
    padding-right: 10px;
  }

  .top-section.mobile {
    padding-left: 0;
  }

  .top-section-logo {
    width: 120px;
    height: 140px;
  }

  .top-sign-in-button {
    width: 100px;
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16.5px;
  }

  .top-sign-up-hand {
    width: 36px;
    height: 36px;
  }

  .topsection {
    height: 60px;
    margin-top: 8px;
  }

  .text-block {
    font-size: 15px;
  }

  .top-section-logo-link {
    z-index: 46;
    width: 130px;
    height: 105px;
  }

  .top-section-logo-link.w--current {
    height: 70px;
  }

  .top-section-logo-group {
    margin-top: 8px;
    margin-left: -14px;
  }

  .inner-rive-controls {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .rive-controls-text {
    font-size: 14px;
  }

  .replay-icon, .unmuted-icon, .muted-icon {
    width: 24px;
    height: 24px;
  }

  .learn-more:active {
    opacity: .6;
  }

  .modal-body {
    width: 90%;
    font-size: 14px;
  }

  .waitlistform {
    width: 80vw;
    height: 64px;
  }

  .waitlistform._2 {
    display: none;
  }

  .waitlistemail {
    width: 60vw;
    padding-left: 20px;
    font-size: 16px;
  }

  .waitlist-form-block {
    outline-width: 6px;
    width: 80vw;
    height: 48px;
    margin-bottom: 20px;
    display: none;
  }

  .waitlist-form-block.custom {
    height: auto;
    margin-bottom: 5px;
    display: none;
  }

  .emailsubmit {
    width: 60px;
    margin-left: 10px;
    position: absolute;
  }

  .enterbutton {
    order: 1;
    width: 40px;
    margin-top: -1px;
    margin-right: 10px;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .arrow-icon {
    width: 15px;
    height: 18px;
  }

  .emailwrapper {
    justify-content: flex-start;
    align-items: center;
    width: 80vw;
    height: auto;
  }

  .modal-content2 {
    margin-bottom: 10px;
    display: none;
  }

  .checkmarkbubbles {
    width: 355.2px;
    height: 125.6px;
  }

  .checkmarkticket {
    width: 110.808px;
    height: 88.128px;
  }

  .modal-subheader {
    width: 280px;
    font-size: 18px;
  }

  .div-block-8 {
    width: 100px;
    margin-left: 0;
    margin-right: -1px;
  }

  .arrowtest {
    width: 18px;
    height: 18px;
    margin-top: -1px;
  }

  .blue-heart-loader {
    width: 260px;
  }

  .hero-image {
    margin-top: 110px;
  }

  .artists-over-robots-badge {
    width: 72px;
    max-width: none;
    margin-right: -11px;
  }

  .stampbutton {
    align-self: auto;
    width: 299px;
    height: 55px;
    margin-right: 0;
    top: auto;
    right: auto;
  }

  .top-join-now-button {
    background-color: #0000;
    border-style: none;
    border-width: 0;
    font-size: 18px;
  }

  .top-join-now-lottie {
    width: 40px;
    height: 40px;
  }

  .heart-line {
    margin-top: 10px;
  }

  .joinwithoutinvite {
    width: 100%;
    height: 48px;
    margin-top: 12px;
    margin-bottom: 14px;
  }

  .joinwithoutinvite:hover {
    transform: scale(1);
  }

  .button-cover-copy {
    width: 300px;
  }

  .join-now-text-copy {
    font-size: 16px;
  }

  .sign-in-button-stroke-copy {
    width: 102%;
    height: 56px;
  }

  .pill {
    font-size: 16px;
  }

  .element-1-subtext-2._2 {
    width: 160px;
    font-size: 10px;
  }

  .video-section {
    height: 1450px;
  }

  .image-4 {
    margin-top: 75px;
  }

  .video-section-header {
    width: 300px;
    margin-top: 50px;
    font-size: 26px;
  }

  .video-section-grid {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .video-section-cell-1 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    border-radius: 24px;
    width: 310px;
    max-width: none;
    height: 160px;
    padding: 12px 16px;
  }

  .video-section-cell-1._2 {
    width: 310px;
    height: 160px;
  }

  .videosection-cell-2, .videosection-cell-2._2, .videosection-cell-2._2 {
    height: 50%;
  }

  .video-section-cell-header {
    font-size: 14px;
  }

  .video-section-cell-body {
    font-size: 12px;
  }

  .footer-elements {
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-block-2._3 {
    width: 100%;
  }

  .footer-elements-wrap {
    order: 1;
    justify-content: center;
    align-items: center;
    width: 45%;
    display: flex;
  }

  .image-7 {
    width: 100%;
  }

  .image-9 {
    width: 50px;
  }

  .image-10 {
    width: 36px;
  }

  .credits-item {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    height: 50px;
    min-height: auto;
  }

  .baby-photos {
    width: 50px;
    height: 50px;
  }

  .credits-item-text {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .credits-item-text-name {
    font-size: 16px;
  }

  .credits-item-subtext {
    font-size: 12px;
  }

  .modal-subheading {
    font-size: 16px;
  }

  .modal-subtextt {
    font-size: 14px;
  }

  .credits-overflow {
    overflow: scroll;
  }

  .get-early-access-button-copy {
    margin-top: 15px;
  }

  .get-early-access-button-copy:hover {
    transform: scale(1);
  }

  .div-block-10 {
    height: 1125px;
    margin-top: 175px;
  }

  .video-block {
    width: 290.4px;
    height: 182.4px;
  }

  .videoblock-subtext {
    margin-bottom: -26px;
    margin-left: -198px;
    font-size: 13px;
  }

  .videoblock-subtext._2 {
    width: 160px;
    font-size: 10px;
  }

  .image-12 {
    width: 13px;
    margin-left: 19.5px;
  }

  .text-block-6 {
    width: 200px;
    font-size: 11px;
  }

  .socials {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .social-block {
    width: 42px;
    height: 42px;
  }

  .social-icon {
    width: 18px;
  }

  .nav-button._3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 4px 12px;
    font-size: 13px;
  }

  .nav-button._3._2 {
    width: auto;
  }

  .div-block-13 {
    height: 71svh;
  }

  .hero-image-2 {
    width: 100%;
  }

  .hero-image-2:where(.w-variant-3fec5942-2bbb-c122-0813-e49619591240) {
    background-color: #fff;
    max-width: 100svw;
    margin-top: -2svh;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-image-2.cidl {
    width: 90%;
  }

  .smallnavbtn {
    padding: 4px 12px;
    font-size: 13px;
  }

  .image-14 {
    height: 14px;
  }

  .flex-block-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: auto;
    margin-right: 10px;
    position: absolute;
    right: 0;
  }

  .star {
    width: 2svh;
  }

  .heroquoteblock._2 {
    margin-top: 50px;
  }

  .element-6 {
    margin-top: -20px;
    margin-left: 20px;
    transform: scale(.65);
  }

  .splinehero {
    margin-left: 398px;
  }

  .rive {
    height: 50svh;
    margin-right: 26svh;
  }

  .splinehero-copy {
    margin-left: 398px;
  }

  .spline-scene-that-works {
    height: 69svh;
  }

  .div-block-17 {
    margin-top: 75px;
  }

  .image-21 {
    max-width: none;
  }

  .rive-click-box {
    margin-right: 12svh;
  }

  .kidsafe-logo {
    margin-top: -50px;
  }

  .image-22 {
    width: 196px;
  }

  .cursor-hover._9 {
    transform: scale(.9);
  }

  .modal-button {
    height: 50px;
  }

  .modal-btn-text {
    font-size: 18px;
  }

  .star-copy, .star-copy-2, .star-copy-3, .star-copy-4 {
    width: 2svh;
  }

  .library-heading:where(.w-variant-3fec5942-2bbb-c122-0813-e49619591240) {
    font-size: 24px;
  }

  .navigation {
    left: 35px;
    right: 35px;
  }

  .hero-section.fixed-margins {
    padding-top: 80px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section._2 {
    overflow: hidden;
  }

  .element-5-text-copy {
    margin-left: -30px;
  }

  .section-2 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .section-2-header {
    width: 300px;
    margin-bottom: -50px;
    font-size: 24px;
  }

  .cloud-icon-grid {
    grid-row-gap: 36px;
  }

  .grid-item {
    height: 230px;
    padding: 22px 26px;
  }

  .cloud-icon-lottie {
    width: 185px;
    height: 190px;
    top: -55px;
    right: -45px;
  }

  .cloud-icon-lottie-2 {
    width: 200px;
    height: 200px;
    top: -60px;
    right: -55px;
  }

  .lottie-corner-cover {
    display: none;
  }

  .cloud-subtext {
    font-size: 12px;
    top: 14px;
  }

  .footer-section {
    padding-bottom: calc(60vw + 30px);
  }

  .sections {
    padding-left: 2.5svw;
    padding-right: 2.5svw;
  }

  .footer-grid {
    flex-flow: column;
    align-self: flex-start;
    margin-left: 40px;
  }

  .modal-cast {
    font-size: 14px;
  }

  .image-26 {
    width: 320px;
    height: auto;
  }

  .flex-block-5 {
    max-width: 100%;
  }

  .main-2 {
    max-width: 10023%;
  }

  .cosmic-ribbon-mount {
    aspect-ratio: 1848 / 1200;
  }

  .yes-heart-bg, .yes-glyph {
    height: 80px;
  }

  .hero-section-heading-2.mobile {
    pointer-events: auto;
    pointer-events: auto;
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 40px;
  }

  .text-span-19 {
    color: #c4e0ff;
    font-weight: 700;
  }

  .yes-bio-copy {
    width: 280px;
  }

  .yes-bio-copy.fade {
    width: 293px;
  }

  .tour-body-copy {
    width: 300px;
    line-height: 40px;
  }

  .tour-body-copy.fade {
    width: 293px;
  }

  .tour-body-copy---subtitle {
    align-self: center;
    width: 280px;
  }

  .tour-body-copy---subtitle.fade {
    width: 293px;
  }

  .image-27 {
    margin-top: 40px;
  }

  .section-img-box {
    width: 328px;
    max-width: 95svw;
    height: 328px;
    max-height: 95svw;
    transform: none;
  }

  .section-text-box {
    margin: 0;
  }

  .section-flex-row {
    height: 850px;
  }

  .subtext-section-2 {
    text-align: left;
  }

  .subtext-section-3 {
    text-align: right;
  }

  .subtext-section-2 {
    width: auto;
    max-width: 100%;
  }

  .text-block-ip-copyright {
    text-align: center;
    margin: 40px;
  }

  .section-stage {
    backface-visibility: hidden;
    transform-origin: center;
    transform: scale3d(.6825, .6825, 1);
  }

  .modal-body-text {
    max-width: 100%;
    font-size: 15px;
  }

  .waitlist-form-wrapper {
    max-width: 100%;
  }

  .waitlist-email-input {
    height: 48px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 15px;
  }

  .waitlist-submit-button {
    height: 52px;
    padding-left: 20px;
    font-size: 17px;
  }

  .waitlist-success-message {
    font-size: 22px;
  }

  .waitlist-sparkles, .waitlist-wave-icon {
    width: 90px;
    height: 90px;
  }

  .waitlist-heart-loader {
    width: 48px;
    height: 48px;
  }

  .credits-signature {
    max-width: 240px;
  }
}

#w-node-_98894c0e-e8e0-d166-019b-42d74757d202-4daa71b3 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-c8a284e8-1939-464c-0410-afefa2120a29-4daa71b3, #w-node-e409ae73-24ef-8ca1-44ab-d4b600a8dfb8-4daa71b3 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_82109ba0-8a49-0c9b-46a2-82f13b60fb7c-4daa71b3 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

@media screen and (max-width: 767px) {
  #w-node-_98894c0e-e8e0-d166-019b-42d74757d202-4daa71b3, #w-node-c8a284e8-1939-464c-0410-afefa2120a29-4daa71b3, #w-node-e409ae73-24ef-8ca1-44ab-d4b600a8dfb8-4daa71b3, #w-node-_82109ba0-8a49-0c9b-46a2-82f13b60fb7c-4daa71b3 {
    grid-column: span 1 / span 1;
  }
}
