:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

.header {
  background-image: linear-gradient(#15001100 50%, #150011);
  justify-content: flex-start;
  height: auto;
  margin-top: 0;
  margin-bottom: 160px;
  padding: 240px 24px 0;
  display: block;
  position: relative;
}

.header._404 {
  height: 100vh;
}

.header-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff0;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  max-width: 1440px;
  height: 100%;
  margin-top: 0;
  padding: 0;
  display: flex;
}

.nav {
  z-index: 10;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

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

.portal {
  z-index: 5;
  background-image: radial-gradient(circle closest-side, #9e2651, #9e265100);
  height: 600px;
  padding-bottom: 72px;
  position: relative;
}

.container-2 {
  max-width: 1440px;
  height: 100%;
  overflow: visible;
}

.body {
  background-color: #150011;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.scroll-container {
  z-index: 0;
  width: 100%;
  height: 200vh;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.toggle {
  z-index: 2;
  aspect-ratio: auto;
  object-fit: fill;
  background-image: radial-gradient(circle closest-side, #9e26514d, #9e265100);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100svh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.hero-feature {
  z-index: 3;
  margin-bottom: 16px;
  margin-left: 24px;
  margin-right: 24px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.hero-feature.portal {
  background-image: none;
}

.hero-feature.portal-container {
  background-image: none;
  margin-bottom: 16px;
  margin-left: 24px;
  margin-right: 24px;
  padding-left: 0;
  padding-right: 0;
}

.hero-feature-container {
  border: 1px solid #fff3;
  border-radius: 10px;
  max-width: 1440px;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.hero-feature-container.ticker {
  background-image: radial-gradient(circle closest-side, #9e2651b5, #fff0);
  overflow: hidden;
}

.hero-feature-container.game-mode {
  background-image: url('../images/game-mode-bg.jpg');
  background-position: 0 0;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.browsemode {
  background-image: radial-gradient(circle closest-side, #9e2651cc, #9e265100 88%);
  height: 750px;
}

.container-4 {
  max-width: 980px;
  height: 100%;
}

.protips {
  margin-top: 30px;
}

.intro {
  max-width: 980px;
  height: auto;
  margin-bottom: 24px;
  display: flex;
}

.tiplist {
  max-width: 980px;
  display: flex;
  position: relative;
  overflow: visible;
}

.faq {
  z-index: 1;
  filter: blur();
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 100%;
  height: auto;
  margin-top: 160px;
  margin-bottom: 160px;
  display: flex;
  position: relative;
}

.container-5 {
  max-width: 980px;
  height: 100%;
  margin-top: 160px;
}

.frame-78639 {
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 738px;
  margin-right: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: block;
  position: relative;
  inset: 442px auto auto;
}

.vectors-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 9px;
  text-decoration: none;
  display: flex;
}

.discover-and-play-the-best-browser-games {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 62px;
  font-weight: 300;
  line-height: 110%;
  text-decoration: none;
}

.text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
}

.feature-heading {
  color: #fff;
  max-width: 800px;
  margin: 0 0 12px;
  font-family: Suisseintl Webm, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 100%;
}

.feature-heading.small {
  width: 85%;
  margin-bottom: 0;
  font-size: 38px;
  display: block;
  position: static;
}

.feature-heading.faq {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-size: 52px;
  overflow: visible;
}

.feature-heading.faq-heading {
  margin-bottom: 24px;
  font-size: 52px;
}

.feature-heading.footer-heading {
  max-width: 500px;
  font-size: 52px;
}

.feature-heading.manifesto-title {
  max-width: 600px;
  font-family: Suisseintl Webm, sans-serif;
  font-size: 62px;
}

.paragraph {
  color: #fff9;
  width: auto;
  max-width: 600px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  font-family: Suisseintl Webm, sans-serif;
  font-size: 19px;
  line-height: 140%;
}

.paragraph.availability {
  color: #fff;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 5px;
  font-family: Suisseintl Webm, sans-serif;
  font-size: 11px;
}

.paragraph.availability.download-mobile, .paragraph.availability.mobile-available, .paragraph.availability.mobile-availability {
  margin-left: 0;
}

.paragraph.feature-paragraph {
  opacity: 1;
  color: #ffffff9e;
  max-width: 500px;
  font-family: Suisseintl Webm, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 120%;
}

.paragraph.header-paragraph {
  color: #fff;
  max-width: 500px;
  font-size: 19px;
}

.paragraph.header-paragraph.download-mobile {
  margin-bottom: 8px;
  font-size: 15px;
}

.paragraph.header-paragraph.download-paragraph {
  margin-bottom: 0;
  font-size: 15px;
}

.paragraph.header-paragraph.mobile-download-cta {
  margin-top: 8px;
}

.div-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: static;
}

.div-block-2 {
  background-color: #ff6548;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
}

.div-block-2.orange-dot {
  border-radius: 1.5px;
}

.text-2 {
  color: #ffffff9e;
  -webkit-text-stroke-color: #fffc;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Suisseintl Webm, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 110%;
  text-decoration: none;
}

.text-2.feature-label {
  opacity: .64;
  font-size: 18px;
}

.feature-label {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
  position: relative;
}

.background-video {
  background-image: linear-gradient(0deg, #150011, #150011 0%);
  height: 0;
  position: static;
  inset: 0%;
}

.portal-scroll {
  border: 1px solid #ffffff1a;
  border-radius: 12px;
  width: 100%;
  height: 490px;
  margin-left: 24px;
  overflow: hidden;
}

.frame-78641 {
  grid-row-gap: 36px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.togglebig {
  z-index: 5;
  grid-column-gap: 47px;
  background-color: #0000004d;
  border: 3px solid #fff;
  border-radius: 18px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 282px;
  height: 90px;
  padding: 6px 6px 6px 3px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper-2 {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  -webkit-backdrop-filter: saturate(200%) blur(20px);
  backdrop-filter: saturate(200%) blur(20px);
  mix-blend-mode: normal;
  object-fit: cover;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  width: 132px;
  height: 78px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.vectors-wrapper-3 {
  z-index: 2;
  opacity: .6;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 50.625px;
  height: 46.875px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper-4 {
  z-index: 2;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 56.25px;
  height: 41.25px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 20px;
  left: 40px;
}

.forbrowsing {
  z-index: 5;
  opacity: 1;
  color: #fff;
  text-align: left;
  border-radius: 0;
  flex: none;
  width: 360px;
  margin-top: 119px;
  margin-bottom: 0;
  margin-left: 858px;
  padding-left: 0;
  font-family: Suisseintl Webm, sans-serif;
  font-size: 62px;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
  display: block;
  position: absolute;
  overflow: visible;
}

.forgaming {
  z-index: 5;
  color: #fff;
  text-align: center;
  width: 500px;
  margin-top: 119px;
  margin-bottom: 0;
  font-family: Suisseintl Webm, sans-serif;
  font-size: 62px;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
  display: block;
  position: absolute;
  overflow: visible;
}

.scroll-image {
  perspective: 2000px;
  border: 1px solid #ffffff1a;
  border-radius: 12px;
  width: 15%;
  margin-left: 20%;
  transition: opacity .2s;
  overflow: hidden;
  transform: perspective(881px)perspective(1211px);
  box-shadow: 0 2px 16px 8px #0006;
}

.scroll-image.ev {
  width: 15%;
  margin-top: -505px;
  margin-left: -98px;
  padding-left: 0;
}

.scroll-image.horde {
  margin-top: 78px;
  margin-left: 60%;
}

.menu-toggle {
  grid-column-gap: 14px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0000004d;
  border: 1px solid #fff3;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 94px;
  height: 30px;
  margin-right: 24px;
  padding: 2px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper-5 {
  z-index: 1;
  opacity: 1;
  -webkit-backdrop-filter: saturate(200%);
  backdrop-filter: saturate(200%);
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 26px;
  padding-left: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  left: 0;
}

.vectors-wrapper-6 {
  z-index: 3;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper-7 {
  z-index: 3;
  opacity: .6;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 5px;
  left: 14px;
}

.flex-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 980px;
  margin-left: 0;
  margin-right: 24px;
}

.lottie-animation {
  z-index: 1;
  box-sizing: border-box;
  aspect-ratio: 16 / 9;
  opacity: 1;
  object-fit: cover;
  background-color: #0000;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  display: block;
  position: static;
  inset: 0%;
  overflow: visible;
}

.container-6 {
  z-index: 1;
  width: 100vw;
  max-width: none;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.div-block-3 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  background-color: #ca191900;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.div-block-4 {
  z-index: 2;
  background-image: linear-gradient(#150011, #15001180 51%, #150011);
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image {
  border: 0 solid #ffffff1a;
  border-radius: 0;
  width: 100%;
  max-width: 1440px;
  margin-left: 0;
  margin-right: 0;
}

.image.header-image {
  border-radius: 10px;
  margin-top: 100px;
  box-shadow: 0 2px 8px #00000059;
}

.image-2 {
  border: 1px solid #ffffff1a;
  border-radius: 6px;
  margin-left: 24px;
}

.quick-stack {
  width: 100%;
}

.splitscreenimage {
  opacity: 1;
  vertical-align: top;
  border: 1px solid #ffffff1a;
  border-radius: 10px;
  width: 390px;
  height: 221px;
  display: inline-block;
  overflow: clip;
}

.flex-block-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 1;
  width: 100%;
  margin-left: 70px;
}

.scroller {
  background-color: #fff3;
  border-radius: 4px;
  flex-flow: column;
  width: 2px;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 24px;
  display: flex;
}

.flex-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
}

.new-tab {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.splitscreen {
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 855px;
  overflow: hidden;
}

.paragraph-2, .paragraph-3 {
  width: 360px;
}

.save-favorites {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.paragraph-4 {
  color: #fff;
  width: 360px;
  margin-bottom: 0;
}

.heading-2 {
  color: #fff;
  width: 360px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Suisseintl Webm, sans-serif;
  font-size: 30px;
  line-height: 110%;
}

.paragraph-5 {
  width: 360px;
}

.give-feedback {
  justify-content: space-between;
  width: 100%;
}

.paragraph-6 {
  width: 360px;
}

.subheading {
  color: #ff6447;
  text-transform: uppercase;
  width: 360px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Suisseintlmono Webs, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.flex-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding-top: 20px;
}

.paragraph-tips {
  color: #fff;
  width: 360px;
  margin-left: 0;
  font-family: Suisseintl Book Webm, sans-serif;
  font-size: 14px;
  line-height: 140%;
}

.flex-block-10 {
  justify-content: space-between;
}

.background-video-2 {
  z-index: 1;
  width: 393px;
  height: 221px;
  position: relative;
}

.flex-block-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding-top: 16px;
}

.hotkeybox {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: 1px solid #fff6;
  border-radius: 6px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 46px;
  margin-right: -2px;
  padding-left: 3px;
  padding-right: 3px;
}

.flex-block-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.flex-block-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ffffff4d;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  max-width: 62px;
  height: 38px;
}

.text-block {
  color: #fff;
  flex: 0 auto;
  margin-left: 16px;
  margin-right: 16px;
  font-family: Suisseintl Webm, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.text-block.small {
  margin-left: 16px;
}

.plus {
  color: #fff;
  font-family: Suisseintl Webm, sans-serif;
  font-weight: 300;
}

.divider {
  background-color: #ffffff4d;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 1px;
  display: block;
}

.scroller-color {
  opacity: 0;
  background-color: #ff6447;
  border-radius: 4px;
  flex-flow: column;
  width: 2px;
  height: 221px;
  margin-bottom: auto;
  margin-left: 0;
  display: flex;
  position: static;
  top: 40px;
}

.flex-block-15 {
  justify-content: space-between;
  align-items: stretch;
  height: 221px;
  padding-top: 40px;
}

.flex-block-16 {
  flex-flow: column;
  justify-content: space-between;
  height: 221px;
}

.flex-block-17 {
  justify-content: space-between;
  height: 221px;
}

.vectors-wrapper-5-copy {
  z-index: 1;
  opacity: 1;
  -webkit-backdrop-filter: saturate(200%);
  backdrop-filter: saturate(200%);
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 26px;
  padding-left: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  left: 45px;
}

.vectors-wrapper-7-copy {
  z-index: 3;
  opacity: 1;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 5px;
  left: 14px;
}

.vectors-wrapper-6-copy {
  z-index: 3;
  opacity: .6;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.flex-block-18 {
  justify-content: flex-end;
  align-items: flex-start;
  width: 980px;
  margin: 12px auto 24px;
  padding-left: 30px;
  padding-right: 24px;
  display: block;
}

.text-block-2 {
  opacity: 1;
  color: #fff;
  text-transform: uppercase;
  mix-blend-mode: normal;
  font-family: Suisseintlmono Webs, sans-serif;
  font-size: 10px;
  line-height: 14px;
}

.introloader {
  z-index: 1000;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #000c;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-5 {
  display: flex;
  overflow: hidden;
}

.image-4 {
  margin-bottom: 16px;
  margin-left: 30px;
}

.flex-block-19 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 980px;
  margin: auto;
}

.navcontainer {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 450px;
  margin-top: 24px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: hidden;
}

.div-block-6 {
  height: 70px;
  overflow: hidden;
}

.flex-block-14-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ffffff4d;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  max-width: 62px;
  height: 38px;
}

.div-block-7 {
  flex: 0 auto;
  width: 390px;
  height: 221px;
  display: block;
  overflow: visible;
}

.background-video-2-copy {
  z-index: 1;
  opacity: 0;
  border: 1px solid #ffffff1a;
  border-radius: 12px;
  width: 390px;
  height: 221px;
  margin-top: -221px;
  transition: opacity .2s;
  display: block;
  position: relative;
  overflow: hidden;
}

.splitscreenimage-copy {
  opacity: 1;
  vertical-align: top;
  border: 1px solid #ffffff1a;
  border-radius: 10px;
  width: 390px;
  height: 221px;
  display: block;
  overflow: clip;
}

.scroller-color-new-tab, .scroller-color-save {
  opacity: 0;
  background-color: #ff6447;
  border-radius: 4px;
  flex-flow: column;
  width: 2px;
  height: 221px;
  margin-bottom: auto;
  margin-left: 0;
  display: flex;
  position: static;
  top: 40px;
}

.scroller-color-feedback {
  opacity: 0;
  background-color: #ff6447;
  border-radius: 4px;
  flex-flow: column;
  width: 2px;
  height: 221px;
  margin-left: 0;
  display: flex;
  position: static;
  top: 40px;
}

.scroller-color-mode {
  opacity: 0;
  background-color: #ff6447;
  border-radius: 4px;
  flex-flow: column;
  width: 2px;
  height: 221px;
  margin-bottom: auto;
  margin-left: 0;
  display: flex;
  position: static;
  top: 40px;
}

.switch-mode {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.flex-block-14-modes {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ffffff4d;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  max-width: 62px;
  height: 38px;
}

.container-7 {
  max-width: 1024px;
  display: flex;
}

.hotkeybox2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #fff6;
  border-radius: 6px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 144px;
  height: 46px;
  margin-right: 23px;
  padding-left: 3px;
  padding-right: 3px;
}

.favorite_poster {
  opacity: 1;
  vertical-align: top;
  border: 1px solid #ffffff1a;
  border-radius: 10px;
  width: 390px;
  height: 221px;
  display: block;
  overflow: clip;
}

.new-tab-bg {
  z-index: 1;
  opacity: 0;
  border: 1px solid #ffffff1a;
  border-radius: 12px;
  width: 390px;
  height: 221px;
  margin-top: -221px;
  transition: opacity .2s;
  display: block;
  position: relative;
  overflow: hidden;
}

.newtab-poster {
  opacity: 1;
  vertical-align: top;
  border: 1px solid #ffffff1a;
  border-radius: 10px;
  width: 390px;
  height: 221px;
  display: block;
  overflow: clip;
}

.vectors-wrapper-2-copy {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  -webkit-backdrop-filter: saturate(200%) blur(20px);
  backdrop-filter: saturate(200%) blur(20px);
  mix-blend-mode: normal;
  object-fit: cover;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  width: 132px;
  height: 78px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.vectors-wrapper-3-copy {
  z-index: 2;
  opacity: .6;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 50.625px;
  height: 46.875px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper-4-copy {
  z-index: 2;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 56.25px;
  height: 41.25px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 20px;
  left: 40px;
}

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

.small-feature {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.small-feature-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #000;
  border: 1px solid #fff3;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 500px;
  margin-bottom: 0;
  padding: 40px 32px;
  display: flex;
}

.small-feature-container.performance {
  background-color: #0000;
  background-image: url('../images/instant-play-bg.png');
  background-position: 50%;
  background-size: cover;
}

.small-feature-container.extensions {
  background-image: url('../images/Extensions-bg.png');
  background-position: 50%;
  background-size: cover;
}

.small-feature-container.browse-mode {
  background-image: url('../images/browse-mode-bg.png');
  background-position: 50%;
  background-size: cover;
}

.small-feature-container.password-import {
  background-image: url('../images/password-import-bg.png');
  background-position: 50%;
  background-size: cover;
}

.small-feature-container.feature-operation-recordings {
  background-image: url('../images/dev-f-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.small-feature-container.feature-pipeline {
  background-image: url('../images/dev-f-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.small-feature-container.feature-resource-monitoring {
  background-image: url('../images/dev-f-4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.small-feature-container.feature-perf-analysis {
  background-image: url('../images/dev-f-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.small-feature-container.showdown {
  background-image: url('../images/pokemon-extensions.png');
  background-position: 50%;
  background-size: cover;
}

.small-feature-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area-2"
                 ". ."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1440px;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
}

.grid-feature {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area-2"
                 ". ."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 16px;
  margin-left: 24px;
  margin-right: 24px;
  display: block;
}

.div-block-8 {
  background-color: var(--white);
  padding: 24px;
}

.div-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feature-grid-layout {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.faq-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 24px;
  padding-right: 24px;
}

.faq-item {
  color: #fff;
  border-bottom: 1px solid #fff3;
  width: 100%;
  padding-bottom: 0;
  font-family: Suisseintl Webm, sans-serif;
  font-size: 30px;
  display: block;
}

.dropdown-toggle {
  color: #fff;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 30px 24px;
  display: flex;
}

.faq-list {
  border-top: 1px solid #fff3;
  border-radius: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

.dropdown-list {
  padding-bottom: 30px;
  display: none;
  overflow: hidden;
}

.dropdown-list.w--open {
  background-color: #ddd0;
  position: relative;
}

.faq-answer {
  max-width: 700px;
  padding-left: 25px;
  font-size: 16px;
}

.faq-answer.paragraph {
  color: #ffffff9e;
  max-width: 70%;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 19px;
}

.faq-question {
  white-space: pre-wrap;
  padding-right: 24px;
  font-size: 24px;
  line-height: 28px;
}

.accordian-icon {
  width: auto;
  margin-right: 0;
  font-family: Suisseintl Webm, sans-serif;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.thumbnail-ticket {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-6 {
  overflow: hidden;
}

.div-block-10, .ticket-row {
  display: flex;
}

.ticket-row.row-1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.ticket-row.row-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 0;
}

.ticket-row.row-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 0;
  margin-top: 0;
  overflow: visible;
}

.primary-button {
  background-color: #ff6548;
  border-radius: 6px;
  padding: 12px 24px;
  font-family: Suisseintl Book Webm, sans-serif;
  font-size: 16px;
  box-shadow: 0 2px 8px #0003, inset 0 1px #fff3;
}

.primary-button:hover {
  background-image: linear-gradient(0deg, #ff502e, #fff0);
}

.primary-button.show-form {
  text-align: center;
  flex: none;
  width: 128px;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.primary-button.submit-form {
  flex: none;
  width: 128px;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  inset: auto 6px auto auto;
}

.primary-button.button-download {
  text-align: center;
  padding-left: 24px;
  padding-right: 24px;
}

.primary-button.mobile-submit {
  flex: 0 auto;
  position: absolute;
  inset: auto 6px auto auto;
}

.flex-block-20 {
  justify-content: flex-start;
  align-items: center;
}

.image-7 {
  width: auto;
  height: auto;
}

.image-8 {
  width: auto;
  height: 20px;
}

.image-9 {
  height: 18px;
  margin-top: -2px;
}

.image-9.mac {
  margin-left: 10px;
}

.windows {
  margin-left: 6px;
}

.windows.windows-mobile {
  margin-left: 0;
}

.form-block {
  flex-flow: column;
  width: 100%;
  margin-top: -58px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
  overflow: hidden;
}

.form-block.form-header {
  width: 100%;
  max-width: 400px;
  margin-top: 0;
}

.form-block.form-header-mobile {
  flex: none;
  max-width: 350px;
  margin-top: 0;
  display: flex;
}

.form {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  display: block;
  position: relative;
}

.form.sticky-nav {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  background-color: #0000;
  border-style: none;
  border-color: #fff9;
  flex-flow: row;
  margin-top: 0;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.text-field {
  color: #fff;
  background-color: #0000;
  border: 0 #ffffff7a;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 12px 0 12px 16px;
  font-size: 16px;
}

.text-field:active, .text-field:focus {
  border-color: #fff;
}

.text-field::placeholder {
  color: #ffffffa3;
}

.text-field.focusinput {
  flex: 0 auto;
  padding-left: 12px;
  padding-right: 12px;
}

.text-field.focusinput.nav-text-field {
  background-color: #0009;
  border: 1px solid #fff3;
  border-radius: 10px;
  padding: 18px;
}

.text-field.focusinput.mobile-input {
  background-color: #0009;
  border: 1px solid #fff3;
  border-radius: 10px;
  padding: 18px 128px 18px 18px;
}

.text-field.focusinput.mobile-input:focus {
  border-color: #fff9;
}

.button {
  text-align: center;
  cursor: pointer;
  background-color: #fe6548;
  border: 0 solid #000;
  border-radius: 12px;
  width: auto;
  margin-bottom: 30px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 16px;
  position: static;
  inset: 16px 16px auto auto;
  box-shadow: 0 4px 16px #00000059, inset 0 1px #ffffff59;
}

.button:hover {
  background-image: linear-gradient(to top, #ff4222, #fff0);
}

.button.mailchimp {
  border-radius: 10px;
  padding-left: 16px;
  padding-right: 16px;
  position: absolute;
}

.success-message {
  color: #fff;
  background-color: #0009;
  border: 1px solid #ffffff4d;
  border-radius: 8px;
  margin-top: 0;
  padding: 18px;
  font-size: 16px;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #ff333380;
  border-radius: 6px;
  font-size: 12px;
}

.div-block-11 {
  width: 100%;
}

.sticky-nav {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
  background-color: #0006;
  border: 1px solid #fff3;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 6px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-items {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  margin-left: 20px;
  margin-right: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.nav-items.mobile-nav-items {
  justify-content: space-between;
  width: 100%;
  margin-right: 20px;
}

.nav-link {
  color: #ffffff9e;
  font-family: Suisseintl Book Webm, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

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

.nav-link.w--current {
  color: #ffffff9e;
}

.ray-logo {
  width: 80px;
  margin-left: 5px;
  margin-right: 0;
}

.ray-logo.footer-logo {
  width: 76px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

.ray-logo.campaign-ray-logo {
  width: 100px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.link-block {
  justify-content: space-between;
  align-items: center;
  display: block;
  position: static;
}

.link-block.nav-logo.w--current {
  padding: 0;
}

.link-block.footer-logo {
  margin-bottom: 20px;
}

.div-block-12 {
  object-fit: cover;
  background-color: #ff00009e;
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.hidden-nav-close {
  background-color: #0000;
  width: 100vw;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.code-embed {
  display: block;
}

.body-2 {
  background-color: #696969;
}

.form-2 {
  max-width: 600px;
}

.top-gradient {
  background-image: linear-gradient(#150011, #fff0);
  width: 100%;
  height: 200px;
  margin-top: 11px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.bottom-gradient {
  background-image: linear-gradient(0deg, #150011, #fff0);
  height: 200px;
  margin-top: 0;
  margin-bottom: 21px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-13 {
  width: 15px;
  height: 15px;
}

.image-10 {
  float: none;
  vertical-align: baseline;
  display: inline-block;
  position: static;
}

.accordian-icon {
  position: static;
}

.footer {
  z-index: 0;
  border-top: 1px #000;
  position: relative;
  overflow: visible;
}

.footer-2 {
  flex-flow: row;
  place-content: flex-start space-between;
  align-items: flex-start;
  width: 100%;
  display: block;
  position: relative;
}

.footer-links {
  float: left;
  clear: left;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff9;
  cursor: auto;
  flex-flow: column;
  justify-content: space-between;
  align-self: auto;
  align-items: flex-start;
  margin-right: 80px;
  font-size: 16px;
  transition: opacity .2s;
  display: flex;
}

.footer-links:hover {
  pointer-events: auto;
  color: #fff9;
}

.footer-links.campaign-footer-links {
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  margin-right: 0;
}

.footer-link-a {
  color: #fff9;
  text-decoration: none;
}

.footer-link {
  cursor: pointer;
  margin-right: 20px;
  font-size: 16px;
}

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

.footer-socials {
  float: left;
  clear: both;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: static;
}

.social-link-a {
  opacity: .6;
  background-color: #0000004d;
  border-radius: 6px;
  width: 48px;
  height: 34px;
  margin-left: 0;
  position: relative;
}

.social-link-a:hover {
  opacity: 1;
}

.social-link-a.discord {
  background-color: #000;
  margin-left: 0;
}

.social-icon {
  width: auto;
  height: 17px;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.footer-container {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  border-top: 0 #fff3;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1440px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 24px 40px;
  display: block;
  position: relative;
}

.flex-block-21 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  object-fit: fill;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.flex-block-22 {
  justify-content: flex-start;
  align-items: center;
}

.download-header {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.download-header.download-header-mobile {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 500px;
  display: none;
  overflow: visible;
}

.available-on {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
}

.available-on.download-mobile {
  margin-bottom: 12px;
}

.available-on.available-mobile {
  margin-left: 10px;
}

.available-on.available-on-mobile {
  margin-right: 10px;
}

.hero-feature-title {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding: 40px 32px;
  display: flex;
}

.header-heading {
  width: 550px;
  margin-bottom: 0;
  font-family: Suisseintl Webm, sans-serif;
  font-size: 62px;
  font-weight: 300;
  line-height: 56px;
}

.faq-title {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 80px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.ticket-img {
  margin-left: 0;
}

.footer-title {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #fff3;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 80px;
  display: flex;
}

.footer-right-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 0;
  display: flex;
}

.flex-block-23 {
  justify-content: space-between;
  width: 100%;
}

.image-11 {
  z-index: 0;
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.webgl-inspector {
  padding-left: 24px;
  padding-right: 24px;
}

.webgl-container {
  max-width: 1440px;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
}

.secondary-button {
  background-color: #00000052;
  border: 1px solid #ffffff52;
  border-radius: 6px;
  padding: 12px 24px;
  font-family: Suisseintl Book Webm, sans-serif;
  font-size: 16px;
  display: inline-block;
}

.secondary-button:hover {
  background-image: linear-gradient(#252525, #fff0);
}

.vectors-wrapper-8 {
  z-index: 2;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 56.25px;
  height: 41.25px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 20px;
  left: 40px;
}

.div-block-14 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  background-color: #ca191900;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.vectors-wrapper-9 {
  z-index: 2;
  opacity: .6;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 50.625px;
  height: 46.875px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.frame-78642 {
  grid-row-gap: 36px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.div-block-15 {
  z-index: 2;
  background-image: linear-gradient(#150011, #15001180 51%, #150011);
  height: 100%;
  position: absolute;
  inset: 0%;
}

.vectors-wrapper-10 {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  -webkit-backdrop-filter: saturate(200%) blur(20px);
  backdrop-filter: saturate(200%) blur(20px);
  mix-blend-mode: normal;
  object-fit: cover;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  width: 132px;
  height: 78px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.manifesto-background {
  width: 100vw;
  height: 100vh;
}

.vectors-wrapper-11 {
  z-index: 2;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 56.25px;
  height: 41.25px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 20px;
  left: 40px;
}

.lottie-animation-2 {
  z-index: 1;
  box-sizing: border-box;
  aspect-ratio: 16 / 9;
  opacity: 1;
  object-fit: cover;
  background-color: #0000;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: block;
  position: static;
  inset: 0%;
  overflow: visible;
}

.div-block-16 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  background-color: #ca191900;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.vectors-wrapper-12 {
  z-index: 2;
  opacity: .6;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 50.625px;
  height: 46.875px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.scroll-container-2 {
  z-index: 0;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0% 0% auto;
  overflow: visible;
}

.scroll-container-2.lottie-bg {
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
}

.div-block-17 {
  z-index: 2;
  background-image: linear-gradient(#150011, #15001180 51%, #150011);
  height: 100%;
  position: absolute;
  inset: 0%;
}

.vectors-wrapper-13 {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  -webkit-backdrop-filter: saturate(200%) blur(20px);
  backdrop-filter: saturate(200%) blur(20px);
  mix-blend-mode: normal;
  object-fit: cover;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  width: 132px;
  height: 78px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.manifesto-section {
  align-self: auto;
  width: 100%;
  max-width: 1440px;
  height: auto;
  padding-left: 24px;
  padding-right: 24px;
  position: static;
}

.section {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.manifesto-paragraph {
  color: #ffffff9e;
  width: 600px;
  font-family: Suisseintl Webm, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 140%;
}

.div-block-18 {
  color: #000;
  width: 100%;
  height: 100vh;
}

.campaign-nav {
  z-index: 100;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-20 {
  z-index: 999;
  background-color: #15001166;
  width: 100%;
  height: 100vh;
  position: absolute;
}

.manifesto-overlay {
  z-index: 999;
  background-color: #15001166;
  width: 100%;
  height: 100vh;
  position: fixed;
}

.contact-page {
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

.contact-form {
  width: 100%;
  max-width: 1440px;
}

.link-9 {
  color: #fff9;
}

.link-9.footer-link-a {
  text-decoration: underline;
}

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

.link-block-7 {
  text-decoration: none;
}

.heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 42px;
  font-weight: 400;
}

.footer-links-2 {
  float: left;
  clear: left;
  color: #fff9;
  cursor: auto;
  flex-direction: row;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  margin-right: 20px;
  font-size: 16px;
  transition: opacity .2s;
  display: block;
}

.footer-links-2:hover {
  pointer-events: auto;
  color: #fff9;
}

.footer-socials-2 {
  float: left;
  clear: left;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 20px;
  display: block;
  position: static;
}

.footer-3 {
  flex-flow: row;
  place-content: flex-start space-between;
  align-items: flex-start;
  width: 100%;
  display: block;
  position: relative;
}

.divider-2 {
  background-color: #ffffff80;
  width: 100%;
  height: 1px;
  margin: 30px 0;
  padding-right: 30px;
  font-size: 100%;
  line-height: 1px;
  display: block;
}

.divider-2.about {
  color: #fff3;
  background-color: #fff3;
  margin-top: 50px;
  margin-bottom: 50px;
}

.social-icon-2 {
  margin-right: 10px;
  display: block;
}

.social-link-a-2 {
  opacity: .6;
  margin-left: 15px;
}

.social-link-a-2:hover {
  opacity: 1;
}

.social-link-a-2.discord {
  margin-left: 0;
}

.rich-text-block.contact-us {
  color: #fff9;
  margin-top: 50px;
  font-size: 16px;
}

.link-block-8 {
  text-decoration: none;
}

.link-block-8:hover {
  color: #fff;
}

.legal-links {
  color: #ffffff4d;
  margin-top: 10px;
  margin-right: 20px;
  font-size: 14px;
  display: flex;
}

.legal-links:hover {
  color: #fff;
}

.about-content {
  align-self: center;
  align-items: flex-start;
  width: 100%;
  min-width: auto;
  max-width: 700px;
  padding-bottom: 50px;
  display: block;
}

.about-content.developer-paragraph {
  max-width: 1440px;
  margin-top: 160px;
  margin-bottom: 0;
}

.contact-heading {
  max-width: 700px;
  font-family: Suisseintl Webm, sans-serif;
  font-size: 52px;
  font-weight: 300;
}

.paragraph-7 {
  font-family: Suisseintl Webm, sans-serif;
}

.form-embed {
  width: auto;
  max-width: 720px;
  min-height: 500px;
}

.download-button {
  color: #fff;
  background-color: #ff6548;
  border-radius: 6px;
  padding: 12px 24px;
  font-family: Suisseintl Book Webm, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.hero-feature-title-video {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: baseline;
  padding: 40px 32px 630px;
  display: flex;
  position: relative;
}

.paragraph-8 {
  color: #fff9;
  width: auto;
  max-width: 600px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  font-family: Suisseintl Webm, sans-serif;
  font-size: 19px;
  line-height: 140%;
}

.paragraph-8.feature-paragraph {
  opacity: 1;
  color: #ffffff9e;
  max-width: 420px;
  margin-bottom: 0;
  font-family: Suisseintl Webm, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 120%;
}

.paragraph-shortcut {
  margin-bottom: 0;
  font-family: Suisseintl Webm, sans-serif;
  font-size: 22px;
}

.key {
  background-color: #ffffff52;
  border-radius: 4px;
  padding: 10px 14px;
}

.video-getting-started {
  z-index: 1;
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  border-radius: 0;
  width: 1440px;
  height: 1376px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: auto 0% -5% auto;
}

.shortcut {
  box-sizing: border-box;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #0000001a;
  border: 1px solid #fff3;
  border-radius: 6px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding: 4px;
  display: flex;
  position: static;
  overflow: visible;
}

.form-header-mobile {
  margin-bottom: 0;
  display: block;
}

.form-mobile.sticky-nav {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
  border-style: none;
  width: 100%;
  margin-top: 0;
  padding: 0;
}

.flex-block-24 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
}

.bold-text {
  mix-blend-mode: normal;
}

.mobile-nav {
  z-index: 10;
  padding: 24px;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.mobile-nav.nav {
  display: flex;
}

.mobile-nav-links {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

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

@media screen and (max-width: 991px) {
  .header {
    margin-bottom: 160px;
    padding-top: 160px;
    padding-bottom: 0;
  }

  .hero-feature {
    margin-left: 24px;
    margin-right: 24px;
  }

  .hero-feature-container.ticker {
    padding-bottom: 0;
  }

  .hero-feature-container.game-mode {
    background-image: none;
    height: 100%;
  }

  .faq {
    height: auto;
  }

  .feature-heading {
    width: 80%;
    margin-bottom: 10px;
    font-size: 32px;
  }

  .feature-heading.small {
    width: 100%;
    font-size: 28px;
  }

  .feature-heading.faq {
    font-size: 42px;
  }

  .paragraph.feature-paragraph {
    font-size: 15px;
  }

  .div-block {
    padding: 0;
  }

  .text-2 {
    font-size: 14px;
  }

  .lottie-animation {
    width: 100%;
  }

  .image.header-image {
    border-radius: 6px;
    margin-top: 80px;
  }

  .small-feature-container {
    height: 350px;
    padding: 32px 24px;
  }

  .small-feature-container.performance {
    background-position: 50%;
    height: 350px;
    padding: 32px 24px;
  }

  .small-feature-container.extensions {
    background-position: 100%;
    background-size: cover;
    height: 350px;
    padding: 32px 24px;
  }

  .small-feature-container.browse-mode, .small-feature-container.password-import {
    background-position: 50%;
    height: 350px;
    padding: 32px 24px;
  }

  .grid-feature {
    margin-bottom: 16px;
  }

  .feature-grid-layout, .faq-container {
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-toggle {
    padding-left: 24px;
    padding-right: 24px;
  }

  .faq-answer.paragraph {
    max-width: 80%;
  }

  .faq-question {
    line-height: 28px;
  }

  .thumbnail-ticket {
    margin-bottom: 0;
  }

  .primary-button.submit-form {
    margin-top: 0;
    margin-right: 0;
    position: absolute;
    inset: auto 6px auto auto;
  }

  .form-block {
    opacity: 1;
    display: block;
  }

  .form.sticky-nav {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    opacity: 1;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #0000;
    border-style: none;
    border-color: #ffffffb3;
    flex-flow: row;
    margin-top: 0;
  }

  .text-field {
    background-color: #a26c6c;
    border-style: none;
    border-width: 0;
    border-radius: 0;
    height: auto;
    padding: 12px 0;
  }

  .text-field.focusinput {
    background-color: #a26c6c00;
    height: 100%;
    padding-left: 12px;
  }

  .text-field.focusinput.nav-text-field {
    -webkit-backdrop-filter: blur(17px);
    backdrop-filter: blur(17px);
  }

  .nav-items {
    margin-right: 0;
  }

  .footer {
    overflow: hidden;
  }

  .footer-links {
    margin-right: 40px;
  }

  .footer-socials {
    float: left;
    clear: none;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    margin-top: 0;
    margin-right: 0;
    position: static;
  }

  .social-link-a {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-container {
    padding-top: 0;
  }

  .hero-feature-title {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 32px 24px;
  }

  .faq-title {
    margin-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-right-content {
    clear: left;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    margin-right: 0;
    display: flex;
    position: relative;
  }

  .flex-block-23 {
    display: flex;
    position: relative;
  }

  .image-11 {
    width: 150%;
    max-width: 150%;
    margin-left: -25%;
  }

  .webgl-inspector {
    padding-left: 24px;
    padding-right: 24px;
  }

  .manifesto-overlay {
    background-color: #15001166;
    width: 100%;
    height: 100vh;
  }

  .footer-links-2 {
    margin-right: 20px;
  }

  .footer-socials-2 {
    float: left;
    clear: left;
    margin-top: 20px;
  }

  .social-link-a-2 {
    margin-left: 0;
    margin-right: 20px;
  }

  .rich-text-block {
    color: #fff9;
    margin-top: 20px;
    font-size: 16px;
  }

  .legal-links {
    margin-top: 20px;
  }

  .about-content {
    margin-top: 50px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .about-content.developer-paragraph {
    padding-left: 0%;
    padding-right: 0%;
  }

  .hero-feature-title-video {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 32px 24px 520px;
  }

  .paragraph-8.feature-paragraph {
    font-size: 15px;
  }

  .video-getting-started {
    object-fit: fill;
    width: 1440px;
    height: 1380px;
    inset: auto 0% -21% auto;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .header {
    margin-bottom: 80px;
    padding-bottom: 0;
  }

  .hero-feature-container.ticker {
    padding-bottom: 0;
  }

  .faq {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .feature-heading {
    margin-bottom: 10px;
  }

  .feature-heading.faq {
    font-size: 52px;
  }

  .feature-heading.faq-heading, .feature-heading.footer-heading {
    font-size: 42px;
  }

  .feature-heading.manifesto-title {
    width: 100%;
    font-size: 52px;
  }

  .paragraph.availability {
    margin-bottom: 0;
  }

  .div-block {
    padding: 0;
  }

  .text-2 {
    font-size: 14px;
  }

  .image {
    object-fit: fill;
    object-position: 100% 50%;
    height: auto;
    display: block;
  }

  .image.header-image {
    border-radius: 4px;
    margin-top: 60px;
  }

  .image.game-mode-img {
    object-fit: cover;
    height: 330px;
  }

  .small-feature-container.performance, .small-feature-container.extensions, .small-feature-container.browse-mode {
    padding: 32px 24px;
  }

  .small-feature-container.password-import {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .feature-grid-layout {
    grid-template-columns: 1fr;
  }

  .faq-container {
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-toggle {
    padding-left: 24px;
    padding-right: 24px;
  }

  .faq-answer.paragraph {
    max-width: 100%;
    padding-right: 80px;
  }

  .faq-question {
    line-height: 28px;
  }

  .button {
    width: auto;
  }

  .footer {
    overflow: hidden;
  }

  .footer-links {
    margin-right: 20px;
  }

  .footer-socials {
    width: auto;
    margin-top: 40px;
    margin-left: 0;
  }

  .hero-feature-title {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 32px 24px;
  }

  .faq-title {
    padding-left: 24px;
    padding-right: 24px;
  }

  .ticket-img {
    height: 150px;
  }

  .footer-right-content {
    flex-flow: wrap;
    justify-content: flex-start;
    width: 70%;
    margin-left: 80px;
  }

  .footer-right-content.campaign-footer-right {
    justify-content: flex-end;
    align-items: flex-start;
    margin-left: 0;
  }

  .flex-block-23 {
    flex-flow: row;
    justify-content: space-between;
  }

  .image-11 {
    width: 200%;
    max-width: 200%;
    margin-left: -50%;
  }

  .lottie-animation-2 {
    object-position: 50% 50%;
  }

  .scroll-container-2 {
    inset: 0% 0% auto;
  }

  .scroll-container-2.lottie-bg {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .manifesto-paragraph {
    width: 100%;
    font-size: 19px;
    line-height: 22px;
  }

  .manifesto-overlay {
    background-color: #15001166;
  }

  .about-content.developer-paragraph {
    padding-left: 0%;
    padding-right: 0%;
  }

  .hero-feature-title-video {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 32px 24px 340px;
  }

  .paragraph-shortcut {
    font-size: 19px;
  }

  .video-getting-started {
    width: 720px;
    height: 684px;
    inset: auto 0% 0% auto;
  }
}

@media screen and (max-width: 479px) {
  .header {
    margin-bottom: 60px;
    padding-top: 120px;
    padding-bottom: 0;
  }

  .hero-feature-container.ticker {
    padding-bottom: 0;
  }

  .faq {
    height: auto;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .feature-heading {
    width: 100%;
    font-size: 28px;
  }

  .feature-heading.faq-heading, .feature-heading.footer-heading, .feature-heading.manifesto-title {
    font-size: 32px;
  }

  .paragraph.availability {
    margin-left: 0;
  }

  .paragraph.feature-paragraph {
    width: 100%;
  }

  .paragraph.header-paragraph {
    font-size: 15px;
    line-height: 120%;
  }

  .paragraph.header-paragraph.download-paragraph {
    max-width: 480px;
  }

  .div-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 24px 0 0;
  }

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

  .text-2 {
    font-size: 14px;
  }

  .feature-label {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .image {
    object-fit: fill;
    height: auto;
  }

  .image.header-image {
    border-radius: 1px;
    margin-top: 40px;
  }

  .image.game-mode-img {
    height: 230px;
  }

  .navcontainer {
    margin-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .small-feature-container, .small-feature-container.performance {
    padding: 24px 16px;
  }

  .small-feature-container.extensions {
    height: 300px;
    padding: 24px 16px;
  }

  .small-feature-container.browse-mode, .small-feature-container.password-import {
    padding: 24px 16px;
  }

  .faq-container {
    background-image: none;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-toggle {
    white-space: pre-wrap;
    word-break: normal;
    overflow-wrap: normal;
    width: 100%;
    padding: 24px;
  }

  .faq-answer.paragraph {
    max-width: 100%;
    padding-left: 32px;
    padding-right: 32px;
    font-size: 15px;
  }

  .faq-question {
    padding-right: 24px;
    font-size: 19px;
    line-height: 21px;
  }

  .thumbnail-ticket {
    margin-bottom: 10px;
  }

  .primary-button.show-form, .primary-button.submit-form {
    width: 105px;
    padding-left: 0;
    padding-right: 0;
  }

  .primary-button.mobile-submit {
    padding-left: 16px;
    padding-right: 16px;
  }

  .primary-button.mobile-submit.plausible-event-name--download-mobile {
    padding-left: 12px;
    padding-right: 12px;
  }

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

  .form-block {
    display: block;
  }

  .form {
    margin-top: 20px;
  }

  .text-field {
    margin-bottom: 16px;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-right: 16px;
    font-size: 15px;
  }

  .text-field.focusinput {
    margin-bottom: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .text-field.focusinput.nav-text-field {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .text-field.focusinput.mobile-input {
    padding-left: 12px;
    padding-right: 108px;
  }

  .button {
    width: auto;
    margin-bottom: 30px;
    font-size: 15px;
  }

  .button.mailchimp {
    width: 100%;
    margin-bottom: 0;
    position: static;
  }

  .success-message {
    color: #fff;
    background-color: #0000004d;
    border: 1px solid #ffffff4d;
    border-radius: 8px;
    margin-top: 20px;
    font-size: 16px;
  }

  .error-message {
    text-align: center;
    background-color: #ff333380;
    border-radius: 6px;
    margin-top: 8px;
    font-size: 12px;
  }

  .text-block-3 {
    color: #fff;
  }

  .sticky-nav {
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    background-color: #0006;
  }

  .nav-items {
    margin-left: 10px;
  }

  .nav-link {
    display: none;
  }

  .ray-logo.campaign-ray-logo {
    width: 100px;
  }

  .link-block.footer-logo {
    width: 100%;
    margin-bottom: 0;
  }

  .text-block-4 {
    color: #fff;
  }

  .accordian-icon {
    width: 16px;
    min-width: 16px;
  }

  .footer-links {
    width: 100%;
    margin-top: 32px;
    margin-bottom: 0;
    font-size: 12px;
  }

  .footer-links.campaign-footer-links {
    justify-content: flex-start;
  }

  .footer-link-a {
    font-size: 14px;
  }

  .footer-socials {
    width: auto;
    margin-left: 0;
  }

  .footer-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-top-style: none;
    padding-top: 0;
    padding-bottom: 32px;
  }

  .download-header {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .download-header.download-header-mobile {
    background-color: #f000;
    display: none;
  }

  .available-on {
    margin-top: 16px;
  }

  .available-on.available-on-mobile {
    margin-top: 0;
  }

  .hero-feature-title {
    padding: 24px 16px;
  }

  .header-heading {
    width: 100%;
    font-size: 32px;
    line-height: 34px;
  }

  .faq-title {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 20px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .ticket-img {
    height: 100px;
  }

  .footer-title {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    align-items: flex-start;
    margin-bottom: 40px;
    padding-bottom: 60px;
  }

  .footer-right-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: 100%;
    margin-left: 0;
  }

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

  .image-11 {
    width: 300%;
    max-width: 300%;
    margin-left: -100%;
  }

  .scroll-container-2 {
    inset: 0% 0% auto;
  }

  .manifesto-paragraph {
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
  }

  .div-block-19 {
    background-color: #4b3b3b;
    flex: 0 auto;
    width: 100%;
    height: 100vh;
    position: static;
    inset: 0%;
  }

  .manifesto-overlay {
    background-color: red;
    width: 100%;
    height: 100vh;
    position: absolute;
  }

  .campaign-nav {
    padding: 24px;
  }

  .manifesto-overlay {
    background-color: #15001166;
  }

  .link-9.footer-link-a {
    font-size: 19px;
  }

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

  .footer-links-2 {
    font-size: 12px;
  }

  .divider-2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .legal-links {
    margin-top: 10px;
    font-size: 12px;
  }

  .about-content.developer-paragraph {
    margin-top: 160px;
  }

  .hero-feature-title-video {
    padding: 24px 16px 280px;
  }

  .paragraph-8.feature-paragraph {
    width: 100%;
  }

  .video-getting-started {
    width: 600px;
    inset: -5% 0% 0% auto;
  }

  .flex-block-24 {
    flex-flow: row;
  }

  .mobile-nav.nav {
    display: flex;
  }
}

#w-node-_77efa3e2-68e7-dd06-4e38-5911e4521220-4d130098 {
  grid-area: Area;
}

#w-node-_77efa3e2-68e7-dd06-4e38-5911e4521221-4d130098 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77efa3e2-68e7-dd06-4e38-5911e4521230-4d130098 {
  grid-area: Area;
}

#w-node-_77efa3e2-68e7-dd06-4e38-5911e4521231-4d130098 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2a9e90f-35be-2409-22d6-20ec8dbc5f59-64ca0418 {
  grid-area: Area;
}

#w-node-_1f378047-84b5-e4ce-fa1e-1d87f70522fc-64ca0418 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1eef06d7-e189-40b6-5feb-a3d3cac1585e-64ca0418 {
  grid-area: Area;
}

#w-node-_1eef06d7-e189-40b6-5feb-a3d3cac1585f-64ca0418 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-deefc366-959c-c427-e9dc-aa62bc198b92-bc198b5d {
  grid-area: Area;
}

#w-node-deefc366-959c-c427-e9dc-aa62bc198b93-bc198b5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-deefc366-959c-c427-e9dc-aa62bc198ba2-bc198b5d {
  grid-area: Area;
}

#w-node-deefc366-959c-c427-e9dc-aa62bc198ba3-bc198b5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2a9e90f-35be-2409-22d6-20ec8dbc5f59-0af2e97a {
  grid-area: Area;
}

#w-node-_1f378047-84b5-e4ce-fa1e-1d87f70522fc-0af2e97a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1eef06d7-e189-40b6-5feb-a3d3cac1585e-0af2e97a {
  grid-area: Area;
}

#w-node-_1eef06d7-e189-40b6-5feb-a3d3cac1585f-0af2e97a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2a9e90f-35be-2409-22d6-20ec8dbc5f59-9f2f03ab {
  grid-area: Area;
}

#w-node-_1f378047-84b5-e4ce-fa1e-1d87f70522fc-9f2f03ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1eef06d7-e189-40b6-5feb-a3d3cac1585e-9f2f03ab {
  grid-area: Area;
}

#w-node-_1eef06d7-e189-40b6-5feb-a3d3cac1585f-9f2f03ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02344086-8be5-9de2-fc29-5489ddc5cd26-af4958f3 {
  grid-area: Area;
}

#w-node-_02344086-8be5-9de2-fc29-5489ddc5cd27-af4958f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02344086-8be5-9de2-fc29-5489ddc5cd36-af4958f3 {
  grid-area: Area;
}

#w-node-_02344086-8be5-9de2-fc29-5489ddc5cd37-af4958f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2a9e90f-35be-2409-22d6-20ec8dbc5f59-d8e45073 {
  grid-area: Area;
}

#w-node-_1f378047-84b5-e4ce-fa1e-1d87f70522fc-d8e45073 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1eef06d7-e189-40b6-5feb-a3d3cac1585e-d8e45073 {
  grid-area: Area;
}

#w-node-_1eef06d7-e189-40b6-5feb-a3d3cac1585f-d8e45073 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02344086-8be5-9de2-fc29-5489ddc5cd26-e3fecf48 {
  grid-area: Area;
}

#w-node-_02344086-8be5-9de2-fc29-5489ddc5cd27-e3fecf48 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02344086-8be5-9de2-fc29-5489ddc5cd36-e3fecf48 {
  grid-area: Area;
}

#w-node-_02344086-8be5-9de2-fc29-5489ddc5cd37-e3fecf48 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Suisseintl Webm';
  src: url('../fonts/SuisseIntl-Light-WebM.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl Book Webm';
  src: url('../fonts/SuisseIntl-Book-WebM.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintlmono Webs';
  src: url('../fonts/SuisseIntlMono-Regular-WebS.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}