@font-face {
  font-family: Intervariable;
  src: url('../fonts/InterVariable.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Digitalnumbers;
  src: url('../fonts/DigitalNumbers-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #0a0a0a;
  --white: #ededed;
  --brand: #00ffd1;
  --gray: #242424;
  --paragraphs-on-black: #8c8c91;
  --borders: #232325;
  --accent-grey-2: #383838;
  --secondary-hover: #28282a;
  --accent-gray-large: #000;
  --accent-bg: #01a6ac40;
  --top-border: #ffffff1a;
  --accent-grey: #141415;
  --bg-accent-new: #0f0f0f;
  --green-yellow: #c4ff57;
  --medium-slate-blue: #b157ff;
  --cyan-2: #57f7ff;
  --red-accent: #ff5857;
  --border-on-white: #00000026;
  --paragraphs-on-white: #2c2e2e;
  --brand-pco: #57ffaf;
  --heading-pco: #e0e0e0;
  --bg-2: #090d0b;
  --border-white-pco: white;
  --paragraph-pco: #808784;
  --yellow: #fcff57;
  --cyan: #57f1ff;
  --coral: #ff7957;
  --hot-pink: #ff57ae;
  --medium-slate-blue-2: #575fff;
  --bg-accent: #ffffff0a;
  --sandy-brown: #ffa857;
  --pco-accent-light: #272928;
  --pco-grey: #ffffff14;
  --borderlines-pco: #1d1f1e;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  background-color: var(--bg);
  font-family: Intervariable, sans-serif;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--white);
}

.heading-wrapper.main.home {
  width: 100%;
}

.heading-wrapper.main.massive, .heading-wrapper.main.home-copy {
  width: 600px;
}

.paragraph-wrapper.reviews {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  display: flex;
}

.paragraph-wrapper.api {
  width: 480px;
}

.paragraph-wrapper.open-world {
  width: 460px;
}

.paragraph-wrapper.email {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-wrapper.home-hero-copy {
  position: absolute;
  inset: auto 0% 56px;
}

.paragraph-wrapper.endless {
  width: 520px;
}

.social-link:hover {
  background-color: var(--brand);
  color: var(--bg);
}

.button-icon.email {
  width: 19px;
  height: 19px;
}

.logo-wrapper {
  height: 40px;
}

.new-popup-form-field:hover {
  border-color: #4d4d4d;
}

.new-popup-form-field:active, .new-popup-form-field:focus {
  border-color: var(--brand);
  background-color: #111212;
}

.new-popup-form-field::placeholder {
  color: #525757;
}

.close-pop-up-wrapper:hover {
  background-color: var(--gray);
  color: var(--white);
}

.image {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.link-parent-main {
  color: var(--paragraphs-on-black);
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  height: 66px;
  padding: 0;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.link-parent-main.w--current {
  border-bottom: 1px solid #fff;
}

.link-parent-main._w-icon {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.link-parent-main._w-icon:hover {
  color: var(--white);
}

.link-parent-main._w-icon.w--current {
  border-bottom-style: none;
}

.link-parent-main.no-padding {
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 0;
}

.link-parent-main.no-padding:hover {
  background-color: #ff4d0000;
}

.link-parent-main.no-padding.w--current {
  border: 1px #000;
}

.link-parent-main.systems {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 1px none var(--borders);
  color: var(--brand);
  background-color: #00eefb1f;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  padding-left: 8px;
  padding-right: 16px;
  display: flex;
}

.link-parent-main.systems:hover {
  background-color: #00eefb29;
}

.bottom-menu {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 50%;
  margin-bottom: 0;
  display: flex;
}

.menu-links {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.spacer-main {
  width: 33.3333%;
  height: 100%;
  position: relative;
}

.spacer-main.right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.spacer-main.center {
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.spacer-main.left {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.eyebrow-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.paragraph-main {
  color: var(--paragraphs-on-black);
  text-align: center;
  cursor: default;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: block;
}

.paragraph-main.white {
  color: var(--paragraphs-on-black);
}

.paragraph-main.white.a-center {
  text-align: center;
}

.paragraph-main.hero {
  color: #fffc;
  font-size: 18px;
  line-height: 26px;
}

.paragraph-main.a-center {
  text-align: center;
}

.paragraph-main.review {
  color: var(--white);
  text-align: left;
  font-size: 15px;
  line-height: 23px;
}

.paragraph-main.review.larger {
  color: var(--white);
  font-size: 24px;
  line-height: 32px;
}

.paragraph-main.highlighted {
  color: var(--brand);
}

.paragraph-main.code {
  text-align: left;
  font-size: 15px;
  line-height: 23px;
}

.paragraph-main.a-left {
  text-align: left;
}

.paragraph-main.modal {
  width: 480px;
  margin-top: 12px;
  margin-bottom: 24px;
}

.paragraph-main.hero-copy {
  color: var(--brand);
  text-transform: none;
  margin-top: 0;
  font-family: Intervariable, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
}

.column-content-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.logo-link-main {
  color: #fff;
  width: 200px;
}

.heading-main {
  z-index: 10;
  color: var(--white);
  text-align: center;
  overflow-wrap: anywhere;
  cursor: default;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 800;
  line-height: 56px;
  position: relative;
}

.heading-main.a-center {
  text-align: center;
}

.heading-main.a-center.hero {
  cursor: default;
  width: 100%;
  font-size: 56px;
  line-height: 64px;
}

.top-footer-menu {
  justify-content: space-between;
  align-items: flex-start;
  height: 50%;
  margin-bottom: 150px;
  display: flex;
}

.eyebrow-border-wrapper {
  border: 1px none var(--borders);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-bottom: 4px;
  display: block;
}

.eyebrow-border-wrapper.no-margin {
  margin-bottom: 0;
}

.eyebrow-accent {
  color: #fd5b5e;
  -webkit-text-fill-color: inherit;
  background-color: #ffffff0a;
  background-clip: border-box;
  border: 1px solid #ffffff21;
  border-radius: 100px;
  padding: 3px 9px;
}

.links-heading {
  z-index: 10;
  color: var(--white);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  position: relative;
}

.border-wrapper {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border: 1px dashed #ffffff29;
  border-radius: 20px;
  padding: 0;
}

.hp-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hp-wrapper.a-left {
  justify-content: flex-end;
  align-items: flex-start;
}

.hp-wrapper.a-left.less-gap {
  z-index: 2;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 100%;
  position: relative;
}

.hp-wrapper.a-center.hero {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.hp-wrapper.reviews {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
}

.hp-wrapper.image-w-text {
  width: 50%;
}

.hp-wrapper.nf-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.hp-wrapper.a-center {
  justify-content: center;
  align-items: center;
}

.footer-logo {
  z-index: 0;
  opacity: 1;
  color: #fff;
  width: 140px;
  height: 18px;
  position: relative;
  top: auto;
  bottom: 0%;
  right: auto;
}

.column.hero {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column.testimonials {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.social-links {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.bg-shape {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #000000e6;
  border-bottom: 1px solid #ffffff1a;
  position: absolute;
  inset: 0%;
}

.menu-links-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link-text-mobile {
  font-variation-settings: "wdth" 110;
  letter-spacing: 0;
  white-space: nowrap;
  text-decoration: none;
}

.heading-sub {
  z-index: 10;
  color: var(--white);
  text-align: left;
  overflow-wrap: normal;
  cursor: default;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  position: relative;
}

.eyebrow-text {
  text-transform: none;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.eyebrow-text.margin-right {
  cursor: default;
  margin-bottom: 0;
  margin-right: 4px;
}

.eyebrow-text.margin-right.normal {
  font-variation-settings: "wdth" 100;
  cursor: pointer;
}

.eyebrow-text.smaller {
  font-size: 14px;
}

.eyebrow-text.smaller.gradient-gagarin-view {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.logo-svg {
  color: var(--white);
  width: 140px;
  height: 18px;
}

.link-text-main {
  text-transform: none;
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 15px;
  text-decoration: none;
}

.link-text-main.accent {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(150deg, #ffbebf, #eaccf8 48%, #6654f1);
  -webkit-background-clip: text;
  background-clip: text;
}

.link-text-main.accent.on-white {
  color: #747278;
}

.link-text-main.on-white {
  position: relative;
}

.link-text-main.black {
  color: #000;
  text-transform: none;
}

.link-text-main.white {
  text-transform: none;
}

.link-text-main.white.accent {
  color: var(--brand);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

.link-text-main.smaller {
  font-size: 14px;
  line-height: 14px;
}

.link-text-main.copy {
  color: #000;
  text-transform: none;
}

.page-wrapper {
  border-radius: 20px;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

.plus-wrapper-main {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 10px;
  display: flex;
  position: relative;
}

.social-link-wrapper-main {
  z-index: 4;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.section-main {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  overflow: visible;
}

.section-main.fullscreen-percent {
  height: 100%;
}

.section-main.features {
  padding-top: 100px;
}

.section-main.policy {
  margin-top: 50px;
}

.eyebrow-accent-wrapper {
  border-radius: 100px;
  margin-right: 9px;
  padding: 0;
}

.flex-column-wrapper {
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}

.footer-flex-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.div-block-22 {
  background-image: radial-gradient(circle, #858585, #fff0);
  width: 200px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -1px 0% auto;
}

.youtube-icon-main {
  z-index: 1;
  width: 20px;
  height: 16px;
  position: relative;
}

.top-footer-main {
  justify-content: space-between;
  align-items: flex-start;
  height: 50%;
  margin-bottom: 150px;
  display: flex;
}

.primary-button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-button.main {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: var(--brand);
  border-radius: 12px;
  justify-content: space-between;
  width: auto;
  padding: 8px 8px 8px 18px;
}

.card-heading {
  z-index: 10;
  color: var(--white);
  text-align: left;
  letter-spacing: 0;
  cursor: default;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  position: relative;
}

.card-heading.news {
  font-size: 24px;
  line-height: 32px;
}

.pl-shape {
  position: fixed;
  inset: 0%;
}

.pl-shape.gradient-gagarin-view {
  height: 0%;
  top: auto;
}

.text-cycle-parent-2 {
  z-index: 2;
  position: relative;
  overflow: hidden;
}

.eyebrow-wrapper {
  cursor: pointer;
  border: 1px solid #ffffff21;
  border-radius: 20em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 4px;
  text-decoration: none;
  display: none;
  position: relative;
}

.menu-flex-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.plus-line-2 {
  background-color: var(--white);
  width: 1px;
  height: 100%;
  position: absolute;
}

.plus-line-2._2 {
  width: 100%;
  height: 1px;
}

.social-link-main {
  background-color: var(--borders);
  box-shadow: 0 -1px 0 0 var(--accent-grey-2);
  color: var(--paragraphs-on-black);
  cursor: pointer;
  mix-blend-mode: darken;
  border-radius: 6px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-link-main:hover {
  background-color: var(--secondary-hover);
  color: var(--white);
}

.social-link-main.discord-style {
  box-shadow: none;
  color: var(--white);
  background-color: #5965f2;
}

.social-link-main.x-style {
  border: 1px solid var(--borders);
  background-color: var(--accent-gray-large);
  box-shadow: none;
  color: var(--white);
}

.social-link-main.yt-style {
  box-shadow: none;
  color: var(--white);
  background-color: #fe0133;
}

.footer-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.menu-wrapper {
  display: none;
  position: relative;
}

.menu-items-wrapper {
  height: auto;
}

.button-bg {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.button-bg.gradient-gagarin-view {
  pointer-events: none;
}

.footer-text {
  color: #747278;
  text-align: center;
  white-space: nowrap;
  cursor: default;
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
}

.twitter-icon-main {
  z-index: 1;
  width: 20px;
  height: 18px;
  position: relative;
}

.links-wrapper-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.text-cycle-2 {
  text-decoration: none;
  position: relative;
  top: 0;
  overflow: visible;
}

.discord {
  z-index: 1;
  width: 20px;
  height: 18px;
  position: relative;
}

.section-wrapper {
  z-index: 2;
  padding: 0;
  position: relative;
}

.section-wrapper.footer {
  border-top: 1px #212121;
  overflow: hidden;
}

.section-wrapper.hero {
  position: relative;
  overflow: hidden;
}

.section-wrapper.about-helix {
  background-color: var(--bg);
}

.section-wrapper.spacing {
  padding-top: 125px;
  padding-bottom: 136px;
}

.section-wrapper.spacing.inverse {
  background-color: var(--accent-gray-large);
}

.section-wrapper.top-spacing {
  padding-top: 125px;
}

.section-wrapper.top-spacing.inverse {
  background-color: var(--accent-gray-large);
}

.section-wrapper.hide {
  display: flex;
}

.borderline-wrapper-main {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 1px;
  display: flex;
}

.borderline-wrapper-main.spacer {
  margin-top: 175px;
  margin-bottom: 175px;
}

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

.flex-wrapper.g {
  width: 100%;
}

.eyebrow-w-icon {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: #fd5b5e;
  border-style: solid;
  border-radius: 20em;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  padding: 8px 10px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.eyebrow-w-icon.main {
  color: #00ffd1;
  background-color: #00eefb33;
  border-style: none;
  margin-bottom: 0;
}

.bottom-footer-main {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.footer-wrapper-main {
  height: auto;
}

.caret-right-icon {
  color: #ededed80;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.spacer-wrapper-main {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.menu-cta-main {
  justify-content: center;
  align-items: center;
  display: flex;
}

.eyebrow {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  text-transform: uppercase;
  background-color: #0003;
  border-radius: 20em;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 9px 4px 4px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.eyebrow:hover {
  background-color: #3333;
}

.c-symbol-2 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .9em;
}

.footer-links-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-main {
  z-index: 100;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  position: fixed;
  inset: 0% 0% auto;
}

.button-icon-secondary {
  width: 20px;
  height: 20px;
  position: relative;
}

.button-icon-secondary.outbound {
  justify-content: center;
  align-items: center;
  width: 16px;
  display: flex;
}

.hb-wrapper-main {
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-lottie {
  width: 100%;
  height: 100%;
}

.link-wrapper-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.link-wrapper-2.cycled {
  position: absolute;
}

.scroll-wrap {
  display: none;
  position: relative;
  overflow: hidden;
}

.nav-wrapper-main {
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
}

.borderline-2 {
  border-top: 1px dashed #212121;
  width: 100%;
  height: 1px;
}

.styles-embed-main {
  position: fixed;
  inset: 0% 0% auto;
}

.scroll-trigger {
  pointer-events: none;
  height: 100%;
  min-height: 100vh;
  position: absolute;
  inset: auto 0% 0%;
}

.container-main {
  z-index: 2;
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.container-main.hero {
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  padding-top: 156px;
  padding-bottom: 0;
  display: flex;
}

.container-main.full-screen {
  height: 100%;
}

.container-main.features {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-main.policies {
  justify-content: center;
  align-items: center;
  display: flex;
}

.helix-lottie {
  width: 80px;
}

.pageloader-2 {
  z-index: 1000;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.parent {
  position: relative;
}

.parent.footer {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.parent.hero-gradient {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.submit-button-main {
  z-index: 2;
  opacity: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  inset: 0%;
}

.primary-bttn {
  color: var(--white);
  text-transform: uppercase;
  cursor: pointer;
  border-left-style: solid;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.primary-bttn.main {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--brand);
  border: 1px #000;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 40px;
  padding-left: 16px;
  padding-right: 6px;
  transition: all .2s;
  position: relative;
}

.primary-bttn.main:hover {
  opacity: .85;
}

.primary-bttn.secondary {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--borders);
  box-shadow: 0 -1px 0 0 var(--accent-grey-2);
  border-left-style: none;
  justify-content: space-between;
  width: auto;
  height: 40px;
  padding-left: 16px;
  padding-right: 6px;
  transition: all .2s;
}

.primary-bttn.secondary:hover {
  background-color: var(--secondary-hover);
}

.primary-bttn.secondary.full-width {
  width: 100%;
}

.primary-bttn.secondary.accent {
  background-color: var(--accent-bg);
  box-shadow: inset 0 1px 0 0 var(--top-border);
  padding-left: 6px;
  padding-right: 16px;
}

.primary-bttn.secondary.accent:hover {
  background-color: #01a6ac4d;
}

.primary-bttn.copy {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--brand);
  border: 1px #000;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 40px;
  padding-left: 16px;
  padding-right: 6px;
  transition: all .2s;
  position: relative;
}

.primary-bttn.copy:hover {
  opacity: .85;
}

.button-icon-main {
  width: 1.1em;
  height: 1.3em;
  position: relative;
}

.button-icon-main.key, .button-icon-main.log-in {
  width: 16px;
  height: 16px;
}

.button-icon-main.arrow, .button-icon-main.arrow-copy {
  width: 15px;
  height: 15px;
}

.button-icon-main.discord {
  width: 15px;
  height: 16px;
}

.button-icon-main.docs {
  width: 16px;
  height: 16px;
}

.popup-form-block {
  z-index: 2;
  margin-bottom: 0;
  position: relative;
}

.error-icon-main {
  position: absolute;
}

.popup-form-field {
  border: 1px solid var(--borders);
  background-color: var(--accent-grey);
  color: #fff;
  border-radius: 6px;
  width: 310px;
  height: 40px;
  margin-bottom: 0;
  padding: 0 12px;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  transition: all .2s;
  position: relative;
}

.popup-form-field:hover {
  background-color: var(--borders);
}

.popup-form-field:active {
  background-color: var(--accent-grey);
  border-color: #00ffd1;
}

.popup-form-field:focus {
  background-color: #111212;
  border-color: #00ffd1;
}

.popup-form-field::placeholder {
  color: var(--paragraphs-on-black);
}

.success-icon-main {
  width: 22px;
  height: 22px;
  position: absolute;
  bottom: 8px;
}

.success-icon-main.error {
  width: 20px;
  height: 20px;
}

.popup-form {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-radius: 12px;
  padding: 0;
  display: flex;
}

.success-message-main {
  color: #00ffd1;
  background-color: #00eefb33;
  border-radius: .5em;
  padding: 12px;
  position: relative;
}

.button-icon-wrapper-main {
  background-color: #fff;
  border-radius: 20em;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
  position: relative;
}

.button-icon-wrapper-main.black {
  background-color: var(--bg-accent-new);
  border-radius: .3em;
}

.button-icon-wrapper-main.black.accent {
  background-color: var(--accent-bg);
  color: var(--brand);
}

.message-text-main {
  text-align: left;
  padding-left: 28px;
  font-family: Intervariable, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
}

.popup-content-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 4px;
  display: flex;
  position: relative;
}

.popup-content-wrapper.glowing-wrapper.glowing-wrapper-active {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--borders);
  background-color: var(--bg-accent-new);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 556px;
  height: auto;
  margin-top: 0;
  padding: 32px;
  overflow: hidden;
}

.popup-content-wrapper.glowing-wrapper.glowing-wrapper-active.g {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  margin-bottom: 44px;
  padding: 12px 20px 12px 16px;
}

.submit-button-wrapper-main {
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0% 0% 0% auto;
}

.error-message-main {
  color: #ff6b61;
  background-color: #ff6b6133;
  border-radius: .5em;
  padding: .8em;
}

.gradient {
  background-image: linear-gradient(0deg, #0a0a0a 20%, #0a0a0a80);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-image {
  filter: saturate(180%);
  object-fit: fill;
  background-image: url('../images/6659b0e5c8b9b309a34f3c10_664b22da670a28fda47b65fc_Slant_Collage_1.webp');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 560px;
  position: relative;
}

.helix-icon {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #41414152;
  border: 1px solid #ffffff2b;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 140px;
  margin-bottom: 2px;
  display: none;
  position: relative;
  box-shadow: 0 20px 20px 1px #0a0a0a33, inset 0 5px 9px #ffffff29;
}

.helix-symbol {
  width: 96px;
}

.corner-border-main {
  border-top: 1px solid var(--white);
  border-left: 1px solid var(--white);
  width: 12px;
  height: 12px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.corner-border-main.top-right {
  border-right: 1px solid var(--white);
  border-left-style: none;
  inset: 0% 0% auto auto;
}

.corner-border-main.bottom-right {
  border-style: none solid solid none;
  border-right-width: 1px;
  border-right-color: var(--white);
  border-bottom-width: 1px;
  border-bottom-color: var(--white);
  inset: auto 0% 0% auto;
}

.corner-border-main.bottom-left {
  border-bottom: 1px solid var(--white);
  border-top-style: none;
  border-left-style: solid;
  inset: auto auto 0% 0%;
}

.blend-mode-div {
  mix-blend-mode: color;
  background-color: #00ffd1;
  background-image: none;
  display: block;
  position: absolute;
  inset: 0%;
}

.hero-image-wrapper {
  height: 100%;
}

.large-helix-3d-2 {
  z-index: 1;
  opacity: .3;
  pointer-events: none;
  width: 100%;
  height: 900px;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotate(0);
}

.div-block-24 {
  position: relative;
}

.div-block-25 {
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
  position: relative;
}

.infinite-marquee_content-wrapper.margin-tb {
  margin-top: 90px;
  margin-bottom: 1rem;
}

.infinite-marquee_list {
  display: flex;
}

.infinite-marquee_item {
  cursor: pointer;
  flex: none;
  margin-right: 1em;
}

.infinite-marquee_item-content-wrapper {
  border: 1px solid var(--borders);
  background-color: var(--accent-grey);
  border-radius: 16px;
  flex-flow: column;
  width: 340px;
  padding: 8px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.infinite-marquee_item-content-wrapper:hover {
  border-color: var(--brand);
}

.infinite-marquee_item-image {
  filter: saturate(160%);
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 190px;
  position: relative;
}

.card-main {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--borders);
  background-color: var(--bg-accent-new);
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-main.inverse {
  background-color: var(--accent-grey);
}

.card-main.fw {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.card-main.card {
  position: relative;
}

.card-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-wrapper.margin-bt {
  margin-top: 24px;
  margin-bottom: 24px;
}

.card-wrapper._3 {
  margin-top: 16px;
}

.card-wrapper._1 {
  margin-top: 56px;
  margin-bottom: 16px;
}

.card-wrapper.margin-bttom {
  margin-bottom: 16px;
}

.icon {
  width: 80px;
}

.card-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
}

.card-icon-wrapper.filled-card {
  justify-content: flex-start;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 8px;
}

.hp-wrapper-main {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hp-wrapper-main.a-left {
  justify-content: flex-end;
  align-items: flex-start;
}

.hp-wrapper-main.a-left.card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.hp-wrapper-main.testimonial-name-job {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.border-accent-vertical {
  border-right: 1px dashed var(--borders);
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.tools-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  object-position: 0% 0%;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 32px;
  display: flex;
  position: relative;
}

.card-paragraph {
  color: var(--paragraphs-on-black);
  text-align: left;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.card-paragraph.main {
  text-align: left;
  cursor: default;
  font-size: 15px;
  line-height: 23px;
}

.card-paragraph.main.bullet.more {
  padding-left: 56px;
}

.work-benefits-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 1360px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.card-icon {
  color: var(--brand);
  width: 44px;
  height: 44px;
  position: relative;
}

.card-icon.deliverables {
  left: -4px;
}

.card-icon.servers {
  width: 52px;
  height: 52px;
}

.card-icon.modding, .card-icon.vehicle {
  width: 48px;
  height: 48px;
}

.borderline-card {
  border-top: 1px dashed var(--borders);
  width: 100%;
  height: 1px;
}

.border-accent-line {
  z-index: 2;
  background-color: var(--white);
  width: 1px;
  height: 20px;
  position: absolute;
  inset: 103px auto auto 0;
}

.border-accent-line.gradient-gagarin-view {
  background-image: linear-gradient(94deg, #ffbebf, #eaccf8 48%, #6654f1);
}

.border-accent-line.card {
  display: none;
  top: auto;
  bottom: 115px;
}

.border-accent-line.card.large {
  bottom: 238px;
}

.div-block-28 {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.tools-card-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 75px;
  margin-bottom: 0;
  display: flex;
}

.helix-benefits {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1360px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.swiper.is-slider-main {
  z-index: 1;
  cursor: grab;
  position: relative;
  overflow: visible;
}

.paragraph-2 {
  color: #747278;
  text-align: left;
  cursor: default;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.paragraph-2.align-left {
  text-align: left;
}

.paragraph-2.align-left.gradient-gagarin-view {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.review-img {
  aspect-ratio: 1;
  object-fit: cover;
  background-color: #e6e6e6;
  border-radius: 6px;
  width: 48px;
  height: 48px;
}

.review-img.nbg {
  background-color: #141415;
}

.testimonial-wrapper {
  border: 1px solid var(--borders);
  background-color: var(--accent-grey);
  border-radius: 16px;
  width: auto;
  max-width: 100%;
}

.slider-main_button {
  border: 1px solid var(--borders);
  background-color: var(--white);
  color: var(--accent-grey);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.testimonial-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 24px;
  display: flex;
  position: relative;
}

.review-details-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.double-arrow-icon {
  z-index: 2;
  color: #090d0b;
  width: 28px;
  height: 100%;
  position: relative;
}

.double-arrow-icon.flipped {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.review-details {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row-reverse;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.slider-pco_button-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-icon-addon {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.swiper-wrapper.is-slider-main {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.heading-xs {
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.slider-pco_wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 56px;
  padding-bottom: 0;
  display: flex;
}

.swiper-bullet-pco {
  text-align: center;
  cursor: pointer;
  background-color: #ffffff21;
  border-radius: 1px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-height: 6px;
  transition: all .2s;
  display: flex;
}

.swiper-bullet-pco.is-active {
  background-image: linear-gradient(150deg, #ffbebf, #eaccf8 48%, #6654f1);
}

.swiper-bullet-wrapper.is-slider-pco {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-wrap: wrap;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.swiper-slide.is-slider-main {
  flex: none;
  width: 33.3333%;
  display: block;
  overflow: hidden;
}

.slider-main_component {
  margin-top: 0;
  padding-bottom: 0;
}

.faq-content-box {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--accent-grey-2) var(--borders) var(--borders);
  background-color: var(--borders);
  color: var(--paragraphs-on-black);
  cursor: pointer;
  border-radius: 6px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  transition: all .2s;
  display: flex;
}

.faq-content-box:hover {
  background-color: var(--secondary-hover);
  color: var(--white);
}

.faq-content-box.hide {
  display: none;
}

.paragraph-wrapper-main {
  text-align: center;
  margin-top: .4em;
}

.paragraph-wrapper-main.faq-content {
  width: 100%;
  margin-top: auto;
  padding-top: 8px;
}

.faq-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.faq-open-close-icon {
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  display: block;
}

.faq-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.faq-answer-pco {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.faq-answer-pco.more-spacing {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.paragraph-faq {
  color: var(--paragraphs-on-black);
  text-align: left;
  cursor: default;
  font-family: Intervariable, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
}

.paragraph-faq.faq.title {
  color: var(--brand);
}

.faq-heading {
  color: var(--white);
  text-align: left;
  font-family: Intervariable, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.reviews-parent {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  place-items: start stretch;
  margin-top: 56px;
  display: grid;
}

.reviews-parent.bottom {
  margin-top: 16px;
}

.review-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.review-column.margin-top {
  margin-top: 96px;
}

.review-column.large {
  height: 100%;
}

.faq-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 56px;
  display: flex;
}

.borderline-main {
  border-top: 1px dashed var(--borders);
  width: 100%;
  height: 1px;
}

.container-main-copy {
  z-index: 2;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.container-main-copy.hero {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 260px;
  display: flex;
}

.container-main-copy.full-screen {
  height: 100%;
}

.container-main-copy.features {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.border-spacer {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.border-spacer.spacer {
  padding-top: 125px;
  padding-bottom: 125px;
}

.border-spacer.spacer.policy {
  padding-top: 72px;
  padding-bottom: 72px;
}

.card-img {
  filter: saturate(150%);
  object-fit: cover;
  object-position: 0% 0%;
  border-radius: 6px 0 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.accent-shape {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1024px;
  margin: 175px auto -6px;
  display: flex;
  position: relative;
}

.accent-shape.hero {
  z-index: 1;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.accent-shape.full-screen {
  height: 100%;
}

.accent-shape.features {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.accent-shape.reversed {
  transform-style: preserve-3d;
  margin-top: -6px;
  margin-bottom: 125px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.accent-shape.reversed.img {
  margin-top: -6px;
  margin-bottom: 0;
}

.accent-shape.reversed-copy {
  z-index: 1;
  transform-style: preserve-3d;
  margin-top: -5px;
  display: flex;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.accent-shape.reversed-copy-copy {
  z-index: 1;
  margin-top: 0;
  margin-bottom: -5px;
  display: flex;
}

.code-embed {
  color: var(--accent-gray-large);
  flex: none;
  width: 100%;
  height: 37px;
}

.code-embed.on-img {
  color: var(--bg);
}

.image-container {
  border: 1px solid var(--borders);
  background-color: var(--brand);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 240px;
  padding: 16px 0 0 16px;
  display: flex;
  overflow: hidden;
}

.image-container.c-2 {
  background-color: var(--green-yellow);
}

.image-container.c-3 {
  background-color: var(--medium-slate-blue);
}

.image-container.large {
  width: 50%;
  height: 400px;
  padding: 0;
}

.image-container.larger {
  height: 300px;
}

.gradient-accent {
  z-index: 0;
  opacity: .04;
  border-radius: 100%;
  width: 400px;
  height: 400px;
  position: absolute;
  inset: 69px 0% 0% -77px;
}

.gradient-accent.green.globe {
  z-index: -1;
  background-color: var(--cyan-2);
  filter: blur(32px);
  color: var(--brand);
  width: 790px;
  inset: -57px auto 0%;
}

.accent-line {
  background-color: #03ffd1;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--brand), var(--accent-gray-large));
  width: 500px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.accent-line.black {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--brand), var(--accent-gray-large));
}

.globe-wrapper {
  z-index: 1;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  height: 400px;
  display: flex;
  position: relative;
}

.cobeglobe {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  bottom: -110px;
  right: -90px;
  overflow: visible;
  transform: scale(.88);
}

.gradient-accent-globe {
  z-index: 0;
  background-color: var(--brand);
  opacity: .32;
  filter: blur(90px);
  border-radius: 100%;
  width: 400px;
  height: 400px;
  display: none;
  position: absolute;
  inset: auto 10% 0% auto;
}

.gradient-accent-globe.gradient-gagarin-view.globe {
  z-index: -1;
  background-color: var(--brand);
  color: var(--brand);
  width: 600px;
  inset: -47px auto 0%;
}

.hero-content-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
}

.hero-content {
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.div-block-27-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-26-copy.reverse {
  flex-flow: row-reverse;
}

.script-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--borders);
  background-color: var(--accent-gray-large);
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 56px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.div-block-33 {
  border-bottom: 1px solid var(--borders);
  background-color: var(--accent-gray-large);
  width: 100%;
  padding: 16px 20px;
}

.div-block-34 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.code-block, .div-block-35 {
  width: 50%;
  height: 100%;
}

.orange {
  color: #ffa261;
  font-family: Intervariable, sans-serif;
}

.code-text {
  color: var(--paragraphs-on-black);
  text-align: left;
  white-space: nowrap;
  font-family: Intervariable, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
}

.code-text.accent {
  color: var(--paragraphs-on-black);
  font-family: Intervariable, sans-serif;
  font-style: italic;
}

.code-wrap {
  z-index: 2;
  border-top: 1px solid var(--borders);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #000;
  justify-content: space-between;
  width: 100%;
  padding: 24px 32px;
  display: flex;
  position: relative;
}

.code-wrap.accent {
  background-color: var(--accent-gray-large);
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 24px;
  padding-bottom: 24px;
}

.blue {
  color: #6bb0ff;
  font-family: Intervariable, sans-serif;
}

.white {
  color: #fff;
  font-family: Intervariable, sans-serif;
}

.code-column {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-left: 2em;
  display: flex;
  overflow: visible;
}

.number-column {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.green {
  color: #a5ff80;
  font-family: Intervariable, sans-serif;
}

.red {
  color: #ff6f72;
  font-family: Intervariable, sans-serif;
}

.script-img-wrapper {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 470px;
  display: flex;
  position: relative;
}

.div-block-27-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-27-copy.margin-bt {
  margin-top: 24px;
  margin-bottom: 24px;
}

.div-block-27-copy._3 {
  margin-top: 16px;
}

.div-block-27-copy._1 {
  margin-top: 64px;
  margin-bottom: 16px;
}

.div-block-27-copy.margin-bttom {
  margin-bottom: 16px;
}

.borderline-4-copy {
  border-top: 1px dashed #212121;
  width: 100%;
  height: 1px;
}

.div-block-26-copy {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px solid var(--borders);
  background-color: var(--accent-grey);
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 32px;
  display: flex;
  overflow: hidden;
}

.div-block-26-copy.inverse {
  background-color: var(--accent-grey);
}

.div-block-26-copy.fw {
  grid-column-gap: 92px;
  grid-row-gap: 92px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.script-img {
  z-index: 0;
  filter: saturate(150%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0 0% auto;
}

.team-img-bento {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  height: 100%;
  margin-top: 75px;
  display: flex;
  position: relative;
}

.team-image-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  height: 100%;
  display: flex;
}

.worlds-info {
  background-image: url('../images/RP-SCP-Site19-HELIX-UE5-1_1.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 550px;
  margin-top: 75px;
  margin-bottom: 125px;
  padding: 32px;
  display: flex;
  overflow: visible;
}

.worlds-info._1-1 {
  flex: none;
  width: 400px;
}

.team-image {
  aspect-ratio: 1;
  border: 1px solid var(--borders);
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  position: static;
}

.card-w-icon {
  z-index: 2;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px solid var(--borders);
  background-color: var(--accent-grey);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  padding: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-w-icon.inverse {
  background-color: var(--accent-grey);
}

.card-w-icon.fw {
  grid-column-gap: 92px;
  grid-row-gap: 92px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.irl-team-img-wrapper-copy {
  background-image: url('../images/HighresScreenshot00014-1_1.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 700px;
  display: flex;
  overflow: hidden;
}

.irl-team-img-wrapper-copy._1-1 {
  flex: none;
  width: 400px;
}

.div-block-36 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.primary-bttn-copy {
  color: var(--white);
  text-transform: uppercase;
  cursor: pointer;
  border-left-style: solid;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.primary-bttn-copy.main {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #00ffd1;
  border-left-style: none;
  justify-content: space-between;
  width: auto;
  height: 40px;
  padding-left: 16px;
  padding-right: 6px;
}

.primary-bttn-copy.secondary {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--borders);
  border-left-style: none;
  justify-content: space-between;
  width: auto;
  height: 40px;
  padding-left: 16px;
  padding-right: 6px;
}

.dot-icon {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  transform: scale(.4);
}

.worlds-info-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-bottom: -156px;
  display: flex;
}

.marquee-team-logo {
  color: #fff;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 125px;
  display: flex;
}

.marquee-team-logo.qb {
  width: 130px;
}

.marquee-team-logo.esx {
  width: 90px;
}

.review-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.middle-div {
  background-color: #000;
  width: 100%;
  height: 37px;
}

.middle-div.gray {
  background-color: var(--bg);
}

.left-corner {
  background-color: var(--white);
  border-bottom-left-radius: 0;
  height: 39px;
}

.right-corner {
  background-color: var(--white);
  width: 39px;
  height: 39px;
}

.shape-wrapper {
  color: #000;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1024px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.shape-wrapper.gray {
  color: var(--bg);
}

.corner {
  transform-style: preserve-3d;
  flex: none;
  width: 50px;
  height: 41px;
  position: relative;
  top: -2.5px;
  left: 2px;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.corner._2 {
  transform-style: preserve-3d;
  flex: none;
  top: -2.5px;
  left: 0;
  transform: none;
}

.docs-cta {
  z-index: 2;
  border-top: 1px solid var(--borders);
  background-color: var(--bg-accent-new);
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding: 24px 32px;
  display: flex;
  position: relative;
}

.docs-cta.accent {
  background-color: var(--accent-gray-large);
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 24px;
  padding-bottom: 24px;
}

.overflow-hidden {
  overflow: hidden;
}

.create-image {
  border: 1px solid var(--borders);
  background-color: var(--accent-grey);
  filter: saturate(140%);
  object-fit: cover;
  object-position: 0% 0%;
  border-radius: 16px;
  width: 100%;
  height: 550px;
  margin-top: 56px;
  padding: 12px;
}

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

.accent-img {
  filter: saturate(140%);
  width: 250px;
  margin-top: 56px;
  padding: 12px;
  position: absolute;
  bottom: 0;
  left: -125px;
  right: auto;
  transform: rotate(-9deg);
}

.accent-img._2 {
  transform-style: preserve-3d;
  top: -102px;
  left: auto;
  right: -70px;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.content-column {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.content-column.hero {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-column.testimonials {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.email-link {
  color: #747278;
  margin-top: 8px;
  text-decoration: none;
  transition: all .2s;
}

.email-link:hover {
  color: #fff;
}

.button-icon-2 {
  width: 19px;
  height: 19px;
  position: relative;
}

.button-icon-2.email {
  justify-content: center;
  align-items: center;
  width: 18px;
  display: flex;
  bottom: -2px;
}

.button-icon-2.pointer {
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 100%;
  display: flex;
}

.email-link-text {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.helix-line {
  box-shadow: none;
  background-image: linear-gradient(0deg, #646464, #ededed);
  border-radius: 1px;
  width: 100%;
  height: 20px;
}

.helix {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100px;
  display: flex;
}

.image-2 {
  width: 390px;
}

.image-3 {
  width: 275px;
}

.helix-icon-2 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-image: linear-gradient(#161617, #121212);
  border-bottom: 1px solid #000;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 148px;
  display: none;
  position: relative;
  box-shadow: 0 10px 20px 1px #00000091, inset 0 5px 9px #afafaf1c;
}

.corner-border-main-2 {
  border-top: 1px solid #ededed;
  border-left: 1px solid #ededed;
  width: 12px;
  height: 12px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.corner-border-main-2.bottom-left {
  border-top-style: none;
  border-bottom: 1px solid #ededed;
  border-left-style: solid;
  inset: auto auto 0% 0%;
}

.corner-border-main-2.top-right {
  border-left-style: none;
  border-right: 1px solid #ededed;
  inset: 0% 0% auto auto;
}

.corner-border-main-2.bottom-right {
  border-style: none solid solid none;
  border-bottom-width: 1px;
  border-bottom-color: #ededed;
  border-right-width: 1px;
  border-right-color: #ededed;
  inset: auto 0% 0% auto;
}

.glowing-wrapper-borders-masker {
  z-index: 1;
  opacity: 0;
  border: 1px solid #0f0f0f;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  padding: 0;
  line-height: 100%;
  transition: opacity 1.5s;
  position: absolute;
}

.glowing-wrapper-borders-masker._2 {
  border-style: solid;
  border-color: var(--borders);
}

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

.glowing-wrapper-borders.g {
  width: 105%;
}

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

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

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

.create-image-main {
  border: 1px none var(--borders);
  background-color: var(--accent-grey);
  object-fit: cover;
  object-position: 0% 0%;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.lightbox {
  z-index: 99;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
  position: fixed;
  inset: 0%;
}

.lightbox-link {
  z-index: 2;
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.icon-wrapper {
  width: 20px;
  height: 20px;
}

.system-specs {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--accent-grey-2);
  background-color: var(--bg-accent-new);
  text-align: center;
  border-radius: 6px;
  flex-flow: column;
  width: 100%;
  padding: 16px 20px;
  display: flex;
}

.system-specs.faq-content {
  width: 100%;
  margin-top: auto;
  padding-top: 8px;
}

.specs-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cpu-icon {
  color: var(--paragraphs-on-black);
  flex: none;
  width: 20px;
  height: 20px;
}

.background-video {
  height: 100vh;
}

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

.content-wrapper-main {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  inset: 0%;
}

.helix-icon-main {
  border: 2px solid var(--brand);
  box-shadow: inset 0 0 20px -20px var(--brand), inset 0 0 20px 0 #003638;
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
  outline-color: var(--bg);
  outline-offset: 0px;
  background-image: linear-gradient(#000, #121212);
  border-radius: 16px;
  outline-width: 4px;
  outline-style: solid;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  margin-top: 8px;
  margin-bottom: 24px;
  display: flex;
  position: relative;
}

.review-paragraph {
  color: #8c8c91;
  text-align: center;
  cursor: default;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
  display: block;
}

.review-paragraph.hero {
  color: var(--paragraphs-on-black);
  text-align: center;
  font-size: 17px;
  line-height: 25px;
}

.review-paragraph.subtext {
  color: var(--paragraphs-on-black);
  text-align: center;
  line-height: 15px;
}

.review-paragraph.highlighted {
  color: var(--paragraphs-on-black);
  text-align: left;
  line-height: 23px;
}

.review-paragraph.review {
  color: var(--white);
  text-align: left;
  font-size: 16px;
  line-height: 24px;
}

.review-paragraph.review.large {
  color: var(--white);
  font-size: 20px;
  line-height: 28px;
}

.helix-icon-4 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-image: linear-gradient(#161617, #121212);
  border-bottom: 1px solid #000;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 148px;
  display: none;
  position: relative;
  box-shadow: 0 10px 20px 1px #00000091, inset 0 5px 9px #afafaf1c;
}

.popup-form-field-2 {
  color: #fff;
  background-color: #141415;
  border: 1px solid #232325;
  border-radius: 6px;
  width: 310px;
  height: 40px;
  margin-bottom: 0;
  padding: 0 12px;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  transition: all .2s;
  position: relative;
}

.popup-form-field-2:hover {
  background-color: #232325;
}

.popup-form-field-2:active {
  background-color: #141415;
  border-color: #00ffd1;
}

.popup-form-field-2:focus {
  background-color: #111212;
  border-color: #00ffd1;
}

.popup-form-field-2::placeholder {
  color: #8c8c91;
}

.primary-bttn-2 {
  color: #ededed;
  text-transform: uppercase;
  cursor: pointer;
  border-left-style: solid;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.primary-bttn-2.main {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #00ffd1;
  border: 1px #000;
  justify-content: space-between;
  width: auto;
  height: 40px;
  padding-left: 16px;
  padding-right: 6px;
  transition: all .2s;
}

.primary-bttn-2.main:hover {
  opacity: .85;
}

.div-block-38 {
  background-image: radial-gradient(circle, #858585, #fff0);
  width: 200px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -1px 0% auto;
}

.heading-main-2 {
  z-index: 10;
  color: #ededed;
  text-align: center;
  overflow-wrap: anywhere;
  cursor: default;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 800;
  line-height: 56px;
  position: relative;
}

.heading-main-2.a-center {
  text-align: center;
}

.heading-main-2.a-center.hero {
  letter-spacing: 1px;
  cursor: default;
  width: 100%;
  margin-top: 44px;
  margin-bottom: 36px;
  font-size: 72px;
  line-height: 72px;
}

.heading-main-2.a-center.hero.baffle {
  letter-spacing: 1px;
  white-space: nowrap;
  overflow-wrap: normal;
}

.heading-main-2.a-center.hero-copy {
  color: var(--brand);
  letter-spacing: 1px;
  cursor: default;
  width: 100%;
  font-size: 32px;
  line-height: 32px;
}

.section-2 {
  z-index: 2;
  background-color: #000;
  width: 100%;
  position: relative;
}

.section-2.verify-email {
  height: 100svh;
}

.bg-blur-wrapper {
  z-index: 2;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #0006;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.access-pass-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.access-pass {
  object-fit: cover;
  height: 1100px;
  position: relative;
  inset: -300px 0% 0%;
}

.logo-2 {
  color: #fff;
  width: 125px;
}

.logo-2.mg {
  color: var(--white);
  width: 140px;
  display: none;
}

.div-block-39 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-2-copy {
  color: #fff;
  width: 200px;
}

.logo-2-copy.mg {
  color: var(--white);
  width: 140px;
  display: block;
}

.logo-2-copy-copy {
  color: #fff;
  width: 224px;
  height: 53px;
  margin-top: 56px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.logo-2-copy-copy.mg {
  color: var(--white);
  width: 140px;
  display: block;
}

.logo-2-copy-copy-copy {
  color: var(--brand);
  width: 48px;
  height: 48px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  inset: 0% 0% auto;
}

.logo-2-copy-copy-copy.mg {
  color: var(--white);
  width: 140px;
  display: block;
}

.text-span {
  color: #ededed00;
  vertical-align: middle;
  background-image: url('../images/Vector-34.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 8px;
  font-size: 38px;
  line-height: 41px;
  position: relative;
  bottom: 4px;
}

.text-span-2 {
  color: var(--white);
}

.waitlist-icon {
  color: var(--brand);
  width: 48px;
  height: 48px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  inset: 0% 0% auto;
}

.waitlist-icon.mg {
  color: var(--white);
  width: 140px;
  display: block;
}

.logo-2-copy-copy-copy-copy-copy {
  opacity: .38;
  filter: blur(20px);
  color: var(--brand);
  width: 32px;
  height: 32px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 59px 0% 0%;
}

.logo-2-copy-copy-copy-copy-copy.mg {
  color: var(--white);
  width: 140px;
  display: block;
}

.div-block-40 {
  opacity: .15;
  filter: blur(9px);
  background-image: radial-gradient(circle closest-corner, #fff, #0000);
  width: 190px;
  height: 1010px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -604px -382px 0% 0%;
  transform: rotate(23deg);
}

.copy-me {
  width: 80vh;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: -175px 0% auto;
}

.edit-me {
  display: none;
}

.linear-grad {
  z-index: 5;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.radial-blur {
  z-index: 3;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.gradient-half {
  filter: brightness(157%);
  width: 50%;
  height: 42rem;
}

.glow {
  z-index: 10;
  opacity: .87;
  filter: blur(210px);
  border-radius: 100%;
  width: 100%;
  height: 19%;
  position: absolute;
  inset: 50% 0% 0%;
}

.line {
  z-index: 10;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--brand), #000);
  width: 400px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 335px 0% auto;
}

.error-message-2 {
  background-color: #0000;
  border: 1px solid #ff5e5b;
  border-radius: 8px;
}

.custom-form-1 {
  background-color: #0000;
  border: 1px #000;
  border-radius: 12px;
  padding: 60px;
}

.sharing-state-info {
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 0;
}

.sharing-state-info.loco {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.sharing-state-info-left {
  background-color: var(--borders);
  border: 1px solid #0e40f3;
  border-radius: 12px;
  margin-right: 0;
  padding: 24px 20px;
  position: relative;
}

.sharing-state-info-left.loco {
  background-color: var(--accent-bg);
  border-style: none;
  border-radius: 9px;
  width: 100%;
  margin-right: 8px;
  display: block;
}

.sharing-state {
  background-color: #0e41f3;
  width: auto;
  margin-left: 20px;
  margin-right: 20px;
  transition: opacity .2s cubic-bezier(.25, .1, .222, 1.007);
  display: block;
}

.sharing-state.copyable-example {
  border-radius: 5px;
  width: auto;
  max-width: 480px;
  padding: 15px;
}

.sharing-state.copyable-example.loco {
  background-color: #0000;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.custom-form-btn {
  opacity: 0;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #0e40f3;
  border: 1px solid #0e40f3;
  border-radius: 12px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  transition: all .2s;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.custom-form-btn:hover {
  color: #0e40f3;
  background-color: #fff;
}

.custom-form-btn.loco {
  background-color: #0e40f300;
  border-style: none;
  padding: 0;
}

.form-block {
  margin-left: 20px;
  margin-right: 20px;
  display: block;
}

.form-block.loco {
  width: 100%;
  margin: 0;
}

.vl-loading-area {
  text-align: center;
  background-color: #0000;
  border-radius: 5px;
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.vl-loading-area.vl-loading-loader {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  transition: opacity .2s;
  display: flex;
}

.custom-form-field {
  background-color: var(--accent-grey);
  color: #181818;
  border: 1px solid #f1f1f4;
  border-radius: 12px;
  height: 40px;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 500;
  transition: all .2s;
}

.custom-form-field:hover, .custom-form-field:focus {
  border-color: #0e40f3;
}

.custom-form-field.loco {
  border-color: var(--borders);
  color: var(--white);
  border-radius: 6px;
  height: 40px;
}

.custom-form-field.loco:hover {
  background-color: var(--borders);
}

.custom-form-field.loco:active {
  color: var(--white);
}

.custom-form-field.loco:focus {
  border-color: var(--brand);
  color: var(--white);
}

.form-3 {
  text-align: right;
  background-color: #0000;
  padding: 0;
}

.form-3.loco {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-81 {
  clear: none;
  color: #fff;
  text-align: left;
  white-space: normal;
  object-fit: fill;
  background-color: #0e40f3;
  border: 1px solid #0e40f3;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  width: 100%;
  height: 40px;
  margin-right: 0;
  padding: 8px 15px;
  line-height: 20px;
  overflow: hidden;
}

.text-block-81.loco {
  border-style: solid;
  border-color: var(--borders);
  background-color: var(--accent-grey);
  color: #fff;
  border-radius: 6px 0 0 6px;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  height: 40px;
  margin-right: -32px;
  padding-right: 44px;
  font-weight: 500;
  display: flex;
  position: relative;
}

.sharing-state-info-right {
  background-color: #0e40f3;
  border: 1px solid #0e40f3;
  border-radius: 12px;
  margin-left: 10px;
  padding: 24px 20px;
  position: relative;
}

.sharing-state-info-right.loco {
  background-color: var(--accent-bg);
  border-style: none;
  border-color: #181818;
  border-radius: 9px;
  width: 100%;
  margin-left: 8px;
  display: block;
}

.txt-big {
  color: #0e40f3;
  text-align: left;
  margin-bottom: 16px;
  font-size: 56px;
  font-weight: 900;
  line-height: 1em;
}

.txt-big.loco {
  color: var(--brand);
  text-align: center;
  margin-bottom: 14px;
}

.h1-loco {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.joining-state {
  background-color: #0000;
  width: auto;
  margin-top: 0;
  display: block;
}

.joining-state.copyable-example {
  text-align: center;
  border-radius: 5px;
  width: 420px;
}

.joining-state.copyable-example.loco {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.custom-form-label {
  color: #181818;
  text-align: left;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 500;
  display: none;
}

.link-41 {
  color: #fff;
  white-space: nowrap;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.link-41.loco {
  color: var(--white);
  width: 100%;
  font-weight: 500;
  overflow: hidden;
}

.vl-copy-button {
  color: #fff;
  text-align: center;
  background-color: #5c2aff;
  border-radius: 500px;
  padding: .6rem 2rem .65rem;
}

.vl-copy-button:hover {
  background-color: #6739ff;
}

.vl-copy-button.copy-link-btn {
  color: #0e40f3;
  -webkit-text-fill-color: inherit;
  background-color: #f1f1f4;
  background-clip: border-box;
  border-radius: 0 20px 20px 0;
  flex: 0 auto;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 500;
  display: block;
}

.vl-copy-button.copy-link-btn.loco {
  z-index: 2;
  background-color: var(--brand);
  opacity: 0;
  color: var(--bg);
  border-color: #181818;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 40px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  font-weight: 700;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.vl-copy-button.copy-link-btn.loco:hover {
  background-color: var(--brand);
  color: #181818;
}

.copy-link-1 {
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 10px;
}

.copy-link-1.loco {
  background-color: #0000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 16px;
  padding: 0;
}

.txt-small {
  color: #0e40f3;
  text-align: left;
}

.txt-small.loco {
  color: var(--brand);
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.success-message-2 {
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 8px;
}

.form-4 {
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.form-4.loco {
  background-color: #0000;
  border-radius: 0;
}

.custom-form-btns {
  z-index: 2;
  opacity: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  inset: 0%;
}

.div-block-41 {
  z-index: 9999;
  background-color: #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.page-wrapper-2.no-overflow {
  overflow: hidden;
}

.container-2 {
  z-index: 2;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 11em;
  padding-right: 11em;
  position: relative;
}

.container-2.flex-center {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.access-pass-2 {
  object-fit: cover;
  height: 1000px;
  position: relative;
  inset: -300px 0% 0%;
}

.pop-message {
  border: 1px solid var(--borders);
  background-color: #141415;
  border-radius: 6px;
  padding: 12px 20px;
  position: absolute;
  top: 287.5px;
  right: 19px;
}

.heading-main-copy {
  z-index: 10;
  color: var(--white);
  text-align: center;
  overflow-wrap: anywhere;
  cursor: default;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  position: relative;
}

.heading-main-copy.a-center {
  text-align: center;
}

.heading-main-copy.a-center.hero {
  cursor: default;
  width: 100%;
  font-size: 56px;
  line-height: 64px;
}

.image-4 {
  width: 200px;
  margin-top: -307px;
  margin-bottom: 20px;
}

.image-5 {
  width: 88px;
  margin-top: 8px;
  margin-bottom: 20px;
}

.div-block-42 {
  z-index: 999;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.link {
  color: var(--brand);
}

.plyr-component {
  width: 100%;
  height: auto;
}

.plyr_embed {
  width: 100%;
  height: 100%;
}

.video-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
}

.video-block {
  border: 1px none var(--borders);
  border-radius: 12px 12px 0 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 152px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-thumbnail {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.play-button {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: var(--white);
  background-color: #fff3;
  border: 1px solid #fff3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.play-icon {
  width: 56px;
  height: 56px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  inset: 0% 0% auto;
}

.play-icon.mg {
  color: var(--white);
  width: 140px;
  display: block;
}

.waitlist-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 556px;
  margin-top: 16px;
  display: flex;
}

.section_background {
  z-index: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.my-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
  position: absolute;
  inset: 0%;
}

.image-6 {
  width: 100%;
  height: 800px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.video-widget {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.gradient-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-top: 1px solid var(--brand);
  background-image: linear-gradient(#57f1ff1a, #57f1ff00);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 64px;
  padding-top: 16px;
  display: block;
}

.icon-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 0;
  display: flex;
}

.video-icon {
  color: var(--brand);
  width: 20px;
  height: 20px;
}

.video-pop {
  z-index: 999;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0a0a0a80;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 200px;
  display: none;
  position: fixed;
  inset: 0%;
}

.video-element {
  width: 100%;
}

.video-close-cta {
  z-index: 4;
  border: 1px solid var(--borders);
  background-color: var(--bg);
  color: var(--white);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  transition: all .15s;
  display: flex;
  position: absolute;
  inset: 32px 32px auto auto;
  overflow: hidden;
}

.video-close-cta:hover {
  background-color: var(--borders);
}

.plus-wrapper-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .9em;
  height: .9em;
  display: flex;
  position: relative;
}

.plus-wrapper-2.video-close {
  z-index: 2;
  width: 20px;
  height: 20px;
  transform: rotate(-45deg);
}

.plus-line-showcase {
  background-color: var(--white);
  border-radius: 20px;
  width: 2px;
  height: 100%;
  position: absolute;
}

.plus-line-showcase._2 {
  width: 100%;
  height: 2px;
}

.cta-circle-expand {
  z-index: 1;
  background-color: #fff;
  border-radius: 100%;
  width: 0%;
  height: 0%;
  position: absolute;
}

.eyebrow-border-wrapper-2 {
  border: 1px #232325;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-bottom: 4px;
  display: block;
}

.borderline-card-2 {
  border-top: 1px dashed var(--borders);
  width: 100%;
  height: 1px;
}

.review-name {
  color: var(--brand);
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
}

.testimonial-wrapper-main {
  background-color: var(--bg-accent-new);
  border: 1px solid #232325;
  border-radius: 16px;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.div-block-46 {
  justify-content: center;
  align-items: center;
  height: 500px;
  display: none;
  position: relative;
}

.heading-main-3 {
  z-index: 10;
  color: #ededed;
  text-align: center;
  overflow-wrap: anywhere;
  cursor: default;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 800;
  line-height: 56px;
  position: relative;
}

.project-logo {
  width: 110px;
}

.project-logo.qb-core {
  background-color: #dc143b;
  border-radius: 3px;
  padding: 4px;
}

.project-logo.darkspace {
  width: 48px;
}

.project-logo.lcpp {
  border-radius: 6px;
  width: 48px;
}

.reviews-parent-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  margin-top: 0;
  display: flex;
}

.waitlist-icon-copy {
  color: var(--white);
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
  inset: 0% 0% auto;
}

.waitlist-icon-copy.mg {
  color: var(--white);
  width: 140px;
  display: block;
}

.card-wrapper-news {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 56px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.card-cta {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: #fff;
  text-transform: uppercase;
  background-color: #ffffff14;
  border: 1px solid #ffffff21;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 10px 8px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hp-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hp-wrapper-2.a-left {
  justify-content: flex-end;
  align-items: flex-start;
}

.hp-wrapper-2.a-left.card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.news-logo-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-text-2 {
  font-variation-settings: "wdth" 110;
  letter-spacing: 0;
  white-space: nowrap;
  text-decoration: none;
}

.news-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--bg-accent-new);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 24px;
  display: flex;
}

.card-heading-2 {
  z-index: 10;
  color: #fff;
  font-variation-settings: "wdth" 110;
  text-align: left;
  letter-spacing: 0;
  cursor: default;
  font-size: 24px;
  font-weight: 800;
  line-height: 36px;
  position: relative;
}

.card-heading-2.small {
  font-size: 20px;
  line-height: 26px;
}

.text-cycle-parent-3 {
  z-index: 2;
  position: relative;
  overflow: hidden;
}

.card-paragraph-2 {
  color: #747278;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.card-paragraph-2.main {
  text-align: left;
  font-size: 16px;
  line-height: 24px;
}

.card-paragraph-2.main.white {
  color: #fff;
  font-size: 15px;
  line-height: 23px;
}

.news-image {
  aspect-ratio: auto;
  filter: saturate(125%);
  object-fit: cover;
  width: 100%;
  height: 40%;
}

.news-card {
  border: 1px solid var(--borders);
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  height: 520px;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.article-link {
  color: var(--brand);
}

.article-link.gradient-gagarin-view {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.news-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.article-link-text {
  color: var(--white);
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
}

.article-link-text.main {
  text-align: left;
  font-size: 16px;
  line-height: 24px;
}

.article-link-text.main.white {
  color: #fff;
  font-size: 15px;
  line-height: 23px;
}

.icon-text-wrapper, .div-block-47 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.menu-cta-2 {
  display: none;
}

.div-block-48 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-49 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.video-content {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.highlighted {
  color: var(--white);
  text-decoration: none;
}

.bullet {
  padding-left: 32px;
}

.inline-link {
  font-weight: 600;
}

.table-container {
  flex-flow: column;
  width: 100%;
  padding: 0;
  display: flex;
}

.table-container.border {
  border-right: 1px solid var(--borders);
}

.data-table {
  border: 1px solid var(--borders);
  width: 100%;
  margin-top: 12px;
  display: flex;
}

.data-table.no-margin {
  border-top-style: none;
  margin-top: 0;
}

.table-data {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 1px solid var(--borders);
  border-bottom: 1px none var(--borders);
  flex-flow: column;
  padding: 8px;
  display: flex;
}

.table-data.title {
  border-top-style: none;
}

.table-data.title.fixed {
  height: 88px;
  padding: 20px;
}

.table-data.fixed {
  padding: 20px;
}

.table-data.fixed.no-border {
  border-top-style: none;
}

.table-wrapper {
  margin-bottom: 12px;
}

@media screen and (max-width: 991px) {
  .paragraph-wrapper.api {
    width: 100%;
  }

  .link-parent-main.no-padding.menu {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .link-parent-main.no-padding.menu.w--current {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(150deg, #ffbebf, #eaccf8 48%, #6654f1);
    -webkit-background-clip: text;
    background-clip: text;
  }

  .bottom-menu {
    justify-content: flex-end;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-links {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-main.a-center {
    font-size: 48px;
    line-height: 55px;
  }

  .top-footer-menu {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    margin-bottom: 0;
  }

  .eyebrow-border-wrapper {
    margin-bottom: 8px;
  }

  .bg-shape {
    z-index: 1;
    border-bottom: 1px solid #ffffff21;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .link-text-mobile {
    font-size: 28px;
    line-height: 28px;
  }

  .eyebrow-text {
    margin-left: 4px;
    font-size: 15px;
  }

  .eyebrow-text.margin-right {
    margin-left: 0;
  }

  .social-link-wrapper-main {
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
  }

  .social-link-wrapper-main.menu {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .eyebrow-accent-wrapper {
    margin-right: 6px;
  }

  .footer-flex-wrapper {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    flex-flow: row;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    height: 100%;
  }

  .top-footer-main {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    margin-bottom: 100px;
  }

  .card-heading {
    line-height: 24px;
  }

  .menu-flex-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
  }

  .menu-wrapper {
    z-index: 2;
    width: 100%;
    height: 100svh;
    margin-top: -50px;
    padding: 100px 0 20px;
    display: none;
    position: relative;
    inset: 0%;
  }

  .menu-items-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
    display: flex;
  }

  .links-wrapper-2 {
    display: none;
  }

  .section-wrapper.spacing.inverse {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-wrapper.spacing.more {
    padding-top: 125px;
    padding-bottom: 125px;
  }

  .borderline-wrapper-main.spacer {
    margin-top: 125px;
    margin-bottom: 125px;
  }

  .menu-cta-main {
    cursor: pointer;
    justify-content: flex-end;
    padding: 0;
    display: none;
    position: relative;
  }

  .nav-main {
    align-items: stretch;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .hb-wrapper-main {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    border-style: solid none none;
    border-width: 1px;
    border-color: var(--accent-grey-2) var(--borders) var(--borders);
    background-color: var(--borders);
    border-radius: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex;
    position: relative;
  }

  .menu-lottie {
    width: 44px;
  }

  .nav-wrapper-main {
    z-index: 2;
  }

  .borderline-2.on-transparent {
    border-top-color: #ffffff21;
  }

  .container-main {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-main.navbar {
    z-index: 3;
    padding-left: 20px;
    padding-right: 20px;
  }

  .parent.footer {
    padding-bottom: 20px;
  }

  .primary-bttn.secondary.hide-mobile {
    display: none;
  }

  .button-icon-wrapper-main.black {
    flex: none;
  }

  .hero-image {
    height: 430px;
  }

  .card-main {
    width: 100%;
  }

  .card-main.fw {
    flex-flow: column-reverse wrap;
  }

  .card-wrapper {
    flex-flow: column;
  }

  .tools-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .work-benefits-grid {
    grid-template-columns: 1fr 1fr;
  }

  .border-accent-line {
    top: 98px;
  }

  .helix-benefits {
    grid-template-columns: 1fr 1fr;
  }

  .slider-pco_wrapper {
    align-items: center;
    padding-top: 48px;
  }

  .swiper-slide.is-slider-main {
    width: 50%;
  }

  .faq-content-box {
    padding: 20px;
  }

  .paragraph-wrapper-main.faq-content {
    padding-top: 12px;
  }

  .faq-content {
    justify-content: space-between;
    align-items: flex-start;
  }

  .faq-open-close-icon {
    width: 22px;
    height: 22px;
  }

  .faq-column {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 100%;
  }

  .paragraph-faq {
    font-size: 14px;
    line-height: 1.5;
  }

  .paragraph-faq.faq {
    font-size: 15px;
    line-height: 23px;
  }

  .faq-heading {
    font-size: 20px;
  }

  .reviews-parent {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    height: auto;
  }

  .faq-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .container-main-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-main-copy.navbar {
    z-index: 3;
    padding-left: 20px;
    padding-right: 20px;
  }

  .accent-shape {
    justify-content: center;
    align-items: flex-end;
  }

  .accent-shape.navbar {
    z-index: 3;
    padding-left: 20px;
    padding-right: 20px;
  }

  .accent-shape.reversed {
    max-width: 100%;
  }

  .image-container {
    height: 400px;
  }

  .gradient-accent.green {
    background-image: none;
    left: auto;
  }

  .gradient-accent.green.globe {
    left: auto;
  }

  .globe-wrapper {
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    height: 400px;
  }

  .cobeglobe {
    top: -70px;
    bottom: auto;
    right: -130px;
  }

  .gradient-accent-globe.gradient-gagarin-view {
    background-image: none;
    left: auto;
  }

  .gradient-accent-globe.gradient-gagarin-view.globe {
    background-image: linear-gradient(150deg, #ffbebf, #eaccf8 48%, #6654f1);
    left: auto;
  }

  .hero-content-wrapper {
    width: 100%;
  }

  .code-wrap {
    padding: 24px;
  }

  .script-img-wrapper {
    height: 410px;
  }

  .script-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: auto;
  }

  .team-img-bento, .team-image-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .worlds-info._1-1 {
    flex: 0 auto;
    width: 50%;
    height: 45vw;
  }

  .team-image {
    height: 100%;
  }

  .irl-team-img-wrapper-copy._1-1 {
    flex: 0 auto;
    width: 50%;
    height: 45vw;
  }

  .primary-bttn-copy.main, .primary-bttn-copy.secondary {
    width: 100%;
  }

  .shape-wrapper {
    max-width: 100%;
    padding: 0 20px;
  }

  .docs-cta {
    justify-content: space-between;
    align-items: flex-end;
    padding: 24px;
  }

  .create-image {
    height: 500px;
  }

  .accent-img._2, .accent-img.hide {
    display: none;
  }

  .system-specs.faq-content {
    padding-top: 12px;
  }

  .primary-bttn-2.main {
    width: 100%;
  }

  .heading-main-2.a-center {
    font-size: 48px;
    line-height: 55px;
  }

  .sharing-state-info-left.loco {
    margin-bottom: 0;
  }

  .vl-loading-area.vl-loading-loader {
    max-width: none;
  }

  .joining-state {
    display: block;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-main-copy.a-center {
    font-size: 48px;
    line-height: 55px;
  }

  .video-pop {
    padding: 20px;
  }

  .video-close-cta {
    top: 20px;
    right: 20px;
  }

  .eyebrow-border-wrapper-2 {
    margin-bottom: 8px;
  }

  .card-wrapper-news {
    flex-flow: column;
  }

  .news-content-wrapper {
    justify-content: space-between;
    align-items: flex-start;
  }

  .card-heading-2 {
    line-height: 24px;
  }

  .news-card {
    width: 100%;
  }

  .menu-cta-2 {
    cursor: pointer;
    justify-content: flex-end;
    margin-left: 12px;
    padding: 0;
    display: none;
    position: relative;
  }

  .hb-wrapper-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: #070708;
    border: 1px solid #212121;
    border-top-color: #ffffff21;
    border-radius: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    display: flex;
    position: relative;
    box-shadow: inset 0 1px 12px 4px #ffffff0f;
  }

  .menu-lottie-2 {
    width: 38px;
  }

  .table-data.title.fixed {
    height: 110px;
  }
}

@media screen and (max-width: 767px) {
  .paragraph-wrapper.home-hero, .paragraph-wrapper.home-hero-copy, .paragraph-wrapper.endless {
    width: 100%;
  }

  .spacer-main.right {
    flex-wrap: wrap;
    width: auto;
  }

  .spacer-main.right.hide-mobile {
    display: none;
  }

  .spacer-main.center, .spacer-main.left {
    flex-wrap: wrap;
    width: auto;
  }

  .paragraph-main {
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-main.modal {
    width: 100%;
  }

  .heading-main {
    font-size: 40px;
    line-height: 48px;
  }

  .heading-main.a-center {
    font-size: 36px;
    line-height: 42px;
  }

  .heading-main.a-center.hero {
    font-size: 44px;
    line-height: 48px;
  }

  .top-footer-menu {
    flex-flow: wrap;
    margin-bottom: 75px;
  }

  .eyebrow-accent {
    padding-left: 6px;
    padding-right: 8px;
  }

  .hp-wrapper.a-center {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .hp-wrapper.a-center.built {
    width: 280px;
  }

  .column.hero {
    width: 100%;
  }

  .social-links {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }

  .link-text-main.on-white {
    font-size: 13px;
    line-height: 19px;
  }

  .link-text-main.black {
    text-align: center;
    align-self: center;
    width: 100%;
    margin-right: -40px;
    padding-left: 0;
  }

  .link-text-main.white {
    text-align: center;
    padding-left: 0;
  }

  .link-text-main.white.minus-margin {
    margin-right: -20px;
  }

  .link-text-main.white.center {
    width: 100%;
    margin-right: -24px;
  }

  .link-text-main.copy {
    padding-left: 0;
  }

  .page-wrapper {
    overflow: hidden;
  }

  .social-link-wrapper-main {
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .top-footer-main {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    flex-flow: wrap;
    margin-bottom: 75px;
  }

  .primary-button {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 20px;
  }

  .menu-flex-wrapper {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .links-wrapper-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .section-wrapper.spacing.inverse {
    padding-top: 75px;
  }

  .flex-wrapper {
    width: 100%;
  }

  .spacer-wrapper-main {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    place-content: stretch space-between;
    align-items: center;
  }

  .button-icon-secondary.outbound {
    width: 18px;
  }

  .container-main.hero {
    max-width: 100%;
    padding-top: 132px;
  }

  .primary-bttn {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 20px;
  }

  .primary-bttn.main, .primary-bttn.secondary {
    width: 100%;
  }

  .primary-bttn.copy {
    width: auto;
  }

  .button-icon-main.key, .button-icon-main.log-in, .button-icon-main.arrow, .button-icon-main.arrow-copy, .button-icon-main.docs {
    width: 18px;
  }

  .popup-form-block, .popup-form-field, .popup-form {
    width: 100%;
  }

  .button-icon-wrapper-main.black {
    flex: none;
  }

  .popup-content-wrapper.glowing-wrapper.glowing-wrapper-active {
    width: 100%;
    padding: 20px;
  }

  .submit-button-wrapper-main {
    width: auto;
  }

  .card-main {
    padding: 20px;
  }

  .card-main.fw {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .card-wrapper._1 {
    margin-top: 40px;
  }

  .card-icon-wrapper.filled-card {
    margin-bottom: 4px;
  }

  .work-benefits-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-top: 75px;
  }

  .helix-benefits {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .paragraph-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .testimonial-content {
    padding: 20px;
  }

  .slider-pco_wrapper {
    grid-column-gap: 46px;
    grid-row-gap: 46px;
    flex-flow: column-reverse;
    align-items: center;
  }

  .swiper-slide.is-slider-main {
    width: 100%;
  }

  .faq-content {
    justify-content: space-between;
    align-items: flex-start;
  }

  .heading-wrapper-pco.faq {
    width: 100%;
  }

  .paragraph-faq {
    font-size: 16px;
  }

  .reviews-parent {
    flex-flow: column;
    display: flex;
  }

  .faq-wrapper {
    flex-flow: column;
  }

  .accent-shape.hero {
    margin-top: 75px;
  }

  .image-container {
    height: 230px;
  }

  .gradient-accent.green.globe {
    width: 500px;
    top: -35px;
  }

  .accent-line {
    width: 264px;
  }

  .globe-wrapper {
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    height: 250px;
  }

  .cobeglobe {
    top: -45px;
    bottom: auto;
    right: -100px;
    transform: scale(.5);
  }

  .hero-content {
    margin-top: 75px;
  }

  .code-column {
    width: auto;
    margin-left: 20px;
  }

  .script-img {
    height: 280px;
    inset: 0% 0% auto;
  }

  .team-img-bento {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .team-image-flex {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .worlds-info {
    height: 45vw;
  }

  .worlds-info._1-1 {
    flex: 0 auto;
    height: 45vw;
  }

  .team-image {
    height: 100%;
  }

  .irl-team-img-wrapper-copy {
    height: 45vw;
  }

  .irl-team-img-wrapper-copy._1-1 {
    flex: 0 auto;
    height: 45vw;
  }

  .primary-bttn-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 20px;
  }

  .primary-bttn-copy.main, .primary-bttn-copy.secondary {
    width: auto;
  }

  .docs-cta {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .create-image {
    height: auto;
  }

  .button-icon-2.email {
    width: 18px;
  }

  .button-icon-2.pointer {
    width: 14px;
  }

  .create-image-main {
    aspect-ratio: 3 / 2;
  }

  .review-paragraph {
    font-size: 16px;
    line-height: 24px;
  }

  .review-paragraph.highlighted {
    font-size: 15px;
    line-height: 23px;
  }

  .popup-form-field-2 {
    width: 100%;
  }

  .primary-bttn-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 20px;
  }

  .primary-bttn-2.main {
    width: auto;
  }

  .heading-main-2 {
    font-size: 40px;
    line-height: 48px;
  }

  .heading-main-2.a-center {
    font-size: 36px;
    line-height: 42px;
  }

  .heading-main-2.a-center.hero, .heading-main-2.a-center.hero-copy {
    font-size: 44px;
    line-height: 48px;
  }

  .access-pass {
    top: -320px;
  }

  .logo-2.mg, .logo-2-copy.mg, .logo-2-copy-copy.mg, .logo-2-copy-copy-copy.mg, .waitlist-icon.mg, .logo-2-copy-copy-copy-copy-copy.mg {
    width: 150px;
  }

  .sharing-state-info.loco {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

  .sharing-state-info-left {
    margin-bottom: 10px;
  }

  .sharing-state-info-left.loco {
    margin-right: 0;
  }

  .form-block.loco {
    width: 100%;
  }

  .vl-loading-area.vl-loading-loader {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }

  .form-3.loco {
    flex-flow: column;
    width: 100%;
  }

  .sharing-state-info-right {
    margin-left: 0;
  }

  .sharing-state-info-right.loco {
    align-self: flex-start;
    margin-left: 0;
  }

  .joining-state {
    display: block;
  }

  .access-pass-2 {
    top: -320px;
  }

  .heading-main-copy {
    font-size: 40px;
    line-height: 48px;
  }

  .heading-main-copy.a-center {
    font-size: 36px;
    line-height: 42px;
  }

  .heading-main-copy.a-center.hero {
    font-size: 44px;
    line-height: 48px;
  }

  .video-block {
    height: 24.75vw;
  }

  .play-button {
    width: 56px;
    height: 56px;
  }

  .play-icon {
    width: 48px;
    height: 48px;
  }

  .play-icon.mg {
    width: 150px;
  }

  .waitlist-wrapper {
    width: 100%;
  }

  .heading-main-3 {
    font-size: 40px;
    line-height: 48px;
  }

  .waitlist-icon-copy.mg {
    width: 150px;
  }

  .card-wrapper-news {
    margin-top: 50px;
  }

  .card-paragraph-2.main {
    font-size: 16px;
    line-height: 24px;
  }

  .news-card {
    border-radius: 20px;
    height: 540px;
  }

  .article-link-text.main {
    font-size: 16px;
    line-height: 24px;
  }

  .table-data.title.fixed {
    height: 180px;
  }
}

@media screen and (max-width: 479px) {
  .heading-wrapper.main.home, .heading-wrapper.main.home-copy {
    width: 290px;
  }

  .heading-wrapper.main.testimonials, .heading-wrapper.main.scripting {
    width: 300px;
  }

  .paragraph-wrapper.home-hero {
    width: 280px;
  }

  .paragraph-wrapper.api {
    width: 300px;
  }

  .paragraph-wrapper.helix {
    width: 270px;
  }

  .paragraph-wrapper.create {
    width: 250px;
  }

  .paragraph-wrapper.home-hero-copy {
    width: 260px;
  }

  .paragraph-wrapper.endless {
    width: 300px;
  }

  .paragraph-wrapper.testimonials {
    width: 280px;
  }

  .link-parent-main._w-icon, .link-parent-main.systems {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .spacer-main.center.hide-mobile {
    display: none;
  }

  .paragraph-main.hero {
    line-height: 28px;
  }

  .paragraph-main.modal.lw {
    width: 240px;
  }

  .logo-link-main.w--current {
    width: auto;
  }

  .heading-main.a-center {
    width: 100%;
  }

  .eyebrow-accent {
    padding-left: 5px;
    padding-right: 8px;
  }

  .hp-wrapper.nf-card {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .column.hero {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .column.hero-copy {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .social-links {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: wrap-reverse;
    align-items: flex-start;
  }

  .eyebrow-text.margin-right {
    white-space: nowrap;
  }

  .eyebrow-text.smaller.gradient-gagarin-view {
    font-size: 13px;
    line-height: 19px;
  }

  .link-text-main.black, .link-text-main.copy {
    text-align: center;
    width: 100%;
    margin-right: -28px;
  }

  .social-link-wrapper-main {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .social-link-wrapper-main.footer {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-flex-wrapper {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    flex-flow: column;
  }

  .top-footer-main {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .primary-button {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 16px;
  }

  .primary-button.main {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    justify-content: flex-end;
    width: 100%;
  }

  .menu-flex-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .footer-text {
    text-align: left;
    white-space: normal;
  }

  .section-wrapper.spacing.inverse.overflow-hidden {
    padding-top: 132px;
    padding-bottom: 75px;
  }

  .flex-wrapper {
    width: 100%;
  }

  .caret-right-icon {
    width: 14px;
    height: 14px;
  }

  .spacer-wrapper-main {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .button-icon-secondary.outbound {
    width: 17px;
  }

  .container-main.hero {
    padding-top: 150px;
  }

  .primary-bttn {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 16px;
  }

  .primary-bttn.main {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .primary-bttn.secondary {
    justify-content: space-between;
    align-items: center;
  }

  .primary-bttn.copy {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .button-icon-main.key, .button-icon-main.arrow, .button-icon-main.arrow-copy, .button-icon-main.docs {
    width: 19px;
  }

  .popup-form-block {
    width: 100%;
    max-width: 100%;
  }

  .popup-form-field {
    text-align: center;
    font-size: 16px;
  }

  .success-icon-main {
    bottom: auto;
  }

  .popup-form {
    flex-direction: column;
    justify-content: space-between;
    margin-top: 0;
  }

  .button-icon-wrapper-main.black {
    flex: none;
  }

  .message-text-main {
    line-height: 19px;
  }

  .popup-content-wrapper.glowing-wrapper.glowing-wrapper-active {
    margin-top: 0;
    padding: 20px;
  }

  .submit-button-wrapper-main {
    width: 100%;
  }

  .hero-image {
    height: 350px;
  }

  .helix-icon {
    width: 124px;
    height: 120px;
    margin-bottom: 0;
  }

  .corner-border-main {
    width: 12px;
    height: 12px;
  }

  .infinite-marquee_content-wrapper.margin-tb {
    margin-top: 56px;
  }

  .slider-main_button {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .slider-pco_wrapper {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    padding-top: 48px;
  }

  .slider-main_component {
    margin-top: 36px;
  }

  .faq-content-box {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .faq-open-close-icon {
    flex: none;
  }

  .faq-heading {
    font-size: 19px;
  }

  .border-spacer.spacer {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .accent-shape {
    margin-top: 100px;
  }

  .accent-shape.reversed {
    margin-bottom: 100px;
  }

  .image-container {
    background-color: var(--bg);
    height: 45vw;
    padding: 0;
  }

  .gradient-accent.green.globe {
    top: -94px;
  }

  .accent-line {
    width: 50%;
  }

  .cobeglobe {
    z-index: 10;
  }

  .hero-content-wrapper {
    min-width: 100%;
    max-width: 100%;
  }

  .script-img-wrapper {
    height: 90vw;
  }

  .script-img {
    z-index: 0;
    object-position: 50% 100%;
    height: 66vw;
  }

  .primary-bttn-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 16px;
  }

  .primary-bttn-copy.main, .primary-bttn-copy.secondary {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .marquee-team-logo.qb {
    width: 120px;
  }

  .marquee-team-logo.esx {
    width: 85px;
  }

  .content-column.hero {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .email-link {
    width: 100%;
  }

  .button-icon-2.email {
    width: 17px;
  }

  .helix-line {
    height: 17px;
  }

  .helix {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 80px;
  }

  .corner-border-main-2 {
    width: 12px;
    height: 12px;
  }

  .glowing-wrapper-borders {
    width: 300%;
  }

  .helix-icon-main {
    margin-bottom: 20px;
  }

  .popup-form-field-2 {
    text-align: center;
    font-size: 16px;
  }

  .primary-bttn-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 16px;
  }

  .primary-bttn-2.main {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .heading-main-2.a-center {
    width: 100%;
  }

  .logo-2.mg, .logo-2-copy.mg, .logo-2-copy-copy.mg, .logo-2-copy-copy-copy.mg, .waitlist-icon.mg, .logo-2-copy-copy-copy-copy-copy.mg {
    width: 225px;
  }

  .sharing-state-info {
    margin-left: 0;
    margin-right: 0;
  }

  .sharing-state-info.loco {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .sharing-state-info-left.loco {
    width: 100%;
    margin-right: 0;
    display: block;
  }

  .form-block {
    margin-left: 0;
    margin-right: 0;
  }

  .form-3.loco {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .text-block-81 {
    width: 70%;
  }

  .text-block-81.loco {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    justify-content: flex-start;
    width: 100%;
    margin-right: 0;
    padding-right: 15px;
  }

  .sharing-state-info-right.loco {
    width: 100%;
    margin-left: 0;
  }

  .h1-loco.lw {
    width: 220px;
  }

  .form-4.loco {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .heading-main-copy.a-center {
    width: 100%;
  }

  .play-icon.mg {
    width: 225px;
  }

  .waitlist-wrapper {
    margin-top: 20px;
  }

  .image-6 {
    height: 600px;
  }

  .waitlist-icon-copy.mg {
    width: 225px;
  }

  .news-content-wrapper {
    padding: 20px;
  }

  .card-heading-2.small {
    text-align: left;
  }

  .div-block-49 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    display: flex;
  }

  .data-table.stack {
    flex-flow: column;
  }
}

#w-node-_57ab79a7-54ca-11f9-f98b-39251abc95d4-45608733 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_3e20f7d9-a256-2451-2a54-597c8b181c55-45608733 {
    grid-area: 3 / 1 / 3 / 5;
  }

  #w-node-_48f8f0e0-1e2a-c155-3e20-739d983b3e90-45608733 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_57ab79a7-54ca-11f9-f98b-39251abc95d4-45608733 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_3e20f7d9-a256-2451-2a54-597c8b181c66-45608733, #w-node-_57ab79a7-54ca-11f9-f98b-39251abc95e6-45608733 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3e20f7d9-a256-2451-2a54-597c8b181c66-45608733 {
    grid-area: 2 / 1 / 3 / 3;
  }
}


@font-face {
  font-family: 'Intervariable';
  src: url('../fonts/InterVariable.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Digitalnumbers';
  src: url('../fonts/DigitalNumbers-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}