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

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #aaa;
  text-decoration: underline;
}

.body {
  background-color: #000;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  font-family: Roobert, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 120%;
  cursor: auto;
}

.hero-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  padding-top: 140px;
  padding-bottom: 140px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  color: #fff;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  opacity: 1;
  text-align: center;
}

.sticky-nav {
  position: absolute;
  top: 0px;
  z-index: 1;
  width: 100%;
  padding: 40px 0px 0px;
  background-color: transparent;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: ". Area";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-logo-link {
  display: block;
  height: 36px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo {
  display: block;
  height: 36px;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #444;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: underline;
}

.feature-section {
  padding-top: 0px;
  padding-bottom: 0px;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1480px;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 2px solid #121212;
}

.flex-container.noborder {
  border-top-width: 0px;
}

.feature-image-mask {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

.feature-image-mask.firstimg {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
}

.feature-image {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: visible;
  max-height: 1280px;
  max-width: 1280px;
  float: left;
  clear: none;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.feature-image.bgimg {
  z-index: 1;
}

.feature-image.phoneimg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  max-height: 100%;
  max-width: 100%;
}

.ios-only {
	font-weight: 100;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #FFFFFF;
    opacity: 0.8;
    margin-bottom: 48px;
    margin-top: 0px;
}

.button {
  padding: 10px 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 1000px;
  background-color: #000;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  font-size: 16px;
  font-weight: 600;
}

.button:hover {
  border-color: #fff;
  background-color: #fff;
  color: #000;
}

.heading {
  margin-top: auto;
  margin-bottom: auto;
  font-family: Roobert, sans-serif;
  font-size: 44px;
  line-height: 120%;
  font-weight: 600;
  text-align: center;
}

.heading-2 {
  margin-top: auto;
  margin-bottom: 20px;
  color: #aaa;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.div-block {
  margin-top: 120px;
  margin-bottom: 0px;
}

.container {
  max-width: 80%;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 32px;
  font-size: 80px;
  line-height: 110%;
  font-weight: 900;
}

.button-2 {
  padding: 20px 40px;
  border-radius: 16px;
  background-color: #801cff;
  box-shadow: 0 8px 24px 0 rgba(128, 28, 255, 0.5);
  font-weight: 600;
  text-align: center;
}

.image {
  margin-top: 40px;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 120%;
  font-weight: 600;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 120%;
  font-weight: 600;
}

.heading-6 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 120%;
  font-weight: 600;
}

.paragraph {
  color: #aaa;
  font-size: 20px;
  line-height: 140%;
  font-weight: 300;
}

.paragraph-2 {
  color: #aaa;
  font-size: 20px;
  line-height: 140%;
  font-weight: 300;
}

.paragraph-3 {
  color: #aaa;
  font-size: 20px;
  line-height: 140%;
  font-weight: 300;
}

.text-span {
  color: #ff00d6;
}

.text-span-2 {
  color: #ff00d6;
}

.text-span-3 {
  color: #fb2064;
}

.text-span-4 {
  color: #fb2064;
}

.text-span-5 {
  color: #17edd3;
}

.text-span-6 {
  color: #17edd3;
}

.text-span-7 {
  color: #17edd3;
}

.div-block-2 {
  position: relative;
  max-width: 40%;
  padding-right: 40px;
  padding-left: 40px;
}

.div-block-3 {
  max-width: 40%;
  padding-right: 40px;
  padding-left: 40px;
}

.div-block-4 {
  position: relative;
  max-width: 30%;
}

.container-2 {
  padding-top: 100px;
}

.list-item {
  list-style-type: none;
}

.text-block {
  float: none;
  clear: left;
  opacity: 0.6;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
}

.text-block-2 {
  padding-bottom: 4px;
  float: none;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
}

.link-block {
  padding: 24px 40px;
  border-radius: 16px;
  background-color: #252525;
  background-image: url('../images/button.jpg');
  background-position: 0% 0%;
  background-size: 400px;
  box-shadow: 0 0 0 0 rgba(150, 52, 255, 0.3);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  text-decoration: none;
}

.link-block:hover {
  background-position: 100% 100%;
  box-shadow: 0 4px 40px 0 rgba(28, 39, 255, 0.6);
}

.image-2 {
  position: static;
  overflow: visible;
  width: 32px;
  height: 32px;
  margin-top: 5px;
  margin-right: 20px;
  margin-bottom: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  float: left;
  clear: none;
  background-color: hsla(0, 0%, 100%, 0);
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-5 {
  float: left;
}

.link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-weight: 600;
  text-decoration: underline;
}

.link:hover {
  color: #fff;
}

.text-block-3 {
  margin-bottom: 30px;
  font-size: 60px;
  line-height: 120%;
  font-weight: 600;
}

.gamers {
  margin-top: 60px;
  margin-bottom: 100px;
  padding-top: 160px;
  padding-bottom: 160px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), radial-gradient(circle farthest-corner at 50% 50%, #000, hsla(0, 0%, 100%, 0)), url('../images/gamers.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), radial-gradient(circle farthest-corner at 50% 50%, #000, hsla(0, 0%, 100%, 0)), url('../images/gamers.png');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, auto 100%;
}

.text-span-8 {
  background-image: linear-gradient(45deg, #cf0, #17edd3 50%, #b382ec);
  color: #cf0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-block-4 {
  color: #aaa;
  font-size: 24px;
  line-height: 130%;
  font-weight: 300;
}

.image-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  background-image: url('../images/screenshots.jpg');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: repeat-x;
  background-attachment: scroll;
  opacity: 0.3;
  line-height: 100%;
}

.hero {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  overflow: hidden;
  height: 100vh;
  max-width: 100%;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-image: url('../images/screenshots-1.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat;
  opacity: 0.3;
}

.div-block-6 {
  position: relative;
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: #121212;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.link-block-2 {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
  padding-top: 48px;
  padding-bottom: 48px;
  border-radius: 24px;
  background-color: #205097;
  background-image: linear-gradient(160deg, #b382ec, #801cff 50%, #17edd3);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-clip: border-box;
}

.link-block-2:hover {
  box-shadow: 0 20px 40px 10px rgba(0, 0, 0, 0.4);
}

.link-block-2.downloadbutton {
  background-color: #252525;
  background-image: url('../images/button.jpg');
  background-position: 0% 0%;
  background-size: 1000px;
}

.link-block-2.downloadbutton:hover {
  background-position: 100% 100%;
}

.text-block-5 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 54px;
  line-height: 100%;
  font-weight: 600;
  text-decoration: none;
}

.text-block-5:hover {
  color: #fff;
}

.text-block-6 {
  opacity: 0.6;
  color: #fff;
  font-size: 24px;
  line-height: 120%;
  font-weight: 300;
}

.text-block-6:hover {
  opacity: 0.6;
  color: #fff;
}

.div-block-7 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 36px;
  background-image: url('../images/pixels.svg');
  background-position: 50% 0%;
  background-repeat: repeat-x;
}

.link-block-3 {
  width: 49%;
  padding: 32px;
  float: left;
  border-radius: 16px;
  background-color: #252525;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-decoration: none;
}

.link-block-3:hover {
  background-color: #333;
}

.link-block-3.right {
  float: right;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.link-block-3.right:hover {
  background-color: #333;
}

.text-block-7 {
  line-height: 130%;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-block-8 {
  margin-bottom: 4px;
  color: #fff;
  font-size: 26px;
  line-height: 140%;
  font-weight: 600;
}

.div-block-8 {
  float: left;
}

.image-4 {
  display: inline-block;
  width: 40px;
  margin-top: 10px;
  float: right;
  text-align: right;
}

.div-block-9 {
  float: left;
}

.image-5 {
  width: 40px;
  margin-top: 10px;
  float: right;
}

.footer {
  padding-top: 100px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #000;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.div-block-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #696969;
  font-size: 13px;
  line-height: 140%;
  font-weight: 400;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
  line-height: 150%;
  font-weight: 300;
  text-decoration: none;
}

.footer-link:hover {
  color: #cf0;
  text-decoration: none;
}

.text-block-9 {
  margin-top: 100px;
  color: #636363;
  font-size: 13px;
  text-transform: uppercase;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container-4 {
  display: block;
  max-width: 80%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.logo-link {
  z-index: 1;
  height: 36px;
}

.logo-link:hover {
  opacity: 0.8;
}

.logo-link:active {
  opacity: 0.7;
}

.logo-link.w--current {
  float: left;
}

.nav-logo-2 {
  display: block;
  height: 36px;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.div-block-12 {
  margin-top: 10px;
  float: right;
  text-align: right;
}

.navigation-item {
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: left;
  opacity: 0.6;
  color: #fff;
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.navigation-item:hover {
  opacity: 0.9;
  color: #cf0;
}

.navigation-item:active {
  opacity: 0.8;
}

.navigation-item.w--current {
  margin-right: 20px;
  opacity: 1;
  color: #fff;
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
  text-align: right;
}

.navigation-item.w--current:hover {
  opacity: 0.8;
  color: #cf0;
}

.navigation-item.w--current:active {
  opacity: 0.7;
  color: #cf0;
}

.image-8 {
  position: relative;
  z-index: auto;
  display: block;
  overflow: visible;
  width: 100%;
  max-width: 90%;
  margin: 0px auto 20px;
  float: none;
  clear: none;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.container-5 {
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.text-block-10 {
  width: 100%;
  margin-top: 40px;
  font-family: Roobert, sans-serif;
  color: #fff;
  font-size: 34px;
  line-height: 130%;
  font-weight: 300;
}

.label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.label.cc-light {
  position: static;
  display: block;
  width: 100%;
  height: 140%;
  margin-bottom: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 24px;
  line-height: 140%;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
}

.label.cc-light.little {
  width: 100%;
  height: auto;
  margin-top: 20px;
  font-family: Roobert, sans-serif;
  color: #9c9c9c;
  font-size: 14px;
  line-height: 150%;
  font-weight: 300;
}

.label.cc-light.little.little-2 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.separator {
  width: 100%;
  height: 2px;
  margin-top: 80px;
  margin-bottom: 80px;
  padding-top: 0px;
  background-color: #1c1c1c;
}

.grid-2 {
  display: inline-block;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  grid-template-areas: "Area Area-2";
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  margin-top: 0px;
  border: 2px solid #fff;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0%;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  margin-bottom: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.heading-7 {
  margin-top: 60px;
  margin-bottom: auto;
  color: #aaa;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.paragraph-4 {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Roobert, sans-serif;
  font-size: 24px;
  line-height: 140%;
  font-weight: 300;
  text-align: left;
}

.paragraph-4.marginbottom {
  margin-bottom: 40px;
}

.heading-8 {
  margin-top: 0px;
  background-image: -webkit-gradient(linear, left top, right top, from(#befc5c), to(#00ffe0));
  background-image: linear-gradient(90deg, #befc5c, #00ffe0);
  color: #fff;
  font-size: 34px;
  line-height: 140%;
  font-weight: 600;
  text-align: left;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.heading-8.gradienttext {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00ffe0), color-stop(50%, #91ff00), to(#faff00));
  background-image: linear-gradient(180deg, #00ffe0, #91ff00 50%, #faff00);
  font-size: 38px;
}

.heading-8.gradienttext.redgradient {
  margin-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00ffe0), color-stop(50%, #ff00f6), to(#faff00));
  background-image: linear-gradient(180deg, #00ffe0, #ff00f6 50%, #faff00);
}

.heading-8.gradienttext.gradientcyan {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00ff59), color-stop(50%, #42ffd6), to(#00ffc8));
  background-image: linear-gradient(180deg, #00ff59, #42ffd6 50%, #00ffc8);
}

.link-4 {
  position: relative;
  left: auto;
  right: auto;
  display: inline-block;
  overflow: visible;
  margin: 20px auto 0px;
  padding: 16px 24px;
  float: none;
  clear: none;
  border-radius: 8px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #3a3a3a;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
  -o-object-fit: fill;
  object-fit: fill;
}

.link-4:hover {
  background-color: #e2e2e2;
  color: #0f0f0f;
}

.image-13 {
  max-width: 40%;
}

.little-title {
  color: #9c9c9c;
  font-size: 14px;
  line-height: 200%;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.image-12 {
  position: relative;
  max-width: 40%;
  margin-right: 60px;
  padding-right: 0px;
  float: left;
}

.heading-jumbo-small {
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Roobert, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 140%;
  font-weight: 600;
  text-align: left;
  text-transform: none;
}

.image-11 {
  margin-top: 20px;
  margin-bottom: 40px;
  border-radius: 24px;
}

.image-14 {
  width: 100%;
}

.grid {
  display: -ms-grid;
  display: grid;
  margin-top: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-auto-rows: minmax(146px, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: "Area Area-2" "Area-4 Area-3";
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-13 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  margin: 0px auto;
  padding: 200px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: solid;
  border-width: 0px;
  border-color: #fff;
  border-radius: 0px;
  background-color: #000;
  background-image: url('../images/partners.svg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: scroll;
}

.container-6 {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: block;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-14 {
  position: relative;
  display: block;
  overflow: visible;
  float: none;
}

.text-block-11 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 44px;
  line-height: 150%;
  font-weight: 600;
  text-align: center;
}

.text-block-12 {
  width: 600px;
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
}

.link-3 {
  display: inline;
  opacity: 1;
  color: #cf0;
  font-weight: 300;
  text-decoration: none;
}

.link-3:hover {
  opacity: 1;
  color: #cf0;
  text-decoration: underline;
}

.footer-2 {
  padding-top: 100px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #111;
  text-align: center;
}

.body-2 {
  background-color: #000;
  font-family: Roobert, sans-serif;
  color: #fff;
}

.navigation-item-2 {
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: left;
  opacity: 0.6;
  color: #fff;
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.navigation-item-2:hover {
  opacity: 0.9;
  color: #cf0;
}

.navigation-item-2:active {
  opacity: 0.8;
}

.navigation-item-2.w--current {
  margin-right: 20px;
  opacity: 1;
  color: #fff;
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
  text-align: right;
}

.navigation-item-2.w--current:hover {
  opacity: 0.8;
  color: #cf0;
}

.navigation-item-2.w--current:active {
  opacity: 0.7;
  color: #cf0;
}

.section {
  margin-right: 30px;
  margin-left: 30px;
}

.section.cc-store-home-wrap {
  display: block;
  max-width: 1400px;
  margin: 0px auto;
}

.container-7 {
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.intro {
  margin-top: 40px;
}

.heading-9 {
  color: #b382ec;
  font-size: 34px;
  line-height: 140%;
  font-weight: 600;
  text-align: left;
}

.paragraph-5 {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Roobert, sans-serif;
  font-size: 24px;
  line-height: 140%;
  font-weight: 300;
  text-align: left;
}

.text-block-13 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 44px;
  line-height: 150%;
  font-weight: 600;
  text-align: center;
}

.text-block-14 {
  width: 600px;
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
  line-height: 150%;
  font-weight: 300;
  text-align: center;
}

.body-3 {
  background-color: #000;
  font-family: Roobert, sans-serif;
  color: #aaa;
}

.bold-text {
  font-weight: 600;
}

.bold-text-2 {
  font-weight: 600;
}

.body-4 {
  background-color: #000;
  font-family: Roobert, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.container-8 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.bold-text-3 {
  font-size: 24px;
}

.paragraph-6 {
  line-height: 140%;
}

.div-block-15 {
  display: block;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
}

.container-9 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-7 {
  font-weight: 600;
}

.div-block-16 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.background-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  width: 100%;
  height: 100vh;
  opacity: 0.6;
}

.div-block-17 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.lottie-animation {
  position: absolute;
  left: 50%;
  top: 50%;
  right: 50%;
  bottom: 50%;
  z-index: 20;
  width: 360px;
  height: 360px;
  margin-top: -164px;
  margin-left: -180px;
}

.image-15 {
  position: absolute;
  left: 50%;
  top: 50%;
  right: 50%;
  bottom: 50%;
  z-index: 10;
  width: 240px;
  height: 240px;
  margin-top: -120px;
  margin-left: -120px;
}

.lottie-animation-2 {
  position: absolute;
  left: -21px;
  top: 0%;
  bottom: 0%;
  z-index: 2;
  width: 100%;
}

.list-item-3 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 24px;
  line-height: 140%;
  font-weight: 300;
}

.list-item-4 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 24px;
  line-height: 140%;
  font-weight: 300;
}

.heading-10 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 32px;
  line-height: 130%;
  font-weight: 600;
  background-clip: border-box;
}

.offerblock {
  margin-top: 40px;
  margin-bottom: 40px;
}

.image-16 {
  margin-bottom: 40px;
}

.container-10 {
  max-width: 60%;
}

.container-11 {
  max-width: 60%;
}

.image-17 {
  margin-top: 0px;
  margin-bottom: 40px;
  border-radius: 24px;
}

.list {
  list-style-type: square;
}

@media screen and (max-width: 991px) {
  .hero-overlay {
    height: 80vh;
  }
  .flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .flex-container.noborder {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .feature-image-mask {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    clear: both;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
  }
  .feature-image {
    display: block;
    max-width: 80%;
    margin: 60px auto;
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .feature-image.firstimg {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .heading {
    font-size: 32px;
  }
  .heading-3 {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
    font-size: 52px;
  }
  .image {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
  }
  .heading-4 {
    text-align: center;
  }
  .heading-5 {
    text-align: center;
  }
  .heading-6 {
    text-align: center;
  }
  .heading-6.headingsecond {
    margin-top: 20px;
  }
  .paragraph {
    text-align: center;
  }
  .paragraph-2 {
    text-align: center;
  }
  .paragraph-3 {
    text-align: center;
  }
  .div-block-2 {
    max-width: 100%;
    padding: 40px 60px;
  }
  .div-block-3 {
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 60px;
  }
  .div-block-4 {
    max-width: 100%;
    margin-top: 0px;
    padding: 40px 60px;
  }
  .container-2 {
    padding-top: 60px;
  }
  .text-block-3 {
    font-size: 40px;
    text-align: center;
  }
  .gamers {
    margin-top: 0px;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), radial-gradient(circle farthest-corner at 50% 50%, #000, hsla(0, 0%, 100%, 0)), url('../images/gamers.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), radial-gradient(circle farthest-corner at 50% 50%, #000, hsla(0, 0%, 100%, 0)), url('../images/gamers.png');
    background-position: 0px 0px, 0px 0px, 0px 0px;
    background-size: auto, auto, contain;
  }
  .text-block-4 {
    text-align: center;
  }
  .div-block-6 {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .link-block-2 {
    display: block;
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .text-block-5 {
    margin-bottom: 10px;
    font-size: 50px;
  }
  .text-block-6 {
    font-size: 20px;
  }
  .link-block-3 {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-bottom: 24px;
    margin-left: auto;
    float: none;
  }
  .link-block-3.right {
    margin-bottom: 0px;
    float: none;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .container-3 {
    max-width: 80%;
  }
  .div-block-11 {
    display: block;
    text-align: left;
  }
  .container-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .logo-link {
    display: block;
    float: left;
    clear: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .logo-link.w--current {
    margin-top: 3px;
    margin-left: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .nav-logo-2 {
    display: block;
    text-align: center;
  }
  .div-block-12 {
    margin-top: 0px;
  }
  .navigation-item {
    padding: 15px 0px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }
  .navigation-item:hover {
    background-color: transparent;
  }
  .navigation-item:active {
    background-color: transparent;
  }
  .navigation-item:focus {
    background-color: transparent;
  }
  .navigation-item.w--current {
    background-color: transparent;
  }
  .navigation-item.w--current:hover {
    background-color: transparent;
  }
  .image-8 {
    width: 100%;
    max-width: 100%;
  }
  .container-5 {
    max-width: 80%;
  }
  .cards-grid-container {
    grid-column-gap: 20px;
  }
  .grid {
    grid-row-gap: 20px;
  }
  .footer-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .navigation-item-2 {
    padding: 15px 0px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }
  .navigation-item-2:hover {
    background-color: transparent;
  }
  .navigation-item-2:active {
    background-color: transparent;
  }
  .navigation-item-2:focus {
    background-color: transparent;
  }
  .navigation-item-2.w--current {
    background-color: transparent;
  }
  .navigation-item-2.w--current:hover {
    background-color: transparent;
  }
  .container-7 {
    max-width: 80%;
  }
  .background-video {
    height: 80vh;
  }
  .lottie-animation {
    width: 220px;
    height: 220px;
    margin-top: -95px;
    margin-left: -110px;
  }
  .lottie-animation-2 {
    left: auto;
  }
  .container-10 {
    max-width: 90%;
  }
  .container-11 {
    max-width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .hero-overlay {
    padding: 40px 20px;
  }
  .sticky-nav {
    position: relative;
  }
  .nav-grid {
    text-align: center;
  }
  .feature-section {
    padding: 20px;
  }
  .flex-container {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feature-image-mask {
    margin-top: 20px;
    margin-right: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .feature-image {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .heading {
    max-width: 60%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .heading-3 {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
    font-size: 50px;
  }
  .heading-4.margintop {
    margin-top: 60px;
    font-size: 32px;
  }
  .heading-5 {
    font-size: 32px;
  }
  .heading-6.headingsecond {
    margin-top: 40px;
    font-size: 32px;
  }
  .div-block-2 {
    padding: 0px 40px;
  }
  .div-block-3 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .div-block-4 {
    padding-top: 0px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .container-2 {
    padding-top: 40px;
    background-color: #000;
  }
  .gamers {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), radial-gradient(circle farthest-corner at 50% 50%, #000, hsla(0, 0%, 100%, 0)), url('../images/gamers.png');
    background-image: linear-gradient(180deg, null, null), radial-gradient(circle farthest-corner at 50% 50%, #000, hsla(0, 0%, 100%, 0)), url('../images/gamers.png');
    background-size: auto, auto, cover;
  }
  .link-block-2 {
    margin-bottom: 16px;
    padding-top: 32px;
    padding-bottom: 32px;
    border-radius: 16px;
  }
  .text-block-5 {
    margin-bottom: 10px;
    font-size: 34px;
  }
  .link-block-3 {
    margin-bottom: 16px;
  }
  .footer {
    padding: 40px 20px;
  }
  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .container-4 {
    display: block;
    text-align: center;
  }
  .logo-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .logo-link.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .nav-logo-2 {
    position: relative;
    display: block;
    float: none;
    clear: none;
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .div-block-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    float: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .navigation-item {
    background-color: transparent;
  }
  .navigation-item:hover {
    background-color: transparent;
  }
  .navigation-item:active {
    background-color: transparent;
  }
  .navigation-item.w--current {
    background-color: transparent;
  }
  .image-8 {
    width: 100%;
  }
  .container-5 {
    text-align: center;
  }
  .text-block-10 {
    text-align: left;
  }
  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }
  .footer-2 {
    padding: 40px 20px;
  }
  .navigation-item-2 {
    background-color: transparent;
  }
  .navigation-item-2:hover {
    background-color: transparent;
  }
  .navigation-item-2:active {
    background-color: transparent;
  }
  .navigation-item-2.w--current {
    background-color: transparent;
  }
  .section {
    margin-right: 15px;
    margin-left: 15px;
  }
  .section.cc-store-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }
  .container-7 {
    text-align: center;
  }
  .background-video {
    height: 100vh;
  }
  .lottie-animation {
    margin-top: -100px;
  }
}

@media screen and (max-width: 479px) {
  .hero-overlay {
    height: 40vh;
    background-position: 50% 50%;
  }
  .centered-container {
    text-align: center;
  }
  .sticky-nav {
    padding: 0px;
  }
  .nav-grid {
    display: block;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }
  .nav-logo-link {
    display: block;
    margin-right: auto;
    margin-left: auto;
    border-top: 0px none hsla(0, 0%, 100%, 0);
    text-align: center;
  }
  .nav-logo {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }
  .feature-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .flex-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .flex-container.noborder {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .feature-image-mask {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .feature-image {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .button {
    overflow: visible;
    opacity: 1;
  }
  .heading {
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 40px;
    font-size: 28px;
    line-height: 130%;
  }
  .heading-2 {
    margin-bottom: 10px;
  }
  .heading-3 {
    max-width: 90%;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    font-size: 34px;
    line-height: 120%;
    font-weight: 900;
    text-align: center;
  }
  .button-2 {
    text-align: center;
  }
  .image {
    max-width: 80%;
  }
  .heading-4 {
    font-size: 24px;
    line-height: 130%;
  }
  .heading-4.margintop {
    margin-top: 20px;
    font-size: 24px;
  }
  .heading-5 {
    position: relative;
    width: 100%;
    max-width: 100%;
    float: none;
    clear: none;
    font-size: 24px;
    line-height: 130%;
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .heading-6 {
    font-size: 24px;
    line-height: 130%;
    text-align: center;
  }
  .heading-6.headingsecond {
    margin-top: 0px;
    font-size: 24px;
  }
  .paragraph {
    font-size: 18px;
    text-align: center;
  }
  .paragraph-2 {
    font-size: 18px;
  }
  .paragraph-3 {
    font-size: 18px;
    text-align: center;
  }
  .div-block-2 {
    padding: 20px 0px;
  }
  .div-block-3 {
    padding: 0px 0px 20px;
    text-align: center;
  }
  .div-block-4 {
    padding: 20px 0px;
  }
  .container-2 {
    padding-top: 60px;
  }
  .list-item {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px none #000;
  }
  .text-block {
    margin-right: auto;
    margin-left: auto;
    line-height: 130%;
    text-align: center;
  }
  .text-block-2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 10px;
    line-height: 120%;
    text-align: center;
  }
  .link-block {
    display: block;
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding: 20px;
    text-align: center;
  }
  .image-2 {
    display: none;
    overflow: visible;
    opacity: 1;
  }
  .div-block-5 {
    display: inline;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }
  .text-block-3 {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 24px;
    line-height: 130%;
    text-align: center;
  }
  .gamers {
    margin-bottom: 40px;
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), radial-gradient(circle farthest-corner at 50% 50%, #000, hsla(0, 0%, 100%, 0)), url('../images/gamers.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), radial-gradient(circle farthest-corner at 50% 50%, #000, hsla(0, 0%, 100%, 0)), url('../images/gamers.png');
    background-position: 0px 0px, 0px 0px, 50% 50%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, repeat;
  }
  .text-block-4 {
    font-size: 18px;
    line-height: 140%;
    font-weight: 300;
    text-align: center;
  }
  .div-block-6 {
    padding-top: 80px;
    padding-bottom: 20px;
  }
  .link-block-2 {
    max-width: 90%;
    margin-bottom: 10px;
    padding-top: 32px;
    padding-bottom: 32px;
    border-radius: 16px;
  }
  .text-block-5 {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .text-block-6 {
    font-size: 16px;
  }
  .link-block-3 {
    width: 90%;
    margin-bottom: 10px;
  }
  .text-block-7 {
    font-size: 14px;
    text-align: center;
  }
  .text-block-8 {
    font-size: 20px;
    text-align: center;
  }
  .div-block-8 {
    padding-bottom: 0px;
    float: none;
  }
  .image-4 {
    display: none;
    width: 30px;
    float: none;
    clear: none;
  }
  .div-block-9 {
    padding-bottom: 0px;
    float: none;
  }
  .image-5 {
    display: none;
    width: 30px;
    float: none;
    clear: none;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }
  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-logo-link {
    height: 60px;
  }
  .footer-heading {
    margin-top: 20px;
  }
  .container-3 {
    max-width: 100%;
    padding-right: 24px;
    padding-left: 24px;
  }
  .div-block-11 {
    margin-bottom: 20px;
  }
  .list-item-2 {
    display: none;
  }
  .container-4 {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .logo-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .logo-link.w--current {
    max-width: 50%;
    margin: 0px auto;
    padding-left: 0px;
  }
  .div-block-12 {
    width: 100%;
  }
  .navigation-item {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 12px;
    line-height: 130%;
    text-align: left;
  }
  .navigation-item.w--current {
    margin-right: 0px;
    font-size: 12px;
    text-align: left;
  }
  .navigation-item.w--current:hover {
    background-color: transparent;
  }
  .image-8 {
    max-width: 100%;
    margin-bottom: 0px;
  }
  .container-5 {
    max-width: 90%;
  }
  .text-block-10 {
    width: 100%;
    margin-top: 20px;
    font-size: 20px;
    text-align: left;
  }
  .label.cc-light.little {
    width: 100%;
  }
  .separator {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .grid-2 {
    display: block;
  }
  .cards-grid-container {
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .heading-7 {
    text-align: left;
  }
  .paragraph-4 {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .heading-8.gradienttext {
    font-size: 26px;
    line-height: 130%;
  }
  .heading-8.gradienttext.redgradient {
    line-height: 130%;
  }
  .heading-8.gradienttext.gradientcyan {
    font-size: 26px;
    line-height: 130%;
  }
  .link-4 {
    position: static;
    display: block;
    text-align: center;
  }
  .image-13 {
    max-width: 100%;
  }
  .image-12 {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .heading-jumbo-small {
    font-size: 24px;
    line-height: 130%;
  }
  .image-11 {
    margin-top: 0px;
  }
  .div-block-13 {
    display: block;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .text-block-11 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 24px;
    line-height: 130%;
    text-align: left;
  }
  .text-block-12 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }
  .footer-2 {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }
  .navigation-item-2 {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 12px;
    line-height: 130%;
    text-align: center;
  }
  .navigation-item-2.w--current {
    margin-right: 0px;
    font-size: 12px;
    text-align: center;
  }
  .navigation-item-2.w--current:hover {
    background-color: transparent;
  }
  .container-7 {
    max-width: 90%;
  }
  .intro {
    margin-top: 20px;
  }
  .paragraph-5 {
    font-size: 20px;
  }
  .text-block-13 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 24px;
    line-height: 130%;
    text-align: center;
  }
  .text-block-14 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .bold-text {
    font-size: 26px;
    line-height: 130%;
  }
  .background-video {
    height: 50vh;
  }
  .lottie-animation {
    width: 160px;
    height: 160px;
    margin-top: -74px;
    margin-left: -80px;
  }
  .lottie-animation-2 {
    left: auto;
  }
  .list-item-3 {
    font-size: 20px;
  }
  .list-item-4 {
    font-size: 20px;
  }
  .heading-10 {
    font-size: 24px;
    text-align: left;
  }
  .container-10 {
    max-width: 90%;
  }
  .container-11 {
    max-width: 90%;
  }
  .list {
    padding-left: 20px;
  }
}

#w-node-484572ff6aa2-db97b0a4 {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-82a6571e777a-f3547eb3 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area;
}

.grid-2>#w-node-82a6571e777a-f3547eb3 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid>#w-node-82a6571e777a-f3547eb3 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#w-node-a8751d8df82d-f3547eb3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a8751d8df82e-f3547eb3 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: Area-4;
}

#w-node-a8751d8df82f-f3547eb3 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area;
}

.grid-2>#w-node-a8751d8df82f-f3547eb3 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid>#w-node-a8751d8df82f-f3547eb3 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#w-node-a8751d8df830-f3547eb3 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: Area-3;
}

#w-node-a8751d8df832-f3547eb3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a8751d8df834-f3547eb3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a8751d8df835-f3547eb3 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area;
}

.grid-2>#w-node-a8751d8df835-f3547eb3 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid>#w-node-a8751d8df835-f3547eb3 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

@media screen and (max-width: 767px) {
  #w-node-82a6571e776d-f3547eb3 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-82a6571e7772-f3547eb3 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-484572ff6aa2-db97b0a4 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-82a6571e7765-f3547eb3 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  #w-node-82a6571e776a-f3547eb3 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-82a6571e776f-f3547eb3 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Roobert';
  src: url('../fonts/Roobert-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Roobert';
  src: url('../fonts/Roobert-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Roobert';
  src: url('../fonts/Roobert-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Roobert';
  src: url('../fonts/Roobert-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Roobert';
  src: url('../fonts/Roobert-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}