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

img {
  max-width: 100%;
  display: inline-block;
}

.sticky-nav {
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0);
  padding: 8px 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav-grid {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0;
  display: grid;
}

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

.nav-logo {
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: 0% 50%;
}

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

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

.body {
  background-color: #000;
  background-image: linear-gradient(270deg, #1e00ff, #00ffe1);
}

.image {
  width: 60px;
  opacity: 1;
  color: #fff;
  cursor: auto;
  background-color: rgba(255, 255, 255, 0);
  flex: 0 auto;
}

.container {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.menuitem {
  width: 70px;
  color: #fff;
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
  transition: margin .2s;
  display: inline-block;
}

.menuitem:hover {
  text-align: center;
  background-color: rgba(29, 13, 254, 0);
  border-radius: 20px;
  margin-top: -3px;
  padding-left: 0;
  padding-right: 0;
}

.menuitem.w--current {
  color: #0b1286;
  background-color: rgba(53, 254, 13, 0);
  display: inline-block;
}

.menuitem.menubutton {
  color: #1c14fd;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  flex: 0 auto;
  padding: 10px;
  font-style: normal;
  transition: margin .175s cubic-bezier(.645, .045, .355, 1);
}

.menuitem.menubutton:hover {
  margin-top: -10px;
}

.menuitem.selected {
  background-color: #1d0dfe;
  border-radius: 20px;
  padding: 6px;
}

.menuitem.hide {
  display: none;
}

.columns {
  width: 100%;
  max-width: 1100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-2 {
  background-image: url('../images/slide-background-diamonds-sheets.jpg');
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 60px 150px;
  display: flex;
}

.column {
  margin-bottom: -25px;
  padding-top: 48px;
  padding-left: 0;
  padding-right: 0;
}

.column-2 {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.bigtitle {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .26);
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 900;
  line-height: 100px;
  text-decoration: none;
}

.bigtitle.bluetitle {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .26);
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
}

.bigtitle.bluetitle.join {
  color: #fff;
  text-align: center;
  font-size: 60px;
  line-height: 60px;
}

.bigtitle.bluetitle.herosquad {
  color: #fff;
  text-shadow: 4px 4px 6px rgba(0, 0, 0, .26);
}

.bigtitle.bluetitle.trivia {
  color: #fff;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .26);
}

.bigtitle.hiring {
  text-align: center;
  font-size: 60px;
  line-height: 69px;
}

.bigtitle.contact {
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-block {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .26);
  font-family: Inter, sans-serif;
  font-size: 30px;
  line-height: 35px;
}

.text-block.whitetext {
  color: #fff;
  text-align: center;
  font-size: 30px;
  line-height: 35px;
}

.image-2 {
  padding: 30px;
}

.section-3 {
  background-color: #fff;
}

.button {
  color: #fff;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .26);
  background-color: #fff;
  background-image: linear-gradient(130deg, #fff200, #ff7b00);
  border-radius: 100px;
  margin-bottom: 19px;
  padding: 21px;
  font-family: Nunito, sans-serif;
  font-size: 20px;
  font-weight: 900;
  transition: opacity .2s;
  transform: scale(1.2);
  box-shadow: 0 8px 11px -4px #e1ff00;
}

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

.button.inversebutton {
  color: #fff;
  background-color: #1d0dfe;
  background-image: linear-gradient(#ffd044, #ff7b00);
}

.button.job {
  opacity: 1;
  text-align: center;
  border: 3px solid #fff;
}

.button.job.animated-gradient {
  filter: brightness(200%);
}

.div-block {
  text-align: center;
  padding: 30px;
}

.section-3 {
  text-align: center;
  background-image: linear-gradient(348deg, #ffbf00, #fffb00);
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.gameicon {
  z-index: 1;
  border-radius: 100px;
  display: block;
  position: static;
  box-shadow: 0 20px 100px -2px rgba(0, 0, 0, .41);
}

.gameicon.foreground {
  width: 250px;
  border-radius: 50px;
  margin-top: -112px;
  margin-left: -123px;
  transform: rotate(-11deg);
}

.gameicon.foreground.offset {
  z-index: 0;
  width: 200px;
  margin-top: -68px;
  margin-bottom: -111px;
  margin-left: 272px;
  position: relative;
  transform: rotate(3deg);
  box-shadow: 0 20px 50px -2px rgba(0, 0, 0, .41);
}

.column-3 {
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.slide {
  text-align: left;
  border-radius: 40px;
}

.footer {
  text-align: center;
  background-color: #fff;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  font-family: Nunito, sans-serif;
  font-weight: 900;
  display: flex;
}

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

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

.footer-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: #444;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

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

.text-block-2 {
  color: #1d0dfe;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.image-4 {
  border-radius: 100px;
  box-shadow: 1px 1px 3px #000;
}

.slider, .mask {
  border-radius: 40px;
}

.image-5 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-top: 0;
}

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

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

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

.div-block-2 {
  max-width: 2000px;
  text-align: center;
  object-fit: cover;
  border-radius: 0;
  flex: 1;
  order: 0;
  display: block;
  overflow: visible;
}

.div-block-2.counterdiv {
  flex: 1;
  align-self: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
  overflow: visible;
}

.section-4 {
  height: 240px;
  background-color: #1d0dfe;
  background-image: linear-gradient(270deg, #d9ff00, #00ffe1);
  justify-content: center;
  margin-top: 0;
  display: flex;
}

.heading {
  text-align: center;
  border-radius: 0;
  font-family: Nunito, sans-serif;
  font-size: 100px;
  font-weight: 900;
  line-height: 100px;
}

.heading.bigtitle {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.heading.bigtitle.counter {
  text-shadow: 1px 1px 7px rgba(0, 0, 0, .52);
  margin-bottom: -100px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.heading-2 {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .26);
  margin-bottom: 0;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.number-holder {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
}

.gamesection {
  background-color: #000;
  background-image: url('../images/diamonds.jpg'), linear-gradient(55deg, #000, #ff9d00 0%, #e1ff00);
  background-position: 50% 0, 0 0;
  background-size: cover, auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.gamesection.inter {
  background-color: #0f0f0f;
}

.gamesection.locations {
  background-color: #fff;
  background-image: linear-gradient(55deg, #000, #ff9d00 0%, #e1ff00);
  padding-top: 89px;
  padding-bottom: 89px;
}

.gamesection.second {
  background-image: repeating-linear-gradient(262deg, #00ff48, #0ef);
}

.image-6 {
  text-align: center;
  border: 3px solid #fff;
  border-radius: 15px;
  box-shadow: -6px 9px 20px 8px rgba(0, 0, 0, .34);
}

.image-6.test {
  display: none;
}

.image-6.gamepreview {
  border: 4px solid #000;
  border-radius: 20px;
  box-shadow: 0 40px 100px -20px #000;
}

.column-4 {
  text-align: center;
}

.column-5 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: visible;
}

.column-5.card {
  object-fit: fill;
  background-color: rgba(255, 255, 255, .09);
  border-radius: 50px;
  flex: 0 auto;
  padding: 0 31px 31px;
}

.columns-2 {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
  display: flex;
}

.paragraph {
  color: #fff;
  text-align: left;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .26);
  border: 1px solid rgba(255, 255, 255, 0);
  margin-top: 10px;
  font-family: Nunito, sans-serif;
  font-size: 17px;
  line-height: 30px;
}

.columns-3 {
  width: 500px;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  padding-top: 15px;
  padding-bottom: 15px;
  display: inline-block;
}

.column-6 {
  flex: 1;
}

.image-7 {
  padding: 0 10px;
}

.image-7.storebutton {
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  padding-left: 0;
  padding-right: 0;
  transition: transform .2s;
}

.image-7.storebutton:hover {
  transform: translate(0, -10px);
}

.image-8 {
  padding-left: 10px;
  padding-right: 10px;
}

.image-8.storebutton {
  max-height: 100%;
  object-fit: cover;
  padding-left: 0;
  padding-right: 0;
  transition: transform .2s;
}

.image-8.storebutton:hover {
  transform: translate(0, -10px);
}

.image-9 {
  width: 400px;
  text-align: right;
  margin-bottom: -426px;
  margin-right: -126px;
  padding-left: 0;
}

.image-9.unicorn {
  margin-bottom: -250px;
  margin-right: -828px;
}

.image-10 {
  z-index: 3;
  width: 350px;
  margin-top: -249px;
  margin-bottom: -101px;
  margin-left: -182px;
  position: relative;
}

.body-2 {
  background-image: linear-gradient(270deg, #1e00ff, #00ffe1);
  margin-left: auto;
  margin-right: auto;
}

.div-block-3 {
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 0;
  transform: scale3d(1.7, .5, 1)rotate(-14deg);
}

.slider-2 {
  height: 500px;
  box-shadow: none;
  border-radius: 0;
  flex-direction: column;
  display: flex;
}

.image-11 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: static;
}

.image-12 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  position: relative;
  transform: translate(0);
  box-shadow: 1px 1px 3px #000;
}

.slide-2 {
  float: none;
}

.mask-2 {
  opacity: 1;
  border-radius: 0;
}

.text-span {
  float: none;
  direction: ltr;
  color: #ff1e96;
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(81deg, #ff0080, #a600ff);
  -webkit-background-clip: text;
  background-clip: text;
  border: 0 #000;
  padding-left: 6px;
  font-style: normal;
  overflow: visible;
  transform: rotate(0);
}

.text-span.animated-gradient-text {
  color: #fff;
  background-color: #fff;
  background-image: none;
}

.list {
  color: #fff;
  text-align: left;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.image-13 {
  transform: scale(3.3);
}

.image-14 {
  border-radius: 0;
}

.image-14.loactionsimages {
  border: 3px solid #fff;
  border-radius: 20px;
}

.adress {
  color: #fff;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .26);
  padding-top: 15px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 50px;
  font-weight: 900;
}

.div-block-4 {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-5 {
  background-color: red;
  background-image: linear-gradient(281deg, #03bcff, #000dff);
  display: block;
}

.hiringlist {
  color: #fff;
  padding-left: 0;
  font-family: Nunito, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  list-style-type: none;
}

.l1 {
  font-size: 20px;
  line-height: 25px;
}

.l2 {
  font-size: 18px;
  line-height: 20px;
}

.list-item {
  margin-top: 14px;
  margin-bottom: 14px;
}

.heading-3 {
  color: #fff;
  text-shadow: 1px 1px 6px #0bf;
  font-family: PT Sans, sans-serif;
  font-size: 45px;
  font-weight: 900;
}

.text-block-3 {
  color: #fff;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .26);
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 40px;
  text-decoration: none;
}

.image-15, .image-16 {
  width: 200px;
}

.container-2 {
  display: block;
}

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

.navbar {
  z-index: 9999999;
  color: #fff;
  background-color: rgba(221, 221, 221, 0);
  font-family: Nunito, sans-serif;
  font-weight: 900;
  display: block;
  position: relative;
  top: 0;
  box-shadow: 4px 4px 14px -3px #fff;
}

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

.container-3 {
  color: #fff;
  justify-content: center;
  align-items: center;
  display: block;
}

.nav-link-3, .nav-link-4 {
  color: #fff;
}

.image-17 {
  width: 50px;
  text-align: center;
  flex: none;
  align-self: center;
  margin-top: 5px;
  display: block;
  overflow: visible;
}

.brand {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-5 {
  text-align: left;
}

.nav-menu {
  background-color: rgba(29, 13, 254, 0);
}

.phonepreview {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 131px;
  margin-bottom: -462px;
  display: flex;
}

.phonepreview.phonepreview2 {
  margin-top: 78px;
  margin-bottom: -386px;
}

.contrainer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
  transform: translate(29px, 114px)scale(1.4);
}

.gamevidoeo {
  display: inline-block;
  position: relative;
}

.background-video {
  position: static;
  overflow: hidden;
}

.background-video.gamepreview {
  width: 200px;
  height: 410px;
  border-radius: 30px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 53px;
  display: block;
  position: relative;
  overflow: hidden;
}

.phoneframe {
  max-width: none;
  object-fit: fill;
  display: block;
  position: relative;
  top: -500px;
  overflow: visible;
}

.clip-element {
  border-top-color: #000;
  border-radius: 30px;
  position: relative;
  overflow: visible;
}

.image-18 {
  border-radius: 30px;
  display: none;
  overflow: hidden;
}

.background-video-2 {
  display: block;
  overflow: visible;
}

.background-video-3 {
  border: 5px solid #000;
  border-radius: 30px;
}

.div-block-6 {
  display: none;
}

.gamepreviewvideo {
  border-radius: 30px;
  margin-left: 46px;
  margin-right: 46px;
  box-shadow: 0 40px 100px -20px #000;
}

.gamepreviewvideo.test {
  display: block;
}

.gamepreviewvideo.test2 {
  display: none;
}

.image-19 {
  position: relative;
  top: -472px;
}

.button-orange {
  color: #0d8efe;
  background-color: #fff;
  border-radius: 100px;
  padding: 21px;
  font-family: Nunito, sans-serif;
  font-size: 20px;
  font-weight: 900;
  transition: opacity .2s;
  box-shadow: 0 8px 11px -4px #0cf;
}

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

.button-orange.inversebutton {
  color: #fff;
  background-color: #1d0dfe;
  background-image: linear-gradient(#0d9efe, #0bf);
  transform: scale(1.2);
  box-shadow: 0 8px 19px -4px #004cff;
}

.button-orange.job {
  opacity: 1;
  text-align: center;
}

.button-orange.job.animated-gradient {
  filter: brightness(200%);
}

.gallery {
  background-color: #1d0dfe;
  background-image: linear-gradient(270deg, #d9ff00, #00ffe1);
  border-radius: 0;
  justify-content: center;
  margin-top: 0;
  display: flex;
}

.list-item-2 {
  text-transform: none;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .26);
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
}

.image-20 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-21 {
  max-width: 100%;
}

.image-22 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: static;
}

.image-23 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-24 {
  width: 400px;
  margin-bottom: -124px;
  margin-left: 1px;
}

.image-25 {
  width: 350px;
  max-width: 30%;
  float: right;
  clear: none;
  margin-bottom: -231px;
  padding-bottom: 0;
}

.column-7 {
  margin-bottom: -39px;
  padding-top: 44px;
  padding-left: 97px;
  padding-right: 62px;
}

.image-26 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide-nav {
  color: #fff;
}

.text-block-4 {
  max-width: 1100px;
}

.rawtext {
  padding-top: 98px;
  padding-bottom: 98px;
}

.hero {
  background-image: url('../images/diamonds.jpg');
  background-position: 0 0;
  background-size: auto;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.flex-container {
  object-fit: fill;
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: flex;
  overflow: auto;
}

.hero-image-mask {
  width: 100%;
  order: -1;
  align-self: flex-start;
  margin-left: 40px;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  border: 3px solid #fff;
  border-radius: 16px;
  flex: 0 .5 auto;
  box-shadow: 2px 2px 20px -3px #000;
}

.heading-4 {
  color: #fff;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 70px;
  line-height: 98px;
}

.paragraph-2 {
  color: #fff;
}

.gallery-2 {
  background-image: radial-gradient(circle at 50% 0, #f2ff00, #ffd000);
  padding-top: 20px;
  padding-bottom: 40px;
  display: block;
}

.centered-container {
  text-align: center;
  flex: 1;
  padding-top: 0;
  padding-bottom: 20px;
  padding-left: 0;
  position: static;
}

.gallery-grid-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 40px;
  display: grid;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 5px 6px rgba(0, 0, 0, .08);
}

.gallery-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.paragraph-3 {
  overflow: visible;
}

.container-4 {
  display: inline;
}

.hero-2 {
  height: auto;
  background-image: radial-gradient(circle closest-corner, #ffd900, #ffd000);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.flex-container-2 {
  flex-direction: row;
  flex: 1;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.hero-image-mask-2 {
  width: 100%;
  margin-left: 40px;
}

.hero-image-2 {
  width: 100%;
  height: 100%;
  text-shadow: 1px 1px 6px #000;
  object-fit: cover;
  object-position: 50% 50%;
  border: 3px solid #fff;
  border-radius: 20px;
  flex: 0 .5 auto;
  box-shadow: 14px 14px 20px rgba(0, 0, 0, .32);
}

.heading-5 {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
}

.paragraph-4 {
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  outline: 3px #fff;
  padding-top: 20px;
  font-size: 16px;
}

.cards-section {
  background-image: linear-gradient(rgba(0, 128, 255, .56), rgba(0, 128, 255, .56)), url('../images/diamonds.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

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

.heading-6 {
  color: #fff;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-7 {
  background-image: linear-gradient(#409fff, #de70ff);
  border: 2px solid #fff;
  border-radius: 14px;
  box-shadow: 6px 6px 14px -6px #000;
}

.paragraph-5 {
  color: #fff;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-7-copy {
  background-image: linear-gradient(77deg, #f5ff40, #ff9670);
  border: 2px solid #fff;
  border-radius: 14px;
  box-shadow: 6px 6px 14px -6px #000;
}

.div-block-4-copy {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-4-copy.animated-gradient {
  border: 3px solid #fff;
  border-radius: 19px;
  padding-top: 10px;
  box-shadow: 0 0 20px 1px #fff;
}

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

.feature-image-mask {
  width: 100%;
  margin-right: 40px;
}

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

.div-block-8 {
  display: flex;
}

.cards-section-2 {
  height: auto;
  float: none;
  clear: left;
  background-image: url('../images/diamonds.jpg');
  background-position: 50% 0;
  background-size: auto;
  background-attachment: fixed;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0;
  display: block;
}

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

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

.cards-image-2 {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cards-grid-container-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: stretch;
  justify-items: stretch;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0;
  display: grid;
}

.div-block-9 {
  background-image: radial-gradient(circle at 50% 0, #fffb00, #fffa00 1%, #ffb700), linear-gradient(#dedede, #fff);
  border: 3px solid #fff;
  border-radius: 13px;
  box-shadow: 2px 6px 3px rgba(0, 0, 0, .16);
}

.text-block-5 {
  text-align: center;
  font-size: 50px;
}

.heading-7 {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
}

.paragraph-6 {
  color: #fff;
  text-align: center;
  text-transform: none;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .64);
  padding-left: 5px;
  padding-right: 5px;
}

.image-27 {
  z-index: -199;
  float: right;
  clear: none;
  display: inline;
  position: relative;
}

.heading-8 {
  color: #fff;
  text-shadow: 1px 1px 6px #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  font-size: 40px;
}

.paragraph-7 {
  color: #fff;
  text-shadow: 1px 1px 6px #000;
  padding-top: 29px;
  font-size: 18px;
  line-height: 25px;
}

.heading-9 {
  color: #fff;
  text-shadow: 1px 1px 6px #000;
}

.paragraph-8 {
  color: #fff;
  text-shadow: 1px 1px 6px #000;
  display: none;
}

.heading-10 {
  color: #fff;
  text-shadow: 1px 1px 6px #000;
}

.hero-overlay {
  height: 90vh;
  max-height: 780px;
  color: #fff;
  background-image: linear-gradient(rgba(0, 102, 255, .43), rgba(0, 170, 255, .4)), url('../images/low-1.jpg'), url('../images/8SEC_GROUPE_21406-Medium.jpg');
  background-position: 0 0, 50% 100%, 50%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, cover, cover;
  background-attachment: scroll, scroll, scroll;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.centered-container-2 {
  text-align: center;
  flex: 1;
  order: 0;
  align-self: flex-end;
  padding-top: 0;
}

.paragraph-9 {
  font-size: 20px;
}

.heading-11 {
  z-index: 2;
  text-align: center;
  text-shadow: 5px 5px 20px #000;
  justify-content: space-around;
  align-items: stretch;
  font-family: Lilita One, sans-serif;
  font-size: 100px;
  font-style: normal;
  display: block;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.image-28 {
  object-fit: cover;
  display: inline;
}

.image-29 {
  max-width: 200%;
  object-fit: cover;
  object-position: 50% 50%;
  display: inline-block;
  overflow: hidden;
}

.columns-4 {
  height: 300px;
  align-self: stretch;
}

.column-9 {
  height: 300px;
  object-fit: fill;
  align-self: stretch;
  overflow: visible;
}

.section-6 {
  object-fit: cover;
  background-image: linear-gradient(268deg, #ff8c00, #fffb00);
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.column-10 {
  height: 300px;
  overflow: visible;
}

.heading-12 {
  color: #fff;
  text-shadow: 1px 1px 6px #000;
  flex-direction: column;
  flex: 0 auto;
  align-self: center;
  display: flex;
}

.heading-13 {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 82px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.paragraph-10 {
  color: #fff;
  text-shadow: 1px 1px 6px #000;
  align-self: center;
  font-size: 20px;
}

.paragraph-11 {
  color: #fff;
  text-shadow: 1px 1px 6px #000;
}

.div-block-10 {
  height: 300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
}

.div-block-10.section {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  display: flex;
}

.image-30 {
  border: 2px solid #fff;
  border-radius: 14px;
  position: relative;
}

.image-30.office-image {
  max-width: 300%;
  object-fit: fill;
  flex: 1;
  order: 0;
  align-self: stretch;
  display: block;
  overflow: visible;
}

.image-31 {
  border: 2px solid #fff;
  border-radius: 11px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.image-32 {
  z-index: 1;
  height: 200px;
  position: relative;
  top: 84px;
  left: -320px;
}

.link-block {
  padding-right: 10px;
}

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

  .section-2 {
    padding-left: 47px;
    padding-right: 47px;
  }

  .bigtitle.bluetitle.join {
    font-size: 70px;
    line-height: 70px;
  }

  .section-3 {
    padding-top: 70px;
    padding-bottom: 62px;
  }

  .gameicon.foreground.offset {
    opacity: 1;
    margin-top: -93px;
    margin-bottom: -111px;
    margin-left: 149px;
    transform: rotate(3deg);
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph {
    margin-left: 25px;
  }

  .paragraph.gamedescription {
    line-height: 25px;
  }

  .columns-3 {
    flex-direction: row;
  }

  .image-9.unicorn {
    margin-bottom: -555px;
    margin-right: -533px;
  }

  .slider-2 {
    box-shadow: none;
  }

  .image-12 {
    display: block;
  }

  .list.reasons {
    font-size: 15px;
    line-height: 25px;
  }

  .nav-menu {
    color: #1d0dfe;
    background-color: #1d0dfe;
  }

  .gamepreviewvideo {
    margin-left: 0;
    margin-right: 0;
  }

  .list-item-2 {
    font-size: 20px;
    line-height: 30px;
  }

  .gallery-grid-container {
    align-self: stretch;
  }

  .cards-grid-container, .cards-grid-container-2, .cards-grid-container-3 {
    grid-column-gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .columns {
    flex-direction: column;
  }

  .bigtitle.bluetitle {
    font-size: 50px;
  }

  .bigtitle.bluetitle.join {
    font-size: 60px;
    line-height: 60px;
  }

  .section-3 {
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .gameicon {
    border-radius: 50px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

  .div-block-2 {
    flex: auto;
    align-self: center;
  }

  .heading.bigtitle {
    font-size: 70px;
  }

  .gamesection {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-4 {
    flex: 0 auto;
    align-self: auto;
  }

  .column-5 {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .columns-2 {
    flex-direction: row;
    align-items: center;
  }

  .columns-3 {
    width: 100%;
    flex-direction: column;
  }

  .image-9.unicorn {
    margin-right: -393px;
  }

  .slider-2 {
    height: 400px;
    opacity: 1;
    border-radius: 0;
  }

  .slide-2 {
    border-radius: 0;
  }

  .mask-2 {
    border-radius: 0;
    flex: 0 auto;
  }

  .image-13 {
    max-width: 75px;
  }

  .phonepreview {
    margin-left: -54px;
  }

  .gallery {
    flex-wrap: nowrap;
  }

  .list-item-2 {
    font-size: 20px;
  }

  .hero {
    padding: 40px 20px;
  }

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

  .hero-image-mask {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .gallery-2 {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    max-width: none;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .hero-2 {
    height: auto;
    object-fit: contain;
    padding: 40px 20px;
    display: block;
  }

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

  .hero-image-mask-2 {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    max-width: none;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
  }

  .feature-section {
    padding: 40px 20px;
  }

  .feature-image-mask {
    margin-right: 0;
  }

  .feature-image {
    margin-left: auto;
    margin-right: auto;
  }

  .cards-section-2 {
    padding: 40px 20px;
    display: block;
  }

  .cards-grid-container-2, .cards-grid-container-3 {
    max-width: none;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
  }

  .hero-overlay {
    padding: 40px 20px;
  }

  .heading-11 {
    font-size: 50px;
  }

  .columns-4 {
    height: auto;
    display: flex;
  }

  .image-30.office-image {
    object-fit: cover;
  }
}

@media screen and (max-width: 479px) {
  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .column {
    padding-left: 15px;
    padding-right: 15px;
  }

  .bigtitle {
    text-align: center;
    font-size: 30px;
    line-height: 50px;
  }

  .bigtitle.bluetitle {
    font-size: 40px;
  }

  .bigtitle.bluetitle.join {
    font-size: 42px;
    line-height: 50px;
  }

  .bigtitle.bluetitle.herosquad, .bigtitle.bluetitle.trivia {
    text-align: center;
  }

  .text-block, .text-block.whitetext {
    text-align: center;
    font-size: 15px;
  }

  .button {
    font-size: 15px;
  }

  .gameicon, .gameicon.foreground {
    border-radius: 20px;
  }

  .gameicon.foreground.offset {
    margin-left: 85px;
  }

  .column-3 {
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Nunito, sans-serif;
    font-weight: 900;
  }

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

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .mask {
    border-radius: 0;
  }

  .image-5 {
    height: 100%;
  }

  .div-block-2.counterdiv {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-4 {
    height: auto;
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .heading.bigtitle {
    margin-top: 0;
    font-size: 40px;
  }

  .heading.bigtitle.counter {
    font-size: 40px;
  }

  .heading-2 {
    margin-top: 0;
    font-size: 25px;
  }

  .gamesection {
    padding: 0;
  }

  .gamesection.locations {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .gamesection.second {
    height: auto;
  }

  .image-6 {
    max-width: 60%;
  }

  .column-4 {
    display: block;
  }

  .column-5 {
    flex-direction: column-reverse;
    flex: 0 auto;
    display: block;
  }

  .column-5.card {
    border-radius: 0;
    flex-direction: column;
    display: flex;
  }

  .columns-2 {
    flex-direction: column;
  }

  .paragraph.gamedescription {
    display: block;
  }

  .columns-3 {
    flex-direction: row;
    display: flex;
  }

  .column-6 {
    flex: 0 auto;
  }

  .image-9.unicorn {
    margin-right: -288px;
    display: none;
  }

  .image-10 {
    max-width: 60%;
    display: none;
  }

  .slider-2 {
    height: 200px;
  }

  .list {
    font-size: 15px;
    line-height: 25px;
  }

  .image-13 {
    display: inline-block;
  }

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

  .phonepreview.phonepreview2, .gamepreviewvideo.test2 {
    display: none;
  }

  .image-22, .image-23 {
    width: 100%;
    height: 100%;
  }

  .rawtext {
    padding-left: 26px;
    padding-right: 26px;
  }

  .bold-text, .bold-text-2 {
    line-height: 100%;
  }

  .column-8 {
    padding-top: 40px;
  }

  .centered-container {
    text-align: left;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .cards-grid-container, .cards-grid-container-2, .cards-grid-container-3 {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-8, .paragraph-7, .heading-10 {
    text-align: center;
  }

  .centered-container-2 {
    text-align: left;
  }

  .heading-11 {
    font-size: 40px;
  }

  .columns-4 {
    height: auto;
    flex-wrap: wrap;
  }

  .heading-13 {
    flex: 1;
    position: relative;
  }

  .paragraph-11 {
    text-align: center;
  }

  .div-block-10, .div-block-10.section {
    height: auto;
  }
}

#w-node-_1ca3b0f7-3c09-4eeb-bb4d-c10e0096f2fe-2f4e4afc {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-f719033e-1940-8147-67d9-a67e0957cfcf-2f4e4afc, #w-node-f05c4ca2-711b-4c75-5080-425f70389f4d-2f4e4afc, #w-node-_766cbd21-96dc-19ed-cb56-5bab27de4411-2f4e4afc, #w-node-efc37958-27f4-5318-b8a1-fbb9ba3adaf1-2f4e4afc, #w-node-f06505b3-06bc-808d-3217-e5915782e55a-2f4e4afc {
    grid-column: span 1 / span 1;
  }

  #w-node-_1ca3b0f7-3c09-4eeb-bb4d-c10e0096f2fe-2f4e4afc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_21177036-54b3-e148-d06c-d92ccf824eb7-2f4e4afc, #w-node-bde8e9bd-5f3f-2c36-e8ea-ff30e6447545-2f4e4afc, #w-node-_9452219a-7857-3d01-7430-a3a83febbc64-2f4e4afc, #w-node-_53bb2414-640f-ddee-ae46-473f0aa92fc2-2f4e4afc, #w-node-_37cb1138-d836-6b5b-9adf-8f71880899d7-2f4e4afc {
    grid-column: span 1 / span 1;
  }
}


