@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BoldItalic.woff2') format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BlackItalic.woff2') format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Italic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-MediumItalic.woff2') format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-LightItalic.woff2') format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Black.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Chaumontscript;
  src: url('../fonts/ChaumontScript-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --color--body-bg: #0e0e0e;
  --old-colors--new-bg: #ebf0fd;
  --old-colors--sand: #fff4e2;
  --old-colors--black: black;
  --old-colors--slate-grey: #6a748e;
  --old-colors--royal-blue: #0651f9;
  --old-colors--sea-green: #1ebc53;
  --color--grey-txt: #9f9f9f;
  --hero-cta-br: 8px;
  --color--green: #b8ff80;
  --tbc-accent-rgb: 184, 255, 128;
  --section-top-padding: 94px;
  --misc--med-border-radius: 24px;
  --color--blue: #90b6ff;
  --color--block-bg: #ffffff0a;
  --misc--bgblur: 20px;
  --old-colors--red: #fc0326;
  --old-colors--outlines: #e9dcc7;
}

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  background-color: var(--color--body-bg);
  color: #fff;
  font-family: neue-haas-unica, Satoshi, sans-serif;
  font-size: 100px;
  line-height: 20px;
}

h1 {
  letter-spacing: -5px;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Satoshi, sans-serif;
  font-size: 90px;
  font-weight: 500;
  line-height: 1em;
}

h2 {
  letter-spacing: -.07em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 60em;
  font-weight: 400;
  line-height: 1em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: degular-display, sans-serif;
  font-size: .4em;
  font-weight: 500;
  line-height: 1.2em;
}

h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .178em;
  font-weight: 700;
  line-height: 1.5em;
}

p {
  margin-bottom: 0;
  font-family: proxima-nova, sans-serif;
  font-size: .2em;
  font-weight: 400;
  line-height: 1.55em;
}

a {
  color: #fff;
  letter-spacing: -.36px;
  font-family: Satoshi, sans-serif;
  font-size: 12px;
  font-weight: 900;
  text-decoration: underline;
}

ul {
  border: 1px solid #ffffff14;
  border-radius: 4px;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 16px 24px;
  list-style-type: none;
}

li {
  font-family: Roobert, Satoshi, sans-serif;
  font-size: .18em;
  font-weight: 500;
  line-height: 25px;
}

strong {
  font-family: Satoshi, sans-serif;
  font-weight: 500;
}

.body {
  background-color: var(--old-colors--new-bg);
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
}

.container {
  z-index: 2;
  width: 100vw;
  max-width: 1920px;
  margin: 128px auto;
  position: relative;
}

.container.is-hero {
  justify-content: center;
  margin: 0 auto;
  display: flex;
  position: relative;
}

.container.is-last {
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
}

.container.first-container {
  margin-top: 125px;
}

.container.is-last-container {
  margin-bottom: 802px;
}

.hero-scroll-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.herospline {
  z-index: 2;
  object-fit: scale-down;
  width: 100%;
  height: 100%;
  margin-top: -8px;
  display: block;
  position: relative;
}

.spline-wrapper {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 110vh;
  margin-top: -5vh;
  display: flex;
}

.noise-layer {
  z-index: 3;
  background-image: url('../images/noise.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.noise-layer.no-pointer-event {
  z-index: 2000;
  opacity: .8;
  display: block;
}

.section {
  margin-bottom: 0;
}

.section.is-career {
  display: none;
}

.section.is-footer {
  margin-bottom: 0;
}

.section.is-footer.relative {
  z-index: 3;
  position: relative;
}

.rte.is-privacy {
  color: #fff;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-family: Satoshi, sans-serif;
  font-weight: 400;
}

.rte.is-privacy h2 {
  font-size: .4em;
  line-height: .6em;
}

.rte.is-privacy strong {
  margin-top: 17px;
  margin-bottom: 12px;
  font-family: proxima-nova, sans-serif;
  font-size: .8em;
  line-height: 1em;
  display: inline-block;
}

.is-h2 {
  opacity: 0;
  font-size: .2em;
  font-weight: 200;
  line-height: .9em;
  display: inline-block;
}

.logo-hero {
  width: .5em;
  position: absolute;
  top: 10%;
}

.hero-wrapper-flex {
  z-index: 2;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  height: 100vh;
  display: flex;
  position: absolute;
}

.hero-wrapper-flex.no-pointer-event {
  z-index: 3;
  max-width: 10em;
  margin-left: auto;
  margin-right: auto;
}

.titles-wrapper-flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.transition-gradient {
  z-index: 5;
  background-image: linear-gradient(to top, var(--old-colors--new-bg), #fff4e200);
  height: 75px;
  display: block;
  position: absolute;
  inset: auto 0% -1px;
}

.titles-wrapper--5vh {
  max-width: 920px;
  margin-top: .5em;
  overflow: hidden;
}

.is-hero-scroll {
  transform: translate(0, -30px)rotate(90deg);
}

.scroll-line {
  background-color: var(--old-colors--black);
  width: .01em;
  height: .5em;
  margin-top: .2em;
}

.about-flex-container {
  z-index: 2;
  height: 110vh;
  max-height: 11em;
  display: flex;
  position: relative;
}

.about-left-wrapper {
  align-self: center;
  width: 60%;
  padding-left: 20%;
}

.about-right-wrapper {
  color: #fff;
  background-color: #000;
  align-items: center;
  width: 40%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-content-left {
  width: 3em;
  min-width: 350px;
  max-width: 800px;
}

.about-content-right-wrapper {
  color: #fff;
  margin-left: 25%;
  position: relative;
}

.sun {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 4.8em;
  height: 4.8em;
  margin-left: -10%;
  display: flex;
  position: absolute;
  left: 20%;
}

.sun-svg {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section-separator {
  z-index: 1;
  text-align: center;
  justify-content: center;
  max-height: 10.8em;
  margin-bottom: 1em;
  padding-top: 49px;
  padding-bottom: 49px;
  display: flex;
  position: relative;
}

.h2-wrapper {
  z-index: 1;
  position: relative;
}

.arrow-container {
  z-index: 1;
  opacity: 1;
  border-radius: 1px;
  justify-content: center;
  width: 100%;
  margin-top: 2.1em;
  display: flex;
  position: absolute;
  top: 0;
}

.arrow-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  display: flex;
  position: relative;
  top: -.5em;
}

.arrow-down {
  border-radius: 0;
  width: 1em;
  height: 1em;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  top: 50%;
  left: -50%;
  right: -50%;
  transform: translate(0, -50%);
}

.arrow-down-circle {
  border: 1.9em solid #ffffff8c;
  border-radius: 100%;
  width: 15em;
  height: 15em;
  display: none;
  position: absolute;
}

.separator-h3-wrapper {
  z-index: 2;
  width: 30%;
  max-width: 700px;
  margin-top: 1em;
  overflow: hidden;
}

.separator-comment-wrapper {
  z-index: 2;
  width: 20%;
  min-width: 400px;
  max-width: 600px;
  margin-left: 10%;
  padding-bottom: 0;
  position: relative;
}

.game-container {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: relative;
}

.game-video-wrapper {
  flex: 1;
  margin-right: 30px;
}

.game-video-wrapper.is-lawnmowed {
  flex: 1;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.game-content-wrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 30%;
  display: flex;
}

.game-illustration {
  width: 100%;
  display: block;
}

.game-spacer {
  flex: 1;
}

.game-btns-wrapper {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 15px;
  display: flex;
}

.game-dl-btn {
  background-color: #000;
  border-radius: 800px;
  margin-right: 12px;
  padding-left: 1.2em;
  padding-right: 1.2em;
  font-family: Roobert, Satoshi, sans-serif;
  font-size: .175em;
  font-weight: 500;
  line-height: 1.7em;
  position: static;
}

.game-dl-btn.bg-hover {
  margin-bottom: 12px;
  font-weight: 400;
}

.styling {
  position: fixed;
}

.paragraph-3 {
  font-size: .175em;
}

.is-game {
  margin-bottom: 18px;
}

.game-lnk-press {
  cursor: pointer;
  border-bottom: 2px solid #000;
  align-self: flex-start;
  padding-left: 0;
  padding-right: 0;
  font-family: Roobert, Satoshi, sans-serif;
  font-size: 1em;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.game-lnk-press:hover {
  opacity: .6;
}

.is-presskit {
  margin-bottom: 0;
  font-weight: 700;
}

.dl-arrow-presskit {
  width: .1em;
  margin-left: .1em;
}

.is-animated {
  white-space: nowrap;
  display: none;
}

.team-members-container {
  z-index: 3;
  grid-column-gap: .3em;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.team-wrapper {
  text-align: center;
  background-color: #fff;
  border-radius: 48px;
  flex: 1;
  align-self: stretch;
  width: 100%;
  max-width: 280px;
  margin-bottom: .5em;
  margin-right: 0;
  padding: 48px;
  overflow: hidden;
  box-shadow: 0 4px #075bff1a;
}

.team-wrapper.is-team-right.team2 {
  margin-top: 0;
}

.team-wrapper.is-team-right.team4 {
  margin-top: 0;
  margin-right: 0;
}

.team-wrapper.team3 {
  margin-top: 0;
}

.team-flex-lr {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
}

.team-pp-wrapper {
  border-radius: 16px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.team-content-wrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.team-desc-wrapper {
  flex-direction: column;
  display: flex;
  position: relative;
}

.team-desc-block {
  border-top: 1px solid #000;
  flex: 1;
  width: 80%;
  min-width: 1.5em;
  max-width: 3em;
  margin-top: .1em;
  margin-right: .3em;
  padding-top: .1em;
}

.is-team {
  line-height: 1em;
}

.team-pp {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: static;
  inset: 0%;
}

.team-pp-overlay-color {
  z-index: 4;
  mix-blend-mode: color;
  background-color: #000;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.team-pp-overlay-darken {
  z-index: 4;
  opacity: .8;
  background-color: #000;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.h3-team {
  color: var(--old-colors--slate-grey);
  text-align: center;
  letter-spacing: -.01em;
  text-transform: none;
  font-family: proxima-nova, sans-serif;
  font-size: .18em;
  font-weight: 700;
  line-height: 1.3em;
}

.h1-team {
  color: var(--old-colors--black);
  letter-spacing: -.03em;
  border-bottom: 2px solid #d3e0fb;
  margin-bottom: 12px;
  padding-bottom: 8px;
  font-family: proxima-nova, sans-serif;
  font-size: .36em;
  line-height: .85em;
}

.career-content-container {
  z-index: 4;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.career-left {
  flex-direction: column;
  width: 40%;
  min-width: 600px;
  margin-left: 10%;
  display: flex;
}

.career-right {
  flex: 0 auto;
  align-self: flex-start;
  align-items: center;
  width: 10%;
  min-height: 400px;
  margin-left: 20%;
  display: flex;
}

.job-wrapper {
  color: #fff;
  background-color: #000;
  border: 2px solid #000;
  width: 100%;
  margin-bottom: 12px;
}

.job-headline {
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding: .2em 30px;
  display: flex;
}

.job-headline.bg-hover {
  cursor: pointer;
  border-bottom: 1px solid #000;
}

.job-content-wrapper {
  justify-content: flex-start;
  height: 100%;
  padding: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h4-job {
  margin-bottom: 30px;
}

.job-plus-wrapper {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: relative;
}

.plus-vertical {
  background-color: #fff;
  width: 2px;
  height: 100%;
  position: absolute;
}

.plus-horizontal {
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
}

.job-content-block {
  flex: 1;
  padding-left: .1em;
  padding-right: .3em;
}

.job-content-expander {
  transition: opacity .2s;
  position: relative;
  overflow: hidden;
}

.footer-fullwidth {
  background-color: #000;
  width: 100%;
}

.footer-grid-wrapper {
  color: #fff;
  padding-top: 125px;
  padding-bottom: 75px;
}

.footer-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-left: 10%;
  padding-right: 10%;
}

.getintouch-wrapper {
  flex-direction: column;
  display: flex;
}

.is-footer {
  margin-bottom: 24px;
  font-weight: 400;
}

.email {
  text-transform: none;
  cursor: pointer;
  font-size: .27em;
  font-weight: 700;
  transition: all .5s cubic-bezier(0, 1.726, .474, .726);
}

.email:hover {
  background-color: #ffffff1a;
}

.email:active {
  background-color: var(--old-colors--royal-blue);
}

.logo-footer-flex {
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 20px;
  display: flex;
}

.footer-links-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 24px;
  display: flex;
}

.h4-footer {
  margin-bottom: 12px;
}

.link-footer {
  margin-bottom: 12px;
  font-size: .175em;
  font-weight: 400;
  text-decoration: none;
}

.link-footer:hover {
  opacity: .7;
}

.footer-link-category {
  flex-direction: column;
  margin-bottom: 30px;
  display: flex;
}

.copyright {
  opacity: .6;
  margin-bottom: 0;
  font-size: .12em;
  font-weight: 400;
}

.copyright-wrapper {
  align-items: flex-end;
  padding-top: 1em;
  display: flex;
}

.image-2 {
  height: 100%;
}

.footer-separator-text {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 200vw;
  display: flex;
}

.footer-separator {
  white-space: nowrap;
  margin-bottom: 0;
  font-size: .11em;
  font-weight: 700;
  display: block;
}

.team-content-spacer {
  width: 100%;
  height: .3em;
}

.slide-left {
  color: #000;
  letter-spacing: -3px;
  font-family: degular-display, sans-serif;
  font-weight: 500;
}

.slide-right {
  color: var(--old-colors--black);
  margin-top: 3.2em;
  display: none;
}

.video-embed {
  z-index: 4;
  display: none;
  position: absolute;
  inset: 0%;
}

.game-video-btn-wrapper {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.playme-wrapper {
  z-index: 2;
  cursor: pointer;
  background-color: #000;
  border: .03em solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 1.4em;
  height: 1.4em;
  display: flex;
  position: absolute;
}

.playme-h4 {
  z-index: 3;
  color: #fff;
  font-weight: 700;
  position: absolute;
}

.game-illustration-logo {
  height: 60%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0%;
}

.lotties-scroll-container {
  z-index: 1;
  width: 100vw;
  height: 7em;
  display: block;
  position: absolute;
  inset: 0% auto 0 0%;
  transform: translate(0, 15%);
}

.lottie-scroll {
  width: 3em;
  position: absolute;
  bottom: 0;
  transform: scale(.8);
}

.lottie-scroll.l1 {
  width: 2.5em;
  bottom: -77%;
  left: 0;
}

.lottie-scroll.l2 {
  width: 3em;
  display: none;
  top: auto;
  bottom: -30%;
  left: -1%;
}

.lottie-scroll.l3 {
  width: 3.5em;
  height: 3.5em;
  inset: 0 4% 22% auto;
}

.lottie-scroll.l4 {
  width: 3.5em;
  height: 3.5em;
  inset: auto auto -12% 0%;
}

.lottie-scroll.l5 {
  width: 2.4em;
  height: 2.4em;
  inset: 0 10% 36% auto;
}

.lottie-scroll.l6 {
  width: 3.5em;
  height: 3.5em;
  bottom: -206px;
  right: 10%;
}

.lottie-scroll.l7 {
  width: 3.6em;
  height: 3.6em;
  bottom: 167px;
  left: 46%;
}

.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;
}

._404-link {
  font-size: .2em;
}

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

.preloader-container {
  z-index: 999;
  background-color: var(--old-colors--new-bg);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  inset: 0%;
  overflow: hidden;
  transform: translate(0, 100%);
}

.lottie-preloader {
  width: 3em;
  transform: scale(.7);
}

.lottie-preloader.preload-green {
  width: 3.5em;
  margin-top: 24px;
  margin-left: -195px;
  margin-right: -195px;
}

.lottie-preloader.load-red {
  width: 3em;
  margin-top: 10px;
}

.lotties-relative-scroll {
  width: 100%;
  height: 100%;
  position: relative;
}

.nav-container {
  z-index: 999;
  width: 10%;
  position: fixed;
  inset: 0% auto auto 0%;
}

.fasttravel-wrapper {
  flex-direction: column;
  padding-top: .15em;
  padding-left: .12em;
  padding-right: .12em;
  font-family: neue-haas-grotesk-text, Satoshi, sans-serif;
  display: flex;
}

.fasttravel-link {
  margin-top: .38em;
  margin-bottom: .38em;
  padding-left: 1em;
  font-size: .18em;
  font-weight: 500;
  line-height: 40%;
  text-decoration: none;
  transition: all .2s;
}

.fasttravel-link:hover, .fasttravel-link.w--current {
  font-weight: 700;
}

.fasttravel-title {
  margin-top: 0;
  margin-bottom: .5em;
  font-family: proxima-nova, sans-serif;
  font-size: .16em;
  font-weight: 700;
  line-height: 100%;
}

.nav-logo {
  background-color: #000;
  background-image: url('../images/icon-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 44%;
  border-radius: 5px;
  width: .4em;
  height: .4em;
  margin-bottom: .1em;
  text-decoration: none;
}

.nav-logo.w--current {
  text-decoration: none;
}

.nav-logo.bg-hover.w--current {
  background-position: 52%;
  border-radius: 4px;
  width: .3em;
  height: .3em;
}

.background-fallback {
  z-index: 1;
  background-image: none;
  background-size: auto;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.footer-backtotop-wrap {
  margin-top: 24px;
}

.footer-toparrow {
  background-color: #fff;
  border-radius: 100%;
  width: .6em;
  height: .6em;
}

.footer-toparrow.bg-hover {
  justify-content: center;
  align-items: center;
  padding: .2em;
  transition: all .2s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.footer-toparrow.bg-hover:hover {
  transform: scale(1.3);
}

.footer-toparrow.bg-hover:active {
  transform: scale(.8);
}

.email-wrapper {
  border-bottom: 1px dotted #ffffff4d;
}

.copy-hint {
  color: #fff;
  margin-bottom: -8px;
  font-size: .14em;
  font-weight: 400;
}

.logo-footer {
  display: block;
}

.heading-3 {
  font-family: Roobert, Satoshi, sans-serif;
  font-size: 19px;
  font-weight: 600;
}

.please-wait {
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: .4em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.is-waiting {
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.preload-color {
  z-index: 9999;
  background-color: var(--old-colors--royal-blue);
  position: fixed;
  inset: 0%;
  transform: translate(100%);
}

.preload-color.preload-blue {
  z-index: 1;
}

.preload-color.preload-red {
  transform: translate(0, 100%);
}

.preload-color.preload-green {
  background-color: var(--old-colors--sea-green);
}

.heading-5, .heading-6, .heading-7 {
  display: none;
}

.game-block {
  background-color: #fff;
  border-radius: 64px;
  width: 700px;
  margin-bottom: 48px;
  padding: 48px;
  display: flex;
  box-shadow: 0 4px #075bff1a;
}

.appicon {
  border-radius: 46px;
  width: 200px;
  height: 200px;
}

.game-desc-block {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  margin-left: 48px;
  display: flex;
}

.app-desc-h3 {
  color: var(--old-colors--black);
  letter-spacing: -.04em;
  margin-bottom: 16px;
  font-family: proxima-nova, sans-serif;
  font-size: .36em;
  font-weight: 600;
  line-height: 1.2em;
}

.app-desc-p {
  color: var(--old-colors--slate-grey);
  flex: 1;
  font-size: .17em;
  font-weight: 400;
  line-height: 1.5em;
}

.store-btn {
  background-color: var(--old-colors--royal-blue);
  color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  padding: 8px 16px;
  font-size: .16em;
  font-weight: 400;
  text-decoration: none;
  transition: box-shadow .5s cubic-bezier(1, 0, 0, 1);
  display: flex;
  overflow: hidden;
  box-shadow: inset 0 0 #000;
}

.store-btn:hover {
  box-shadow: inset 0 0 0 50px var(--old-colors--black);
  color: #fff;
}

.store-btn.playstore {
  background-color: var(--old-colors--sea-green);
}

.store-btn.playstore.hidden {
  display: none;
}

.store-btn.hidden {
  display: block;
}

.store-btn-p {
  margin-bottom: 0;
  font-size: 1em;
  text-decoration: none;
}

.dl-btns-wrap {
  display: flex;
}

.dl-btns-wrap.hidden {
  display: none;
}

.title-h4-section {
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.title-h4-section-txt {
  margin-left: 16px;
  margin-right: 16px;
  font-weight: 700;
}

.h4-dash {
  background-color: #000;
  width: 32px;
  height: 1px;
  margin-top: 3px;
}

.loader-wrap {
  z-index: 1000;
  background-color: #ccdaff;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.loader-percent {
  text-align: right;
  letter-spacing: -1px;
  margin-bottom: 0;
  font-size: 2em;
  line-height: 80%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.loader-progress-wrap {
  border-bottom: 1px solid #000;
  width: 100%;
  height: 32px;
  position: absolute;
  inset: 0% 0% auto;
}

.loader-progress-bar {
  background-color: var(--old-colors--black);
  width: 0%;
  height: 100%;
}

.intro-h4 {
  letter-spacing: -.03em;
  max-width: 780px;
}

.store-btn-wrap {
  flex-direction: column;
  align-items: flex-start;
  height: 40px;
  display: flex;
  overflow: hidden;
}

.paragraph-5 {
  font-family: neue-haas-unica;
}

.heading-8 {
  letter-spacing: -.05em;
  font-family: roc-grotesk;
}

.heading-9, .body-3 {
  font-family: neue-haas-grotesk-text, Satoshi, sans-serif;
}

.heading-11 {
  font-family: neue-haas-grotesk-display;
  font-weight: 500;
}

.lighter {
  font-size: .6em;
  font-weight: 500;
  line-height: .7em;
}

.button {
  font-size: .2em;
}

.borocket {
  width: 100%;
  height: 1000px;
  margin-top: 170px;
  position: absolute;
  top: 632.688px;
  left: -5px;
}

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

.bodyv2 {
  background-color: var(--color--body-bg);
  color: #fff;
  letter-spacing: -1px;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 110%;
}

.dots-bg {
  z-index: -1;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  inset: 0%;
}

.dots-spline {
  display: none;
  position: fixed;
  inset: 0%;
}

.overlay-fluid {
  z-index: 100;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.div-block-7 {
  background-color: #fff;
  width: 50px;
  height: 100px;
  margin-top: 399px;
  margin-left: 200px;
  margin-right: 200px;
}

.nav-wrap {
  z-index: 50;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.light-fx {
  flex: none;
  max-width: none;
}

.light-fx.top {
  z-index: 50;
  pointer-events: none;
  position: absolute;
  top: 0;
}

.light-fx.top._2 {
  z-index: 50;
  pointer-events: none;
}

.nav-block {
  z-index: 60;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: 100vw;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 12px;
  display: flex;
  position: absolute;
  top: 16px;
}

.css-global-styling {
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.nav-linkblock {
  text-transform: uppercase;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  height: 25px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  position: relative;
}

.nav-linkblock:hover {
  background-color: #edffde14;
}

.nav-linkblock.w--current {
  background-color: #ffffff14;
}

.text-block {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.hero {
  min-height: 100vh;
}

.h-wrap {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 121px;
  display: flex;
}

.h-subwrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1050px;
  display: flex;
}

.v2container {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.v2container.relative {
  position: relative;
}

.h-eyebrow {
  letter-spacing: -.68px;
  border-radius: 100vw;
  padding: 10px 18px;
  display: flex;
}

.fc-grey {
  color: var(--color--grey-txt);
}

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

.h1 {
  letter-spacing: -5.76px;
  font-family: Satoshi, sans-serif;
  font-size: 96px;
  line-height: 110%;
}

.h1.mw-hero {
  max-width: 1050px;
}

.txtgrad {
  font-family: Chaumontscript, sans-serif;
}

.txtgrad.h1 {
  color: #0000;
  letter-spacing: 0;
  margin: -.05em -.25em;
  padding: .05em .25em;
  font-size: 90px;
  display: inline-block;
}

.txtgrad.h2 {
  color: #0000;
  text-align: center;
  letter-spacing: 0;
  margin: -.05em -.25em -.05em -.4em;
  padding: .05em .4em;
  font-size: 56px;
  display: inline-block;
}

.svg-b {
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.hero-cta {
  color: #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
  box-shadow: 0 0 16px #b8ff8000;
}

.cta-txt {
  z-index: 2;
  pointer-events: none;
  position: relative;
}

.hero-cta-grad-bg {
  border-radius: var(--hero-cta-br);
  background-image: linear-gradient(90deg, #fff, var(--color--green));
  color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: absolute;
  box-shadow: 0 0 16px #b8ff8000;
}

.cta-txt-wrap {
  margin-top: -2px;
  margin-bottom: -2px;
  padding-top: 2px;
  padding-bottom: 2px;
  overflow: hidden;
}

.games {
  padding-top: var(--section-top-padding);
  padding-bottom: var(--section-top-padding);
}

.scroll-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-top: 8vh;
  padding: 16px;
  display: flex;
}

.scroll-circle {
  opacity: .16;
}

.scroll-arrow {
  opacity: .5;
  margin-top: -2px;
}

.hero-cta-hover-div {
  border-radius: var(--hero-cta-br);
  background-color: var(--color--green);
  opacity: 0;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transform: scale3d(1.1, 1.25, 1);
}

.content-flex {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
}

.privacy-policy {
  color: #fff;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 96px 24px;
  font-family: Satoshi, sans-serif;
}

.privacy-policy h2 {
  letter-spacing: -1.5px;
  margin-top: 96px;
  margin-bottom: 16px;
  font-size: 50px;
}

.privacy-policy p {
  margin-top: 8px;
  margin-bottom: 16px;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
}

.privacy-policy h3 {
  letter-spacing: -1px;
  margin-top: 48px;
  font-size: 34px;
}

.privacy-policy li {
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 400;
}

.privacy-policy a {
  font-size: 14px;
  font-weight: 500;
}

.bold-text {
  letter-spacing: -1px;
}

.h2 {
  text-align: center;
  letter-spacing: -3px;
  font-size: 60px;
  font-weight: 500;
}

.temp {
  height: 80vh;
  margin-top: 324px;
  margin-bottom: 324px;
}

.game-card {
  border-radius: var(--misc--med-border-radius);
  min-height: 96px;
  padding: 80px 64px;
  position: relative;
}

.gc-video-wrap {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.gc-grey-overlay {
  z-index: 3;
  border-radius: var(--misc--med-border-radius);
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  background-image: linear-gradient(90deg, #1d1d1d, #1d1d1d00 70%);
  position: absolute;
  inset: 0%;
}

.gc-video {
  z-index: 2;
  border-radius: var(--misc--med-border-radius);
  opacity: .9;
  filter: blur(2px);
  object-fit: cover;
  object-position: 50% 50%;
  width: 102%;
  height: 104%;
  margin-top: -1%;
  margin-left: -1%;
  position: absolute;
  inset: 0%;
}

.gc-video-outlinefix {
  z-index: 5;
  border: 1px solid var(--color--body-bg);
  border-radius: var(--misc--med-border-radius);
  width: 100%;
  height: 100%;
  box-shadow: 0 0 0 1px var(--color--body-bg), 0 0 0 1px var(--color--body-bg);
  background-color: #fff0;
  position: absolute;
  inset: 0%;
}

.gc-video-overflow {
  border-radius: var(--misc--med-border-radius);
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.gc-txtwrap {
  z-index: 20;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 585px;
  display: flex;
  position: relative;
}

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

.gc-game-icon {
  border-radius: 12px;
}

.gc-gamename {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.fs-40 {
  letter-spacing: -1.4px;
  font-family: Satoshi, sans-serif;
  font-size: 40px;
  line-height: 100%;
}

.fs-20 {
  letter-spacing: -.4px;
  font-size: 20px;
  line-height: 100%;
}

.gc-separator {
  opacity: .16;
  background-image: linear-gradient(90deg, #fff, #fff0);
  width: 100%;
  height: 1px;
}

.gc-secondline {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.emphasis {
  color: #fff;
  font-weight: 600;
}

.gc-thirdline {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.fs-16 {
  letter-spacing: -.48px;
  font-size: 16px;
  font-weight: 900;
}

.fs-16.fw-700 {
  font-weight: 700;
}

.fs-16.fw-700.gc-link {
  border-bottom: 1px solid #fff;
  padding-bottom: 1px;
  font-weight: 500;
  text-decoration: none;
}

.gc-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  letter-spacing: -.48px;
  border-bottom: 1px solid #fff;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 2px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.gc-link:hover {
  border-bottom-color: var(--color--grey-txt);
  color: var(--color--grey-txt);
}

.gc-arrow {
  justify-content: center;
  align-items: center;
  margin-top: 6px;
  display: flex;
}

.team {
  padding-top: var(--section-top-padding);
  padding-bottom: var(--section-top-padding);
}

.team-cards-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  display: flex;
}

.team-card {
  aspect-ratio: 1;
  border-radius: var(--misc--med-border-radius);
  background-image: url('../images/gpt.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  overflow: hidden;
}

.team-card._1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/bosok.webp');
}

.team-card._2 {
  background-image: url('../images/spid.webp');
}

.fs-28 {
  letter-spacing: -.84px;
  font-family: Satoshi, sans-serif;
  font-size: 28px;
}

.fw-500 {
  font-weight: 500;
}

.lh-100 {
  line-height: 100%;
}

.tc-full-flex {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-12 {
  letter-spacing: -.24px;
  font-family: Satoshi, sans-serif;
  font-size: 12px;
}

.fs-12.fc-grey.fw-500 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.fs-12.label {
  margin-bottom: 0;
  padding-left: 4px;
}

.allcaps {
  text-transform: uppercase;
}

.fw-700 {
  font-family: Satoshi, sans-serif;
  font-weight: 700;
}

.footer {
  width: 100%;
  padding-top: var(--section-top-padding);
  position: relative;
  overflow: hidden;
}

.form-block {
  z-index: 5;
  border-radius: 24px;
  width: 100%;
  max-width: 608px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
}

.form {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.footer-legals-wrap {
  z-index: 5;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding-bottom: 32px;
  display: flex;
  position: relative;
}

.footer-link {
  color: var(--color--grey-txt);
  font-weight: 700;
  text-decoration: none;
}

.form-field-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-field {
  color: #fff;
  background-color: #ffffff0a;
  border: 1px #000;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 16px 12px;
  font-size: 16px;
  line-height: 110%;
}

.text-field::placeholder {
  color: #9f9f9f80;
  font-weight: 500;
}

.text-field.textarea {
  resize: vertical;
  min-height: 200px;
}

.submit-button {
  background-color: var(--color--green);
  color: var(--old-colors--black);
  text-transform: uppercase;
  border: 1px #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 19px 16px 17px;
  font-size: 12px;
  font-weight: 900;
  line-height: 100%;
  transition: all .2s;
  display: inline-flex;
}

.submit-button:hover {
  background-color: #b8ff80cc;
}

.captcha {
  align-self: stretch;
}

.success-message {
  background-color: #fff0;
}

.error-message {
  color: #ff8282;
  letter-spacing: -.36px;
  background-color: #0000;
  font-size: 16px;
}

.recaptcha {
  align-self: flex-start;
}

.js-recaptcha-shows-when-filled-fields {
  display: none;
}

@media screen and (max-width: 991px) {
  p {
    font-size: .2em;
  }

  .body {
    font-size: 80px;
  }

  .container {
    margin-top: 0;
    margin-bottom: 125px;
  }

  .container.is-last-container {
    margin-bottom: 702px;
  }

  .herospline, .noise-layer.no-pointer-event {
    display: none;
  }

  .titles-wrapper--5vh {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .about-left-wrapper {
    flex: 1;
    padding-left: 5%;
    padding-right: 5%;
  }

  .about-right-wrapper {
    flex: 0 auto;
    width: 60%;
  }

  .about-content-left {
    width: auto;
    min-width: auto;
    max-width: none;
  }

  .section-separator {
    max-height: none;
  }

  .separator-h3-wrapper {
    width: 45%;
    max-width: none;
    margin-top: .6em;
  }

  .separator-comment-wrapper {
    width: 45%;
    min-width: auto;
    max-width: none;
    margin-top: .5em;
    margin-left: 45%;
  }

  .game-container {
    flex-direction: column;
    padding-left: 0%;
    padding-right: 0%;
  }

  .game-video-wrapper.is-lawnmowed {
    margin-right: 0;
  }

  .game-content-wrapper {
    width: 100%;
    margin-top: .5em;
    padding-left: 5%;
  }

  .game-spacer {
    flex: 0 auto;
    height: 32px;
  }

  .game-btns-wrapper {
    flex-direction: row;
  }

  .is-game {
    max-width: 40%;
  }

  .team-members-container {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .team-flex-lr {
    flex-direction: column;
    align-items: stretch;
  }

  .team-pp-wrapper {
    align-self: center;
  }

  .team-content-wrapper {
    text-align: center;
    margin-top: 32px;
    margin-left: 0;
  }

  .team-desc-wrapper {
    flex: 1;
  }

  .team-desc-block {
    border-top-style: none;
    min-width: auto;
    max-width: none;
  }

  .h3-team {
    text-align: center;
    font-size: .2em;
  }

  .career-content-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-grid {
    grid-template: ". ."
                   ". Area"
                   "Area-2 Area-3"
                   ". ."
                   ". ."
                   ". ."
                   / 1fr 2.75fr;
  }

  .footer-links-wrapper {
    flex-direction: row;
  }

  .link-footer {
    margin-bottom: 0;
  }

  .footer-link-category {
    margin-right: 30px;
  }

  .copyright {
    order: 1;
  }

  .team-content-spacer {
    flex: 0 auto;
    height: .5em;
  }

  .lottie-scroll.l3 {
    right: -8%;
  }

  .lottie-scroll.l4 {
    left: -12%;
  }

  .lottie-scroll.l5 {
    right: -6%;
  }

  .lottie-scroll.l6 {
    right: -10%;
  }

  .lottie-scroll.l7 {
    left: -11%;
  }

  .nav-container {
    display: none;
  }

  .background-fallback {
    background-image: url('../images/3dbg.png');
    background-repeat: no-repeat;
    background-size: 140%;
  }

  .email-wrapper {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .logo-footer {
    order: 1;
  }

  .div-block, .div-block-2, .div-block-3 {
    display: none;
  }

  .intro-h4 {
    letter-spacing: -.02em;
    max-width: 80%;
  }

  .hidden-mobile {
    display: none;
  }

  .borocket {
    margin-top: 6px;
    top: 559.688px;
  }

  .team-cards-wrap {
    flex-flow: row;
  }

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

@media screen and (max-width: 767px) {
  .game-card {
    padding: 32px;
  }

  .gc-grey-overlay {
    background-image: linear-gradient(90deg, #1d1d1d, #1d1d1d80);
  }

  .team-cards-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .team-card {
    width: 100%;
    max-width: 290px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: .5em;
  }

  .container.is-last-container {
    display: none;
  }

  .herospline {
    display: none;
    transform: scale(1);
  }

  .spline-wrapper {
    height: 100vh;
    display: block;
  }

  .noise-layer.no-pointer-event {
    display: none;
  }

  .section.is-hero {
    height: 90vh;
  }

  .logo-hero {
    margin-top: 20%;
    top: 2%;
  }

  .titles-wrapper-flex {
    height: 80vh;
    padding-left: 12px;
    padding-right: 12px;
  }

  .transition-gradient {
    background-image: none;
    display: flex;
  }

  .titles-wrapper--5vh {
    margin-top: 0;
    padding: 0;
  }

  .about-flex-container {
    flex-direction: column;
    height: 100vh;
  }

  .about-left-wrapper {
    flex: 0 auto;
    align-self: flex-start;
    width: 100%;
    margin-bottom: 32px;
  }

  .about-right-wrapper {
    flex: 1;
    width: 100%;
  }

  .sun {
    width: 4em;
  }

  .section-separator {
    margin-bottom: 0;
    padding-top: 0;
  }

  .arrow-down-circle {
    border-width: .4em;
    width: 8em;
    height: 8em;
  }

  .separator-h3-wrapper {
    width: 80%;
    margin-left: 5%;
  }

  .separator-comment-wrapper {
    width: 70%;
    margin-left: 20%;
  }

  .game-container {
    flex-direction: column;
    padding-left: 12px;
    padding-right: 12px;
  }

  .game-video-wrapper.is-lawnmowed {
    margin-right: 0;
  }

  .is-game {
    max-width: 80%;
  }

  .is-animated {
    font-size: 1.2em;
  }

  .team-members-container {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .team-wrapper {
    align-self: center;
    max-width: 280px;
    margin-right: 0;
  }

  .team-wrapper.is-team-right.team4 {
    padding: 32px;
  }

  .team-flex-lr {
    grid-row-gap: 0px;
    flex-direction: column;
    height: auto;
  }

  .team-pp-wrapper {
    margin-top: 16px;
    margin-left: 0;
  }

  .team-desc-wrapper {
    flex-direction: column;
  }

  .team-desc-block {
    width: auto;
  }

  .h3-team {
    text-align: center;
    font-family: proxima-nova, sans-serif;
    font-size: .2em;
    font-weight: 700;
  }

  .h1-team {
    text-align: center;
    font-size: .5em;
  }

  .career-content-container {
    width: 100%;
  }

  .career-left {
    align-items: flex-start;
    width: 90%;
    min-width: auto;
    margin-left: 5%;
    margin-right: 5%;
  }

  .job-content-wrapper {
    flex-direction: column;
    padding: 10px;
  }

  .h3-job {
    flex: 1;
    width: 90%;
  }

  .job-plus-wrapper {
    flex: 0 auto;
    margin-left: 12px;
  }

  .job-content-block {
    margin-bottom: 12px;
  }

  .footer-grid {
    flex-direction: column;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: .25fr;
    place-content: start;
    place-items: start;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .is-footer {
    margin-bottom: 0;
  }

  .email {
    font-size: .175em;
  }

  .logo-footer-flex {
    justify-content: flex-start;
  }

  .footer-links-wrapper {
    margin-top: 32px;
    margin-bottom: 32px;
  }

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

  .playme-wrapper {
    opacity: 1;
    border-radius: 100%;
    width: 1em;
    height: 1em;
  }

  .playme-h4.no-pointer-event {
    text-align: center;
    width: 14%;
    line-height: .9em;
  }

  .lottie-scroll.l3 {
    right: -39%;
  }

  .lottie-scroll.l4 {
    left: -36%;
  }

  .lottie-scroll.l5 {
    right: -17%;
  }

  .lottie-scroll.l6 {
    right: -33%;
  }

  .lottie-scroll.l7 {
    left: -24%;
  }

  .preloader-container {
    flex-direction: column;
  }

  .background-fallback {
    background-image: linear-gradient(#fff4e200, #fff4e200);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .footer-toparrow.bg-hover {
    display: none;
  }

  .email-wrapper {
    margin-top: 0;
  }

  .copy-hint, .div-block-4, .div-block-5, .div-block-6 {
    display: none;
  }

  .heading-4 {
    font-size: .6em;
  }

  .game-block {
    border-radius: 48px;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 32px;
    padding: 24px 16px;
  }

  .appicon {
    width: 75%;
    height: 75%;
    margin-bottom: 16px;
  }

  .game-desc-block {
    align-items: center;
    margin-left: 0;
  }

  .app-desc-p {
    text-align: center;
    margin-bottom: 32px;
    font-size: .2em;
  }

  .intro-h3 {
    margin-bottom: 16px;
    font-size: .2em;
    line-height: 1.2em;
  }

  .intro-h4 {
    letter-spacing: 0;
    max-width: 90%;
    font-size: .4em;
    font-weight: 500;
  }

  .borocket {
    display: none;
    top: 854.688px;
    left: -5px;
  }

  .h-wrap {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .v2container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .h-eyebrow {
    letter-spacing: -.6px;
    font-size: 16px;
  }

  .h1 {
    letter-spacing: -4px;
    font-size: 60px;
    line-height: 95%;
  }

  .txtgrad.h1 {
    margin-left: -.2em;
    margin-right: -.2em;
    font-size: 56px;
  }

  .txtgrad.h2 {
    margin: .1em -.1em -.2em;
    padding: .1em .2em 0;
    font-size: 46px;
  }

  .content-flex {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .h2 {
    font-size: 48px;
  }

  .gc-txtwrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .gc-firstline {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .fs-40 {
    letter-spacing: -1.1px;
    font-size: 34px;
  }

  .team-cards-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .team-card {
    width: 100%;
    max-width: 290px;
  }

  .team-card._2, .form-block {
    padding: 16px;
  }

  .form {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
}

#w-node-_9c591abd-f8d8-5576-9d59-756bfbba8da6-72c7bcd1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8a6c705-0933-2135-0b95-0900554c6e0e-72c7bcd1 {
  place-self: start end;
}

#w-node-df7c027d-a5f0-ab1a-fc79-76ba386d62f7-72c7bcd1 {
  place-self: stretch stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_9c591abd-f8d8-5576-9d59-756bfbba8da6-72c7bcd1 {
    order: -9999;
  }

  #w-node-a8e94dfe-17dc-2f1a-6d17-94c2035449d3-72c7bcd1 {
    order: 9997;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a8a6c705-0933-2135-0b95-0900554c6e0e-72c7bcd1, #w-node-_8b965013-4c61-0fa2-65e2-e1aae1cd7188-72c7bcd1 {
    order: -9999;
  }

  #w-node-_7f75ae15-5d33-2391-ee0c-b94b6b7682ae-72c7bcd1 {
    order: 10040;
  }

  #w-node-df7c027d-a5f0-ab1a-fc79-76ba386d62f7-72c7bcd1 {
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a8e94dfe-17dc-2f1a-6d17-94c2035449d3-72c7bcd1 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a8a6c705-0933-2135-0b95-0900554c6e0e-72c7bcd1 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Chaumontscript';
  src: url('../fonts/ChaumontScript-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}