:root {
  --black: #000;
  --white: #fff;
  --grey: #9b9b9b;
  --navy: #3362ec;
  --grey-2: #6e6e6e;
  --green: #55ba66;
  --violet: #9558ff;
  --dust-rose: #ec6d64;
  --yellow: #ffd400;
}

body {
  color: #333;
  font-family: Coinbase Sans, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

.body {
  background-color: var(--black);
  color: var(--white);
  font-size: .694444vw;
}

.section.s3-section, .section.s6-section {
  overflow: hidden;
}

.section.footer-section {
  overflow-x: hidden;
}

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

.container.hero-conrainer {
  background-image: url("https://cdn.prod.website-files.com/67ed155aff329f573737afbb/67ef8e3afbc4e7c735f18158_main_bg.avif");
  background-size: 100%;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  padding-top: 6em;
  display: flex;
  position: relative;
}

.container.s2-container {
  background-image: url("https://cdn.prod.website-files.com/67ed155aff329f573737afbb/67eff4dd770705ede90b934b_library_bg.avif");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 144em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 11em;
  padding-bottom: 9em;
  display: flex;
  position: sticky;
  top: 0;
}

.container.s3-container {
  flex-flow: column;
  padding-top: 6.2em;
  padding-bottom: 7.9em;
  display: flex;
  position: relative;
}

.container.s4-container {
  background-image: url("https://cdn.prod.website-files.com/67ed155aff329f573737afbb/67efaedc14190be91476a8de_bg_s4.avif");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 144em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.container.s6-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 6em;
  padding-bottom: 12.5em;
  display: flex;
  position: relative;
}

.container.s5-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 84.2em;
  padding-top: 10.8em;
  padding-bottom: 9em;
  display: flex;
  position: relative;
}

.container.nav-container {
  justify-content: space-between;
  align-items: center;
  padding: .8em 2em;
  display: flex;
}

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

.container.article {
  width: 60%;
}

.hero-gradient-overlay {
  background-image: linear-gradient(#000, #0000);
  width: 100%;
  height: 32.36vw;
  max-height: 466rem;
  position: absolute;
  inset: 0% 0% auto;
}

.hero-gradient-overlay.is-top {
  z-index: 2;
  z-index: 2;
}

.hero-tetris-wrap {
  z-index: 1;
  pointer-events: none;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-content {
  grid-column-gap: 1.2em;
  grid-row-gap: 1.2em;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16.627vh;
  display: flex;
  position: relative;
}

.hero-content.is-top {
  z-index: 3;
  z-index: 3;
}

.h1 {
  letter-spacing: -.03em;
  font-size: 11em;
  font-weight: 500;
  line-height: 100%;
}

.image-contain {
  width: 100%;
  max-width: none;
}

.image-contain.only-mob {
  display: none;
}

.navbar {
  -webkit-backdrop-filter: blur(4em);
  backdrop-filter: blur(4em);
  background-color: #ddd0;
  background-image: linear-gradient(90deg, #000, #0000);
  position: fixed;
  inset: 0% 0% auto;
}

.button {
  border: 1px solid var(--white);
  background-color: var(--white);
  height: 2.5em;
  color: var(--black);
  border-radius: 10em;
  padding: .75em 1em;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 90%;
  transition: background-color .3s;
}

.button:hover {
  color: var(--navy);
}

.button:active {
  color: var(--black);
}

.button.ghost-button {
  color: var(--white);
  background-color: #fff0;
  border-color: #fff6;
}

.button.ghost-button:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--black);
}

.button.is-absolute {
  position: absolute;
  bottom: 3.5em;
}

.button.navy-button {
  border-style: none;
  border-color: var(--navy);
  background-color: var(--navy);
  color: var(--white);
}

.button.navy-button:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--navy);
  border-right-style: none;
}

.button.navy-button:active {
  background-color: var(--navy);
  color: var(--white);
}

.brand {
  width: 10.9em;
  padding-left: 0;
}

.nav-link {
  color: var(--grey);
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-family: Manrope, Arial, sans-serif;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--white);
}

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

.nav-links {
  grid-column-gap: 3.6em;
  grid-row-gap: 3.6em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.33333em;
  height: 1.33333em;
  margin-left: .777778em;
  display: none;
}

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

.h2 {
  font-size: 4em;
  line-height: 110%;
}

.h2.h2-48 {
  font-size: 4.8em;
}

.content-block {
  width: 100%;
}

.content-block.s2-content-block {
  grid-column-gap: 8.4em;
  grid-row-gap: 8.4em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 56em;
  margin-top: 8.4em;
  display: flex;
}

.content-block.s3-content-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.content-block.s4-content-block {
  z-index: 3;
  grid-column-gap: 5.2em;
  grid-row-gap: 5.2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 44em;
  display: flex;
  position: absolute;
}

.content-block.s5-content-block {
  z-index: 3;
  background-image: url("https://cdn.prod.website-files.com/67ed155aff329f573737afbb/67efe1e7e05410f903a9e476_85b808eecf2aa442ca4d7a77f8f8e7ae_backers_bg.avif");
  background-position: 0 0;
  background-size: 100% 67em;
  grid-template-rows: 1fr;
  grid-template-columns: 10% 10% 10% 10% 10% 10% 10% 10% 10% 10%;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 11em;
  display: grid;
  position: relative;
}

.content-block.footer-content-block {
  background-color: var(--navy);
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.prefooter {
  text-align: left;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 27.3em;
  margin-bottom: -1px;
  display: flex;
}

.footer-left {
  flex: 1;
  padding-left: 2em;
  position: relative;
}

.footer-logo {
  width: 14.068em;
}

.footer-left-content {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 40.5em;
  margin-top: 11.3em;
  margin-bottom: auto;
  display: flex;
}

.text-16 {
  font-size: 1.6em;
  line-height: 140%;
}

.text-16.opacity-44 {
  opacity: .44;
}

.text-16.footer-link-text {
  color: var(--white);
}

.footer-decor1 {
  background-image: url("https://cdn.prod.website-files.com/67ed155aff329f573737afbb/67ee7325d746182fdd49b915_Side%20Buttons%20Container.svg");
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 14em;
  height: 21em;
  position: absolute;
  inset: auto 0% 0% auto;
}

.fooeter-social {
  width: 37.98%;
  display: flex;
}

.footer-social-column {
  flex: 1;
  padding-top: 9.4em;
  padding-bottom: 5.5em;
}

.footer-social-column.footer-social-column1 {
  border-left: 1px solid #ffffff1a;
}

.footer-social-column.footer-social-column2 {
  border-left: 1px solid #ffffff1f;
}

.footer-social-column.footer-social-column3 {
  border-left: 1px solid #fff3;
}

.footer-social-link {
  color: #fff3;
  border-bottom: 1px solid #fff3;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 20em;
  padding: 1.7em 1em 2em 1.6em;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.footer-social-link:hover {
  color: #fff;
}

.footer-social-link.top-link {
  border-top: 1px solid #fff3;
}

.footer-social-link.top-link.tt:hover {
  background-color: #b364d8;
}

.footer-social-link.top-link.discord:hover {
  background-color: #658cff;
}

.footer-social-link.top-link.telegram:hover {
  background-color: #ffd400;
}

.footer-social-link.inst:hover {
  background-color: #55ba66;
}

.footer-social-link.twitter:hover {
  background-color: #262626;
}

.footer-social-link.yt:hover {
  background-color: #ec6d64;
}

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

.social-link-icon {
  width: 2.8em;
  height: 2.8em;
  color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-link-arrow {
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  display: flex;
}

.footer-cta {
  text-align: center;
  background-color: #1f1f1f;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 22.4%;
  padding-top: 12.7em;
  padding-left: 3.5em;
  padding-right: 3.5em;
  display: flex;
  position: relative;
}

.footer-decor2 {
  background-color: var(--navy);
  width: 7em;
  height: 5.6em;
  position: absolute;
  inset: auto auto 0% 0%;
}

.qr-code {
  width: 100%;
  margin-bottom: 1em;
}

.footer-cta-title {
  font-size: 2.4em;
  font-weight: 500;
  line-height: 130%;
}

.hero-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.menu-button {
  flex: none;
  padding: 0;
}

.nav-buttons {
  grid-column-gap: 1.2em;
  grid-row-gap: 1.2em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-social-block {
  display: none;
}

.burger-wrap {
  grid-column-gap: .2em;
  grid-row-gap: .2em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2.4em;
  height: 2.4em;
  display: flex;
}

.burger-line1 {
  background-color: var(--white);
  width: 1.6em;
  height: .2em;
}

.css {
  height: 0;
  overflow: hidden;
}

.burger-line2 {
  background-color: var(--white);
  width: 1.6em;
  height: .2em;
}

.styles {
  display: none;
}

.footer_blue_box {
  background-color: var(--navy);
  width: 28em;
  height: 7em;
  margin-right: auto;
}

.footer_grey_box {
  background-color: #1f1f1f;
  width: 14em;
  height: 7em;
  margin-left: 7em;
  margin-right: auto;
}

.footer_yellow {
  height: 14em;
  position: absolute;
  left: 28em;
}

.footer_2 {
  height: 21em;
  position: absolute;
  left: 56em;
}

.footer_3 {
  height: 14em;
  position: absolute;
  left: 90.7em;
}

.footer_4 {
  height: 14em;
  position: absolute;
  left: 111.7em;
}

.footer_5 {
  object-fit: cover;
  object-position: 0% 50%;
  width: 11.3em;
  height: 14em;
  position: absolute;
  left: 132.7em;
}

.tetris_container {
  position: relative;
  bottom: 0;
}

.hero_mob_bg {
  display: none;
}

.rich {
  font-size: 2em;
  line-height: 160%;
}

.rich.m-top-80 {
  margin-top: 80px;
}

.image-article {
  z-index: 1;
  opacity: .7;
  width: 60%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .logo-box.logo-box2 {
    width: 13.5em;
  }
}

@media screen and (max-width: 479px) {
  .body {
    font-size: 2.77778vw;
  }

  .section {
    padding-top: 4.4em;
    padding-bottom: 4.4em;
  }

  .section.hero-section {
    padding-top: 0;
  }

  .section.footer-section {
    padding-top: 8.7em;
    padding-bottom: 0;
  }

  .section.names-section {
    overflow: hidden;
  }

  .container.hero-conrainer {
    background-image: none;
    background-size: auto;
    height: 100dvh;
    overflow: hidden;
  }

  .container.nav-container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .container.s2-container {
    background-image: none;
    background-size: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.s3-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.s4-container {
    background-image: none;
    background-size: auto;
    height: 53.7em;
  }

  .container.s6-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.s5-container {
    background-image: none;
    background-size: auto;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.article {
    width: 90%;
  }

  .hero-content {
    margin-top: 7.7em;
  }

  .hero-content.article {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-subheading {
    margin-bottom: 2.6667em;
    font-size: 1.8em;
  }

  .h1 {
    font-size: 5em;
  }

  .image-contain.only-dt {
    display: none;
  }

  .image-contain.only-mob {
    display: block;
  }

  .button.footer-button {
    color: var(--navy);
  }

  .button.is-absolute.navy-button {
    font-size: 1.2em;
    bottom: 2.5em;
  }

  .brand {
    z-index: 2;
    margin-right: auto;
  }

  .nav-link {
    font-size: 1.8em;
  }

  .nav-menu {
    background-color: #c8c8c800;
    justify-content: flex-end;
    align-items: stretch;
    width: 30.6em;
    max-height: 100dvh;
    position: fixed;
    top: 0%;
    left: 0%;
    right: 0%;
  }

  .nav-links {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 11.4em;
    padding-right: 1.9em;
  }

  .nav-link-icon {
    display: flex;
  }

  .heading-wrap.s4-heading-wrap {
    grid-column-gap: 1.2em;
    grid-row-gap: 1.2em;
    max-width: 26em;
  }

  .heading-wrap.s6-heading-wrap {
    padding-left: 1em;
    padding-right: 1em;
  }

  .heading-wrap.s2-heading-wrap {
    max-width: 70%;
  }

  .heading-wrap.s5-heading-wrap {
    aspect-ratio: auto;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-bottom: 4em;
    padding-top: 0;
    padding-left: 0;
  }

  .h2, .h2.h2-48 {
    font-size: 2.9em;
  }

  .h2.h2-48 {
    font-size: 2.9em;
  }

  .h2.h2-48._28-mob {
    font-size: 2.8em;
  }

  .s2-content {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    flex-flow: column;
    width: 100%;
    height: auto;
    display: flex;
  }

  .content-block.s2-content-block {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    padding-right: 0;
  }

  .content-block.s4-content-block {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    pointer-events: none;
  }

  .content-block.footer-content-block {
    background-color: var(--white);
    color: var(--black);
    flex-flow: column;
  }

  .content-block.s5-content-block {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    background-image: none;
    background-size: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 3.5em;
    grid-auto-rows: 8em;
    padding-bottom: 0;
  }

  .s2-square-box {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
  }

  .s2-square-box.s2-square-box2 {
    display: none;
  }

  .s2-icon {
    width: 2.971em;
    height: 2.971em;
  }

  .s2-box-content {
    grid-column-gap: .8em;
    grid-row-gap: .8em;
    width: auto;
    padding-left: 1.5em;
    padding-right: .5em;
    position: static;
  }

  .text-22.h-140 {
    font-size: 1.6em;
  }

  .text-22.maxw-mob-203 {
    max-width: 9.22727em;
  }

  .text-14.is-grey.maxw-mob-203 {
    max-width: 14.5em;
  }

  .text-14.is-grey.hidden-mob {
    display: none;
  }

  .s3-content {
    margin-top: 4em;
    padding-left: 1.2em;
    padding-right: 1.2em;
  }

  .swiper.swiper-press {
    grid-column-gap: 2.4em;
    grid-row-gap: 2.4em;
    grid-column-gap: 2.4em;
    grid-row-gap: 2.4em;
    flex-flow: column;
    display: flex;
  }

  .swiper-wrapper.games-swiper-wrapper {
    grid-column-gap: 1.6em;
    grid-row-gap: 1.6em;
    grid-column-gap: 1.6em;
    grid-row-gap: 1.6em;
    flex-flow: column;
  }

  .swiper-slide.s3-game-slide {
    justify-content: flex-end;
    align-items: center;
    width: 23em;
    height: auto;
    padding-left: 1em;
    padding-right: 1em;
  }

  .swiper-slide.s3-swiper-slide {
    padding-left: 0;
    padding-right: 0;
  }

  .swiper-slide.press-slide {
    width: 31.2em;
  }

  .s3-slide-inner {
    flex-flow: column-reverse;
    height: auto;
  }

  .s3-slide-inner.s3-slide-inner2 {
    background-image: url("https://cdn.prod.website-files.com/67ed155aff329f573737afbb/68174a2db0f8600a95e62de0_pixel_mockup_mob.avif");
    height: 51em;
  }

  .s3-slide2-content {
    justify-content: flex-start;
    padding-top: 1.9em;
    padding-left: 2.3em;
    padding-right: 2.3em;
  }

  .s3-slide-top.is-gap-24 {
    grid-column-gap: 2.1em;
    grid-row-gap: 2.1em;
    grid-column-gap: 2.1em;
    grid-row-gap: 2.1em;
    padding-left: 2.3em;
  }

  .text-50 {
    font-size: 2.4em;
  }

  .s3-slide2-bottom {
    grid-column-gap: 1.6em;
    grid-row-gap: 1.6em;
    max-width: none;
    margin-top: 2.1em;
  }

  .icon-box.gap-16.maxw-150, .icon-box.s3-icon-box1, .icon-box.s3-icon-box3, .icon-box.gap-16.maxw-150, .icon-box.gap-16.maxw-150, .icon-box.s3-icon-box1, .icon-box.s3-icon-box3 {
    max-width: none;
  }

  .icon-24 {
    margin-top: -.3em;
  }

  .s3-slide1-left {
    padding-top: 3.2em;
    padding-left: 0;
    padding-right: 0;
  }

  .s3-slide1-right {
    border-left-style: none;
    padding: 2em 0 1.6em;
  }

  .s3-slide-icon-row {
    grid-column-gap: 1.6em;
    grid-row-gap: 1.6em;
    flex-flow: column;
    max-width: 21.7em;
    margin-bottom: 2.6em;
  }

  .s3-slide-bottom {
    grid-column-gap: .4em;
    grid-row-gap: .4em;
    flex: none;
    padding-left: 1.1em;
    padding-right: 1.1em;
    overflow: auto;
  }

  .s3-slide-card {
    flex: none;
    width: 14.869em;
    height: 18.466em;
  }

  .text-10.is-grey.maxw-60-mob {
    max-width: 6em;
  }

  .s3-slide-left-top {
    display: none;
  }

  .s3-slide-left-top.is-last {
    grid-column-gap: .4em;
    grid-row-gap: .4em;
    grid-column-gap: .4em;
    grid-row-gap: .4em;
    inset: 5em 0% auto;
    max-width: 17em;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: absolute;
    inset: 5em 0% auto;
  }

  .text-30-500 {
    font-size: 2em;
    line-height: 110%;
  }

  .text-12.is-grey {
    font-size: 1em;
  }

  .s3-game-slide-inner {
    max-width: 20.8em;
    height: 30.8em;
    margin-top: 0;
  }

  .text-18.is-grey2 {
    font-size: 1.4em;
  }

  .text-18.is-grey2.maxw-222-mob {
    max-width: 15.8571em;
  }

  .swiper-navigation.press-swiper-navigation {
    order: 1;
    margin-bottom: 0;
  }

  .swiper-arrow.swiper-games-prev, .swiper-arrow.swiper-games-next, .swiper-arrow.swiper-games-prev, .swiper-arrow.swiper-games-next {
    display: none;
  }

  .s6-content {
    margin-top: 4em;
    padding-left: 1.2em;
    padding-right: 1.2em;
  }

  .press-slide-inner {
    height: 27em;
  }

  .press-slide-bottom {
    min-height: 12.6em;
  }

  .tetris-nav {
    margin-left: auto;
    margin-right: auto;
    bottom: 2em;
    left: 0;
    right: 0;
  }

  .prefooter {
    display: none;
  }

  .footer-left {
    margin-bottom: 3.3em;
    padding-top: 2.6em;
    padding-left: 1.5em;
  }

  .footer-left-content {
    grid-column-gap: 1.4em;
    grid-row-gap: 1.4em;
    max-width: 28.6em;
    margin-top: 3.6em;
  }

  .text-16.opacity-44 {
    font-size: 1.4em;
  }

  .text-16.opacity-44.hidden-mob {
    display: none;
  }

  .text-16.footer-link-text {
    color: var(--black);
    font-size: 1.4em;
  }

  .footer-decor1 {
    background-image: url("https://cdn.prod.website-files.com/67ed155aff329f573737afbb/67eeadf4db6550d48ecd1cd1_Side%20Buttons%20Container%20mob.svg");
    width: 17.2em;
    height: 8.6em;
    inset: -4.3em 0% auto auto;
  }

  .fooeter-social {
    width: 100%;
    padding-bottom: 5.4em;
    padding-left: .8em;
    padding-right: .8em;
  }

  .footer-social-column {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-social-column.footer-social-column1 {
    border-left-color: #0000001a;
  }

  .footer-social-column.footer-social-column2 {
    border-left-color: #0000001f;
  }

  .footer-social-column.footer-social-column3 {
    border-left-color: #0003;
  }

  .footer-social-link {
    color: #0003;
    border-top-color: #0003;
    border-bottom-color: #0003;
    height: 13.2em;
    padding: 1.1em .63em .7em .9em;
  }

  .footer-social-link:hover {
    color: var(--black);
  }

  .footer-social-link.top-link {
    border-top-color: #0003;
  }

  .social-link-icon {
    width: 1.812em;
    height: 1.812em;
    color: var(--black);
  }

  .social-link-arrow {
    width: 1.294em;
    height: 1.294em;
  }

  .footer-cta {
    background-color: var(--navy);
    width: 100%;
    color: var(--white);
    flex-flow: row;
    justify-content: space-between;
    margin-top: 0;
    padding: .9em 1.4em .9em 1.3em;
  }

  .footer-decor2 {
    width: 5.8em;
    height: 4.1em;
    inset: auto auto 100% 0%;
  }

  .qr-code {
    display: none;
  }

  .footer-cta-title {
    font-size: 1.8em;
  }

  .menu-button.w--open {
    background-color: #c8c8c800;
  }

  .nav-buttons {
    z-index: 2;
    position: relative;
  }

  .s2-color-box {
    flex: none;
    width: 8em;
    height: 8em;
  }

  .nav-menu-inner {
    background-color: #202020;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
    height: 100%;
    margin-left: auto;
    display: flex;
    overflow: hidden;
  }

  .nav-social-block {
    border-top: 1px solid #454545;
    border-left: 1px solid #454545;
    flex-flow: wrap;
    width: 101%;
    margin-right: -1px;
    display: flex;
  }

  .nav-social-link {
    color: #9b9b9b;
    border-bottom: 1px solid #454545;
    border-right: 1px solid #454545;
    justify-content: center;
    align-items: center;
    width: 33.3333%;
    height: 7.092em;
    transition: all .3s;
    display: flex;
  }

  .nav-social-link:hover {
    color: var(--white);
  }

  .nav-social-icon {
    justify-content: center;
    align-items: center;
    width: 2.8em;
    height: 2.8em;
    display: flex;
  }

  .css {
    height: 0;
  }

  .s5-box.is-charcoal {
    background-color: #1f1f1f;
  }

  .s5-box.is-yellow-mob {
    background-color: var(--yellow);
  }

  .logo-box.logo-box1 {
    width: 10.039em;
  }

  .logo-box.logo-box2 {
    width: 7.8em;
  }

  .logo-box.logo-box3 {
    width: 9.951em;
  }

  .logo-box.logo-box4 {
    width: 6.52em;
  }

  .logo-box.logo-box5 {
    width: 8.402em;
  }

  .logo-box.logo-box6 {
    width: 7.194em;
  }

  .logo-box.logo-box7 {
    width: 7.825em;
  }

  .no-wrap-mob {
    white-space: nowrap;
  }

  .section-2 {
    height: auto;
    padding-top: 4.4em;
    padding-bottom: 4.4em;
  }

  .grid {
    grid-template-rows: repeat(11, 1fr);
    grid-template-columns: repeat(20, 1fr);
    grid-auto-columns: 1fr;
    width: 100%;
    margin-top: -4.2em;
    margin-left: -12.8em;
    display: grid;
  }

  .cell {
    border-radius: 0;
    width: 4.77em;
    height: 4.77em;
  }

  .cell._5.mob {
    z-index: -1;
    margin-top: -2.7em;
    margin-left: .3em;
    position: relative;
  }

  .cell._5.mob2 {
    opacity: 0;
  }

  .cell.pink {
    display: none;
  }

  .cell._6.mob {
    margin-top: -1em;
    margin-right: -1em;
  }

  .character.big {
    width: 6.3em;
  }

  .character.cat {
    width: 5.3em;
  }

  .backers_section {
    padding-top: 4.4em;
    padding-bottom: 4.4em;
    overflow: hidden;
  }

  .pagination {
    width: 90%;
    margin-bottom: 3em;
  }

  .grid_back {
    z-index: -1;
    width: 48.5em;
    max-width: none;
    display: block;
    position: absolute;
    top: -3.9em;
    right: -1.3em;
  }

  .phone_mockup {
    margin-bottom: -1em;
    display: block;
  }

  .hero_mob_bg {
    z-index: -1;
    width: 35.4em;
    max-width: none;
    display: block;
    position: absolute;
    bottom: 1.2em;
    left: 0;
  }

  .rich.m-top-80 {
    margin-top: 0;
  }

  .image-article {
    width: 100%;
  }
}
