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

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

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

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.nav-logo {
  width: auto;
  height: 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;
}

.body {
  background-color: #000;
  background-image: -webkit-gradient(linear, right top, left top, from(#1e00ff), to(#00ffe1));
  background-image: linear-gradient(270deg, #1e00ff, #00ffe1);
}

.image {
  width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: hsla(0, 0%, 100%, 0);
  opacity: 1;
  color: #fff;
  cursor: auto;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
}

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

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

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

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

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

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

.menuitem.hide {
  display: none;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  -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;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 60px 150px;
  -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: url('../images/3.jpg');
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

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

.column-2 {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

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

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

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

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

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

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

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

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

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

.image-2 {
  padding: 30px;
}

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

.button {
  margin-bottom: 19px;
  padding: 21px;
  border-radius: 100px;
  background-color: #1d0dfe;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0d9efe), to(#0bf));
  background-image: linear-gradient(180deg, #0d9efe, #0bf);
  box-shadow: 0 8px 19px -4px #004cff;
  


  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Nunito, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.26);
}

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

.button.inversebutton {
  background-color: #1d0dfe;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffd044), to(#ff7b00));
  background-image: linear-gradient(180deg, #ffd044, #ff7b00);
  color: #fff;
}

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

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

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

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -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: linear-gradient(348deg, #0006ff, #00ffbe);
  text-align: center;
}

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

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

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

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

.footer {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  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: Nunito, sans-serif;
  font-weight: 900;
  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%;
}

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

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

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

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

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

.slider {
  border-radius: 40px;
}

.mask {
  border-radius: 40px;
}

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

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

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

.div-block-2.counterdiv {
  position: static;
  overflow: visible;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 240px;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #1d0dfe;
  background-image: -webkit-gradient(linear, right top, left top, from(#d9ff00), to(#00ffe1));
  background-image: linear-gradient(348deg, #0006ff, #00ffbe);
}

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

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

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

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

.number-holder {
  position: static;
  display: block;
  margin-top: 0px;
  padding-bottom: 0px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

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

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

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

.gamesection.second {
  background-image: repeating-linear-gradient(348deg, #0006ff, #00ffbe);
}

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

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

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

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

.column-5 {
  display: block;
  overflow: visible;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.column-5.card {
  padding: 0px 31px 31px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 50px;
  background-color: hsla(0, 0%, 100%, 0.09);
  -o-object-fit: fill;
  object-fit: fill;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

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

.columns-3 {
  display: inline-block;
  width: 500px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column-6 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.image-7.storebutton {
  max-height: 100%;
  max-width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  -o-object-fit: cover;
  object-fit: cover;
}

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

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

.image-8.storebutton {
  max-height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  -o-object-fit: cover;
  object-fit: cover;
}

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

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

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

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

.body-2 {
  overflow-x: hidden;
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-gradient(linear, right top, left top, from(#1e00ff), to(#00ffe1));
  background-image: linear-gradient(270deg, #1e00ff, #00ffe1);
}

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

.slider-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 0px;
  box-shadow: none;
}

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

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

.slide-2 {
  float: none;
}

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

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

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

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

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

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

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

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

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

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

.hiringlist {
  padding-left: 0px;
  font-family: Nunito, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  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 {
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 45px;
  font-weight: 900;
  text-shadow: 1px 1px 6px #0bf;
}

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

.image-15 {
  width: 200px;
}

.image-16 {
  width: 200px;
}

.container-2 {
  display: block;
}

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

.navbar {
  position: relative;
  top: 0px;
  z-index: 9999999;
  display: block;
  background-color: hsl(227deg 88% 13%);
  box-shadow: 4px 4px 8px -3px #fafafa21;
  font-family: Nunito, sans-serif;
  color: #fff;
  font-weight: 900;
}

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

.container-3 {
  display: block;
  -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;
  color: #fff;
}

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

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

.image-17 {
  display: block;
  overflow: visible;
  width: 50px;
  margin-top: 5px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

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

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

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

.phonepreview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 131px;
  margin-bottom: -462px;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

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

.contrainer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -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;
  -webkit-transform: translate(29px, 114px) scale(1.4);
  -ms-transform: translate(29px, 114px) scale(1.4);
  transform: translate(29px, 114px) scale(1.4);
}

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

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

.background-video.gamepreview {
  position: relative;
  display: block;
  overflow: hidden;
  width: 200px;
  height: 410px;
  margin-bottom: 53px;
  -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;
  border-radius: 30px;
}

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

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

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

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

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

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

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

.gamepreviewvideo.test {
  display: block;
}

.gamepreviewvideo.test2 {
  display: none;
}

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

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

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

.button-orange.inversebutton {
  background-color: #1d0dfe;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0d9efe), to(#0bf));
  background-image: linear-gradient(180deg, #03134642, #05164e);
  box-shadow: 0 8px 19px -4px #004cff;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  color: #fff;
}

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

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

.gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0px;
  background-color: #1d0dfe;
  background-image: -webkit-gradient(linear, right top, left top, from(#d9ff00), to(#00ffe1));
  background-image: linear-gradient(270deg, #d9ff00, #00ffe1);
}

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

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

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

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

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

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

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

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

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

.slide-nav {
  color: #fff;
}

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

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

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

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -o-object-fit: fill;
  object-fit: fill;
}

.hero-image-mask {
  width: 100%;
  margin-left: 40px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

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

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

.paragraph-2 {
  color: #fff;
}

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

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

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

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

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

.paragraph-3 {
  overflow: visible;
}

.container-4 {
  display: inline;
}

.hero-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  -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-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;
  background-image: linear-gradient(348deg, #0006ff, #00ffbe);
}

.flex-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

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

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

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

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

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

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  padding-top: 72px;
  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 auto;
  grid-template-rows: auto auto;
  text-align: left;
}

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

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

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

.div-block-7 {
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 14px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#409fff), to(#de70ff));
  background-image: linear-gradient(180deg, #409fff, #de70ff);
  box-shadow: 6px 6px 14px -6px #000;
}

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

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

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

.div-block-4-copy.animated-gradient {
  padding-top: 10px;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 19px;
  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%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

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

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

.div-block-9 {
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 13px;
  background-image: radial-gradient(circle farthest-corner at 50% 0%, #fffb00, #fffa00 1%, #ffb700), -webkit-gradient(linear, left top, left bottom, from(#dedede), to(#fff));
  background-image: radial-gradient(circle farthest-corner at 50% 0%, #fffb00, #fffa00 1%, #ffb700), linear-gradient(180deg, #dedede, #fff);
  box-shadow: 2px 6px 3px 0 rgba(0, 0, 0, 0.16);
}

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

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

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

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

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

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

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

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

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

.hero-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 65vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  -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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 102, 255, 0.43)), to(rgba(0, 170, 255, 0.4))), url('../images/working.png');
  background-image: linear-gradient(180deg, rgba(0, 102, 255, 0.43), rgba(0, 170, 255, 0.4)), url('../images/working.png');
  background-position: 0px 0px, 50% 100%, 50% 50%;
  background-size: auto, cover, cover;
  background-repeat: repeat, repeat, repeat;
  background-attachment: scroll, scroll, scroll;
  color: #fff;
}

.centered-container-2 {
  padding-top: 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

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

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

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

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

.columns-4 {
  height: 300px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.column-9 {
  overflow: visible;
  height: 300px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -o-object-fit: fill;
  object-fit: fill;
}

.section-6 {
  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-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -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;
  background-image: linear-gradient(268deg, #ff8c00, #fffb00);
  -o-object-fit: cover;
  object-fit: cover;
}

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

.heading-12 {
  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-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  text-shadow: 1px 1px 6px #000;
}

.heading-13 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  font-size: 82px;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
}

.paragraph-10 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
  font-size: 20px;
  text-shadow: 1px 1px 6px #000;
}

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

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  -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;
}

.div-block-10.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-bottom: 0px;
}

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

.image-30.office-image {
  display: block;
  overflow: visible;
  max-width: 300%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -o-object-fit: fill;
  object-fit: fill;
}

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

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

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

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

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

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

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

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

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

  .paragraph {
    margin-left: 25px;
  }

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

  .columns-3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

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

  .image-12 {
    display: block;
  }

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

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

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

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

  .gallery-grid-container {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

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

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

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

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

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

  .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

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

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

  .gameicon {
    border-radius: 50px;
  }

  .footer {
    padding: 40px 20px;
  }

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

  .div-block-2 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
  }

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

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

  .column-4 {
    -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;
  }

  .column-5 {
    display: block;
    -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;
  }

  .columns-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .columns-3 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

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

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

  .mask-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 0px;
  }

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

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

  .gallery {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

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

  .hero {
    padding: 40px 20px;
  }

  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-image-mask {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

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

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

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

  .flex-container-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-image-mask-2 {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

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

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

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

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

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

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

  .cards-grid-container-2 {
    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;
  }

  .cards-grid-container-3 {
    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;
  }

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

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

  .columns-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .button {
    font-size: 15px;
  }

  .gameicon {
    border-radius: 20px;
  }

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

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

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

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    font-family: Nunito, sans-serif;
    font-weight: 900;
    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;
  }

  .mask {
    border-radius: 0px;
  }

  .image-5 {
    height: 100%;
  }

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

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

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

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

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

  .gamesection {
    padding: 0px;
  }

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

  .gamesection.second {
    height: auto;
  }

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

  .column-4 {
    display: block;
  }

  .column-5 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .column-5.card {
    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;
    border-radius: 0px;
  }

  .columns-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paragraph.gamedescription {
    display: block;
  }

  .columns-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .column-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

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

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

  .slider-2 {
    height: 200px;
  }

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

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

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

  .phonepreview.phonepreview2 {
    display: none;
  }

  .gamepreviewvideo.test2 {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

  .heading-8 {
    text-align: center;
  }

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

  .heading-10 {
    text-align: center;
  }

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

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

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

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

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

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

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

#w-node-_1ca3b0f7-3c09-4eeb-bb4d-c10e0096f2fe-2f4e4afc {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 479px) {
  #w-node-f719033e-1940-8147-67d9-a67e0957cfcf-2f4e4afc {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-f05c4ca2-711b-4c75-5080-425f70389f4d-2f4e4afc {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_766cbd21-96dc-19ed-cb56-5bab27de4411-2f4e4afc {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-efc37958-27f4-5318-b8a1-fbb9ba3adaf1-2f4e4afc {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-f06505b3-06bc-808d-3217-e5915782e55a-2f4e4afc {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_1ca3b0f7-3c09-4eeb-bb4d-c10e0096f2fe-2f4e4afc {
    -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-_21177036-54b3-e148-d06c-d92ccf824eb7-2f4e4afc {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-bde8e9bd-5f3f-2c36-e8ea-ff30e6447545-2f4e4afc {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_9452219a-7857-3d01-7430-a3a83febbc64-2f4e4afc {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_53bb2414-640f-ddee-ae46-473f0aa92fc2-2f4e4afc {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_37cb1138-d836-6b5b-9adf-8f71880899d7-2f4e4afc {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

