.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  background-color: #112d21;
  background-image: url('../images/body-texture.png');
  background-position: 50% 50%;
  background-size: auto;
  font-family: Raleway, sans-serif;
  color: #cacaca;
  font-size: 13px;
  line-height: 20px;
}

p {
  margin-bottom: 0px;
}

a {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #eee;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.navigation-bar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 999;
  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;
  -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-color: transparent;
  background-image: url('../images/Navbar.png');
  background-position: 50% 100%;
  background-size: auto;
  background-repeat: repeat-x;
  box-shadow: 0 -10px 30px -8px #000;
}

.container {
  width: 100%;
  max-width: 1520px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.container.narrow {
  max-width: 1040px;
}

.container.nav-narrow {
  width: 100%;
  max-width: 1240px;
}

.container.copyreight-footer-flex {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.header-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/home-header-bg.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-section.sub-page {
  height: auto;
  margin-bottom: -80px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 90px;
  -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: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  font-family: Kanit, sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
}

.nav-link:hover {
  border-right-color: #26513e;
  border-left-color: #26513e;
  background-color: rgba(5, 17, 11, 0.43);
  box-shadow: inset 0 0 12px 6px rgba(0, 0, 0, 0.55);
  color: #5fff11;
}

.header-buttons-section {
  position: relative;
  z-index: 5;
}

.header-btn-3-col-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-logo {
  overflow: visible;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.nav-logo.mobile {
  display: none;
}

.page-section {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.page-section.textured {
  background-color: #143f2c;
  background-image: url('../images/Textured-section-bottom-bar.jpg'), url('../images/Textured-section-top-bar.jpg'), url('../images/Textured-sections.jpg');
  background-position: 50% 100%, 50% 0%, 50% 50%;
  background-size: contain, contain, cover;
  background-repeat: repeat-x, repeat-x, no-repeat;
}

.page-section.discord {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 550px;
  -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;
  background-image: url('../images/Discord-section-BG.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-section.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50vh;
  margin-bottom: -60px;
  -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;
  background-color: #112d21;
  background-image: url('../images/CTA-BG-Section.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -ms-grid-columns: minmax(25%, 35%) 1fr;
  grid-template-columns: minmax(25%, 35%) 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.page-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: url('../images/Header-text-texture.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: Kanit, sans-serif;
  font-size: 48px;
  line-height: 52px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page-heading.large {
  font-size: 72px;
  line-height: 62px;
}

.page-heading.cta {
  margin-bottom: 20px;
}

.header-text {
  margin-bottom: 40px;
}

.header-play-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 360px;
  height: 80px;
  -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;
  background-color: #5fff11;
  background-image: url('../images/header-btn.gif');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: Kanit, sans-serif;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0 0 15px #000;
}

.header-play-btn:hover {
  box-shadow: 0 0 40px 12px #000;
  -webkit-filter: brightness(135%);
  filter: brightness(135%);
}

.header-btn-template {
  margin: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #26513e;
  border-radius: 3px;
  background-color: #143f2c;
  box-shadow: 0 0 30px -15px #000;
}

.header-btn-template:hover {
  margin: 0px;
  padding: 10px;
  border-color: #5fff11;
}

.header-btn-image {
  width: 100%;
  height: 120px;
  -o-object-fit: cover;
  object-fit: cover;
}

.header-btn-content {
  padding: 20px;
  text-align: center;
}

.medium-title {
  font-family: Kanit, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.maintitle-sub-label {
  opacity: 1;
  color: #5fff11;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.maintitle-sub-label.discord {
  color: #8aa4ff;
}

.large-paragraph {
  font-size: 15px;
  line-height: 26px;
}

.introduction-image {
  width: 100%;
  height: 350px;
  -o-object-fit: contain;
  object-fit: contain;
}

.game-content-section-grid {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1.75fr minmax(20%, 30%);
  grid-template-columns: 1.75fr minmax(20%, 30%);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.game-content-selection {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.game-content-tab-image {
  overflow: hidden;
  width: 15%;
  height: 250px;
  margin: 10px;
  padding: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #143f2c;
  border-radius: 3px;
  background-color: #26513e;
  box-shadow: 0 0 30px -16px #000;
  opacity: 0.35;
  -o-object-fit: cover;
  object-fit: cover;
}

.game-content-tab-image:hover {
  opacity: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.game-content-tab-image.w--current {
  width: 40%;
  border-color: #5fff11;
  background-color: #143f2c;
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.game-tab-content {
  position: relative;
  display: block;
  width: 30%;
  margin-right: 0px;
}

.game-tab-image-bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.game-2-col-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: minmax(30%, 40%) 1fr;
  grid-template-columns: minmax(30%, 40%) 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content-box {
  margin-bottom: 20px;
  padding: 20px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #26513e;
  border-radius: 3px;
  background-color: #11271d;
  box-shadow: 0 0 40px -20px #000;
}

.content-box.news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 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;
  text-align: center;
}

.content-box.light {
  background-color: #143f2c;
}

.content-box.cart {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

.content-box.modal {
  position: relative;
  width: 90%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.maintitle-section-block {
  margin: -20px -20px 20px;
  padding: 10px 20px;
  border-bottom: 1px solid #5fff11;
  background-color: #26513e;
}

.maintitle-section-block.no-margin {
  margin: 0px;
  border-top: 1px solid #26513e;
  border-right: 1px solid #26513e;
  border-left: 1px solid #26513e;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.game-activity-list {
  margin-top: 20px;
  padding-left: 0px;
  text-align: center;
  list-style-type: none;
}

.green-text {
  color: #5fff11;
}

.white-text {
  color: #fff;
}

.game-activity-list-item {
  padding: 8px 20px;
}

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

.button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #2a7051;
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
  font-weight: 700;
  text-align: center;
}

.button:hover {
  background-color: #5fff11;
  color: #11271d;
}

.button.large {
  padding: 15px 40px;
  font-size: 15px;
}

.button.large.discord-btn {
  background-color: #7289da;
}

.button.large.discord-btn:hover {
  background-color: #a2b6ff;
}

.button.add-cart {
  height: 100%;
  background-image: url('../images/cart-add.svg');
  background-position: 50% 50%;
  background-size: 60%;
  background-repeat: no-repeat;
}

.button.add-cart:hover {
  background-color: #11271d;
}

.button.faded {
  border-style: solid;
  border-width: 1px;
  border-color: #26513e;
  background-color: #11271d;
}

.button.faded:hover {
  opacity: 1;
  color: #5fff11;
}

.button.checkout {
  border-style: solid;
  border-width: 1px;
  border-color: #5fff11;
}

.button.checkout.paypal {
  border-color: #3b7bbf;
  background-color: #00457c;
}

.button.checkout.paypal:hover {
  background-color: #0079c1;
  color: #fff;
}

.button.checkout.volt {
  border-color: #525963;
  background-color: #363a40;
}

.button.checkout.volt:hover {
  background-color: #4a515c;
  color: #fff;
}

.news-title {
  margin-bottom: 5px;
  color: #5fff11;
  font-size: 15px;
  font-weight: 700;
}

.news-information {
  width: 70%;
  margin-right: auto;
  text-align: left;
}

.nav-logo-img {
  width: 120px;
  height: 110px;
  margin-top: 5px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.nav-logo-img:hover {
  -webkit-filter: brightness(130%);
  filter: brightness(130%);
}

.game-features-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.game-feature-block-flex {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.game-feature-icon {
  width: 80px;
  height: 80px;
  margin-right: 10px;
  -o-object-fit: contain;
  object-fit: contain;
}

.small-title {
  font-family: Kanit, sans-serif;
  color: #5fff11;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  text-transform: uppercase;
}

.large-title {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Kanit, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
  text-transform: uppercase;
}

.page-section-text {
  margin-bottom: 40px;
  text-align: center;
}

.discord-section-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 0.75fr;
  grid-template-columns: 1fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.discord-embed {
  height: 400px;
  max-width: 400px;
  box-shadow: 0 0 30px -15px #000;
}

.video-section-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 0.5fr 0.5fr;
  grid-template-columns: 0.5fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: right;
}

.youtube-video-embed {
  box-shadow: 0 0 30px -15px #000;
}

.cta-content {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-section {
  margin-top: 60px;
  padding-top: 50px;
  border-top: 1px solid #0b1812;
  background-color: #11271d;
  background-image: url('../images/footer-bg.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: inset 0 50px 50px -50px rgba(0, 0, 0, 0.34), 0 0 30px 7px rgba(42, 112, 81, 0.1);
}

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

.footer-nav-list {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.footer-list-item {
  padding-top: 6px;
  padding-bottom: 6px;
}

.footer-link:hover {
  color: #5fff11;
  text-shadow: 0 0 20px #5fff11;
}

.footer-col-block {
  text-align: center;
}

.footer-col-block.center {
  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: 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;
}

.footer-logo-img {
  height: 135px;
}

.copyright-footer-row {
  margin-top: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #143f2c;
  color: #57967a;
}

.cc-footer-links-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-social-icons {
  display: -ms-grid;
  display: grid;
  margin-top: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-social-icon-img {
  width: 25px;
  height: 18px;
  opacity: 0.3;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
}

.footer-social-icon-img:hover {
  opacity: 1;
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

.back-to-top-arrow {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #11271d;
  border-radius: 3px;
  background-color: #143f2c;
}

.back-to-top-target {
  display: none;
}

.arrow-up {
  width: 100%;
  padding: 20px;
  opacity: 0.75;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.arrow-up:hover {
  opacity: 1;
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

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

.bight-icon {
  height: 80px;
  -webkit-filter: brightness(500%);
  filter: brightness(500%);
}

.input-field {
  height: 42px;
  border-style: solid;
  border-width: 1px;
  border-color: #2a7051;
  background-color: #143f2c;
  color: #5fff11;
}

.input-field:focus {
  border-color: #5fff11;
  color: #5fff11;
}

.input-field::-webkit-input-placeholder {
  color: #4a832e;
}

.input-field:-ms-input-placeholder {
  color: #4a832e;
}

.input-field::-ms-input-placeholder {
  color: #4a832e;
}

.input-field::placeholder {
  color: #4a832e;
}

.input-field.no-margin {
  margin-bottom: 0px;
}

.store-layout-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr minmax(20%, 25%);
  grid-template-columns: 1fr minmax(20%, 25%);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.deals-item-img {
  -o-object-fit: contain;
  object-fit: contain;
}

.deal-list-item-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 10px;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -ms-grid-columns: minmax(auto, 40px) 1fr 40px;
  grid-template-columns: minmax(auto, 40px) 1fr 40px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #26513e;
  background-color: #143f2c;
}

.deals-price {
  display: inline;
  font-family: Kanit, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.deals-price.compare {
  margin-left: 10px;
  color: #ff4c4c;
  text-decoration: line-through;
}

.compare-discount-price-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.store-item-name {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.store-fixed-panel {
  height: 100%;
}

.store-category-tabs-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.category-tab-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #2a7051;
  background-color: #143f2c;
  font-family: Kanit, sans-serif;
  font-size: 16px;
  text-align: left;
  text-transform: uppercase;
}

.category-tab-btn:hover {
  border-color: #5fff11;
  background-color: #26513e;
  box-shadow: 0 0 20px -9px #5fff11;
}

.category-tab-icon {
  width: 32px;
  height: 32px;
  margin-right: 10px;
  -o-object-fit: contain;
  object-fit: contain;
}

.store-products-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.product-container-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #2a7051;
  background-color: #143f2c;
  background-image: url('../images/product-container-texture.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 5px 0 #2a7051;
  text-align: center;
}

.product-image-container {
  position: relative;
  max-width: 60%;
  margin: 10px auto 20px;
  padding: 20px;
  /* border-style: solid; */
  /* border-width: 1px; */
  /* border-color: #26513e; */
  /* background-color: #11271d; */
  /* box-shadow: inset 0 0 20px -12px #000; */
}

.product-information-icon {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -13px;
  width: 26px;
  height: 26px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #ff3c3c #ff2626 #ff2626;
  border-radius: 50px;
  background-color: #8d2828;
  background-image: url('../images/product-info-icon.svg');
  background-position: 50% 50%;
  background-size: auto 14px;
  background-repeat: no-repeat;
  box-shadow: inset 2px 2px 5px -2px #ff6161;
}

.product-information-icon:hover {
  background-color: #b82424;
  box-shadow: 0 0 11px 0 red, inset 2px 2px 5px -2px #ff6161;
}

.product-image {
  width: 120px;
  height: 120px;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-price {
  display: inline;
  font-family: Kanit, sans-serif;
  color: #5fff11;
  font-size: 15px;
  font-weight: 400;
  text-shadow: 0 0 6px rgba(95, 255, 17, 0.5);
}

.product-price.discount {
  margin-left: 10px;
  color: red;
  text-decoration: line-through;
  text-shadow: none;
}

.product-price-row-flex {
  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;
  -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;
}

.cart-form {
  margin-bottom: 0px;
}

.store-cart-container {
  margin-bottom: 10px;
}

.cart-item-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  padding: 5px 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #143f2c;
  color: #fff;
}

.cart-item-list.pricing {
  border-top: 1px solid #143f2c;
  background-color: transparent;
}

.cart-item-price {
  display: inline-block;
  margin-right: 10px;
  font-family: Kanit, sans-serif;
  color: #5fff11;
}

.cart-item-right-div {
  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;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-buttons-flex {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.delete-icon {
  width: 20px;
  height: 20px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #ff3c3c #ff2626 #ff2626;
  border-radius: 50px;
  background-color: #8d2828;
  background-image: url('../images/delete-item.svg');
  background-position: 50% 50%;
  background-size: 8px;
  background-repeat: no-repeat;
  box-shadow: inset 2px 2px 5px -2px #ff6161;
  opacity: 0.4;
}

.delete-icon:hover {
  background-color: #b82424;
  box-shadow: 0 0 11px 0 red, inset 2px 2px 5px -2px #ff6161;
  opacity: 1;
}

.checkbox {
  border-style: solid;
  border-color: #2a7051;
  background-color: #143f2c;
}

.checkbox.w--redirected-checked {
  border-color: #5fff11;
  background-color: #26513e;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.discord-code-row {
  display: -ms-grid;
  display: grid;
  margin-bottom: 10px;
  grid-auto-columns: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1.75fr 1fr;
  grid-template-columns: 1.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pagination-numbers-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 32px 32px 32px;
  grid-template-columns: 32px 32px 32px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.page-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  margin-right: 5px;
  margin-left: 5px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #143f2c;
  background-color: #11271d;
  font-size: 16px;
  text-align: center;
}

.page-number:hover {
  background-color: #2a7051;
}

.page-number.current {
  border-color: #5fff11;
  background-color: #26513e;
  color: #5fff11;
}

.page-number.current:hover {
  border-color: #5fff11;
}

.popup-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: rgba(20, 63, 44, 0.89);
}

.popup-modal.hide {
  display: none;
}

.modal-item-information-grid {
  display: -ms-grid;
  display: grid;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.close-popup-icon {
  position: absolute;
  left: auto;
  top: 10px;
  right: 10px;
  bottom: auto;
  width: 24px;
  height: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #2a7051;
  background-color: #11271d;
  background-image: url('../images/delete-item.svg');
  background-position: 50% 50%;
  background-size: 8px;
  background-repeat: no-repeat;
}

.checkout-claim-text {
  margin-top: 20px;
  opacity: 0.76;
}

.checkout-buttons-flex {
  display: -ms-grid;
  display: grid;
  margin-top: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.popup-center-flex {
  margin: auto;
}

@media screen and (max-width: 991px) {
  .navigation-bar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container.narrow {
    width: 100%;
  }

  .container.nav-narrow {
    width: 100%;
  }

  .nav-menu-row {
    height: auto;
    background-color: #26513e;
  }

  .header-section {
    height: auto;
    padding-top: 220px;
    padding-bottom: 120px;
  }

  .header-section.sub-page {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .nav-link {
    height: auto;
  }

  .header-btn-3-col-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .nav-logo {
    display: none;
  }

  .nav-logo.mobile {
    display: inline-block;
    margin-left: 0px;
  }

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

  .page-section.cta {
    min-height: auto;
  }

  .about-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .about-introduction {
    text-align: center;
  }

  .page-heading {
    font-size: 32px;
    line-height: 42px;
  }

  .page-heading.large {
    font-size: 62px;
    line-height: 48px;
  }

  .introduction-image {
    height: 300px;
  }

  .game-content-selection {
    display: -ms-grid;
    display: grid;
    margin-right: 20px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .game-content-tab-image {
    width: 100%;
    height: 150px;
    margin: 0px;
  }

  .game-content-tab-image.w--current {
    width: 100%;
  }

  .game-tab-content {
    width: 35%;
    margin-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .game-2-col-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: minmax(30%, 50%) 1fr;
    grid-template-columns: minmax(30%, 50%) 1fr;
  }

  .content-box.news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .news-information {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }

  .nav-logo-img {
    height: 60px;
    margin-top: 0px;
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
  }

  .game-features-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .game-feature-block-flex {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .discord-section-grid {
    -ms-grid-columns: 0.75fr 0.75fr;
    grid-template-columns: 0.75fr 0.75fr;
  }

  .discord-embed {
    height: 360px;
  }

  .footer-logo-img {
    height: 100px;
  }

  .cc-footer-links-grid {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .store-layout-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr minmax(20%, 40%);
    grid-template-columns: 1fr minmax(20%, 40%);
  }

  .store-category-tabs-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .category-tab-btn {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .store-products-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .product-image {
    width: 100px;
    height: 100px;
  }
}

@media screen and (max-width: 767px) {
  .container.copyreight-footer-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .header-section.sub-page {
    margin-bottom: -30px;
  }

  .header-buttons-section {
    margin-top: 0px;
  }

  .header-btn-3-col-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .page-section {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .header-play-btn {
    background-image: url('../images/Header-BTN.jpg');
  }

  .medium-title {
    font-size: 20px;
  }

  .introduction-image {
    height: 250px;
  }

  .game-content-section-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .game-content-selection {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .game-tab-content {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .game-2-col-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .content-box.cart {
    position: relative;
    top: 0px;
  }

  .content-box.modal {
    width: 90%;
  }

  .button.large {
    padding-right: 20px;
    padding-left: 20px;
  }

  .game-features-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .page-section-text {
    margin-bottom: 20px;
  }

  .discord-embed {
    height: 300px;
  }

  .footer-section {
    padding-top: 20px;
  }

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

  .footer-list-item {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .back-to-top-arrow {
    width: 60px;
    height: 60px;
  }

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

@media screen and (max-width: 479px) {
  .header-section {
    padding-top: 140px;
    padding-bottom: 40px;
  }

  .page-section.discord {
    height: auto;
    background-position: 50% 0%;
    background-size: cover;
  }

  .page-section.cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .page-heading {
    line-height: 34px;
  }

  .page-heading.large {
    font-size: 42px;
    line-height: 32px;
  }

  .header-text {
    margin-bottom: 20px;
  }

  .header-play-btn {
    width: 220px;
    height: 60px;
    background-image: url('../images/Header-BTN-mobile.jpg');
    font-size: 28px;
  }

  .header-btn-image {
    height: 100px;
  }

  .medium-title {
    font-size: 16px;
  }

  .maintitle-sub-label {
    font-size: 13px;
  }

  .large-paragraph {
    font-size: 14px;
    line-height: 24px;
  }

  .introduction-image {
    height: 150px;
  }

  .game-content-selection {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .game-content-tab-image {
    height: 120px;
  }

  .content-box {
    padding: 10px;
  }

  .maintitle-section-block {
    margin: -10px -10px 10px;
  }

  .button.add-cart {
    width: 100%;
    height: 32px;
    background-size: auto 60%;
  }

  .news-information {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .game-feature-block-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .game-feature-icon {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .discord-section-grid {
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .video-section-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-nav-list {
    margin-top: 5px;
  }

  .footer-list-item {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .cc-footer-links-grid {
    margin-top: 5px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .back-to-top-arrow {
    left: 0px;
    right: 0px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    margin-right: auto;
    margin-left: auto;
  }

  .arrow-up {
    padding: 10px;
  }

  .deal-list-item-grid {
    -ms-grid-columns: minmax(auto, 40px) 1fr;
    grid-template-columns: minmax(auto, 40px) 1fr;
  }

  .store-category-tabs-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .store-products-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .product-image {
    width: 80px;
    height: 80px;
  }

  .cart-buttons-flex {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .pagination-numbers-row {
    margin-top: 10px;
  }

  .modal-item-information-grid {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .checkout-claim-text {
    margin-top: 10px;
  }

  .checkout-buttons-flex {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

#w-node-_942dcadf-1090-5ca3-1b34-7f3f80f4601b-b5bf9bc2 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_84ca5ac1-e1b4-7896-ce23-ce4aa3b39578-b5bf9bc2 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_0056cc8f-3cc8-c987-3e60-24ff99946060-99946037 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_57fe8c77-3861-49f7-702c-6f4ea34b9eea-65e0aeec {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d48e911e-daa6-2b73-c962-d325d38c46b0-65e0aeec {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-a4c1a500-787a-d12b-59c0-d76c5703ca1a-65e0aeec {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7629e4a8-3653-6cd7-15f3-90f7b11a0768-65e0aeec {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

